/*
Theme Name: caretact
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, red, white, yellow, dark, light, one-column, two-columns, right-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: caretact

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */


body{
    transition: all 0.6s ease 0s;
}
@font-face {
    font-family: Lato-Light;
    src: url(fonts/Lato-Light.ttf);
}
@font-face {
    font-family: OpenSans-Regular;
    src: url(font/OpenSans-Regular.ttf);
}
div{
    font-family: Lato-Light;
}
.servicsingel
{
	font-family:OpenSans-Regular;}
a, a:hover, a:focus{
  outline: none;
  text-decoration: none;
}

.navbar-brand {
  float: left;
  font-size: 18px;
  height: auto;
  line-height: 20px;
  padding: 15px 0;
}
.header-top-bar {
    background: hsl(0, 0%, 100%) none repeat scroll 0 0;
    overflow: hidden;
    padding:25px 0 12px;
}
.search-box {
  display: none;
  position: absolute;
  right: 0;
  top: 53px;
}
.search-box input {
  background: hsl(0, 0%, 100%) none repeat scroll 0 0;
  border: medium none;
  color: hsl(0, 0%, 0%);
  padding: 3px 10px;
}
.btn-group button {
    background: hsla(0, 0%, 0%, 0) none repeat scroll 0 0;
    border: medium none;
}
.home-main {
  clear: both;
  display: block;
  height: 520px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
/*------------------header---------------------*/

.navbar-brand img {
  max-width: 225px;
  width: 100%;
}
section#home-header {
  border-bottom: 1px solid hsl(0, 0%, 50%);
  color: hsl(0, 0%, 100%);
background:hsl(236, 24%, 22%) none repeat scroll 0 0;
  position: relative;
  z-index: 999;
}
section#home-header nav {
    background: hsla(0, 0%, 0%, 0) none repeat scroll 0 0;
    border: medium none;
    margin-bottom: 0;
}
section#home-header nav li a {
  color: hsl(0, 0%, 100%);
  font-size: 15px;
  letter-spacing: 1px;
  margin: 0 14px;
  padding: 10px 0;
  text-transform: uppercase;
  transition: all 0.5s ease 0s;
}
.nav.navbar-nav.navbar-right {
  margin-top: 30px;
}


/*------------------BANNEr---------------------*/

section#hm-banner h2::before {
  background-color: hsl(0, 0%, 100%);
  content: " ";
  display: inline-block;
  height: 1px;
  margin: 0 20px 8px 0;
  text-shadow: none;
  width: 190px;
}
section#hm-banner h2::after {
  background-color: hsl(0, 0%, 100%);
  content: " ";
  display: inline-block;
  height: 1px;
  margin: 0 0 8px 20px;
  text-shadow: none;
  width: 190px;
}
section#hm-banner h2 {
  color: hsl(0, 0%, 100%);
  font-size: 32px;
  margin: 0;
  padding: 42px 0 50px;
  text-align: center;
  width: 100%;
}
.get-st {
  padding-top: 30px;
}
.get-st a {
  border: 3px solid hsl(145, 43%, 49%);
  color: hsl(0, 0%, 100%);
  display: inline-block;
  padding: 10px 35px;
  text-transform: uppercase;
}
section#hm-banner h1 {
  font-size: 44px;
  line-height: 55px;
  margin: 0;
  text-transform: capitalize;
}
section#hm-banner .carousel-caption {
  left: 20%;
  padding-bottom: 30px;
  right: 20%;
  top: 27%;
}
section#hm-banner img {
  width: 100%;
}
section#hm-banner {
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.banner-btn {
  background: hsl(0, 8%, 10%) none repeat scroll 0 0;
  border: 1px solid hsl(0, 0%, 100%);
  border-radius: 1px;
  color: hsl(0, 0%, 100%) !important;
  display: inline-block;
  font-size: 17px;
  padding: 10px 28px;
  transition: all 0.5s ease 0s;
}
.banner-btn:hover{
  background: #fff;
  color: #000!important;
}
.in-more2 a{
  border: 1px solid hsl(0, 8%, 10%);
  border-radius: 1px;
  color: #000!important;
  display: inline-block;
  font-size: 17px;
  padding: 10px 28px;
  transition: all 0.5s ease 0s;
}
.in-more2 {
  display: block;
  margin: 40px auto 0;
  text-align: center;
}
section#hm-banner p {
    font-size: 20px;
    padding: 10px 0 90px;
}
.in-more2 a:hover{
  background: hsl(0, 8%, 10%) none repeat scroll 0 0;
  color: #fff!important;
}

