#About_us {
    background-size: cover !important;
    background-image: url('https://www.greenupgrades.com.au/air-conditioner-service/images/rectangle.png');
    padding: 40px 0px;
    background-repeat: no-repeat;
}


*{
  margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/* General CSS */
::-webkit-scrollbar{
    width: 8px;
}
::-webkit-scrollbar-track{
    width: 8px;
    background: #000;
    border-left: 0px solid #fff;
    border-right: 0px solid #fff;
}
::-webkit-scrollbar-thumb{
    background: #efebe3;
    width: 0px;
    height: 35%;
    transition: 0.3s ease;
    cursor: pointer;
    border-radius: 55px;
}

ol,ul{
    list-style: none;
}

a.bott-top {
    margin-left: 15px;
    border-radius: 10px;    
    font-size: 16px !important;
    padding: 10px 20px !important;
    background: #275b1d;
    color: #fff !important;
}   

a:hover{
    text-decoration: none;
}


body{
    font-family: 'Lato', sans-serif;
    scroll-behavior: smooth;
}

h2{font-weight: 600;}


ul{
    margin: 0;
    padding: 0;
}

section.top-baaar {
    display: none;
    z-index: 99;
    width: 100%;
    position: fixed;
    background: #000;
}
.top {
    justify-content: space-around;
    display: flex;
}
.enquiry-top {
    padding: 15px 0px;
    text-align: center;
    width: 50%;
}
.enquiry-top a {
    text-decoration: none;
    font-size: 17px;
    color: #fff;
}

.enquiry-top.ex {
    background: #285c1e;
}




.header{
    position: relative;
    transition: all 0.7s;
    z-index: 9;
    background:#fff;
/*    height: 75px;*/
}

.header .wrap{
    width: 94%;
    max-width: 100%;
    margin: auto;
    background:#fff;
    padding: 0 0px;
    display: flex;
    justify-content: space-between;
}
.banner-heading {
    padding-top: 10%;
}


.header .logo{
    margin: 0;
    padding: 16px 0;
}


.header .logo a,
.header .logo a img{
    display: block;
}

.header .logo img{
    width: 140px;
}



.header .menu ul{
    display: flex;
     
}


.header .menu li{
    padding: 15px 10PX;
}

nav.menu {
    padding: 16px 0px;
}

.header .menu a {
    font-weight: 600;
    font-family: 'Muli', sans-serif;
    font-size: 15px;
    color: #000;
    padding: 0px 0px;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
}

button.custom-btn.btn-15 a{
    color: #fff;
}

li.smooth-toper {
    margin-top: 10px;
    padding-top: 20px;
}



.header .menu a:hover{
    color: #275b1d;
}



.header .sidemenu-toggler {
    position: absolute;
    width: 45px;
    padding: 3px;
    top: 40%;
    right: 10px;
    display: none;
}



.header .sidemenu-toggler > span{
    display: block;
    background-color: #000;
    height: 2px;
}




.header .sidemenu-toggler > span:nth-child(2){
    margin: 4px 0 4px auto;
    width: 75%;
    transition: 0.3s all;
}





.header .sidemenu-toggler > span:nth-child(3){
    margin-left: auto;
    width: 50%;
    transition: 0.6s all;
}



 .header .sidemenu-toggler:hover > span:nth-child(2),
.header .sidemenu-toggler:hover > span:nth-child(3){
    width: 100%;
}

p.hr-lines-head::after {
    content: '';
    font-size: 10px;
    position: absolute;
    right: 45%;
    display: inline-block;
    height: 2rem;
    width: 12%;
    border-bottom: 1.5px solid #71ad4d;
    margin-top: 10px;
}

.header .sidemenu{
    position: fixed;
    top: 0;
    right: 0;
 background: #71ad4d;
box-shadow: 0 8px 32px 0 rgba(11, 11, 11, 0.37);
/*backdrop-filter: blur( 34px );*/
 
 
border: 1px solid rgba( 255, 255, 255, 0.18 );
    width: 53%;
    height: 100vh;
    z-index: 999;
    padding: 1rem;
    color: white;
    transform: translate3d(100%, 0, 0);
    transition: transform 0.5s ease-in-out;
    overflow: hidden;
}




.header .sidemenu.active{
    transform: translate3d(0,0,0);
}


.header .sidemenu .close{
    height: 30px;
    width: 30px;
    display: block;
    position: absolute;
    right: 20px;
    top: 24px;
}



.header .sidemenu .close::before,
.header .sidemenu .close::after{
    content: "";
    position: absolute;
    top: 0;
    left: 13px;
    height: 28px;
    width: 2px;
    background: white;
}




.header .sidemenu .close::before{
    transform: rotate(45deg);
}




.header .sidemenu .close::after{
    transform: rotate(-45deg);
}


.header .sidemenu nav ul{
    padding-top: 30px;
}



.header .sidemenu nav li{
    padding: 15px 0;
}


.header .sidemenu nav a{
    font-size: 1.3rem;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
}


.header .sidemenu footer{
    padding-top: 100px;
    font-size: 0.9em;
    text-transform: uppercase;
}


.header .sidemenu footer .social{
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}


.header .sidemenu footer .social a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    transition: all 0.3s linear;
    margin-right: 5px;
    text-transform: uppercase;
}


