
@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css?family=Cinzel&display=swap');
*{
    margin: 0;
    padding: 0;
}
html {
  scroll-behavior: smooth;
  font-family: 'Montserrat', sans-serif;
}
a {
    color: #595B5D;
    font-family: 'Montserrat', sans-serif;
}
a:hover{
    color: #606060;
    text-decoration: none;
}
a:focus {
    outline: none !important;
}
a:hover, a:active {
    outline: 0;
}
p{
    font-size: 15px;
    color: #595B5D;
    font-family: 'Montserrat', sans-serif;
}
span{
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
}
button > a{
  color: #fff;
}
h1,h2,h3,h4,h5,h6{
  margin:0;
  font-family: 'Montserrat', sans-serif;
}
h6, .h6{
    font-size: 14px;
}
body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    background: #fff;
}
.logo{
  margin: 10px 0px;
}
.logo-buttom{
  position: relative;
top: 50%;
}
.golden img{
  height: 90px
}
@media (max-width:400px){
    .footerspace{
    padding-left:10px;
}
}
/*
#topheader .navbar-nav li > a {
  text-transform: capitalize;
  color: #333;
  transition: background-color .2s, color .2s;
  
  &:hover,
  &:focus {
    background-color: #333;
    color: #fff;
  }
}

#topheader .navbar-nav li.active > a {
  background-color: #333;
  color: #fff;
}
*/
.navbar {
     box-shadow: 3px 3px 7px 0px rgb(174, 174, 174);
     padding: 0;
    background: #fff;
    /*border-radius: 50px;*/
}
  @media (max-width:400px){
    .navbar-nav .nav-item{
    width: 100%;
   }
  }
@media screen and (max-width: 400px) {
  .navbar {
     box-shadow: 3px 3px 7px 0px rgb(174, 174, 174);
     padding: 0;
    background: #fff;
    overflow: hidden;
    border-radius: 0;
    }
  }
.navbar-collapse {
    padding-left: 0px;
    padding-right: 0px;
}
.navbar-nav .nav-item{
  float: left;
 width: 17%;
}
.navbar-nav{
  width: 100%;
}
.navbar-expand-md .navbar-nav .nav-link {
   padding-right: 33px;
   padding-left: 33px;
  border-right: 1px solid #b6b3b3;
  text-align: center;
  display: block;
}
.navbar .navbar-nav>li>a {
    color: #5d5858;
    font-size: 14px;
    display: block;
}
.dropdown-menu>li>a {
    font-size: 14px;
    color: #5d5858;
    background: #fff;
}
.dropdown-menu>li>a:hover {
    font-size: 14px;
    color: green;
    background: #fff;
}
.navbar .navbar-nav>li.current-menu-item a,
.navbar .navbar-nav > li.current-menu-ancestor a,
.navbar .navbar-nav>li>a:focus,
.navbar .navbar-nav>li>a:hover {
    color: green;
}
.navbar .navbar-nav>.open>a,
.navbar .navbar-nav>.open>a:focus,
.navbar .navbar-nav>.open>a:hover {
    color: green;
}
.navbar .navbar-nav>.active>a{
    background-color: #20A579;
    color: #eee;
    /*
    border-top-left-radius:30px;
    border-bottom-left-radius:30px;  
    */ 
}
.navbar .navbar-nav>.active>a:focus,
.navbar .navbar-nav>.active>a:hover {
    background-color: #20A579;
   
}
ul.nav li.dropdown:hover > ul.dropdown-menu li
{ width:145px; color: green; background: #fff;}

.dropdown-menu {
    color: green;
    background: #fff;
}
.dropdown-menu:hover {
    color: green;
    background: #fff;
}
.dropdown-menu {
    min-width: 100%;
}
.dropdown:hover>.dropdown-menu {
  display: block;
}
.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    pointer-events: none;
}
#menu{
  margin-top: 20px;
}
.navbar-expand-md .navbar-nav .nav-link:last{
border-right:none;
background: #e3e;
}
.navbar .navbar-nav > .active > a, .navbar .navbar-nav > .active > a:focus, .navbar .navbar-nav > .active > a:hover {
    color: #fff;
}
/*What we do*/
section .section-title{
  text-align:center;
  color:#007b5e;
  margin-bottom:50px;
  text-transform:uppercase;
}
#what-we-do{
  background:#ffffff;
}
#what-we-do .card{
  padding: 1rem!important;
  border: none;
  margin-bottom:1rem;
  -webkit-transition: .5s all ease;
  -moz-transition: .5s all ease;
  transition: .5s all ease;
}
#what-we-do .card .card-title{
  font-size: 25px;
}
#what-we-do .card:hover{
  -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
  -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
  box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}