/*================================dhgkjfg================*/
.get-touch span {
  color: #47b475;
}
.get-touch h2 {
  font-weight: bold;
 
}
.get-touch p {
  font-size: 17px;
  padding-left: 3px;
}
.get-st2 a {
  background: hsl(145, 43%, 49%) none repeat scroll 0 0;
  border-radius: 1px;
  color: hsl(0, 0%, 100%);
  display: inline-block;
  font-size: 15px;
  padding: 12px 23px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 12px;
}
.get-st2 {
  display: block;
  margin: 25px auto 0;
  text-align: center;
}
.get-touch {
  border-bottom: 1px solid hsl(0, 0%, 50%);
  padding:10px 0 0;
}
.need-cnt {
  padding-left: 30px;
        top: -14px;
		position:relative;
}
/*
.what-cnt.text-center i {
    background: hsl(145, 43%, 49%) none repeat scroll 0 0;
    border-radius: 100px;
    color: #fff;
    font-size: 28px;
    height: 61px;
    line-height: 22px;
    margin-top: 13px;
    padding: 20px;
    width: 61px;
    transition: all 0.5s ease 0s;
}
*/
.what-cnt.text-center i {
  background: hsl(145, 43%, 49%) none repeat scroll 0 0;
  border-radius: 100px;
  color: hsl(0, 0%, 100%);
  font-size: 28px;
  height: 61px;
  line-height: 61px;
  margin-right: 0;
  margin-top: 13px;
  transition: all 0.5s ease 0s;
  width: 61px;
}
.what-cnt.text-center h4 {
  font-size: 24px;
  font-weight: bold;
  margin: 9px 0;
}
.what-we .row > div:hover i {
    background: #fff;
    color: hsl(145, 43%, 49%);
	
}

.what-img {
  height: 195px;
  overflow: hidden;
  width: 100%;
}
.get-st3 {
  margin-top: 12px;
}
.what-img img{
  width: 100%;
}
.what-cnt.text-center p {
  font-size: 17px;
  line-height: 21px;
  padding: 0 15px;
}
/*
.get-st3 a {
  background: hsl(145, 43%, 49%) none repeat scroll 0 0;
  border-radius: 2px;
  color: hsl(0, 0%, 100%);
  display: inline-block;
  font-size: 17px;
  font-weight: bold;
  padding: 10px 32px;
}
*/
.get-st3 a {
  background: hsl(145, 43%, 49%) none repeat scroll 0 0;
  border-radius: 2px;
  color: hsl(0, 0%, 100%);
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  padding: 7px 29px;
}




/*=======================WHAT We Do========================*/
.what-we {
  border-bottom: 1px solid hsl(0, 0%, 50%);
  padding: 60px 0;
  background: #f4f4f4 !important;
}
.wha.text-center {
  font-weight: bold;
  letter-spacing: 2px;
  margin: 0 0 60px;
}
.wha.text-center::after {
  background: hsl(0, 0%, 0%) none repeat scroll 0 0;
  content: "";
  height: 1px;
  left: 36%;
  margin: 17px;
  position: absolute;
  width: 60px;
}
.wha.text-center::before {
  background: hsl(0, 0%, 0%) none repeat scroll 0 0;
  content: "";
  height: 1px;
  right: 36%;
  margin: 17px;
  position: absolute;
  width: 60px;
}

