/*Theme Name: Richardson RoofingTheme URI: Author: Richardson Roofing Author URI: Description: Version: 1.7License: GNU General Public License v2 or laterLicense URI: http://www.gnu.org/licenses/gpl-2.0.html*/
@import url("assets/css/fontface.css");
@import url("assets/css/icofont.min.css");
* {
  margin: 0px;
  padding: 0px;
  outline: none;
}
body {
  font-size: 15px;
  line-height: 22px;
  color: #000;
  font-family: "Century Gothic";
  background: #fff;
}
h1 {
  font-size: 44px;
  line-height: 48px;
  margin: 0;
  margin-bottom: 15px;
  color: #000;
  font-family: "Century Gothic";
}
h2 {
  font-size: 30px;
  line-height: 32px;
  margin: 0;
  margin-bottom: 12px;
  color: #000;
  font-family: "Century Gothic";
}
h3 {
  font-size: 24px;
  line-height: 26px;
  margin: 0;
  margin-bottom: 12px;
  color: #000;
  font-family: "Century Gothic";
}
h4 {
  font-size: 22px;
  line-height: 20px;
  margin: 0;
  margin-bottom: 12px;
  color: #000;
  font-family: "Century Gothic";
}
h5 {
  font-size: 18px;
  line-height: 20px;
  margin: 0;
  margin-bottom: 12px;
  color: #000;
  font-family: "Century Gothic";
}
p {
  font-size: 15px;
  line-height: 24px;
  margin: 0;
  margin-bottom: 12px;
  color: #000;
  font-family: "Century Gothic";
}
img {
  height: auto;
  max-width: 100%;
}
a {
  text-decoration: none;
  color: #000;
  transition: all 0.3s ease;
  font-family: "Century Gothic";
}
a:hover {
  transition: all 0.3s ease;
}
/***************************Header***************************/
#header_outer {
  position: relative;
}
.home #header {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #fff;
}
#header {
  position: static;
  background: #fff;
}
.top_section {
  background: #000;
}
.social_icons {
  padding-top: 57px;
}
.social_icons a {
  font-size: 20px;
  padding-right: 12px;
  color: #fff;
}
.social_icons a:hover {
  color: rgb(114, 116, 119);
  text-decoration: none;
}
.logo {
  text-align: center;
  padding: 3px 0 9px;
}
.dwnld_btn {
  float: right;
  padding-top: 57px;
}
.dwnld_btn a.btn {
  height: 35px;
  line-height: 35px;
  color: #000;
  text-transform: capitalize;
  padding: 0 20px;
  display: inline-block;
  background: #fff;
  font-size: 16px;
  -webkit-box-shadow: -2px 2px 17px 0px rgba(204, 204, 204, 1);
  -moz-box-shadow: -2px 2px 17px 0px rgba(204, 204, 204, 1);
  box-shadow: -2px 2px 17px 0px rgba(204, 204, 204, 1);
}
.dwnld_btn a.btn:hover {
  background: #fff;
  color: #323a4b;
}
#banner {
  position: relative;
  background: #000;
}
#banner img {
  width: 100%;
}
#banner_inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
.banner_content {
  max-width: 574px;
  margin: 0 auto;
}
.banner_content h1 {
  font-size: 60px;
  color: #fff;
  line-height: 65px;
}
.banner_content p {
  font-size: 20px;
  color: #fff;
  line-height: 25px;
}
.video_out {
  height: 650px;
  overflow: hidden;
}

