

@import url('https://fonts.googleapis.com/css?family=Poppins:400,600,700');

body {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    font-family: 'Poppins', sans-serif;
    color: #9595A8;
    position: relative;
}

p {
    line-height: 26px;
    color: #9595A8;
}

html {
    overflow-x: hidden !important;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body{
    border: 0;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-bottom: 0px;
    text-transform: capitalize;
    color: #222;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.4s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: #222;
}

img {
    max-width: 100%;
}

a:hover {
    /*color: #635CDB;*/
    color:rgba(38,138,41,1);
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.no-padding {
    padding: 0
}

.flaticon {
    display: inline
}



h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 20px;
    line-height: 32px;
}

h5 {
    font-size: 18px;
    line-height: 24px;
}

h6 {
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
}


.f-color {
    color: #635CDB;
}

h5.subtitle {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
}


.mb30 {
    margin-bottom: 30px;
}

.section-padding {
    padding: 60px 0px;
}

.section-heading {
    text-align: center;
    margin-bottom: 60px;
    margin-top: 5px;

}
.about-bg{
    margin-bottom: 60px;
    margin-top: 5px;
    /*width: 100%;*/
    height: 600px;
    background: url("../imgs/about_bg.jpg") center no-repeat;
    background-size:1100px 600px;
}


.about-bg>div{
    width: 500px;
    padding-left: 100px;
    padding-top: 60px;

}
.about-text h2{
    color: #000;
    font-size: 30px;
}

.about-text p{
    color: rgba(0,0,0,0.6);
    font-size: 24px;
    padding-top: 10px;
}
.about-text span{
    color: rgba(0,0,0,0.6);;
    font-size: 16px;
}
.service-bg{
    margin-bottom: 10px;
    margin-top: 5px;
    /*width: 100%;*/
    height: 500px;
    background: url("../imgs/bg.png") center no-repeat;
    background-size:1100px 500px;
}
.section-title {
    font-size: 28px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.section-title span {
    color: #635CDB;
}



.line {
    width: 50px;
    background: #635CDB;
    height: 1px;
    margin: 10px auto;
}



/*---------- BUTTONS ----------*/

.btn {
    font: 600 10.5px/1;
    display: inline-block;
    padding: 15px 35px 15px 35px;
    text-transform: uppercase;
    border: 1px solid transparent;
    -webkit-transition: all .2s;
    transition: all .2s;
    border-radius: 0px;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1px;
}

.btn:focus,
.btn:active,
.btn:active:focus {
    outline: none;
    box-shadow: none;
}

.btn-hero,
.btn-white:hover {
    color: #fff !important;
    background: #635CDB;
/*    background:linear-gradient(135deg, #2f1ce0 0%, #53a0fd 30%, #51eca5 100%);*/
}

.btn-hero:focus {
    color: #fff !Important;
}

.btn-black,
.btn-hero:hover {
    background-color: rgba(0, 0, 0, 1);
    color: #fff !Important;
}

.btn-black:hover {
    color: #fff;
    background: #635CDB;
}

.btn-black:focus {
    color: #fff;
}

.btn-white {
    background-color: rgba(255, 255, 255, .95);
    color: rgba(0, 0, 0, .85);
    border-color: rgba(255, 255, 255, .12);
}

.btn-white:focus {
    color: #000;
}

.btn-white:active {
    color: #fff;
}

.btn-trans-black {
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, .15);
    color: rgba(0, 0, 0, .85);
}

.btn-trans-black:hover {
    color: rgba(255, 255, 255, 1);
    background-color: #000;
}

.btn-trans-white {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, .15);
    color: rgba(255, 255, 255, .95);
}

.btn-trans-white:hover {
    background-color: rgba(255, 255, 255, .95);
    color: rgba(0, 0, 0, .85);
    border-color: rgba(255, 255, 255, .12);
}

.btn-trans-white:active,
.btn-trans-white:focus {
    color: #fff;
    background-color: transparent;
    border-color: rgba(255, 255, 255, .12);
}

.btn-rounded {
    border-radius: 2px;
}

