@font-face {
  font-family: Montserrat;
  src: url(../fonts/GothamLight.ttf);
}
body {

font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}

a {
  color:  #9d2235;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #0b6bd3;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 0px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 15px 0 5px 0;
  padding: 0;

}

/* Back to top button */

.back-to-top {
  position: fixed;
  border:1px solid #fff;
  display: none;
  background:rgba(156,196,76,1);
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

.clear {clear:both;}

/* Prelaoder */
.tophead{padding:10px 0px;text-align:right;font-weight:500;max-width:1170px; margin:auto; text-transform:uppercase;}
.tophead a{color:#000;font-size:13px;}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #007bff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  height: 110px;
  transition: all 0.5s;
  z-index: 1100;
  transition: all 0.5s;
  padding: 0px;
  background-color:#fff;

}

#header.header-scrolled,
#header.header-pages {
	 height: 110px;
   background-color:#fff;
  padding: 0px 0;

  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
  min-height:100px;

}

#header .logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #00366f;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0px 0;
}

.main-pages {
  margin-top: 60px;
}

.mp0 { margin:0px !important; padding:0px !important;}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/


.topheader{background-color:#fff;min-height:60px;border-radius:0px;margin-top:10px;padding:0px 10px 10px;}
#intro {
  width: 100%;

 
}


.mbdisplay { display:none;}
.desktopdisplay { display:block;}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */

.main-nav {
  /* Drop Down */
  /* Deep Drop Down */
  display: inline-block;
}

.main-nav,
.main-nav * {
  margin: 0;
  padding: 0;
  list-style: none;

}

.main-nav > ul > li {
  position: relative;
  /*white-space: nowrap;*/
  float: left;

}

.main-nav li {
  float: left;
  position: relative;
}

.main-nav a {
      display: block;

    color: #545454;
    padding: 7px 7px 7px;
    transition: 0.3s;
    font-size: 16px;
    text-transform: capitalize;
    max-width: 165px;
  padding: 1em 0.75em 0;
    font-family: 'Montserrat', sans-serif;
  line-height: 1.2;
  word-break: break-word;
    /*margin-top: 23px*/
}


.main-nav ul a {
  display: block;
  padding: 1em 0.75em 0;
  text-transform: capitalize;
  text-decoration: none;
  max-width: 158px;
  line-height: 1.2;
}

.main-nav a:hover,
.main-nav li:hover > a {
  color: rgba(156,196,76,1);
  text-decoration: none;
 font-family: 'Montserrat', sans-serif;
}

.overplay {
  color: #555555;
  font-size: 13px;
}

.overplay:hover {
  color: rgba(156,196,76,1);
  text-decoration: none;
}

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 2px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
  
}

.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-nav .drop-down li {
  min-width: 180px;
  position: relative;
}

.main-nav .drop-down ul a {
  padding: 10px 20px;
  font-size: 13px;
  color: #555555;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
  color:#555555;
  background-color: #f6eb96;
}

.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 10px;
}

.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.main-nav .drop-down .drop-down > a {
  padding-right: 35px;
}

.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}

/* Mobile Navigation */

.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background:#fff;
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #555555;
  padding: 15px 20px 10px;
  font-weight: 500;
  border-bottom: 1px solid #539ae9;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {

  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\f077";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  margin: 20px 18px 0 0;
  color: rgba(156,196,76,1);
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(19, 18, 18, 0.8);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  /*color: #0777b6;*/
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #fff !important;
}


.submit_btn {border-radius:4px;border: 1px solid #f27b43;font-weight:500; font-size:11px;background-color:#f27b43; padding:5px 8px; margin-top:24px;color:#FFF; text-transform:uppercase;}
.submit_btn:hover {border-radius:4px;border:1px solid #f27b43; font-size:11px;background-color:#fff; padding:5px 8px; margin-top:24px;color:#f27b43; text-transform:uppercase;}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/



/* About Us Section
--------------------------------*/

#about {
  padding: 55px 0 0px;
 background: url("../images/Nilles_Lawers_Home1.jpg");
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;

}


#about .about-container .background {
  margin: 20px 0;
}


