body {
  background: #ffffff;
  font-family: "georgian", sans-serif;
  font-weight: 400;
  position: relative;
}

h2,
h3,
h4 {
  font-weight: bold;
}

p {
  line-height: 26px;
}

.too-icon {
  padding: 10px;
}

/* start all section */
#service,
#divider,
#about,
#team,
#newsletter,
#pricing,
#portfolio,
#client {
  padding-bottom: 50px;
  position: relative;
}
#service {
  padding-top: 100px;
}

#AboutSolSecond {
  padding-top: 20px;
}
#contact {
  padding-bottom: 20px;
}
#AboutSolSecond h1 {
  font-size: 25px;
}
#contact {
  padding-bottom: 20px;
}
/* end all section */

/* start nagivation */
.navbar-default {
  border: none;
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
  margin: 0 !important;
  padding: 0;
  background: #dceeef;
}

.navbar-default .navbar-brand {
  padding-top: 4px;
  padding-bottom: 60px;
}
.navbar-default .navbar-nav li a {
  font-size: 15px;
  font-weight: bold;
  line-height: 35px;
  color: #5a5a58;
  font-family: serif;
}
.navbar-default .navbar-nav li a:hover {
  color: rgb(151, 170, 45);
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: rgb(151, 170, 45);
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border: none;
  padding-top: 16px;
}
.navbar-default .navbar-toggle .icon-bar {
  background: #93ca3a;
  border-color: transparent;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
/* end navigation */

/* start home */
#home {
  padding-top: 65px;
}
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  padding: 0;
  position: relative;
  zoom: 1;
  background-color: #371604;
  overflow: hidden;
  margin: 0;
}
.flexslider .slides {
  padding: 0;
  zoom: 1;
}
.flexslider .slides img {
  width: 100%;
  min-width: 648px;
  min-height: 270px;
  display: block;
}
.flexslider .slides > li {
  display: none;
  padding: 0;
  position: relative;
  -webkit-backface-visibility: hidden;
}
.flexslider img {
  position: relative;
  width: 100%;
}
.slider-caption {
  color: white;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  text-transform: uppercase;
  z-index: 7;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}
.flexslider .btn {
  background: #93ca3a;
  border-radius: 0;
  border: 2px solid transparent;
  color: #ffffff;
  font-weight: bold;
  margin: 40px 0 0 0;
  transition: all 0.4s ease-in-out;
  height: 50px;
  width: 250px;
  padding: 12px 10px 10px 10px;
  -webkit-transition: all 0.4s ease-in-out;
}
.flexslider .btn:hover,
.flexslider .btn:focus {
  background: #fff;
  color: #93ca3a;
  border: 2px solid transparent;
}
/* end home */

/* start service */
#service .media {
  padding: 10px;
}
#service .media .fa {
  color: #202020;
  font-size: 40px;
  margin-right: 20px;
}
#service .media .media-heading {
  border-bottom: 2px solid #202020;
  font-weight: 600;
  font-size: 20px;
  padding-bottom: 10px;
}
/* end service */

/* start about */
#about h3 {
  color: rgb(151, 170, 45);
  font-size: 40px;
  padding-bottom: 10px;
}

#about h4 {
  padding-bottom: 10px;
  font-size: 20px;
}
#about .progress {
  border-radius: 4px;
  background: #ffffff;
  height: 6px;
}
#about .progress .progress-bar-danger {
  background: #93ca3a;
}
#about .text-top {
  padding-top: 50px;
}
#about span {
  display: block;
  padding-bottom: 10px;
}
#about small {
  font-weight: bold;
  padding-left: 200px;
}
/* end about */

/*filter css*/
.filter-wrapper {
  width: 100%;
  margin: 0 0 24px 0;
  overflow: hidden;
  text-align: center;
}
.filter-wrapper li {
  display: inline-block;
  margin: 4px;
}
.filter-wrapper li a {
  border: 1px solid #f2f2f2;
  border-radius: 4px;
  color: #999;
  padding: 8px 17px;
  display: block;
  text-decoration: none;
}
/*isotope box css*/
.iso-box-section {
  width: 100%;
  margin: 0 0 24px 0;
}
.iso-box-wrapper {
  width: 100%;
  padding: 0;
  clear: both;
  position: relative;
}
.iso-box {
  position: relative;
  min-height: 50px;
  float: left;
  overflow: hidden;
  margin-bottom: 20px;
}
.iso-box > a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.iso-box > a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.fluid-img {
  width: 100%;
  display: block;
  height: auto;
}
/* end portfolio */

/* start contact */
ul {
  padding-top: 10px;
}
li a {
  color: #ffffff;
  margin-left: 30px;
  font-size: 15;
  font-family: "georgian", sans-serif;
}
li a before {
  text-decoration: none;
}
li a hover:after {
  text-decoration: underline;
  -webkit-transition: all 2s ease-in-out 0s;
}
#contact {
  background-color: #191919;
  color: #ffffff;
}
#contact h3 {
  padding-left: 10px;
  font-weight: 700;
  padding-bottom: 5px;
  padding-top: 5px;
  border-left: 5px solid #93ca3a;
  text-decoration: underline;
}
#contact .fa {
  color: #93ca3a;
  font-size: 18px;
  padding-bottom: 14px;
}
#contact .form-control {
  background: #f2f2f2;
  border-radius: 4px;
  box-shadow: none;
  margin-bottom: 20px;
  transition: all 0.4s ease-in-out;
}
#contact input {
  height: 50px;
}
#contact input[type="submit"] {
  color: #202020;
  font-weight: bold;
  margin-bottom: 80px;
}
#contact input[type="submit"]:hover {
  background: #93ca3a;
}
#contact .form-control::-moz-placeholder {
  color: #666;
  opacity: 1;
}
#contact .form-control:-ms-input-placeholder {
  color: #666;
}
#contact .form-control::-webkit-input-placeholder {
  color: #666;
}
/* end contact */
/* start footer */
footer {
  padding-top: 40px;
  padding-bottom: 20px;
}
footer p {
  line-height: 12px;
}
footer .social-icon {
  top: 0px;
}
/* end footer */