#what-we-do .card .card-block{
  padding-left: 50px;
    position: relative;
}
#what-we-do .card .card-block a{
  color: #007b5e !important;
  font-weight:700;
  text-decoration:none;
}
#what-we-do .card .card-block a i{
  display:none;
  
}
#what-we-do .card:hover .card-block a i{
  display:inline-block;
  font-weight:700;
  
}
#what-we-do .card .card-block:before{
  font-family: FontAwesome;
    position: absolute;
    font-size: 39px;
    color: #007b5e;
    left: 0;
  -webkit-transition: -webkit-transform .2s ease-in-out;
    transition:transform .2s ease-in-out;
}
#what-we-do .card .block-1:before{
    content: "\f0e7";
}
#what-we-do .card .block-2:before{
    content: "\f0eb";
}
#what-we-do .card .block-3:before{
    content: "\f0a1";
}
#what-we-do .card .block-4:before{
    content: "\f209";
}
#what-we-do .card .block-5:before{
    content: "\f00c";
}
#what-we-do .card .block-6:before{
    content: "\f218";
}
#what-we-do .card:hover .card-block:before{
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);  
  -webkit-transition: .5s all ease;
  -moz-transition: .5s all ease;
  transition: .5s all ease;
}


.box-part span{
    font-size:15px;
}
.box-part a{
  text-decoration:none; 
  color: #009966;
  border-bottom:1px solid #009966;
}
.box{
    padding:60px 0px;
}

.box-part{
    background:#FFF;
    border-radius:0;
    padding:60px 10px;
    border: 1px solid #eee;
}
.text{
    margin:20px 0px;
}

.box-part .fa{
     color:#009966;
}

.table td::first-child {
  background-color: yellow;
}
.table tbody tr::last-child {
  background-color: yellow;
}
.table td, .table th {
    padding: 3px;
    vertical-align: top;
    border-top: none;
    font-size: 12px;
}
.table thead th{
  border-top: 1px solid #eee;
  font-weight: 600;
  color: #0000009c;
  font-size: 13px;
}
.table thead td{
  color: #009966;
  text-align: center;
}
.table tfoot{
  border-top: 1px solid #eee;
  color: #009966;
}
/*about Banner*/
.section-margin{
  margin: 30px 0;
}
.aboutslog h4{
  padding-bottom: 10px;
}
.aboutslog{
  position: absolute;
  top: 100px;
  right: 20px;
  color: #fff;
}
.aboutslog p{
  color: #20A579;
}
.btn-primary{
    color: #20A579;
background-color: #fff;
border-color: #20A579;
}
.btn-primary a{
    color: #20A579;
}
.btn-primary:hover{
    background: #eee;
    color: #000;
}
.abouimg img{
  margin-bottom: 15px;
  display: block;
}
@media screen and (max-width: 400px) {
  .abouimg img{
    height: 250px;
}
.aboutslog{
  position: absolute;
  top: 2px;
  right: 2px;
  color: #fff;
}
}

/*all services*/
.section-title {
  position: relative
}
.section-title p {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 400;
}
.section-title h4 {
  font-size: 40px;
  font-weight: 600;
  text-transform: capitalize;
  position: relative;
  padding-bottom: 20px;
  display: inline-block
}
.section-title h4:before {
  position: absolute;
  content: "";
  width: 80px;
  height: 2px;
  background-color: #d8d8d8;
  bottom: 0;
  left: 50%;
  margin-left: -40px;
}
.section-title h4:after {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  background-color: #FF7200;
  left: 0;
  bottom: 0;
  left: 50%;
  margin-left: -25px;
}
.pt-100 {
  padding-top: 25px;
}
.pb-100 {
  padding-bottom: 100px;
}
.mb-100{
    margin-bottom:100px;
}
.services {
  background-color: #FBFBFB;
}
.single-service {
  position: relative;
  text-align: center;
  margin-bottom: 50px;
  -webkit-transition: .3s;
  transition: .3s;
  padding: 30px 20px;
  border-right: 1px solid #10ae71;
   border-left: 1px solid #10ae71;
  /*box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16)*/
}
.single-service:before {
  position: absolute;
  width: 0;
  height: 0;
  background-color: #FF7200;
  left: 0;
  top: 0;
  content: "";
  -webkit-transition: .3s;
  transition: .3s
}
.single-service:after {
  position: absolute;
  width: 0;
  height: 0;
  background-color: #FF7200;
  right: 0;
  bottom: 0;
  content: "";
  -webkit-transition: .3s;
  transition: .3s
}
.single-service:hover:after,
.single-service:hover:before {
  width: 50%;
  height: 2px;
  -webkit-transition: .3s;
  transition: .3s
}
.single-service:hover {
  box-shadow: 1px 3px 10px 0 rgba(0, 0, 0, 0.10)
}
.single-service i.fa {
  font-size: 20px;
  width: 60px;
  height: 60px;
  border: 1px solid #ddd;
  line-height: 60px;
  margin-bottom: 30px;
  border-radius: 50%;
  -webkit-transition: .3s;
  transition: .3s
}
.single-service:hover i.fa {
  background-color: #20A579;
  color: #fff;
  border-color: #20A579;
  border-radius: 0;
}
.single-service h4 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.single-service p {
  font-size: 15px;
  line-height: 1.8;
}

