* {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

body {
  /*background-color:   #87CEEB;*/
  background-color: #A8D0E6;
}
nav{
  position: fixed;;
  width: 100%;
 
   top:0px;

  /*background-color: #190E99;*/
  background-color: #022e5f;
  padding-bottom: 10px;
  z-index: 9999;
 
}

#imglogo{
  display: flex;
  background-color: #fff;
  padding-left: 30px;
  margin-bottom: 10px;
}
#imglogo .company{
  margin : 30px  10px;
  color:#022e5f;
}
nav img{
  width: 150px;
 border-radius: 10%;
  margin-right: 50px;
 
  
  /*display: inline;*/
}

ul {
    margin-right: 100px;
    display: inline;
}

ul li {
  list-style: none;
  display: inline-block;
 /* float: left; 
  line-height: 60px;*/

}


ul li a {
  display: block;
  font-size: 20px;
  /*font-family: arial;*/
  font-family: sans-serif;
  color: #FFFFFF;
  padding: 0 20px;

}

ul li a:hover {
  color: #D0133D;
}
#GeneralContainer{
  margin-top: 20px;
  border-bottom: 1px double  rgb(77, 85, 117);
}
#GeneralContainer Img{
  max-width: 40px;

}
#GeneralContainer .info{
 margin-top: 50px;

}


.txt{
  text-align: justify;
  font-size: 15px;
  font-weight: 400;
  color: #727272;
  line-height: 28px;
  margin-bottom: 6px;
}
#contentArea{
  margin-top: 130px;
  padding-left: 30px;
  padding-right: 30px;
  background-color:#A8D0E6 ;

  

}

/*google map */
.col-12{
  margin-left: 25px;
}
#h2contact
{
  margin-top:20px; 
  margin-bottom:20px
}
.contact-info {
  
  margin-left: 25px;
}

.contact-info__icon {
  margin-right: 20px;
}

.contact-info__icon i, .contact-info__icon span {
  color: #8f9195;
  font-size: 27px;
}

.contact-info .media-body h3 {
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 20px;
 
  color: #2a2a2a;
}

.contact-info .media-body h3 a:hover {
  color: #ff5e13;
}

.contact-info .media-body p {
  color: #0c0c0c;
  margin-bottom: 0;
}


.contact-title {
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 30px;
  margin-top: 50px;
}

.form-contact label {
  font-size: 14px;
}

.form-contact .form-group {
  margin-bottom: 30px;
}

.form-contact .form-control {
  border: 1px solid #e5e6e9;
  border-radius: 0px;
  height: 48px;
  padding-left: 18px;
  font-size: 14px;
  
  background: transparent;
}

.form-contact .form-control:focus {
  outline: 0;
  box-shadow: none;
}

.form-contact .form-control::placeholder{
  font-weight: 400;
  color: #0c0c0c;
}
.select{
  font-weight: 400;
  height: 48px;
  font-size: 14px;
  color: #0c0c0c;
  display: block;
  padding: .6em 1.4em .5em .8em;
  background-color:inherit;
   border: 1px solid #e5e6e9;
  border-radius: 0px;

  width: 100%;
}

.form-contact textarea {
  border-radius: 0px;
  height: 100% !important;
}


.txt{
  text-align: justify;
  font-size: 15px;
  font-weight: 400;
  color: #727272;
  line-height: 28px;
  margin-bottom: 6px;
}

.address{
  font-size: 15px;
  font-weight: 400;
  color: #727272;
  line-height: 28px;
  margin-bottom: 6px;
}

.address h3 {
  font-size: 22px;
  color: rgb(77, 85, 117);
  font-weight: 300;
  margin-bottom: 23px;
}

.office{
  color:#022e5f;
  font-weight: bolder;
}

a:focus,
.button:focus, button:focus {
  text-decoration: none;
  outline: none;
}

.boxed-btn {
  background: #022e5f;
  color: #fff;
  display: inline-block;
  padding: 18px 44px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  border: 0;
  border: 1px solid #FFF;
  letter-spacing: 3px;
  text-align: center;
  /*color: #5DB2FF !important;*/
  text-transform: uppercase;
  cursor: pointer;
}

.boxed-btn:hover {
  background: #5DB2FF;
  color: #fff !important;
  border: 1px solid #5DB2FF;
}

.boxed-btn:focus {
  outline: none;
}

.boxed-btn.large-width {
  width: 220px;
}



/*Services */
#services {
  padding: 60px 0 0 0;
}

#services .box {
  padding: 20px;
  margin-bottom: 40px;
  background: inherit;
  transition: 0.4s;
  border: 2px solid #dedede;
}

#services .box:hover {
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  background: rgb(242, 242, 245);
}

#services .box .icon {
  display: block;
  width: 100%;
  text-align: center;
  padding: 15px;
}

#services .box .icon i {
  color: #444;
  font-size: 44px;
  transition: 0.5s;
  line-height: 0;
  margin-top: 0px;
}

#services .box .icon i:before {
  background:  #022e5f;;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#services .box h4 {
  margin-left: 100px;
  font-weight: 700;
  margin-bottom: 24px;
  font-size: 22px;
  display: block;
  width: 100%;
  text-align: center;
  float: left;
  margin: 0;
}

#services .box h4 a {
  color: #444;
}

#services .box p {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  display: block;
  margin: 0;
  padding-top: 15px;
}

@media (max-width: 767px) {
  #services .box .box {
    margin-bottom: 20px;
  }
  #services .box .icon {
    float: none;
    text-align: center;
    padding-bottom: 15px;
  }
  #services .box h4, #services .box p {
    margin-left: 0;
    text-align: center;
  }
}

/* Clients Section
--------------------------------*/
#clients {
  padding: 60px 0;
}

#clients img {
  max-width: 100%;
  opacity: 0.5;
  transition: 0.3s;
  padding: 15px 0;
}

#clients img:hover {
  opacity: 1;
}

#clients .owl-nav, #clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#clients .owl-dot.active {
  background-color: #596bf3;
}