/*=====================what-our-Clients=====================*/
.what-our-Clients h2 {
  font-weight: bold;
  letter-spacing: 2px;
  margin: 0 0 35px;
}
.what-cnt.text-center {
    margin-bottom: 23px;
    padding: 9px 9px;
    margin: 0 auto;
}
.what-our-Clients h2::after {
  background: #fff;
  content: "";
  height: 1px;
  left: 28%;
  margin: 17px;
  position: absolute;
  width: 60px;
}
.what-our-Clients h2::before {
  background:  #fff;
  content: "";
  height: 1px;
  right: 28%;
  margin: 17px;
  position: absolute;
  width: 60px;
}
.what-our-Clients {
  background-image: url("./images/mar.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0px 0 0 0;
}
.what-our-Clients-in.text-center {
    background: hsla(236, 24%, 22%, 0.89) none repeat scroll 0 0;
    color: hsl(0, 0%, 100%);
    padding: 85px 0;
}
.what-our-Clients-in.text-center i {
  color: hsl(145, 43%, 49%);
  font-size: 35px;
}
.what-our-Clients-in.text-center h5 {
    color: hsl(145, 43%, 49%);
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 40px;
}
.what-our-Clients-in.text-center p {
  font-size: 18px;
  padding: 0;
}


/*----------------hm-cnt1-------------*/

section#hm-cnt1 h2 {
  font-weight: bold;
  letter-spacing: 2px;
  margin: 0 0 80px;
}
section#hm-cnt1 h2::after {
  background: #000;
  content: "";
  height: 1px;
  left: 31%;
  margin: 17px;
  position: absolute;
  width: 60px;
}
section#hm-cnt1 h2::before {
  background:  #000;
  content: "";
  height: 1px;
  right: 31%;
  margin: 17px;
  position: absolute;
  width: 60px;
}

section#hm-cnt1 {
    padding: 65px 0 60px 0;
}
.hm-cnt-in i {
    color: hsl(30, 87%, 63%);
    font-size: 45px;
    margin-bottom: 15px;
}
.hm-cnt-in.text-center img {
  margin: 0 auto;
}
.hm-cnt-in h3 {
  font-size: 25px;
  font-weight: bold;
  margin: 20px 0;
}
.hm-cnt-in p {
  font-size: 15px;
  font-weight: 300;
  line-height: 23px;
  margin-bottom: 0;
}
.hm-cnt-in.text-center .row > div {
  padding: 0;
}
.lorem-box {
  border-left: 1px solid hsl(0, 0%, 50%);
  border-right: 1px solid hsl(0, 0%, 50%);
  padding: 0 20px;
}
.lorem-box2 {
    padding: 0 20px;
    margin-bottom: 30px;
}
.more a {
  border-bottom: 2px solid hsl(145, 43%, 49%);
  color: hsl(145, 43%, 49%);
  display: inline-block;
  font-size: 19px;
  font-weight: bold;
  padding-bottom: 3px;
}
.more {
    margin-top: 40px;
}


/*========================doctor-other==========================*/

/*section#doctor-other {
  background-image: url("./images/mar2.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 370px;
}*/
section#doctor-other {
    background-image: url(./images/mar2.jpg);
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 85px 0;
}
.doctor-other-in {
  padding-top: 50px;
}
.doctor-other-in h2 {
  font-size: 28px;
  font-weight: bold;
  margin: 0 0 10px;
}
.doc-more a {
  border: 2px solid hsl(145, 43%, 49%);
  border-radius: 2px;
  color: hsl(145, 43%, 49%);
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  padding: 6px 26px;
}
.doc-more{
  margin-top: 35px;
}
.doctor-other-in p {
  font-size: 15px;
  line-height: 21px;
}


