/* Theme Name: Veer - Responsive Multipurpose HTML5 Template
   Author: Themes Studio
   Version: 1.0.0
   Support: rokunuzzamanbhuiya@gmail.com
   File Description: Main CSS file of the template
*/

/* CSS Index
============================
01. Google Fonts
02. Variable CSS
03. Button Style
04. Header
05. Mobile Menu
06. Banner
07. About
08. Working Process
09. Services
10. Portfolio
11. Testimonial
12. Call To Action
13. Team
14. Price
15. Counter
16. Blog
17. Single Blog
18. Client
19. Contact
20. Map
21. Footer
22. Preloader
23. Custom Cursor
============================
*/

/*=============================
	01. Google Fonts
===============================*/
@import url('css2.css');

/*=============================
	02. Variable CSS
===============================*/
:root {
    --tg-body-font-family: 'Poppins', sans-serif;
    --tg-heading-font-family: 'Poppins', sans-serif;
    --tg-primary-color: #6b54f6;
    --tg-secondary-color: #806cfe;
    --tg-body-font-color: #666666;
    --tg-heading-font-color: #252525;
    --tg-banner-title-color: #2A2A2A;
    --tg-paragraph-color: #666666;
    --tg-body-font-size: 16px;
    --tg-body-font-weight: 400;
    --tg-heading-font-weight: 700;
    --tg-body-line-height: 1.7;
    --tg-heading-line-height: 1.2;
    --tg-section-background: #f3f7fb;
    --tg-section-background-two: #1F1D28;
    --tg-section-background-three: #26242D;
    --tg-section-background-four: #ebebfe;
    --tg-section-background-five: #f6f5ff;
    --tg-menu-background: #ffffff;
    --tg-menu-color: #252541;
    --tg-menu-color-two: #3b3f42;
    --tg-arrow-color: #6F7C90;
    --tg-border-color: #bebebe;
    --tg-border-color-two: #D9D9D9;
    --tg-border-color-three: #f5f5f5;
    --tg-border-color-four: #2a2a34;
    --tg-form-border-color: #D5D5D5;
    --tg-old-lace: #FFF2E4;
    --tg-magnolia: #F0EBFF;
    --tg-lavender: #E4F1FF;
    --tg-blue: #2B78F3;
    --tg-blue-two: #265FDB;
    --tg-blue-three: #398DDB;
    --tg-indigo: #A666F7;
    --tg-purple: #9270FF;
    --tg-dark-electric: #605E7A;
    --tg-pink: #F84D55;
    --tg-red: #F76766;
    --tg-orange: #F26F3B;
    --tg-yellow: #F1F026;
    --tg-yellow-two: #F5A623;
    --tg-yellow-three: #ECB321;
    --tg-green: #1B9A81;
    --tg-green-two: #7DDB39;
    --tg-teal: #57C0CE;
    --tg-cyan: #0dcaf0;
    --tg-white: #ffffff;
    --tg-black: #292930;
    --tg-black-two: #1D1D25;
    --tg-black-three: #1E1C1E;
    --tg-black-four: #212737;
    --tg-black-five: #000000;
    --tg-gray: #F4F3F9;
    --tg-gray-two: #FBFDFF;
    --tg-gray-three: #696969;
    --tg-gray-four: #B8B8C5;
    --tg-gray-five: #818d9c;
    --tg-gray-six: #F7F7F7;
    --tg-gray-seven: #6C7183;
    --tg-gray-eight: #F4F4F4;
    --tg-granite-gray: #6B645D;
    --tg-bright-gray: #EDEEF1;
    --tg-spanish-gray: #989898;
    --tg-cadet-grey: #92A5B4;
    --tg-cultured: #F3F7FA;
    --tg-black-coral: #5F5F71;
    --tg-silver: #C5C7CB;
    --tg-silver-two: #AEAEAE;
    --tg-silver-three: #AFAFAF;
    --tg-silver-four: #8D959B;
    --tg-silver-foil: #B0B0B0;
    --tg-manatee: #9E9DA9;
    --tg-onyx: #1D1D25;
    --facebook: #3b5998;
    --twitter: #00acee;
    --google: #d6492f;
    --apple: #a8a9ad;
    --linkedin: #1976d2;
    --pinterest: #3b5998;
    --youtube: #c4302b;
    --skype: #00aff0;
}