#about h2 {
	line-height:50px;
  color:#545454;
  padding:0px 5% 20px;
  font-size:40px;
  font-weight:bold;
  /*font-style:italic;*/
 text-align:center;
  margin:0px!important;
 }

.abtimg{
	padding:0px;
	margin-bottom:-50px;

}
.abtcontent{
padding:20px 5px 0px;
 text-align:left;
}

/*.about-container{text-align:center;}*/
#about .about-container p {
	 text-align:left;
  line-height: 28px;
  font-size:18px;
  color:#545454;
  padding:0px 20px 30px;
  font-weight:500;
 
 }
 
#about1 .about-container{
	margin:20px 0 ;background-color:#fff;

}

#about1 .about-container p {
	 text-align:left;
  line-height: 28px;
  font-size:18px;
  color:#555555;
  padding:20px 0px 10px;
  font-weight:normal;
 }

#about1 h1 {
  text-transform: uppercase;
}


.readmorebtn {
  background: transparent;
  color: rgba(156,196,76,1) !important;
  border: 1px solid rgba(156,196,76,1);
font-size:13px;
border-radius:5px;
padding:10px 20px;
font-weight:bold;
text-transform:uppercase;
margin-left:20px;
  cursor: pointer;
}

.readmorebtn:hover {
  border: 1px solid rgba(156,196,76,1);
background-color:rgba(156,196,76,1);
color:#fff !important;
font-size:13px;
padding:10px 20px;
border-radius:5px;
font-weight:bold;
text-transform:uppercase;
margin-left:20px;
}


/* Services Section
--------------------------------*/
.mp0 { margin:0px !important; padding:0px !important;}
#featured {
  padding:50px 0 0px;
  background-color: #d9d9d9;
background-image:url("../images/values-bg.png");
background-repeat:no-repeat;
background-position:right;

}
#featured h1{
	color: #fff;
  font-size:45px;
  text-align: center;
font-weight:600;
 padding:30px  0px 30px;
 margin:0px;
 text-transform:uppercase;
	
}
.featurebox{background:#fff;text-align:center;padding:20px 10px;border-radius:5px;
 -moz-box-shadow: 1px 22px 51px rgba(0,0,0,.12); 
-webkit-box-shadow: 1px 22px 51px rgba(0,0,0,.12); 
box-shadow: 1px 22px 51px rgba(0,0,0,.12);
margin-bottom:-80px;
 }


.featurebox h2{ 
color: #555555;
  font-size:30px;
  text-align: center;
font-weight:600;
 padding:20px  0px 20px;
 margin:0px;
 text-transform:uppercase;
}
.featurebox p{ 

  line-height: 22px;
  font-size:15px;
  color:#555555;
  padding:0px 0px 20px;
  font-weight:500;
}
.readmorebtn1 { 
margin:0px 0 10px;
border:1px solid #024793;
background-color:#fff;
color:#024793;
font-size:13px;
padding:10px 20px;
text-transform:uppercase;
border-radius:5px;
font-weight:bold;
cursor:pointer;
}
.readmorebtn1:hover { 
margin:0px 0 10px;
border:1px solid #024793;
background-color:#024793;
color:#fff;
font-size:13px;
padding:10px 20px;
text-transform:uppercase;
border-radius:5px;
font-weight:bold;
cursor:pointer;
}

/*--------------------------------------------------------------
# footertop
--------------------------------------------------------------*/
#testimonials{

background-color:#fff;

padding:120px 0px 20px;
text-align:left;


}
.testitext {

text-align:left!important;
padding:20px 0;
background-image:url("../images/quote.png");
background-position:top left;
background-repeat:no-repeat;
}
#testimonials h1{text-transform:uppercase; text-align:left !important; 
 margin: 0px; padding: 20px 0px 10px; font-size:40px;font-weight:600;  margin-bottom:0px;  color:#0777b6;}
 #testimonials .testimonial-item p {
  padding: 20px 52px 20px 0;
  font-size:15px;
  line-height:24px;
