
#GeneralContainer{
    margin-top: 20px;
    border-bottom: 1px double  rgb(77, 85, 117);
}
#GeneralContainer Img{
    max-width: 100%;

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

}
.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;
  }




/* Services area */
.service_area {
 
    padding-bottom: 30px;
  }
  
  
  .service_area.minus_padding {
    padding-bottom: 0;
  }
  
  
  .service_area .single_service {
    padding: 30px;
    border: 1px solid #E8E8E8;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: 30px;
  }
  
  .service_area .single_service .service_icon {
    line-height: 94px;
    text-align: center;
    width: 98px;
    height: 98px;
    margin: auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #0181f5;
    /* Old browsers */
    background: -moz-linear-gradient(top, #0181f5 0%, #5db2ff 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #0181f5 0%, #5db2ff 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #0181f5 0%, #5db2ff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0181f5', endColorstr='#5db2ff',GradientType=0 );
    /* IE6-9 */
  }
  
  .service_area .single_service h3 {
    font-size: 22px;
    color: #022e5f;
    font-weight: 300;
    margin-top: 35px;
    margin-bottom: 23px;
  }
  
  .service_area .single_service p {
    font-size: 15px;
    font-weight: 400;
    color: #727272;
    line-height: 28px;
    margin-bottom: 6px;
  }
  
  .service_area .single_service a.learn_more {
    color: #5DB2FF;
    font-weight: 400;
    font-size: 15px;
  }
  
  .service_area .single_service:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.04);
    border-color: transparent;
  }
  
  .service_area .col-xl-4:nth-child(2) .single_service .service_icon {
    background: #00d363;
    /* Old browsers */
    background: -moz-linear-gradient(top, #00d363 0%, #37ef8d 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #00d363 0%, #37ef8d 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #00d363 0%, #37ef8d 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d363', endColorstr='#37ef8d',GradientType=0 );
    /* IE6-9 */
  }
  
  .service_area .col-xl-4:nth-child(3) .single_service .service_icon {
    background: #fd8e5e;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fd8e5e 0%, #fd8e5e 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fd8e5e 0%, #fd8e5e 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fd8e5e 0%, #fd8e5e 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd8e5e', endColorstr='#fd8e5e',GradientType=0 );
    /* IE6-9 */
  }
  
  .service_area .col-xl-4:nth-child(4) .single_service .service_icon {
    background: #615cfd;
    /* Old browsers */
    background: -moz-linear-gradient(top, #615cfd 0%, #d465ef 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #615cfd 0%, #d465ef 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #615cfd 0%, #d465ef 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#615cfd', endColorstr='#d465ef',GradientType=0 );
    /* IE6-9 */
  }
  

  .service_area .col-xl-4:nth-child(6) .single_service .service_icon {
    background: #a64eee;
    /* Old browsers */
    background: -moz-linear-gradient(top, #a64eee 0%, #3c35ce 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #a64eee 0%, #3c35ce 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #a64eee 0%, #3c35ce 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a64eee', endColorstr='#3c35ce',GradientType=0 );
    /* IE6-9 */
  }

  /* Team Area */
  .section_title h3 {
    font-size: 46px;
    font-weight: 300;
    line-height: 76px;
    color: #022e5f;
    position: relative;
    z-index: 0;
    padding-bottom: 15px;
  }
  
@media (max-width: 767px) {
    .section_title h3 {
      font-size: 30px;
      line-height: 36px;
    }
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .section_title h3 {
      font-size: 36px;
      line-height: 42px;
    }
  }
  
  @media (max-width: 767px) {
    .section_title h3 br {
      display: none;
    }
  }
  
  .section_title p {
    font-size: 16px;
    color: #727272;
    line-height: 28px;
    margin-bottom: 0;
    font-weight: 400;
  }
  
  @media (max-width: 767px) {
    .section_title p br {
      display: none;
    }
  }
  
  .mb-50 {
    margin-bottom: 50px;
  }
  
  @media (max-width: 767px) {
    .mb-50 {
      margin-bottom: 40px;
    }
  }


  .team_area {
   
    padding-bottom: 100px;
  }
  
  .team_area.minus_padding {
    padding-top: 50px;
  }
  
  @media (max-width: 767px) {
    .team_area {
      padding-top: 50px;
      padding-bottom: 50px;
    }
  }
  
  .team_area .border_bottom {
    border-bottom: 1px solid #E8E8E8;
  }
  
  .team_area .border_bottom .single_team {
    margin-bottom: 60px;
  }
  
  .team_area .border_bottom .single_team .team_thumb {
    overflow: hidden;
    margin-bottom: 26px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  
  .team_area .border_bottom .single_team .team_thumb img {
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  
  .team_area .border_bottom .single_team .team_info h3 {
    font-size: 24px;
    font-weight: 300;
    color: #2C2C2C;
  
  }
  
  .team_area .border_bottom .single_team .team_info p {
    font-size: 13px;
    font-weight: 300;
    color: #2C2C2C;
    margin-top: 6px;
    margin-bottom: 8px;
  }
  
  .team_area .border_bottom .single_team .team_info .social_link li {
    display: inline-block;
  }
  
  .team_area .border_bottom .single_team .team_info .social_link li a {
    font-size: 15px;
    color: #C7C7C7;
    margin: 0 5px;
  }
  
  .team_area .border_bottom .single_team .team_info .social_link li a:hover {
    color: #5DB2FF;
  }
  
  .team_area .border_bottom .single_team:hover .team_thumb img {
    width: 100%;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  /*information area */
  .Information_area {
    background-image: url(../images/info_banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 162px 0;
  }
  
  @media (max-width: 767px) {
    .Information_area {
      padding: 100px 0;
    }
  }
  
  .Information_area .info_text h3 {
    font-size: 46px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 0;
  }
  
  @media (max-width: 767px) {
    .Information_area .info_text h3 {
      font-size: 30px;
    }
  }
  
  .Information_area .info_text p {
    font-size: 15px;
    font-weight: 400;
    color: #E8E8E8;
    margin: 25px 0;
  }
  
  .Information_area .info_text a.boxed-btn3 {
    padding: 14px 40px;
  }
  
  
  .overlay {
    position: relative;
    z-index: 0;
  }
  
  
  .overlay::before {
    position: absolute;
    content: "";
    background: rgb(77, 85, 117);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .7;
  }
  
  
 
  .copy-right_text {
    padding-bottom: 30px;
    background: inherit;
  }
  
  .copy-right_text .footer_border {
    border-top: 1px solid #E8E8E8;
    padding-bottom: 30px;
  }
  
  .copy-right_text .copy_right {
    font-size: 15px;
    color: #919191;
    margin-bottom: 0;
    font-weight: 500;
  }
  
  @media (max-width: 767px) {
    .copy-right_text .copy_right {
      font-size: 13px;
    }
  }
  
  .copy-right_text .copy_right a {
    color: #5DB2FF;
  }
  

  /* Style the list */
ul.breadcrumb {
  padding: 10px 10px;
  list-style: none;
  background-color: inherit;
  
}

/* Display list items side by side */
ul.breadcrumb li {
  display: inline;
  font-size: 12px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
  color: #022e5f;
  text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}

  /* COMPACT CAPTCHA */

.capbox {
	background-color: #A8D0E6;
	background-image: linear-gradient(#022e5f, #9E9E9E);
	border: #022e5f 0px solid;
	border-width: 2px 2px 2px 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: inline-block;
	padding: 5px 8px 5px 8px;
	border-radius: 4px 4px 4px 4px;
	}

.capbox-inner {
	font: bold 12px arial, sans-serif;
	color: #E3E3E3;
	background-color: #022e5f;
	margin: 0px auto 0px auto;
	padding: 3px 10px 5px 10px;
	border-radius: 4px;
	display: inline-block;
	vertical-align: middle;
	}

#CaptchaDiv {
	color: #000000;
	font: normal 25px Impact, Charcoal, arial, sans-serif;
	font-style: italic;
	text-align: center;
	vertical-align: middle;
	background-color: #A8D0E6;
	user-select: none;
	display: inline-block;
	padding: 3px 14px 3px 8px;
	margin-right: 4px;
	border-radius: 4px;
	}

#CaptchaInput {
	border: #022e5f 2px solid;
  margin: 3px 0px 1px 0px;
  height: 30px;
  width: 105px;
  font: normal 20px Impact, Charcoal, arial, sans-serif;
	}