.btn-circled {
    border-radius: 5px;
}


.btn-trans-black:hover {
    background: #635CDB !important;
}



/*---------- COLORS ----------*/

/*-- Background Colors --*/

.bg-black {
    background-color: #000;
}

.bg-dark {
    background-color: rgba(0, 0, 0, .96);
}

.bg-feature {
    background-color: #635CDB;
}

.bg-primary {
    background-color: #0db8ca;
}

.bg-gray {
    background-color: #f2f4ec;
}

.bg-white {
    background-color: #fff;
}




/*------------------------------------
  MENU NAVIGATION AREA
----------------------------------*/

.site-navigation ,
.trans-navigation {
    padding: 20px 0px;
}

.site-navigation .navbar-nav a ,
.trans-navigation .navbar-nav a {
    text-transform: capitalize;
    text-transform: uppercase;
    font-weight: 600;
    color: #111;
}

.site-navigation .navbar-nav a.active,
.trans-navigation .navbar-nav a.active {
    color: red;
}


.header-white {
    position: fixed;
    top: 0px;
    background: #fff;
    z-index: 9999;
    width: 100%;
    left: 0;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    color: #000 !important;
}

.navbar-expand-lg.trans-navigation .navbar-nav .nav-link ,
.navbar-expand-lg.site-navigation .navbar-nav .nav-link {
    padding: 0px 24px;
    letter-spacing: 1px;
}

.navbar-expand-lg.trans-navigation .navbar-nav .nav-link:last-child ,
.navbar-expand-lg.site-navigation .navbar-nav .nav-link:last-child {
    padding-right: 0px;
}

.site-navigation ,
.trans-navigation {
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}



.header-white.site-navigation .navbar-nav a {
    color: #111;
}

.header-white.trans-navigation .navbar-nav a {
    color: #111;
}
.navbar-brand{
    padding-top: 0px;
    margin-right: 60px;
    font-weight: 700;
    text-transform: capitalize;
    color: rgba(0,0,0,.75);
}
.navbar-brand span{
    font-weight: 400;
}

.navbar-brand .logo-1{
    font-size: 40px;
    margin-right: 10px;;
}
.navbar-brand .logo-2{
    font-size: 40px;;
}

.trans-navigation.header-white .navbar-brand{
    color: #000;
}
.trans-navigation.header-white .navbar-brand span{
    /*color: #635CDB;*/
}


/*--------------------------------
  HOME 2 STYLES
--------------------------*/

.banner-area .content-padding {
    /*padding: 350px 0px 280px;*/
    margin-top: 270px;
}


/*--------------------
 BANNER -2
------------------------*/


.banner-2 {
    height: 800px;
    background: url("../imgs/bg.png") 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}


.section-heading h2 {
    margin-bottom: 20px;
    font-weight: 400;
}


.d-table-cell{
    vertical-align: middle;
}


/*------------------------------
Navigation
-------------------------------*/

.navbar-expand-lg.trans-navigation .navbar-nav .nav-link {
    color: rgba(0,0,0,.75);
}


.trans-navigation.header-white {
    background: #fff;
}
.trans-navigation.header-white .navbar-nav .nav-link {
    color: #ccc !important;
}

.trans-navigation.header-white .navbar-nav a.active {
    color: #fff !important;
    background: #78C036;
    padding: 20px;

}

.trans-navigation.header-white .navbar-brand .logo-1{
    font-size: 40px;
    margin-right: 10px;
    color:rgba(38,138,41,1) !important;
}
.trans-navigation.header-white .navbar-brand .logo-2{
    font-size: 40px;
    color:rgba(118,174,111,1) !important;
}

.trans-navigation.header-white a:hover{
    color:rgba(38,138,41,1) !important;
}

.trans-navigation{
    background: transparent;
}

.navbar-brand img {
    max-width: 100%;
}


.trans-navigation .navbar-brand .b-logo {
    display: none;
}


.trans-navigation.header-white .navbar-brand .w-logo {
    display: none;
}

.trans-navigation.header-white .navbar-brand .b-logo {
    display: block;
}