html {
    overflow: scroll;
    overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 8px;
    /* Remove scrollbar space */
    background: transparent;
    /* Optional: just make scrollbar invisible */
}

/* Optional: show position indicator in own color */
::-webkit-scrollbar-thumb {
    background: var(--tg-primary-color);
}

body {
    font-family: var(--tg-body-font-family);
    font-weight: var(--tg-body-font-weight);
    font-size: var(--tg-body-font-size);
    line-height: var(--tg-body-line-height);
    color: var(--tg-body-font-color);
    font-style: normal;
}

.black-background {
    background: var(--tg-black);
}

img,
.img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}

.f-left {
    float: left
}

.f-right {
    float: right
}

.fix {
    overflow: hidden
}
a{}
a,
button {
    -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;
    transition: all 0.3s ease-out 0s;
    text-decoration: none;
}
ul {
	list-style: none;
	margin:0;
	padding:0;
}
a:focus,
.btn:focus,
button:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

a:hover,
.portfolio-cat a:hover,
.footer-menu li a:hover {
	color: #e62318;
    text-decoration: none;
}

a,
button {
    color: #333;
    outline: medium none;
    text-decoration: none;
}

.btn:focus,
button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--tg-heading-font-family);
    color: var(--tg-heading-font-color);
    margin: 0;
    font-style: normal;
    line-height: var(--tg-heading-line-height);
    font-weight: var(--tg-heading-font-weight);
    text-transform: inherit;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.75rem;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1rem;
}
.section-title h2{
	 margin-bottom: 3.0rem;
}
.list-wrap {
    margin: 0px;
    padding: 0px;
}

.list-wrap li {
    list-style: none
}

p {
    font-size: var(--tg-body-font-size);
    font-weight: var(--tg-body-font-weight);
    line-height: var(--tg-body-line-height);
    color: var(--tg-paragraph-color);
    margin-bottom: 15px;
}

hr {
    border-bottom: 1px solid var(--tg-primary-color);
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}

label {
    color: var(--tg-body-font-color);
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
}

*::-moz-selection {
    background: var(--tg-primary-color);
    color: var(--tg-white);
    text-shadow: none;
}

::-moz-selection {
    background: var(--tg-primary-color);
    color: var(--tg-white);
    text-shadow: none;
}

::selection {
    background: var(--tg-primary-color);
    color: var(--tg-white);
    text-shadow: none;
}

*::-moz-placeholder {
    color: var(--tg-body-font-color);
    font-size: var(--tg-body-font-size);
    opacity: 1;
}

*::placeholder {
    color: var(--tg-body-font-color);
    font-size: var(--tg-body-font-size);
    opacity: 1;
}

.theme-overlay {
    position: relative
}

.theme-overlay::before {
    background: var(--tg-primary-color) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
}

.separator {
    border-top: 1px solid var(--tg-primary-color);
}

/* Bootstrap 5 */
.container {
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    --bs-gutter-x: 30px;
}

.row.g-0 {
    --bs-gutter-x: 0;
}

.gutter-y-30 {
    --bs-gutter-y: 30px;
}