/*===========ABOUT=============*/
#aboutBanner, #newsevent{
  margin: 15px 0;
}
#aboutBanner img{
  height: auto;
}
.newsimg img{
 width: 100%;
 height:138px;
object-fit: cover;
}
/*====Report====*/
#report{
  margin: 15px 0;
}
/* Vertical Tabs */
.vertical-tabs h2{
  font-size:27px;
  }
 .vertical-tabs{font-size:14px; margin: 10px 0;;color:#000;}
.vertical-tabs .nav-tabs .nav-link{
  background:#F0F0F091;
  border:1px solid transparent;
  color:#5a5a5a;height:55px
}
.vertical-tabs .nav-tabs .nav-link.active{
  color:#20A579!important;
 

 }
  .vertical-tabs .nav-tabs .about-item .nav-link {
    background-color:#20A579!important;
    color: #fff;
  }
.vertical-tabs .nav-tabs .nav-link{
  border: 1px solid #fff;
  border-top-left-radius:0rem!important;
  padding: 16px;
}
.vertical-tabs .tab-content>.active{
  background:#fff;display:block;}
.vertical-tabs .nav.nav-tabs{
  border-bottom:0;
  border-right:1px solid transparent;
  display:block;float:left;
  margin-right:20px;
  padding-right:15px;
  height: 100%;
  width: 100%;
  }
.vertical-tabs div.tab-content{
  max-height:100%;}
.vertical-tabs .sv-tab-panel{
  background:#fff;
  font-size: 20px;
padding: 14px 0;}

/* Vertical Tabs */



.team{
    padding:75px 0;
}
h6.description{
  font-weight: bold;
  letter-spacing: 2px;
  color: #999;
  border-bottom: 1px solid rgba(0, 0, 0,0.1);
  padding-bottom: 5px;
}
.profile{
  margin-top: 25px;
}
.profile h1{
  font-weight: normal;
  font-size: 20px;
  margin:10px 0 0 0;
}
.profile h2{
  font-size: 14px;
  font-weight: lighter;
  margin-top: 5px;
}
.profile .img-box{
  opacity: 1;
  display: block;
  position: relative;
}
.profile .img-box:after{
  content:"";
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}
.img-box ul{
  position: absolute;
  z-index: 2;
  bottom: 50px;
  text-align: center;
  width: 100%;
  padding-left: 0px;
  height: 0px;
  margin:0px;
  opacity: 0;
}
.profile .img-box:after, .img-box ul, .img-box ul li{
  -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.img-box ul i{
  font-size: 20px;
  letter-spacing: 10px;
}
.img-box ul li{
  width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #88C425;
    margin: 2px;
    padding: 5px;
  display: inline-block;
}
.img-box a{
  color:#fff;
}
.img-box:hover:after{
  opacity: 1;
}
.img-box:hover ul{
  opacity: 1;
}
.img-box ul a{
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.img-box a:hover li{
  border-color: #fff;
  color: #88C425;
}
a{
    color:#20A579;
}
a:hover{
    text-decoration:none;
    color:#20A579;
}
i.red{
    color:#BC0213;
}
.mendivider{
  margin: 10px;
}


/*Footer*/
/*
#footer .infoaddress{
  color: #ccc8c8;
  margin: 15px 0;
}
#footer .infoaddress p{
  font-size: 16px;
}
.copyright{
  padding: 10px 0;
   border-top: 1px solid #eee;
}
.copyright p{
  margin: 0;
  font-size: 15px;
}
.divider{
  border-bottom: 1px solid #000;
}
.divider .overr{
   border-top: 4px solid #000;
  width: 65%;
  top: 0px;
  border-radius: 0px 90px 0px 0px;
}
*/
#footer {
    background: #eee !important;
    padding-top: 25px;
}
#footer h5{
  padding-left: 10px;
    border-left: 3px solid #7db7b1;
    padding-bottom: 6px;
    margin-bottom: 20px;
    color:#000c;
    text-align: left;
    font-size: 15px;
}
#footer a {
    color: #000c;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
#footer ul.social li{
  padding: 3px 0;
}
#footer ul.social li a i {
    margin-right: 5px;
  font-size:25px;
  -webkit-transition: .5s all ease;
  -moz-transition: .5s all ease;
  transition: .5s all ease;
}
#footer ul.social li:hover a i {
  font-size:30px;
  margin-top:-10px;
}
#footer ul.social li a,
#footer ul.quick-links li a{
  color:#14ad67;
}
#footer ul.social li a:hover{
  color:#000c;
}
#footer ul.quick-links li{
  padding: 3px 0;
  -webkit-transition: .5s all ease;
  -moz-transition: .5s all ease;
  transition: .5s all ease;
}
#footer ul.quick-links li:hover{
  padding: 3px 0;
  margin-left:5px;
  font-weight:700;
}
#footer ul.quick-links li a i{
  margin-right: 5px;
}
#footer ul.quick-links li:hover a i {
    font-weight: 700;
}