/**************** menu ***************************/
#menu_nav {
  background: #0c0d11;
}
#menu_nav svg {
  display: none;
}
.navbar {
  min-height: inherit;
  margin: 0px;
  border: none;
  text-align: center;
}
.navbar-nav {
  float: none;
}
.navbar ul li {
  position: relative;
  float: none;
  display: inline-block;
}
.navbar ul li a {
  padding: 0 18px;
  font-size: 15px;
  color: #fff;
  height: 78px;
  line-height: 78px;
  font-family: "Century Gothic";
  text-transform: capitalize;
}
.navbar ul li a:hover,
.navbar ul li:hover > a,
.navbar ul li a:focus {
  background: none;
}
.navbar ul li a:hover:after,
.navbar ul li:hover > a:after,
.navbar ul li a:focus:after,
.navbar ul li.current-menu-item > a:after {
  content: "";
  display: block;
  margin: auto;
  height: 0;
  width: 100%;
  transition: width 0.5s ease, background-color 0.5s ease;
  position: relative;
  top: -21px;
  border-bottom: 1px solid #fff;
}
.navbar ul ul {
  display: none;
}
.navbar ul li:hover > ul {
  position: absolute;
  top: 78px;
  left: 0px;
  display: block;
  list-style: none;
  margin: 0px;
}
.navbar ul ul li {
  margin: 0px;
  float: left;
}
.navbar ul ul li a {
  height: 39px;
  line-height: 39px;
  background: rgba(38, 86, 117, 0.7019607843137254);
  font-size: 15px;
  font-family: "Century Gothic";
  color: #fff;
  border-top: 1px solid #5b7180;
  border-bottom: 1px solid #2070af;
  padding: 0 20px;
  display: block;
  white-space: nowrap;
  border-right: none;
  min-width: 220px;
  -webkit-box-shadow: -1px 10px 40px -7px rgba(0, 0, 0, 1);
  -moz-box-shadow: -1px 10px 40px -7px rgba(0, 0, 0, 1);
  box-shadow: -1px 10px 40px -7px rgba(0, 0, 0, 1);
  text-align: left;
}
.navbar ul ul li a:after {
  display: none !important;
}
.navbar ul ul li a:hover {
  background: #153042b3;
  text-decoration: none;
  color: #fff;
}
#middle_section {
  background: #fff;
  padding: 88px 0 74px 0;
  text-align: center;
}
#middle_section p {
  line-height: 30px;
}
#middle_section h2 {
  font-size: 36px;
  line-height: 46px;
  background: url(assets/images/blackbrdr.png) no-repeat bottom center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  color: #424956;
}
a.btn-rd {
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  border: 1px solid #000;
  display: inline-block;
  padding: 0 28px;
  font-size: 18px;
}
a.btn-rd:hover {
  background: #323a4b;
  border-color: #323a4b;
  text-decoration: none;
  color: #fff;
}
#middle_section a.btn-rd {
  margin-top: 43px;
}
#service_section {
  background: url(assets/images/banner2_02.jpg) no-repeat center;
  background-size: cover;
  text-align: center;
  padding: 92px 0 72px 0;
}
#service_section h2 {
  color: #fff;
  font-size: 36px;
  line-height: 46px;
  background: url(assets/images/arrow_03.png) no-repeat bottom center;
  padding-bottom: 20px;
  margin-bottom: 50px;
}
#service_section ul {
  display: inline-block;
  list-style: none;
}
#service_section ul li {
  /*float: left;*/
  display: block;
}
.box_section {
  background: #fff;
  padding: 48px 25px;
  /*min-height: 495px;
    */
}
.box_section img {
  width: auto !important;
}
.box_section h3:after {
  content: "";
  display: block;
  border: 1px solid #000;
  width: 50px;
  border: 1px solid #000;
  margin: 5px auto 20px;
}
#service_section h3 a:hover {
  text-decoration: none;
  color: #323a4b;
}
#service_section .owl-carousel .owl-stage {
  float: left !important;
}
#service_section ul.owl-carousel li {
  width: auto;
}
#service_section ul.owl-carousel li h3 {
  position: static;
}
.box_section img {
  margin-bottom: 25px;
}
#service_section .btn-rd {
  color: #fff;
  border-color: #fff;
  margin-top: 35px;
}
#latest_work {
  padding: 92px 0 86px 0;
  text-align: center;
}
#latest_work h2 {
  font-size: 36px;
  line-height: 46px;
  background: url(assets/images/blackbrdr.png) no-repeat bottom center;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#latest_work img {
  width: 100%;
}
#footer {
  background: #0c0d11;
  padding: 81px 0 112px 0;
}
#footer h2 {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
  text-transform: uppercase;
}
#footer p {
  color: #fff;
  font-size: 15px;
  line-height: 25px;
  opacity: 0.8;
}
#footer_middle p {
  font-size: 16px;
  line-height: 26px;
}
#footer ul {
  list-style: none;
}
#footer ul li {
  color: #fff;
  font-family: "Century Gothic";
  font-size: 16px;
  margin-bottom: 9px;
  background: url(assets/images/arrow_icon.png) no-repeat 0px 7px;
  padding-left: 24px;
  opacity: 0.8;
}
#footer a {
  color: #fff;
  opacity: 0.8;
}
#footer_left {
  padding-right: 76px;
}
#footer_left img {
  margin-bottom: 28px;
}
a.footer_logo {
  opacity: 1;
}
#footer .social_icons {
  padding-top: 25px;
}
#footer .social_icons h4 {
  font-size: 18px;
  color: #fff;
  line-height: 28px;
  font-weight: bold;
  text-transform: uppercase;
}
#footer .social_icons a {
  display: inline-block;
  width: 53px;
  height: 52px;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 52px;
  padding-right: 0px;
  margin-right: 22px;
  text-decoration: none;
  opacity: 0.8;
}
#footer .social_icons a:hover {
  color: #777e8d;
}
.footer_inner {
  padding-left: 0px;
  /*background: url(assets/images/loctn-icon.png) no-repeat top left;
    */
}
#footer_last {
  /* padding-top: 20px;
     */
}
#footer_last h2 {
  margin-bottom: 12px;
}
.copyright {
  padding: 37px 0;
  background: #2d3037;
}
.copy_links {
  float: right;
}
.copyright p,
.copyright ul {
  color: #fff;
  margin: 0px;
  font-size: 14px;
}
.copyright p a {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-family: "Century Gothic";
}
.copyright p a:hover {
  text-decoration: underline;
}
.copyright ul li {
  list-style: none;
  display: inline-block;
  padding-left: 15px;
  text-transform: uppercase;
}
.copyright ul li a {
  color: #fff;
  text-decoration: none;
}
.copyright ul li a:hover {
  text-decoration: underline;
}
.home h2.entry-title {
  display: none;
}
#page_outer {
  padding: 40px 0;
}
#banner_inner h1.entry-title {
  color: #fff;
  font-size: 43px;
  color: #fff;
  background: url(assets/images/inner-brdr.png) no-repeat bottom center;
  padding-bottom: 20px;
  margin-top: -50px;
}
.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
.alignright {
  float: right;
  margin: 0 20px 0px 20px;
}
.aligncenter {
  float: none;
  margin: 0 auto;
  display: block;
}
.content {
  text-align: center;
}
.content ul {
  margin-bottom: 20px;
  margin-left: 20px;
}
.content ul li {
  text-align: left;
}
.content h2 {
  font-size: 32px;
  color: #414955;
  background: url(assets/images/blackbrdr.png) no-repeat bottom center;
  padding-bottom: 20px;
}
.content p {
  line-height: 25px;
  margin-bottom: 25px;
}
.products_list ul {
  list-style: none;
  font-size: 15px;
  float: right;
  margin-right: 40px;
}
.products_list.list2 ul {
  float: left;
}
.products_list ul li {
  background: url(assets/images/arrow3.png) no-repeat left;
  text-align: left;
  padding-left: 32px;
  margin-bottom: 5px;
}
span.left_arrow {
  position: absolute;
  left: -50px;
  top: 50%;
}
span.left_arrow:after {
  content: "\eb5e";
  font-family: icofont;
  font-size: 35px;
  color: #7a7b7e;
}
span.right-arrow:after {
  content: "\eb61";
  font-family: icofont;
  font-size: 35px;
  color: #7a7b7e;
}
span.right-arrow {
  position: absolute;
  right: -50px;
  top: 50%;
}
#latest_work ul {
  list-style: none;
}
#latest_work ul.owl-carousel li .top_line img {
  width: auto;
  position: absolute;
  top: -138px;
  right: 20px;
}
#latest_work ul li {
  position: relative;
  width: auto;
  margin: 0;
}
#latest_work ul li h3 {
  /*position: absolute;
     bottom: 0;
    */
  color: #fff;
  margin-bottom: 0px;
  width: 100%;
  text-align: center;
  padding: 0 10px;
}
#latest_work ul li h3 a {
  color: #fff;
  text-decoration: none;
}
/*#latest_work ul li h3:after {
     content: "\eb55";
     font-family: icofont;
     width: 33px;
     height: 34px;
     display: inline-block;
     border: 1px solid #fff;
     border-radius: 50%;
     line-height: 34px;
     float: right;
     text-align: center;
     cursor: pointer;
}
*/
.owl_slider {
  max-width: 80%;
  display: block;
  margin: 0 auto;
}
.single .post-navigation {
  display: none;
}
.content .re_cycle {
  border: 1px solid #424956;
  border-radius: 5px;
  margin-bottom: 30px;
}
.content .re_cycle h4 {
  background: #424956;
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 20px;
  font-size: 24px;
  line-height: 30px;
}
.content .re_cycle p {
  margin: 30px 25px;
  font-size: 15px;
  line-height: 30px;
  font-weight: 600;
}
.content .sedex_sec {
  margin: 40px 0;
  vertical-align: top;
  background: #ebebeb;
  padding: 20px 20px 30px 30px;
  text-align: left;
}
.content .sedex_sec h4 {
  color: #0f5984;
  text-align: left;
  width: 100%;
  margin-bottom: 15px;
  font-size: 25px;
  line-height: 30px;
}
.content .sedex_sec h4 img {
  margin-right: 6px;
}
.content .sedex_sec p {
  color: #62666e;
  font-size: 15px;
  line-height: 30px;
  font-weight: 600;
}
.content .apprent_pgm h4 {
  text-align: left;
  font-size: 24px;
  color: #424956;
  line-height: 30px;
}
.content .apprent_pgm p {
  text-align: left;
  color: #62666e;
  font-size: 15px;
  line-height: 30px;
  font-weight: 600;
}
/*************************** Design Page ***************************/
#page_inner ul.design_blk li {
  list-style: none;
  text-align: left;
  background: #f4f4f4;
  padding: 40px;
  margin-bottom: 25px;
  overflow: hidden;
}
#page_inner ul.design_blk li li {
  background: transparent;
}
#page_inner ul.design_blk {
  padding-top: 30px;
  margin-left: 0;
}
#page_inner ul.design_blk li h3 {
  color: #494f5e;
  font-weight: 800;
  margin-bottom: 26px;
}
#page_inner ul.design_blk li p {
  margin-bottom: 0;
}
#design_bg_img img {
  width: 100%;
}
#design_bg_img p {
  margin-bottom: 0;
}
#testimonial_in h2 {
  font-size: 35px;
  color: #414955;
  background: url(assets/images/blackbrdr.png) no-repeat bottom center;
  padding-bottom: 20px;
  text-align: center;
  margin-bottom: 70px;
}
#testimonial_in .easy_testimonial_image_wrapper,
#client_test .easy_testimonial_image_wrapper {
  float: left;
  width: 14%;
}
#testimonial_in .easy_testimonial_image_wrapper img,
#client_test .easy_testimonial_image_wrapper img {
  max-width: 100%;
  width: 100%;
  max-height: 100% !important;
  box-shadow: 1px 1px 22px #c2c2c2;
}
#testimonial_in .testimonial_body,
#client_test .testimonial_body {
  margin-left: 18px;
  display: inline-block;
  float: left;
  width: 70%;
  margin-top: 0;
  margin-bottom: 18px;
}
#testimonial_in .testimonial_body p,
#client_test .testimonial_body p {
  color: #888889;
  font-weight: 600;
}
#testimonial_in p.testimonial_author,
#client_test p.testimonial_author {
  float: left;
  width: 83%;
  margin-left: 18px;
}
#testimonial_in p.testimonial_author span.testimonial-client,
#client_test p.testimonial_author span.testimonial-client {
  font-style: normal;
  font-weight: 800;
  color: #424956;
  font-size: 15px;
}
#testimonial_in p.testimonial_author span.testimonial-position,
#client_test p.testimonial_author span.testimonial-position {
  font-style: normal;
  color: #424956;
  font-size: 15px;
}
#testimonial_in .easy-t-cycle-pager span.cycle-pager-active,
#client_test .easy-t-cycle-pager span.cycle-pager-active {
  color: #424956;
}
.test_in {
  padding: 0 50px;
}
#testimonial_in .easy-t-cycle-prev {
  background: url(assets/images/left.png) no-repeat left center;
  display: inline-block;
  width: 18px;
  height: 30px;
  position: absolute;
  left: -32px;
  font-size: 0;
  top: 50%;
  transform: translateY(-50%);
}
#testimonial_in .easy-t-cycle-next {
  background: url(assets/images/right.png) no-repeat left center;
  display: inline-block;
  width: 18px;
  height: 30px;
  position: absolute;
  right: -16px;
  font-size: 0;
  top: 50%;
  transform: translateY(-50%);
}
#testimonial_in {
  padding: 70px 0 30px;
  background: #f7f7f8;
}
#testimonial_in .easy-t-slideshow-wrap {
  position: relative;
}
.page-template-page-sectors ul.img-list li {
  width: 30.8%;
  margin: 7px 5px;
}
.page-template-page-sectors ul.img-list h3 a {
  margin-bottom: 0;
  color: #fff;
  position: absolute;
  bottom: 0px;
  text-align: center;
  right: 0;
  left: 0;
  font-size: 18px;
  line-height: 23px;
  width: 170px;
  display: block;
  margin: 0 auto;
}