/*=============================
	03. Button style
===============================*/
.btn {
    user-select: none;
    background: var(--tg-primary-color) none repeat scroll 0 0;
    border: medium none;
    border-radius: 50px;
    color: var(--tg-white);
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 0px;
    padding: 18px 40px;
    text-align: center;
    text-transform: capitalize;
    touch-action: manipulation;
    transition: all 700ms ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.btn span {
    background: var(--tg-secondary-color) none repeat scroll 0 0;
    border-radius: 50%;
    display: block;
    height: 0;
    position: absolute;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -moz-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -webkit-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -ms-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -o-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    width: 0;
    z-index: -1;
}

.btn:hover>span {
    height: 400px;
    width: 500px;
}

.btn:hover {
    color: var(--tg-white);
    background: var(--tg-secondary-color) none repeat scroll 0 0;
}

.breadcrumb>.active {
    color: var(--tg-primary-color);
}

/* scrollUp */
.scroll-top {
    width: 30px;
    height: 60px;
    line-height: 30px;
    position: fixed;
    bottom: -12%;
    right: 30px;
    font-size: var(--tg-body-font-size);
    border-radius: 50px;
    z-index: 99;
    color: var(--tg-white);
    text-align: center;
    cursor: pointer;
    background: var(--tg-primary-color);
    border: 2px solid var(--tg-primary-color);
    transition: 1s ease;
}

.scroll-top.open {
    bottom: 30px;
}

.scroll-top::after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

.scroll-top:hover {
    background: var(--tg-secondary-color);
    border: 2px solid var(--tg-primary-color);
}

.scroll-top-icon {
    margin-bottom: 26px;
    animation: scrolltopicon 1s infinite ease-in-out alternate;
    -webkit-animation: scrolltopicon 1s infinite ease-in-out alternate;
    -moz-animation: scrolltopicon 1s infinite ease-in-out alternate;
    -o-animation: scrolltopicon 1s infinite ease-in-out alternate;
    -ms-animation: scrolltopicon 1s infinite ease-in-out alternate;
}

@-webkit-keyframes scrolltopicon {
    0% {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        -webkit-transform: translateY(12px);
        -moz-transform: translateY(12px);
        -ms-transform: translateY(12px);
        -o-transform: translateY(12px);
        transform: translateY(12px);
    }
}

@-moz-keyframes scrolltopicon {
    0% {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        -webkit-transform: translateY(12px);
        -moz-transform: translateY(12px);
        -ms-transform: translateY(12px);
        -o-transform: translateY(12px);
        transform: translateY(12px);
    }
}

@-ms-keyframes scrolltopicon {
    0% {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        -webkit-transform: translateY(12px);
        -moz-transform: translateY(12x);
        -ms-transform: translateY(12px);
        -o-transform: translateY(12px);
        transform: translateY(12px);
    }
}

@keyframes scrolltopicon {
    0% {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        -webkit-transform: translateY(12px);
        -moz-transform: translateY(12px);
        -ms-transform: translateY(12px);
        -o-transform: translateY(12px);
        transform: translateY(12px);
    }
}

/*=============================
	04. Header
===============================*/

/*=============================
	05. Banner
===============================*/
.flexslider {
    margin: 0 auto;
    position: relative;
    width: 100%;
    height: 482px;
    overflow: hidden;
    zoom: 1;
}

.flexslider .slides li {
    width: 100%;
    height: 100%;
}

.flex-direction-nav a {
    width: 70px;
    height: 70px;
    line-height: 99em;
    overflow: hidden;
    margin: -35px 0 0;
    display: block;
    background: url(../image/ad_ctr.png) no-repeat;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease;
    border-radius: 35px;
}

.flex-direction-nav .flex-next {
    background-position: 0 -70px;
    right: 0;
}

.flex-direction-nav .flex-prev {
    left: 0;
}

.flexslider:hover .flex-next {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
    filter: alpha(opacity=50);
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 2px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    background: url(../image/dot.png) no-repeat 0 -16px;
    display: block;
    height: 16px;
    overflow: hidden;
    text-indent: -99em;
    width: 16px;
    cursor: pointer;
}

.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {
    background-position: 0 0;
}

.flexslider .slides a img {
    width: 100%;
    height: 482px;
}
/*=============================
	06. About
===============================*/
.about-section {}

.about-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #6b54f6;
    color: #fff;
    font-size: 20px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-right: 20px;
    transition: all 0.8s ease 0s;
}

.about-icon:hover {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #6b54f6;
    color: #000;
    font-size: 20px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-right: 20px;
    transition: all 0.8s ease 0s;
}

.text-right {
    margin-left: 0;
}

.image-box {
    position: relative;
    width: 100%;
}