@media (max-width:767px){
  #footer h5 {
    padding-left: 0;
    border-left: transparent;
    padding-bottom: 0px;
    margin-bottom: 10px;
}

}

.logo-buttom{
  position: relative;
top: 50%;
}
/*=========Services==========*/
.sername{
  margin-top: 20px;
}
.servdel{
  margin-top:10px; 
}
.ser-item{
  margin-bottom: 15px;
  border:1px solid #eee;
}
.ser-item:hover{
  -webkit-box-shadow: 0px 3px 21px -7px rgba(0,0,0,0.53);
-moz-box-shadow: 0px 3px 21px -7px rgba(0,0,0,0.53);
box-shadow: 0px 3px 21px -7px rgba(0,0,0,0.53);

}
#services{
  margin: 15px 0;
}

/*news and event*/
.newsa{
  margin-bottom: 15px;
}
.event{
  margin-bottom: 10px;
}
.newsa:hover{
  -webkit-box-shadow: 0px 14px 18px -14px rgba(0,0,0,0.54);
-moz-box-shadow: 0px 14px 18px -14px rgba(0,0,0,0.54);
box-shadow: 0px 14px 18px -14px rgba(0,0,0,0.54);
}
.newsdetails p {
    font-size: 15px;
    color: #595B5D;
}
.news-title h4{
  color: #595B5D;
  font-size: 20px;
  padding-bottom: 10px;
}
.upcommingevent{
  padding: 5px;
  text-align: center;
margin-bottom: 10px;
}
.date{
  background: #e3e;
  padding: 10%;
  text-align: center;
}
.date h1{
  color: #fff;
  font: 40px;
}
.event-name{
  background: #2ab47e;
  padding: 10px;
}
.event-name h4, h5{
  text-align: left;
  color: #000;
}
.event-location{
  background: #e3d;
  padding: 10px;
  color: #fff;
  text-align: center;
}
.event-location p{
  color: #fff;
}

/*=====about*/
.contact-form{
    background: #fff;
    margin-bottom: 5%;
    width: 90%;
}
.contact-form .form-control{
    border-radius:1rem;
}
.contact-image{
    text-align: center;
}
.contact-image img{
    border-radius: 6rem;
    width: 11%;
    margin-top: -3%;
    transform: rotate(29deg);
}
.contact-form form{
    padding: 10%;
    background: #f9f9f9;
}
.contact-form form .row{
    margin-bottom: -7%;
}
.contact-form h3{
    margin-bottom: 8%;
    margin-top: 35px;
    text-align: center;
    color: #20A579;
}
.contact-form .btnContact {
    width: 50%;
    border: none;
    border-radius: 1rem;
    padding: 1.5%;
    background: #20A579;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}
.btnContactSubmit
{
    width: 50%;
    border-radius: 1rem;
    padding: 1.5%;
    color: #fff;
    background-color: #0062cc;
    border: none;
    cursor: pointer;
}
address{
 margin-bottom:10px;
}
@media screen and (max-width: 400px) {
  address{
  padding: 1%;
}
.contact-form {
    background: #fff;
    margin-bottom: 7%;
    width: 100%;
}
  }
/*==========slider===========*/
.slide
{
  position: relative;
}
.slide:before, .slide:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  box-shadow: 0 15px 10px #777;
  transform: rotate(-3deg);
}
.slide:after
{
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
/*footer */
.footer_copy .h6{
  color: #a79b9b;
}
#footer_copy{
    background: #352e2e;
}

.tab-pane table thead th:nth-child(2) {
 text-align: center;
}
.addon p{
    display: none;
}
.addon table{
    width: 159px !important;
}
.addon table tbody tr:nth-child(1){
    display: none;
}
.cu{
    float: right;
    padding-right: 10px;
}
.btn-link {
    font-weight: 400;
    color: #20A579;
    text-decoration: none;
}
.footerspace{
    padding-left:100px;
}