button.custom-btn.btn-15 {
    text-transform: uppercase;
    padding: 10px 20px;
    border: 1px solid #275b1d;
}

#eligibility h2 {
    font-size: 40px;
}
h2.hr-lines {
    font-size: 40px;
}

a.custom-btn.btn-15 {
    color: #fff;
    padding: 12px 30px;
}

.social-menu.text-center {
    width: 75%;
}
@media (max-width: 767px){
    
    .social-menu.text-center {
    width: 100%;
}
    
    h2 {
    font-size: 40px;
    font-weight: 600;
}

    button.custom-btn.btn-15.www-12 {
    width: auto;
    height: auto;
    padding: 15px 30px;
}
    .up-toper ul li {
    padding: 10px 0px !important;
}
    section.top-baaar {
    display: block;
    z-index: 99;
    width: 100%;
    position: fixed;
    background: #000;
}
    main#main {
    padding: 1px 20px;
}
form#contactform {
    padding: 20px 15px !important;
}
    .bottt-first {
    text-align: center;
    padding-bottom: 30px;
    margin-top: 15px;
}

.up-toper-first {
    text-align: center;
    padding: 10px 25px 40px 25px !important
}
.up-toper {
    margin: 20px 0px;
    text-align: center;
    padding: 10px !important;
}
#footer {
    padding: 1px 0px !important;
}

    .header .sidemenu {
    margin-top: 55px;
    width: 60%;
}
    .banner-heading {
    padding-top: 10%;
    text-align: center;
}
.banner-heading h1 {
    font-size: 35px !important;
    padding-bottom: 12px;
}
.banner-heading h5 {
    font-size: 22px !important;
    padding-bottom: 12px;
}
.banner-heading {
    padding: 5%;
    padding-top: 10%;
}
    .row{
    flex-direction: row-reverse;
}
#product {
    text-align: center;
    padding: 50px 0px;
    background: #efebe3;
}
    .header .sidemenu nav a{
        font-size: 1rem;
    }
    .header .sidemenu-toggler{
      display: block;
    }
    a.sidemenu-toggler{
      display: block;
    } 
    
    #ab-about {
    text-align: center;
    padding: 40px 0px 50px 1px !important;
}

#ab-about p{
    color: #000;
}

}


.hr-lines::after {
    content: '';
    font-size: 10px;
    position: absolute;
    right: 39%;
    display: inline-block;
    height: 2rem;
    width: 10%;
    border-bottom: 1.5px solid #71ad4d;
    margin-top: 10px;
}

.hr-lines-head::after {
    content: '';
    font-size: 10px;
    position: absolute;
    right: 45%;
    display: inline-block;
    height: 3rem;
    width: 12%;
    border-bottom: 1.5px solid #71ad4d;
    margin-top: 10px;
}

.pro-fas{displa: flex;}
.taxt-l {
    text-align: right;
}

.pro-fas {
    display: flex;
}


@media (min-width: 768px) and (max-width: 991px){
    .header .sidemenu{
        width: 70%;
    }
    
    
    .header .sidemenu nav a{
        font-size: 1.2rem;
    }

    a.sidemenu-toggler{
      display: block;
    }
}