color:#555555;
    text-align:left;
}
#testimonials .testimonial-item span {
text-align:left;
 color:#f27b43!important;
 font-size:22px;
line-height:22px;
padding-left:0px;
 font-weight:800;
}
.testitext h3 {
	line-height:35px;
  font-size:25px;
  font-weight:600;
 text-align:left;
 color:#555555;
   margin: 25px 0 10px !important;
}
#testimonials .owl-nav,
#testimonials .owl-dots {
  margin-top: 5px;
  text-align: left;
  margin-left: 0px;
}

#testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#testimonials .owl-dot.active {
  background-color: #0777b6;
}
 .testibtn{font-weight:800;border-radius:5px;cursor:pointer;border:1px solid #0777b6;  padding:8px 25px; color:#0777b6; font-size:14px; 
background-color:transparent; text-transform:uppercase; margin:30px 0px;}
.testibtn:hover{font-weight:800;border-radius:5px;cursor:pointer;border:1px solid #0777b6;  padding:8px 25px; color:#fff; font-size:14px; 
background-color:#0777b6; text-transform:uppercase; margin:30px 0px;}

/*--------------------------------------------------------------
# services
--------------------------------------------------------------*/
#services{
  background-image: url(../images/areas-of-practice-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2em 0;
}

#services .text{
	margin-top: -200px;
    margin-left: 20px;
    text-align: center!important;
    z-index: 1000;
    position: relative;
}
.text h1{
	color: #fff;
  font-size:30px;
  text-align: center;
font-weight:600;
 padding:20px  0px 20px;
 margin:0px;
 text-transform:uppercase;
}
.text .circle{
	    margin: 0 39%;
	width:50px;
	height:50px;
	border-radius:50%;
	background:#fff;
	color:#0777b6;
	}
	
.text .circle a{
	font-size:33px;
	font-weight:500;
	color:#0777b6;
	}
/*--------------------------------------------------------------
# omega
--------------------------------------------------------------*/
	.omega {
	
 
	
	font-size:18px;
	font-weight:normal;
	color:#FFF;
	line-height:63px;

}
.contact{
  background-image:url(../images/omega_bg.jpg); background-repeat:no-repeat;background-position:center center;
padding:40px 25px ;margin-bottom:-80px;text-align:left;border-radius:5px;
  
  }
.omega h1 {
	font-size:48px;
	font-weight:bolder;
	color:#FFF;
	line-height:50px;
	padding:0px 0 0 80px;
	text-transform:uppercase;
margin:0px;
	}
	.omega h2 {
	font-size:35px;
	font-weight:bolder;
	color:#FFF;
	line-height:50px;
	padding:0px 0 0 80px;
	text-transform:uppercase;
margin:0px;
	}
	.omega h3 {
	font-size:32px;
	font-weight:600;
	color:#FFF;
	line-height:50px;
	padding:0px 0 0 80px;
	text-transform:uppercase;
margin:0px;
	}
	.omega h3 a{

	font-weight:600;
	color:#ffd800;
	
	padding:0px;
	text-transform:uppercase;
	text-decoration:underline;
margin:0px;
	}
	.leftbox{padding: 0px 25px ;}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.ftrlogo{margin-top:20px;}
#footer {
  padding: 0px;
  color: #eee;
  font-size: 14px;

}

#footer .footer-top {
  background-color:#3d3d3d;

  padding:40px 0 0 0;

}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
  font-family: 'Montserrat', sans-serif;
}


#footer .footer-top .social-links a {
  font-size: 13px;
  background: transparent;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
 
  text-align: left;
  transition: 0.3s;
}
#footer .footer-top .social-links  {}

#footer .footer-top .social-links ul{  

    list-style: none!important;
    padding-left: 0px;


  }
  #footer .footer-top .social-links ul li{  
  padding: 5px 0;
  font-size:14px;
  font-family: 'Montserrat', sans-serif;
  }
    #footer .footer-top .social-links ul li span {  
  padding: 0px 10px;
  font-size:14px;
  font-weight:500;
  font-family: 'Montserrat', sans-serif;
  }
    #footer .footer-top .social-links ul li i{   font-size:18px;}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul li {
  padding: 5px 0;
  font-size:18px;
  font-weight: normal;

}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  font-weight:500;
}