.image-1 {
    top: 0;
    left: 0;
    border-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
/* circle text effect */
.about-circle-area {
    position: absolute;
    bottom: 2%;
    left: 2%;
    display: flex;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    padding: 12px;
    z-index: 11;
}

.about-circle {
    position: relative;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.about-photo {
    position: absolute;
    width: 150px;
    height: 150px;
    background: url(../image/award.png);
    background-size: cover;
    background-position: center;
    border: 1px solid #6b54f6;
    border-radius: 50%;
}

.about-text-image {
    position: absolute;
    width: 100%;
    height: 100%;
    animation: rotateText 10s linear infinite;
    -webkit-animation: rotateText 10s linear infinite;
    -moz-animation: rotateText 10s linear infinite;
    -ms-animation: rotateText 10s linear infinite;
}

.content-box {
    display: grid;
    align-items: center;
    justify-content: center;
}
.text-about p{
    font-size: 18px;
    line-height: 35px; 
    padding: 10px 0 0 10px;
    text-indent: 2em;
}

.single-item {
    display: flex;
}
.icon-box img{
     
}
/*=============================
	07. Working Process
===============================*/
.working-process-section {
    background: #fff;
    position: relative;

}

.working-block {
    position: relative;
}

.working-block .inner-box .count-text {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 15;
}

.working-block .inner-box .count-text h3 {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 90px;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 0.5rem;
}

.working-block .inner-box .count-text h3::before {
    position: absolute;
    content: '';
    width: 120px;
    height: 120px;
    left: -15px;
    top: -15px;
    border-radius: 50%;
    border: 1px dashed #1d5f9b;
}

.working-block .inner-box .count-text h3 span {
    display: block;
    font-size: 16px;
    font-weight: 500;
}

.working-block .inner-box .text {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 200px;
    top: -50px;
    text-align: center;
    background: #fff;
    border-radius: 25px;
    box-shadow: 0px 0px 120px rgba(0, 0, 0, 0.07);
    padding: 0px 20px;
    transition: all 1000ms;
    z-index: 11;
    letter-spacing:0.1rem;
}

.working-block .inner-box .text:hover {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 200px;
    top: -50px;
    text-align: center;
    background: #6b54f6;
    border-radius: 25px;
    box-shadow: 0px 0px 120px rgba(0, 0, 0, 0.07);
    padding: 0px 40px;
    transition: all 1000ms;
}

.working-block .inner-box .text h5 {
    display: block;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 15px;
    transition: all 1000ms;
}

.working-block .inner-box .text p {
    transition: all 1000ms;
}

.working-block .inner-box .text:hover h5 {
    color:#fff;
    transition: all 1000ms;
}

.working-block .inner-box .text:hover p {
    color: #fff;
    transition: all 1000ms;
}

/*=============================
	09. Services
===============================*/
.service-section {
    position: relative;
    background: #fff;
}

.service-div {
    position: relative;
    padding-left: 15px;
}

.image-work {
    position: relative;
    text-align: center;
}

.image-size {
    position: relative;
    width: 80%;
    height: 80%;
    border-radius: 20px;
    top: 2px;
    z-index: 11;
}

.service-div:hover .image-size {
    position: relative;
    width: 80%;
    height: 80%;
    border-radius: 20px;
    top: 2px;
    z-index: 11;
    content: "";
    transform: scale(1.1);
    opacity: 0.8;
}

.icon-work {
    position: relative;
    text-align: center;
    z-index: 11;
    border-radius: 50%;
    top: 2px;
}

.service-icon {
    position: relative;
    background: #6b54f6;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    color: #fff;
    font-size: 32px;
    line-height: 60px;
}

.service-design {
    top: -38px;
    background: #fff;
    transition: all 400ms;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-bottom: 4px solid transparent;
    height: 600px;
}

.service-div:hover .service-design {
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
    background: #fff;
    transition: all 400ms;
    border-bottom: 4px solid #6b54f6;
}

.second-btn {
    transition: all 400ms;
}

.second-icon {
    margin-left: 8px;
    transition: all 400ms;
}

.second-btn:hover .second-icon {
    margin-left: 15px;
}
.text-center p{ 
    text-align:left;
    font-size: 20px; line-height: 35px;
    letter-spacing: 0.1rem;
    text-indent: 2em;

 }

/*=============================
	11. Testimonial
===============================*/
.testimonial-section {
    position: relative;
}

.testimonial-active {
    position: relative;
}

.testimonial-prev-arrow {
    position: absolute;
    left: -10px;
    top: 40%;
    color: #6b54f6;
    background: none;
    height: 50px;
    width: 50px;
    outline: #6b54f6;
    border-radius: 50%;
    border: 1px solid #6b54f6;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    cursor: pointer;
    z-index: 11;
}

.testimonial-next-arrow {
    position: absolute;
    right: -10px;
    top: 40%;
    color: #6b54f6;
    background: none;
    height: 50px;
    width: 50px;
    outline:#6b54f6;
    border-radius: 50%;
    border: 1px solid #6b54f6;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    cursor: pointer;
    z-index: 11;
}

.testimonial-active .slick-dots {
    bottom: -60px;
    left: 0;
    position: absolute;
    right: 3%;
    text-align: center;
}

.testimonial-active .slick-dots>li {
    display: inline-block;
    line-height: 0;
    margin: 0 3px;
}

.testimonial-active .slick-dots>li.slick-active button {
    background: #6b54f6;
}

.testimonial-active .slick-dots button {
    height: 3px;
    text-indent: -10000px;
    width: 30px;
    background: #6b54f6;
    border: none;
}

.testimonial-item {
    background: #fff;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 37, 32, 0.02);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0, 37, 32, 0.02);
    box-shadow: 0px 10px 20px 0px rgba(0, 37, 32, 0.02);
}

.testimonial-quote {
    position: relative;
}

.testimonial-quote img {
    width: 100%;
    height: 100%;
}

.rating {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.rating i {
    color: #000;
    font-size: 20px;
    letter-spacing: 2px;
}

.rating i:last-child {
    color: #6b54f6;
}

.testimonial-person {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 13px 10px;
    background: #fff;
    text-align: center;
}

.testimonial-avater {
    margin-right: 23px;
}

.testimonial-avater img {
    width: inherit !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #fff;
}

.testimonial-info h3 {
    color: #000;
}

.testimonial-info span {
    color: #666;
    font-size: 18px;
}

/*==============================
  13. Team
================================*/
.team-section {
    position: relative;
}

.our-team {
    text-align: center;
    overflow: hidden;
    position: relative;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 120px rgba(0, 0, 0, 0.07);
    transition: all 1000ms;
    height: 450px; border:1px solid #ccc;
     margin-left: 15px;
}

.our-team:hover {
    text-align: center;
    overflow: hidden;
    position: relative;
    background: #6b54f6;
    border-radius: 10px;
    box-shadow: 0px 0px 120px rgba(0, 0, 0, 0.07);
    transition: all 1000ms;
    height: 450px; border:1px solid #ccc;
}

.our-team .team-img {
    width: 100%;
    overflow: hidden;
}

.our-team .team-img img {
    width: 100%;
    height: 100%;
}

.our-team .team-content {
    padding: 10px 0 10px;
    transition: all 1000ms;
    width: 100%;
    height: 100%;

}

.our-team .team-content .title {
    color:#000;
    transition: all 1000ms;
}

.our-team .team-content .post {
    color: #666;
    transition: all 1000ms;
    font-size: 16px; 
    line-height: 30px;
    letter-spacing: 0.1rem;
    padding: 10px 20px;
    font-weight: 400;
    text-align: left;
}

.our-team:hover .team-content .title {
    color: #fff;
    transition: all 1000ms;
}

.our-team:hover .team-content .post {
    color: #fff;
    transition: all 1000ms;
    font-weight: 400px;
}


/*==============================
  14. Price
================================*/
.price-section {
    position: relative;
    background: #eaeafc;
}

.pricingTable .heading>h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 10px 20px;
    line-height: 35px;
}

.pricingTable {
    background:#fff;
    border-radius: 10px;
    box-shadow: 0px 0px 120px rgba(0, 0, 0, 0.07);
    text-align: center;
    transition: all 0.4s ease 0s;
    height: 400px;
    margin-left: 15px;
}

.pricingTable:hover {
    background: #806cfe;
    color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 120px rgba(0, 0, 0, 0.07);
    text-align: center;
    transition: all 0.4s ease 0s;
}

.pricingTable:hover .heading>h3 {
    color: #fff;
    transition: all 0.4s ease 0s;
}


.pricingTable:hover .price-value,
.pricingTable.active .price-value {
    border: 2px solid var(--tg-white);
    -webkit-box-shadow: 0px 0px 0px 3px var(--tg-primary-color);
    -moz-box-shadow: 0px 0px 0px 3px var(--tg-primary-color);
    box-shadow: 0px 0px 0px 3px var(--tg-primary-color);
}

.pricingTable>.pricingTable-header {
    padding-top: 20px;
}

.pricingTable-header>.price-value {
    background: #6b54f6 none repeat scroll 0 0;
    border: 2px solid #6b54f6;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 32px;
    font-weight: 700;
    height: 140px;
    margin: 0 auto;
    padding: 43px 0;
    transition: all 0.4s ease 0s;
    width: 140px;
}

.price-value>.mo {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: -6px;
}

.pricingTable-header>.heading {
    display: block;
    padding-top: 20px;
}

/*==============================
  15. Counter
================================*/
#counter-banner {
    display: block;
    overflow: hidden;
    padding-bottom: 80px;
    text-align: center;
    position: relative;
}

#counter-banner::after {
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.counter-area {
    float: left;
    width: 33%;
}

.counter-items {
    position: relative;
    z-index: 10;
    border: 1px solid #ccc;
    padding: 20px 0;
    margin: 0 6px;
    height: 450px;
}

.counter-icon img {
    margin-bottom: 16px;
    text-align: center;
}

.number-number span {
    font-size: 21px;
    padding: 20px 0px;
    color:#666;
    font-weight: 600;
}

.counter {
    color: #888;
    display: inline-block;
    font-size: 34px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0;
    padding: 0 3px;
}

.number-desc {
    color: #888;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 16px;
    margin: 0;
    letter-spacing: 0.1rem;
    line-height: 30px;
    text-align: left;
    padding: 10px 20px;
}

/*=============================
	16. Blog
===============================*/
.blog-section {
    position: relative;
    background: #fff;
}

.blog-div {
    position: relative;
}

.blog-image-work {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
}

.blog-image-size {
    position: relative;
    text-align: center;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    z-index: 11;
}

.blog-div:hover .blog-image-size {
    position: relative;
    text-align: center;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    z-index: 11;
    content: "";
    transform: scale(1.1);
    opacity: 0.8;
}

.blog-date-work {
    position: relative;
    text-align: center;
    margin-top: -40px;
    margin-left: 10%;
    z-index: 11;
}

.blog-date {
    position: relative;
    background: #6b54f6;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    color:#fff;
    font-size: 32px;
    line-height: 60px;
}

.blog-date-text {
    position: relative;
    margin-top: -16px;
}

.blog-design {
    background: var(--tg-white);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    transition: all 400ms;
    border-bottom: 4px solid transparent;
}

.blog-div:hover .blog-design {
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-bottom: 4px solid #6b54f6;
}

.card-title {
    line-height: 30px;
}

.card-icon {
    display: flex;
}

.card-tag {
    font-size: 16px;
    margin-right: 12px;
    color:#6b54f6;
    transition: all 400ms;
}

.card-tag:hover {
    font-size: 16px;
    margin-right: 12px;
    color: #6b54f6;
    cursor: pointer;
}

.card-tag span {
    margin-left: 6px;
}

.card-comment {
    font-size: 16px;
    color:#6b54f6;
    transition: all 400ms;
}

.card-comment:hover {
    font-size: 16px;
    color: #6b54f6;
    cursor: pointer;
}

.card-comment span {
    margin-left: 6px;
}

.second-btn {
    transition: all 400ms;
}

.second-icon {
    margin-left: 8px;
    transition: all 400ms;
}

.second-btn:hover .second-icon {
    margin-left: 15px;

}

.blog-active {
    position: relative;
}

.blog-prev-arrow {
    position: absolute;
    left: -10px;
    top: 42%;
    color:#6b54f6;
    background: none;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 1px solid #6b54f6;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    cursor: pointer;
    z-index: 11;
}

.blog-next-arrow {
    position: absolute;
    right: -10px;
    top: 42%;
    color: #6b54f6;
    background: none;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 1px solid #6b54f6;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    cursor: pointer;
    z-index: 11;
}

.blog-active .slick-dots {
    bottom: -60px;
    left: 0;
    position: absolute;
    right: 3%;
    text-align: center;
}

.blog-active .slick-dots>li {
    display: inline-block;
    line-height: 0;
    margin: 0 3px;
}

.blog-active .slick-dots>li.slick-active button {
    background: #6b54f6;
}

.blog-active .slick-dots button {
    height: 3px;
    text-indent: -10000px;
    width: 30px;
    background: #6b54f6;
    border: none;
}

/*=============================
	17. Single Blog
===============================*/
/*breadcrumb*/
.breadcrumb-area {
    background: rgba(0, 0, 0, 0) url("../image/counter-bg.jpg") repeat scroll center center / cover;
    display: block;
    overflow: hidden;
    padding: 150px 0 80px;
    position: relative;
    text-align: center;
    margin-bottom: 90px;
}

.breadcrumb-area::before {
    background: var(--tg-black-five) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.4;
    position: absolute;
    top: 0;
    width: 100%;
}

.breadcrumb-area h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    position: relative;
    padding-bottom: 60px;
}

