/* main theme style */
body {
  background: #E9EBEE;
  color: #818181;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
}
a, a:hover, a:focus, input, input:hover, input:focus, textarea, textarea:hover, textarea:focus, button, button:hover, button:focus, select, select:hover, select:focus {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  outline: none;
}
button, button:hover, button:focus, .button, .button:hover, .button:focus, html input[type=button], input[type=reset], input[type=submit] {
  border: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto Slab', serif;
}
/* read more buttons and other buttons */
.more {
  background: #1C242F;
  color: #fff;
  display: inline-block;
  padding: 8px 12px;
  text-transform: uppercase;
  font-size: 13px;
}
.more:hover, .more:focus {
  background: #E3421B;
  color: #fff;
  text-decoration: none;
}
/* header part */
header {
  background: #fff;
}
header .top {
  background: #2A2A2A;
  color: #fff;
}
header .top a {
  color: #fff;
}
header .top article {
  padding-top: 8px;
}
header .contacttop a {
  padding: 10px 15px;
  display: inline-block;
  font-weight: 100;
}
header .contacttop a:hover, header .contacttop a:focus {
  background: #86AD52;
  color: #fff;
  text-decoration: none;
}
header .social-links {
  padding-top: 4px;
}
.navbar-brand {
  padding: 0;
  width: 100%;
  height: auto;
}
.navbar-brand img {
  padding: 10px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  max-width: 100%;
  height: auto;
}
.navbar {
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
  position: relative;
  z-index: 100;
  margin: 0;
}
.navbar-default .navbar-nav>li {
  border-right: 1px solid #292929;
}
.navbar-default .navbar-nav>li>a {
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
  background: #E3421B;
  color: #fff;
}
.navbar-default {
  background: #212121;
}
.dropdown-menu {
  background: #212121;
  padding-top: 0;
  padding-bottom: 0;
}
.dropdown-menu>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #272727;
  color: #fff;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
  background: #E3421B;
  color: #fff;
}
.contacfirst {
  background: #E3421B;
  padding: 1px 15px 15px;
  -webkit-border-top-right-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.contacfirst .form-control {
  border-radius: 0;
  height: 40px;
  margin-bottom: 5px;
  border: 0;
}
.contacfirst textarea.form-control {
  height: 120px;
}
.contacfirst br {
  display: none;
}
.contacfirst span.wpcf7-not-valid-tip {
  color: #fff;
}
.phoneemail, .addresshead {
  display: inline-block;
  margin-top: 20px;
}
.phoneemail {
  width: 60%;
}
.addresshead {
  width: 35%;
  font-size: 18px;
}
.phoneemail a {
  display: inline-block;
  margin-right: 10px;
  font-size: 18px;
  color: #2A2A2A;
}
.phoneemail a:hover, .phoneemail a:focus {
  color: #356EC5;
  text-decoration: none;
}
.phoneemail i, .addresshead i {
  float: left;
  font-size: 40px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #356EC5;
}
a.emailpart {
  color: #838383;
}
.padder {
  padding-top: 30px;
  padding-bottom: 30px;
}
.padderin {
  padding-top: 15px;
  padding-bottom: 15px;
}
.whitebg {
  background: #fff url(../images/pat3.jpg) repeat 0 0;
}
.welcomepart {
  background-color: rgba(0, 67, 147, 0.9);
  background: rgba(0, 67, 147, 0.9);
  color: #fff;
}
.welcomepart a {
  color: #fff;
}
.greybg {
  background: #F6F6F6;
}
.center {
  text-align: center;
}
.pagetitle {
  color: #E3421B;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 15px;
}
.page-title {
  padding: 10px 15px;
  background: #E3421B;
  color: #fff;
  margin-top: 0;
}
.pagetitle:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 50px;
  height: 3px;
  background: #E3421B;
}
.demandbg {
  background: #F6F6F6 url(../images/pat.jpg) repeat 0 0;
}
.demand {
  position: relative;
  padding: 15px 15px 15px 45px;
  background: #fff;
  border: 1px solid #E8E8E8;
  margin-bottom: 30px;
  margin-left: 25px;
}
.demand h4 {
  margin-top: 0;
  font-family: 'Lato', sans-serif;
  color: #000;
}
.demand .icon {
  position: absolute;
  text-align: center;
  left: -31px;
  top: 55px;
  font-size: 30px;
  background: #265FB8;
  width: 60px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  z-index: 100;
}
.demand .icon:after, .demand .icon:before {
  position: absolute;
  left: 0;
  z-index: 50;
  content: " ";
}
.demand .icon:after {
  border-top: 15px solid #265FB8;
  border-right: 30px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 30px solid transparent;
  bottom: -30px;
}
.demand .icon:before {
  border-top: 15px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 15px solid #265FB8;
  border-left: 30px solid transparent;
  top: -30px;
}
.dmnd {
  height: 120px;
}
.choj {
  padding: 10px;
  background: #fff;
  border: 1px solid #ddd;
  margin-bottom: 30px;
}
.choj h4 {
  color: #2A5690;
  margin-top: 0;
}
.no-margin {
  padding: 0;
}
.whitebox {
  background: #fff;
  clear: both;
  width: 100%;
}
.bgmg {
  height: 400px;
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.no-margin {
  position: relative;
}
.midpad {
  padding-top: 50px;
}
.midpad h3 {
  color: #F91A0E;
  font-weight: 700;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.midpad h3:after {
  width: 70px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  content: " ";
  background: #F91A0E;
}
/* front page banner part */
.banner {
  position: relative;
}
.banner2 {
  width: 100%;
  height: 400px;
  position: relative;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.dateit {
  display: inline-block;
  background: #E3421B;
  color: #fff;
  font-size: 14px;
  padding: 6px 12px;
  margin-left: -10px;
  margin-top: 15px;
  position: absolute;
  bottom: 0;
  left: 15px;
}
.banner2 .dateit {
  position: absolute;
  bottom: 15px;
  left: 0;
  z-index: 100;
  font-size: 20px;
}
.thumbimg, .blgthmb {
  width: 100%;
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #fff;
  position: relative;
}
.thumbimg {
  height: 210px;
}
.clientlist {
  width: 100%;
}
.clientlist img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
/* modal */
.modal-header, .modal-footer {
  background: #1A53AA;
  color: #fff;
  border-color: #1A53AA;
}
.modal-body {
  background: #F6F6F6 url(../images/pat.jpg) repeat 0 0;
}
.modal-body .form-control {
  border-radius: 0;
  height: 35px;
  border-right: 2px solid #E3421B;
}
.modal-body textarea.form-control {
  height: 100px;
}
/* frontpage blog part */
.frontblog .item {
  border: 1px solid #ddd;
  background: #fff;
}
.frontblog .item .well {
  border: 0;
  background: transparent;
  box-shadow: none;
  padding: 0 15px;
}
.owl-Carousel .item {
  margin: 15px;
}
.frontblog h4 a {
  color: #000;
}
.frontblog h4 a:hover, .frontblog h4 a:focus {
  text-decoration: none;
  color: #E9411D;
}
.blgthmb {
  width: 100%;
  display: block;
  height: 200px;
  position: relative;
  margin-bottom: 35px;
}
.tthumb {
  height: 150px;
  margin-bottom: 0;
  position: relative;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.dateit strong {
  font-weight: 400;
  display: block;
  font-size: 20px;
}
/* sidebar */
.sidetitle, .sidetitle2 {
  padding: 10px 15px;
  background: #212121;
  color: #fff;
  margin: 0;
}
.sidetitle2 {
  background: #E3421B;
}
.sidebar .item {
  padding: 15px;
}
.sidebar .owl-carousel {
  background: #fff;
}
.sidebar .tthumb .dateit {
  bottom: 0;
}
.sidebar .owl-theme .owl-controls {
  background: #fff;
  padding: 5px 15px;
}
.sidelink ul, .clientlist {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidelink ul li, .sidelink ul li a {
  display: block;
}
.sidelink ul li a {
  background: #212121;
  color: #fff;
  padding: 10px 15px 10px 30px;
  border-bottom: 1px solid #373737;
  position: relative;
}
.clientlist li {
  position: relative;
  padding-left: 30px;
  display: block;
}
.sidelink ul li a:before, .clientlist li:before {
  content: "\f101";
  font-family: FontAwesome;
  position: absolute;
  top: 9px;
  left: 15px;
}
.clientlist li:before {
  top: 0;
}
.sidelink ul li a:hover, .sidelink ul li a:focus {
  color: #fff;
  background: #E3421B;
  text-decoration: none;
}
/* pagination */
.pagination>li>a, .pagination>li>span {
  background: #202935;
  color: #fff;
  border-color: #202935;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover, .pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
  background: #E3421B;
  color: #fff;
  border-color: #E3421B;
}
.testimonialfront {
  background: #000 url(../images/testimonial.jpg) no-repeat 50% 50% fixed;
  background-size: cover;
}
.nofloat {
  float: none;
  margin: 0 auto;
}
.boxit {
  width: 100%;
  clear: both;
  background: #fff;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  padding-top: 15px;
  padding-bottom: 15px;
  overflow: hidden;
}
.boxit h4 {
  color: #000;
}
.detail {
  border: 1px solid #ddd;
  background: #fff;
  padding: 1px 15px 15px;
  box-shadow: none;
  border-radius: 0;
  min-height: auto;
}
.detail h1 {
  color: #000;
}
/* contact page */
.map, .map iframe {
  width: 100%;
  height: 350px;
}
.map iframe {
  pointer-events: none;
}
.contactblock {
  background: #212121;
  color: #fff;
  padding: 1px 15px 15px;
  border-top: 5px solid #E3421B;
}
.contactblock a {
  color: #fff;
}
.contactform {
  background: #fff;
  border: 1px solid #ddd;
  padding: 15px;
}
.contactform .form-control {
  border-radius: 0;
  border-color: #ddd;
  border-right: 2px solid #E3421B;
  height: 40px;
}
.contactform textarea.form-control {
  height: 200px;
}
/* footer part */
.gapimg {
  width: 100%;
  background: #E9EBEE url(../images/footer.png) repeat 0 0;
  height: 89px;
}
footer {
  background: #1D4583;
  color: #fff;
  font-weight: 300;
}
footer h4 {
  color: #fff;
  text-transform: uppercase;
}
footer .pagetitle {
  color: #fff;
  margin-bottom: 10px;
}
.foot-link ul, .faclist ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.foot-link ul li {
  display: block;
  margin-bottom: 10px;
}
.foot-link ul li a {
  display: inline-block;
  position: relative;
  padding-left: 10px;
}
.foot-link ul li a:after {
  content: "\f105";
  position: absolute;
  left: 0;
  top: 0;
  font-family: FontAwesome;
}
footer a {
  color: #fff;
}
footer a:hover, footer a:focus {
  text-decoration: none;
  color: #E3421B;
}
footer .top {
  padding-top: 30px;
  padding-bottom: 30px;
}
footer .bottom {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 13px;
  border-top: 1px solid #2C5492;
}
.social-links .social-link {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  overflow: hidden;
  background: #E3421B;
  color: #fff;
  margin-right: 1px;
}
.social-links .social-link i.fa {
  width: 40px !important;
  height: 40px !important;
  line-height: 40px !important;
  font-size: 16px !important;
  text-align: center !important;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transition: transform 0.3s;
}
.social-links .social-link:hover i.fa {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.social-links a:hover, .social-links a:focus {
  color: #fff;
}
.social-links a.fb:hover, .social-links a.fb:focus {
  background: #3056A7;
}
.social-links a.tt:hover, .social-links a.tt:focus {
  background: #32AADC;
}
.social-links a.ld:hover, .social-links a.ld:focus {
  background: #007BB6;
}
.social-links a.gp:hover, .social-links a.gp:focus {
  background: #E2121F;
}
.social-links a.ta:hover, .social-links a.ta:focus {
  background: #5A9342;
}
.social-links a.yt:hover, .social-links a.yt:hover {
  background: #CF2200;
}
footer .footercontact .form-control {
  border-radius: 0;
  height: 40px;
  margin-bottom: 3px;
}
footer .footercontact textarea.form-control {
  height: 90px;
}
footer .footercontact br {
  display: none;
}
header .social-links .social-link i.fa, header .social-links .social-link {
  width: 30px !important;
  height: 30px !important;
  line-height: 30px !important;
}
.powered {
  text-align: right;
}
/* responsive class */
@media (max-width: 1920px) {
}
@media (max-width: 1440px) {
}
@media (max-width: 1366px) {
}
@media (max-width: 1280px) {
}
@media (max-width: 1024px) {
.demand .more {
  font-size: 12px;
}
.navbar-header {
  float: none;
}
.navbar-left,  .navbar-right {
  float: none !important;
}
.navbar-toggle {
  display: block;
}
.navbar-collapse {
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-collapse.collapse {
  display: none!important;
}
.navbar-nav {
  float: none!important;
  margin-top: 7.5px;
  text-align: center;
}
.navbar-nav>li {
  float: none;
}
.navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
}
.collapse.in {
  display:block !important;
}
.navbar-nav .open .dropdown-menu {
  position: static;
  float: none;
  width: auto;
  margin-top: 0;
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-align: center;
}
.open>.dropdown-menu {
  display: block;
}
.dropdown-menu {
  position: relative;
  top: 100%;
  left: 0;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
}
.dropdown-menu>li>a {
  color: #3C3C3C;
}
.navbar-default .navbar-toggle {
  background-color: #202935;
  color: #fff;
  border: 0;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: #6DAD68;
  color: #fff;
}
.choj {
  min-height: 210px;
}
.phoneemail i, .addresshead i {
  height: 55px;
}
}
@media (max-width: 768px) {
.demand .more {
  font-size: 12px;
  margin-bottom: 5px;
}
}
@media (max-width: 767px) {
.phoneemail,  .addresshead {
  width: 100%;
}
.phoneemail i,  .addresshead i {
  display: none;
}
.social-links {
  width: 100%;
}
header,  footer .bottom,  .powered {
  text-align: center;
}
.contacfirst {
  margin-top: 15px;
}
}
/* *************  back to top *********** */

.cd-top {
  display: inline-block;
  height: 64px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */

  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background:  url(../images/gototop.png) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  z-index: 9999;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */

  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */

  opacity: .5;
}
, .no-touch .cd-top:hover, .no-touch .cd-top:hover {
 background-color: #e86256;
 opacity: 1;
 outline: none;
}
 @media only screen and (min-width: 768px) {
.cd-top {
  right: 20px;
  bottom: 20px;
}
}
 @media only screen and (min-width: 1024px) {
.cd-top {
  height: 64px;
  width: 60px;
  right: 30px;
  bottom: 30px;
}
}
/* =WordPress Core

-------------------------------------------------------------- */

.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float:right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* Text meant only for screen readers. */

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}