.trans-navigation.header-white .btn-white{
    background: #635CDB;
    color: #fff;
}

.banner-content .btn{
    margin-right: 12px;
}


/*------------------------------------
 HEADER AREA
----------------------------------*/

.d-table {
    width: 100%;
}


.d-table-cell {
    vertical-align: middle;
}


.overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.brown-overlay {
    background: #222955;
    opacity: .97;
}

.feature-overlay {
    background: #635CDB;
    opacity: .97;
}
.gr-overlay {
    background: #1e3bdd;
    opacity: .85;
}

#banner-slider img {
    -webkit-background-size: cover;
    background-size: cover;
}

.content-padding {
    padding: 180px 0px 80px;
}

.banner-content {
    padding-right: 30px;
}

.banner-content .btn {
    margin-top: 15px;
}

.carousel-caption {
    text-align: left;
    top: 0px;
    left: 8%;
}

.banner-content h1 {
    color: #fff;
    font-weight: 400;
    font-family: "Poppins",sans-serif;
    text-transform: capitalize;
    font-size: 60px;
}

.banner-content p {
    margin: 30px 0px 40px 0px;
    color: #eee;
    font-size: 18px;
}

.carousel-control-prev,
.carousel-control-next {
    opacity: 0;
}

#banner-slider {
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.carousel-control-prev span,
.carousel-control-next span {
    width: 50px;
    height: 50px;
    background: #fff;
    color: #111;
    line-height: 50px;
    font-size: 18px;
}

.carousel-control-prev {
    justify-content: flex-start;
}

.carousel-control-next {
    justify-content: flex-end;
}
#banner-slider:hover .carousel-control-prev,
#banner-slider:hover  .carousel-control-next {
    opacity: 1;
}



.btn-sm {
    padding: 15px 30px;
}


/*--------------------------
  FEATURE SECTION
----------------------*/

#feature {
    padding-bottom: 35px;
}

.feature-block {
    position: relative;
    padding-left: 80px;
    margin-bottom: 40px;
    padding-right: 42px;
}

.icon-left {
    position: absolute;
    content: "";
    left: 0px;
    top: 8px;
}

.icon-left i {
    font-size: 40px;
    color: #635CDB;
}

.feature-block h5 {
    margin-bottom: 10px;
}



/*--------------------------
  SERVICE AREA SECTION
----------------------*/

#service {
    padding-bottom: 35px;
}


.service-block {
    text-align: center;
    padding: 40px;
    border: 1px solid#eee;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    margin-bottom: 25px;
}

.service-icon i {
    width: 80px;
    height: 80px;
    text-align: center;
    margin: 0 auto;
    background: #fff;
    border-radius: 100%;
    font-size: 40px;
    padding-top: 30px;
    display: block;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.service-block h5 {
    margin: 20px 0px;
}

.service-block:hover {
    background: #fff;
    border-color: #fff;
}

.service-block:hover .service-icon i {
    background: #eee;
    color: #635CDB;
}

.service-block:hover .learn-more {
    color: #635CDB;
}


/*--------------------------
  SERVICE AREA SECTION 2
--------------------------------*/
.service-box{
    padding: 10px 10px;
    border: 1px solid#eee;
    margin-bottom: 30px;
    background: #fff;
    border-radius: 35px;
    -webkit-transition: all .3s ease 0s;
    -o-transition:all .3s ease 0s ;
    transition: all .3s ease 0s;
}
.service-box span{
    float: left;
    margin-right: 20px;
    font-size: 20px;
    background: #fff;
    color: #2f1ce0;
    text-align: center;
    margin-top: -30px;
    padding-top: 10px;
    margin-left: 10px;
    padding: 10px;
}

.service-box:hover{
    border-color: #2f1ce0;
    color: #2f1ce0;
}

.service-box:hover span{
    border-radius: 5px;
}

.service-box h4{
    font-size: 15px;
    line-height: 28px;
    font-weight: 400;
}

/*--------------------------
  TESTIMONIAL AREA SECTION
----------------------*/
#testimonial{
    padding-top: 0px;
    padding-bottom: 85px;
}
.testimonial-block {
    text-align: center;
    padding-bottom: 50px;
}