.breadcrumb-area h3 a {
    color: #6b54f6;
    font-size: 24px;
    font-weight: 600;
    position: relative;
    padding-bottom: 60px;
}

.breadcrumb-area h3 a:hover {
    color: #6b54f6;
    font-size: 24px;
    font-weight: 600;
    position: relative;
    padding-bottom: 60px;
}

.blog-post-no-sidebar .content article .article-content ul {
    margin: 28px 0;
    text-align: left;
}

.blog-post-no-sidebar .content article .article-content ul li {
    display: inline-block;
    margin-right: 10px;
}

.blog-post-no-sidebar .content article .article-content ul li i.fa {
    color: var(--tg-primary-color);
    width: 20px;
}

.blog-post-no-sidebar .content article .article-content h4 {
    font-size: 22px;
    margin: 20px 0 20px;
}

.leave-comment h5 {
    font-size: 22px;
    margin-bottom: 1px;
}

.blog-post-no-sidebar .content .leave-comment {
    margin-top: 50px;
}

.blog-post-no-sidebar .content .leave-comment input {
    border: 1px solid #6b54f6;
    height: 40px;
    margin: 1% 1% 1% 0;
    padding: 5px 10px;
    width: 32%;
}

.blog-post-no-sidebar .content .leave-comment input:focus {
    border: 1px solid #6b54f6;
    height: 40px;
    margin: 1% 1% 1% 0;
    padding: 5px 10px;
    width: 32%;
}