#footer .footer-top .footer-links ul a:hover {
  color: rgba(156,196,76,1);

}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 23px;
  font-size:11px;
   font-weight:500;
   font-size:13px;
}

#footer .copyright {
  text-align: center!important;
 
  font-size:12px;
  color:#fff;
   padding:20px 0px;
 
}
  #footer .footer-top .social-links ul li span {  
  padding: 0px 10px;
  font-size:14px;
  font-weight:500;
  font-family: 'Montserrat', sans-serif;
  }
#footer .copyright p{
padding-bottom:0px;
}
#footer .credits {
  text-align: right;
  font-size: 20px;
  color: #f1f7ff;
  padding-top:25px;
  float:right;
}

#footer .credits a {
  color: #fff;
}

#footer .credits a:hover {
  color: #fff;
}

.image-wrap {
  position: relative;
  text-align: center;
  margin: 0 0 1.5em;
  overflow-x: visible;
}

.image-wrap h4 {
  position: absolute;
  right: -3px;
  background-image: url(../images/values-title-bg.png);
  background-position: left center;
  background-repeat: no-repeat;
  bottom: 0.75em;
  padding: 0.05em 2em;
  color: #545454;
}

.greyimage {
  filter: grayscale(100%);
}

.greyimage:hover {
  filter:none;
}

.greyimagehover {
  filter:none;
}

.separator {
  position: relative;
  top: -15px;
  float: left;
  height: 120px;
  width: 1px;
  background-color: rgba(255,255,255,0.3);
  margin: 0 0.85em;
}

.newfooterlinks li:before {
  position: relative;
  display: inline-block;
  vertical-align: super;
  margin-right: 10px;
  content: "";
  transform: rotate(45deg);
  width: 0px;
  height: 0px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid rgba(156,196,76,1);
}

.post-type {
  background: url(../images/archive-practice-area.png) no-repeat left 43px;
  position: relative;
  margin: 1em 0;
  padding: 2.65em 0 2em 32%;
}



.post-type-hover {
  background: url(../images/archive-practice-area-hover.png) no-repeat left 43px;

}

.areaimage{
  background-size: contain;
  position: absolute;
  left: 20%;
  top: 0;
  display: inline-block;
  height: 150px;
  width: 150px;
  font-size: 0;
}

.yellowcolor {
  background-color: #f4e77f !important;
  color: #000 !important;
}

.rowareas {
  border-right: 1px dotted #555;
}

.rowareas a {
  color: #555;
}
.goldbar {
  background-image: url("../images/gold-bar.png");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
  color: #545454;

}

.goldbar a {
  color: #545454;
  font-weight: 600;

}

.attimagebg {
  background: #f6eb96;
  display: inline-block;
  max-width: 100%;
}

.attimage {
  display: block;
  position: relative;
  top: -15px;
  right: -15px;
}

.prareas {
  text-transform: none !important; margin:0px 10px 20px 0px; padding: 9px 9px 9px 9px; background-color: #d3d3d3; color: #fff;
}

.prareas:hover {
  text-transform: none !important; margin:0px 10px 20px 0px; padding: 9px 9px 9px 9px; background-color: #f4e77f; color: #fff;
}

.hoverfont {
  font-size: 28px; line-height: 38px;
}

.hoverdiv {
  width: 50%;
  top:30%;
}
/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