.testimonial-block p {
    margin: 25px 0px;
    font-size: 18px;
    line-height: 30px;
}

.author-img img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    border: 5px solid #635CDB;
}

.author-info p {
    margin: 0px;
    font-size: 14px;
}


.carousel-indicators {
    bottom: 0px;
}


.carousel-indicators li {
    background: #111;
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

.carousel-indicators li.active {
    background: #635CDB;
}


/*--------------------------
  TEAM STYLE
----------------------*/
.team-block{
    margin-bottom: 40px;
    padding: 25px;
    border: 1px solid#eee;
    margin-top: 40px;
    border-radius: 5px;
    -webkit-transition: all .3s ease 0s;
    -o-transition:all .3s ease 0s ;
    transition: all .3s ease 0s;
}
.team-block img{
    margin-top: -71px;
    -webkit-transition: all .3s ease 0s;
    -o-transition:all .3s ease 0s ;
    transition: all .3s ease 0s;
}
.team-img img{
    border-radius: 100%;
    width: 100%;
    height: 100%;
    max-width: 140px;
    max-height: 140px;
}
.team-img{
    margin-bottom: 10px;
    float: left;
    margin-right: 20px;
}

.team-info h4{
     -webkit-transition: all .3s ease 0s;
    -o-transition:all .3s ease 0s ;
    transition: all .3s ease 0s;
    text-transform: uppercase;
}
.team-info h6{
    color: #888;
}
.team-info p{
    margin-top: 40px;
}
.team-info ul{
    margin-top: 25px;
}

.team-block:hover{
    border-color: #635CDB;
}
.team-block:hover img{
    margin-top: -80px;
}

.team-block:hover h4{
    color: #635CDB;
}

.team-block ul li a {
    color: #635CDB;
}




/*--------------------------
  PRICING SECTION AREA
----------------------*/
.pricing-block{
    text-align: center;
    border: 1px solid#eee;
    border-radius: 5px;
    -webkit-transition: all .3s 0s ease;
    -o-transition:all .3s 0s ease ;
    transition: all .3s 0s ease;
}
.price-header{
    border-bottom: 1px solid#eee;
    padding-bottom: 30px;
}

.price-header i{
    width: 100px;
    height: 100px;
    background: -webkit-linear-gradient(135deg, #2f1ce0 0%, #53a0fd 50%, #51eca5 100%);
    background: -linear-gradient(135deg, #2f1ce0 0%, #53a0fd 50%, #51eca5 100%);
    text-align: center;
    padding-top: 35px;
    font-size: 50px;
    display: inline-block;
    border-radius: 100%;
    color: #fff;
    margin-top: -40px;
    border: 5px solid#fff;
}

.price-header .price{
    font-size: 70px;
    line-height: 80px;
    margin: 10px 0px;
}
.price-header .price small{
    font-size: 18px;
}
.pricing-block ul {
    padding: 20px 0px;
    margin-bottom: 30px;
}
.pricing-block ul li{
    padding: 6px 0px;
    color: #444;
}
.pricing-block .btn{
    margin-bottom: -30px;
}

.pricing-block:hover, .pricing-block.active{
    background: #fff;
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
    box-shadow:0 2px 48px 0 rgba(0, 0, 0, 0.06) ;
}
#pricing .section-heading{
    margin-bottom: 90px;
}

/*--------------------------
 BLOG SECTION AREA
----------------------*/
#blog{
    padding-bottom: 70px;
}
.blog-block {
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    text-align: center;
    border: 1px solid#eee;
    padding-bottom: 30px;
}

.text-white,.text-white h1,.text-white h2,.text-white h3 ,.text-white h4, .text-white p{
    color: #fff;
}

.blog-img img{
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.blog-block img {
    margin-bottom: 20px;
}

.blog-text {
    padding: 20px ;
}

.blog-block h5 {
    margin: 15px 0px 15px;
    position: relative;

}

.blog-block .read-more,.blog-block span {
    color: #635CDB;
}


/*=------------------
SUBSCRIBE
----------------------------*/


.sub-content p{
    margin-bottom: 0px;
}
.sub-form .form-control{
    height: 60px;
    opacity: .9;
    padding-left:30px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition:all .3s ease-in-out ;
    transition: all .3s ease-in-out;
    background: transparent;
}
.sub-form  a.btn{
    padding: 20px 35px 19px 35px;
}


.sub-form .form-control:hover,
.sub-form .form-control:focus {
    background: #fff;
    opacity: .6;
}

/*--------------------------
 CONTACT SECTION AREA
----------------------*/


.text-color {
    color: #635CDB;
}

.contact-form input[type=text] {
    height: 50px;
}

.contact-form .form-control {
    border: 1px solid transparent;

}

.form-control:hover,
.form-control:focus {
    -webkit-box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
    box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
}

.input:focus {
    outline: none;
}


.form-control::-webkit-input-placeholder {
    color: #888;
    opacity: .9;
    font-size: 13px;
    padding-left: 10px;
}

.form-control::-moz-placeholder {
    color: #888;
    opacity: .9;
    font-size: 13px;
    padding-left: 10px;
}

.form-control:-ms-input-placeholder {
    color: #888;
    opacity: .9;
    font-size: 13px;
    padding-left: 10px;
}

.form-control:-moz-placeholder {
    color: #888;
    opacity: .9;
    font-size: 13px;
    padding-left: 10px;
}

.sub-form .form-control::-moz-placeholder{
    color: #fff!important;
}
.form-control::-webkit-input-placeholder{
    color: #fff!important;
}
.form-control:-ms-input-placeholder{
    color: #fff!important;
}


/*-----------------------------
 ABOUT BLOCK
--------------------------*/

.about-text {
    margin-bottom: 60px;
}
.about-box{
    margin-bottom: 35px;
    padding-left: 120px;
}
.about-icon-block{
    float: left;
    width: 80px;
    height: 80px;
    font-size: 30px;
    color: #fff;
    text-align: center;
    border-radius: 100%;
    padding-top: 24px;
    background: linear-gradient(135deg, #2f1ce0 0%, #53a0fd 50%, #51eca5 100%);
    background: -webkit-linear-gradient(135deg, #2f1ce0 0%, #53a0fd 50%, #51eca5 100%);
}
.about-box h4{
    text-transform: capitalize;
    margin-bottom: 15px;
    padding-bottom: 10px;
    position: relative;
}
.about-box h4:after{
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    width: 30px;
    height: 1px;
    background: #2f1ce0;
}



/*---------------------------
  TESTIMONIAL 2 STYLES
---------------------------*/

.testimonial-content {
    padding: 40px;
    text-align: center;
}

.testimonial-content .author-text {
    padding-top: 20px;
}

.testimonial-content .author-info {
    display: block;
    margin-bottom: 25px;
}

.testimonial-content p{
    font-size: 20px;
    line-height: 32px;
}

.author-text p{
    font-size: 14px;
}

/*----------------------------------
HOME STYLE- 3
---------------------------------*/


.testimonial-content.style-2 {
}

.testimonial-content.style-2 .author-text p {
    color: #777;
}


.testimonial-content.style-2 p {
    color: #333;
}



/*------------------
service-style-2
-----------------------*/

.service-style-2 {
    text-align: center;
    padding: 40px;
    margin-bottom: 25px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    background: #fff;
     -webkit-box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
    box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
    border-bottom: 3px solid transparent;
}

.service-style-2:hover{
    border-bottom: 3px solid#635CDB;
}
.service-style-2 h5 {
    margin: 15px 0px;
}

.service-img-icon {
    margin-bottom: 30px;
    display: block;
}

.service-style-2:hover {
    margin-top: -10px;
}


/*-------------------
  ABOUT
---------------------*/


.about-img {
    position: relative;
    margin-top: 30px;
}


.about-content {
    padding-top: 40px;
}

.about-content p {
    margin: 25px 0px;
}



.counter-stat {
    text-align: center;
}
.counter {
    font-size: 60px;
    line-height: 60px;
    font-weight: 400;
    margin: 15px 0px;
    line-height: 70px;
    display: block;
    color: #fff;
}
.counter-stat i{
    color: #fff;
    display: block;
    font-size: 40px;
}
.counter-stat h5 {
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
}

.counter-block span {
    font-size: 30px;
}

/*-----------------*/

#team{
    padding-bottom: 60px;
}

#pricing{
    padding-bottom: 120px;
}

#service-2{
    padding-bottom: 70px;
}

#about{
    /*padding-bottom: 60px;*/
}