.blog-post-no-sidebar .content .leave-comment textarea {
    border: 1px solid #6b54f6;
    height: 150px;
    margin: 10px 0 19px;
    padding: 5px 10px;
    width: 99%;
}

.blog-post-no-sidebar .content .leave-comment textarea:focus {
    border: 1px solid #6b54f6;
    height: 150px;
    margin: 10px 0 19px;
    padding: 5px 10px;
    width: 99%;
}

.blog-post-no-sidebar .content article .article-content blockquote {
    background: #6b54f6 none repeat scroll 0 0;
    border-left: 3px solid #000;
    color: #fff;
    font-style: italic;
    font-weight: 300;
    margin-bottom: 13px;
    margin-left: 40px;
    padding: 12px 15px;
}

.container.blog-post-no-sidebar {
    margin-bottom: 60px;
}

.article-content a {
    color: #000;
}

.article-content a:hover {
    color: #6b54f6;
}

.img-box img {
    width: 100%;
    object-fit: cover;
}

.single_comment {
    position: relative;
    z-index: 2;
    padding: 0 0 0px 120px;
    margin-bottom: 40px;
}

.single_comment.space-left {
    margin-left: 40px;
}

.comment_img {
    width: 80px;
    height: 80px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -40px;
    border-radius: 50%;
    border: 2px solid #6b54f6;
    overflow: hidden;
}