@media (max-width: 767px){
    .header {
    margin-top: 55px;
}
    .pro-f {
    padding-bottom: 5px;
    width: 100% !important;
    color: #6c757d;
}
.pro-fas {
    display: block;
}

h2.hr-lines {
    text-align: center;
    padding-bottom: 30px;
    font-size: 40px;
}

.hr-lines::after {
    margin-top: 30px !important;
    content: '';
    font-size: 10px;
    position: absolute;
    right: 32%;
    display: inline-block;
    height: 2rem;
    width: 40%;
    border-bottom: 1.5px solid #71ad4d;
    margin-top: 10px;
}

   a.bott-top {
    height: 100px !important;
    width: 200px;
    margin-left: 0px;
    border-radius: 10px;
    font-size: 10px !important;
    padding: 7px 11px !important;
    background: #275b1d;
    color: #fff !important;
}
.header .sidemenu nav li {
    padding: 0px 0;
}
.taxt-l {
    text-align: center;
}
button.custom-btn.btn-15 {
    height: 44px;
    width: 170px;
    margin-top: 5px;
    padding: 0px 0px;
    border: 1px solid #275b1d;
}
}


@media (max-width: 1199px){
    .header .menu{
        display: none;
    }
}

 .carousel-item img{
    height: 100vh;
    width: 100%;
 }



.banner-heading h1{font-size: 46px;color: #7dba2a;font-weight: 600;}
.banner-heading h5{font-size: 30px;color: #fff;}
.banner-heading p{font-size: 16px;color: #fff;}

.bannner-form{
    background: #efebe3;
}
.bannner-form h3{
    font-size: 30px;
}
form#contactform {
    padding: 20px 45px;
}
form#contactform .col-md-6 {
    padding-left: 0px;
}

form#contactform .col-md-12 {
    padding-left: 0px;
}


.form-product {
    width: 100%;
    border: 1px solid #ccc;
    margin-left: 9px;
    padding: 5px 10px;
}
.form-product p {
    margin-bottom: 5px;
    color: #6c757d;
}
input[type='radio'] {
    box-sizing: border-box;
    appearance: none;
    background: white;
    outline: 1px solid #275b1d;
    border: 2px solid white;
    width: 12px;
    height: 12px;
}

input[type='radio']:checked {
  background: #275b1d;
}

.pro-f{width: 50%;color: #6c757d;}
.add-ss input#subject{
    padding: 8px 0px 30px 10px;
}

#ab-about-1 {
    display: none;
}
   
/**   ABOUT US **/

.title {
  text-align:center;
  padding-bottom: 60px;

}

#ab-about {
    padding: 100px 0px 50px 1px;
}

#ab-about p{
    color: #000;
}

#product{
    padding: 50px 0px;
    background: #efebe3;
}
#product p{
    color: #000;
}



/** =======Get access up to $7,000 in Government Rebate Plan by Upgrading to New System======= **/

#eligibility{
    color: #fff;
    padding: 50px 0px;
    background: #71ad4d;
}
#eligibility h2{
    padding-bottom: 5px;
}

#eligibility a {
    font-size: 16px;
    border-radius: 10px;
    color: #fff;
    padding: 10px 30px;
    background: #275b1d;
    text-decoration: none;
}

/** =======Why Choose Green Upgrades ?======= **/
#upgrades{padding: 50px 0px;}

#upgrades h2{font-size: 40px;}

.green-up{padding-top: 25px;}
#upgrades .col-md-2 {
    width: 20%;
}

@media (max-width: 767px){
    #upgrades .col-md-2 {
    width: 100%;
}
.col-md-4.g-5 {
    padding: 0px;
}
img.img-fluid.footer-up {
    border: 1px solid #ccc;
    height: auto !important;
}
}

#process{padding: 50px 0px; background: #efebe3;}
.pro-about{font-size: 40px; padding-bottom: 30px;}
#process h2{font-size: 40px; padding-bottom: 5px;}
.up-toper {
    padding: 50px;
}

#reviews{padding: 50px 0px;}

#trusted{padding: 50px 0px; background: #efebe3;}
#trusted h2{font-size: 40px; padding-bottom: 5px;}
#aircon{padding: 50px 0px;}
#aircon p{color: #000;}
.list-abc{background: url('images/check.png'); background-repeat: no-repeat;}

.deekey li{font-size:16px;  }

.bott-bot {
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    padding: 8px 30px;
    background: #275b1d;
}

.bottt-first{margin-top: 15px;}
.social-menu ul{display: flex;}

.social-menu img{padding: 12px;}
.up-toper h3{font-size: 22px;}
.up-toper ul {
    padding: 10px 0px;
}
.up-toper ul li {
    font-weight: 550;
    font-size: 16px;
    padding: 5px 0px;
}

#footer{padding: 50px 0px;}
.up-toper-first {
    padding: 50px 50px 50px 1px;
}