@media (min-width: 992px) and (max-width: 1200px){
	.main-nav a {
    display: block;
    position: relative;
    color: #555555;
    padding: 7px 4px 7px;
    transition: 0.3s;
    font-size: 10px;

    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    margin-top: 23px;
}
.omega h2 {
font-size:28px;
padding: 0px 0 0 20px;
line-height:40px;
}
.omega h1 {
font-size:42px;
padding: 0px 0 0 20px;
line-height:30px;
}
.omega h3 {
font-size:28px;
padding: 10px 0 0 30px;
line-height:30px;
}
#services {
    padding: 0px 0px 60px;
    color: #fff;
}
.abtcontent {
padding: 30px 20px 20px;
}
.featurebox h2 {
    color: #555555;
font-size: 19px;
}
#testimonials {
    background-color: #fff;
    padding: 50px 0px 20px;
    text-align: left;
}
.testitext {
    width: 80%;
    margin: auto;
    text-align: left!important;
    padding: 20px 0;
    background-image: url(../images/quote.png);
    background-position: top left;
    background-repeat: no-repeat;
}
#testimonials .testimonial-item p {
    padding: 20px 0px 20px 0;
}
}

@media (max-width: 991px) {
   #intro {
    padding: 0px 0 0px 0;
  }
#footer .footer-top {
background-color:#000;
padding: 0px 0 0 0;
}
#about {
  padding: 10px 0 30px;
  /*background:#0777b6;*/
}
#header .logo img {
  padding: 0;
  margin: 0px;
}
.abtcontent {
    padding: 50px 5px 20px;
    z-index: 1000;
    top: 0px;
    left: 0px;
}

#about h2 {
	line-height:30px;
  color:#fff;
  padding:10px 0 20px;
  font-size:20px;
  font-weight:bold;
 text-align:center;
  margin:0px!important;
 }

#featured {
padding: 50px 0 50px;
text-align:center!important;
}
.featurebox h2 {
    color: #555555;
font-size: 19px;
}
#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom:0px;
  padding-top:30px;
  padding-bottom:10px!important;
}
#footer .copyright{padding-bottom:0px;}


 #about .about-container p {
       padding: 20px 10px 20px;
 }
#featured {}
 .readmorebtn {margin-left:10px;}

.topheader{margin-top:0px;}
#header {
height: 80px;
}
#header.header-scrolled, #header.header-pages {
    height:80px;
}
/*#featured{background:#f27b43}*/
.featurebox { margin-bottom: 20px;}
#testimonials {
    background-color: #fff;
    padding: 50px 0px 20px;
    text-align: left;
}
.testitext {
    width: 80%;
    margin: auto;
    text-align: left!important;
    padding: 20px 0;
    background-image: url(../images/quote.png);
    background-position: top left;
    background-repeat: no-repeat;
}
#testimonials .testimonial-item p {
    padding: 20px 0px 20px 0;
}
.servicebox{margin-top:0px;}
#services {
    padding: 0px 0px 60px;
    color: #fff;
}
.text h1 {
	font-size:20px;
    padding: 43px 0px 20px;
}
.contact {
    background:#0777b6;
	margin-bottom:20px
}
#services .text {
    margin-top: -186px;
margin-left: 0px;}
.omega h2 {
font-size:22px;
padding: 0px 0 0 20px;
line-height:30px;
}
.omega h1 {
font-size:31px;
padding: 0px 0 0 20px;
line-height:30px;
}
.omega h3 {
font-size:22px;
padding: 10px 0 0 30px;
line-height:30px;
}
.submit_btn {margin-left:20px;}
}

@media (max-width: 780px) {
  .back-to-top {
    bottom: 15px;
  }
  #footer .footer-top {
background-color:#000;
padding: 60px 0 0 0;
}

  .rowareas {
    border-right: 0px dotted #555;
  }

  .hoverfont {
    font-size: 16px; line-height: 28px;
  }

  .hoverdiv {
    width: 100%;
    top:0%;
  }

}

@media (max-width: 767px) {
 #intro {
    padding: 0px 0 0px 0;
  }
  .text h1 {
	font-size:35px;
    padding: 43px 0px 20px;
}
#services .text {
    margin-top: -250px;
margin-left: 20px;}
#footer .footer-top {
/*background-color:#000;*/
padding: 0px 0 0 0;
}
#about {
  padding: 10px 0 30px;
  /*background:#0777b6;*/
}
#header .logo img {
  padding: 0;
  margin: 0px;
}
.abtcontent {
    padding: 50px 5px 20px;
    z-index: 1000;
    top: 0px;
    left: 0px;
}