.comment_img img {
    max-width: 100%;
    max-height: 100%;
}

.single_comment h4 {
    font-size: 18px;
    color: #6b54f6;
    margin: 0;
}

.single_comment a {
    text-transform: uppercase;
    font-weight: 700;
    display: flex;
    justify-content: end;
}

.comment_text p {
    margin: 0;
    color:#fff;
    font-weight: 400;
}

/*=============================
	18. Client
===============================*/
.client-section {
    background: #fff;
}

.client-section h2.hidden {
    display: none;
}

.client_slide_area {
    margin: 0 20px;
}

.client-section {
    margin: 2px 10px;
}

.client-section a {
    display: block;
    transition: .5s;
}

.client-section img {
    padding: 1em 0.8em;
    border-radius: 0.5rem;
    border:1px dashed #666;
    margin-bottom: 1.5rem;
}
/*=============================

    20. Map
===============================*/
.contact-section{
    display: block;
    overflow: hidden;
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
    position: relative;
}

.contact {
    text-align: center;
    overflow: hidden;
    position: relative;
    background: var(--tg-white);
    border-radius: 10px;
    box-shadow: 0px 0px 120px rgba(0, 0, 0, 0.07);
    transition: all 1000ms;
    height: 350px; border:1px solid #ccc;
     margin-left: 15px;
}