/*======================Get-inner======================*/
.form-inner {
  margin: 60px auto 0 auto;
  width: 80%;
}
#get-inner h2 {
  font-weight: bold;
  letter-spacing: 2px;
  margin: 0 0 10px;
}
section#get-inner {
  padding: 70px 0;
}
#get-inner h2::after {
  background: #000;
  content: "";
  height: 1px;
  left: 36%;
  margin: 20px;
  position: absolute;
  width: 60px;
}
#get-inner p {
  font-size: 17px;
}
.form-inner input {
  border: 1px solid hsl(0, 0%, 50%);
  border-radius: 3px;
  color: hsl(0, 0%, 0%);
  height: 50px;
  margin-bottom: 20px;
  padding: 10px;
  width: 100%;
}
.form-inner textarea {
  border: 1px solid hsl(0, 0%, 50%);
  border-radius: 3px;
  color: hsl(0, 0%, 0%);
  height: 160px;
  margin-bottom: 20px;
  padding: 10px;
  resize: none;
  width: 100%;
}
#get-inner h2::before {
  background: hsl(0, 0%, 0%) none repeat scroll 0 0;
  content: "";
  height: 1px;
  margin: 20px;
  position: absolute;
  right: 36%;
  width: 60px;
}
.submit-btn a {
  /*background: hsl(145, 43%, 49%) none repeat scroll 0 0;*/
  border-radius: 3px;
  color: hsl(0, 0%, 100%);
  display: inline-block;
  font-size: 17px;
  font-weight: bold;
  padding: 13px 30px;
}
.submit-btn a .Submit
{
  background: hsl(145, 43%, 49%) none repeat scroll 0 0;
  color: hsl(0, 0%, 100%);
 
}
.submit-btn {
  display: block;
  margin: 15px auto 0;
  text-align: center;
}


/*======================FOOTER=====================*/
section#footer {
  background: hsl(236, 24%, 22%) none repeat scroll 0 0;
  color: hsl(0, 0%, 100%);
  padding: 60px 0 10px;
}
.newsletter-box h3 {
  font-weight: bold;
  margin: 8px 0 0;
  text-align: right;
}
.newsletter-box input {
  background: hsla(0, 0%, 0%, 0) none repeat scroll 0 0;
  padding: 10px;
  width:240px;
}
.newsletter-input a {
  cursor: pointer;
  font-size: 20px;
  margin-left: -31px;
  color: #fff
}
.newsletter-box {
  border-bottom: 1px solid hsl(0, 0%, 50%);
  padding-bottom: 50px;
}
.footer-sec h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 18px;
  text-transform: uppercase;
}
.footer-sec ul {
  list-style: outside none none;
  padding-left: 0;
}
.footer-sec ul li a {
  color: hsl(0, 0%, 100%);
  display: inline-block;
  font-size: 15px;
  margin: 2px 0;
}
.footer-sec {
  padding-top: 50px;
}
.text-center.copy-riht {
  font-size: 16px;
  padding-top: 40px;
}







.search-box {
  display: none;
  position: absolute;
  right: 10px;
  top: 65px;
}
.navbar-toggle {
  margin-top: 20px !important;
}
.search-box input {
    border: medium none;
    color: hsl(0, 0%, 0%);
    padding: 7px;
    border: 2px solid hsl(145, 43%, 49%);
    border-radius: 5px;
}



/*=======================SERVICES=========================*/