.inner-content{
    padding: 150px 0px 90px;
}

.inner-content h1{
    color: #fff;
}
.inner-content p{
    color: #eee;
}



.contact-info{
    margin-bottom: 40px;
}

.contact-info i{
    font-size: 22px;
    color: #232323;
}

.contact-info h4{
    margin: 10px 0px 5px;
}


/*--------------------------
 FOOTER
----------------------*/
#footer{
    padding-top: 95px;
}
.footer-widget ul li {
    padding: 5px 0px;
}

.footer-widget p {
    margin-bottom: 5px;
}

.footer-widget h4 {
    margin-bottom: 20px;
}

.footer-widget h4 span {
    color: #635CDB;
    display: block;
    font-size: 60px;
    line-height: 60px;
}

.footer-blog li img {
    width: 70px;
    height: 70px;
    float: left;
    margin-right: 20px;
}

.footer-blog li h5 {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
    text-transform: capitalize;
}

.footer-blog li a.read-more {
    font-size: 13px;
}

.footer-blog li {
    margin-bottom: 15px;
}

.footer-copy {
    padding: 20px 0px;
    letter-spacing: 1px;
    color: #222;
}

.footer-text h6{
    margin-bottom: 10px;
}
.footer-text p span{
    color: #000;
}

.footer-text p.mail{
     color: #635CDB;
}