.contact .contact-img {
    width: 100%;
    overflow: hidden;
}

.contact .contact-img img {
    padding: 30px 0 10px 0;
    
}

.contact .contact-content {
    padding: 10px 0 10px;
    transition: all 1000ms;
    width: 100%;
    height: 100%;

}

.contact .contact-content .title {
    color: #666;
    transition: all 1000ms;
}

.contact .contact-content .post {
    color: #666;
    transition: all 1000ms;
    font-size: 16px; 
    line-height: 30px;
    letter-spacing: 0.1rem;
    padding: 10px 20px;
    font-weight: 400;
    text-align: center;
}
/*=============================
10. Portfolio
===============================*/
.project-secton {
    position: relative;
    background:#fff;
    display: block;
    overflow: hidden;
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
    position: relative;
}

.project .heading>h3 {
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 20px 30px;
    line-height: 38px;
    letter-spacing: 0.1rem;
}

.project {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 120px rgba(0, 0, 0, 0.07);
    text-align: center;
    transition: all 0.4s ease 0s;
    height: 300px;
     margin-left: 15px;
}

.project:hover {
    background: #6b54f6;
    color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 120px rgba(0, 0, 0, 0.07);
    text-align: center;
    transition: all 0.4s ease 0s;
}

.project:hover .heading>h3 {
    color: #fff;
    transition: all 0.4s ease 0s;
}


.project:hover .price-value,
.project.active .price-value {
    border: 2px solid #fff;
    -webkit-box-shadow: 0px 0px 0px 3px #6b54f6;
    -moz-box-shadow: 0px 0px 0px 3px #6b54f6;
    box-shadow: 0px 0px 0px 3px #6b54f6;
}

.project>.project-header {
    padding-top: 20px;
}

.project-header>.price-value {
    background: #6b54f6 none repeat scroll 0 0;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 32px;
    font-weight: 700;
    height: 140px;
    margin: 0 auto;
    padding: 43px 0;
    transition: all 0.4s ease 0s;
    width: 140px;
}

.price-value>.mo {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: -6px;
}

.project-header>.heading {
    display: block;
    padding-top: 20px;
}

/*jiueye*/
.bodyCon08{
	background-color:#fff;
}
.bodyCon08 .students{
    margin: 0 auto;
    height: 480px;
    position: relative;
    
}
.bodyCon08 .students p.PP{width:510px;height:50px;font-size:16px;color:#333;text-align:center;position:absolute;top:60px; left:300px;}
#four_flash{position:relative;width:1200px;height:400px; margin:0 auto;position:absolute;bottom:40px;}
#four_flash .flashBg{width:998px;height:400px; margin:0 auto;position:relative;overflow:hidden;}
#four_flash .flashBg ul.mobile{width:2000%;height:400px; position:absolute;top:15; left:0;}
#four_flash .flashBg ul.mobile li{float:left;width:297px;color:#6C6E85;transition:all 1s ease 0s; list-style: none;}
#four_flash .flashBg ul.mobile li:nth-child(n){margin-left: 29px;}
#four_flash .flashBg ul.mobile li:first-child{margin-left: 0px;}
#four_flash .flashBg ul.mobile li img{width:auto;height:auto;display:block; margin:0 auto; 

}
#four_flash .but_left{width:50px;height:100px;position:absolute; top:136px; left:0px;}
#four_flash .but_right{width:50px;height:100px; position:absolute; top:136px; right:0px;}
#four_flash .but_left:hover{background:url(../image/qianxleft1.png) no-repeat;}
#four_flash .but_right:hover{background:url(../image/qianxr1.png) no-repeat;}
