/*------------------------------------------------------------------
[Master Stylesheet]
Theme Name:     Xaedkb - Digital Marketing HTML Template
Version:        1.0.0
-------------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
#0.1	Theme Reset Style
#0.2	Global Elements
#0.3	header
#0.4	hero-slider
#0.5	footer
#0.6	features-section
#0.7	about-section
#0.8	services-section
#0.9	cta-section
#1.0	portfolio-section
#1.1	pricing-section
#1.2	testimonials-section
#1.3	partners-section
#1.4	contact-section
#1.5	blog-section


--------------------------------------------------------------
	home style 2
--------------------------------------------------------------
#2.1	work-process-section 
#2.2	services-section-s2
#2.3	portfolio-section-s2 


--------------------------------------------------------------
	about page
--------------------------------------------------------------
#3.1	team-section
#3.2	fun-fact-section


--------------------------------------------------------------
	service single page
--------------------------------------------------------------
#4.1	service-single-content


--------------------------------------------------------------
	project single page
--------------------------------------------------------------
#5.1	project-single-content


--------------------------------------------------------------
	blog page
--------------------------------------------------------------
#6.1	blog-pg-section


--------------------------------------------------------------
	blog single page
--------------------------------------------------------------
#7.1	blog-single-section


--------------------------------------------------------------
	404 page
--------------------------------------------------------------
#8.1	error-404-section




----------------------------------------------------------------*/
/*---------------------------
	Fonts
----------------------------*/
@import url("https://fonts.googleapis.com/css?family=Titillium+Web:400,400i,600,700");
/*--------------------------------------------------------------
#0.1    Theme Reset Style
--------------------------------------------------------------*/
html {
  font-size: 16px;
}

body {
  font-family: "Titillium Web", sans-serif;
  background-color: #fff;
  font-size: 16px;
  font-size: 1rem;
  color: #282828;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

@media (max-width: 767px) {
  body {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

p {
  color:#101010;
  line-height: 1.7em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #e3000f;
  font-weight: bold;
}
h6.blackcolor{
	    color:#101010 !important
}
ul {
  padding-left: 0;
  margin: 0;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

/*--------------------------------------------------------------
#0.2    Global Elements
--------------------------------------------------------------*/
.page-wrapper {
  position: relative;
  overflow: hidden;
}

.wow {
  visibility: hidden;
}

.fi:before {
  margin: 0;
}

.section-padding {
      padding: 70px 0;
}

@media (max-width: 991px) {
  .section-padding {
    padding: 100px 0;
  }
}

@media (max-width: 767px) {
  .section-padding {
    padding: 90px 0;
  }
}

.section-padding-top {
  padding-top: 120px;
}

@media (max-width: 991px) {
  .section-padding-top {
    padding-top: 100px;
  }
}

@media (max-width: 767px) {
  .section-padding-top {
    padding-top: 90px;
  }
}

/*** contact form error handling ***/
.contact-validation-active .error-handling-messages {
  width: 100% !important;
  margin-top: 15px !important;
}

.contact-validation-active label.error {
  color: red;
  font-size: 0.875rem;
  font-weight: normal;
  margin: 5px 0 0 0;
  text-align: left;
  display: block;
}

.contact-validation-active #loader {
  display: none;
  margin-top: 10px;
}

.contact-validation-active #loader i {
  font-size: 30px;
  font-size: 1.875rem;
  color: #d70614;
  display: inline-block;
  -webkit-animation: rotating linear 2s infinite;
  animation: rotating linear 2s infinite;
}

.contact-validation-active #success,
.contact-validation-active #error {
  width: 100%;
  color: #fff;
  padding: 5px 10px;
  font-size: 16px;
  text-align: center;
  display: none;
}

@media (max-width: 767px) {
  .contact-validation-active #success,
  .contact-validation-active #error {
    font-size: 15px;
  }
}

.contact-validation-active #success {
  background-color: #009a00;
  border-left: 5px solid green;
  margin-bottom: 5px;
}

.contact-validation-active #error {
  background-color: #ff1a1a;
  border-left: 5px solid red;
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.rotating {
  -webkit-animation: rotating 5s alternate infinite;
  animation: rotating 5s alternate infinite;
}

/** for popup image ***/
.mfp-wrap {
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 99999;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/*** for fancybox video ***/
.fancybox-overlay {
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999 !important;
}

.fancybox-wrap {
  z-index: 99999 !important;
}

.section-title, .section-title-s3 {
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .section-title, .section-title-s3 {
    margin-bottom: 30px;
  }
}

.section-title > span, .section-title-s3 > span {
    color: #101010;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 20px;
}

.section-title h2, .section-title-s3 h2 {
  font-size: 36px;
  font-size: 2.25rem;
  margin: 0.2em 0 0;
}

@media (max-width: 991px) {
  .section-title h2, .section-title-s3 h2 {
    font-size: 32px;
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .section-title h2, .section-title-s3 h2 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.section-title-s2 {
  text-align: center;
  margin-bottom: 50px;
}

.section-title-s2 > span {
  color: #101010;
  text-transform: capitalize;
  margin-top: -5px;
      font-size: 20px;
    font-weight: 600;
}

.section-title-s2 h2 {
  font-size: 36px;
  font-size: 2.25rem;
  margin: 0.2em 0 0.5em;
}

@media (max-width: 991px) {
  .section-title-s2 h2 {
    font-size: 32px;
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .section-title-s2 h2 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.section-title-s3 {
  margin-bottom: 40px;
}

.theme-btn, .theme-btn-s2 {
  background-color: #82423d;
  color: #fff;
  font-weight: 600;
  height: 45px;
  line-height: 45px;
  padding: 0 45px 0 25px;
  border: 0;
  border-radius: 50px;
  display: inline-block;
  text-transform: capitalize;
  position: relative;
  margin-top: 0px;
}

.theme-btn i, .theme-btn-s2 i {
  position: absolute;
  right: 20px;
  top: 0;
}

.theme-btn i:before, .theme-btn-s2 i:before {
  font-size: 14px;
  font-size: 0.875rem;
}

.theme-btn:hover, .theme-btn-s2:hover, .theme-btn:focus, .theme-btn-s2:focus, .theme-btn:active, .theme-btn-s2:active {
  background-color: #160a09;
  color: #fff;
}
.padding_t_30{
    padding-top: 30px;
    }
	.padding_b_70{padding-bottom: 70px !important;}
.theme-btn-s2 {
  padding: 0 25px;
}

@media (max-width: 767px) {
  .theme-btn-s2 {
    padding: 0 18px;
  }
}

.theme-btn-s3 {
  font-weight: 600;
  color: #143d3c;
  position: relative;
  padding-right: 25px;
}

.theme-btn-s3:hover {
  color: #d70614;
}

.theme-btn-s3 i {
  position: absolute;
  right: 0;
  top: 1px;
}

.theme-btn-s3 i:before {
  font-size: 14px;
  font-size: 0.875rem;
}

.social-links {
  overflow: hidden;
}

.social-links li {
  float: left;
  width: 35px;
  height: 35px;
  margin-right: 1px;
}

.social-links li a {
  background-color: #fe9267;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: block;
  color: #fff;
  text-align: center;
}

.social-links li a:hover {
  background-color: #d70614;
}

/******************************
	#page title
******************************/
.page-title {
  background: url("../images/page-title-bg.png") center center/cover no-repeat local;
  width: 100%;
  height: 280px;
  text-align: center;
  position: relative;
}

@media (max-width: 991px) {
  .page-title {
    height: 300px;
  }
}

.page-title:before {
  content: "";
  background-color: rgba(238, 238, 238, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.page-title .container {
  height: 100%;
  display: table;
}

.page-title .container > .row {
  vertical-align: middle;
  display: table-cell;
}

.page-title h2,
.page-title ol {
  color: #232424;
}

.page-title h2 {
  font-size: 50px;
  font-size: 3.125rem;
  margin: 0 0 0.30em;
  text-transform: capitalize;
  padding-top: 85px;
}
.margin_btm_0{margin-bottom:0px;}
.margin_top_0{margin-top:0px;}
@media (max-width: 991px) {
  .page-title h2 {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}

@media (max-width: 767px) {
  .page-title h2 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.page-title .breadcrumb {
  background-color: transparent;
  padding: 0;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .page-title .breadcrumb {
    text-align: center;
  }
}

.page-title .breadcrumb li {
  font-size: 16px;
  font-size: 1rem;
  color: #071413;
  margin-right: 5px;
  position: relative;
}

@media (max-width: 767px) {
  .page-title .breadcrumb li {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.page-title .breadcrumb li a {
  color: #d70614;
}

.page-title .breadcrumb li a:hover {
  color: #fe5b1b;
}

.page-title .breadcrumb > li + li {
  margin-left: 20px;
  padding-left: 15px;
}

.page-title .breadcrumb > li + li:before {
  font-family: Flaticon;
  content: "\f103";
  padding: 0;
  position: absolute;
  left: -12px;
  top: 0;
  color: #05100f;
}

.preloader {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000;
}

.preloader .sk-folding-cube {
  margin: 20px auto;
  width: 60px;
  height: 60px;
  position: absolute;
  left: calc(50% - 30px);
  top: calc(50% - 50px);
  -webkit-transform: rotateZ(45deg);
  -ms-transform: rotate(45deg);
  transform: rotateZ(45deg);
}

.preloader .sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.preloader .sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d70614;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.preloader .sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  -ms-transform: scale(1.1) rotate(90deg);
  transform: scale(1.1) rotateZ(90deg);
}

.preloader .sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  -ms-transform: scale(1.1) rotate(180deg);
  transform: scale(1.1) rotateZ(180deg);
}

.preloader .sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  -ms-transform: scale(1.1) rotate(270deg);
  transform: scale(1.1) rotateZ(270deg);
}

.preloader .sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.preloader .sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.preloader .sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

/**** pagination ****/
.pagination-wrapper {
  text-align: center;
}

@media (max-width: 991px) {
  .pagination-wrapper {
    text-align: left;
  }
}

.pagination-wrapper .pg-pagination {
  display: inline-block;
  overflow: hidden;
  list-style-type: none;
  text-align: center;
}

.pagination-wrapper .pg-pagination li {
  float: left;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .pagination-wrapper .pg-pagination li {
    margin-right: 5px;
  }
}

.pagination-wrapper .pg-pagination li:last-child {
  margin-right: 0;
}

.pagination-wrapper .pg-pagination li a {
  background-color: transparent;
  width: 50px;
  height: 50px;
  line-height: 45px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  color: #a9b8c4;
  border: 2px solid #c9cfd4;
  border-radius: 50%;
  display: block;
}

@media (max-width: 991px) {
  .pagination-wrapper .pg-pagination li a {
    width: 40px;
    height: 40px;
    line-height: 35px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.pagination-wrapper .pg-pagination .active a,
.pagination-wrapper .pg-pagination li a:hover {
  background: #d70614;
  border-color: #d70614;
  color: #fff;
}

.pagination-wrapper .pg-pagination .fi:before {
  font-size: 15px;
  font-size: 0.9375rem;
}

.pagination-wrapper-left {
  text-align: left;
}

.pagination-wrapper-right {
  text-align: right;
}

@media screen and (min-width: 1200px) {
  .pagination-wrapper-right {
    padding-right: 50px;
  }
}

@media (max-width: 991px) {
  .pagination-wrapper-right {
    margin-top: 45px;
    text-align: left;
  }
}

/*------------------------------------
	blog sidebar
------------------------------------*/
.blog-sidebar {
  /*** search-widget ***/
  /*** category-widget ***/
  /*** recent-post-widget ***/
  /*** tag-widget ***/
}

@media (max-width: 991px) {
  .blog-sidebar {
    margin-top: 80px;
    max-width: 400px;
  }
}

@media (max-width: 767px) {
  .blog-sidebar {
    margin-top: 60px;
    max-width: 400px;
  }
}

.blog-sidebar .widget h3 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0 0 1.3em;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}

.blog-sidebar > .widget + .widget {
  margin-top: 65px;
}

.blog-sidebar .search-widget form div {
  position: relative;
}

.blog-sidebar .search-widget input {
  background-color: #f1f1f1;
  height: 50px;
  font-size: 16px;
  font-size: 1rem;
  padding: 6px 50px 6px 20px;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.blog-sidebar .search-widget input:focus {
  background-color: rgba(254, 109, 52, 0.1);
}

.blog-sidebar .search-widget form button {
  background: transparent;
  font-size: 20px;
  font-size: 1.25rem;
  color: #d70614;
  border: 0;
  outline: 0;
  position: absolute;
  right: 10px;
  top: 55%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blog-sidebar .category-widget ul {
  list-style: none;
}

.blog-sidebar .category-widget ul li {
  font-size: 16px;
  font-size: 1rem;
  padding-left: 20px;
  position: relative;
}

@media (max-width: 767px) {
  .blog-sidebar .category-widget ul li {
    font-size: 16px;
    font-size: 1rem;
  }
}

.blog-sidebar .category-widget ul li span {
  position: absolute;
  right: 0;
}

.blog-sidebar .category-widget ul li:before {
  font-family: Flaticon;
  content: "\f103";
  font-size: 10px;
  font-size: 0.625rem;
  position: absolute;
  left: 0;
  top: 5px;
}

.blog-sidebar .category-widget ul > li + li {
  margin-top: 15px;
}

.blog-sidebar .category-widget ul a {
  color: #666;
}

.blog-sidebar .category-widget ul a:hover,
.blog-sidebar .category-widget ul li:hover:before {
  color: #d70614;
}

.blog-sidebar .recent-post-widget .post {
  overflow: hidden;
}

.blog-sidebar .recent-post-widget .posts > .post + .post {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #f1f1f1;
}

.blog-sidebar .recent-post-widget .post .img-holder {
  width: 70px;
  float: left;
}

.blog-sidebar .recent-post-widget .post .img-holder img {
  border-radius: 50%;
}

.blog-sidebar .recent-post-widget .post .details {
  width: calc(100% - 70px);
  float: left;
  padding-left: 25px;
}

.blog-sidebar .recent-post-widget .post h4 {
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3em;
  margin: 0 0 0.2em;
}

@media (max-width: 1199px) {
  .blog-sidebar .recent-post-widget .post h4 {
    margin: 0;
  }
}

.blog-sidebar .recent-post-widget .post h4 a {
  display: inline-block;
  color: #627381;
}

.blog-sidebar .recent-post-widget .post h4 a:hover {
  color: #d70614;
}

.blog-sidebar .recent-post-widget .post .details .date {
  font-size: 14px;
  font-size: 0.875rem;
}

.blog-sidebar .tag-widget ul {
  overflow: hidden;
  list-style: none;
}

.blog-sidebar .tag-widget ul li {
  float: left;
  margin: 0 8px 8px 0;
}

.blog-sidebar .tag-widget ul li a {
  background: #f3f3f3;
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
  padding: 5px 14px;
  color: #8e9696;
  border-radius: 0;
}

.blog-sidebar .tag-widget ul li a:hover {
  background: #d70614;
  color: #fff;
}

/*--------------------------------------------------------------
#0.3	header
--------------------------------------------------------------*/
.site-header {
  /* navigation open and close btn hide for width screen */
  /* style for navigation less than 992px */
  /*navbar collaps less then 992px*/
}

.site-header .navbar-brand img {
  max-width: 210px;
}

.site-header .navigation {
  background-color: #fff;
  margin-bottom: 0;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.site-header .navigation > .container {
  position: relative;
}

.site-header #navbar {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  /*** mega-menu style ***/
}

.site-header #navbar ul {
  list-style: none;
}

.site-header #navbar > ul li a:hover,
.site-header #navbar > ul li a:focus {
  text-decoration: none;
  color: #d70614;
}

@media screen and (min-width: 992px) {
  .site-header #navbar {
    /*** hover effect ***/
  }
  .site-header #navbar li {
    position: relative;
  }
  .site-header #navbar > ul > li > a {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
    color: #4a4a4a;
    padding: 40px 13px;
  }
  .site-header #navbar > ul .sub-menu {
    background-color: #fff;
    width: 220px;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
  .site-header #navbar > ul > li .sub-menu li {
    border-bottom: 1px solid #f2f2f2;
  }
  .site-header #navbar > ul > li .sub-menu a {
    font-size: 15px;
    font-size: 0.9375rem;
    color: #143d3c;
    display: block;
    padding: 12px 15px;
  }
  .site-header #navbar > ul > li > .sub-menu .sub-menu {
    left: 100%;
    top: 0;
  }
  .site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a {
    position: relative;
  }
  .site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a:before {
    font-family: "themify";
    content: "\e649";
    font-size: 11px;
    font-size: 0.6875rem;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .site-header #navbar > ul > li:hover > .sub-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
  .site-header #navbar .sub-menu > li:hover > .sub-menu {
    left: 100%;
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 991px) {
  .site-header #navbar > ul > li a {
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .site-header #navbar > ul > li .sub-menu li {
    border-bottom: 1px solid #e6e6e6;
  }
  .site-header #navbar > ul .sub-menu > li:last-child {
    border-bottom: 0;
  }
  .site-header #navbar > ul > li > .sub-menu a {
    padding: 8px 15px 8px 45px;
  }
  .site-header #navbar > ul > li > .sub-menu .sub-menu a {
    padding: 8px 15px 8px 65px;
  }
  .site-header #navbar > ul .menu-item-has-children > a {
    position: relative;
  }
  .site-header #navbar > ul .menu-item-has-children > a:before {
    font-family: "themify";
    content: "\e61a";
    font-size: 11px;
    font-size: 0.6875rem;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media screen and (min-width: 992px) {
  .site-header #navbar {
    /*** hover effect ***/
  }
  .site-header #navbar .has-mega-menu {
    position: static;
  }
  .site-header #navbar .mega-menu,
  .site-header #navbar .half-mega-menu {
    background-color: #fff;
    padding: 20px;
    border-top: 2px solid #d70614;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
  .site-header #navbar .mega-menu {
    width: 1140px;
    right: 15px;
  }
  .site-header #navbar .half-mega-menu {
    width: 585px;
  }
  .site-header #navbar .mega-menu-box-title {
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    padding-bottom: 7px;
    margin-bottom: 7px;
    border-bottom: 1px solid #e6e6e6;
  }
  .site-header #navbar .mega-menu-list-holder li a {
    font-size: 14px;
    font-size: 0.875rem;
    display: block;
    padding: 7px 8px;
    margin-left: -8px;
  }
  .site-header #navbar .has-mega-menu:hover > ul {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 1199px) {
  .site-header #navbar > ul .mega-menu {
    width: 950px;
    right: 15px;
  }
  .site-header #navbar > ul .half-mega-menu {
    width: 485px;
  }
}

