#container {
  position: relative;
  text-align: center;
  color: white;
}
.top-left {
  position: absolute;
  top: 8px;
  left: 16px;
}
.top-right {
  position: absolute;
  top: 8px;
  right: 16px;
}
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FB8C00;
  letter-spacing: 2px;
  font-weight: 550;
  font-family: Georgia;
  font-size: 45px;
  
}
ul li a {
  color: white;
  text-decoration: none;
  letter-spacing: 1px;
  padding: 2px 15px;
  transition: 0.3s;
  font-size: 20px;
  font-family: Georgia;
  margin-top: 4px;
  text-decoration: none;
  color: inherit;
}
ul li a:hover {
  color:white ;
}
.bottom-left {
  position: absolute;
  top: 520px;
  left: 16px;
  z-index: -1;
}

/*end top part */
.service h1 span {
  color: #ef6c00;
  letter-spacing: 2px;
  border-bottom: solid 3px #ef6c00;
  font-family: Georgia;
}
.service {
  background-image: url('photos/dot-2.png');
  background-position: right;
  background-repeat: no-repeat;
  font-family: Georgia;
}

.service1 h1 span {
  color: #ef6c00;
  letter-spacing: 2px;
  border-bottom: solid 3px #ef6c00;
  font-family: Georgia;
}
.service1 {
  background-image: url('photos/dot-2.png');
  background-position: left;
  background-repeat: no-repeat;
  font-family: Georgia;
}
.card-title {
  font-family: Open Sans;
  letter-spacing: 1px;
}
#title {
  text-align: left;
  color: red;
  font-weight: bold;
  font-family: sans-serif;
}
#title span {
  color: #263238;
}
.card-subtitle {
  text-align: left;
  font-size: 18px;
}
.card-text {
  text-align: left;
  font-family: sans-serif;
}
#image {
  height: 500px;
}
#img1 {
  height: 210px;
}
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}
.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

#card1 {
  height: 165px;
}
/*#card1:hover {
  background-color: #f57c00;
  color: white;

}*/
.content {
  margin-top: 20px;
}
#btn {
  background-color: #f57c00;
  border-color: #f57c00;
  width: 120px;
  margin-top: -20px;
}
#title1 {
  text-align: left;
  font-weight: bold;
  font-family: sans-serif;
}
.checked {
  color: orange;
}
.text {
  margin-right: 30px;
}
.text p {
  color: white;
  font-size: 18px;
  font-family: Georgia;
  margin-top: 5px;
}
#button {
  background-color: #f57c00;
  border-color: #f57c00;
  width: 100%;
}
.semicircle {
  position: absolute;
  left: 6%;
  transform: translate(-50%, -50%);
  height: 170px;
  width: 200px;
  border-radius: 150px 150px 0 0;
  background-color: #f57c00;
  z-index: -1;
}
.semicircle1 {
  position: absolute;
  right: -6.6%;
  transform: translate(-50%, -50%);
  height: 170px;
  width: 200px;
  border-radius: 150px 150px 0 0;
  background-color: #f57c00;
  z-index: -1;
}
.footer-dark {
  padding: 0px 0;
  color: #f0f9ff;
  background-color: #282d32;
}
.footer-dark h2 {
  margin-top: 30px;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 28px;
  font-family: 'PT Sans', sans-serif;
}
.footer-dark ul {
  padding: 0;
  list-style: none;
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 0;
}
.footer-dark ul a {
  color: inherit;
  text-decoration: none;
  opacity: 0.6;
}
.footer-dark ul a:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .footer-dark .item:not(.social) {
    text-align: center;
    padding-bottom: 20px;
  }
}
.footer-dark .item.text {
  margin-bottom: 36px;
}
@media (max-width: 767px) {
  .footer-dark .item.text {
    margin-bottom: 0;
  }
}
.footer-dark .item.text p {
  opacity: 0.6;
  margin-bottom: 0;
}
.footer-dark .item.social {
  text-align: center;
}
@media (max-width: 991px) {
  .footer-dark .item.social {
    text-align: center;
    margin-top: 20px;
  }
}
.footer-dark .item.social > a {
  font-size: 20px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4);
  margin: 0 8px;
  color: #fff;
  opacity: 0.75;
}
.footer-dark .item.social > a:hover {
  opacity: 0.9;
}
.footer-dark .copyright {
  text-align: center;
  padding-top: 24px;
  opacity: 0.3;
  font-size: 13px;
  margin-bottom: 0;
}
@media (min-width: 300px) and (max-width: 350px) {
  .semicircle {
    display: none;
  }
  .semicircle1 {
    display: none;
  }
 .top-left{
  position: absolute;
  top:180px;
  left: 50px;
  
 }
  .card{
    margin-top:20px
  }
  #btn{
    margin-top:10px
  }
  .centered{
    font-size:25px ;
  }
  #logo{
    display: none;
  }
}
/*meduim mobile phones*/
@media (min-width: 350px) and (max-width: 400px) {
  .semicircle {
    display: none;
  }
  .semicircle1 {
    display: none;
  }
  .top-left{
    position: absolute;
    top:180px;
    left: 70px;
    
   }
  .card{
    margin-top:20px
  }
  #btn{
    margin-top:10px
  }
  .centered{
    font-size:30px ;
  }
  #logo{
    display: none;
  }
}
/*large mobile phones*/
@media (min-width: 400px) and (max-width: 500px) {
  .semicircle {
    display: none;
  }
  .semicircle1 {
    display: none;
  }
  .top-left{
    position: absolute;
    top:180px;
    left: 110px;
    
   }
  .card{
    margin-top:20px
  }
  #btn{
    margin-top:10px
  }
  .centered{
    font-size:33px ;
  }
  #logo{
    display: none;
  }
}
/*tablet*/

/*tablet mode*/
@media (min-width: 600px) and (max-width: 800px) {
  .semicircle {
    display: none;
  }
  .semicircle1 {
    display: none;
  }
  #btn{
    width: 85px;
  }
 
}
@media (min-width: 800px) and (max-width: 1050px) {
  .semicircle {
    display: none;
  }
  .semicircle1 {
    display: none;
  }
  
}