.service-head {
  background-image: url("./images/ser.jpg");
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover;
  display: table;
  height: 300px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.service-head-in h2 {
  font-size: 40px;
  font-weight: bold;
  margin: 30px 0 0;
}
.service-head-in {
  background: hsla(212, 52%, 18%, 0.85) none repeat scroll 0 0;
  color: hsl(0, 0%, 100%);
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  width: 100%;
}
.home-main2 {
  display: block;
  
  position: relative;
  width: 100%;
  
}
.learn-abt.text-center {
  padding: 60px 0;
}

.learn-abt.text-center p {
  font-size: 16px;
  line-height: 27px;
}
.learn-abt-iner {
  padding: 0 31px;
}
.learn-abt-iner h2 {
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 0 0 50px;
}
.learn-abt-iner h2::after {
  background: #000 ;
  content: "";
  height: 1px;
  left: 25%;
  margin: 21px;
  position: absolute;
  width: 60px;
}
.learn-abt-iner h2::before {
  background: #000;
  content: "";
  height: 1px;
  right: 25%;
  margin: 21px;
  position: absolute;
  width: 60px;
}
.page-id-140 .learn-abt-iner h2::after {
  background: #000 ;
  content: "";
  height: 1px;
  left: 14%;
  margin: 21px;
  position: absolute;
  width: 60px;
}
.page-id-140 .learn-abt-iner h2::before {
  background: #000;
  content: "";
  height: 1px;
  right: 14%;
  margin: 21px;
  position: absolute;
  width: 60px;
}
.services-main h2 {
  font-weight: bold;
  letter-spacing: 2px;
  margin: 0 0 50px;
  font-size: 35px;
}
.services-main h2::after {
  background: #000 ;
  content: "";
  height: 1px;
  left: 38%;
  margin: 21px;
  position: absolute;
  width: 60px;
}
.services-main h2::before {
  background: #000;
  content: "";
  height: 1px;
  right: 38%;
  margin: 21px;
  position: absolute;
  width: 60px;
}
.ser-innercnt.text-center p {
  font-size: 17px;
}
.ser-read a {
  background: hsl(145, 43%, 49%) none repeat scroll 0 0;
  color: hsl(0, 0%, 100%);
  display: inline-block;
  font-size: 17px;
  padding: 11px;
  width: 100%;
}
.ser-innercnt.text-center h3 {
  font-size: 27px;
  font-weight: bold;
  margin: 0 0 20px;
}
.ser-img {
  height: 286px;
  overflow: hidden;
  width: 100%;
}
.ser-img img{
  width: 100%;
}
.services-main .row > div {
  margin-bottom: 80px;
}
.ser-read {
  margin-top: 30px;
}


/*=========================Entry Form======================*/
.entry_form_inner h3 {
	font-size: 25px;
	line-height: 50px;
	font-weight: 700;
}
.entry_form_inner {
	margin: 0 auto;
	width: 50%;
	padding-bottom: 50px;
}
#candidate_entry_form input {
    border: 1px solid hsl(0, 0%, 50%);
    border-radius: 3px;
    color: hsl(0, 0%, 0%);
    height: 50px;
    margin-bottom: 5px;
    padding: 10px;
    width: 100%;
}
#candidate_entry_form select {
    border: 1px solid hsl(0, 0%, 50%);
    border-radius: 3px;
    color: hsl(0, 0%, 0%);
    height: 50px;
    margin-bottom: 5px;
    padding: 10px;
    width: 90%;
	border-left: 0px;
}
#candidate_entry_form table {
	width: 100%;
}
#candidate_entry_form input[type="checkbox"] {
	width: auto;
	height: auto;
	padding-right: 10px;
	margin-right: 8px;
}
#candidate_entry_form textarea {
    border: 1px solid hsl(0, 0%, 50%);
    border-radius: 3px;
    color: hsl(0, 0%, 0%);
    height: 200px;
    margin-bottom: 5px;
    padding: 10px;
    width: 100%;
}
#candidate_entry_form input[type="submit"] {
	width: 20%;
	background: hsl(145, 43%, 49%) none repeat scroll 0 0;
    border-radius: 3px;
    color: hsl(0, 0%, 100%);
    display: inline-block;
    font-size: 17px;
    font-weight: bold;
    padding: 13px 30px;
	border: 1px solid hsl(145, 43%, 49%);
}
.wpcf7-form-control {
    border: 1px solid #7f7f7f;
    border-radius: 3px;
    color: #000000;
    height: 50px;
    margin-bottom: 5px;
    padding: 10px;
    width: 100%;
}
.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    margin-top: 0px;
}.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required {
    border: none;
}
#submit {
    width: 21%;
}






/*=========================RESPONSIVE======================*/


@media only screen and (max-width:1000px) {
  .home-main2 {
    display: block;
    height: auto;
    overflow: auto;
    position: relative;
    width: 100%;
  }
  .service-head {
    background-image: url("./images/ser.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: table;
    height: 300px;
    left: 0;
    position: static;
    right: 0;
    top: 0;
    width: 100%;
  }
}

@media only screen and (max-width:1200px) {
    section#hm-banner {
      display: block;
      height: auto!important;
      left: 0;
      position: static;
      right: 0;
      top: 0;
      width: 100%;
    }
    .home-main {
      clear: both;
      display: block;
      height: auto;
      overflow: auto;
      position: relative;
      width: 100%;
    }

    section#hm-banner .carousel-caption {
      left: 20%;
      padding-bottom: 30px;
      right: 20%;
      top: 22%;
    }
    section#home-header {
      background: hsl(236, 24%, 22%) none repeat scroll 0 0;
    }
}