.pro_inner h3 {
  margin-bottom: 0;
  color: #fff;
  position: absolute;
  bottom: 0px;
  top: 50%;
  text-align: center;
  right: 0;
  left: 0;
  font-size: 18px;
  line-height: 23px;
  width: 170px;
  display: block;
  margin: 0 auto;
}
.page-template-page-sectors ul.img-list h3 a:hover {
  text-decoration: none;
}
#design_logo {
  padding: 70px 0;
}
/*
.design_logo_img ul {
     list-style:none;
     text-align: center;
}
*/
.design_logo_img ul li {
  display: inline-block;
  /*margin-right:20px;
     width:18%;
    */
}
/*
.design_logo_img ul li:last-child {
     margin-right:0;
}
*/
.case_outer p {
  margin-bottom: 35px;
  line-height: 30px;
}
.case_outer h2.title_line {
  margin-bottom: 30px;
}
.case_outer ul.img-list {
  margin: 0;
  list-style: none;
  margin-bottom: 46px;
  text-align: center;
}
ul.img-list.disc_blk li {
  width: 24%;
  margin: 4px;
}
ul.img-list li,
ul.owl-carousel li {
  display: inline-block;
  position: relative;
  width: 22.8%;
  margin: 0 12px;
}
ul.img-list li img,
ul.owl-carousel li img {
  width: 100%;
}
span.text-content span {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
ul.img-list li:hover span.text-content,
ul.owl-carousel li:hover span.text-content {
  opacity: 1;
}
span.text-content {
  background: url(assets/images/bkgrd.png) repeat;
  color: #fff;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}
ul.img-list li br {
  display: none;
}
article.img-list .pro_inner {
  display: block;
  position: relative;
}
article.img-list .pro_inner img {
  width: 100%;
}
span.text-content span {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
article.img-list .pro_inner:hover span.text-content {
  opacity: 1;
}
span.text-content {
  background: url(assets/images/bkgrd.png) repeat;
  color: #fff;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}
article.img-list .top_line img {
  width: auto;
  position: absolute;
  top: -120px;
  right: 20px;
}
article.img-list h3 a {
  margin-bottom: 0;
  color: #fff;
  position: absolute;
  bottom: 0px;
  text-align: center;
  right: 0;
  left: 0;
  font-size: 18px;
  line-height: 23px;
  width: 170px;
  display: block;
  margin: 0 auto;
}
article.img-list h3 a:hover {
  text-decoration: none;
}
.project_main article {
  display: inline-block;
  width: 23%;
  margin: 0 5px;
  margin-bottom: 15px;
  vertical-align: top;
}
.nav-links {
  display: inline-block;
}
.case_outer ul.img-list p {
  margin: 0;
}
ul.img-list p {
  margin: 0;
}
.case_outer ul.img-list .top_line img {
  width: auto;
  position: absolute;
  top: -102px;
  right: 20px;
}
ul.img-list .top_line img {
  width: auto;
  position: absolute;
  top: -102px;
  right: 20px;
}
.page-template-page-sectors ul.img-list .top_line img {
  top: -102px;
}
.sect_out h2 {
  font-size: 32px;
  color: #414955;
  background: url(assets/images/blackbrdr.png) no-repeat bottom center;
  padding-bottom: 20px;
  text-align: center;
}
.sec_sidebar {
  border: 1px solid #ccc;
}
.sec_sidebar ul {
  list-style: none;
  padding: 15px;
}
.sec_sidebar h3 {
  background: #0f5984;
  height: 45px;
  line-height: 45px;
  color: #fff;
  padding: 0 25px;
}
.sec_sidebar ul li a {
  font-size: 18px;
  line-height: 42px;
}
.sec_sidebar ul li a:hover {
  text-decoration: none;
}
.sec_sidebar ul li {
  border-bottom: 1px solid #83a7bc;
}
.sec_sidebar ul li:last-child {
  border-bottom: none;
}
.case_outer ul.img-list a.read,
ul.owl-carousel li a.read {
  display: inline-block;
  color: #fff;
  border: 1px solid #fff;
  padding: 0 17px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}
ul.img-list a.read,
ul.owl-carousel li a.read {
  display: inline-block;
  color: #fff;
  border: 1px solid #fff;
  padding: 0 17px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}
h6.read {
  display: inline-block;
  color: #fff;
  border: 1px solid #fff;
  padding: 0 17px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}
.case_outer ul.img-list h3,
ul.owl-carousel li h3 {
  margin-bottom: 0;
  color: #fff;
  position: absolute;
  bottom: -77px;
  text-align: center;
  right: 0;
  left: 0;
  font-size: 18px;
  line-height: 23px;
}
ul.img-list h3,
ul.owl-carousel li h3 {
  margin-bottom: 0;
  color: #fff;
  position: absolute;
  bottom: -77px;
  text-align: center;
  right: 0;
  left: 0;
  font-size: 18px;
  line-height: 23px;
  width: 170px;
  display: blozk;
  margin: 0 auto;
}
.case_outer ul.img-list h3 br {
  display: block;
}
ul.img-list h3 br {
  display: block;
}
.case_outer ul.img-list a.read:hover,
ul.owl-carousel li a.read:hover {
  text-decoration: none;
}
ul.img-list a.read:hover,
ul.owl-carousel li a.read:hover {
  text-decoration: none;
}
.case_outer a.view {
  border: 1px solid #0f5984;
  height: 40px;
  line-height: 40px;
  padding: 0 34px;
  font-size: 18px;
  color: #0f5984;
  display: inline-block;
  margin-bottom: 5px;
}
.case_outer a.view {
  border: 1px solid #0f5984;
  height: 40px;
  line-height: 40px;
  padding: 0 34px;
  font-size: 18px;
  color: #0f5984;
  display: inline-block;
  margin-bottom: 5px;
}
a.view {
  border: 1px solid #0f5984;
  height: 40px;
  line-height: 40px;
  padding: 0 34px;
  font-size: 18px;
  color: #0f5984;
  display: inline-block;
  margin-bottom: 5px;
}
.case_outer a.view:hover {
  text-decoration: none;
  background: #0f5984;
  color: #fff;
  border: 1px solid #fff;
}
a.view:hover {
  text-decoration: none;
  background: #0f5984;
  color: #fff;
  border: 1px solid #fff;
}
ul.owl-carousel li h3 {
  bottom: -90px;
}
.case_single h1.entry-title {
  display: none;
}
.case_single ul {
  list-style: none;
}
.case_single ul li {
  display: inline-block;
  vertical-align: top;
}
.case_full h2 {
  font-size: 30px;
  color: #414955;
  background: url(assets/images/blackbrdr.png) no-repeat bottom left;
  padding-bottom: 20px;
}
.case_full {
  text-align: left;
}
.case_full h2 a {
  color: #414955;
}
.case_full h2 a:hover {
  color: #0f5984;
  text-decoration: none;
}
.case_full article {
  margin-bottom: 25px;
}
.case_full a.moretag {
  background: #0f5984;
  color: #fff;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
  border-radius: 4px;
  margin-top: 17px;
}
.case_full a.moretag:hover {
  background: #174f70;
  text-decoration: none;
}
ul.case_img {
  list-style: none;
}
ul.case_img li {
  display: inline-block;
  width: 24%;
  margin-bottom: 15px;
}
#page_inner ul.design_blk ul li {
  list-style: disc;
  padding: 0;
  margin-bottom: 8px;
}
#page_inner ul.design_blk ul {
  margin-bottom: 10px;
}
/*************************** Contact Us ***************************/
.contact_left input[type="text"],
.contact_left input[type="email"],
.contact_left input[type="tel"] {
  border: 1px solid #d5d5d5;
  padding: 0 10px;
  height: 39px;
  line-height: 39px;
  width: 100%;
  color: #000;
  background: #f3f3f3;
  margin-bottom: 24px;
  font-size: 14px;
}
.contact_left.join_left {
  padding-left: 8%;
}
.contact_left label {
  text-align: left;
  display: block;
  color: #8c8c8c;
  font-size: 14px;
}
.contact_left textarea {
  border: 1px solid #d5d5d5;
  padding: 10px;
  height: 155px;
  width: 100%;
  max-width: 100%;
  color: #000;
  background: #f3f3f3;
  margin-bottom: 10px;
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
}
.join_right p {
  text-align: right;
  font-size: 14px;
  color: #4e4e4e;
  margin-bottom: 20px;
  font-weight: bold;
}
.join_right p a {
  text-align: right;
  font-size: 14px;
  color: #4e4e4e;
}
.join_right h3 {
  font-size: 20px;
  color: #0f5984;
  margin-bottom: 20px;
  text-align: right;
  font-weight: 600;
}
.contact_left input[type="submit"] {
  font-size: 24px;
  border: none;
  display: inline-block;
  padding: 0 35px;
  color: #fff;
  background: #0f5984;
  line-height: 50px;
  height: 50px;
  float: left;
  border-radius: 4px 0 4px 0;
}
.contact_left.join_left input[type="submit"] {
  margin-top: 30px;
}
.contact_left.join_left span.wpcf7-list-item {
  margin: 20px 0 25px 0;
}
.contact_left.join_left span.wpcf7-list-item-label {
  font-size: 14px;
}
.join_blk {
  margin-right: 40%;
}
.contact_left input[type="submit"]:hover {
  background: #0e4566;
}
.contact_left form br {
  display: none;
}
.contact_left h3,
.contact_right h3 {
  font-size: 30px;
  color: #0f5984;
  line-height: 34px;
  padding: 60px 0 80px;
  margin-bottom: 0;
  font-weight: bold;
}
.contact_right br,
.contact_left br {
  display: none;
}
.contact_left p {
  margin-bottom: 0;
}
.contact_cont {
  border: 1px solid #ebebeb;
  padding: 30px;
  margin-bottom: 25px;
}
.contact_right h4 {
  font-size: 18px;
  color: #fff;
  text-align: center;
  display: block;
  height: 48px;
  line-height: 48px;
  margin-bottom: 0;
  background: #0f5984;
  font-weight: bold;
}
.contact_cont p.add {
  font-size: 14px;
  line-height: 26px;
  color: #565656;
  background: url(assets/images/map.png) no-repeat 0px 5px;
  padding-left: 38px;
  text-align: left;
}
.contact_cont p.phn {
  font-size: 14px;
  line-height: 26px;
  color: #565656;
  background: url(assets/images/phone.png) no-repeat 0px 5px;
  padding-left: 38px;
  text-align: left;
}
.contact_cont p.fax {
  font-size: 14px;
  line-height: 26px;
  color: #565656;
  background: url(assets/images/fax.png) no-repeat 0px 5px;
  padding-left: 38px;
  text-align: left;
}
.contact_cont p.mail {
  margin-bottom: 0;
}
.contact_cont p a {
  font-size: 14px;
  line-height: 26px;
  color: #565656;
  background: url(assets/images/mail.png) no-repeat 0px 2px;
  padding-left: 38px;
  text-align: left;
}
.contact_cont p {
  text-align: left;
  font-weight: bold;
  margin-bottom: 15px;
}
.confirm {
  display: inline-block;
  margin-bottom: 30px;
}
.content .contact_left,
.content .contact_right {
  text-align: left;
}
.contact_left .span.wpcf7-list-item {
  margin: 0;
}
.contact_new.contact_cont {
  border: none;
}
.contact_new.contact_cont p,
.contact_new.contact_cont p a {
  font-size: 16px;
  margin-bottom: 15px;
  color: #414955;
  font-weight: normal;
}
.contact_new.contact_cont p.left_in {
  padding-left: 38px;
}
.contact_left span.wpcf7-list-item {
  margin-left: 0;
}
#page_inner.geography {
  padding-top: 25px;
}
/*************************** History Page ***************************/
#history {
  background: #484b54;
  padding: 50px 0;
}
.his_cont {
  padding: 150px 0 0;
}
.his_cont p {
  text-align: center;
}
.his_cont ul {
  list-style: none;
  display: inline-block;
  margin-bottom: 40px;
}
.his_cont ul li {
  float: left;
  width: 30%;
  margin-right: 20px;
  margin-bottom: 180px;
}
.grey_out {
  background: url(assets/images/his_bg.png) no-repeat;
  display: inline-block;
  padding-top: 72px;
  width: 100%;
  background-size: 100%;
  margin-top: -130px;
}
.grey_in {
  background: #ffffff;
  padding: 20px;
  border-radius: 0 0 35px 35px;
  position: relative;
  text-align: center;
}
.grey_in h3 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}
.grey_in p {
  color: #585858;
  font-size: 15px;
  line-height: 28px;
}
.grey_in img {
  margin-top: -50px;
}
.grey_in:after {
  content: "";
  background: url(assets/images/tri.png) no-repeat;
  display: inline-block;
  width: 36px;
  height: 30px;
  position: absolute;
  right: 43px;
  bottom: -30px;
}
.color_cont {
  background: #f00;
  border-radius: 35px;
  padding: 0 20px 60px;
}
.color_cont h2 {
  padding-top: 20px;
  text-align: center;
  font-size: 35px;
  font-weight: 600;
}
.grey_out:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
#color1.color_cont {
  background: #d22630;
}
#color2.color_cont {
  background: #8bbee8;
}
#color3.color_cont {
  background: #e1c87a;
}
#color4.color_cont {
  background: #fce300;
}
#color5.color_cont {
  background: #000;
}
#color6.color_cont {
  background: #d6d6dd;
}
li#color5,
li#color6,
li#color4 {
  margin-bottom: 0;
}
#color5.color_cont h2,
#color2.color_cont h2 {
  color: #fff;
}
.his_top {
  text-align: center;
}
.his_top h2 {
  font-size: 35px;
  color: #ffffff;
  background: url(/wp-content/uploads/2018/08/grey_line.png) no-repeat bottom center;
  padding-bottom: 30px;
}
.content hr {
  border-top: 1px solid #e7e7e7;
  margin: 30px 0;
}
.content h3 {
  margin-bottom: 25px;
  /* color: #494F5E; */
}
.award_box {
  border: 1px solid #98b3c6;
  padding: 30px;
  text-align: left;
}
.award_box h4 {
  font-size: 18px;
  text-transform: uppercase;
  color: #0f5984;
  font-weight: bold;
}
ul.awards_list {
  list-style: none;
  margin: 0;
  text-align: left;
  margin-bottom: 40px;
}
ul.awards_list li {
  background: url(assets/images/awards_list_arrow.png) no-repeat 0px 5px;
  padding-left: 35px;
  margin-bottom: 12px;
}
ul.page-list li {
  background: url(assets/images/awards_list_arrow.png) no-repeat 0px 5px;
  padding-left: 35px;
  margin-bottom: 12px;
  list-style: none;
}
a.content_btn {
  color: #fff;
  padding: 10px 40px;
  background: #0f5984;
  display: inline-block;
  font-size: 24px;
  line-height: 34px;
}
a.content_btn:hover {
  background: #0f5984;
  text-decoration: none;
}
.accordion {
  max-width: 800px;
  margin: 0 auto;
}
#accordion-1.accordion h3.accordion-title {
  color: #fff;
  font-size: 24px;
  line-height: 34px;
  padding: 10px 40px;
  background: #0f5984 url(/wp-content/uploads/2018/08/accordian.png) no-repeat 97% 50%;
  margin: 0;
}
.accordion ul {
  list-style: none;
}
.accordion ul li {
  display: block;
  border-bottom: 1px solid #87acc1;
  font-size: 15px;
  color: #0e3f5b;
  padding: 8px 0;
}
.accordion ul li a {
  display: block;
  font-size: 15px;
  color: #0e3f5b;
}
.accordion ul li a:hover {
  text-decoration: none;
  color: #000;
}
ul.award_logo {
  list-style: none;
  margin-left: 0;
  margin-top: 50px;
}
ul.award_logo li {
  display: inline-block;
}
ul.award_logo li img {
  max-width: 70%;
}
#accordion-1 ul {
  margin-left: 0;
}
#accordion-1 p {
  margin-bottom: 0;
}
/*************************** Client Page ***************************/
.client_sec ul {
  list-style: none;
  margin-left: 0;
}
.client_sec ul li {
  display: inline-block;
  margin-right: 3px;
  width: 13%;
}
.client_sec ul li:last-child {
  margin-right: 0;
}
.client_sec ul li img {
  max-width: 68%;
}
.client_sec #page_inner {
  display: block;
  padding: 0 24px;
}
.client_sec {
  border-bottom: 1px solid #dedede;
  padding-bottom: 10px !important;
}
#client_out {
  padding: 35px 0;
}
.client_cont p {
  text-align: center;
  line-height: 25px;
  margin-bottom: 15px;
}
#client_test {
  background: #f7f7f8;
  padding: 70px 0 30px;
  text-align: center;
}
.client_test_in h2 {
  font-size: 35px;
  color: #424956;
  background: url(assets/images/blackbrdr.png) no-repeat bottom center;
  padding-bottom: 30px;
  margin-bottom: 47px;
}
.client_test_in .easy-t-cycle-pager span.cycle-pager-active {
  color: #424956;
}
.client_test_in .easy-t-cycle-pager span {
  margin-right: 8px;
}
.client_test_in .testimonial_body p {
  font-size: 15px;
  font-style: italic;
  color: #888889;
}
.client_test_in span.testimonial-client {
  font-weight: 900;
  color: #424956;
  font-size: 15px;
  font-style: normal;
  margin-top: 15px;
}
.client_test_in span.testimonial-position {
  font-weight: 600;
  color: #424956;
  font-size: 15px;
  font-style: normal;
}
.client_test_in .testimonial_body {
  padding: 0px;
}
.client_test_in .easy-t-cycle-prev {
  left: -32px;
  margin-top: -112px;
  background: url(assets/images/prev.png) no-repeat left;
  display: inline-block;
  width: 18px;
  height: 30px;
  position: relative;
  font-size: 0;
  z-index: 999;
}
.client_test_in .easy-t-cycle-next {
  margin-top: -112px;
  background: url(assets/images/next.png) no-repeat left;
  display: inline-block;
  width: 18px;
  height: 30px;
  position: relative;
  font-size: 0;
  z-index: 999;
}
.client_test_in img {
  margin-bottom: 25px;
}
#client_test .easy_t_single_testimonial blockquote.easy_testimonial {
  text-align: left;
}
.design_blk li img {
  width: 100%;
}
/*************************** Sustainability Page ***************************/
.sustain_cont {
  text-align: left;
  padding: 30px 0 20px;
}
.sustain_cont h3 {
  font-size: 25px;
  color: #424956;
  background: url(assets/images/blackbrdr.png) no-repeat bottom left;
  padding-bottom: 30px;
  margin-bottom: 15px;
}
.sustain_cont ul {
  margin-bottom: 30px;
  list-style: none;
}
.sustain_cont ul li {
  line-height: 25px;
  background: url(assets/images/awards_list_arrow.png) no-repeat 0px 5px;
  padding-left: 35px;
  margin-bottom: 12px;
}
/*************************** Discipline Page ***************************/
.disc_cont img {
  float: left;
  width: 29%;
  margin-right: 30px;
}
.disc_cont {
  border: 1px solid #424956;
  margin-bottom: 35px;
  border-radius: 4px;
}
.disc_in {
  float: left;
  width: 65%;
  text-align: left;
  padding-top: 12px;
  hyphens: none;
}
.disc_in h3 {
  font-size: 24px;
  line-height: 28px;
  color: #424956;
  font-weight: 600;
  margin-bottom: 20px;
}
.disc_in h3 a {
  font-size: 24px;
  line-height: 28px;
  color: #424956;
  font-weight: 600;
}
.disc_in h3 a:hover {
  text-decoration: none;
}
.disc_in p {
  font-size: 14px;
  line-height: 28px;
  color: #616161;
  margin-bottom: 0;
}
#contact_map img {
  width: 100%;
}
.disc_inner p {
  margin-bottom: 0;
}
/*************************** Health Page ***************************/
#health {
  padding: 50px 0 30px;
}
#on_sight {
  position: relative;
}
.sight_in {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
}
.sight_in h2 {
  font-size: 35px;
  color: #fff;
  background: url(assets/images/inner-brdr.png) no-repeat bottom center;
  padding-bottom: 22px;
  margin-bottom: 0;
}
#sight_bot {
  text-align: center;
  padding: 50px 0;
}
#site_tab {
  padding: 35px 0;
  background: #f3f6f8;
}
#site_tab table {
  width: 100%;
  text-align: center;
}
table.gold tr th {
  background: #dfc771;
  text-align: center;
  padding: 8px 0;
  font-size: 20px;
  color: #000;
  text-transform: uppercase;
  border-radius: 4px;
  border-bottom: 10px solid #f3f6f8;
}
table.silver tr th {
  background: #d6d6de;
  text-align: center;
  padding: 8px 0;
  font-size: 20px;
  color: #000;
  text-transform: uppercase;
  border-radius: 4px;
  border-bottom: 10px solid #f3f6f8;
}
#site_tab table tr {
}
#site_tab table tr td {
  padding: 8px 0;
  background: #fff;
  font-size: 16px;
}
table.gold tr td {
  color: #dfc771;
  font-weight: bold;
  border: 6px solid #f3f6f8;
}
table.silver tr td {
  color: #d6d6de;
  font-weight: bold;
  border-bottom: 6px solid #f3f6f8;
}
/*************************** Traditional Page ***************************/
.project_main h2 {
  background: none;
  font-size: 24px;
  color: #fff;
  padding-bottom: 0;
  margin-bottom: 0;
}
.project_main h2 a {
  font-size: 15px;
  color: #fff;
  height: 50px;
  line-height: 50px;
  display: block;
}
.project_main h2 a:hover {
  text-decoration: none;
  color: #fff;
}
.project_main {
}
.pro_single {
  padding: 30px 0;
}
.pro_title h2 {
  font-size: 30px;
  color: #414955;
  background: url(assets/images/blackbrdr.png) no-repeat bottom center;
  padding-bottom: 20px;
  text-align: center;
  margin-bottom: 50px;
}
.pro_tab table {
  width: 100%;
  text-align: left;
  border: 1px solid #e5e5e5;
  margin-bottom: 10px;
}
.pro_tab table tr th {
  background: #f0f0f0;
  text-align: left;
  font-size: 22px;
  color: #424956;
  padding: 10px 20px;
  font-weight: normal;
  width: 50%;
  border-right: 1px solid #e5e5e5;
}
.pro_tab table tr td {
  background: #fff;
  text-align: left;
  font-size: 15px;
  color: #424956;
  padding: 10px 20px;
}
.pro_des h2 {
  font-weight: bold;
  font-size: 22px;
  color: #424956;
  margin-bottom: 15px;
}
.pro_des {
  padding-top: 30px;
}
.geo_banner img {
  width: 100%;
}
ul.img-list {
  margin: 0;
  list-style: none;
  margin-bottom: 46px;
}
.pagination {
  display: block;
}
.pagination .page-numbers {
  background: #000;
  display: block;
  float: left;
  color: #fff;
  border-radius: 3px;
  padding: 4px 10px;
  margin-right: 10px;
  line-height: 22px;
  height: 31px;
}
.pagination a.page-numbers:hover,
.pagination .page-numbers.current {
  background: #0f5984;
  text-decoration: none;
  color: #fff;
}
.pagination span.meta-nav {
  font-size: 0;
}
svg:not(:root) {
  display: none;
}
.post-type-archive-projects #banner h2,
.post-type-archive-case-study #banner h2 {
  color: #fff;
  font-size: 43px;
  color: #fff;
  background: url(assets/images/inner-brdr.png) no-repeat bottom center;
  padding-bottom: 20px;
  margin-top: -50px;
}
/*************************** portfolio Page ***************************/
ul.img-list.sect_list {
  margin-top: 50px;
}
ul.img-list.sect_list li {
  display: block;
  position: relative;
  width: 24.5%;
  margin: 1px;
  float: left;
}
ul.img-list.sect_list h3 {
  text-align: left;
  width: 100%;
  padding-left: 14px;
  bottom: -120px;
}
ul.img-list.sect_list h3 a {
  color: #fff;
  font-size: 16px;
}
ul.img-list.sect_list h3 a:hover {
  text-decoration: none;
}
#latest_work a.sec_view {
  margin-top: 40px;
}
a.sec_view {
  width: 125px;
  margin: 0 auto;
  font-size: 18px;
  color: #0f5984;
  background: #fff;
  line-height: 35px;
  display: block;
  text-align: center;
  padding: 0 22px;
  height: 45px;
  line-height: 45px;
  border: 1px solid #0f5984;
  border-radius: 22px;
}
a.port_view {
  font-size: 18px;
  color: #0f5984;
  background: url(/wp-content/uploads/2018/08/view_icon.png) no-repeat right;
  line-height: 35px;
  display: inline-block;
  padding-right: 45px;
  margin-top: 30px;
}
a.port_view:hover {
  color: #000;
  text-decoration: none;
}
a.sec_view:hover {
  color: #fff;
  background: #0f5984;
  text-decoration: none;
}
.project_right .n2-ow {
  opacity: 1 !important;
}
.project_right .nextend-thumbnail-scroller {
  background: #ebebeb !important;
}
#page_inner .ngg-album-compactbox {
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
}
#page_inner .ngg-album-compactbox:before,
#page_inner .ngg-album-compactbox:after {
  border-bottom: none !important;
  border-radius: 0 !important;
}
p.ngg-album-gallery-image-counter {
  display: none !important;
}
#page_inner .ngg-album-compactbox .Thumb {
  border: none !important;
}
#portfolio_outer .ngg-album-compact {
  width: 25%;
  position: relative;
  margin-bottom: 15px !important;
}
#portfolio_outer .ngg-album-compact h4 {
  position: absolute;
  left: 0;
  right: 0;
  color: #fff;
  bottom: 0;
  text-align: center;
  z-index: 2;
  display: none;
}
#portfolio_outer .ngg-album-compact:hover h4 {
  display: block;
}
#portfolio_outer .ngg-album-compact:hover h4 a {
  color: #fff;
  text-align: center;
}
#portfolio_outer .ngg-album-compact:hover:after {
  content: "";
  background: url(assets/images/bkgrd.png) repeat;
  position: absolute;
  width: 96%;
  height: 99%;
  z-index: 1;
  top: 0;
}
#portfolio_outer .ngg-album-compact:hover:before {
  content: "";
  background: url(/wp-content/uploads/2018/07/top_line.png) no-repeat;
  width: 46px;
  height: 47px;
  display: inline-block;
  position: absolute;
  top: 24px;
  right: 29px;
  z-index: 2;
}
#on_sight img {
  width: 100%;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.3%;
  /* 16:9 */
  padding-top: 0;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.design_blk.inner_img img {
  width: auto;
}
#spread_sec,
.spread_sec {
  text-align: left;
}
.client_list ul li {
  float: left;
  width: 50%;
}
.join_in ul {
}
.join_in {
  text-align: center;
}
.join_in h3 {
  text-align: left !important;
  color: #0f5984 !important;
}
.join_in ul.awards_list li {
  display: inline-block;
  width: 48%;
}
.join_left a {
  color: #105a81;
}
.join_left input[type="checkbox"] {
  top: 3px;
  margin-left: 4px;
  position: relative;
}
h3.form_head {
  font-size: 20px;
  color: #0f5984;
  margin-bottom: 0;
  text-align: left;
  font-weight: 600;
  padding: 20px 0 20px 0;
}