@media (max-width: 991px) {
  .site-header #navbar > ul .mega-menu,
  .site-header #navbar > ul .half-mega-menu {
    width: auto;
  }
  .site-header #navbar > ul .mega-menu .row,
  .site-header #navbar > ul .half-mega-menu .row {
    margin: 0;
  }
  .site-header #navbar .mega-menu-content > .row > .col {
    margin-bottom: 25px;
  }
}

@media (max-width: 991px) {
  .site-header #navbar .mega-menu .mega-menu-list-holder a {
    padding: 5px 15px 5px 40px;
  }
  .site-header #navbar .mega-menu .mega-menu-box-title {
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
    display: block;
    border-bottom: 1px dotted #b3b3b3;
    padding: 0 0 4px 5px;
    margin: 0 25px 8px 25px;
  }
}

@media screen and (min-width: 992px) {
  .site-header .navbar-header .open-btn {
    display: none;
  }
  .site-header #navbar .close-navbar {
    display: none;
  }
}

@media (max-width: 991px) {
  .site-header {
    /* class for show hide navigation */
  }
  .site-header .container {
    width: 100%;
  }
  .site-header .navbar-header button {
    background-color: #d70614;
    width: 40px;
    height: 35px;
    border: 0;
    padding: 5px 10px;
    outline: 0;
    position: absolute;
    right: 15px;
    top: 6px;
    z-index: 20;
  }
  .site-header .navbar-header button span {
    background-color: #fff;
    display: block;
    height: 2px;
    margin-bottom: 5px;
  }
  .site-header .navbar-header button span:last-child {
    margin: 0;
  }
  .site-header #navbar {
    background: #fff;
    display: block !important;
    width: 280px;
    height: 100% !important;
    margin: 0;
    padding: 0;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    position: fixed;
    right: -330px;
    top: 0;
    z-index: 100;
  }
  .site-header #navbar ul a {
    color: #000;
  }
  .site-header #navbar ul a:hover,
  .site-header #navbar ul li.current a {
    color: #d70614;
  }
  .site-header #navbar .navbar-nav {
    height: 100%;
    overflow: auto;
  }
  .site-header #navbar .close-navbar {
    background-color: #fff;
    width: 40px;
    height: 40px;
    color: #000;
    border: 0;
    outline: none;
    position: absolute;
    left: -41px;
    top: 90px;
    z-index: 20;
  }
  .site-header #navbar .close-navbar .ti-close {
    position: relative;
    top: 1px;
  }
  .site-header #navbar > ul > li {
    border-bottom: 1px solid #f2f2f2;
  }
  .site-header #navbar > ul > li > a {
    padding: 10px 15px 10px 35px;
  }
  .site-header .slideInn {
    right: 0 !important;
  }
}

@media (max-width: 767px) {
  .site-header .navbar-header .navbar-brand {
    font-size: 24px;
  }
  .site-header #navbar .navbar-nav {
    margin: 0;
  }
}

@media (max-width: 991px) {
  .site-header .navbar-collapse.collapse {
    display: none;
  }
  .site-header .navbar-collapse.collapse.in {
    display: block;
  }
  .site-header .navbar-header .collapse,
  .site-header .navbar-toggle {
    display: block;
  }
  .site-header .navbar-header {
    float: none;
  }
  .site-header .navbar-right {
    float: none;
  }
  .site-header .navbar-nav {
    float: none;
  }
  .site-header .navbar-nav > li {
    float: none;
  }
}

@media (max-width: 991px) {
  .page-wrapper {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
  .body-overlay:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
}

/*-----------------------------------
	header-style-1
-----------------------------------*/
@media screen and (min-width: 992px) {
  .header-style-1, .header-style-2, .header-style-3 {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
  }
  .header-style-1 .navigation, .header-style-2 .navigation, .header-style-3 .navigation {
    background: transparent;
  }
}

.header-style-1 .navbar-brand, .header-style-2 .navbar-brand, .header-style-3 .navbar-brand {
  margin-top: 10px;
}

@media (max-width: 991px) {
  .header-style-1 .navbar-brand, .header-style-2 .navbar-brand, .header-style-3 .navbar-brand {
    margin-top: 0;
    margin-bottom: 25px;
  }
}

.header-style-1 .navbar-header button, .header-style-2 .navbar-header button, .header-style-3 .navbar-header button {
  top: 20px;
}

@media (max-width: 991px) {
  .header-style-1 .navigation, .header-style-2 .navigation, .header-style-3 .navigation {
    padding: 10px 0;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  }
}

@media screen and (min-width: 992px) {
  .header-style-1 #navbar, .header-style-2 #navbar, .header-style-3 #navbar {
    margin-right: 160px;
  }
}

@media screen and (min-width: 1200px) {
  .header-style-1 #navbar, .header-style-2 #navbar, .header-style-3 #navbar {
    margin-right: 156px;
  }
}

.header-style-1 .separator, .header-style-2 .separator, .header-style-3 .separator {
  background-color: #f1f1f1;
  width: calc(100% - 30px);
  height: 1px;
  position: absolute;
  left: 15px;
  bottom: 0;
}

@media (max-width: 991px) {
  .header-style-1 .separator, .header-style-2 .separator, .header-style-3 .separator {
    display: none;
  }
}

.header-style-1 .phone-quote, .header-style-2 .phone-quote, .header-style-3 .phone-quote {
  position: absolute;
  right: 15px;
  line-height: 45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 991px) {
  .header-style-1 .phone-quote, .header-style-2 .phone-quote, .header-style-3 .phone-quote {
    display: none;
  }
}

.header-style-1 .phone-quote > div, .header-style-2 .phone-quote > div, .header-style-3 .phone-quote > div {
  display: inline-block;
  float: left;
}

.header-style-1 .phone-quote .phone, .header-style-2 .phone-quote .phone, .header-style-3 .phone-quote .phone {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  color: #d70614;
  margin-right: 25px;
}

@media (max-width: 1199px) {
  .header-style-1 .phone-quote .phone, .header-style-2 .phone-quote .phone, .header-style-3 .phone-quote .phone {
    display: none;
  }
}

/*-----------------------------------
	header-style-2
-----------------------------------*/
@media (max-width: 767px) {
  .header-style-2 .topbar {
    text-align: center;
  }
}

.header-style-2 .topbar > .container {
  position: relative;
  padding: 15px;
}

@media (max-width: 767px) {
  .header-style-2 .topbar > .container {
    padding: 25px 15px;
  }
}

.header-style-2 .topbar .separator {
  background-color: #f1f1f1;
  width: calc(100% - 30px);
  height: 1px;
  position: absolute;
  left: 15px;
  bottom: 0;
}

@media (max-width: 991px) {
  .header-style-2 .topbar .separator {
    display: none;
  }
}

