html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

.container {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

body {
    margin: 0;
    padding-bottom: 40px; 
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.container {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

body {
    margin: 0;
    padding-bottom: 40px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.container {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-text {
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

.social-links {
    margin-top: 20px;
}

.social-icon {
    width: 30px;
    height: 30px;
    margin: 0 5px; 
    border: none;
    display: inline-block;
    vertical-align: middle;
}

.social-links a {
    text-decoration: none;
    outline: none; 
}

/* ----------------------------------------- */









/*
  Theme Name: ProCv - CV Resume & Personal Portfolio HTML Template
  Date Created: July 04, 2024
  Last Update: August 31, 2024
  Author: eThemeStudio
  Support: xuwelkhan@gmail.com
  Description: CV Resume & Personal Portfolio HTML Template
  Version: 2.0
*/

/* CSS Index
-----------------------------------
1. Theme default css
2. header
3. menu area
4. hero area
5. about page
     1.about us area
     2.service us area
     3.testimonial area
     4.brand area
     5.price area
6. resume page
     1.experience area
     2.skill area
     3.award area
     4.award area
     5.team area
7. Portfolio page
     1.portfolio details
8. blog page
     1.blog details
9. contact page
*/


/* 1. Theme default css
-------------------------------------------------------------- */
/* font css */
/*@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,500;0,600;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

@font-face {
    font-family: "CircularStdBold";
    src: url(../fonts/CircularStd-Bold/FontsFree-Net-CircularStd-Bold.ttf);
}

:root {
    --main-color: #b03038;
    --main-border: #dde1f0;
    --main-border: #e0e0e0;
    --primary-color: #2f343e;
    --secondary-color: #9b9ca2;
    --text-color: #46474a;
    --neutral-color: #f7f6f6;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: var(--text-color);
}*/
/* .particles-body-bg {background: #1f2a69;} */
/*.particles-body-bg {
    background: #161d49;
}*/
/* .particles-bg {background: #1f2a69;} */
/*h1, h2, h3, h4, h5, h6 {
    color: var(--primary-color);
    font-family: "CircularStdBold";
}

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
        color: inherit;
    }

        h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
            color: var(--main-color)
        }

h3 {
    font-size: 24px;
}

h4 {
    font-size: 21px;
}

h5 {
    font-size: 18px;
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.88;
    font-family: 'Open Sans', sans-serif;
}

span,
input,
img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none
}

a, button, li {
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}

.font-family-CircularStdBold {
    font-family: "CircularStdBold";
}

.font-family-Open-Sans {
    font-family: 'Open Sans', sans-serif;
}

.pointer {
    cursor: pointer;
}

.over-hidden {
    overflow: hidden;
}

.clear-both {
    clear: both !important;
}

.over-scroll {
    overflow: scroll;
}

.over-x-hidden {
    overflow-x: hidden;
}

.over-x-scroll {
    overflow-y: scroll;
}

.transition03 {
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}

.transition3 {
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.transition5 {
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

a:focus, button:focus, .btn:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

a:focus, a:hover, .footer-menu li a:hover {
    color: var(--main-color);
    text-decoration: none;
    outline: 0 none;
}

.btn:focus {
    outline: 0 none;
}

input:focus, textarea:focus {
    outline: 0 none;
    border: 1px solid var(--main-color);
}

.cursor-pointer {
    cursor: pointer;
}

.f-400 {
    font-weight: 400;
}

.f-500 {
    font-weight: 500;
}

.f-600 {
    font-weight: 600;
}

.f-800 {
    font-weight: 800;
}

.f-700 {
    font-weight: 700;
}

.f-900 {
    font-weight: 900;
}

.z-index11 {
    z-index: 11;
}

.z-index1 {
    z-index: 1;
}

.z-index-1 {
    z-index: -1;
}

.top-0 {
    top: 0;
}

.left-0 {
    left: 0;
}

.right-0 {
    right: 0
}

.bottom-0 {
    bottom: 0;
}

.w100 {
    width: 100%;
}

.h100 {
    height: 100%;
}

.bg-no-repeat {
    background-repeat: no-repeat;
}

.bg-cover {
    background-size: cover;
}

.img {
    transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}

.img-transition5 {
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.zoom-img-hover:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}*/
/* button */
/*.my-btn .btn {
    padding: 12px 45px;
    font-size: 16px;
    border: 1px solid var(--main-color);
    box-shadow: 0px 5px 15px 0px rgba(2, 24, 93, 0.09);
    color: #fff;
    font-family: "CircularStdBold";
    outline: 0 none;
    text-transform: capitalize;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
}

    .my-btn .btn:hover {
        color: var(--main-color);
        background: #ffffff;
        box-shadow: 0px 5px -15px 0px rgba(2, 24, 93, 0.15);
    }

    .my-btn .btn.transparent-bg {
        color: var(--primary-color);
        background: transparent;
        box-shadow: none;
        padding: 8px 30px;
    }

        .my-btn .btn.transparent-bg:hover {
            color: #fff;
            background: var(--main-color);
        }

.back-btn.my-btn .btn {
    font-size: 14px;
}

    .back-btn.my-btn .btn span {
        font-size: 12px;
    }

    .back-btn.my-btn .btn:hover span {
        color: #fff;
    }

.page-margin-top {
    margin-top: -35px;
}

.body {
    background: #d7d9ec;
}*/


/* 2. header
--------------------------------------------------- */
/*.header-padding {
    padding-top: 40px;
    padding-bottom: 40px;
}*/


/* 3. menu area
--------------------------------------------------- */
/*.menu {
    position: relative;
    height: 70px;
}

.tabs {
    position: absolute;
    z-index: 100;
    width: 100% !important;
    text-align: center !important;
    justify-content: center;
}

    .tabs li {
        width: auto !important;
        margin-right: 8px;
        transition: 5s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
    }

        .tabs li:last-child {
            margin-right: 0;
        }

.caroufredsel_wrapper {
    overflow: visible !important;
}

.tabs li a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    background: #fff;
    text-transform: capitalize;
    font-family: "CircularStdBold";
    box-shadow: 0px 5px 48px 0px rgba(2, 24, 93, 0.09);
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
    width: 66px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

    .tabs li a::before {
        position: absolute;
        content: "\f100";
        text-align: center;
        color: #ffffff;
        background: var(--main-color);
        width: 66px;
        height: 66px;
        border-radius: 50%;
        display: inline-block;
        line-height: 59px;
        border: 3px solid #ffffff;
        font-family: "font awesome 5 pro";
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.1);
        font-family: "Flaticon";
        font-size: 24px;
        font-weight: 300;
    }

    .tabs li a.active {
        min-width: 200px;
        background: var(--main-color);
    }

        .tabs li a.active::before {
            background: #ffffff;
            color: var(--main-color);
            border-color: var(--main-color);
        }

        .tabs li a.active.tabs-home::before {
            background: var(--main-color);
            color: #ffffff;
            border-color: #ffffff;
        }

.tabs li:hover a {
    width: 200px;
}

.tabs li a.about::before {
    content: " \f102";
}

.tabs li a.resume::before {
    content: " \f10d";
}

.tabs li a.portfolio::before {
    content: " \f109"
}

.tabs li a.blog::before {
    content: " \f112";
}

.tabs li a.contact::before {
    content: " \f105"
}

.tabs li a span {
    color: var(--primary-color);
    padding: 24px 0;
    padding-left: 60px;
    opacity: 0;
    visibility: hidden;
    display: block;
    width: 66px;
    height: 66px;
    text-align: center;
}

.tabs li a.active span, .tabs li:hover a.tabs-home span {
    width: 200px;
    color: #ffffff;
    opacity: 1;
    visibility: visible;
}

.tabs li:hover a span {
    width: 200px;
    opacity: 1;
    visibility: visible;
}

.tabs li a.active.tabs-home {
    min-width: 66px;
    background: #ffffff;
}

.tabs li a.tabs-home span, .tabs li:active a.tabs-home span {
    width: 0;
}

.tabs li:hover a.tabs-home span {
    color: var(--primary-color);
}

.profile.tabs-home.active {
    opacity: 0;
    visibility: hidden;
    display: none;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.tabs li.tmenu.active {
    width: 0;
}*/


/* 4. hero area
--------------------------------------------------- */
/*.hero-area {
    background-position: center;
    border: 4px solid #ffffff;
    background-color: #07135D;
}

.hero-area-height {
    height: calc(100vh - 254px);
    margin-bottom: -36px;
}

.hero-area.active {
    display: flex;
    align-items: center;
}

.hero-content .sub-title {
    font-size: 21px;
}

.hero-content {
    padding-left: 50px;
}

    .hero-content h1 {
        font-size: 96px;
        line-height: 1.10;
    }

    .hero-content h3 {
        font-size: 24px;
    }

        .hero-content h3 span {
            font-size: 30px;
        }

span.social-text {
    position: absolute;
    color: #ffffffff;
    right: 0;
    top: 10px;
    font-size: 22px;
    padding: 2px 9px;
    cursor: pointer;
    border-radius: 70px;
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    -ms-border-radius: 70px;
    -o-border-radius: 70px;
}

.social-text .pulse-button i {
    color: #ffffffff;
}

.social-icons {
    opacity: 0;
    top: -1px;
    left: -7px;
    position: relative;
    transition: all ease 1s;
    -webkit-transition: all ease 1s;
    -moz-transition: all ease 1s;
    -ms-transition: all ease 1s;
    -o-transition: all ease 1s;
    z-index: -1;
}

.pulse-button {
    color: #ffffffff;
    width: 35px;
    height: 35px;
    line-height: 15px;
    border: none;
    box-shadow: 0 0 0 0 rgba(101, 100, 100);
    position: relative;
    background-color: #cf455c;
    font-size: 20px;
    cursor: pointer;
}

.hero-text-shape1 {
    left: -1%;
    top: 34%;
    font-size: 200px;
}

    .hero-text-shape1 span {
        transform: rotate(90deg);
    }

.hero-text-shape span {
    color: #ccd0eb;*/
    /* font-size: 250px; */
    /*opacity: 4%;
}

.hero-text-shape2 {
    left: 35%;
    top: 30%;
    font-size: 250px;
}

#venta-background {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: -1;
}

.hero-icon img {
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.tilt {
    transform-style: preserve-3d;
    transform: perspective(1000px);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tilt-inner {
    transform: translateZ(20px);
}*/
/* .hero-icon1 {
	top: 45px;
	left: -10px;
}
.hero-icon2 {
	right: -35px;
	top: 100px;
}
.hero-icon3 {
	right: -38px;
	bottom: 100px;
}
.hero-icon4 {
	bottom: 140px;
	left: -30px;
}
.hero-img:hover .hero-icon1 img{ transform:rotate(15deg) ; -webkit-transform:rotate(15deg) ; -moz-transform:rotate(15deg) ; -ms-transform:rotate(15deg) ; -o-transform:rotate(15deg) ; }
.hero-img:hover .hero-icon2 img{ transform:rotate(-25deg) ; -webkit-transform:rotate(-25deg) ; -moz-transform:rotate(-25deg) ; -ms-transform:rotate(-25deg) ; -o-transform:rotate(-25deg) ; }
.hero-img:hover .hero-icon3 img{ transform:rotate(13deg) ; -webkit-transform:rotate(13deg) ; -moz-transform:rotate(13deg) ; -ms-transform:rotate(13deg) ; -o-transform:rotate(13deg) ; }
.hero-img:hover .hero-icon4 img{ transform:rotate(-10deg) ; -webkit-transform:rotate(-10deg) ; -moz-transform:rotate(-10deg) ; -ms-transform:rotate(-10deg) ; -o-transform:rotate(-10deg) ; } */
/*.hero-img-bg {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: 96%;
    opacity: .5;
}*/

/* 5. about page
--------------------------------------------------- */

/*------------ 1.about us area ----------*/
/*.content-wrapper-padding {
    padding: 90px 70px 60px 70px;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.05);
}

.title h2::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 70%;
    background: var(--main-color);
    top: 48%;
    left: 0;
    transform: translateY(-50%);
    border-radius: 8px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.title h2 {
    font-size: 36px;
    line-height: 1.1;
}

.title-content p {
    font-size: 18px;
    line-height: 1.68;
    color: var(--secondary-color);
}

.title-content {
    margin-left: 35px;
}

.about-content {
    padding-left: 3px;
}*/

/* ------------ 2.service us area ---------*/
/*.service-ser-icon::before {
    position: absolute;
    content: "";
    background: var(--main-color);
    opacity: .2;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    left: 0;
    top: -12px;
    transition: all ease .7s;
    -webkit-transition: all ease .7s;
    -moz-transition: all ease .7s;
    -ms-transition: all ease .7s;
    -o-transition: all ease .7s;
}

.single-service:hover .service-ser-icon::before {
    transform: scale(2.2);
    -webkit-transform: scale(2.2);
    -moz-transform: scale(2.2);
    -ms-transform: scale(2.2);
    -o-transform: scale(2.2);
    top: 3px;
    left: 17px;
}

.service-ser-icon img {
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}*/

/* --------- 3.testimonial area ---------*/
/*.blockquote p {
    font-size: 18px;
    line-height: 1.68;
}

.quote-right {
    right: 0;
    top: 60px;
}

.avatar-info p {
    font-size: 14px;
    color: var(--secondary-color);
}

.quote-right {
    max-width: 230px;
}*/
/* carousel-indicators css */
/*.carousel-indicators {
    bottom: -48px;
}

    .carousel-indicators li {
        position: relative;
        width: 8px;
        height: 8px;
        margin-right: 26px;
        text-indent: -999px;
        border-radius: 50%;
        background: #ccc;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
    }

        .carousel-indicators li.active {
            background: var(--main-color);
        }

        .carousel-indicators li::before {
            position: absolute;
            content: "";
            top: -6px;
            left: -6px;
            border: 2px solid transparent;
            border-radius: 50%;
            width: 20px;
            height: 20px;
            background: transparent;
            margin-right: 12px;
            cursor: pointer;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
        }

        .carousel-indicators li.active::before {
            border: 2px solid var(--main-color);
        }*/

/* ----------- 4.brand area ---------*/
/*.brands-wrapper li {
    vertical-align: middle;
    max-width: 20%;
}

.single-brand {
    border: 1px solid var(--main-border);
    border-radius: 8px;
    width: 228px;
    height: 135px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .single-brand img:hover {
        filter: invert(0) sepia(0) hue-rotate(0deg) brightness(0.4);
        -webkit-filter: invert(0) sepia(0) hue-rotate(0deg) brightness(.2);
    }

.testimonial-content-wrapper h3 {
    font-size: 48px;
    line-height: 1.25;
}*/


/* ---------- 5.price area ---------*/
/*.single-price {
    border: 1px solid var(--main-border);
}

    .single-price h5 span {
        font-size: 36px;
    }

.price-table-header {
    border-bottom: 1px solid var(--main-border);
}

.price-list span {
    width: 15px;
}

.price-list li {
    margin-bottom: 5px;
}

.single-price:hover {
    border: 1px solid transparent;
    box-shadow: 0px 5px 42px 0px rgba(0, 0, 0, 0.06);
}*/


/* 6. resume page
--------------------------------------------------- */

/* ----------- 1.experience area ---------*/
/*.experience-info span {
    font-size: 14px;
}

.single-experience::before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    background: var(--main-color);
    border-radius: 50%;
    left: 0;
    top: 5px;
    z-index: 1;
}

.single-experience::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 110%;
    background: var(--main-border);
    left: 5px;
    top: 17px;
}

.experience-info span, .award-content span, .r-post-content span, .team-content span {
    color: var(--secondary-color);
    font-size: 14px;
}*/

/* --------- 2.skill area ---------*/
/*.knob {
    left: 72%;
    top: 0%;
    transform: translateX(50%);
}

.progress {
    height: 8px;
    overflow: visible;
    background-color: #e2e2e2;
}

.progress-bar {
    background-color: var(--main-color);
    text-align: right;
}

    .progress-bar span {
        margin-top: -50px;
        font-size: 16px;
        display: inline-block;
        width: 100px;
        margin-left: auto;
    }

.bar-title h4, .progress-circular h4 {
    font-size: 18px;
}*/

/* --------- 3.award area ---------*/
/*.award-content {
    padding-left: 22px;
}

    .award-content.mt--10 {
        padding-left: 50px;
    }*/

/* --------- 4.award area ---------*/
/*.single-more-about li {
    font-size: 18px;
}

    .single-more-about li span {
        font-size: 14px;
    }*/

/* ------- 5.team area *---------*/
/*.team-wrapper {
    margin-left: -7px;
    margin-right: -7px;
}

.team-img::before {
    content: "";
    position: absolute;
    background: var(--main-color);
    top: 0;
    left: 0;
    right: 0;
    bottom: 2px;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    border-radius: 12px;
    z-index: 1;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.single-team:hover .team-img::before {
    visibility: visible;
    opacity: .6;
}

.team-img .social-link {
    top: 54%;
    left: 0;
    right: 0;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.single-team:hover .social-link {
    visibility: visible;
    top: 50%;
    opacity: 3;
}

.single-team .social-link a {
    opacity: 0.722;
}

    .single-team .social-link a:hover {
        opacity: 1;
    }

.team-img .social-link li {
    padding: 0 2px;
}

    .team-img .social-link li a {
        color: #ffffff;
        font-size: 24px;
    }

.team-content p {
    font-size: 14px;
}*/


/* 7. Portfolio page
--------------------------------------------------- */
/* mixitup css */
/*.mixitup-button {
    border-bottom: 1px solid var(--main-border);
}

    .mixitup-button button {
        color: var(--primary-color);
        padding: 12px 14px;
        font-size: 18px;
        font-family: "CircularStdBold";
        margin-bottom: -1px;
        background: transparent;
        border: 0;
        transition: .5s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
        cursor: pointer;
    }

        .mixitup-button button.mixitup-control-active {
            border-bottom: 1px solid;
            border-color: var(--main-color);
            transition: .5s;
            -webkit-transition: .5s;
            -moz-transition: .5s;
            -ms-transition: .5s;
            -o-transition: .5s;
        }

.single-portfolio img {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.single-portfolio::before {
    content: "";
    background: var(--main-color);
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    position: absolute;
    opacity: 0;
    transition: 0.5s;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    z-index: 1;
}

.single-portfolio:hover::before {
    opacity: .6;
}

.port-icon {
    left: 50%;
    transform: translate(-50%, -50%);
    top: 45%;
    font-size: 18px;
    visibility: hidden;
    opacity: 0;
    z-index: 11;
    cursor: pointer;
    background: #fff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.single-portfolio:hover .port-icon {
    top: 50%;
    transition: 0.6s;
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
}

.port-icon:hover {
    background: var(--main-color);
}

    .port-icon:hover span {
        color: #ffffff;
    }

.port-over-content {
    width: 100%;
    bottom: -30px;
    opacity: 0;
    transition: 0.6s;
}

.single-portfolio:hover .port-over-content {
    bottom: 0%;
    opacity: 1;
    transition: 0.6s;
}

.port-over-content h3 {
    font-size: 30px;
    line-height: 1.2;
}

.port-over-content span {
    font-size: 15px;
}

.port-over-content h2 {
    font-size: 22px;
    line-height: 1.4;
}*/

/* -------- 1.portfolio details css ------- */
/*.portfolio-details-content h2 {
    font-size: 36px;
}

.meta-wrapper {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.item-meta li {
    padding-bottom: 18px;
    color: var(--primary-color);
    font-family: "CircularStdBold";
}

    .item-meta li span {
        color: var(--text-color);
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
    }

.portfolio-details-content {
    margin-top: 50px;
}

.modal-dialog {
    max-width: 1300px;
    margin: 50px auto;
}

#blog .modal-dialog {
    max-width: 1200px;
    margin: 50px auto;
}

.modal-dialog .close-icon {
    right: 5px;
    top: 10px;
}

.modal-dialog .content-wrapper-padding {
    padding: 60px 70px 58px 70px;
}

#blog .modal-dialog .blog-page-content {
    padding: 0;
}

.blog-page-content-info li {
    font-size: 14px;
}

.sidebar-widget.blog-category li span {
    font-size: 14px;
    color: var(--secondary-color);
}

.blockquote p {
    color: var(--secondary-color);
}

.reply-form.contact-form .mb-10 {
    margin-bottom: 15px;
}

.contact-form .form-message.error {
    color: red;
}*/



/* 8. blog page
-------------------------------------------------------------- */
/*#blog .blog-page-content {
    margin-top: 30px;
    padding-left: 32px;
    padding-right: 32px;
    margin-bottom: 35px;
}

.blog-page-content h2 {
    font-size: 30px;
}

.blog-page-content h3 {
    font-size: 30px;
}

.modal-body .blog-page-content h3 {
    font-size: 36px;
}

.sidebar-widget h3 span {
    font-size: 16px;
}

.blockquote-icon {
    width: 36px;
    height: 36px;
    font-size: 15px;
}

.blog-search input {
    height: 55px;
    border-radius: 0;
    padding: 0 16px;
}

.blog-search a {
    width: 60px;
    top: 20px;
}

.recent-post h5 {
    line-height: 1.35;
}

.r-post-content {
    margin-top: -5px
}

.sidebar-widget a {
    color: var(--text-color);
}

.recent-post h3, .blog-page-social-link span, .author-post .btn-2 a {
    font-size: 16px;
}

.recent-post img {
    max-width: 70px;
    max-height: 75px;
}

.search-tag li {
    display: inline-block;
}

    .search-tag li a {
        border: 1px solid var(--main-border);
        padding: 9px 17px;
        margin-bottom: 8px;
        display: inline-block;
        border-radius: 30px;
        font-size: 14px;
        margin-right: 4px;
    }

.blog-search input {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.search-tag li a:hover, .search-tag li a:hover span {
    background: var(--main-color);
    color: #fff;
}

.r-post-content span, .modal-tags h6, .review-head span {
    font-size: 14px;
    color: var(--secondary-color);
}

.review-head ul.d-flex {
    margin-top: 10px;
}

.blog-page .my-btn .btn {
    padding: 10px 38px;
    font-size: 16px;
}

.blog-page4-area .blog-page-content {
    box-shadow: 0px 6px 72px 0px rgba(0, 0, 0, 0.1);
}

.blog-page2-height {
    min-height: 440px;
}

.page-title h2 {
    font-size: 42px;
}

.contact-form input {
    height: 60px;
    line-height: 60px;
    font-size: 14px;
}

.comment textarea {
    min-height: 155px;
}

.blog-slider-overly::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    opacity: 0.502;
}

.blog-page-content-info li {
    padding-bottom: 6px;
    color: var(--secondary-color);
}

.blog-slider-overly .blog-page-content-info span {
    color: #ffffff;
    font-weight: 300;
}

.blog-overly-header .main-menu ul li > a, .blog-overly-header .mobile-menubar {
    color: #ffffff;
}

.black-header .main-menu ul .mega-menu li a {
    color: #222;
}

.blog-overly-header .btn {
    border: 1px solid #ffffff;
}

    .blog-overly-header .btn:hover {
        border: 1px solid #6c63ff;
    }

.blog-overly-header.sticky-menu .header {
    background: rgb(0, 0, 0);
    opacity: 0.8;
}

.blockquote img {
    width: 30px;
}

.blockquote-icon {
    width: 105px;
}*/
/* pagination */
/*.pagination-page .page-link {
    width: 46px;
    height: 46px;
    text-align: center;
    color: var(--text-color);*/
    /* border: 1px solid #d1dbe5; */
    /*border: 1px solid var(--main-border);
    margin-right: 10px;
    line-height: 30px;
    display: block;
    font-size: 16px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

    .pagination-page .page-link:hover, .pagination-page .page-item .page-link.active {
        background-color: var(--main-color);
        border-color: var(--main-color);
        color: #fff;
    }

    .pagination-page .page-link:focus {
        box-shadow: none;
    }

.pagination-page .pagination.justify-content-center .page-link {
    margin: 0 5px;
}*/

/* ------- 1.blog details css -------- */
/*#blog-details .content-wrapper-padding {
    padding-top: 70px;
}

.blog-page-content h2 {
    font-size: 36px;
    line-height: 1.33;
}

.quote-area span.quote-author {
    font-size: 16px;
}

.quote-area span {
    font-size: 14px;
}

.quote-area .blockquote p {
    font-size: 21px;
}

.quote-author::before {
    position: absolute;
    content: "";
    background: var(--primary-color);
    width: 24px;
    height: 1px;
    top: 50%;
    left: -35px;
}

.blog-page-footer .search-tag li a {
    padding: 6px 17px;
    margin-bottom: 0;
    line-height: 1.1;
    color: var(--main-color);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

    .blog-page-footer .search-tag li a:hover {
        color: #ffffff;
    }

.blog-posts h2 {
    font-size: 21px;
    line-height: 1.3;
}

.blog-posts {
    border-top: 1px solid var(--main-border);
    border-bottom: 1px solid var(--main-border);
}

.blog-post-border-right {
    border-right: 1px solid var(--main-border);
}

.single-author-post h4 {
    font-size: 21px;
    line-height: 1.3;
}

.blog-posts span {
    font-size: 14px;
    color: var(--main-color);
}

.review-comments-area h3 {
    font-size: 30px;
}

.review-head span.author {
    font-size: 12px;
    padding: 4px 13px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    color: #fff;
}

.review-comments-area textarea {
    min-height: 170px;
}*/


/* 9. contact page
-------------------------------------------------------------- */
/*.contact-icon {
    width: 84px;
    height: 84px;
    line-height: 84px;
    font-size: 24px;
    border-radius: 5px;
}

.contact-form-wrapper textarea {
    min-height: 180px;
}

.contact-form-wrapper h2, .reply-form {
    font-size: 36px;
}

.map-wrapper {
    width: 100%;
    height: 364px;
    z-index: 1;
}

.useful-link li a {
    font-size: 15px;
}*/


/* magicMouseCursor css */
/*#magicPointer {
    background-color: var(--main-color) !important;
}

#magicMouseCursor {
    border: 1px solid var(--main-color) !important;
}*/

/* XL Device :5000px. */
/*@media screen and (min-width: 1921px) and (max-width: 5000px) {
    .hero-text-shape2 {
        left: 40%;
        top: 42%;
        font-size: 215px;
    }

    .hero-text-shape1 {
        left: -25px;
        top: 40%;
        font-size: 230px;
    }

    .hero-shape.hero-shape4 {
        left: 12%;
        top: 40%;
    }

    .hero-shape.hero-shape2 {
        bottom: 35%;
        left: 48%;
    }
}



@media screen and (min-width: 1200px) and (max-width: 1800px) {
}*/


/* XL Device :1920px. */
/*@media screen and (min-width: 1200px) and (max-width: 1600px) {
    .hero-content {
        padding-left: 15px;
    }
}


@media screen and (min-width: 1200px) and (max-width: 1440px) {
    .container {
        min-width: 1320px;
        margin: 0 auto;
    }

    #portfolio .container {
        min-width: auto;
    }

    .hero-content h1 {
        font-size: 90px;
        line-height: 1.02;
        margin-bottom: 20px;
    }

    .hero-content .sub-title {
        font-size: 25px;
        margin-bottom: 15px;
    }

    .hero-text-shape span {
        font-size: 230px;
    }

    .hero-text-shape2 {
        left: 38%;
        top: 25%;
    }

    .hero-content {
        padding-left: 0;
    }

        .hero-content h3 span {
            font-size: 24px;
        }

    #logo img {
        max-width: 22%;
    }

    .header-padding {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .hero-area-height {
        height: calc(100vh - 180px);
    }

    .footer-area {
        padding-top: 10px;
        padding-bottom: 6px;
    }
}




@media screen and (min-width: 1200px) and (max-width: 1366px) {
    .hero-img {
        width: 38%;
    }

    .hero-content h3 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .hero-content h1 {
        font-size: 68px;
        line-height: 1;
        margin-bottom: 10px;
    }

    .hero-img {
        width: 65%;
    }

    .hero-shape.hero-shape4 {
        left: 15%;
        top: 22%;
    }

    .hero-icon {
        width: 60px;
    }

    .hero-icon2 {
        top: 80px;
    }

    .hero-icon3 {
        bottom: 60px;
    }

    .hero-icon4 {
        bottom: 75px;
    }

    .hero-content p {
        margin-bottom: 30px;
    }

    #scroll.show {
        bottom: 20px;
    }

    #scroll {
        right: 20px;
    }

    .single-brand {
        width: 228px;
    }
}






@media screen and (min-width: 1200px) and (max-width: 1350px) {
    .container {
        min-width: 1300px
    }

    .content-wrapper-padding {
        padding-left: 60px;
        padding-right: 60px;
    }

    .brands-wrapper {
        text-align: center;
    }

    .single-brand {
        width: 230px;
    }

    .price-list li {
        align-items: start !important;
    }

    .price-list span {
        margin-top: 8px;
    }

    .hero-content .sub-title {
        font-size: 22px;
        margin-bottom: 12px;
    }

    .hero-content h1 {
        margin-bottom: 15px;
    }

    .hero-content h3, .hero-content h3 span {
        font-size: 20px;
    }

    .hero-content p {
        margin-bottom: 30px;
    }
}





@media screen and (min-width: 1200px) and (max-width: 1330px) {
    .container {
        min-width: 1170px;
    }

    .single-brand {
        width: 228px;
    }

    .about-content p.mb-28 {
        margin-bottom: 8px;
    }

    .skill-content-area canvas {
        width: 155px;
        height: 155px;
    }

    .title-content p {
        font-size: 17px;
    }

    .hero-text-shape2 {
        font-size: 180;
    }

    .hero-text-shape1 {
        font-size: 150px;
    }
}*/







/* LG Device :992px. */
/*@media screen and (min-width: 992px) and (max-width: 1199px) {
    .content-wrapper-padding {
        padding: 70px 40px 40px 40px;
    }

    .hero-content {
        padding-left: 0;
    }

        .hero-content .sub-title {
            font-size: 22px;
            margin-bottom: 12px;
        }

    .hero-img {
        width: 75%;
    }

    .quote-area .blockquote p {
        font-size: 20px;
    }

    .title-content p {
        font-size: 17px;
    }

    .title h2 {
        font-size: 30px;
        padding-left: 20px;
    }

    .single-testimonial {
        padding-right: 0;
        margin-top: 30px;
    }

    .testimonial-content-wrapper h3 {
        font-size: 38px;
    }

    .quote-right {
        right: 0;
        top: 80px;
        max-width: 145px;
    }

    .testi-info {
        padding-left: 0;
    }

    .quote-left {
        max-width: 36px;
    }

    .single-price {
        padding-left: 30px;
        padding-right: 25px;
    }

    .price-list li {
        align-items: start !important;
    }

    .price-list span {
        margin-top: 8px;
    }

    .brands-wrapper li {
        margin-right: 10px;
        max-width: 20%;
    }

    .brands-wrapper {
        text-align: center;
    }

    .single-brand {
        width: 162px;
        height: 120px;
    }

    .single-price h5 span {
        font-size: 30px;
    }

    .about-content {
        margin-top: 40px;
    }*/
    /* rsume css */
    /*.experience-wrapper ul {
        padding-left: 0;
    }

    .experience-wrapper {
        padding-right: 0;
    }

    .experience-info span {
        font-size: 8px;
        display: block;
    }

    .education-wrapper {
        padding-left: 0;
    }

    .single-experience {
        padding-left: 25px;
    }

        .single-experience::before {
            top: 3px;
        }

        .single-experience img {
            max-width: 80px;
        }

        .single-experience h4, .team-content h4 {
            font-size: 18px;
        }

        .single-experience span {
            font-size: 15px;
        }

    .skill-content-area canvas {
        width: 116px !important;
        height: 116px !important;
    }

    .knob {
        left: 80%;
        top: -10%;
    }

    .award-content {
        padding-left: 0;
    }

        .award-content h4 {
            font-size: 17px;
            line-height: 1.3;
            margin-bottom: 4px;
        }

        .award-content p {
            font-size: 14px;
        }

        .award-content.mt--10 p {
            font-size: 16px;
        }

        .award-content.mt--10 {
            padding-left: 30px;
            margin-top: -6px;
        }

    .single-more-about li {
        font-size: 16px;
    }

    .blog-page-sidebar {
        padding-left: 0;
    }

    .blog-page1-content h2 {
        font-size: 25px;
    }

    .sidebar-widget {
        padding-left: 20px;
        padding-right: 20px;
    }

    .recent-post h5 {
        font-size: 15px;
    }

    .contact-icon {
        width: 52px;
        height: 52px;
        line-height: 52px;
        font-size: 18px;
        margin-right: 15px;
    }

    .contact-text p {
        font-size: 15.2px;
    }

    .blog-page-content h2, .review-comments-area h2 {
        font-size: 27px;
    }

    .blockquote p {
        padding-left: 0;
        font-size: 19px;
    }

    .blog-posts h2 {
        font-size: 19px;
    }

    .portfolio-details-sidebar .meta-wrapper {
        padding-left: 28px;
        padding-right: 15px;
    }

    .portfolio-details-sidebar {
        padding-left: 0;
    }

        .portfolio-details-sidebar .meta-wrapper .item-meta.pr-30 {
            padding-right: 25px;
        }

    .portfolio-details-content h2 {
        font-size: 28px;
    }

    .single-portfolio:hover .port-icon {
        top: 38%;
    }

    .port-over-content {
        padding-left: 5px;
        padding-right: 5px;
    }

        .port-over-content h2 {
            font-size: 19px;
        }

    .blog-post-border-right {
        border-left: none
    }

    .header-padding {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .blog-page-content h3 {
        font-size: 25px;
    }

    .modal-dialog .content-wrapper-padding {
        padding: 60px;
    }

    .modal-dialog {
        max-width: 980px;
    }

    .title-content {
        margin-left: 16px;
    }

    .testimonial-content-area .title {
        margin-bottom: 22px;
    }

    #scroll.show {
        bottom: 60px;
    }

    #scroll {
        position: fixed;
        right: 5px;
        bottom: 10px;
    }

    #blog .modal-dialog {
        max-width: 900px;
    }

    .hero-text-shape1 {
        left: -11%;
        top: 37%;
        font-size: 150px;
    }

    .hero-text-shape2 {
        top: 40%;
        font-size: 170px;
    }

    .hero-shape.hero-shape4 {
        left: -10px;
        top: 35%;
    }

    .hero-shape.hero-shape2 {
        bottom: 26%;
        left: 46%;
    }

    .hero-shape1 {
        top: 15%;
    }

    .tabs li {
        width: auto !important;
        margin-right: 6px;
    }

    .hero-content h1 {
        font-size: 75px;
    }

    .hero-content h3 {
        font-size: 21px;
    }

        .hero-content h3 span {
            font-size: 21px;
        }

    .modal-body .blog-page-content h3 {
        font-size: 32px;
    }
}*/








/* MD Device :768px. */
/*@media screen and (min-width: 768px) and (max-width: 991px) {
    .content-wrapper-padding {
        padding: 70px 35px 50px 35px;
    }

    .title-content {
        padding-left: 0;
    }

        .title-content p {
            font-size: 16px;
        }

    .title h2 {
        font-size: 24px;
        padding-left: 15px;
    }

    .testimonial-content-wrapper h3 {
        margin-right: 100px;
    }

    .hero-img {
        width: 75%;
    }*/
    /* .hero-content {
          margin-top: 20px;
          margin-bottom: 40px;
     }
     .hero-img {
          width: 90%;
          margin-top: 30px;
     } */
    /*.hero-content .sub-title {
        font-size: 24px;
        margin-bottom: 8px;
    }

    .hero-content h1 {
        font-size: 80px;
        margin-bottom: 10px;
    }

    .hero-content h3 {
        font-size: 21px;
        margin-bottom: 25px;
    }

        .hero-content h3 span {
            font-size: 24px;
        }

    .about-info {
        padding-left: 0;
    }

        .about-info ul li {
            padding-right: 15px;
        }

            .about-info ul li span {
                font-size: 15px;
            }

    .about-content {
        margin-top: 30px;
    }

        .about-content p.mb28 {
            margin-bottom: 10px;
        }

    .single-service {
        padding: 45px 30px 25px 30px;
        margin-bottom: 30px;
    }

        .single-service.mr-8.ml-8, .single-service.mr-8, .single-service.ml-8 {
            margin-left: 0;
            margin-right: 0;
        }

    .service-ser-icon {
        margin-bottom: 20px;
    }

        .service-ser-icon img {
            max-width: 30px;
        }

    .single-service:hover .service-ser-icon::before {
        transform: scale(1.5);
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        top: -5px;
        left: 12px;
    }

    .service-text h4 {
        margin-bottom: 20px;
    }

    .testimonial-content-wrapper h3 {
        font-size: 32px;
        margin-right: 0;
    }

    .single-testimonial {
        padding-right: 0;
        margin-top: 30px;
    }

    .testimonial-content-wrapper {
        margin-bottom: 0;
    }

    .blockquote p {
        padding-left: 70px;
    }

    .quote-right {
        right: 0;
        top: 70px;
        max-width: 145px;
    }

    .testi-info {
        padding-left: 0;
    }

    .quote-left {
        max-width: 46px;
    }

    .carousel-indicators {
        bottom: -30px;
        margin-left: 0;
    }

    .testimonial-img {
        margin-top: 80px;
    }

    .price-wrapper {
        margin-top: 36px;
    }

    .single-price {
        padding: 35px 30px 40px 30px;
    }

    .price-list li {
        align-items: start !important;
    }

    .price-list span {
        margin-top: 8px;
    }

    .brands-wrapper li {
        max-width: 50%;
        margin-right: 12px;
    }

    .single-brand {
        width: 250px;
    }

    .brands-wrapper {
        text-align: center;
        margin-top: 40px;
    }

    .title h2.w-50 {
        width: 100% !important;
    }

    .experience-wrapper ul {
        padding-right: 0;
    }

    .education-wrapper ul {
        padding-left: 0;
    }

    .education-wrapper {
        margin-top: 40px;
        padding-left: 0;
    }

    .skill-content-area canvas {
        width: 78px !important;
        height: 78px !important;
    }

    .knob {
        left: 85%;
        top: -28%;
        font-size: 20px !important;
    }

    .progress {
        height: 3px;
    }

    .bar-title h4, .progress-circular h4 {
        font-size: 15.5px;
    }

    .award-content {
        padding-left: 0;
    }

        .award-content h4 {
            font-size: 17px;
            line-height: 1.3;
            margin-bottom: 4px;
        }

        .award-content p {
            font-size: 14px;
        }

        .award-content.mt--10 p {
            font-size: 16px;
        }

        .award-content.mt--10 {
            padding-left: 0;
            margin-top: -6px;
        }

    .single-more-about li {
        font-size: 15px;
        line-height: 1.4;
        display: flex;
    }

    .team-content h4, .single-experience h4 {
        font-size: 18px;
    }

    .single-experience span {
        font-size: 15px;
    }

    .single-team {
        margin-bottom: 30px;
    }

    #resume .content-wrapper-padding {
        padding-bottom: 30px;
    }

    .blog-page-sidebar {
        padding-left: 0;
    }

    .recent-post h5 {
        line-height: 1.2;
        font-size: 16px;
        margin-bottom: 5px !important;
    }

    .contact-icon {
        width: 62px;
        height: 62px;
        line-height: 62px;
        font-size: 20px;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .blog-page-content h2, .review-comments-area h2 {
        font-size: 30px;
    }

    .blockquote p {
        padding-left: 0;
        font-size: 18px;
    }

    .blog-posts h2 {
        font-size: 18px;
    }

    #blog-details .blog-page-sidebar {
        margin-top: 50px;
    }

    .blog-category ul li {
        margin-bottom: 18px;
    }

    .review-head h3 {
        font-size: 22px;
    }

    .portfolio-details-content h2 {
        font-size: 32px;
    }

    .portfolio-details-sidebar {
        padding-left: 0;
    }

    #portfolio-list li {
        width: 49%
    }

    .single-portfolio:hover .port-icon {
        top: 45%;
    }

    .port-over-content {
        padding-left: 10px;
        padding-right: 10px;
    }

        .port-over-content h2 {
            font-size: 19px;
        }

    .tabs li a span {
        padding: 25px 0 25px 60px;
        font-size: 17px;
        text-align: center;
    }

    .tabs li a.active {
        min-width: 185px;
    }

    .tabs li:hover a {
        width: 185px;
    }

    .tabs li {
        margin-right: 8px;
    }

    .acconrdion-hero-height {
        padding: 0;
        min-height: 800px;
    }

        .acconrdion-hero-height .hero-content {
            margin-bottom: 0;
        }

    .header-padding {
        padding-top: 25px;
        padding-bottom: 24px;
    }

    .hero-img, .hero-content {
        text-align: center;
    }

    .hero-img-wrapper {
        margin-bottom: 50px;
    }

    .hero-content .my-btn {
        margin-bottom: 30px;
    }

    .tabs li {
        margin-right: 6px;
    }

    #blog .blog-page-content {
        margin-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 0;
        padding-bottom: 20px;
    }

    .blog-page-content-info {
        margin-top: 16px;
    }

    .modal-dialog .content-wrapper-padding {
        padding: 60px 50px 58px 50px;
    }

    .award-margin {
        padding-top: 0;
    }

    .award-wrapper, .team-wrapper {
        margin-top: 35px;
    }

    .title-content {
        margin-left: 0;
    }

    .quote-area .blockquote p {
        font-size: 17.5px;
    }

    .blog-posts-prev {
        margin-right: 10px;
    }

    .blog-posts-next {
        margin-left: 10px;
    }

    #blog .modal-dialog {
        max-width: 750px;
    }

    .contact-form-wrapper h2, .reply-form {
        margin-bottom: 35px;
    }

    .contact-form-wrapper {
        margin-top: 10px;
    }

    .experience-wrapper {
        padding-right: 0;
    }

    .hero-text-shape2 {
        left: -5%;
        top: 52%;
    }

    .parallax img {
        max-width: 40px;
    }

    .hero-shape.hero-shape2 {
        top: 52%;
        left: auto;
        right: 18%;
    }

    .hero-content {
        padding-left: 0;
    }

    .hero-text-shape1 {
        left: 0%;
        top: 12%;
    }

        .hero-text-shape1 span {
            font-size: 150px;
        }

    .hero-text-shape2 span {
        font-size: 160px;
    }

    .hero-text-shape2 {
        top: 50%;
        left: 6%;
    }

    .hero-shape1 {
        top: 7%;
        right: 19%;
    }

    .tabs li {
        margin-right: 6px;
    }

    .copyright-text {
        margin-bottom: 13px;
    }

    .useful-link li a {
        font-size: 15px;
    }

    .modal-body .blog-page-content h3 {
        font-size: 28px;
    }

    .review-comments-area h3 {
        font-size: 24px;
    }
}





@media screen and (max-width: 960px) and (orientation : landscape) {
    .hero-content h1 {
        font-size: 32px;
        margin-bottom: 10px
    }

    .hero-content h3 span {
        font-size: 14px;
    }

    .hero-content .my-btn .btn {
        padding: 4px 20px;
        font-size: 12px;
    }

    .hero-img-wrapper {
        width: 130px !important;
    }

    .hero-content {
        margin-bottom: 20px;
    }

        .hero-content .sub-title {
            font-size: 12px;
            margin-bottom: 4px;
        }

        .hero-content h3 {
            font-size: 16px;
            margin-bottom: 16px;
        }

    .hero-icon {
        height: 20px;
        width: 20px;
    }

    .hero-img-wrapper {
        margin-bottom: 15px;
    }

    .parallax img {
        display: none !important;
    }
}



@media screen and (max-width: 915px) and (orientation : landscape) {

    .header-padding {
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .hero-area-height {
        height: calc(100vh - 158px);
    }

    .footer-area {
        padding-top: 8px;
        padding-bottom: 4px;
    }

    #logo img {
        max-width: 25%;
    }

    header .my-btn .btn {
        padding: 6px 25px;
        font-size: 14px;
    }

    .useful-link li a {
        font-size: 14px;
    }

    .footer-area p {
        font-size: 15px;
    }

    .hero-content h1 {
        font-size: 22px;
        margin-bottom: 8px
    }

    .hero-content h3 span {
        font-size: 13px;
    }

    .hero-content .my-btn .btn {
        padding: 3px 20px;
        font-size: 11px;
    }

    .hero-img-wrapper {
        width: 100px !important;
    }

    .hero-content {
        margin-bottom: 10px;
        margin-top: 8px;
    }

        .hero-content .sub-title {
            font-size: 10px;
            margin-bottom: 2px;
        }

        .hero-content h3 {
            font-size: 13px;
            margin-bottom: 8px;
        }

    .hero-icon {
        height: 20px;
        width: 20px;
    }

    .hero-img-wrapper {
        margin-bottom: 10px;
    }
}*/





/* Extra small Device. */
/*@media screen and (max-width: 767px) {
    .card3 .content-wrapper-padding, .card4 .content-wrapper-padding {
        padding-bottom: 0;
    }

    .my-btn .btn {
        padding: 12px 30px;
        font-size: 14px;
    }

    .hero-img, .hero-content {
        text-align: center;
    }*/
    /* .hero-content span {
          font-size: 20px;
     } */
    /*.hero-area.active {
        font-size: 26px;
    }

    .hero-content h3 {
        font-size: 18px;
        margin-bottom: 25px;
    }

        .hero-content h3 span {
            font-size: 19px;
        }

    .hero-content h1 {
        font-size: 50px;
        margin-bottom: 12px;
    }

    .content-wrapper-padding {
        padding: 55px 15px 30px 15px;
    }

    .title h2 {
        font-size: 26px;
        margin-bottom: 10px;
        padding-left: 15px;
    }

    .title-margin {
        margin-bottom: 30px;
    }

    h3 {
        font-size: 22px;
    }

    .skill-bar-area.pb-70 {
        padding-bottom: 50px;
    }

    .title-content p {
        font-size: 16px;
    }

    .testimonial-content-wrapper {
        margin-bottom: 0;
    }

    .about-content {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .about-content-area {
        padding-bottom: 30px;
    }

    .service-content-area {
        margin-top: 35px;
        padding-bottom: 14px;
    }

    .testimonial-content-area {
        margin-top: 35px;
        padding-bottom: 40px;
    }

    .price-area {
        padding-top: 40px;
        padding-bottom: 10px;
    }

    .brand-area {
        padding-top: 35px;
    }

    .about-info ul {
        margin-bottom: 10px;
    }

    .about-content p.mb-28 {
        margin-bottom: 10px;
    }

    .about-info {
        padding-left: 0;
    }

        .about-info li {
            padding-right: 9px;
        }

            .about-info li span {
                font-size: 14.5px;
            }

        .about-info ul {
            margin-bottom: 18px;
        }

    .single-service {
        padding: 45px 25px 25px 25px;
        margin-bottom: 30px;
    }

    .testimonial-content-area .title {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .single-service.mr-8.ml-8, .single-service.mr-8, .single-service.ml-8 {
        margin-left: 0;
        margin-right: 0;
    }

    .service-ser-icon {
        margin-bottom: 20px;
    }

        .service-ser-icon img {
            max-width: 30px;
        }

    .single-service:hover .service-ser-icon::before {
        transform: scale(1.5);
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        top: -5px;
        left: 12px;
    }

    .service-text h4 {
        margin-bottom: 20px;
    }

    .testimonial-content-wrapper h3 {
        font-size: 26px;
        margin-right: 0;
    }

    .single-testimonial {
        padding-right: 0;
        margin-top: 15px;
        padding-bottom: 0;
    }

    .blockquote p {
        padding-left: 0;
        font-size: 17px;
    }

    .quote-right {
        right: 0;
        top: 60%;
        max-width: 100px;
    }

    .testi-info {
        padding-left: 0;
        margin-top: 25px;
    }

    .quote-left {
        max-width: 35px;
    }

    .carousel-indicators {
        bottom: -35px;
        margin-left: 0;
    }

    .testimonial-img {
        margin-top: 72px;
    }

    .single-price {
        padding: 35px 22px 30px 20px;
    }

        .single-price h5 span {
            font-size: 32px;
        }

    .price-wrapper {
        margin-top: 26px;
    }

    .price-table-header h4 {
        padding-bottom: 15px;
    }

    .brands-wrapper li {
        max-width: 100%;
        margin-right: 0;
        display: flex !important;
        justify-content: center;
    }

    .brands-wrapper {
        margin-top: 30px;
    }

    p {
        font-size: 14px;
    }

    .copyright-text li a, .useful-link li a {
        font-size: 14px;
    }

    .useful-link li {
        padding-left: 5px;
        padding-right: 5px;
    }

    .title-content {
        margin-left: 0;
    }

    .experience-wrapper ul {
        padding-left: 0;
    }

    .single-experience img {
        margin-bottom: 18px;
        max-width: 100px;
    }

    .education-wrapper {
        padding-left: 0;
    }

    .education-wrapper {
        margin-top: 40px;
    }

    .progress {
        height: 5px;
    }

    .bar-title h4, .progress-circular h4 {
        font-size: 16px;
    }

    .award-content {
        padding-left: 0;
        padding-bottom: 12px;
    }

        .award-content h4 {
            font-size: 17px;
            line-height: 1.3;
            margin-bottom: 4px;
        }

        .award-content p {
            font-size: 14px;
        }

        .award-content.mt--10 p {
            font-size: 16px;
        }

        .award-content.mt--10 {
            padding-left: 0;
        }

    .single-more-about li {
        font-size: 15px;
        line-height: 1.4;
        display: flex;
    }

    .team-content h4, .single-experience h4 {
        font-size: 18px;
    }

    .single-experience span {
        font-size: 15px;
        line-height: 1.4;
        margin-bottom: 0;
    }

    .single-experience .mb-20 {
        margin-bottom: 10px;
    }

    .single-team {
        margin-bottom: 30px;
    }

    #resume .content-wrapper-padding {
        padding-bottom: 0;
    }

    .single-experience::before {
        top: 10px;
    }

    .single-experience {
        padding-left: 30px;
    }

    .award-margin {
        padding-bottom: 10px;
        padding-top: 0;
    }

    .award-wrapper {
        margin-top: 25px;
    }

    .more-about-wrapper h3 {
        margin-bottom: 18px;
    }

    .single-more-about {
        margin-bottom: 32px;
    }

    .team-area {
        margin-top: 40px;
    }

    .team-wrapper {
        margin-top: 25px;
    }

    .knob {
        transform: inherit;
        left: auto;
        top: auto;
    }

    .blog-page1-content {
        padding-left: 15px;
        padding-right: 15px;
    }

    .blog-page-content-info li {
        font-size: 14px;
    }

        .blog-page-content-info li span {
            padding-right: 5px !important;
        }

    .blog-page1-content h2 {
        font-size: 22px;
        line-height: 1.3;
    }

    .blog-page-sidebar {
        padding-left: 0;
    }

    .r-post-content h5 {
        font-size: 16px;
        margin-bottom: 5px !important;
    }

    .sidebar-widget {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 40px;
    }

    .contact-icon {
        width: 45px;
        height: 45px;
        line-height: 45px;
        font-size: 16px;
        margin-right: 15px;
    }

    .contact-text h4 {
        font-size: 19px;
        margin-bottom: 3px !important;
    }

    .contact-form-wrapper h2 {
        font-size: 26px;
    }

    .blog-page-content h2, .review-comments-area h2 {
        font-size: 22px;
        margin-bottom: 30px;
    }

    .blog-details-wrapper .blockquote p {
        padding-left: 0;
        font-size: 16px;
    }

    .blog-posts h2 {
        font-size: 17px;
    }

    .blog-posts span {
        font-size: 13px;
    }

    .quote-area img {
        max-width: 35px;
    }

    #blog-details .blog-page-sidebar {
        margin-top: 50px;
    }

    .blog-category ul li {
        margin-bottom: 18px;
    }

    .review-head h3 {
        font-size: 18px;
        margin-bottom: 4px;
    }

    .blog-page-content-info {
        margin-top: 12px;
        margin-bottom: 0 !important;
    }

    .blog-page-content p.mb-22 {
        margin-bottom: 10px;
    }

    .quote-area {
        margin-top: 32px;
        padding-top: 33px;
        margin-bottom: 30px;
        padding-bottom: 30px;
    }

    .blog-details-wrapper .blockquote {
        padding-top: 0;
        margin-bottom: 15px;
        margin-top: 10px;
    }

    .row.blog-posts-prev {
        margin-bottom: 20px;
    }

    .row.blog-posts-prev {
        margin-bottom: 20px;
    }

    .blog-page-footer {
        margin-top: 18px;
        margin-bottom: 40px;
    }

    .review-head {
        margin-bottom: 8px;
    }

        .review-head .my-btn a {
            margin-bottom: 0;
        }

    .review-comments-area {
        margin-top: 40px;
    }

    .reply-form.contact-form {
        margin-top: 10px;
    }

    .review-comments-wrapper {
        margin-top: 25px;
    }

    .review-text {
        padding-bottom: 20px;
        margin-top: 5px;
    }

    .reply-form .pl-6 {
        padding-left: 15px;
    }

    .reply-form .pr-6 {
        padding-right: 15px;
    }

    .sidebar-widget {
        margin-bottom: 30px;
    }

    #blog-details .content-wrapper-padding {
        padding-top: 40px;
        padding-bottom: 45px;
    }

    .my-btn .btn.transparent-bg {
        padding: 7px 22px;
    }

    .my-btn .btn {
        padding: 10px 22px;
        font-size: 14px;
    }

    .header-padding {
        padding-top: 22px;
        padding-bottom: 22px;
    }

    .sidebar-widget h3 {
        font-size: 21px;
    }

    .contact-form input, .comment textarea {
        height: 52px;
    }

    .blog-footer-tag span {
        padding-right: 10px;
    }

    .blog-post-border-right {
        border-right: none;
    }

    .blog-posts-text {
        margin-top: -10px;
    }

    .portfolio-details-content h2 {
        font-size: 23px;
        margin-bottom: 12px;
        line-height: 1.2;
    }

    .portfolio-details-sidebar {
        padding-left: 0;
    }

    .meta-wrapper {
        padding-left: 23px;
        padding-right: 15px;
        margin-top: 0;
    }

        .meta-wrapper .item-meta.pr-30 {
            padding-right: 20px;
        }

    .related-portfolio h2 {
        font-size: 26px;
    }

    .single-related-portfolio {
        margin-bottom: 20px;
    }

    #portfolio-details .content-wrapper-padding {
        padding: 40px 15px 20px 15px;
    }

    .related-portfolio {
        margin-top: 40px;
    }

    .portfolio-details-content {
        margin-top: 22px;
    }

        .portfolio-details-content p.mb-22 {
            margin-bottom: 10px;
        }

    #portfolio-list li {
        width: 49%
    }

    .single-portfolio:hover .port-icon {
        top: 50%;
    }

    #portfolio .ml-15 {
        margin-left: 0;
    }

    .cats-filter {
        padding-bottom: 10px;
    }

    .modal-body {
        padding-top: 0;
    }

    .tabs li {
        margin-right: 8px;
    }

        .tabs li a span {
            padding: 16px 0 16px 40px;
            width: 48px;
            height: 48px;
            font-size: 17px;
            font-weight: 500;
        }

        .tabs li a::before {
            width: 48px;
            height: 48px;
            line-height: 44px;
            font-size: 18px;
            border: 2px solid #fff;
        }

        .tabs li a {
            width: 48px;
        }

        .tabs li:hover a {
            width: 150px;
        }

        .tabs li a.active {
            min-width: 150px;
        }

    ul.tabs {
        height: 75px !important;
    }

    .menu {
        margin-top: -35px;
    }

    .menu {
        height: 48px;
    }

    .page-margin-top {
        margin-top: -30px;
    }

    .modal-content .content-wrapper-padding {
        padding: 5px 0;
    }

    .top span {
        font-size: 14px;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .top {
        right: 8px;
        bottom: 8px;
    }

    .header-padding {
        padding: 20px 15px;
    }

    #logo img {
        max-width: 70%;
    }

    header .my-btn .btn {
        padding: 8px 20px;
    }

    .tabs li {
        margin-right: 4px;
    }

    .modal-dialog .close-icon {
        right: -2px;
        top: -2px;
    }

    .modal-content .content-wrapper-padding {
        padding: 15px;
        padding-top: 40px;
    }

    #blog .modal-content .content-wrapper-padding {
        padding-bottom: 30px;
    }

    .blog-page-content h3 {
        font-size: 24px;
    }

    .blog-page-content h3 {
        font-size: 22px;
        line-height: 1.2;
    }

    .page-margin-top {
        margin-top: -22px;
    }

    .menu {
        margin-top: -6px;
    }

    .hero-area-height.active {
        margin-bottom: -22px;
    }

    .footer-area {
        margin-top: 10px;
    }

    .item-meta li {
        padding-bottom: 15px;
    }

    .review-head h5 {
        margin-bottom: 6px;
    }

    #blog .modal-dialog .blog-page-content {
        margin-top: 20px;
    }

    .blog-content-wrapper {
        margin-bottom: 40px;
    }

    #blog .blog-page-content {
        margin-top: 25px;
        padding-left: 28px;
        padding-right: 28px;
        margin-bottom: 28px;
    }

    .mixitup-button button {
        padding: 2px 9px;
        margin-bottom: 10px;
    }

    .mixitup-gallery {
        padding-top: 5px;
        padding-bottom: 0;
    }

    .mixitup-button {
        padding-bottom: 10px;
    }

    #portfolio .title-margin {
        margin-bottom: 25px;
    }

    .hero-area-height {
        height: calc(100vh - 191px);
    }

    .dc-text1 {
        margin-top: 0;
    }

    .contact-form-wrapper h2 {
        margin-bottom: 30px;
    }

    .contact-form-wrapper {
        margin-top: 15px;
    }

    .map-wrapper {
        height: 260px;
    }

    .experience-education-content-area {
        padding-bottom: 40px;
    }

    .skill-content-area {
        margin-top: 40px;
        padding-bottom: 20px;
    }

    .skill-bar-area.pb-70 {
        padding-bottom: 40px;
    }

    .skill-round-bar-area h3 {
        margin-bottom: 25px;
    }

    .awards-area {
        margin-top: 38px;
        padding-bottom: 15px;
    }

    .more-about-area {
        margin-top: 36px;
        padding-bottom: 0;
    }

    .progress-circular h4 {
        margin-top: 20px;
    }

    .about-img {
        text-align: center;
    }

    .experience-wrapper {
        padding-right: 0;
    }*/
    /* .hero-img{width: 60%;} */
    /*.hero-img-wrapper {
        margin-bottom: 30px;
    }

    .hero-area {
        border: 0;
    }

    .hero-content {
        padding-left: 0;
    }

        .hero-content .sub-title {
            font-size: 22px;
            margin-bottom: 10px;
        }

    .hero-img {
        max-width: 180px;
    }

    .hero-img-bg {
        width: 60%;
    }

    .hero-icon img {
        max-width: 38px;
        height: 38px;
    }

    .hero-icon4 {
        bottom: 60px;
        left: -18px;
    }

    .hero-icon3 {
        right: -20px;
        bottom: 50px;
    }

    .hero-icon2 {
        right: -20px;
        top: 60px;
    }

    .modal-body .blog-page-content h3 {
        font-size: 24px;
    }

    .review-comments-area h3 {
        font-size: 24px;
    }

    .quote-area {
        margin-top: 0;
        margin-bottom: 0;
    }
}








@media screen and (max-width: 399px) {
    .blog-footer-tag span {
        padding-right: 10px;
        padding-bottom: 10px;
    }

    .blog-page-footer .search-tag li a {
        padding: 6px 16px;
        font-size: 13px;
        margin-right: 2px;
    }

    .blog-page-social-link span {
        padding-right: 10px;
    }

    .port-over-content span {
        font-size: 15px;
        margin-bottom: 8px;
    }

    #portfolio-list li {
        width: 100%;
    }

    .cats-filter li a {
        padding: 9px 8px;
        font-size: 14px;
    }

    .port-over-content {
        padding: 25px 40px;
    }

        .port-over-content h2 {
            font-size: 20px;
            line-height: 1.2;
        }

        .port-over-content span {
            font-size: 13px;
            margin-bottom: 8px;
        }

    .port-icon {
        font-size: 15px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .blog-footer-tag span {
        margin-bottom: 0 !important;
    }

    .hero-content h1 {
        font-size: 38px;
        margin-bottom: 1px;
    }

    .hero-content .sub-title {
        font-size: 21px;
        margin-bottom: 8px;
    }

    .hero-content h3, .hero-content h3 span {
        font-size: 18px;*/
        /* margin-bottom: 10px; */
    /*}

    .my-btn .btn {
        padding: 7px 20px;
        font-size: 13px;
        margin-bottom: 15px;
    }*/
    /* .hero-img-bg { width: 60%;} */
    /* .hero-img{width: 48%;} */
    /*.hero-img-wrapper {
        margin-bottom: 35px;
    }*/
    /* .ggg {display: block !important;} */



/*}*/



/* SM Small Device :550px. */
/*@media screen and (max-width: 320px) {
    .hero-content h1 {
        font-size: 35px;
        margin-bottom: 10px;
    }

    .hero-content .sub-title {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .hero-content h3 {
        font-size: 14.8px;
        margin-bottom: 20px;
    }

    .hero-content .sub-title {
        font-size: 16px;
    }

    .my-btn .btn {
        padding: 7px 20px;
        font-size: 13px;
        margin-bottom: 15px;
    }

    .hero-img {
        max-width: 110px;
    }

    .hero-icon img {
        max-width: 30px;
        height: 30px;
    }

    .hero-icon4 {
        bottom: 40px;
        left: -16px;
    }

    .hero-icon3 {
        right: -16px;
        bottom: 25px;
    }

    .hero-img-wrapper {
        margin-bottom: 20px;
    }

    .hero-content h3 span {
        font-size: 16px;
    }

    .hero-content {
        padding-bottom: 10px;
    }*/
    /* .ggg {display: block !important;} */
    /*.hero-icon1 {
        top: 30px;
        left: -18px;
    }

    .hero-icon2 {
        right: -24px;
        top: 40px;
    }

    .hero-icon3 {
        right: -22px;
        bottom: 25px;
    }

    .hero-icon4 {
        bottom: 30px;
        left: -18px;
    }
}*/







/* SM Small Device :550px. */
/*@media screen and (max-width: 500px) {
    .tabs li {
        margin-right: 4px;
    }

        .tabs li a span {
            padding: 16px 0 16px 70px;
            font-size: 17px;
            font-weight: 500;
            text-align: left;
            display: none;
        }

        .tabs li a {
            width: 48px;
        }

        .tabs li:hover a {
            width: 48px;
        }

    ul.tabs {
        height: 52px !important;
    }

    .tabs li {
        max-width: 48px !important;
        height: 48px;
        line-height: 28px;
    }
}*/







/* SM Small Device :550px. */
/*@media screen and (min-width: 576px) and (max-width: 767px) {

    .skill-content-area canvas {
        width: 138px !important;
        height: 138px !important;
    }

    .knob {
        top: -8px;
        left: 100%;
    }

    .contact-icon {
        width: 70px;
        height: 70px;
        line-height: 70px;
        font-size: 20px;
        margin-right: 25px;
    }

    .contact-text h4 {
        font-size: 21px;
        margin-bottom: 6px !important;
    }

    .contact-form-wrapper h2 {
        font-size: 28px;
    }

    .blog-posts h2 {
        font-size: 21px;
    }

    .blog-posts-text {
        margin-top: -5px;
        margin-left: -10px;
    }

    .port-over-content h2 {
        font-size: 18px;
    }

    .port-over-content span {
        margin-bottom: 10px;
    }

    .single-portfolio .port-over-content {
        padding: 20px 15px;
    }

    .port-icon {
        font-size: 15px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .dc-text1 {
        margin-top: 15px;
    }

    .hero-area-height.active {
        margin-bottom: -38px;
    }

    .footer-area {
        margin-top: 25px;
    }

    .page-margin-top {
        margin-top: -10px;
    }

    .menu {
        margin-top: -15px;
    }

    .single-brand {
        width: 246px;
    }

    .brands-wrapper {
        margin-left: -6px;
        margin-right: -6px;
    }

        .brands-wrapper li {
            max-width: 50%;
            margin-right: 0;
            display: inline-block !important;
            margin-left: 6px;
            margin-right: 6px;
        }

    .hero-img {
        max-width: 220px;
    }

    .hero-content h1 {
        font-size: 52px;*/
        /* margin-bottom: 8px; */
    /*}

    .hero-content h3 {*/
        /* margin-bottom: 26px; */
    /*}

    .hero-img-wrapper {
        margin-bottom: 45px;
    }

    .hero-icon img {
        max-width: 40px;
        height: 40px;
    }
}*/



/* SM Small Device :550px. */
/*@media screen and (min-width: 400px) and (max-width: 576px) {
    .contact-icon {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 18px;
        margin-right: 20px;
    }

    .contact-text h4 {
        font-size: 21px;
        margin-bottom: 3px !important;
    }

    .contact-form-wrapper h2 {
        font-size: 26px;
    }

    .blog-page-footer .search-tag li a {
        padding: 5px 13px;
        font-size: 13px;
        margin-right: 0;
    }

    .hero-content h1 {
        font-size: 46px;*/
        /* margin-bottom: 5px; */
    /*}

    .my-btn .btn {
        margin-bottom: 20px;
    }

    .blog-page-social-link span {
        padding-right: 10px;
    }

    .blog-posts h2 {
        font-size: 18px;
    }

    .blog-posts-text {
        margin-top: -5px;
    }

    #portfolio-list li {
        width: 100%
    }

    .port-over-content span {
        font-size: 15px;
        margin-bottom: 8px;
    }

    .port-over-content {
        padding: 40px 65px;
    }
}*/


/* SM Small Device :550px. */
/*@media screen and (min-width: 500px) and (max-width: 600px) {
    .blog-posts h2 {
        font-size: 19px;
    }

    .hero-img-wrapper {
        margin-bottom: 35px;
    }

    .port-over-content {
        padding: 60px 90px;
    }

    .hero-area-height.active {
        margin-bottom: -38px;
    }

    .footer-area {
        margin-top: 25px;
    }

    .page-margin-top {
        margin-top: -10px;
    }

    .menu {
        margin-top: -15px;
    }

    .hero-content h1 {
        font-size: 45px;*/
        /* margin-bottom: 2px; */
    /*}

    .hero-content h3 {*/
        /* margin-bottom: 15px; */
    /*}

    .my-btn .btn {
        padding: 6px 21px;
    }
}




@media screen and (max-width: 760px) and (orientation : landscape) {
    .hero-content h3 {
        font-size: 13px;
        margin-bottom: 10px;
    }

        .hero-content h3 span {
            font-size: 13px;
        }

    .hero-img-wrapper {
        width: 40px !important;
    }

    .hero-content {
        margin-bottom: 8px;
    }

    .hero-icon1 {
        top: -5px;
    }

    .hero-icon2 {
        right: -10px;
        top: -2px;
    }

    .hero-icon3 {
        right: -10px;
        bottom: 12px;
    }

    .hero-icon4 {
        bottom: 15px;
        left: -12px;
    }

    .hero-right-img {
        right: 43%;
        top: 28%;
    }

    .hero-content p {
        width: 40% !important;
        margin-bottom: 0;
        font-size: 14px !important;
    }

    .hero-right-img img {
        max-width: 40px !important;
    }

    .hero-img-wrapper {
        margin: 0;
    }

    .hero-content h1 {
        font-size: 24px !important;
        margin-bottom: 5px !important;
    }

    .header-padding {
        padding: 10px 15px;
    }

    #logo img {
        max-width: 35%;
    }

    .circular-btn-text {
        width: 45%;
    }

    header .my-btn .btn {
        padding: 4px 20px;
        font-size: 12px;
    }

    .copyright-text li a, .useful-link li a {
        font-size: 10px;
    }

    .footer-area p {
        font-size: 12px;
    }

    .copyright-text {
        margin-bottom: 2px;
    }

    .hero-area-height {
        height: calc(100vh - 134px);
    }

    .hero-img-wrapper {
        margin-bottom: 20px !important;
    }

    .hero-content .sub-title {
        font-size: 10px;
        margin-bottom: 0 !important;
    }

    .hero-content .my-btn .btn {
        padding: 3px 17px;
        padding-bottom: 2px;
        font-size: 11px;
    }

    .circular-btn-icon {
        left: 50%;
        top: 32%;
    }

    .footer-area {
        padding-top: 20px;
        padding-bottom: 0;
    }

    .hero-content p {
        font-size: 12px;
    }

    .hero-icon img {
        max-width: 10px;
        height: 10px;
    }
}*/