@media only screen and (max-width:1200px) {
  .wha.text-center::after, .wha.text-center::before, .what-our-Clients h2::after, .what-our-Clients h2::before
   {
    display: none;
  }
  #hm-cnt1 h2::after, #hm-cnt1 h2::before, #get-inner h2::after, #get-inner h2::before{
    display: none;
  }
  .learn-abt-iner h2::before, .learn-abt-iner h2::after, .services-main h2::before, .services-main h2::after{
    display: none;
  }
}

@media only screen and (min-width: 500px) and (max-width:767px){
    section#hm-banner .carousel-caption {
      top: 22% !important;
    }
}  


@media only screen and (max-width: 480px) {
  .navbar-brand img {
    max-width: 200px !important;
    width: 100%;
  }
  .get-st a {
    padding: 5px 18px!important;
  }
  .get-st {
    padding-top: 10px;
  }
  section#hm-banner .carousel-caption {
      top: 2% !important;
  }
}
@media only screen and (max-width:767px) {
	
.carousel .carousel-inner {

   
}

}
@media only screen and (min-width: 341px) and (max-width: 800px) {
	td.newsletter-td-submit {
    left: 147px !important;
    position: relative;
    top: 10px;
}}
@media only screen and (max-width:340px) {
	td.newsletter-td-submit {
 left: 0 !important;
 position: relative;
 top: 10px !important;
}
	
	}

@media only screen and (max-width: 800px) {
	
.servicsingel img {
    width: 100%;
}
.newsletter-box input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding: 10px;
    width: 183px;
}
	
}


@media only screen and (max-width: 767px) {  
 .form-inner {
  margin: 60px auto 0;
  width: 100% !important;
} 
.learn-abt-iner {
  padding: 0;
}  
.ser-img {
  height: auto;
  overflow: auto;
  width: 100%;
}
.img-ser {
  height: auto !important;
  overflow: hidden;
}
section#hm-banner .carousel-caption {
      left: 0!important;
      padding-bottom: 30px;
      right: 0!important;
      top: 22% ;
}
.newsletter-box h3 {
    font-weight: bold;
    margin: 8px 0 20px 0;
    text-align: left;
}
.footer-sec .row > div {
    margin-bottom: 20px;
}
.text-center.copy-riht {
    font-size: 16px;
    padding-top: 10px;
}
.what-img {
    height: auto;
    overflow: auto;
    width: 100%;
}
.abt-img {
  height: auto !important;
  margin-top: 20px;
  overflow: hidden;
}
.abd-img {
  height: auto!important;
  overflow: hidden;
  width: 100%;
}
.proity-img1, .proity-img2 {
    height: auto!important;
    overflow: hidden;
    position: relative;
}
.news-frm input {
    border: medium none;
    color: hsl(0, 0%, 0%);
    padding: 13px 10px;
    width: 100%!important;
}
.news-frm a {
  border: 1px solid hsl(0, 0%, 100%);
  color: hsl(0, 0%, 100%);
  display: inline-block;
  font-size: 17px;
  margin-top: 10px;
  padding: 9px 20px 11px;
  transition: all 0.5s ease 0s;
  width: 100% !important;
}
.home-art-img {
  height:auto !important;
}




    .bn2 {
    font-size: 30px !important;
    }
    .img-pizza {
      margin-bottom: 25px;
    }
    .innovation-section-img {
      height: auto !important;
      overflow: hidden;
      width: 100%;
    }
    .in-more.yamm a {
      margin-top: 15px !important;
    }
    .in-more.yam, .in-more.yamm {
      float: left;
      margin: 0 auto;
      text-align: center;
      width: 100%;
    }
    .innov-section .row > div {
      margin-bottom: 25px;
    }
    .copyright.text-center {
      padding-top: 10px !important;
      text-align: left !important;
    }
    .start-first {
      display: block;
      margin: 0 auto;
      padding-top: 6%;
      position: relative;
      text-align: center;
    }
    .start-first img, .start-secound  img{
      margin:10px auto;
    }
    .start-secound {
      bottom: 0;
      display: block;
      position: static;
      width: 100%;
    }
  
    section#hm-banner .carousel-caption {
      left: 20%;
      padding-bottom: 30px;
      right: 20%;
      top: 0%;
    }
    section#hm-banner h1 {
      font-size: 16px;
      line-height: 24px;
      margin: 0;
      text-transform: uppercase;
    }
    .carousel-indicators {
      display: none;
    }
    .banner-btn {
      background: hsl(199, 75%, 63%) none repeat scroll 0 0;
      border-radius: 4px;
      color: hsl(0, 0%, 100%) !important;
      display: inline-block;
      font-size: 10px;
      padding: 5px 26px;
    }
    section#hm-banner p {
      font-size: 13px;
      padding: 0;
    }
    .nav.navbar-nav.navbar-right li {
    margin: 15px;
    }
    .nav.navbar-nav.navbar-left {
    margin-top: 24px;
    padding-left: 0 !important;
    }
    .nav.navbar-nav.navbar-right.lg-se li {
    margin: 0 20px;
    }
    section#about-sec-2 img {
    height: auto !important;
    width: 100%;
    }
    section#about-sec-1 h2, section#about-sec-2 h2 {
    font-size: 30px !important;
    }
    .madison-feature {
    margin-bottom: 30px;
    }
    .features-ab.text-center {
    padding: 80px 0 50px !important;
    }
    .more {
    margin-bottom: 65px;
    }
    .sec-third-cnt {
    padding: 15px !important;
    }
    .sec-third-cntimge {
    height: auto;
    max-width: 100%;
    overflow: hidden;
    width: 100%;
    }
    .sec-in-sub-farm input {
    max-width: 100%;
    padding: 8px 8px 8px 40px;
    }
    .subscribe {
    margin-top: 11px;
    }
    .tr-cond span {
    margin: 0 12px;
    }
    .why-ch {
    height: auto !important;
    }
    section#about-sec-2 h2 {
    margin: 50px 0 18px !important;
    }
	

}
p.testimonial_author {
    color: hsl(145, 43%, 49%);
}
th {
    text-align: left;
	display:none;
}
input.newsletter-submit {
    width: 33%;
	border: none;
}