.bg-main{
    background: #F4F8FB;
}

.right-img{
    margin-top: 100px;
    color: rgba(0,0,0,.5);
    font-size: 25px;
}
.right-img h2{
    font-size: 40px;
    color: rgba(0,0,0,.5);
}
.right-img h2 span{
    font-size: 25px;
}
.right-img div{
    margin-top: 5px;
}
.left-img{
    display: flex;
    flex-wrap:wrap;
}
.left-img>div{
    width: 200px;
    height: 140px;
    margin: 10px;
}
.left-img>div img{
    width: 200px;
    height: 140px;
}

.service-bg .banner-area{
    height: 560px;
    text-align: center;
}

.service-bg  .banner-area p{
    font-size: 24px;
    color: #1c7430;
    padding-top: 100px;
    padding-bottom: 30px;
}

.service-bg  .banner-area h1{
    font-size: 50px;
    color: rgba(0,0,0,.55);
    font-weight: bold;
    margin: 0px;
}
.service-list{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 20px 60px;
    width: 100%;
}
.service-list-item{
    width: 320px;
    background: #fff;
    border: 8px solid #78C036;
    height: 400px;
    margin-top: 20px;
}
.service-list-item img{
    width: 320px;
    height: 240px;
}
.news-detail{
    padding: 0 10px;
    color: #000;
}
.service-list-item h4{
    padding: 10px;
}
.treatment-method-box{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.treatment-method-box>div{
    width: 200px;
    text-align: center;
}
.treatment-method-box h2{
    /*font-weight: bold;*/
    text-align: center;
    font-size: 20px;
    margin: 15px 0;
}
.treatment-method-box img{
    width: 170px;
    height: 170px;
}
.treatment-method-box p{
    line-height: 18px;
}
.patient-info  {
    position: relative;
}
.patient-info .title-bg {
    top: 24px;
    width: 352px;
    height: 45px;
    background-image: url(../imgs/paitent_title_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.patient-info p{
    position: absolute;
    top: -10px;
    font-size: 50px;
    color: #000;
}
.about-con-title{
    margin: 40px 0 20px 0;
}
.about-con-title h2{
    font-size: 40px;
    color: #7FC143;
}
.about-con-title div{
    font-size: 20px;
    color: rgba(0,0,0,0.45);
}


.company-bg{
    margin-bottom: 60px;
    margin-top: 5px;
    height: 660px;
    background: url("../imgs/company.png") center no-repeat;
    background-size:100%;
    padding: 50px 100px;
}
.company-text{
    width: 460px;
    height: 300px;
    background: rgba(255,255,255,.2);
    text-align: center;
}
.company-text h2{
    font-size: 46px;
    color: rgba(0,0,0,.45);
    padding: 100px 0 20px 0;
}
.company-text p{
    font-size: 36px;
    color: rgba(0,0,0,.45);
}
.company-info{
    padding: 0 40px;
    font-size: 20px;
}
.company-info li{
    border-bottom: 1px solid #ccc;
    padding: 20px;
}
.company-info li .title{
    display: inline-block;
    width: 240px;
    color: #000;
}
.contact-box{
    display: flex;
    justify-content: center;
}
.contact-form{
    width: 600px;
    background: #ccc;
    padding: 20px 40px;
}
.contact-form li{
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
}
.contact-form li span{
    color: #000;
    display: block;
    width: 200px;
}
.contact-form input[type=text] {
    height: 34px;
}
.contact-title {
    font-size: 60px;
    text-align: center;
    height: 70px;
    color: #5cb85c;
}
input:focus {
    outline:none;
    border: 1px solid rgba(38,138,41,1);
}
.require,.required{
    color: red;
}
.content table{
    width: 100%;
    margin-top: 10px;
    border-top: 1px solid #CCCCCC;
}
.content table tr{
    border-bottom: 1px solid #CCCCCC;
}
.content table tr th,.content table tr td{
    padding: 15px 0;
}
.btn{
    margin-top: 20px;
    padding: 10px 15px;
}
.contact-btn{
    padding: 20px 60px;
    font-size: 30px;
    margin-top: 50px;
    background:#78C036;
    color: #fff;
    border-radius: 80px;
}

.contact-btn:hover{
    color: #fff;
}
.margin-t100{
    margin-top: 100px;
}
.banner-bg-box{
    width: 50%;
    background: rgba(120,192,54,.65);
    padding: 40px 60px 40px 120px;
    border-radius: 130px;
    position: absolute;
    top: 310px;
    left: -100px;
}
.banner-title{
    color: #fff;
    font-size: 30px;
}
.banner-bg-box p{
    font-size: 20px;
    color: #fff;
    margin-top: 15px;
}
.nav{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    background: #fff;
    right: 0;
}
.nav-box{
    display: flex;
    justify-content: space-between !important;
    align-items: center;
}
.nav-box ul{
    display: flex;
    align-items: center;
    margin-left: 300px;
}
.nav-box ul .nav-link{
    padding: 20px 15px;
}
.nav-box ul .active{
    /*padding: 20px 15px;*/
    background: #78C036;
    color: #fff;
}
.about-imgs{
    display: flex;
    flex-wrap: wrap;
}
.about-imgs img{
    height: 240px;
    margin-bottom: 20px;
    margin-right: 20px;
}
.img-text{
    position: relative;
}
.img-text div{
    position: absolute;
    top: 30px;
    left: 20px;
}
.img-text div h4{
    color: #fff;
    margin-bottom: 10px;
    border-bottom: 1px solid #fff;
}
.img-text div span{
    color: #fff;
    display: block;
}
.about-banner-2{
    height: 800px;
    background: url("../imgs/bg2.png") 50% 50%;
    background-size: cover;
    position: relative;
    margin-top: 100px;
}
.about-banner-title{
    background: url("../imgs/bg2-1.png") 50% 50%;
    background-size: cover;
    height: 110px;
    position: relative;
    top: -55px;
    left: 0;
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    line-height: 110px;
}
.about-banner-text{
    color: #fff;
    font-size: 22px;
    line-height: 28px;
}
.bg-f{
    background: #fff;
    position: relative;
}
.mission-title{
    width: 500px;
    position: absolute;
    top: -24px;
    left: 100px;
}
.mission-title h2{
    color:#78C036;
    font-size: 40px;
}
.mission-title p{
    color:#000;
    font-size: 20px;
}
.mission-text-box{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.mission-text-box h1{
    font-size: 40px;
    margin-bottom: 40px;
    position: relative;
}
.mission-text-box span{
    background: url("../imgs/椭圆形.png") no-repeat;
    width: 135px;
    height: 38px;
    display: inline-block;
    position: absolute;
    bottom: -21px;
    left: 36px;

}
.mission-text{
    font-size: 14px;
    color: #000;
}
.margin-b150{
    margin-bottom: 150px;
}

@media (max-width: 575.98px) {
.logo{
    width: 150px;
    height: 30px;
    margin: 10px 0;
}
.navbar-expand-lg{
    background: #fff !important;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 1;
}
.banner-2{
    height: 380px;
    background: url('../imgs/bg.png') 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.banner-bg-box {
    width: 100%;
    padding: 5px 10px 5px 80px;
    border-radius: 130px;
    position: absolute;
    top: 160px;
    left: -70px;
}
.banner-title {
    font-size: 16px;
}
.banner-bg-box p {
    font-size: 12px;
    margin: 0;
    line-height: 16px;
}
.about-con-title h2 {
    font-size: 20px;
}
.about-con-title div {
    font-size: 14px;
}
.about-imgs img {
    height: 160px;
    margin-right: 10px;
    width: 180px;
}
.img-text div {
    left: 8px;
}
.about-banner-2 {
    height: 380px;
    margin-top: 50px;
}
.about-banner-title {
    height: 60px;
    top: -30px;
    font-size: 18px;
    line-height: 60px;
}
.about-banner-text {
    font-size: 12px;
    line-height: 14px;
}
.about-banner-2 {
    height: 1200px;
}
.service-list {
    display: flex;
    flex-wrap: wrap;
}
.service-list-item {
    width: 100%;
    height: 310px;
}
    .service-list-item img {
        height: 180px;
    }
    .service-list-item h4 {
        font-size: 18px;
        line-height: 20px;
    }
    .service-list-item .news-detail div{
        font-size: 12px;
        line-height: 16px;
    }
    .mission-title {
        top: -16px;
        left: 20px;
    }
    .mission-title h2 {
        font-size: 20px;
    }
    .mission-title p {
        font-size: 14px;
        line-height: 14px;
    }
    .mission-img-box{
        text-align: center;
    }
    .mission-img-box img{
        width: 300px;
        height: 400px !important;
        margin-bottom: 10px;
    }
    .mission-text-box h1 {
        font-size: 20px;
        line-height: 24px;
        position: relative;
        margin-bottom: 10px;
    }
    .mission-text-box span {
        width: 80px;
        height: 10px;
        bottom: 0px;
        left: 0px;
        background-size: cover;
    }
    .mission-text {
        line-height: 16px;
        margin-bottom: 40px;
    }
    .company-bg {
        margin: 0;
        height: 150px;
        padding: 0;
    }
    .company-info li {
        padding: 10px;
    }
    .company-info li .title {
        display: block;
        width: 30%;
    }
    .company-info {
        font-size: 12px;
    }
    .contact-btn {
        padding: 10px 30px;
        font-size: 22px;
    }
    .footer-copy {
        padding: 10px 0px;
        font-size: 12px;
    }
    .margin-b150 {
        margin-bottom: 50px;
    }

    .margin-t100 {
        margin-top: 50px;
    }
    .navbar-expand-lg{
        padding: 0;
    }
    .mission-title{
        width: 300px;
    }
    .nav-box{
       flex-wrap: wrap;
    }
    .nav-box ul .active {
         background: #fff;
        color: #78C036;
    }
    .nav-box ul {
         margin-left: 0;
    }
    .nav-box ul li{
        width: 100%;
    }
    .nav-box ul .active {
        padding: 8px 0px 8px 20px;
    }

    .nav-box ul .nav-link {
        padding: 8px 0px 8px 20px;
    }
}