#copyright {
    padding: 10px;
    background: #000;
    color: #fff;
}
.up-toper {
    padding: 50px;
}

#copyright{background: #000; color: #fff;}
#copyright h2{font-size: 16px;}












/*=== Services Section ===*/
.services{
    padding:7rem 0 2rem;
    text-align: center;
    background: url('images/banner.jpg');
}
.section_headline h2{
    font-size:3rem;
    font-weight:bold;
    display:inline-block;
    position: relative;
}
.section_headline h2::before{
    content:'';
    border-bottom:0.15rem solid var(--secondary-color);
    margin-bottom:1.3rem;
    width:20%;
    position:absolute;
    top:-40%;
}
.section_headline p{
    color:var(--secondary-color);
    font-weight: 600;
}
.services_name{
    position:relative;
    background-color: #f2f2f2;
    padding:1.6rem;
    border-radius: 0.2rem;
    margin-bottom:1.6rem;
    height: 170px;
    cursor: pointer;
    -webkit-transition:0.3s ease-in-out;
    -ms-transition:0.3s ease-in-out;
    -moz-transition:0.3s ease-in-out;
    -o-transition:0.3s ease-in-out;
    transition:0.3s ease-in-out;
}
.services_name h3{
    color:var(--primary-color);
    font-size: 19px;
    font-weight: bold;
    line-height:24px;
    margin:0;
    -webkit-transition:0.3s ease-in-out;
    -ms-transition:0.3s ease-in-out;
    -moz-transition:0.3s ease-in-out;
    -o-transition:0.3s ease-in-out;
    transition:0.3s ease-in-out;
}
.services_name img{
    height: 45px;
}
.services_name:hover{
    background-color: #fff;
}
.services_name:hover h3,
.services_name:hover i{
    color:var(--text-color);
    padding-left:1.5rem;
}











 /*=======================================
            Our_clients
}
=========================================*/

 #clients{
    background: #fff;
 }
.client{
    padding: 40px 0;
    background: #fff;
    margin: 5px;
}

.client img{
     box-shadow: 0 0 20px rgba(0,0,0,0.2);
}


/**=====================   OUR TEAM  ========================== **/
 
.content-box {
    padding: 60px 0 60px 0;
}

.content-title h3 {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 30px 0;
}

.content-title-white h3 {
    color: #fff;
}

.content-title-underline {
    width: 30px;
    height: 3px;
    background-color: #34c6d3;
    margin: 0 auto 30px auto;
}

 
 
.team-member {
    margin: 0 15px;
}

.team-member-info {
    padding: 10px 0 30px 0;
}

h4.team-member-name {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1px;
    padding-top: 2px;
}

h4.team-member-designation {
    color: #34c6d3;
    font-size: 15px;
    font-weight: 700;
    font-style: italic;
    letter-spacing: 1px;
    margin-top: 5px;
}


 
.social-list {
    padding-left: 0;
}

.social-list li {
    list-style: none;
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 6px;
    margin-top: 10px;
}

.social-icon i {
    font-size: 17px;
}

.icon-gray i {
    color: #64707b;
}

.icon-white i {
    color: #fff;
}

.social-icon i:hover {
    color: #34c6d3;
}


 /**=====================   OUR PARTNERS  ========================== **/
#testimonials-cover {
    background-image: url("../images/bg-testimonials.jpg");
}

#testimonials .content-box {
    background-color: rgba(0, 0, 0, 0.1);
}

#customers-testimonials {
    padding: 50px 0;
}

.testimonial img {
    max-width: 120px;
    margin: 0 auto 0 auto;
}

.testimonial blockquote {
    border: 0;
    font-family: Georgia, sans-serif;
    font-style: italic;
    color: #fff;
    padding: 6px 150px;
    position: relative;
}

.testimonial blockquote p {
    color: #fff;
}

.testimonial blockquote::before,
.testimonial blockquote::after {
    font-size: 80px;
    font-style: normal;
    line-height: 1;
    width: 30px;
    height: 30px;
    position: absolute;
}

.testimonial blockquote::before {
    content: "\201C";
    top: 0;
    left: 100px;
}

.testimonial blockquote::after {
    content: "\201D";
    bottom: 0;
    right: 100px;
}

.testimonial-author p {
    color: #fff;
    font-size: 17px;
}

.testimonial-author p strong {
    display: block;
}

 /**=====================   client  ========================== **/
 