#inter ul {
  float: none;
  text-align: center;
}
#inter ul li {
  display: inline-block;
}
.gold_under {
  text-align: center;
  margin-top: 30px;
}
.gold_under ul {
  display: inline-block;
}

.content h2.sp_title {
  font-size: 32px;
  color: #414955;
  background: url(assets/images/blackbrdr.png) no-repeat bottom center;
  padding-bottom: 20px;
  margin-bottom: 50px;
}

ul.list_arrow {
  list-style: none;
}
ul.list_arrow li {
  text-align: center;
  margin-bottom: 5px;
}
ul.list_arrow li:before {
  content: "";
  background: url(assets/images/arrow3.png) no-repeat left;
  width: 17px;
  height: 11px;
  display: inline-block;
  margin: 0 10px 0 0;
}

table.privacy_table {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin-bottom: 20px;
}
table.privacy_table th,
table.privacy_table td {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 10px 10px;
  text-align: center;
  font-size: 14px;
}

#design_logo #slider_1444 {
  width: 1140px;
  max-width: 1140px;
  margin: auto;
}

#design_logo #slider_1444 img {
  display: block !important;
}

@media (min-width: 768px) {
  #header_outer {
    transition: all 0.2s ease;
    min-height: 200px;
    position: relative;
    z-index: 9999;
    background: #fff;
  }
  #header_outer #header {
    transition: all 0.2s ease;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    background: #fff;
  }
  #header_outer.header_fixed {
    transition: all 0.2s ease;
    min-height: 147px;
  }
  #header_outer.header_fixed #header {
    transition: all 0.2s ease;
    position: fixed;
  }
  #header_outer.header_fixed .logo img {
    transition: all 0.2s ease;
    max-width: 60%;
  }
  #header_outer.header_fixed .dwnld_btn {
    padding-top: 35px;
    transition: all 0.2s ease;
  }
  #header_outer.header_fixed .social_icons {
    padding-top: 35px;
    transition: all 0.2s ease;
  }
  #header_outer.header_fixed .menu_nav {
    transition: all 0.2s ease;
  }
  #header_outer.header_fixed .navbar ul li a {
    transition: all 0.2s ease;
    height: 55px;
    line-height: 55px;
  }
  #header_outer.header_fixed .navbar ul li:hover > ul {
    top: 55px;
  }
  #header_outer.header_fixed .navbar ul ul li a {
    height: 39px;
    line-height: 39px;
  }
}