td.newsletter-td-submit {
    top: -44px;
    position: relative;
    left: 240px;
}
input.newsletter-submit {
    width: 44%;
    border: 1px solid #fff;
    background: hsl(145, 43%, 49%);
    height: 44px;
}
.fa {
    margin-right: 8px;
}
/* Changes */
ul#menu-primary li:hover ul.sub-menu {
    display: block !important;
    position: absolute !important;
    list-style: none;
}
ul.sub-menu
{display:none;}
ul.sub-menu {
    margin-top: 6px;
	background: hsl(236, 24%, 22%) none repeat scroll 0 0;
}

ul.sub-menu li {
    margin-left: -40px;
    margin-right: 0px;
    margin-top: 0px;
    border: 1px solid #fff;
    padding: 6px 8px;
    color: #fff;
}
/*div#bs-example-navbar-collapse-1 {
    overflow: visible !important;
    z-index: 99999 !important;
    position: fixed;
    float: right !important;
    margin-left: 418px;
}*/

div#comments {
    display: none;
}div#primary {
    text-align: center;
}
.entry-content {
    width: 50%;
   
    margin-left: 0;
   
    display: inline-block;
}
/*#main .entry-content {
    padding: 19px 364px;
}#main p {
    margin: 0 0 10px;
    font-size: 20px;
}*/
section#service {
    padding: 102px 0;
}

/*about page*/

#our-team .wpb_text_column.wpb_content_element {
    text-align: center;
    border: 1px solid #e4dada;
    padding: 0px 16px;    margin-bottom: 29px;
}#our-team .my-image img {
    width: 100%;
    height: 275px;
}#our-team h2 {
    text-align: center;
    padding: 28px 0px;
}.wpb_text_column.wpb_content_element h2 {
    margin: -13px;
}
.entry-content ul li {
    font-size: 18px;
}ul.list-inline.phone {
    font-size: 21px;
    margin: -10px;
    border: #000;
    padding: 5px 0 0 0px;
    /*border: 2px solid #d0c2c2;*/
}
/*
.what-cnt.text-center {
    margin-bottom: 30px !important;
    padding: 9px 9px;
    margin: 0 auto;
    min-height: 262px;
    background: #ffffff;
    border: 1px solid #ffffff;
}
*/
.what-we .col-md-12.service2 > .row > div {
  margin-bottom: 30px;
  padding: 0 5px;
}
.what-cnt.text-center a {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
}