.footer-widget p {
    margin-bottom: 27px;
}
p {
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
  color:white;
    line-height: 28px;
}

   .animate-border {
  position: relative;
  display: block;
  width: 115px;
  height: 3px;
  background: red; }

.animate-border:after {
  position: absolute;
  content: "";
  width: 35px;
  height: 3px;
  left: 0;
  bottom: 0;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  -webkit-animation: animborder 2s linear infinite;
  animation: animborder 2s linear infinite; }

@-webkit-keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px); } }

@keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px); } }

.animate-border.border-white:after {
  border-color: #fff; }

.animate-border.border-yellow:after {
  border-color: #F5B02E; }

.animate-border.border-orange:after {
  border-right-color: #007bff;
  border-left-color: #007bff; }

.animate-border.border-ash:after {
  border-right-color: #EEF0EF;
  border-left-color: #EEF0EF; }

.animate-border.border-offwhite:after {
  border-right-color: #F7F9F8;
  border-left-color: #F7F9F8; }

/* Animated heading border */
@keyframes primary-short {
  0% {
    width: 15%; }
  50% {
    width: 90%; }
  100% {
    width: 10%; } }

@keyframes primary-long {
  0% {
    width: 80%; }
  50% {
    width: 0%; }
  100% {
    width: 80%; } } 

.dk-footer {
  padding: 75px 0 0;
  background-color: #151414;
  position: relative;
  z-index: 2; }
  .dk-footer .contact-us {
    margin-top: 0;
    margin-bottom: 30px;
    padding-left: 80px; }
    .dk-footer .contact-us .contact-info {
      margin-left: 50px; }
    .dk-footer .contact-us.contact-us-last {
      margin-left: -80px; }
  .dk-footer .contact-icon i {
    font-size: 24px;
    top: -15px;
    position: relative;
    color:#007bff; }

.dk-footer-box-info {
  position: absolute;
  top: -52px;
  background: #202020;
  padding: 40px;
  z-index: 2; }
  .dk-footer-box-info .footer-social-link h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 25px; }
  .dk-footer-box-info .footer-social-link ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
  .dk-footer-box-info .footer-social-link li {
    display: inline-block; }
  .dk-footer-box-info .footer-social-link a i {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    background: #000;
    margin-right: 5px;
    color: #fff; }
    .dk-footer-box-info .footer-social-link a i.fa-facebook {
      background-color: #3B5998; }
    .dk-footer-box-info .footer-social-link a i.fa-twitter {
      background-color: #55ACEE; }
    .dk-footer-box-info .footer-social-link a i.fa-google-plus {
      background-color: #DD4B39; }
    .dk-footer-box-info .footer-social-link a i.fa-linkedin {
      background-color: #0976B4; }
    .dk-footer-box-info .footer-social-link a i.fa-instagram {
      background-color: #B7242A; }

.footer-awarad {
  margin-top: 285px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .footer-awarad p {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-left: 20px;
    padding-top: 15px; }

.footer-info-text {
  margin: 26px 0 32px;
  color: #fff; }

.footer-left-widget {
  padding-left: 80px; }

.footer-widget .section-heading {
  margin-bottom: 35px; }

.footer-widget h3 {
  font-size: 24px;
  color: #fff;
  position: relative;
  margin-bottom: 15px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content; }

.footer-widget ul {
  width: 50%;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0; }

.footer-widget li {
  margin-bottom: 18px; }

.footer-widget p {
  margin-bottom: 27px; }

.footer-widget a {
  color: #878787;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .footer-widget a:hover {
    color: #007bff; }

.footer-widget:after {
  content: "";
  display: block;
  clear: both; }

.dk-footer-form {
  position: relative; }
  .dk-footer-form input[type=email] {
    padding: 14px 28px;
    border-radius: 50px;
    background: #2E2E2E;
    border: 1px solid #2E2E2E; }
  .dk-footer-form input::-webkit-input-placeholder, .dk-footer-form input::-moz-placeholder, .dk-footer-form input:-ms-input-placeholder, .dk-footer-form input::-ms-input-placeholder, .dk-footer-form input::-webkit-input-placeholder {
    color: #878787;
    font-size: 14px; }
  .dk-footer-form input::-webkit-input-placeholder, .dk-footer-form input::-moz-placeholder, .dk-footer-form input:-ms-input-placeholder, .dk-footer-form input::-ms-input-placeholder, .dk-footer-form input::placeholder {
    color: #878787;
    font-size: 14px; }
  .dk-footer-form button[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px 24px 12px 17px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border: 1px solid #007bff;
    background: #007bff;
    color: #fff; }
  .dk-footer-form button:hover {
    cursor: pointer; }

/* ==========================

    Contact

=============================*/
.contact-us {
  position: relative;
  z-index: 2;
  margin-top: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.contact-icon {
  position: absolute; }
  .contact-icon i {
    font-size: 36px;
    top: -5px;
    position: relative;
    color: #007bff; }

.contact-info {
  margin-left: 75px;
  color: #fff; }
  .contact-info h3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 0; }

.copyright {
  padding: 28px 0;
  margin-top: 55px;
  background-color: #202020; }
  .copyright span,
  .copyright a {
    color: #878787;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  .copyright a:hover {
    color:#007bff; }

.copyright-menu ul {
  text-align: right;
  margin: 0; }

.copyright-menu li {
  display: inline-block;
  padding-left: 20px; }

.back-to-top {
  position: relative;
  z-index: 2; }
  .back-to-top .btn-dark {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 0;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #2e2e2e;
    border-color: #2e2e2e;
    display: none;
    z-index: 999;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    .back-to-top .btn-dark:hover {
      cursor: pointer;
      background: #FA6742;
      border-color: #FA6742; }






/*! ----------------------Our achievements:--------------------------------- */
#timeline_main{
  background: url('images/banner.jpg');
  color: #000 !important;
}

.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #CCCCCC;
  left: 25px;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 20px;
  position: relative;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  width: calc( 100% - 55px );
  float: right;
  border: 1px solid #d4d4d4;
  border-radius: 22px;
  padding: 10px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  left: -15px;
  display: inline-block;
}
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  left: -14px;
  display: inline-block;
}
.timeline > li > .timeline-badge {
  color: #FFFF99;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 13px;
  
  background-color: #666666;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: left;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  right: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-badge.primary {
  background-color: #006699  !important;
}
.timeline-badge.up {
  background-color: #339933 !important;
}
.timeline-badge.down {
  background-color: #CC3333 !important;
}
.timeline-badge.neutral {
  background-color: #999999 !important;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
  color: #000;
}
.timeline-body > p + p {
  margin-top: 5px;
}




/*=======================================
            contact_form
}
=========================================*/

#contact_form{
    padding: 30px;
}
#contact_area{
     background: #f2f2f2;
}
.form-control{
    margin: 8px;
}
.contact-item{
    text-align: center;
}
.contact-item p{
    color: #000;
}
.contact-item i{
    color: #000;
    font-size: 26px;
    border: 1px solid #000;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
}
.form-control {
    font-size: 17px;
    background: #efebe3;
    border-radius: 0px !important;
    border: 1px solid #ccc !important;
    font-weight: 400;
}

/*=======================================
            common button
}
=========================================*/

.custom-btn {
    /* width: 180px; */
    /* height: 60px; */
    color: #fff;
    border-radius: 10px;
    padding: 11px 60px;
    font-weight: 600;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    /* box-shadow: inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1); */
    outline: none;
}
/* 15 */
.btn-15 {
    background: #275b1d;
    border: none;
    z-index: 1;
}
.btn-15:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #fff;
  border-radius: 10px;
   box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  transition: all 0.3s ease;
}


.btn-15:hover {
  color: #000;
}
.btn-15:hover:after {
  left: 0;
  width: 100%;
}
.btn-15:active {
  top: 2px;
}

.card-title {
    font-weight: 550;
    font-size: 17px;
    margin-top: 12px;
    margin-bottom: 6px;
}

a.card-text {
    text-decoration: none;
}

.card-body .text-dark {
    font-size: 15px;
    color: #212529!important;
}
.card-text:last-child {
    padding: 0px;
    margin-bottom: 0;
}

.card img{
    margin: auto;
    width: 170px;
    height: auto;
}
.card.rounded-circle.shadow {
    width: 350px;
    height: 350px;
}
ul.lists-style {
   margin-left: 20px;
}
.lists-style li {
    padding: 8px;
    font-size: 16px;
}
.lists-style li span {
    font-size: 22px;
    font-weight: 500;
}

img.img-fluid.footer-up {
    border: 1px solid #ccc;
    height: 680px;
}
.up-toper ul li a {
    text-decoration: none;
    color: #000;
    font-weight: 550;
    font-size: 16px;
    padding: 5px 0px;
}