/*************************** Responsive Fix ***************************/
@media (min-width: 992px) and (max-width: 1199px) {
  .content .re_cycle p {
    margin: 20px 15px;
  }
  .navbar ul li a {
    padding: 0 9px;
    font-size: 14px;
  }
  ul.img-list li {
    margin: 0 10px;
  }
  .case_outer ul.img-list .top_line img {
    top: -80px;
  }
  .case_outer ul.img-list h3 {
    bottom: -63px;
  }
  #latest_work ul.owl-carousel li .top_line img {
    top: -107px;
  }
  #header_outer {
    min-height: 185px;
  }
  .grey_out {
    padding-top: 60px;
  }
  .disc_cont img {
    width: 28%;
  }
  .client_sec ul li {
    margin-right: 0;
  }
  .client_sec ul li img {
    max-width: 87%;
  }
  .client_sec ul li {
    width: 16%;
  }
  .client_sec ul {
    margin-left: 0;
  }

  #owl-carousel2 span.right-arrow {
    right: -20px;
  }
  #owl-carousel2 span.left_arrow {
    left: -20px;
  }
  .copyright p,
  .copyright ul {
    font-size: 13px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  ul.img-list li {
    width: 46%;
    margin-bottom: 20px;
  }
  .case_outer ul.img-list .top_line img {
    top: -130px;
  }
  .case_outer ul.img-list h3 {
    bottom: -90px;
  }
  #latest_work ul.owl-carousel li .top_line img {
    top: -75px;
  }
  ul.owl-carousel li h3 {
    bottom: -47px;
  }
  .navbar ul li a {
    padding: 0 5px;
    font-size: 11px;
    height: 60px;
    line-height: 60px;
  }
  .navbar ul li:hover > ul {
    top: 60px;
  }
  .dwnld_btn {
    padding-top: 38px;
  }
  .social_icons {
    padding-top: 38px;
  }
  .dwnld_btn a.btn {
    font-size: 12px;
    padding: 0 13px;
  }
  #header_outer {
    min-height: 143px;
  }
  #header_outer.header_fixed .dwnld_btn {
    padding-top: 20px;
  }
  #header_outer.header_fixed .social_icons {
    padding-top: 20px;
  }
  #header_outer.header_fixed {
    min-height: 120px;
  }
  #header_outer.header_fixed .logo img {
    max-width: 70%;
  }
  .banner_content h1 {
    font-size: 47px;
    line-height: 50px;
  }
  #middle_section {
    padding: 50px 0;
  }
  #service_section,
  #latest_work {
    padding: 50px 0;
  }
  #service_section h2 {
    margin-bottom: 20px;
  }
  .box_section {
    padding: 25px;
  }
  #service_section .ezcol-one-third {
    width: 31% !important;
    margin-right: 2%;
  }
  #footer .social_icons a {
    margin-right: 12px;
  }
  .copyright ul li a {
    font-size: 13px;
  }
  .copyright p,
  .copyright ul {
    font-size: 13px;
  }
  li#color5,
  li#color6,
  li#color4 {
    margin-bottom: 180px;
  }
  .his_cont ul li {
    width: 46%;
  }
  #color5.color_cont {
    margin-bottom: 30px;
  }
  #color6.color_cont {
    margin-bottom: 30px;
  }
  #history {
    padding-bottom: 0;
  }
  .disc_cont img {
    float: none;
    width: 100%;
    margin-right: 0;
    height: auto;
  }
  .disc_in {
    float: none;
    width: 100%;
    text-align: left;
    padding: 20px;
  }
  .content h3 {
    clear: both;
  }
  .client_sec ul li img {
    max-width: 87%;
  }
  .client_sec ul li {
    margin-right: 0;
    width: 16%;
  }
  /*
     .design_logo_img ul li {
         width:20%;
         margin-right:15px;
    }
*/
  /*
     .design_logo_img ul li:first-child {
         width:10%;
    }
*/
  .contact_cont {
    padding: 12;
  }
  .contact_new.contact_cont p,
  .contact_new.contact_cont p a {
    font-size: 13px;
  }
  .contact_left h3,
  .contact_right h3 {
    padding: 20px 0 10px;
  }
  .project_main article {
    width: 46%;
  }
  .design_blk.inner_img img {
    float: none;
    width: auto;
    margin-bottom: 20px;
  }
  .client_test_in .easy-t-cycle-prev {
    left: 0;
  }
  .project_main {
    padding: 0;
  }
  .video_out {
    height: 400px;
  }
  #owl-carousel2 span.right-arrow {
    right: -22px;
  }
  #owl-carousel2 span.left_arrow {
    left: -22px;
  }
}
@media (max-width: 767px) {
  /********************* Nav **************************/
  .navbar {
    background: #000;
    margin: 0 -15px;
    float: none;
  }
  .navbar-brand {
    font-family: sans-serif;
    color: #fff;
    font-size: 18px;
    height: auto;
  }
  .navbar-brand:hover {
    color: #fff;
  }
  .navbar-toggle .icon-bar {
    background: #fff;
  }
  .navbar-toggle {
    border: 2px solid #fff;
    background: #000;
  }
  .navbar-header {
  }
  .navbar-collapse {
    box-shadow: none;
    max-height: inherit;
  }
  .navbar-collapse.in {
    overflow-y: initial;
  }
  .navbar ul {
    margin: 0px -15px;
    margin-top: 0px;
    margin-bottom: 0px;
    float: none;
  }
  .navbar ul li {
    display: block;
  }
  .navbar ul ul li {
    float: none;
  }
  .navbar ul li a {
    text-align: left;
    border-radius: 0;
    border: none;
    font-size: 15px;
    border-top: 1px solid #fff;
    display: block;
    line-height: 32px;
    height: 32px;
    text-transform: capitalize;
    padding: 0 20px;
    color: #fff;
  }
  .navbar ul li a:hover,
  .navbar ul li:hover > a,
  .navbar ul li a:focus {
    color: #000;
    border: none;
    border-radius: 0;
    background: #fff;
  }
  .navbar ul li:hover ul {
    position: relative;
    top: 0px;
    float: none;
    padding: 0;
    background: none;
  }
  .navbar ul ul li {
    margin-left: 0px;
    padding: 0;
  }
  .navbar ul ul li a {
    padding-left: 40px;
    line-height: 32px;
    height: 32px;
    color: #fff;
    background: none;
    border: none;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  .navbar ul ul li a:hover,
  .navbar ul ul li:hover > a {
    border: none;
    background: #fff;
    color: #000;
  }
  .navbar ul li ul li.current-menu-item > a {
    color: #fff;
  }
  #nav_outer .col-sm-12 {
    padding: 0;
  }
  ul.img-list li {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
  .content h2 {
    font-size: 27px;
  }
  .content .ezcol-one-quarter,
  .content .ezcol-one-half,
  .content .ezcol-three-quarter,
  .content .ezcol-one-third,
  .content .ezcol-two-third,
  .content .ezcol-one-fifth,
  .content .ezcol-two-fifth,
  .content .ezcol-three-fifth,
  .content .ezcol-four-fifth {
    width: 100% !important;
    margin-right: 2%;
  }
  .case_outer ul.img-list .top_line img {
    top: -190px;
  }
  .case_outer ul.img-list h3 {
    bottom: -140px;
  }
  #latest_work ul.owl-carousel li .top_line img {
    top: -73px;
    right: 18px;
  }
  ul.owl-carousel li h3 {
    bottom: -47px;
    font-size: 15px;
  }
  .contact_left h3,
  .contact_right h3 {
    padding: 25px 0;
  }
  .logo img {
    max-width: 75%;
  }
  .top_section {
    text-align: center;
  }
  .social_icons {
    padding-top: 10px;
  }
  .dwnld_btn {
    float: none;
    padding-top: 20px;
  }
  .home #header {
    position: static;
  }
  .banner_content p {
    font-size: 15px;
    line-height: 24px;
  }
  #banner_inner {
    top: 50%;
  }
  .banner_content h1 {
    font-size: 35px;
    line-height: 40px;
  }
  #middle_section,
  #service_section,
  #latest_work {
    padding: 40px 0;
  }
  #service_section h2 {
    font-size: 26px;
    margin-bottom: 10px;
    line-height: 40px;
  }
  .box_section {
    padding: 25px;
  }
  #footer {
    padding: 40px 0;
  }
  .copyright {
    text-align: center;
  }
  #footer_left {
    padding-left: 0;
    padding-bottom: 30px;
  }
  .copy_links {
    float: none;
  }
  .copyright {
    padding: 25px 0;
  }
  .page-template #banner_inner h1.entry-title {
    font-size: 25px;
    padding-bottom: 15px;
    line-height: 22px;
    margin-top: -42px;
  }
  .page-template #banner_inner {
    top: 84%;
  }
  .his_cont ul li .grey_in {
    height: auto !important;
  }
  .his_cont ul li {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .grey_out {
    padding-top: 130px;
  }
  li#color5,
  li#color6,
  li#color4 {
    margin-bottom: 180px;
  }
  #color6.color_cont {
    margin-bottom: 0;
  }
  #history {
    padding-bottom: 0;
  }
  #banner_inner h1.entry-title {
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .disc_cont img {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .disc_in {
    float: none;
    width: 100%;
    text-align: left;
    padding: 20px;
  }
  .products_list ul li {
    float: left;
    width: 50%;
  }
  .products_list.list2 ul {
    float: none;
  }
  .products_list ul {
    float: none;
    margin-right: 0;
  }
  .content h3 {
    clear: both;
    padding-top: 25px;
  }
  /*
     .design_logo_img ul li {
         width: 33%;
         margin-right: 0;
    }
*/
  .sight_in h2 {
    font-size: 26px;
  }
  #health {
    padding: 30px 0;
  }
  .client_sec ul li {
    width: 49%;
    margin-right: 0;
  }
  #page_inner ul.design_blk li h3 {
    font-size: 18px;
    margin-bottom: 15px;
    padding-top: 0;
  }
  #testimonial_in .testimonial_body {
    margin-top: 0;
  }
  /*
     .design_logo_img ul li {
         width:100%;
         margin-right:0px;
         float:none;
         display:inline-block;
    }
*/
  /*
     .design_logo_img ul li:first-child {
         width:100%;
    }
*/
  /*
     .design_logo_img ul {
         text-align:center;
    }
*/
  /*
    #design_logo {
         padding:20px 0;
    }
*/
  #sight_bot {
    padding: 10px 0;
  }
  .navbar ul li a:hover:after,
  .navbar ul li:hover > a:after,
  .navbar ul li a:focus:after,
  .navbar ul li.current-menu-item > a:after {
    display: none;
  }
  .contact_cont {
    margin-bottom: 14px;
    padding: 0 30px;
  }
  .join_blk {
    margin-right: 0;
  }
  .contact_left.join_left {
    padding-left: 0;
  }
  .join_right p {
    text-align: left;
  }
  .join_right h3 {
    text-align: left;
  }
  .pro_tab table tr th {
    font-size: 19px;
  }
  ul.awards_list {
    display: inline-block;
  }
  .award_box {
    margin-bottom: 15px;
  }
  ul.img-list.sect_list li {
    width: 49.5%;
  }
  .project_main article {
    width: 100%;
  }
  .design_blk.inner_img img {
    float: none;
    width: auto;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }
  a.content_btn {
    font-size: 20px;
  }
  .client_cont ul {
    margin-left: 30px;
  }
  .test_in {
    padding: 0;
  }
  #testimonial_in .easy-t-cycle-prev {
    left: 0;
  }
  #testimonial_in .easy-t-cycle-next {
    right: 0;
  }
  .box_section {
    height: auto !important;
    background: #fff !important;
    opacity: 1;
  }
  .project_main {
    padding: 0;
  }
  .project_main article {
    width: auto;
    display: block;
  }
  .project_main h2 a {
    height: auto;
    line-height: 25px;
    padding: 13px 10px;
  }

  #owl-carousel2 span.right-arrow {
    right: 0px;
  }
  #owl-carousel2 span.left_arrow {
    left: 0px;
  }
  #service_section ul.owl-carousel li {
    margin: 0 35px;
  }
  .video_out {
    height: 270px;
  }
  .banner_content h1 {
    margin-top: 80px;
  }
  .join_in ul.awards_list li {
    width: 100%;
  }
  p.mb_pg {
    font-size: 12px !important;
    line-height: 22px;
  }
  p.mb_pg .wpcf7-list-item {
    margin-top: 0px !important;
  }
}
@media (max-width: 480px) {
  .case_outer ul.img-list .top_line img {
    top: -112px;
  }
  .case_outer ul.img-list h3 {
    bottom: -90px;
  }
  #latest_work ul.owl-carousel li .top_line img {
    top: -105px;
  }
  ul.owl-carousel li h3 {
    bottom: -70px;
  }
  .contact_left h3,
  .contact_right h3 {
    font-size: 26px;
  }
  .banner_content h1 {
    font-size: 27px;
    line-height: 30px;
  }
  .banner_content p {
    font-size: 13px;
    line-height: 20px;
  }
  .banner_content h1 {
    font-size: 27px;
    line-height: 30px;
    margin-bottom: 5px;
  }
  #service_section h2 {
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 32px;
  }
  span.left_arrow {
    left: -40px;
  }
  span.right-arrow {
    right: -40px;
  }
  #footer .social_icons a {
    width: 45px;
    line-height: 45px;
    margin-right: 10px;
    height: 45px;
  }
  .copyright p,
  .copyright ul {
    font-size: 13px;
  }
  .copyright ul li {
    padding-left: 10px;
  }
  .copyright ul li a {
    font-size: 12px;
  }
  #page_outer {
    padding-top: 25px;
  }
  .page-template #banner_inner {
    position: static;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .page-template #banner_inner h1.entry-title {
    color: #fff;
    padding-bottom: 0;
    margin-bottom: 0;
    background: none;
    margin: 0;
    margin-bottom: 0px;
    padding-top: 0;
  }
  .his_top h2 {
    font-size: 28px;
  }
  .color_cont {
    padding: 0 20px 20px;
  }
  .grey_out {
    padding-top: 80px;
  }
  .content h2 {
    font-size: 20px;
  }
  .sustain_cont h3 {
    font-size: 18px;
  }
  #banner_inner {
    position: static;
    transform: none;
  }
  #banner_inner h1.entry-title {
    font-size: 20px;
    margin-top: 0;
    padding-bottom: 0;
    background: none;
    color: #fff;
    margin-bottom: 0;
    padding-top: 0px;
    line-height: 30px;
  }
  .products_list ul li {
    float: none;
    width: 100%;
  }
  .sight_in {
    position: static;
    transform: none;
    width: 100%;
  }
  .contact_cont {
    margin-bottom: 15px;
    padding: 0 12px;
  }
  .contact_left h3,
  .contact_right h3 {
    padding: 0;
  }
  .pro_tab table tr th {
    font-size: 15px;
  }
  .contact_right {
    margin-top: 30px;
  }
  .alignright,
  .alignleft {
    float: none;
    margin: 0;
    margin-bottom: 20px;
    display: block;
  }
  ul.awards_list {
    margin-bottom: 20px;
  }
  #accordion-1.accordion h3.accordion-title {
    background: #0f5984 url(/wp-content/uploads/2018/08/accordian.png) no-repeat 90% 50%;
  }
  ul.award_logo {
    margin-top: 0;
  }
  ul.award_logo li img {
    max-width: 100%;
  }
  #testimonial_in {
    padding: 30px 0;
  }
  #testimonial_in .easy_testimonial_image_wrapper,
  #client_test .easy_testimonial_image_wrapper {
    float: none;
    width: 100%;
  }
  #testimonial_in .testimonial_body,
  #client_test .testimonial_body {
    float: none;
    width: 100%;
  }
  .client_list ul li {
    float: none;
    width: 100%;
  }
  .banner_content h1 {
    display: none;
  }
  .video_out {
    height: 180px;
  }
}