/* start social icon */
.social-icon {
  position: relative;
  padding: 0;
  margin: 0;
  top: 20px;
}
.social-icon li {
  display: inline-block;
  list-style: none;
}
.social-icon li a {
  color: #333;
  font-size: 13px;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.social-icon li a:hover {
  background: #f2f2f2;
}
/* end social icon */

@media only screen and (max-width: 1199px) {
  .flexslider h1 {
    font-size: 30px;
  }
  .flexslider h2 {
    font-size: 24px;
  }
}

/* start templatemo 768 media quires */
@media only screen and (max-width: 768px) {
  .navbar-default .navbar-brand {
    margin-left: 20px;
  }
  .navbar-default .navbar-nav {
    margin: 0;
  }
  .navbar-default .navbar-collapse {
    padding-left: 20px;
    padding-right: 20px;
  }
  .flexslider h1 {
    font-size: 26px;
  }
  .flexslider h2 {
    font-size: 18px;
  }
  .templatemo-slider-btn {
    margin-top: 10px;
    width: 180px;
    height: 40px;
    padding-top: 8px;
  }
}
/* end templatemo 768 media quires */

/* start templatemo 600 media quires */
@media only screen and (max-width: 640px) {
  .flexslider h1 {
    font-size: 20px;
  }
  .flexslider h2 {
    font-size: 14px;
  }
  .templatemo-slider-btn {
    width: auto;
    height: auto;
    padding: 10px 20px;
    margin-top: 10px;
  }
}
/* end templatemo 600 media quires */

/* start templatemo 360 media quires */
@media only screen and (max-width: 360px) {
  #team .col-md-4 {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 360px) {
  .centeredtext {
  }
  .responsive {
    /* border-top:2px solid #d0b740; */
  }
  .imagelogo {
    position: absolute;
  }
}

/* added by me */
.imageontext {
  position: relative;
  text-align: center;
  color: white;
}

/* text on image   */
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
}
.iconbox {
  position: absolute;
  left: 35%;
  top: 92%;
  width: 30%;
  /* transform: translate(-50%, -50%);	 */
  border-top: 2px solid #d0b740;
}

.imagelogo {
  position: absolute;
  top: -573%;
  left: 38%;
  /* filter: brightness(200%); */
  filter: contrast(170%);
  filter: drop-shadow(3px 3px 2px grey);
}

.titlebelowicon {
  position: absolute;
  left: 50%;
  top: 150%;
  transform: translate(-50%, -50%);
  border-bottom: 2px solid #d0b740;
  width: 100%;
}

.centeredtext {
  position: absolute;
  top: 40%;
  left: 20%;
  transform: translate(-50%, -50%);
  color: #ecbdbdc2;
}
.downline {
  position: absolute;
  top: 330%;
  left: 13%;
  width: 165%;
  border-top: 2px solid #d0b740;
  border-bottom: 2px solid #d0b740;
}
/* end */

/* starts */
.Dbtn {
  border: 2px solid #ffffff;
  font-size: 20px;
  padding: 10px;
  background-color: #00000008;
  color: #fff;
  position: absolute;
  top: 205%;
  left: 30%;
}
.Dbtn:hover {
  background-color: #ffffff;
  color: #000000;
  border: none;
}
/* end */

/* start download Button styling */
.btn {
  background-color: rgb(151, 170, 45);
  border: none;
  color: white;
  padding: 12px 30px;
  cursor: pointer;
  border-radius: 2px;
}

/* Darker background on mouse-over */
.btn:hover {
  background-color: rgb(151, 170, 45);
}
/* end download Button styling */

.tab {
  overflow: hidden;
  margin-left: 5px;
}

#tab2 h2 {
  font-size: 20px;
}
#tab2 p {
  font-size: 15px;
}
#tab1 h2 {
  font-size: 20px;
}

#tab1 h1 {
  font-size: 25px;
}

#tab2 h1 {
  font-size: 25px;
}

#tab3 h1 {
  font-size: 25px;
}
/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: rgb(151, 170, 45);
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  border-radius: 5px 5px;
  transition: 0.3s;
  color: #ffffff;
  font-size: 17;
  margin-right: 2px;
  font-family: sans-serif;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: rgb(151, 170, 45);
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #d4e6f1;
  color: #000;
  font-size: 20;
  font-family: sans-serif;
}

/* Style the tab content */
.tabcontent {
  display: none;
  border-top: none;
  padding-bottom: 50px;
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
}

@-webkit-keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
  .mySlides {
    display: none;
  }
}

/* Extra Things */
body {
  background: #eee;
  font-family: "georgian", sans-serif;
}
h3 {
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  margin-top: 50px;
}
h3 i {
  color: #444;
}
/* end templatemo 360 media quires */