/*
 * Template Name: Unify - Responsive Bootstrap Template
 * Description: Business, Corporate, Portfolio, E-commerce, Blog and One Page Template.
 * Version: 1.9.2
 * Author: @htmlstream
 * Website: http://htmlstream.com
*/

/*Import Global Compulsory CSS Files*/
@import url(app.css);
@import url(blocks.css);

/*Import CSS Plugins*/
@import url(plugins/style-switcher.css);

* {
	border-radius: 0;
}

body {
 color: #333;
 font-size: 13px;
 line-height: 1.6;
}

body.header-fixed-space {
  padding-top: 94px;
}
body.header-fixed-space-v2 {
	padding-top: 135px;
}

@media (max-width: 991px) {
	body.header-fixed-space,
	body.header-fixed-space-v2 {
		padding-top: 0;
	}
}

p,
li,
li a,
label {
 color: #555;
}

a {
 color: #00A0E0;
 text-decoration: none;
}

a,
a:focus,
a:hover,
a:active,
button,
button:hover {
	outline: 0 !important;
}

a:focus {
text-decoration: none;
}
a:hover {
 color: #00A0E0;
 text-decoration: underline;
}

/*Boxed Layout
------------------------------------*/
.wrapper {
	background: #fff;
}

.boxed-layout {
  padding: 0;
  box-shadow: 0 0 5px #ccc;
  margin-left: auto !important;
  margin-right: auto !important;
  background: url(../img/patterns/15.png) repeat;
}

/*Hiding arrows for select field in IE*/
select::-ms-expand {
  display: none;
}

.our_service_bl span.item{
	font-size: 26px;
    margin-top: 10px;
    margin-right: 5px;
    display: inline-block;
    float: left;
    color: #00A0E0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #00A0E0;
}

.our_service_bl span.item span{
	text-align: center;
    line-height: 56px;
    display: block;
}

.our_service_bl h2{
  font-weight: 600;
}

.form_field{
  position: relative;
}

.modal-content {
      border: 4px solid #00A0E0;
     padding: 25px;
     border-bottom: 0;
    font-family: "Open Sans", Arial, sans-serif;
}
.modal-content lable{
  font-weight: 600;
    font-size: 15px !important;
}
.modal-content lable i{
  
  font-size: 19px;
    font-style: normal;
    margin-left: 2px;
    font-weight: normal !important;
    position: relative;
    top: 3px;
}

.modal-content p{
        color: #868686 !important;
    margin-bottom: 5px;
    line-height: 21px;
    margin-top: 23px;}
.modal-content h4{
   text-align: center;
}
.modal-header{
  border-bottom: 0;
  padding: 0;
}

.modal-header .close {
    /* margin-top: -13px; */
    position: relative;
    top: -39px;
    left: 39px;
    background: #000;
    height: 25px;
    width: 25px;
    opacity: inherit;
    color: #fff;
    border-radius: 50px;
    border: 2px solid #fff;
}

.btn_mail_sub{
  text-align: center;
}

.btn_mail_sub .btn {
      margin: auto;
    width: 186px;
    text-align: center;
    background: #00A0E0;
    margin-top: 14px;
    color: #fff;
    border-radius: 8px;
    font-size: 18px;
    padding: 6px;
    border: none;
    border-radius:0px;
}

@media (min-width: 768px){
.modal-dialog {
    width: 515px;
    margin: 30px auto;
}
}