@media (max-width: 991px) {
  .header-style-2 .topbar {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.header-style-2 .topbar ul {
  list-style: none;
  overflow: hidden;
}

@media (max-width: 767px) {
  .header-style-2 .topbar ul {
    display: inline-block;
  }
}

.header-style-2 .topbar ul li {
  float: left;
}

@media (max-width: 767px) {
  .header-style-2 .topbar ul li {
    float: none;
  }
}

.header-style-2 .topbar ul > li + li {
  margin-left: 20px;
}

@media (max-width: 991px) {
  .header-style-2 .topbar ul > li + li {
    margin-left: 10px;
  }
}

@media (max-width: 767px) {
  .header-style-2 .topbar ul > li + li {
    margin-left: 0;
  }
}

.header-style-2 .topbar li i {
  color: #d70614;
}

.header-style-2 .topbar p {
  margin-bottom: 0;
}

.header-style-2 .topbar p a {
  color: #d70614;
  text-decoration: underline;
}

.header-style-2 .topbar .topbar-text {
  text-align: right;
}

@media (max-width: 767px) {
  .header-style-2 .topbar .topbar-text {
    text-align: center;
  }
}

/*-----------------------------------
	header-style-3
-----------------------------------*/
@media screen and (min-width: 992px) {
  .header-style-3 {
    position: static;
  }
}

.header-style-3 .separator {
  display: none;
}

/*--------------------------------------------------------------
#0.4	hero slider
--------------------------------------------------------------*/
.hero {
  position: relative;
  height: 100vh;
  /** slider controls **/
  /*** hero slider animation ***/
}

@media (max-width: 767px) {
  .hero {
    min-height: 420px;
  }
}

.hero .slide {
  height: 100vh;
  position: relative;
  background-repeat: no-repeat;
  position: relative;
}

@media (max-width: 767px) {
  .hero .slide {
    min-height: 420px;
  }
}

.hero .slide .slider-bg {
  display: none;
}

.hero .slide:focus {
  outline: none;
}

.hero .slide .container {
  height: 100%;
  display: table;
}

.hero .slide .row {
  display: table-cell;
  vertical-align: middle;
}

.hero .slick-prev,
.hero .slick-next {
  background-color:rgba(215, 6, 20, 0.3);
  width: 55px;
  height: 55px;
  z-index: 10;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.hero .slick-prev:hover,
.hero .slick-next:hover {
  background-color: rgba(215, 6, 20, 0.6);
}

@media (max-width: 991px) {
  .hero .slick-prev,
  .hero .slick-next {
    display: none !important;
  }
}

.hero .slick-prev {
  left: -100px;
}

.hero .slick-prev:before {
  font-family: "themify";
  content: "\e629";
  opacity: 1;
}

.hero .slick-next {
  right: -100px;
}

.hero .slick-next:before {
  font-family: "themify";
  content: "\e628";
  opacity: 1;
}

.hero:hover .slick-prev {
  left: 25px;
}

.hero:hover .slick-next {
  right: 25px;
}

.hero .slick-dots {
  bottom: 30px;
}

@media screen and (min-width: 992px) {
  .hero .slick-dots {
    display: none !important;
  }
}

.hero .slick-dots li {
  margin: 0;
}

.hero .slick-dots button {
  background-color: #d70614;
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  border-radius: 50%;
}

.hero .slick-dots button:before,
.hero .slick-dots button:before {
  display: none;
}

.hero .slide-caption > div {
  overflow: hidden;
}

.hero .slide-caption > div * {
  -webkit-animation: fadeOutLeft 1.5s both;
  animation: fadeOutLeft 1.5s both;
}

.hero .slide-caption > .slider-pic * {
  -webkit-animation: fadeOutRight 1.5s both;
  animation: fadeOutRight 1.5s both;
}

.hero .slide-caption > div.slide-title * {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.hero .slide-caption > div.slide-subtitle * {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.hero .slide-caption > div.btns * {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.hero .hero-slider .slick-current .slide-caption > div * {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.hero .hero-slider .slick-current .slide-caption > .slide-pic * {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.hero .hero-slider .slick-current .slide-caption > div.slide-title * {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.hero .hero-slider .slick-current .slide-caption > div.slide-subtitle * {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.hero .hero-slider .slick-current .slide-caption > div.btns * {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.hero .hero-slider .slick-current .slide-caption > div.slide-pic * {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

/*-----------------------------------
	hero-style-1
-----------------------------------*/
.hero-style-1, .hero-style-2 {
  position: relative;
  height: 780px;
}

@media screen and (min-width: 992px) {
  .hero-style-1, .hero-style-2 {
    padding-top: 100px;
  }
}

@media (max-width: 991px) {
  .hero-style-1, .hero-style-2 {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-style-1, .hero-style-2 {
    height: 450px;
  }
}

.hero-style-1:before, .hero-style-2:before {
  content: "";
  background: url("../images/hero/hero-1-left-shape.png") left top/contain no-repeat local;
  width: 11.25%;
  height: 91%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-style-1:after, .hero-style-2:after {
  content: "";
  background: url("../images/hero/hero-1-right-shape.png") right bottom/contain no-repeat local;
  width: 11.35%;
  height: 79.35%;
  position: absolute;
  right: 0;
  bottom: 0;
}

.hero-style-1 .container, .hero-style-2 .container {
  height: 100%;
  display: table;
  position: relative;
}

.hero-style-1 .separator, .hero-style-2 .separator {
  background-color: #f1f1f1;
  width: calc(100% - 30px);
  height: 1px;
  position: absolute;
  left: 15px;
  bottom: 0;
}

@media (max-width: 991px) {
  .hero-style-1 .separator, .hero-style-2 .separator {
    display: none;
  }
}

.hero-style-1 .row, .hero-style-2 .row {
  display: table-cell;
  vertical-align: middle;
}

.hero-style-1 .slide-caption, .hero-style-2 .slide-caption {
  padding: 0;
}

.hero-style-1 h2, .hero-style-2 h2 {
  font-size: 50px;
  font-size: 3.125rem;
  margin: -0.24em 0 0.66em;
}

@media (max-width: 991px) {
  .hero-style-1 h2, .hero-style-2 h2 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

@media (max-width: 767px) {
  .hero-style-1 h2, .hero-style-2 h2 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

.hero-style-1 p, .hero-style-2 p {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 2.5em;
}

@media (max-width: 991px) {
  .hero-style-1 p, .hero-style-2 p {
    font-size: 16px;
    font-size: 1rem;
  }
}

.hero-style-1 .btns > a:first-child, .hero-style-2 .btns > a:first-child {
  margin-right: 35px;
}

@media (max-width: 767px) {
  .hero-style-1 .btns > a:first-child, .hero-style-2 .btns > a:first-child {
    margin-right: 10px;
  }
}

.hero-style-1 .slide-pic, .hero-style-2 .slide-pic {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 1199px) {
  .hero-style-1 .slide-pic, .hero-style-2 .slide-pic {
    max-width: 435px;
  }
}

@media (max-width: 991px) {
  .hero-style-1 .slide-pic, .hero-style-2 .slide-pic {
    max-width: 335px;
  }
}

@media (max-width: 767px) {
  .hero-style-1 .slide-pic, .hero-style-2 .slide-pic {
    display: none;
  }
}

/*-----------------------------------
	hero-style-2
-----------------------------------*/
.hero-style-2 {
  min-height: 850px;
  height: 100vh;
}

@media screen and (min-width: 992px) {
  .hero-style-2 {
    padding-top: 158px;
  }
}

@media (max-width: 991px) {
  .hero-style-2 {
    min-height: auto;
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-style-2 {
    min-height: auto;
    height: 450px;
  }
}

.hero-style-2:before {
  content: "";
  background: url("../images/hero/hero-2-left-shape.png") left top/contain no-repeat local;
  width: 244px;
  height: 360px;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 991px) {
  .hero-style-2:before {
    display: none;
  }
}

.hero-style-2:after {
  content: "";
  background: url("../images/hero/hero-2-right-shape.png") right bottom/contain no-repeat local;
  width: 272px;
  height: 540px;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (max-width: 991px) {
  .hero-style-2:after {
    display: none;
  }
}

.hero-style-2 .slide-pic {
  z-index: 1;
}

/*-----------------------------------
	hero-style-3
-----------------------------------*/
.hero-style-3 {
  background-color: rgba(227, 0, 15, 0.03);
  height: 100vh;
  min-height: 700px;
}

@media (max-width: 991px) {
  .hero-style-3 {
    height: 600px;
    min-height: auto;
  }
}

@media (max-width: 767px) {
	.services-section1:before {
    background-position:center left !important;
	    background: url(../images/common-shape1.jpg) center top/contain no-repeat local;
}.service-grids.clearfix.text-center {
    background: rgba(255, 255, 255, 0.59);
	    padding-top: 25px;
}
	.aboutsec {
    margin-top: 0 !important;
}
  .hero-style-3 {
    height: 205px;
    min-height: auto;
  }
}

.hero-style-3 .slide {
  height: 100vh;
  min-height: 850px;
  position: relative;
  background-repeat: no-repeat;
  position: relative;
}

@media (max-width: 991px) {
  .hero-style-3 .slide {
    height: 600px;
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .hero-style-3 .slide {
    height: 219px;
    min-height: auto;
  }
}

.hero-style-3 .slide .slider-bg {
  display: none;
}

.hero-style-3 .container {
  height: 100%;
  display: table;
  position: relative;
}

.hero-style-3 .row {
  display: table-cell;
  vertical-align: middle;
}

.hero-style-3 .slide-caption {
  padding: 0;
}
.white{color:#fff !important}
@media screen and (min-width: 992px) {
  .hero-style-3 .slide-caption {
    padding-top: 349px;
  }
}

.hero-style-3 h2 {
  font-size: 70px;
  margin:0 0 5px;
}

@media (max-width: 991px) {
  .hero-style-3 h2 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

@media (max-width: 767px) {
  .hero-style-3 h2 {
    font-size:22px;
  }
}

.hero-style-3 p {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0 0 12px;
    font-weight: 700;
}

@media (max-width: 991px) {
  .hero-style-3 p {
    font-size: 16px;
    font-size: 1rem;
  }
}

.hero-style-3 .btns > a:first-child {
  margin-right: 35px;
}

@media (max-width: 767px) {
  .hero-style-3 .btns > a:first-child {
    margin-right: 10px;
  }
}

.hero-style-3 .slide-pic {
  position: absolute;
  right: -100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 1199px) {
  .hero-style-3 .slide-pic {
    max-width: 435px;
  }
}

@media (max-width: 991px) {
  .hero-style-3 .slide-pic {
    max-width: 335px;
  }
}

@media (max-width: 767px) {
  .hero-style-3 .slide-pic {
    display: none;
  }
}

/*--------------------------------------------------------------
#0.5	footer
--------------------------------------------------------------*/
.site-footer {
  position: relative;
  background: url("../images/footer-bg.png") center top/cover no-repeat local;
  /*** about-widget ***/
  /*** link-widget ***/
  /*** service-link-widget ***/
  /*** newsletter-widget ***/
  /*** lower-footer ***/
}

@media (max-width: 767px) {
  .site-footer {
    border-top: 1px solid #f1f1f1;
  }
}

.site-footer ul {
  list-style: none;
}

.site-footer p,
.site-footer li {
  color: #313333;
}

.site-footer .upper-footer {
  padding: 50px 0 20px;
      background-color: rgba(204, 204, 204, 0.14);
}

@media (max-width: 991px) {
  .site-footer .upper-footer {
    padding: 90px 0 20px;
  }
}

@media (max-width: 767px) {
  .site-footer .upper-footer {
    padding: 80px 0 10px;
  }
}

@media (max-width: 991px) {
  .site-footer .upper-footer .col {
    min-height: 235px;
    margin-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .site-footer .upper-footer .col {
    min-height: auto;
    margin-bottom: 60px;
  }
}

.site-footer .widget-title {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .site-footer .widget-title {
    margin-bottom: 20px;
  }
}

.site-footer .widget-title h3 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  color: #143d3c;
  margin: 0;
  padding-bottom: 0.4em;
  text-transform: capitalize;
  position: relative;
}

@media (max-width: 767px) {
  .site-footer .widget-title h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media screen and (min-width: 1200px) {
  .site-footer .about-widget {
    padding-right: 45px;
    position: relative;
  }
}

.site-footer .about-widget .logo {
  max-width: 230px;
}

.site-footer .about-widget p {
  margin-bottom: 0.8em;
  line-height: 1.9em;
}

.site-footer .about-widget p:last-child {
  margin-bottom: 0;
}

.site-footer .about-widget .social-icons ul {
  overflow: hidden;
  padding-top: 15px;
}

@media (max-width: 767px) {
  .site-footer .about-widget .social-icons ul {
    padding-top: 30px;
  }
}

.site-footer .about-widget .social-icons ul li {
  float: left;
}

.site-footer .about-widget .social-icons ul > li + li {
  margin-left: 5px;
}

.site-footer .about-widget .social-icons ul a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #313333;
  border: 2px solid #313333;
  border-radius: 40px;
  text-align: center;
  display: inline-block;
}

.site-footer .about-widget .social-icons ul a:hover {
  background-color: #d70614;
  border-color: #d70614;
  color: #fff;
}

@media (max-width: 1199px) {
  .site-footer .link-widget {
    padding-left: 20px;
  }
}

@media (max-width: 991px) {
  .site-footer .link-widget {
    padding-left: 0;
  }
}
.service-grids.owl-carousel .owl-item img{border:none}
.site-footer .link-widget ul li {
  position: relative;
}

.site-footer .link-widget ul a {
  color: #313333;
}

.site-footer .link-widget ul a:hover,
.site-footer .link-widget ul li:hover:before {
  color: #d70614;
}
.faiconss i{
	font-size:19px;
	
}
.site-footer .link-widget ul > li + li {
  margin-top: 17px;
}

@media screen and (min-width: 1200px) {
  .site-footer .service-link-widget {
    padding-left: 25px;
  }
}

.site-footer .newsletter-widget form {
  margin-top: 25px;
  position: relative;
}

.site-footer .newsletter-widget form input {
  background-color: #fff;
  height: 50px;
  color: #8e9696;
  padding: 6px 25px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.07);
}

.site-footer .newsletter-widget form .submit {
  position: absolute;
  right: 20px;
  top: 55%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.site-footer .newsletter-widget form .submit button {
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 20px;
  color: #d70614;
}

.site-footer .lower-footer {
  text-align: center;
}

.site-footer .lower-footer .row {
  padding: 20px 0 10px;
      background-color: rgba(204, 204, 204, 0.14);
  position: relative;
}

.site-footer .lower-footer .row .separator {
  background: #f1f1f1;
  width: calc(100% - 30px);
  height: 1px;
  position: absolute;
  left: 15px;
  top: 0;
}

.site-footer .lower-footer .copyright {
  font-size: 14px;
  font-size: 0.875rem;
}

@media (max-width: 991px) {
  .site-footer .lower-footer .copyright {
    float: none;
    margin: 7px 0 20px;
  }
}

.sticky-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: -200px;
  z-index: 9999;
  opacity: 0;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  transition: all 0.7s;
}

.sticky-on {
  opacity: 1;
  top: 0;
}

@media screen and (min-width: 992px) {
  .header-style-1 .sticky-header, .header-style-2 .sticky-header, .header-style-3 .sticky-header {
    background-color: #fff;
    border-bottom: 1px solid #f1f1f1;
  }
  .header-style-1 .sticky-header .separator, .header-style-2 .sticky-header .separator, .header-style-3 .sticky-header .separator {
    display: none;
  }
}

/*--------------------------------------------------------------
#0.6	features-section
--------------------------------------------------------------*/
.features-section {
  padding-bottom: 0;
}

.features-section .feature-grids {
  margin: 0 -15px;
}

.features-section .feature-grids > .grid {
  width: calc(33.33% - 30px);
  margin: 0 15px 30px;
  float: left;
  padding: 60px 40px;
  text-align: center;
  transition:all 0.5s ease;
}
.features-section .feature-grids > .grid:hover { -webkit-box-shadow: 0px 8px 35.77px 13.23px rgba(0, 0, 0, 0.05); box-shadow: 0px 8px 35.77px 13.23px rgba(0, 0, 0, 0.05);}
@media (max-width: 1199px) {
  .features-section .feature-grids > .grid {
    padding: 60px 30px;
  }
}

@media (max-width: 991px) {
  .features-section .feature-grids > .grid {
    width: calc(50% - 30px);
    padding: 50px 30px;
  }
}

@media (max-width: 767px) {
  .features-section .feature-grids > .grid {
    padding: 40px 20px;
  }
}

@media (max-width: 600px) {
  .features-section .feature-grids > .grid {
    width: calc(100% - 30px);
    padding: 40px 20px;
  }
}

.features-section .grid .icon {
  background-color: #fc9b75;
  width: 100px;
  height: 100px;
  margin: 0 auto 40px;
  line-height: 100px;
  border-radius: 50%;
}

@media (max-width: 991px) {
  .features-section .grid .icon {
    width: 85px;
    height: 85px;
    line-height: 85px;
    margin: 0 auto 30px;
  }
}

@media (max-width: 767px) {
  .features-section .grid .icon {
    margin: 0 auto 25px;
  }
}

.features-section .feature-grids > .grid:nth-child(2) .icon {
  background-color: #d9d6fb;
}

.features-section .feature-grids > .grid:nth-child(3) .icon {
  background-color: #b7eaff;
}

.features-section .fi:before {
  font-size: 45px;
  font-size: 2.8125rem;
  color: #fff;
}

@media (max-width: 991px) {
  .features-section .fi:before {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.features-section .grid h3 {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 0 0 0.8em;
  font-weight: 600;
}

@media (max-width: 767px) {
  .features-section .grid h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.features-section .grid p {
  font-size: 15px;
  font-size: 0.9375rem;
  margin: 0;
}

/*--------------------------------------------------------------
#0.7	about-section
--------------------------------------------------------------*/
.about-section, .about-pg-section {
  position: relative;
  padding: 85px 0 0;
}

@media (max-width: 991px) {
  .about-section, .about-pg-section {
    padding: 70px 0 0;
  }
}

@media (max-width: 767px) {
  .about-section, .about-pg-section {
    padding: 60px 0 0;
  }
}

.about-section:before, .about-pg-section:before {
  content: "";
  background: url("../images/common-shape.png") left top/contain no-repeat local;
  width: 640px;
  height: 662px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (max-width: 991px) {
  .about-section:before, .about-pg-section:before {
    display: none;
  }
}

.about-section .about-text p, .about-pg-section .about-text p {
  margin-bottom: 1.3em;
}

.about-section .theme-btn-s2, .about-pg-section .theme-btn-s2 {
  margin-top: 25px;
}

.about-h2-section {
  padding-top: 0;
}

@media (max-width: 991px) {
  .about-h2-section {
    padding-top: 30px;
  }
}

.about-h2-section:before {
  display: none;
}

/*--------------------------------------------------------------
#0.8	services-section
--------------------------------------------------------------*/
.services-section {
    padding-top: 50px;
    padding-bottom: 61px;
  position: relative;
}

@media (max-width: 991px) {
  .services-section {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .services-section {
    padding-top: 90px;
    padding-bottom: 70px;
  }
}

.services-section:before {
  content: "";
  background: url("../images/common-shape.jpg") center top/contain no-repeat local;
  width: 100%;
  height: 728px;
  position: absolute;
  left: 0;
  top: 0;
  right:0;
  background-attachment:fixed;
  background-size:cover;
}
.services-section1:before {
  content: "";
  background: url(../images/common-shape1.jpg);
  width: 100%;
  height: 600px;
  position: absolute;
  left: 0;
  top: 0;
  right:0;
  background-attachment:fixed;
  background-size:cover;
  background-position:center center;
}
@media (max-width: 991px) {
  .services-section:before {
    display: none;
  }
}
.serviceindex{padding:140px 0 105px !important}
.services-section .service-grids .grid {
  background:rgba(255, 255, 255, 0.72);
  float: left;
  text-align: center;
  border: 1px solid #f4f4f4;
  padding: 45px 40px;
  transition:all 0.8s ease;
}
.services-section .service-grids .grid:hover{background:rgba(255, 255, 255,1);}
@media (max-width: 1199px) {
  .services-section .service-grids .grid {
    padding: 45px 25px;
  }
}

@media (max-width: 767px) {
	.services-section12{
		background-image: url(../images/common-shape.jpg) !important;
    background-size: 252%;
	    background-repeat: no-repeat;
	    padding-top: 54px !important;
    padding-bottom: 22px!important;
	}
	.slide-title.slidersec h2 {
    font-size: 15px;
}	.slide-title.slidersec p {
    font-size: 12px;
}
	.lower-footer .col.col-sm-8.col-md-6.text-left {
    text-align: center;
}
	.lower-footer .col.col-sm-4.col-md-6.text-right {
    text-align: center;
}
  .services-section .service-grids .grid {
    padding: 35px 20px;
  }
  .serviceindex {
    padding: 140px 0 149px !important;
	    height: 600px;
}
.site-footer .row.margin-30 {
    padding-top: 0;
}
}
@media(width:320px){
	.hero-style-3 {
    height: 181px;}
	.section-padding {
    padding: 40px 0 !important;
}
.hero-style-3 .slide {
height: 198px;}
}
.services-section .grid .icon {
  background-color: #fff;
  width: 100px;
  height: 100px;
  margin: 0 auto 40px;
  line-height: 100px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 6px 18.9px 2.1px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 6px 18.9px 2.1px rgba(0, 0, 0, 0.05);
}

@media (max-width: 991px) {
  .services-section .grid .icon {
    width: 85px;
    height: 85px;
    line-height: 85px;
    margin: 0 auto 30px;
  }
}

@media (max-width: 767px) {
  .services-section .grid .icon {
    margin: 0 auto 25px;
  }
}

.services-section .icon .fi:before {
  font-size: 35px;
  font-size: 2.1875rem;
  color: #d70614;
}

@media (max-width: 991px) {
  .services-section .icon .fi:before {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.services-section .grid h3 {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 0 0 0.8em;
  font-weight: 600;
}

@media (max-width: 767px) {
  .services-section .grid h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.services-section .grid h3 a {
  color: #143d3c;
}

.services-section .grid h3 a:hover {
  color: #d70614;
}

.services-section .grid p {
  font-size: 15px;
  font-size: 0.9375rem;
  margin: 0;
}

.services-section .owl-theme .owl-controls {
  margin-top: 25px;
}

.services-section .owl-theme .owl-controls .owl-nav [class*=owl-] {
  background: transparent;
  color: #888383;
  margin: 10px;
  padding: 0;
}

.services-section .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  color: #d70614;
}

.services-pg-section {
  padding: 120px 0;
}

@media (max-width: 991px) {
  .services-pg-section {
    padding: 100px 0;
  }
}

@media (max-width: 767px) {
  .services-pg-section {
    padding: 90px 0;
  }
}

.services-pg-section:before {
  display: none;
}

/*--------------------------------------------------------------
#0.9	cta-section
--------------------------------------------------------------*/
.cta-section {
  padding-top: 0;
}

.cta-section .about-text p {
  margin-bottom: 1.3em;
}

.cta-section .theme-btn-s2 {
  margin-top: 15px;
}

.cta-section .img-holder {
  text-align: right;
}

@media (max-width: 991px) {
  .cta-section .img-holder {
    text-align: left;
    margin-top: 80px;
  }
}

/*--------------------------------------------------------------
#1.0	portfolio-section
--------------------------------------------------------------*/
.portfolio-section, .portfolio-pg-section {
  position: relative;
  padding-top: 0;
  padding-bottom: 112px;
}

.portfolio-section:before, .portfolio-pg-section:before {
  content: "";
  background: url("../images/common-shape.png") left top/contain no-repeat local;
  width: 640px;
  height: 662px;
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 991px) {
  .portfolio-section:before, .portfolio-pg-section:before {
    display: none;
  }
}

.portfolio-section .porfolio-grids, .portfolio-pg-section .porfolio-grids {
  margin: 0 -15px;
}

@media (max-width: 767px) {
  .portfolio-section .porfolio-grids, .portfolio-pg-section .porfolio-grids {
    margin: 0 -7.5px;
  }
}

.portfolio-section .porfolio-grids .grid, .portfolio-pg-section .porfolio-grids .grid {
  background-color: #fff;
  width: calc(33.33% - 30px);
  margin: 0 15px 30px;
  float: left;
      border: 1px solid #ececec;
}

@media (max-width: 991px) {
  .portfolio-section .porfolio-grids .grid, .portfolio-pg-section .porfolio-grids .grid {
    width: calc(50% - 30px);
  }
}

@media (max-width: 767px) {
  .portfolio-section .porfolio-grids .grid, .portfolio-pg-section .porfolio-grids .grid {
    width: calc(50% - 15px);
    margin: 0 7.5px 30px;
  }
}

@media (max-width: 600px) {
  .portfolio-section .porfolio-grids .grid, .portfolio-pg-section .porfolio-grids .grid {
    width: calc(100% - 15px);
    float: none;
  }
}

.portfolio-section .grid .details, .portfolio-pg-section .grid .details {
  padding: 15px;
  -webkit-box-shadow: 0px 8px 35.77px 13.23px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 8px 35.77px 13.23px rgba(0, 0, 0, 0.05);
      text-align: center;
}

@media (max-width: 1199px) {
  .portfolio-section .grid .details, .portfolio-pg-section .grid .details {
    padding: 25px;
  }
}

.portfolio-section .cat, .portfolio-pg-section .cat {
  color: #d70614;
}

.portfolio-section .details h3, .portfolio-pg-section .details h3 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0.3em 0;
  text-align:center
}

@media (max-width: 767px) {
  .portfolio-section .details h3, .portfolio-pg-section .details h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.portfolio-section .details h3 a, .portfolio-pg-section .details h3 a {
  color: #143d3c;
}

.portfolio-section .details h3 a:hover, .portfolio-pg-section .details h3 a:hover {
  color: #d70614;
}

.portfolio-section .view-all, .portfolio-pg-section .view-all {
  text-align: center;
  margin-top: 20px;
}

.portfolio-pg-section {
  padding: 120px 0 90px;
}

.portfolio-pg-section:before {
  display: none;
}

@media (max-width: 991px) {
  .portfolio-pg-section {
    padding: 100px 0 70px;
  }
}

@media (max-width: 767px) {
  .portfolio-pg-section {
    padding: 90px 0 60px;
  }
}

/*--------------------------------------------------------------
#1.1	pricing-section
--------------------------------------------------------------*/
.pricing-section .pricing-grids {
  margin-top: 30px;
}

.pricing-section .pricing-grids .grid {
  background-color: #fff;
  width: 33.33%;
  float: left;
  text-align: center;
  padding: 40px 60px;
  -webkit-box-shadow: 0px 9px 57px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 9px 57px 0px rgba(0, 0, 0, 0.04);
}

@media (max-width: 1199px) {
  .pricing-section .pricing-grids .grid {
    padding: 40px 35px;
  }
}

@media (max-width: 991px) {
  .pricing-section .pricing-grids .grid {
    width: 50%;
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .pricing-section .pricing-grids .grid {
    padding: 35px 25px;
  }
}

@media (max-width: 600px) {
  .pricing-section .pricing-grids .grid {
    width: 100%;
    float: none;
  }
}

.pricing-section .pricing-grids > .grid:nth-child(2) {
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 992px) {
  .pricing-section .pricing-grids > .grid:nth-child(2) {
    -webkit-transform: scale(1, 1.1);
    -ms-transform: scale(1, 1.1);
    transform: scale(1, 1.1);
  }
}

.pricing-section .pricing-grids > .grid:nth-child(2) .pricing-footer a {
  opacity: 1;
}

.pricing-section .pricing-header .fi:before {
  font-size: 40px;
  font-size: 2.5rem;
  color: #d70614;
}

.pricing-section .pricing-header h3 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 0.5em;
}

@media (max-width: 991px) {
  .pricing-section .pricing-header h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.pricing-section .pricing-header h3 + p {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #8c8d8e;
}

.pricing-section .pricing-header .price {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 400;
}

@media (max-width: 991px) {
  .pricing-section .pricing-header .price {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

.pricing-section .pricing-header .price span {
  font-size: 18px;
  font-size: 1.125rem;
}

.pricing-section .pricing-body {
  text-align: left;
}

.pricing-section .pricing-body ul {
  list-style: none;
}

.pricing-section .pricing-body ul li {
  font-size: 15px;
  font-size: 0.9375rem;
}

@media (max-width: 991px) {
  .pricing-section .pricing-body ul li {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.pricing-section .pricing-body ul > li + li {
  margin-top: 10px;
}

.pricing-section .pricing-footer {
  margin-top: 30px;
}

.pricing-section .pricing-footer a {
  opacity: 0.5;
}

.pricing-section .pricing-footer a:hover {
  opacity: 1;
}

.pricing-pg-section {
  padding: 120px 0 140px;
}

@media (max-width: 991px) {
  .pricing-pg-section {
    padding: 100px 0 45px;
  }
}

@media (max-width: 767px) {
  .pricing-pg-section {
    padding: 90px 0 40px;
  }
}

/*--------------------------------------------------------------
#1.2	testimonials-section
--------------------------------------------------------------*/
.testimonials-section {
  padding-top: 120px;
  position: relative;
}

@media (max-width: 991px) {
  .testimonials-section {
    padding-top: 42px;
  }
}

@media (max-width: 767px) {
  .testimonials-section {
    padding-top: 32px;
  }
}
.bg1{
	background-color:#d70614
}
.testimonials-section:before {
  content: "";
 /* background: url("../images/common-shape.png") left top/contain no-repeat local;*/
  width: 640px;
  height: 662px;
  position: absolute;
  left: 125px;
  top: 100px;
}

@media (max-width: 991px) {
  .testimonials-section:before {
    display: none;
  }
}

.testimonials-section .section-title, .testimonials-section .section-title-s3 {
  padding-top: 15px;
}

@media (max-width: 991px) {
  .testimonials-section .section-title, .testimonials-section .section-title-s3 {
    padding-top: 0;
  }
}

.testimonials-section .img-holder {
  position: relative;
  text-align: center;
}

@media (max-width: 991px) {
  .testimonials-section .img-holder {
    display: none;
  }
}

.testimonials-section .img-holder img {
  position: relative;
  bottom: 10px;
}

.testimonials-section .img-holder:before {
  content: "";
  background: url("../images/testimonial-bg-shape.png") left bottom/contain no-repeat local;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.testimonials-section .client-quote-grid {
  padding-left: 0px;
  position: relative;
}

@media (max-width: 767px) {
  .testimonials-section .client-quote-grid {
    padding-left: 70px;
  }
}

.testimonials-section .client-quote-grid .icon {
    position: absolute;
    left: 0;
    top: -10px;
    right: 0;
}

.testimonials-section .client-quote-grid .fi:before {
  font-size: 50px;
  font-size: 3.125rem;
  color: #d70614;
}

@media (max-width: 767px) {
  .testimonials-section .client-quote-grid .fi:before {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

.testimonials-section .quote p {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 1.5em;
  margin-top: 52px;
}

@media (max-width: 767px) {
  .testimonials-section .quote p {
    font-size: 16px;
    font-size: 1rem;
  }
}

.testimonials-section .client-info h5 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0 0 0.3em;
}

.testimonials-section .client-info h5 + span {
  font-size: 14px;
  font-size: 0.875rem;
  color: #d70614;
}

.testimonials-section .owl-nav {
  padding-left: 0px;
  text-align: center;
}

@media (max-width: 767px) {
  .testimonials-section .owl-nav {
    padding-left: 70px;
  }
}

.testimonials-section .owl-nav .owl-prev {
  margin-left: 0 !important;
}

.testimonials-section .owl-theme .owl-controls .owl-nav [class*=owl-] {
  color: #143d3c;
  margin: 10px;
  padding: 0;
  background: transparent;
}

.testimonials-section .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  color: #d70614;
}

.testimonials-pg-section {
  padding: 120px 0;
}

@media (max-width: 991px) {
  .testimonials-pg-section {
    padding: 100px 0;
  }
}

@media (max-width: 767px) {
  .testimonials-pg-section {
    padding: 90px 0;
  }
}

.testimonials-pg-section:before {
  display: none;
}

/*--------------------------------------------------------------
#1.3	partners-section
--------------------------------------------------------------*/
.partners-section {
  padding: 0 0 90px;
}

.partners-section .owl-carousel .owl-item img {
  width: auto;
}

/*--------------------------------------------------------------
#1.4	contact-section
--------------------------------------------------------------*/
.contact-section .contact-form input,
.contact-section .contact-form textarea,
.contact-section .contact-form select {
  background: rgba(255, 255, 255, 0.2);
  width: 100%;
  height: 50px;
  border: 2px solid #f0f0f0;
  color: #232424;
  border-radius: 0;
  padding: 6px 18px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.margin_top_40{
	margin-top:40px !important;
}
.contact-section .contact-form input:focus,
.contact-section .contact-form textarea:focus,
.contact-section .contact-form select:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #d70614;
}

.contact-section .contact-form form {
  margin: 0 -15px;
  overflow: hidden;
}

.contact-section .contact-form form ::-webkit-input-placeholder {
  font-style: 16px;
  font-style: normal;
  color: #b0b0b0;
}

.contact-section .contact-form form :-moz-placeholder {
  font-style: 16px;
  font-style: normal;
  color: #b0b0b0;
}

.contact-section .contact-form form ::-moz-placeholder {
  font-style: 16px;
  font-style: normal;
  color: #b0b0b0;
}

.contact-section .contact-form form :-ms-input-placeholder {
  font-style: 16px;
  font-style: normal;
  color: #b0b0b0;
}

.contact-section .contact-form form > div {
  width: calc(50% - 30px);
  float: left;
  margin: 0 15px 30px;
}

@media (max-width: 550px) {
  .contact-section .contact-form form > div {
    width: calc(100% - 30px);
    float: none;
  }
}

.contact-section .contact-form form > .submit-area {
  margin-bottom: 0;
}

.contact-section .contact-form form .comment-area {
  width: calc(100% - 30px);
  float: none;
}

.contact-section .contact-form form .comment-area textarea {
  height: 170px;
}

.contact-section .contact-form form .comment-area textarea:focus {
  border-color: #d70614;
  outline: none;
}

.contact-section .contact-info {
  padding: 50px 40px;
  -webkit-box-shadow: 0px 9px 57px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 9px 57px 0px rgba(0, 0, 0, 0.06);
}

@media (max-width: 991px) {
  .contact-section .contact-info {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .contact-section .contact-info {
    padding: 50px 30px;
  }
}

.contact-section .contact-info ul {
  list-style-type: none;
}

.contact-section .contact-info li {
  font-size: 18px;
  font-size: 1.125rem;
  color: #7d7a7a;
  padding-left: 35px;
  position: relative;
  padding-bottom: 17px;
  margin-bottom: 17px;
  border-bottom: 1px solid #f1f1f1;
}

@media (max-width: 991px) {
  .contact-section .contact-info li {
    font-size: 16px;
    font-size: 1rem;
  }
}

.contact-section .contact-info ul > li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.contact-section .contact-info i {
  color: #d70614;
  position: absolute;
  left: 0;
  top: 5px;
}
.bg-grey{
background-color:#f8f8f8; 
}
section.about-pg-section.section-padding.bg-grey{
	padding-bottom:70px;
}
@media (max-width: 991px) {
  .contact-section .contact-info i {
    top: 4px;
  }
}

.contact-pg-section {
  padding-bottom: 40px;
}

@media (max-width: 991px) {
  .contact-pg-section {
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .contact-pg-section {
    padding-bottom: 90px;
  }
}

.contact-map-section {
  padding: 0 0 70px;
}

@media (max-width: 991px) {
  .contact-map-section {
    padding: 0 0 100px;
  }
}

@media (max-width: 767px) {
  .contact-map-section {
    padding: 0 0 90px;
  }
}

.contact-map-section .contact-map {
  height: 300px;
}

.contact-map-section .contact-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
}

/*--------------------------------------------------------------
#1.5	blog-section
--------------------------------------------------------------*/
.blog-section {
  padding-top: 70px;
  padding-bottom: 90px;
  position: relative;
}

@media (max-width: 991px) {
  .blog-section {
    padding: 100px 0 70px;
  }
}

@media (max-width: 767px) {
  .blog-section {
    padding: 90px 0 60px;
  }
}

.blog-section:before {
  content: "";
  background: url("../images/common-shape.png") left top/contain no-repeat local;
  width: 640px;
  height: 662px;
  position: absolute;
  left: 0;
  top: 100px;
}

@media (max-width: 991px) {
  .blog-section:before {
    display: none;
  }
}

.blog-section .blog-grids {
  margin: 0 -15px;
}

@media (max-width: 767px) {
  .blog-section .blog-grids {
    margin: 0 -7.5px;
  }
}

.blog-section .blog-grids .grid {
  background: #fff;
  width: calc(33.33% - 30px);
  float: left;
  margin: 0 15px 30px;
  -webkit-box-shadow: 0px 9px 57px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 9px 57px 0px rgba(0, 0, 0, 0.06);
}

@media (max-width: 991px) {
  .blog-section .blog-grids .grid {
    width: calc(50% - 30px);
  }
}

@media (max-width: 767px) {
  .blog-section .blog-grids .grid {
    width: calc(50% - 15px);
    margin: 0 7.5px 30px;
  }
}

@media (max-width: 650px) {
  .blog-section .blog-grids .grid {
    width: calc(100% - 15px);
    float: none;
  }
}

.blog-section .grid .details {
  padding: 40px 35px 25px;
}

@media (max-width: 1199px) {
  .blog-section .grid .details {
    padding: 40px 25px 25px;
  }
}

@media (max-width: 767px) {
  .blog-section .grid .details {
    padding: 30px 20px 20px;
  }
}

.blog-section .details h3 {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.3em;
  margin: 0 0 0.6em;
}

@media (max-width: 1199px) {
  .blog-section .details h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.blog-section .details h3 a {
  color: #143d3c;
}

.blog-section .details h3 a:hover {
  color: #d70614;
}

@media (max-width: 1199px) {
  .blog-section .details p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.blog-section .details ul {
  list-style: none;
  overflow: hidden;
  border-top: 1px solid #f1f1f1;
  padding-top: 15px;
  margin-top: 30px;
}

.blog-section .details ul li {
  font-size: 14px;
  font-size: 0.875rem;
  float: left;
  color: #d70614;
}

.blog-section .details ul > li + li {
  margin-left: 15px;
  float: right;
}

/*--------------------------------------------------------------
	home style 2
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#2.1	work-process-section 
--------------------------------------------------------------*/
@media (max-width: 991px) {
  .work-process-section {
    padding: 0;
  }
}

.work-process-section .workprocess-grids {
  position: relative;
}

.work-process-section .workprocess-grids:before {
  content: "";
  background: url("../images/work-process-line.png") left top/contain no-repeat local;
  width: 647px;
  height: 2px;
  position: absolute;
  left: 50%;
  top: 55px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 991px) {
  .work-process-section .workprocess-grids:before {
    display: none;
  }
}

.work-process-section .workprocess-grids .grid {
  width: 33.33%;
  float: left;
  text-align: center;
  padding: 0 30px;
}

@media (max-width: 991px) {
  .work-process-section .workprocess-grids .grid {
    width: 50%;
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .work-process-section .workprocess-grids .grid {
    width: 100%;
    float: none;
    padding: 0 20px;
  }
}

.work-process-section .grid .icon {
  width: 100px;
  height: 100px;
  line-height: 100px;
  margin: 0 auto 35px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 13px 29px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 13px 29px 0px rgba(0, 0, 0, 0.06);
}

@media (max-width: 991px) {
  .work-process-section .grid .icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
}

@media (max-width: 767px) {
  .work-process-section .grid .icon {
    margin: 0 auto 25px;
  }
}

.work-process-section .fi:before {
  font-size: 45px;
  font-size: 2.8125rem;
  color: #d70614;
}

@media (max-width: 991px) {
  .work-process-section .fi:before {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

.work-process-section .grid h3 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 1em;
}

@media (max-width: 991px) {
  .work-process-section .grid h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.work-process-section .grid p {
  margin-bottom: 0;
}

.work-process-section .workprocess-grids > .grid:nth-child(2) .fi:before {
  color: #cf43fc;
}

.work-process-section .workprocess-grids > .grid:nth-child(3) .fi:before {
  color: #41a6ec;
}

/*--------------------------------------------------------------
#2.2	services-section-s2
--------------------------------------------------------------*/
.services-section-s2, .services-section-s3 {
  padding-bottom: 80px;
  position: relative;
}

@media (max-width: 1199px) {
  .services-section-s2, .services-section-s3 {
    padding-bottom: 110px;
  }
}

@media (max-width: 991px) {
  .services-section-s2, .services-section-s3 {
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .services-section-s2, .services-section-s3 {
    padding-bottom: 70px;
  }
}

.services-section-s2 .service-grids, .services-section-s3 .service-grids {
  margin: 0 -15px;
}

@media screen and (min-width: 1200px) {
  .services-section-s2 .service-grids, .services-section-s3 .service-grids {
    padding-left: 50px;
  }
}

@media (max-width: 991px) {
  .services-section-s2 .service-grids, .services-section-s3 .service-grids {
    margin-top: 60px;
  }
}

.services-section-s2 .service-grids > .grid, .services-section-s3 .service-grids > .grid {
  width: calc(50% - 30px);
  float: left;
  margin: 0 15px 30px;
}

@media (max-width: 500px) {
  .services-section-s2 .service-grids > .grid, .services-section-s3 .service-grids > .grid {
    width: calc(100% - 30px);
  }
}

.services-section-s2 .grid .icon, .services-section-s3 .grid .icon {
  margin-bottom: 10px;
}

.services-section-s2 .icon .fi:before, .services-section-s3 .icon .fi:before {
  font-size: 45px;
  font-size: 2.8125rem;
  color: #d70614;
}

@media (max-width: 991px) {
  .services-section-s2 .icon .fi:before, .services-section-s3 .icon .fi:before {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.services-section-s2 .grid h3, .services-section-s3 .grid h3 {
font-size: 25px;
    margin: 0 0 0.8em;
    font-weight: 600;
    line-height: 150%;
}

@media (max-width: 767px) {
  .services-section-s2 .grid h3, .services-section-s3 .grid h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.services-section-s2 .grid h3 a, .services-section-s3 .grid h3 a {
  color: #143d3c;
}

.services-section-s2 .grid h3 a:hover, .services-section-s3 .grid h3 a:hover {
  color: #d70614;
}

.services-section-s2 .grid p, .services-section-s3 .grid p {
  font-size: 15px;
  font-size: 0.9375rem;
  margin: 0;
}

.services-section-s3 {
     padding: 140px 0
}

@media (max-width: 991px) {
  .services-section-s3 {
    padding: 100px 0 70px;
  }
}

@media (max-width: 767px) {
  .services-section-s3 {
    padding: 90px 0 60px;
  }
}

.services-section-s3 .service-grids {
  margin: 0 -15px;
}

@media screen and (min-width: 1200px) {
  .services-section-s3 .service-grids {
    padding-left: 0;
  }
}

@media (max-width: 991px) {
  .services-section-s3 .service-grids {
    margin-top: 0;
  }
}

.services-section-s3 .service-grids > .grid {
  width: 100%;
  float: left;
  margin: 0 15px 30px;
    padding: 25px;
    /*background: rgba(255, 255, 255, 0.68);*/
}

@media (max-width: 991px) {
  .services-section-s3 .service-grids > .grid {
    width: calc(50% - 30px);
  }
}

@media (max-width: 500px) {
  .services-section-s3 .service-grids > .grid {
    width: calc(100% - 30px);
  }
}

/*--------------------------------------------------------------
#2.3	portfolio-section-s2 
--------------------------------------------------------------*/
.portfolio-section-s2 {
  padding-top: 0;
  padding-bottom: 105px;
  position: relative;
}

@media (max-width: 991px) {
  .portfolio-section-s2 {
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .portfolio-section-s2 {
    padding-bottom: 70px;
  }
}

.portfolio-section-s2:before {
  content: "";
  background: url("../images/common-shape.png") left top/contain no-repeat local;
  width: 640px;
  height: 662px;
  position: absolute;
  left: 100px;
  top: 0;
}

@media (max-width: 991px) {
  .portfolio-section-s2:before {
    display: none;
  }
}

.portfolio-section-s2 .grid .details {
  padding: 30px;
  margin-bottom: 45px;
  -webkit-box-shadow: 0px 8px 35.77px 13.23px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 8px 35.77px 13.23px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1199px) {
  .portfolio-section-s2 .grid .details {
    padding: 25px;
  }
}

.portfolio-section-s2 .cat {
  color: #d70614;
}

.portfolio-section-s2 .details h3 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0.3em 0 0;
}

@media (max-width: 767px) {
  .portfolio-section-s2 .details h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.portfolio-section-s2 .details h3 a {
  color: #143d3c;
}

.portfolio-section-s2 .details h3 a:hover {
  color: #d70614;
}

.portfolio-pg-s2-section:before {
  display: none;
}

/*--------------------------------------------------------------
	about page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#3.1	team-section
--------------------------------------------------------------*/
.team-section {
  padding-bottom: 0;
}

.team-section .details {
    text-align: center;
    padding: 10px 0;
    background: #393737;
	transition:all 0.8s ease;
}
.team-section .details h3{color:#fff}
.team-section h3 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 0.2em;
  
  }.proslider .grid{transition:all 0.8s ease;}.proslider .grid:hover{
-webkit-box-shadow: 0px 8px 35.77px 13.23px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 8px 35.77px 13.23px rgba(0, 0, 0, 0.05);}
.proslider .grid:hover .details{background-color:#d90816}
.proslider .grid:hover .cat, .proslider .grid:hover h3 a{color:#fff;}
.service-grids h3{
	color:#101010;
}
@media (max-width: 991px) {
  .team-section h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.team-section p {
  font-size: 15px;
  font-size: 0.9375rem;
  margin: 0;
}

.team-section .owl-theme .owl-controls {
  margin-top: 15px;
}

@media (max-width: 991px) {
  .team-section .owl-theme .owl-controls {
    margin-top: 0;
  }
}

.team-section .owl-theme .owl-controls .owl-nav [class*=owl-] {
  background: transparent;
  color: #888383;
  margin: 10px;
  padding: 0;
}

.team-section .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  color: #d70614;
}

.about-pg-section:before {
  display: none;
}

.team-pg-section {
  padding: 25px 0 50px;
}

@media (max-width: 991px) {
  .team-pg-section {
    padding: 100px 0 80px;
  }
}

@media (max-width: 767px) {
  .team-pg-section {
    padding: 0px 0 70px;
  }
}

/*--------------------------------------------------------------
#3.2	fun-fact-section
--------------------------------------------------------------*/
.fun-fact-section {
  padding: 0 0 100px;
}

@media (max-width: 991px) {
  .fun-fact-section {
    padding: 0 0 30px;
  }
}

.fun-fact-section .fun-fact-grids .grid {
  width: 25%;
  float: left;
  text-align: center;
}

@media (max-width: 991px) {
  .fun-fact-section .fun-fact-grids .grid {
    width: 50%;
    margin: 0 0 50px;
  }
}

@media (max-width: 550px) {
  .fun-fact-section .fun-fact-grids .grid {
    width: 100%;
    float: none;
  }
}

.fun-fact-section .center {
  overflow: hidden;
}

.fun-fact-section .center > div {
  display: inline-block;
  float: left;
}

.fun-fact-section .text {
  padding-left: 15px;
  margin-left: 15px;
  border-left: 1px solid #f1f1f1;
  text-transform: capitalize;
  text-align: left;
}

@media (max-width: 1199px) {
  .fun-fact-section .text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.fun-fact-section .grid h3 {
  font-size: 48px;
  font-size: 3rem;
  font-weight: 600;
  margin: 0;
}

@media (max-width: 1199px) {
  .fun-fact-section .grid h3 {
    font-size: 42px;
    font-size: 2.625rem;
  }
}

/*--------------------------------------------------------------
	service single page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#4.1	service-single-content
--------------------------------------------------------------*/
.service-single-content .service-title {
  text-align: center;
  margin-bottom: 35px;
}

@media screen and (min-width: 992px) {
  .service-single-content .service-title {
    padding: 0 100px;
  }
}

.service-single-content .service-title h3 {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 600;
  margin: -0.22em 0 0.4em;
}

@media (max-width: 991px) {
  .service-single-content .service-title h3 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media (max-width: 767px) {
  .service-single-content .service-title h3 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

.service-single-content .service-title p {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
  margin: 0;
}

@media (max-width: 991px) {
  .service-single-content .service-title p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (max-width: 767px) {
  .service-single-content .service-title p {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

.service-single-content .details p {
  margin-bottom: 1.5em;
}

.service-single-content .details ul {
  list-style: none;
}

.service-single-content .details ul > li + li {
  margin-top: 12px;
}

.service-single-content .details ul li {
  position: relative;
  padding-left: 42px;
  color: #143d3c;
}

.service-single-content .details ul li span {
  width: 27px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  border: 1px solid #d1cfcf;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}

/*--------------------------------------------------------------
	project single page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#5.1	project-single-content
--------------------------------------------------------------*/
.project-single-section .project-single-img {
  margin-bottom: 80px;
}

@media (max-width: 991px) {
  .project-single-section .project-single-img {
    margin-bottom: 60px;
  }
}

.project-single-section .content h2 {
  font-size: 35px;
  font-size: 2.1875rem;
  text-transform: capitalize;
  margin: 0 0 0.8em;
}

@media (max-width: 991px) {
  .project-single-section .content h2 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

.project-single-section .content h3 {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 600;
  margin: 1.2em 0 0.8em;
  text-transform: capitalize;
}

@media (max-width: 991px) {
  .project-single-section .content h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.project-single-section .content p {
  margin-bottom: 1.5em;
  line-height: 2em;
}

.project-single-section .challange ul,
.project-single-section .solutions ul {
  list-style: none;
  padding-top: 10px;
}

.project-single-section .challange ul > li + li,
.project-single-section .solutions ul > li + li {
  margin-top: 12px;
}

.project-single-section .challange ul li,
.project-single-section .solutions ul li {
  position: relative;
  padding-left: 42px;
  color: #143d3c;
}

.project-single-section .challange ul li span,
.project-single-section .solutions ul li span {
  width: 27px;
  height: 27px;
  line-height: 25px;
  text-align: center;
  border: 1px solid #d1cfcf;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}

.project-single-section .solutions {
  margin-top: 65px;
}

.project-single-section .overview-info .overview {
  width: calc(100% - 340px);
  float: left;
  padding-right: 55px;
}

@media (max-width: 991px) {
  .project-single-section .overview-info .overview {
    width: 100%;
    float: none;
    padding-right: 0;
  }
}

.project-single-section .overview-info .project-info {
  width: 340px;
  padding: 45px 40px;
  float: right;
  -webkit-box-shadow: 0px 9px 57px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 9px 57px 0px rgba(0, 0, 0, 0.11);
}

.project-single-section .overview-info .project-info h4 {
  font-size: 21px;
  font-weight: 600;
  margin: 0 0 0.7em;
}

@media (max-width: 991px) {
  .project-single-section .overview-info .project-info {
    width: 100%;
    float: none;
    border-left: 2px solid #eee;
    padding: 45px;
    margin-bottom: 35px;
  }
}

@media (max-width: 767px) {
  .project-single-section .overview-info .project-info {
    padding: 30px 20px;
    margin-bottom: 35px;
  }
}

@media (max-width: 991px) {
  .project-single-section .project-info {
    margin-top: 50px;
  }
}

.project-single-section .project-info ul {
  list-style: none;
  padding: 0;
}

.project-single-section .project-info ul li {
  padding-left: 0;
  line-height: 1.7em;
}

@media (max-width: 1199px) {
  .project-single-section .project-info ul li {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.64em;
  }
}

.project-single-section .project-info ul > li + li {
  margin-top: 12px;
}

.project-single-section .project-info ul li span {
  color: #143d3c;
  font-weight: 600;
}

/*--------------------------------------------------------------
	blog page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#6.1	blog-pg-section
--------------------------------------------------------------*/
.blog-pg-section {
  /*** format-standard ***/
  /*** format-gallery ***/
  /*** format-quote ***/
  /*** format-video ***/
}

@media screen and (min-width: 1200px) {
  .blog-pg-section .blog-content {
    padding-right: 50px;
  }
}

.blog-pg-section .blog-content .post {
  margin-bottom: 100px;
}

@media (max-width: 991px) {
  .blog-pg-section .blog-content .post {
    margin-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .blog-pg-section .blog-content .post {
    margin-bottom: 70px;
  }
}

.blog-pg-section .entry-meta {
  list-style: none;
  overflow: hidden;
  padding: 15px 0 13px;
  margin-bottom: 35px;
  border-bottom: 1px solid #f1f1f1;
}

@media (max-width: 767px) {
  .blog-pg-section .entry-meta {
    padding: 15px 0 10px;
  }
}

.blog-pg-section .entry-meta li {
  float: left;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (max-width: 767px) {
  .blog-pg-section .entry-meta li {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.blog-pg-section .entry-meta > li + li {
  margin-left: 20px;
  padding-left: 20px;
  position: relative;
}

@media (max-width: 767px) {
  .blog-pg-section .entry-meta > li + li {
    padding-left: 0;
  }
}

.blog-pg-section .entry-meta > li + li:before {
  content: "|";
  position: absolute;
  left: 0;
  top: 0;
  color: #d6d6d6;
}

@media (max-width: 767px) {
  .blog-pg-section .entry-meta > li + li:before {
    display: none;
  }
}

.blog-pg-section .entry-meta li span {
  color: #d70614;
}

.blog-pg-section .entry-meta li a {
  color: #8e9696;
}

.blog-pg-section .post h3 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.2em;
  font-weight: 600;
  margin: 0 0 0.5em;
}

@media (max-width: 991px) {
  .blog-pg-section .post h3 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

@media (max-width: 767px) {
  .blog-pg-section .post h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.blog-pg-section .post h3 a {
  color: #143d3c;
}

.blog-pg-section .post h3 a:hover {
  color: #d70614;
}

.blog-pg-section .post p {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 1.5em;
}

@media (max-width: 991px) {
  .blog-pg-section .post p {
    font-size: 16px;
    font-size: 1rem;
  }
}

.blog-pg-section .post .more {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  color: #143d3c;
  display: inline-block;
  line-height: 0.5em;
}

@media (max-width: 991px) {
  .blog-pg-section .post .more {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.blog-pg-section .post .more:hover {
  color: #d70614;
}

.blog-pg-section .post .more .fi:before {
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
  top: 1px;
  left: 2px;
}

.blog-pg-section .format-standard,
.blog-pg-section .format-quote {
  background-color: #f8f8f8;
  padding: 25px 35px 45px;
}

@media (max-width: 767px) {
  .blog-pg-section .format-standard,
  .blog-pg-section .format-quote {
    padding: 25px 20px 45px;
  }
}

.blog-pg-section .format-gallery {
  position: relative;
}

.blog-pg-section .format-gallery .owl-controls {
  width: 100%;
  margin: 0;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blog-pg-section .format-gallery .owl-controls .owl-nav [class*=owl-]:hover {
  background: #d70614;
}

.blog-pg-section .format-gallery .owl-controls .owl-nav [class*=owl-] {
  background: rgba(133, 133, 133, 0.5);
  width: 50px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  margin: 0;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.blog-pg-section .format-gallery .owl-controls .owl-nav .owl-prev,
.blog-pg-section .format-gallery .owl-controls .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blog-pg-section .format-gallery .owl-controls .owl-nav .owl-prev {
  left: 15px;
}

.blog-pg-section .format-gallery .owl-controls .owl-nav .owl-next {
  right: 15px;
}

.blog-pg-section .format-quote {
  position: relative;
}

.blog-pg-section .format-quote:before {
  content: "";
  background: url("../images/blog/quote.png") center center/auto no-repeat local;
  width: 46px;
  height: 45px;
  position: absolute;
  right: 45px;
  bottom: 35px;
}

.blog-pg-section .format-video .video-holder {
  position: relative;
  text-align: center;
}

.blog-pg-section .format-video .video-holder:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.blog-pg-section .format-video .video-holder:hover:before {
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.blog-pg-section .format-video .video-holder a {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.blog-pg-section .format-video .video-holder .fi:before {
  font-size: 80px;
  font-size: 5rem;
  color: #fff;
}

@media (max-width: 767px) {
  .blog-pg-section .format-video .video-holder .fi:before {
    font-size: 60px;
    font-size: 3.75rem;
  }
}

/*--------------------------------------------------------------
	blog single page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#7.1	blog-single-section
--------------------------------------------------------------*/
.blog-single-section {
  /*** tag-share ***/
  /*** author-box ***/
  /*** more-posts ***/
  /*** comments area ***/
  /*** comment-respond ***/
}

@media screen and (min-width: 1200px) {
  .blog-single-section .blog-content {
    padding-right: 50px;
  }
}

.blog-single-section .entry-meta {
  list-style: none;
  overflow: hidden;
  padding: 15px 0 13px;
  margin-bottom: 35px;
  border-bottom: 1px solid #f1f1f1;
}

@media (max-width: 767px) {
  .blog-single-section .entry-meta {
    padding: 15px 0 10px;
  }
}

.blog-single-section .entry-meta li {
  float: left;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (max-width: 767px) {
  .blog-single-section .entry-meta li {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.blog-single-section .entry-meta > li + li {
  margin-left: 20px;
  padding-left: 20px;
  position: relative;
}

@media (max-width: 767px) {
  .blog-single-section .entry-meta > li + li {
    padding-left: 0;
  }
}

.blog-single-section .entry-meta > li + li:before {
  content: "|";
  position: absolute;
  left: 0;
  top: 0;
  color: #d6d6d6;
}

@media (max-width: 767px) {
  .blog-single-section .entry-meta > li + li:before {
    display: none;
  }
}

.blog-single-section .entry-meta li span {
  color: #d70614;
}

.blog-single-section .entry-meta li a {
  color: #8e9696;
}

.blog-single-section .post h2 {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 600;
  margin: 0 0 0.5em;
}

@media (max-width: 991px) {
  .blog-single-section .post h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media (max-width: 767px) {
  .blog-single-section .post h2 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

.blog-single-section .post p {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 1.5em;
}

@media (max-width: 991px) {
  .blog-single-section .post p {
    font-size: 16px;
    font-size: 1rem;
  }
}

.blog-single-section .post h3 {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.5em;
  margin: 1.8em 0 1em;
}

@media (max-width: 991px) {
  .blog-single-section .post h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media (max-width: 767px) {
  .blog-single-section .post h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.blog-single-section .post blockquote {
    background-color: #1c1e1e;
    color: #1c1e1e;
    padding: 65px 45px 65px;
    margin-top: 35px;
	margin-bottom: 35px;
    border: 0;
    position: relative;
    text-align: left;
    font-size: 25px;
	box-shadow: 0px 8px 35.77px 13.23px rgba(0, 0, 0, 0.05)
}

@media (max-width: 767px) {
  .blog-single-section .post blockquote {
    padding: 55px 25px;
  }
}

.blog-single-section .post blockquote:before {
  content: "";
  background: url("../images/blog/quote-2.png") center center/auto no-repeat local;
  width: 46px;
  height: 45px;
  position: absolute;
  left: 45px;
  top: 40px;
}

@media (max-width: 767px) {
  .blog-single-section .post blockquote:before {
    display: none;
  }
}

.blog-single-section .post blockquote .quoter {
  display: block;
  margin-top: 15px;
}

.blog-single-section .tag-share {
  border: 1px solid #f2f2f2;
  padding: 25px 25px 35px;
  margin: 55px 0 0;
  color: #143d3c;
}

.blog-single-section .tag-share ul {
  list-style: none;
  display: inline-block;
  overflow: hidden;
}

.blog-single-section .tag-share ul li {
  float: left;
}

@media (max-width: 767px) {
  .blog-single-section .tag-share ul li {
    margin: 2px;
  }
}

.blog-single-section .tag-share ul > li + li {
  margin-left: 10px;
}

@media (max-width: 767px) {
  .blog-single-section .tag-share ul > li + li {
    margin: 2px;
  }
}

.blog-single-section .tag-share .tag ul {
  list-style: none;
  position: relative;
  top: 15px;
}

.blog-single-section .tag-share .tag a {
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #f7f7f7;
  color: #627381;
  padding: 8px 15px;
  display: block;
  border-radius: 50px;
}

@media (max-width: 767px) {
  .blog-single-section .tag-share .tag a {
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 5px 10px;
  }
}

.blog-single-section .tag-share .tag a:hover {
  background-color: #d70614;
  color: #fff;
}

.blog-single-section .tag-share .share {
  margin-top: 40px;
}

.blog-single-section .tag-share .share ul {
  position: relative;
  top: 8px;
}

.blog-single-section .tag-share .share ul > li + li {
  margin-left: 30px;
}

@media (max-width: 767px) {
  .blog-single-section .tag-share .share ul > li + li {
    margin-left: 20px;
  }
}

@media (max-width: 767px) {
  .blog-single-section .tag-share .share ul > li {
    margin: 5px;
  }
}

.blog-single-section .tag-share .share a {
  font-size: 16px;
  font-size: 1rem;
  color: #627381;
}

@media (max-width: 767px) {
  .blog-single-section .tag-share .share a {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.blog-single-section .tag-share .share a:hover {
  color: #d70614;
}

.blog-single-section .tag-share .share ul > li:first-child a {
  color: #3c5ba4;
}

.blog-single-section .tag-share .share ul > li:nth-child(2) a {
  color: #47a0d9;
}

.blog-single-section .tag-share .share ul > li:nth-child(3) a {
  color: #0073b1;
}

.blog-single-section .tag-share .share ul > li:nth-child(4) a {
  color: #933f94;
}

.blog-single-section .author-box {
  padding: 35px 40px 25px;
  margin: 70px 0;
  border: 1px solid #f2f2f2;
}

@media (max-width: 991px) {
  .blog-single-section .author-box {
    padding: 35px 40px;
  }
}

@media (max-width: 767px) {
  .blog-single-section .author-box {
    padding: 25px;
  }
}

.blog-single-section .author-box .author-avatar {
  float: left;
}

@media (max-width: 767px) {
  .blog-single-section .author-box .author-avatar {
    float: none;
  }
}

.blog-single-section .author-box .author-content {
  display: block;
  overflow: hidden;
  padding-left: 25px;
}

@media (max-width: 767px) {
  .blog-single-section .author-box .author-content {
    padding: 0;
    margin: 15px 0 0 0;
  }
}

.blog-single-section .author-box .author-content p {
  font-size: 17px;
  font-size: 1.0625rem;
  color: #949494;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .blog-single-section .author-box .author-content p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.blog-single-section .author-box .author-name {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 10px;
  color: #143d3c;
}

.blog-single-section .author-box .social-link {
  display: inline-block;
  list-style: none;
}

.blog-single-section .author-box .social-link li {
  float: left;
  margin-right: 15px;
}

.blog-single-section .author-box .social-link a {
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #143d3c;
}

.blog-single-section .author-box .social-link a:hover {
  color: #d70614;
}

.blog-single-section .more-posts {
  overflow: hidden;
  border: 1px solid #f2f2f2;
}

.blog-single-section .more-posts > div {
  width: 50%;
  float: left;
}

.blog-single-section .more-posts > div > a {
  display: inline-block;
}

.blog-single-section .more-posts .previous-post,
.blog-single-section .more-posts .next-post {
  font-size: 18px;
  font-size: 1.125rem;
  color: #939ba2;
  padding: 30px;
}

@media (max-width: 767px) {
  .blog-single-section .more-posts .previous-post,
  .blog-single-section .more-posts .next-post {
    padding: 20px;
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 450px) {
  .blog-single-section .more-posts .previous-post,
  .blog-single-section .more-posts .next-post {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.blog-single-section .more-posts .previous-post i,
.blog-single-section .more-posts .next-post i {
  position: relative;
  top: 2px;
}

@media (max-width: 450px) {
  .blog-single-section .more-posts .previous-post i,
  .blog-single-section .more-posts .next-post i {
    display: none;
  }
}

.blog-single-section .more-posts .next-post {
  text-align: right;
  border-left: 1px solid #e8e8e8;
}

.blog-single-section .more-posts .previous-post > a > span,
.blog-single-section .more-posts .next-post > a > span {
  display: block;
}

.blog-single-section .more-posts .post-control-link {
  color: #939ba2;
  font-weight: 600;
}

.blog-single-section .more-posts .next-post i {
  left: 2px;
}

.blog-single-section .more-posts a:hover .post-control-link {
  color: #d70614;
}

.blog-single-section .comments-area {
  margin-top: 70px;
}

.blog-single-section .comments-area .comments {
  -webkit-box-shadow: 0px 0px 21.17px 7.83px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 0px 21.17px 7.83px rgba(0, 0, 0, 0.04);
  border-bottom: 0;
}

.blog-single-section .comments-area li > div {
  border-bottom: 1px solid #f1f1f1;
  padding: 35px;
}

@media (max-width: 991px) {
  .blog-single-section .comments-area li > div {
    padding: 35px 25px;
  }
}

.blog-single-section .comments-area ol {
  list-style-type: none;
  padding-left: 0;
}

.blog-single-section .comments-area ol ul {
  padding-left: 30px;
  list-style-type: none;
}

.blog-single-section .comments-area ol > li:last-child div {
  border-bottom: 0;
}

.blog-single-section .comments-area .comments-title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
  margin: 0 0 1.5em;
}

@media (max-width: 991px) {
  .blog-single-section .comments-area .comments-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.blog-single-section .comments-area li > div {
  position: relative;
}

.blog-single-section .comments-area .comment-theme {
  position: absolute;
  left: 35px;
}

@media (max-width: 767px) {
  .blog-single-section .comments-area .comment-theme {
    position: static;
  }
}

.blog-single-section .comments-area .comment-main-area {
  padding-left: 100px;
}

@media (max-width: 767px) {
  .blog-single-section .comments-area .comment-main-area {
    padding-left: 0;
    margin-top: 25px;
  }
}

.blog-single-section .comments-area .comment-main-area p {
  margin-bottom: 20px;
}

.blog-single-section .comments-area .comments-meta h4 {
  font-family: "Titillium Web", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  color: #6d6d6d;
  font-weight: bold;
  margin: 0 0 1em;
}

.blog-single-section .comments-area .comments-meta h4 span {
  font-family: "Titillium Web", sans-serif;
  font-weight: normal;
  color: #949494;
  text-transform: none;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
}

.blog-single-section .comments-area .comment-reply-link {
  background: #fea480;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  padding: 4px 14px;
  display: inline-block;
}

.blog-single-section .comments-area .comment-reply-link:hover {
  background-color: #d70614;
}

.blog-single-section .comment-respond {
  margin-top: 70px;
}

.blog-single-section .comment-respond .comment-reply-title {
  font-size: 22px;
  font-size: 1.375rem;
  margin: 0 0 1.5em;
}

@media (max-width: 991px) {
  .blog-single-section .comment-respond .comment-reply-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.blog-single-section .comment-respond form input,
.blog-single-section .comment-respond form textarea {
  background-color: #f8f8f8;
  width: 100%;
  height: 50px;
  border: 1px solid #f8f8f8;
  padding: 6px 15px;
  margin-bottom: 15px;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.blog-single-section .comment-respond form input:focus,
.blog-single-section .comment-respond form textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #d70614;
}

@media (max-width: 991px) {
  .blog-single-section .comment-respond form input,
  .blog-single-section .comment-respond form textarea {
    height: 40px;
  }
}

.blog-single-section .comment-respond form textarea {
  height: 220px;
  padding: 15px;
}

@media (max-width: 991px) {
  .blog-single-section .comment-respond form textarea {
    height: 150px;
  }
}

.blog-single-section .comment-respond .form-inputs {
  overflow: hidden;
}

.blog-single-section .comment-respond .form-inputs > input:nth-child(2) {
  width: 49%;
  float: left;
}

@media (max-width: 767px) {
  .blog-single-section .comment-respond .form-inputs > input:nth-child(2) {
    width: 100%;
    float: none;
  }
}

.blog-single-section .comment-respond .form-inputs > input:nth-child(3) {
  width: 49%;
  float: right;
}

@media (max-width: 767px) {
  .blog-single-section .comment-respond .form-inputs > input:nth-child(3) {
    width: 100%;
    float: none;
  }
}

.blog-single-section .comment-respond .form-submit input {
  max-width: 180px;
  background-color: #fe9267;
  color: #fff;
  font-weight: bold;
  margin-bottom: 0;
  border: 0;
  outline: 0;
}

.blog-single-section .comment-respond .form-submit input:hover {
  background-color: #d70614;
}
.aboutsec{clear: both;
    margin-top: 60px;}
/*--------------------------------------------------------------
	404 page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#8.1	error-404-section
--------------------------------------------------------------*/
.error-404-section {
  text-align: center;
}

.error-404-section .error-message {
  margin-top: 70px;
  padding: 0 200px;
}

@media (max-width: 991px) {
  .error-404-section .error-message {
    margin-top: 50px;
    padding: 0 100px;
  }
}

@media (max-width: 767px) {
  .error-404-section .error-message {
    padding: 0;
  }
}

.error-404-section .error-message h3 {
  font-size: 28px;
  font-size: 1.75rem;
  margin: 0 0 0.8em;
}

@media (max-width: 991px) {
  .error-404-section .error-message h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.error-404-section .error-message p {
  margin-bottom: 1.8em;
}
.bg1 h2,.bg1 h3{color:#fff; font-weight:300 !important}
.abtbgimg:before {
    content: '';
    background-image: url(../images/about-img.png);
    position: absolute;
    right: -80px;
    background-position: top;
    background-repeat: no-repeat;
    width: 560px;
    height: 780px;
    top: 0;
    background-size: cover;
}
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #d70614;
	width: 100%;
}

ul.tabs li {
	float: left;
	margin: 0;
	cursor: pointer;
	padding: 0px 21px;
	height: 31px;
	line-height: 31px;
    border-top: 1px solid #d70614;
    border-left: 1px solid #d70614;
    border-bottom: 1px solid #d70614;
    background-color: #d70614;
    color: #fff;
	overflow: hidden;
	position: relative;
}

.tab_last { border-right: 1px solid #d70614; }

ul.tabs li:hover {
    background-color: #fff;
    color: #d70614;
}

ul.tabs li.active {
	background-color: #fff;
	color: #333;
	border-bottom: 1px solid #fff;
	display: block;
}

.tab_container {
	border: 1px solid #d70614;
	border-top: none;
	clear: both;
	float: left;
	width: 100%;
	background: #fff;
	overflow: auto;
}
.red a, .red{color:#d70614}
.tab_content {
	padding: 20px;
	display: none;
}
.careerimg{
	border: 1px solid #ccc;
    box-shadow: 0px 8px 35.77px 13.23px rgba(0, 0, 0, 0.05);
}
.tab_drawer_heading { display: none; }

@media screen and (max-width: 480px) {
	.page-title h2 {
    font-size: 26px;}
	.tabs {
		display: none;
	}
	.blog-single-section .post blockquote{
		font-size: 17px !important;
	}
	.tab_drawer_heading {
		    background-color: #d70614;
    color: #fff;
    border-top: 1px solid #fff;
		
		margin: 0;
		padding: 5px 20px;
		display: block;
		cursor: pointer;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	.d_active {
		background-color: #666;
		color: #fff;
	}
}

.tabpadding{
	    padding-top: 0;
    padding-bottom: 40px;
}
.services111 .service-grids > .grid {
	width: calc(49.33% - 30px);
    float: left;
    margin: 0 15px 30px;
    padding: 28px 25px 0;
    height: 473px;
    border: 1px solid #f4f4f4;
    box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.06);
}
.sb1{
	background-image:url(../images/nephrologybg.jpg)
}
.sb2{
	background-image:url(../images/utibg.jpg)
}
.sb3{
	background-image:url(../images/criticalbg.jpg)
}
.sb4{
	background-image:url(../images/immunologybg.jpg)
}
.ourservicebgcol{
	background-color:rgba(255,255,255,0.8);padding: 0 24px 24px;box-shadow: -1px -1px 28px -6px rgba(0, 0, 0,0.8);
	height: 416px;
}
.borderright{
	border-right:1px solid #e8e6e6;
}
.portfolio-section-s2 .owl-carousel .owl-item img {
border:none !important
}
.padding_bottom_15{
	    padding-bottom: 15px !important;
}
.product-link{
	/*-webkit-box-shadow: 2px 3px 30px 12px rgba(0,0,0,0.28); 
box-shadow: 2px 3px 30px 12px rgba(0,0,0,0.28);*/
-webkit-box-shadow: -10px 0px 13px -7px #ccc, 10px 0px 13px -7px #ccc, 2px 3px 30px 12px rgba(0,0,0,0); 
box-shadow: -10px 0px 13px -7px #ccc, 10px 0px 13px -7px #ccc, 2px 3px 30px 12px rgba(0,0,0,0);
padding:25px
}
.fixedimg{
	display: inline;
    float: left;
    padding: 7px 28px 0 0;
}
.paddingtb40{    padding: 40px 0;}
.current-open {
border: 1px solid #e8e7e7;
    padding: 5px 20px 20px;
    box-shadow: inset 4px -2px 15px 1px rgba(130, 66, 61, 0.24);
    margin-bottom: 30px;
}
.current-open h3{color: #3d201e;}
.current-open .applybtn{color:#3d201e; font-weight:600}
.current-open .applybtn:hover{color:#e3000f}
.current-open p{margin-bottom:0}
.pad_top_0{padding-top:0px !important}
.margin_top_115{margin-top:115px}
.proinqimg img{border:1px solid #dfdfdf}

.slidersec h2, .slidersec p{
	color:#e3000f;
}
.margin-20{
	padding-top:60px;
}
.margin-30{
	padding-top:50px;
}.productdetail ul{padding-left:21px;}
.productdetail li{
	color: #101010;
	
}
.relprobg{
	background-color:rgba(130, 66, 61, 0.07);
}
.proslider.owl-carousel .owl-item img{padding:15px; background:#fff} 
	.quick_contact .col-sm-1{    text-align: center;
    vertical-align: middle;
    padding: 4px 0;
}
@media(max-width:767px){

	.page-title h2 {
    padding-top: 4px;}
	.page-title {
    height: 110px;
}
	.services111 .service-grids > .grid {
    width: calc(100% - 30px);
    margin: 0 15px 37px;
    padding: 25px;
	height:auto;}
	.abtbgimg:before {
    content: '';
    right: -200px;
    opacity: 0.3;
}h2.text-center.margin_top_0 {
    font-size: 16px;
}
}
@media(min-width:768px) and (max-width:992px){
	.abtbgimg:before{
		    opacity: 0.3;
	}section.about-pg-section.section-padding.bg-grey {
    padding-bottom: 0;
}
	.services-section12 {
    background-image: url(../images/common-shape.jpg) !important;
    background-size: 252%;
    background-repeat: no-repeat;
    padding-top: 54px !important;
    padding-bottom: 22px!important;
}
	.features-section .feature-grids > .grid {
    width: calc(33% - 30px);}
	.respclear{
		clear:both
	}
	.serviceindex {
    padding: 140px 0 137px !important;
}
	.hero-style-3 .slide {
    height: 430px;}
	.hero-style-3 {
    height: 340px;}
	.services-section-s3 .service-grids > .grid{
		    width: 100%;

	}
}
@media(min-width:993px) and (max-width:1100px){
	.services111 .service-grids > .grid {

    height: 440px;}
	.abtbgimg:before{
		    opacity: 0.3;
	}
	.site-footer p, .site-footer li {
    color: #313333;
    font-size: 12px;
}
	.aboutsec {
    clear: both;
    margin-top: 28px;
}
	.hero-style-3 .slide {
    height: 15vh;
    min-height: 578px;}
	.hero-style-3 {
    height: 42vh;
min-height: 570px;}}