#about h2 {
	line-height:30px;
  color:#fff;
  padding:10px 0 20px;
  font-size:20px;
  font-weight:bold;
 text-align:center;
  margin:0px!important;
 }

#featured {
padding: 50px 0 50px;
text-align:center!important;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom:0px;
  padding-top:30px;
  padding-bottom:10px!important;
}
#footer .copyright{padding-bottom:0px;}


 #about .about-container p {
       padding: 20px 10px 20px;
 }
#featured {}
 .readmorebtn {margin-left:10px;}

.topheader{margin-top:0px;}
#header {
height: 80px;
}
#header.header-scrolled, #header.header-pages {
    height:80px;
}
/*#featured{background:#f27b43}*/
.featurebox { margin-bottom: 20px;}
#testimonials {
    background-color: #fff;
    padding: 50px 0px 20px;
    text-align: left;
}
.testitext {
    width: 80%;
    margin: auto;
    text-align: left!important;
    padding: 20px 0;
    background-image: url(../images/quote.png);
    background-position: top left;
    background-repeat: no-repeat;
}
#testimonials .testimonial-item p {
    padding: 20px 0px 20px 0;
}
.servicebox{margin-top: 130px;}
#services {
    padding: 0px 0px 100px;
    color: #fff;
}
.contact {
    /*background:#0777b6;*/
	margin:20px 0px;
}
.omega h2 {
font-size:30px;
padding: 0px 0 0 20px;
line-height:50px;
}
.omega h1 {
font-size:45px;
padding: 0px 0 0 20px;
line-height:30px;
}
.omega h3 {
font-size:32px;
padding: 30px 0 0 30px;
line-height:30px;
}
.submit_btn {margin-left:20px;}
}

@media (max-width: 574px) {
  #intro {
    padding: 0px 0 0px 0;
  }
#footer .footer-top {
background-color:#000;
padding: 0px 0 0 0;
}
#about {
  padding: 10px 0 30px;
  /*background:#0777b6;*/
}
#header .logo img {
  padding: 0;
  margin: 0px;
}
.abtcontent {
    padding: 50px 5px 20px;
    z-index: 1000;
    top: 0px;
    left: 0px;
}

#about h2 {
	line-height:30px;
  color:#fff;
  padding:10px 0 20px;
  font-size:20px;
  font-weight:bold;
 text-align:center;
  margin:0px!important;
 }

#featured {
padding: 50px 0 50px;
text-align:center!important;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom:0px;
  padding-top:30px;
  padding-bottom:10px!important;
}
#footer .copyright{padding-bottom:0px;}


 #about .about-container p {
       padding: 20px 10px 20px;
 }
#featured {}
 .readmorebtn {margin-left:10px;}

.topheader{margin-top:0px;}
#header {
height: 80px;
}
#header.header-scrolled, #header.header-pages {
    height:80px;
}
/*#featured{background:#f27b43}*/
.featurebox { margin-bottom: 20px;}
#testimonials {
    background-color: #fff;
    padding: 50px 0px 20px;
    text-align: left;
}
.testitext {
    width: 80%;
    margin: auto;
    text-align: left!important;
    padding: 20px 0;
    background-image: url(../images/quote.png);
    background-position: top left;
    background-repeat: no-repeat;
}
#testimonials .testimonial-item p {
    padding: 20px 0px 20px 0;
}
.servicebox{margin-top: 130px;}
#services {
    padding: 0px 0px 100px;
    color: #fff;
}
.contact {
    /*background:#0777b6;*/
	margin-bottom:20px
}
.omega h2 {
font-size:25px;
padding: 0px 0 0 20px;
}
.omega h1 {
font-size:40px;
padding: 0px 0 0 20px;
}
.omega h3 {
font-size:28px;
padding: 10px 0 0 30px;
line-height:30px;
}
.submit_btn {margin-left:20px;}

.carousel-inner {
  min-height: 215px;
}

}