.what-cnt.text-center {
  background: hsl(0, 0%, 100%) none repeat scroll 0 0;
  border: 1px solid hsl(0, 0%, 100%);
  border-radius: 100%;
  height: 270px;
  padding: 5px 0 0;
  text-align: center;
  width: 270px;
}

.carousel .carousel-inner {
    position: relative;
}.flaticon ul li {
    display: inline-block;
}.flaticon ul li {
    display: inline-block;
    
}
.flaticon ul li a {
    padding: 8px 14px;
}.flaticon a .fa {
    margin-right: 0px !important;
}
.servicsingel img {
    vertical-align: middle;
    float: right;
    margin: 0 auto;
    padding: 39px;
    margin-top: 30px;
}.servicerow {
    background: #f0f5f7 !important;
}.pageimg img {
    width: 100%;
   margin:0 auto;
}.headtitle {
    background: #e7e7e7;
    padding: 6px;
    font-weight: bold !important;
	
}.headcntent h4,h2,h3,h1 {
   
    font-size: 25px;
    font-weight: bold;
}.col-md-7.headcntent {
    margin-top: 26px;
}
.headcntent p {
    font-size: 16px;
}.headtitle h4 {
    font-size: 20px;
    font-weight: bold;
}.servicsingel row {
    background: #f0f5f7 !important;
}
.row.service1 {
    background: #f0f5f7;
    margin-top: 30px;
	margin-bottom: 30px;
}
.headcntent ul li {
    font-size: 18px !important;
}
.headcntent h4, h1, h2, h3 {
    margin: 26px 0 19px 0;
}
.servicsingel  {
    font-family: 'OpenSans-Regular';
    font-size: 16px;
    color: #000 !important;
}


/*======================4/10/2016==========================*/
.nav a:hover {
    color: hsl(145, 43%, 49%) !important;
}

@media only screen and (min-width:1200px){
	.carousel-indicators {
	  bottom: 10px;
	  left: 50%;
	  list-style: outside none none;
	  margin-left: -30%;
	  padding-left: 0;
	  position: absolute;
	  text-align: center;
	  top: 68% !important;
	  width: 60%;
	  z-index: 15;
	}
	.sjb-search-job-type select {
    width: 120px !important;
	}
	.sjb-search-location select {
    width: 120px !important;
	}
}
@media only screen and (max-width:1200px){
	.col-sm-3.col-md-3.col-xs-12.we-do
    {
	width:50%;
	}
	
	.col-sm-4.col-md-4.col-xs-12.we-do1 {
    margin-left: 0 !important;
    width: 50% !important;
}
section#home-header {
   
    width: 99% !important;
    
}
	
}
@media only screen and (max-width:767px){
	.get-st a {
	  border: 3px solid hsl(145, 43%, 49%);
	  color: hsl(0, 0%, 100%);
	  display: inline-block;
	  font-size: 13px;
	  padding: 6px 13px;
	  text-transform: uppercase;
	}
	.carousel-indicators {
	  display: block !important;
	}
	section#home-header nav li a {
    margin: 0 41px;
   }
   .col-sm-4.col-md-4.col-xs-12.we-do1 {
    margin-left: 0 !important;
    width: 100% !important;
}

.col-sm-3.col-md-3.col-xs-12.we-do
{
	width:100%;}
/*.nav.navbar-nav.navbar-right li {
    display: block !important;
    margin: 15px;
}
*/
.navbar-nav {
    margin: 7.5px -5px !important;
}
}

.col-sm-4.col-md-4.col-xs-12.we-do1 {
    width: 19%;
    margin-left: 105px;
}
#sjb_job-bolits i {
    display: none;
}







