/*
Theme Name: Quincy
Theme URI: http://wp3.commonsupport.com/newwp/quincy/
Author: Template Path
Author URI: http://themeforest.net/user/template_path
Description: This is Quincy theme
Version: 1.0.1
License: copyright commercial
License URI: http://themeforest.net/user/template_path
Text Domain: quincy
Tags: one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, rtl-language-support, sticky-post, translation-ready, microformats
*/

/* Quincy WordPress Template */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Main Slider
3. Page Title
4. Call To Action 
5. Fun Facts
6. Projects
7. Contact Form
8. Google Map
9. Sidebar widget
10. About us
11. Error Page
12. Comming Soon
13. Company History
14. Blog page
15. Footer
16. Header
17. Services
18. Shop page
19. Team 
20. Testimonial
21. Pricing

**********************************************/

/*** 

====================================================================
	Main Slider style
====================================================================

***/

.main-slider {
  position: relative;
  z-index: 8;
}

.main-slider .tp-caption {
  z-index: 5 !important;
}

.main-slider .tp-dottedoverlay {
  background: rgba(0, 0, 0, 0.05) !important;
}

#rev_slider_two .tp-dottedoverlay {
  background: rgba(0, 0, 0, 0.5) !important;
}

.main-slider .tparrows.gyges {
  margin-top: -60px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: rgba(255, 255, 255, 0.20);
}

.main-slider .tparrows.gyges:before {
  line-height: 60px;
}

.main-slider .tparrows.gyges:hover {
  background-color: #e15b5c;
}

.main-slider h2 {
  position: relative;
  color: #ffffff;
  font-size: 42px;
  text-align: center;
  font-weight: 700;
  line-height: 1.2em;
  padding-bottom: 20px;
}

.main-slider h2.dark-text {
  position: relative;
  color: #222;
}


.main-slider .text {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #666;
  line-height: 1.7em;
}

.main-slider .text.dark-text {
  color: #022222;
  font-size: 16px;
}

.main-slider .text.white-text {
  color: #fff;
  font-size: 20px;
}

.main-slider .dark-heading {
  position: relative;
  color: #022222;
  border: 0px;
  padding: 0px;
  line-height: 1.2em;
}

.main-slider .dark-heading:after {
  display: none;
}

.main-slider .white-heading {
  position: relative;
  color: #fff;
  border: 0px;
  padding: 0px;
  line-height: 1.2em;
}

.main-slider .white-heading:after {
  display: none;
}

.main-slider h4 {
  position: relative;
  font-size: 36px;
  font-weight: 400;
  color: #ffffff;
}

.main-slider h1 {
  position: relative;
  font-size: 72px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2em;
  text-transform: uppercase;
}

.slider-content {
  position: relative;
  padding: 35px 30px;
  background-color: rgba(0, 0, 0, 0.60);
}

.slider-content h3 {
  position: relative;
  color: #ffffff;
  font-size: 30px;
  line-height: 1.4em;
  font-weight: 700;
  padding-bottom: 18px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

.slider-content h3:after {
  position: absolute;
  content: '';
  width: 70px;
  height: 1px;
  left: 0px;
  bottom: -1px;
  z-index: 10;
  background-color: #e15b5c;
}

.slider-content .content-text {
  position: relative;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 25px;
}

.main-slider .tp-bannertimer {
  display: none !important;
}

/*** 

====================================================================
	Page Title Style
====================================================================

***/

.page-title {
  position: relative;
  text-align: center;
  display: inherit;
  background-size: cover;
}

.page-title:before {
  position: absolute;
  content: '';
  background: #00000082;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.page-title .box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 300px;
}

.page-title h1 {
  position: relative;
  font-size: 32px;
  font-weight: 700;
  margin-top: 10px;
  color: #fff;
  line-height: 1.5em;
  text-transform: capitalize;
  text-align: center;
  height: 100px
}

.page-title h1 div {
  text-transform: none !important;
}

.page-title h2 {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  margin-top: 25px;
  color: #fff;
  line-height: 1.5em;
  text-transform: capitalize;
}

.page-title .text {
  position: relative;

  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.page-info {
  position: relative;
  color: #272727;
  z-index: 9;
}

.page-info .flex-box-five {
  border-bottom: 1px solid #eeeeee;
}

.page-info h2 {
  font-size: 16px;
  color: #272727;
  line-height: 24px;
  font-weight: 700;
}

.page-info .bread-crumb {
  position: relative;
  font-size: 14px;
  padding: 18px 0px 17px;
}

.page-info .bread-crumb li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  margin-right: 24px;
  color: #e15b5c;
  font-weight: 400;
  line-height: 24px;
  text-transform: capitalize;
  font-family: 'Poppins', sans-serif;
}

.page-info .bread-crumb li:last-child {
  margin-right: 0px;
}

.page-info .bread-crumb li:after {
  content: '\f105';
  font-family: 'FontAwesome';
  position: absolute;
  right: -21px;
  width: 10px;
  line-height: 24px;
  font-size: 16px;
  color: #222222;
}

.page-info .bread-crumb li:last-child:after {
  display: none;
}

.page-info .bread-crumb li a {
  color: #1a1a1a;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.page-info .bread-crumb li a:hover {
  color: #e15b5c;
}

.page-info .share-link a i {
  margin-left: 7px;
  color: #e15b5c;
  margin-right: 7px;
  font-size: 14px;
}

/*** 

====================================================================
	Call To Action Section
====================================================================

***/

.call-to-action-one {
  position: relative;
  text-align: center;
  margin-bottom: 15px;
}

.call-to-action-one h2 {
  color: #ffffff;
  font-weight: 600;
  max-width: 900px;
  font-size: 40px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.call-to-action-one .text {
  color: #fff;
  max-width: 730px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.call-to-action-one span {
  font-size: 50px;
  color: #fff;
  margin-bottom: 39px;
  display: block;
}

/*call to action two*/

.call-to-action-two {
  position: relative;
  text-align: center;
  margin-bottom: 15px;
}

.call-to-action-two h2 {
  color: #ffffff;
  font-weight: 600;
  max-width: 900px;
  font-size: 40px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.call-to-action-two .text {
  color: #fff;
  max-width: 730px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.call-to-action-two span {
  font-size: 50px;
  color: #fff;
  margin-bottom: 39px;
  display: block;
}


/*** 

====================================================================
	Fun Facts Section
====================================================================

***/

.fun-facts-one {
  position: relative;
}


.fun-facts-one .column {
  position: relative;
  margin-bottom: 30px;
}

.fun-facts-one .column .inner {
  position: relative;
  background: #e15b5c;
  padding: 30px 20px;
  margin: 0 auto;
  text-align: center;
}

.fun-facts-one .column .inner:before {
  position: absolute;
  content: '';
  left: 10px;
  bottom: 10px;
  right: 10px;
  top: 10px;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.fun-facts-one .column .content {
  position: relative;
}

.fun-facts-one .count-outer {
  position: relative;
  font-size: 48px;
  line-height: 1.3em;
  font-weight: 700;
  color: #fff;
}

.fun-facts-one .count-outer .count-text {
  font-weight: 700;
}

.fun-facts-one .column .counter-title {
  position: relative;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  font-style: italic;
  color: #ffffff;
}

/* funfact-style two */

.fun-facts-two {
  position: relative;
  text-align: center;
}

.fun-facts-two .count-outer {
  font-size: 60px;
  font-weight: 600;
  color: #222;
  margin-bottom: 20px;
}

/*** 

====================================================================
	Projects Style
====================================================================

***/


.projects-block-one {
  position: relative;
  margin-bottom: 30px;
  display: inline-block;
  overflow: hidden;
}

.projects-block-one .inner-box {
  text-align: center;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  position: relative;
}

.projects-block-one .inner-box .read-more {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: inherit;
  transition: .5s ease;
}

.projects-block-one .inner-box .read-more-btn {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
}

.projects-block-one .inner-box:hover .read-more {
  opacity: 1;
  visibility: visible;
  transition: .5s ease;
}

.projects-block-one .inner-box img {
  width: 100%;
  height: auto;
}

.projects-block-one .inner-box .box-content {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transform: perspective(400px) rotateX(-90deg);
  transform-origin: center top 0;
  transition: all 0.5s ease 0s;
}

.projects-block-one .inner-box:hover .box-content {
  opacity: 1;
  transform: perspective(400px) rotateX(0deg);
}

.projects-block-one .inner-box .title {
  display: inline-block;
  padding: 5px 7px;
  background: #e15b5c;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  position: absolute;
  bottom: 20px;
  left: 20px;
  transition: all 900ms ease 0s;
}

.projects-block-one .inner-box:hover .title {
  bottom: -40px;
}

.projects-block-one .inner-box .icon {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 42%;
  left: 0;
  right: 0;
}

.projects-block-one .inner-box .icon li {
  display: inline-block;
}

.projects-block-one .inner-box .icon li a {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  background: #ffffff;
  text-align: center;
  font-size: 16px;
  color: #e15b5c;
  margin-right: 7px;
  transition: all 0.35s ease 0s;
}

.projects-block-one .inner-box .icon li a:hover {
  background: #fff;
  color: #000;
}

@media only screen and (max-width:990px) {
  .projects-block-one .inner-box {
    margin-bottom: 20px;
  }
}

.projects-block-one .lower-content {
  position: relative;
  margin: 15px 0 0;
  margin-bottom: -10px;
}

.projects-block-one .lower-content h4 {
  font-size: 20px;
  font-weight: 600;
}

/*=============project single=================*/

.project-single {
  position: relative;
}

.project-single .row-15 {
  margin: 0 -15px;
}

.project-single .img-box {
  padding: 0 15px 30px;
  float: left;
}

.project-single h4 {
  font-size: 20px;
  margin-bottom: 22px;
}

.project-single h5 {
  font-size: 16px;
}

.project-single p {
  margin-bottom: 22px;
}

.project-single .content p {
  margin: 10px 0;
}

.project-single .list-item {
  margin-bottom: 22px;
  overflow: hidden;
}

.project-single .list-item li {
  position: relative;
  float: left;
  width: 50%;
  padding-left: 20px;
  padding-right: 30px;
  color: #999;
  font-size: 15px;
  margin: 5px 0;
}

.project-single .list-item li:after {
  position: absolute;
  content: '';
  background: #e15b5c;
  height: 8px;
  width: 8px;
  left: 0;
  top: 7px;
}


/* consultation form */

.consultation-form {
  position: relative;
  margin-top: -100px;
  background: #fff;
  padding: 80px 50px 50px;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
}

.consultation-form .contact-form.style-two textarea {
  height: 190px;
}

/* consultation form two */

.map-section .container {
  position: relative;
}

.consultation-form-two {
  position: absolute;
  left: 0;
  bottom: 35px;
  max-width: 500px;
  background: #fff;
  padding: 50px 50px 20px;
}

.consultation-form-two .contact-form.style-two textarea {
  height: 150px;
}

/* contact info */

.contact-info {
  position: relative;
}

.contact-info h4 {
  font-weight: 700;
  margin-bottom: 30px;
}




/*** 

====================================================================
	Contact Form Style
====================================================================

***/

/*Contact Form*/

.contact-form h2 {
  position: relative;
}

.contact-form .form-group:last-child {
  margin-bottom: 30px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="password"],
.contact-form select,
.contact-form textarea {
  display: block;
  width: 100%;
  height: 55px;
  font-size: 16px;

  line-height: 30px;
  padding: 12px 25px;
  font-weight: 300;
  background-color: #ffffff;
  border-radius: 0px;
  border: 1px solid #ececec;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: #e15b5c;
}

.contact-form textarea {
  height: 150px;
  resize: none;
  padding: 12px 25px;
}

.contact-form button,
.contact-form input[type="submit"] {
  font-size: 14px;
  padding: 10px 41px 10px;
  cursor: pointer;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
  border-color: #ff0000 !important;
}

.contact-form label.error {
  display: block;
  line-height: 24px;
  padding: 5px 0px 0px;
  margin: 0px;
  text-transform: uppercase;
  font-size: 11px;
  color: #ff0000;
  font-weight: 500;
}

/* form style two */

.contact-form.style-two input[type="text"],
.contact-form.style-two input[type="email"],
.contact-form.style-two input[type="password"],
.contact-form.style-two select,
.contact-form.style-two textarea {
  background: #f7f8f9;
  border-color: #f7f8f9;
  box-shadow: none;
}

.contact-form.style-two textarea {
  height: 250px;
}

/* form style three */

.contact-form.style-three input[type="text"],
.contact-form.style-three input[type="email"],
.contact-form.style-three input[type="password"],
.contact-form.style-three select,
.contact-form.style-three textarea {
  background: #f7f8f9;
  border-color: #f7f8f9;
  box-shadow: none;
  padding-left: 50px;
}

.contact-form.style-three i {
  position: absolute;
  left: 30px;
  top: 13px;
  font-size: 24px;
  color: #e15b5c;
  z-index: 2;
}

/* form style four */

.contact-form.style-four .form-group {
  margin-bottom: 20px;
}

.contact-form.style-four input[type="text"],
.contact-form.style-four input[type="email"],
.contact-form.style-four input[type="password"],
.contact-form.style-four select,
.contact-form.style-four textarea {
  background: #fff;
  border-color: #fff;
  box-shadow: none;
}

.contact-form.style-four textarea {
  height: 240px;
}

/*** 

====================================================================
	Map Style
====================================================================

***/

.home-google-map .google-map {
  width: 100%;
  height: 480px;
}

.home-google-map .gmnoprint {
  display: none;
}

/*** 

====================================================================
	Sidebar widget Style
====================================================================

***/

.sidebar {
  position: relative;
}

.sidebar .sidebar-widget {
  margin-bottom: 40px;
  background: #f7f8f9;
  padding: 30px 40px;
}

/* search widget */

.sidebar .search-widget .form-group {
  position: relative;
  margin: 0px;
}

.sidebar .search-widget .form-group input[type="text"],
.sidebar .search-widget .form-group input[type="search"] {
  position: relative;
  line-height: 26px;
  padding: 10px 50px 10px 20px;
  border: 1px solid #555;
  background: none;
  font-style: italic;
  display: block;
  font-size: 16px;
  width: 100%;
  height: 60px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;

  -o-transition: all 500ms ease;
}

.sidebar .search-widget .form-group input:focus {
  border-color: #e15b5c;
}

.sidebar .search-widget .form-group button {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 60px;
  width: 60px;
  display: block;
  font-size: 16px;
  color: #ffffff;
  line-height: 100%;
  background: #e15b5c;
  font-weight: normal;
}

/* category widget */

.sidebar .category-widget li {
  position: relative;
  margin-bottom: 15px;
}

.sidebar .category-widget li a {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  display: block;
  color: #95979a;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.sidebar .category-widget li a span {
  float: right;
}

.sidebar .category-widget li a:hover {
  color: #e15b5c;
}

/* link widget */

.sidebar .category-widget-two {
  position: relative;
}

.sidebar .category-widget-two li {
  position: relative;
  line-height: 24px;
}

.sidebar .category-widget-two li a {
  position: relative;
  display: block;
  color: #2d2d2d;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  padding: 5px 0px 5px 20px;
}

.sidebar .category-widget-two li a:before {
  content: "\f105";
  font-family: 'FontAwesome';
  font-size: 14px;
  left: 0;
  width: 20px;
  line-height: 24px;
  position: absolute;
  color: #2d2d2d;
}

.sidebar .category-widget-two li a:hover {
  color: #e15b5c;
}

/* news widget */

.sidebar .news-widget .post {
  position: relative;
  font-size: 14px;
  color: #666666;
  padding: 0px 0px;
  padding-left: 100px;
  min-height: 75px;
  margin-bottom: 22px;
}

.sidebar .news-widget .post:last-child {
  margin-bottom: 15px;
}

.sidebar .news-widget .post .post-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 80px;
}

.sidebar .news-widget .post:hover .post-thumb img {
  opacity: 0.70;
}

.sidebar .news-widget .post .post-thumb img {
  display: block;
  width: 100%;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.sidebar .news-widget .post .text {
  position: relative;
  top: -4px;
  font-size: 16px;
  margin: 0px 0px 0px;
  font-weight: 500;
  color: #000000;
  line-height: 1.4em;
  text-transform: capitalize;
}

.sidebar .news-widget .post .text a {
  color: #333;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}

.sidebar .news-widget .post a,
.sidebar .news-widget .post a:hover {
  color: #e15b5c;
}

.sidebar .news-widget .post-info {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.60);
}

/* tag widget */

.sidebar .tag-widget a,
.widget_tag_cloud a {
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding: 6px 18px 6px;
  margin: 0px 6px 10px 0px;
  color: #929292;
  text-align: center;
  font-size: 15px !important;
  text-transform: capitalize;
  border: 1px solid #ececec;
  background: #e7eaee;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  font-family: 'Poppins', sans-serif;
}

.sidebar .tag-widget a:hover,
.widget_tag_cloud a:hover {
  border-color: #e15b5c;
  background-color: #e15b5c;
  color: #ffffff;
}

/* gallery widget */

.sidebar .gallery-widget .image {
  position: relative;
  float: left;
  width: 33.333%;
  padding: 0px 10px 10px 0px;
}

.sidebar .gallery-widget .image img {
  position: relative;
  display: block;
  width: 100%;
}

/* pricefilter widget */

.sidebar .pricefilter-widget .val-box {
  position: relative;
  display: inline-block;
  margin: 7px 5px 7px 0px;
  line-height: 24px;
  font-size: 14px;
  background: #d9dfe6;
  padding: 9px 10px;
  width: 70px;
  color: #222;
  text-align: center;
}

.sidebar .pricefilter-widget button {
  position: relative;
  display: inline-block;
  line-height: 24px;
  border: 1px solid #e15b5c;
  padding: 8px 25px;
  background: #e15b5c;
  color: #ffffff;
  font-weight: 800;
  border-radius: 3px;
  margin-top: 5px;
  float: right;
}

.sidebar .pricefilter-widget .noUi-connect {
  background: #909090 !important;
}

.sidebar .pricefilter-widget .noUi-background {
  background: #d9dfe6 !important;
  border: 0px;
}

.sidebar .pricefilter-widget .noUi-handle {
  background: #ffffff !important;
  border-radius: 50% !important;
  box-shadow: none;
  border: 4px solid #e15b5c;
  cursor: pointer;
}

.sidebar .rangeslider-widget .form-group {
  margin-bottom: 0px;
}

/* product widget */

.sidebar .product-widget .single-product {
  position: relative;
  font-size: 16px;
  margin-bottom: 15px;
  min-height: 88px;
  padding: 7px 0px 12px 100px;
  color: #cccccc;
}

.sidebar .product-widget .single-product .post-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 88px;
  height: 88px;
}

.sidebar .product-widget .single-product .post-thumb img {
  width: 100%;
  display: block;
}

.sidebar .product-widget .single-product h4 {
  font-size: 14px;
  font-weight: 700;
  margin: 0px 0px 4px;
  line-height: 1.4em;
  color: #1c1c1c;
}

.sidebar .product-widget .single-product h4 a {
  color: #272727;
}

.sidebar .product-widget .single-product a:hover,
.sidebar .product-widget .single-product a:hover {
  color: #e15b5c;
}

.sidebar .product-widget .single-product .rating {
  font-size: 12px;
  color: #e15b5c;
  letter-spacing: 0px;
}

.sidebar .product-widget .product-price {
  font-size: 16px;
  font-weight: 700;
  color: #2d2d2d;
}

.sidebar .product-widget .strike-through {
  color: #9e9e9e;
  padding-left: 10px;
}

/* Quote Widget */

.sidebar .quote-widget {
  position: relative;
}

.sidebar .quote-widget .inner-box {
  position: relative;
  text-align: center;
  padding: 10px 0 20px;
  background: #f7f8f9;
}

.sidebar .quote-widget .inner-box h2 {
  position: relative;
  color: #181818;
  font-size: 22px;
  font-weight: 500;
  padding-bottom: 12px;
  margin-bottom: 20px;
}

.sidebar .quote-widget .inner-box h2:after {
  position: absolute;
  content: '';
  left: 50%;
  bottom: 0px;
  width: 50px;
  height: 3px;
  border-radius: 3px;
  margin-left: -25px;
  background-color: #e15b5c;
}

.sidebar .quote-widget .inner-box .text {
  position: relative;

  font-size: 16px;
  line-height: 1.6em;
  margin-bottom: 20px;
}

/*Brouchers Widget*/

.sidebar .brouchers {
  position: relative;
}

.sidebar .brouchers li {
  position: relative;
  margin-bottom: 6px;
}

.sidebar .brouchers li a {
  position: relative;
  padding: 8px 0px 12px 0px;
  color: #666666;
  font-size: 17px;
  font-weight: 500;
  display: block;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  border-bottom: 1px dashed #e3e3e3;
}

.sidebar .brouchers li a span {
  margin-right: 5px;
  color: #666666;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.sidebar .brouchers li a .download-icon {
  position: absolute;
  right: 0px;
  top: 8px;
  color: #666666;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.sidebar .brouchers li a:hover {
  color: #e15b5c;
}

.sidebar .brouchers li a:hover .icon,
.sidebar .brouchers li a:hover .download-icon {
  color: #e15b5c;
}


/*** 

====================================================================
	About us Style
====================================================================

***/


.about-us .image {
  position: relative;
  padding-left: 60px;
  padding-bottom: 60px;
  margin-bottom: 30px;
}

.about-us .image:before {
  position: absolute;
  content: '';
  background: url(images/resource/about-shap.png);
  width: 420px;
  height: 406px;
  left: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
}

.about-us .image img {
  position: relative;
}

.about-column {
  position: relative;
}

.about-column h2 {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 10px;
}

.about-column h3 {
  margin-bottom: 30px;
  font-size: 26px;
}

.about-column .text {
  margin-bottom: 26px;
}

/* about text */

.about-text {
  position: relative;
  margin-bottom: 30px;
}

.about-text h2 {
  font-weight: 600;
  margin-bottom: 25px;
}

.about-text h4 {
  font-weight: 500;
  margin-bottom: 30px;
}

.about-text {
  position: relative;
}

/*contact-details*/
.contact-details li {
  margin-bottom: 15px;
  font-size: 18px;
}

.contact-details li span {
  font-weight: 600;
  text-transform: uppercase;
  color: #222;
}



/*=====================*/


.default-section .column {
  position: relative;
  margin-bottom: 0;
}

.default-section .text-column h2 {
  position: relative;
  font-size: 30px;
  text-transform: capitalize;
  color: #181818;
  margin-bottom: 35px;
}

.default-section .text-column .text {
  color: #2d2d2d;
}

.default-section .text-column .text p {
  position: relative;
  margin-bottom: 20px;
}

.default-section .upper-part {
  position: relative;
  margin-bottom: 80px;
}

.default-section .upper-part .intro-text {
  position: relative;
  padding-left: 80px;
}

.default-section .upper-part .intro-text h3 {
  font-size: 20px;
  color: #2d2d2d;
}

.default-section .upper-part .intro-text h2 {
  font-size: 24px;
  color: #181818;
  margin-bottom: 50px;
  font-weight: 700;
}

.default-section .upper-part .intro-text .text {
  font-size: 20px;
  color: #999999;
  line-height: 1.6em;
}

.introtext-two {
  color: #2d2d2d;
}

.introtext-two h3 {
  font-size: 18px;
  margin-bottom: 18px;
  color: #666666;
  font-style: italic;
}

.introtext-two h2 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #181818;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.4em;
}

.introtext-two .text {
  margin-bottom: 30px;
}

.kc-css-insight_block_sec .services-block-six .inner-box .lower-box h3 {
  min-height: 85px;
}

.insights_details .news_box .disclaimer_sec {
  display: inline-block;
  width: 100%;
  margin-top: 15px;
}

.insights_details .news_box .disclaimer_sec p {
  font-size: 13px !important;
}

.insights_details .news_box img.align-img-left {
  width: 350px !important;
  margin: 10px auto;
  border: 3px solid #ccc;
}

/*** 

====================================================================
	Progress Levels Section
====================================================================

 ***/

.progress-levels {
  position: relative;
}

.default-section .progress-levels {
  padding-top: 7px;
}

.progress-levels .progress-box {
  position: relative;
  margin-bottom: 40px;
  overflow: hidden;
}

.progress-levels .progress-box:last-child {
  margin-bottom: 0px;
}

.progress-levels .progress-box:last-child {
  margin-bottom: 0px;
}

.progress-levels .progress-box .box-title {
  position: relative;
  font-size: 18px;
  line-height: 24px;
  color: #181818;
  text-transform: capitalize;
  margin-bottom: 16px;
}

.progress-levels .progress-box .bar {
  position: relative;
  height: 10px;
  background: #eeeeee;
}

.progress-levels .progress-box .bar .bar-innner {
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 4px;
}

.progress-levels .progress-box .bar .bar-fill {
  position: absolute;
  left: -100%;
  top: 0px;
  width: 0px;
  height: 10px;
  background: #e15b5c;
  -moz-transition: all 2000ms ease 300ms;
  -webkit-transition: all 2000ms ease 300ms;
  -ms-transition: all 2000ms ease 300ms;
  -o-transition: all 2000ms ease 300ms;
  transition: all 2000ms ease 300ms;
}

.progress-levels .progress-box.animated .bar .bar-fill {
  left: 0px;
}

.progress-levels .progress-box .percent {
  position: absolute;
  right: 0px;
  top: -40px;
  letter-spacing: 0px;
  font-size: 18px;
  color: #181818 !important;
  line-height: 24px;
  opacity: 0;
  -moz-transition: all 2000ms ease 700ms;
  -webkit-transition: all 2000ms ease 700ms;
  -ms-transition: all 2000ms ease 700ms;
  -o-transition: all 2000ms ease 700ms;
  transition: all 2000ms ease 700ms;
}

.progress-levels .progress-box.animated .percent {
  opacity: 1;
}



/*** 

====================================================================
  subscribe Section
====================================================================

***/


.subscribe {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0px;
  background: #f7f7f7;
}


.subscribe-form input {
  position: relative;
  width: calc(100% - 200px);
  display: inline-block;
  margin-right: 6px;
  padding: 0 20px;
  height: 50px;
  border: 1px solid #f4f4f4;
}

.subscribe .thm-btn {
  cursor: pointer;
}

.subscribe-form {
  position: relative;
}

.subscribe-form span {
  position: absolute;
  left: 15px;
  top: 15px;
  color: #ff5722;
  font-size: 20px;
}

/*** 

====================================================================
	Error Section
====================================================================

***/

.error-section {
  position: relative;
  padding: 250px 0px 230px;
  background-color: #f4f4f4;
}

.error-section .inner-section {
  position: relative;
  text-align: center;
}

.error-section .inner-section h1 {
  position: relative;
  color: #fff;
  font-size: 150px;
  font-weight: 700;
  line-height: 1em;
}

.error-section .inner-section h2 {
  position: relative;
  font-size: 20px;
  color: #eeeeee;
  font-weight: 500;
  text-transform: uppercase;
}

.error-section .inner-section .text {
  position: relative;
  color: #e15b5c;
  font-size: 18px;
  margin-top: 6px;
  margin-bottom: 40px;
}

/*Search Box Widget*/

.error-search-form .form-group {
  position: relative;
  max-width: 430px;
  margin: 0 auto;
  width: 100%;
}

.error-search-form .form-group input[type="text"],
.error-search-form .form-group input[type="search"] {
  position: relative;
  line-height: 22px;
  background: none;
  display: block;
  font-size: 16px;
  width: 100%;
  height: 54px;
  border: 1px solid #eeeeee;
  background-color: #ffffff;
  padding: 10px 50px 10px 20px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.error-search-form .form-group input:focus {
  border-color: #e15b5c;
}

.error-search-form .form-group button {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 54px;
  width: 60px;
  display: block;
  font-size: 16px;
  color: #ffffff;
  line-height: 100%;
  background: #e15b5c;
  font-weight: normal;
}

/*** 

====================================================================
	comming soon
====================================================================

***/

.countdown-timer {
  position: relative;
  text-align: center;
  padding: 260px 0 230px;
}

.countdown-timer h3 {
  color: #fff;
}

.countdown-timer .countdown {
  margin: 0 85px;
  text-align: center;
}

.countdown-timer li {
  position: relative;
  display: inline-block;
  padding: 5px 0px;
  width: 25%;
  text-align: center;
  margin: 24px -2px;
  border-right: 1px dashed #e15b5c;
}

.countdown-timer li:last-child {
  border-right: 0px;
}

.countdown-timer li span.days,
.countdown-timer li span.hours,
.countdown-timer li span.minutes,
.countdown-timer li span.seconds {
  font-size: 70px;
  color: #fff;
  display: block;
  font-weight: 700;
  line-height: 70px;
}

.countdown-timer li span.timeRef {
  position: relative;
  font-size: 17px;
  color: #e15b5c;
  font-weight: 600;
  text-transform: uppercase;
}

.default-coundown {
  max-width: 900px;
  margin: 0 auto;
}

.countdown-timer form {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  margin-top: 34px;
}

.countdown-timer form button {
  position: absolute;
  right: 0;
  top: 0;
  background: #e15b5c;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  padding: 14px 20px;
  cursor: pointer;
  transition: .5s ease;
}

.countdown-timer form button:hover {
  background: #e15b5c;
}

.countdown-timer input[type="text"] {
  position: relative;
  line-height: 32px;
  padding: 10px 50px 10px 20px;
  border: 1px solid #e0e0e0;
  display: block;
  font-size: 14px;
  width: 100%;
  height: 55px;
  border-radius: 3px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.content-section {
  position: relative;
  color: #5a5a5a;
  line-height: 2em;
  margin-bottom: 30px;
}

.content-section .text-block {
  position: relative;
  padding-bottom: 30px;
  line-height: 2em;
}

.content-section .text-block p {
  margin-bottom: 20px;
  line-height: 2em;
}

.two-column .text-column,
.two-column .skills-column {
  margin-bottom: 20px;
}

.services-content .two-column {
  position: relative;
  margin-bottom: 20px;
}

.services-content .two-column .text-column,
.services-content .two-column .testimonial-column {
  margin-bottom: 40px;
}

.bigger-image {
  position: relative;
  margin-bottom: 30px;
  width: 100%;
}

.bigger-image img {
  display: block;
  width: 100%;
}

/*** 

====================================================================
	Our History
====================================================================

***/

.timeline-container {
  position: relative;
  overflow: hidden;
}

.timeline-container .timeline-block:before {
  content: '';
  position: absolute;
  left: 142px;
  top: 80%;
  height: 150%;
  border-right: 1px solid #e0e0e0;
}

.timeline-container .timeline-block:last-child:before {
  margin-bottom: 0px;
}

.timeline-container .timeline-block {
  position: relative;
  margin-bottom: 100px;
}

.timeline-container .timeline-block:last-child {
  margin-bottom: 0px;
}

.timeline-container .timeline-block .inner-box {
  position: relative;
  padding-left: 230px;
  min-height: 144px;
  z-index: 1;
}

.timeline-container .timeline-block .inner-box .left-info {
  position: absolute;
  left: 0px;
  top: 15px;
  width: 200px;
  padding-left: 70px;
}

.timeline-container .timeline-block .date {
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -15px;
  line-height: 30px;
  color: #1c1c1c;
  font-size: 16px;
  font-weight: 500;
}

.timeline-container .timeline-block .timeline-image {
  position: relative;
  display: block;
  width: 144px;
  height: 144px;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
}

.timeline-container .timeline-block .timeline-image img {
  display: block;
  max-width: 100%;
  width: 100%;
  border: 5px solid #ffffff;
  border-radius: 50%;
}

.timeline-container .timeline-block h4 {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #1c1c1c;
}

.timeline-container .timeline-block .text-content {
  position: relative;
  line-height: 2em;
  padding-top: 15px;
}

/* style two */

.history-skills .history-column,
.history-skills .skills-column {
  position: relative;
  padding: 0px 20px;
  margin-bottom: 30px;
}

.history-skills .history-block {
  position: relative;
  margin-bottom: 35px;
}

.history-skills .history-block .block-inner {
  position: relative;
  display: block;
  padding-left: 30px;
}

.history-skills .history-block .block-inner:before {
  content: "\f0da";
  font-family: 'FontAwesome';
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
}

.history-skills .history-block .block-inner:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 30px;
  bottom: -30px;
  border-left: 1px solid #e0e0e0;
}

.history-skills .history-column .history-block:last-child .block-inner:after {
  display: none;
}

.history-skills .history-column .history-block:last-child {
  margin-bottom: 0px;
}

.history-skills .history-block h4 {
  position: relative;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  color: #333333;
  margin-bottom: 10px;
}

.history-skills .history-block .text {
  position: relative;
  font-size: 15px;
  padding-right: 30px;
}

.history-skills .load-more-btn {
  position: relative;
}

.history-skills .load-more-btn a {
  position: relative;
  display: inline-block;
  font-size: 12px;
  color: #333333;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 20px;
  border-bottom: 1px solid;
}

.history-skills .load-more-btn a:hover {
  color: #0074D9;
}

/* -- 28.01.2020 */

.insights_details .news_box p {
  color: #000;
  font: 400 15px/24px 'Open Sans', sans-serif !important;
  padding-top: 15px;
}

.insights_details .news_box p strong {
  color: #000;
  font: 700 15px/28px 'Open Sans', sans-serif !important;
}

.insights_details .news_box h6 {
  color: #000;
  font: 600 18px/30px 'Open Sans', sans-serif !important;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0px;
}

.insights_details .news_box ul {
  width: 100%;
  display: inline-block;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.insights_details .news_box ul li {
  font: 400 15px/24px 'Open Sans', sans-serif;
  padding-left: 20px !important;
  background: url(images/bulet.png) no-repeat left 6px;
  padding-bottom: 10px !important;
  width: 100%;
}

.insights_details .news_box ul li strong {
  font: 600 15px/24px 'Open Sans', sans-serif !important;
  width: auto;
}

.insights_details .news_box ul.social_links li {
  padding-left: 0px !important;
  background: none !important;
  padding-bottom: 0px !important;
  width: auto;
}

.insights_details .news_box ol {
  margin-left: 15px;
  margin-top: 25px;
}

.insights_details .news_box ol li {
  font: 400 15px/28px 'Open Sans', sans-serif;
  padding-left: 10px !important;
  padding-bottom: 10px !important;
  width: 100%;
}

.insights_details .news_box ol ul li {
  font: 400 15px/28px 'Open Sans', sans-serif;
  padding-left: 5px !important;
  padding-bottom: 10px !important;
  width: 100%;
  background: none !important;
  list-style-type: lower-alpha !important;
}

.insights_details .news_box ol ul {
  margin-left: 10px;
}

/*** 

====================================================================
  Blog Style
====================================================================

***/

.blog-section {
  position: relative;
}

/* news block one */
.news-block-one {
  position: relative;
  transition: .5s ease-in-out;
  margin-bottom: 50px;
}

.news-block-one .lower-content {
  position: relative;
  padding: 30px 0px 20px;
}

.news-block-one .post-time {
  position: absolute;
  left: 0;
  top: -20px;
  color: #ffffff;
  font-size: 15px;
  z-index: 10;
  padding: 6px 18px 4px;
  display: inline-block;
  background-color: #e15b5c;
}

.news-block-one .lower-content .text p {
  margin-bottom: 10px;
}

.news-block-one .lower-content h4 {
  color: #222;
  font-weight: 600;
  margin-bottom: 10px;
}

.news-block-one .lower-content h4 a {
  color: #222;
  transition: all 300ms ease;
  font-size: 18px;
}

.news-block-one .lower-content h4 a:hover {
  color: #e15b5c;
  transition: all 300ms ease;
}

.news-block-one .lower-content .post-meta {

  font-size: 16px;
  margin-bottom: 7px;
}

.news-block-one .lower-content .default_link {
  text-transform: capitalize;
  color: #222;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  transition: .5s ease;
}

.news-block-one .lower-content .default_link:hover {
  transition: .5s ease;
  color: #e15b5c;
}

.news-block-one .image {
  display: block;
  overflow: hidden;
  position: relative;
}

.news-block-one .image img {
  transform: scale(1);
  transition: all 0.5s ease 0s;
  width: 100%;
}

.news-block-one:hover .image img {
  transform: scale(1.1);
}

.news-block-one .overlay {
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 450ms ease-out 0s;
  transform: rotateY(180deg) scale(0.5, 0.5);
}

.news-block-one:hover .image .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: rotateY(0deg) scale(1, 1);
}

.news-block-one .overlay .box {
  display: table;
  height: 100%;
  width: 100%;
}

.news-block-one .overlay .box .content {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.news-block-one .image .overlay .box .content a i {
  background: #e15b5c;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  height: 45px;
  line-height: 48px;
  transition: all 500ms ease 0s;
  width: 45px;
}

.news-block-one .image .overlay .box .content a:hover i {
  background: #e15b5c;
}

.news-block-one .border-bottom {
  border-bottom: 1px solid #f4f4f4;
}

.blog-section.grey-bg .news-block-one .border-bottom {
  border-color: #c7c7c7;
}


/*News Block Two*/

.news-block-two {
  position: relative;
  margin-bottom: 50px;
}

.news-block-two .inner-box {
  position: relative;
}

.news-block-two .inner-box .image {
  position: relative;
}

.news-block-two .inner-box .image .post-date {
  position: absolute;
  left: 0px;
  bottom: 0px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 20px 8px 40px;
  background-color: #e15b5c;
}

.news-block-two .inner-box .image .post-date:before {
  position: absolute;
  content: '\f073';
  left: 20px;
  top: 7px;
  font-family: 'FontAwesome';
}

.news-block-two .inner-box .image img {
  position: relative;
  max-width: 100%;
}

.news-block-two .inner-box .lower-box {
  position: relative;
  padding-top: 18px;
}

.news-block-two .inner-box .lower-box .post-meta {
  position: relative;
}

.news-block-two .inner-box .lower-box .post-meta li {
  position: relative;
  margin-right: 15px;
  padding-left: 25px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
}

.news-block-two .inner-box .lower-box .post-meta li .icon {
  position: absolute;
  left: 0px;
  top: -2px;
  color: #e15b5c;
}

.news-block-two .inner-box .lower-box h3 {
  position: relative;
  font-size: 22px;
  font-weight: 500;
  color: #333333;
  line-height: 1.3em;
  margin: 10px 0px 10px;
}

.news-block-two .inner-box .lower-box h3 a {
  position: relative;
  color: #333333;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.news-block-two .inner-box .lower-box h3 a:hover {
  color: #e15b5c;
}

.news-block-two .inner-box .lower-box .text {
  position: relative;
  color: #666666;
  font-size: 17px;
  margin-bottom: 10px;
}

.news-block-two .inner-box .lower-box .text p {
  position: relative;
  color: #666666;
  font-size: 17px;
  line-height: 1.6em;
  margin-bottom: 20px;
  font-weight: 300;
}

.news-block-two .inner-box .lower-box .read-more {
  color: #222;
  font-weight: 500;
}

/*news block three*/

.news-block-three {
  position: relative;
  margin-bottom: 30px;
}

.news-block-three .image {
  position: relative;
}

.news-block-three .date {
  position: relative;
  padding: 11px 15px;
  background: #222;
  margin-top: 0;
  top: -24px;
  font-size: 14px;
  margin-left: 35px;
  display: inline-block;
  font-family: 'Poppins', san-serif;
  font-weight: 500;
  color: #fff;
}

.news-block-three .lower-content {
  margin-left: 35px;
}

.news-block-three h4 a {
  position: relative;
  font-size: 22px;
  font-weight: 500;
  font-family: 'Poppins', san-serif;
  margin-bottom: 20px;
  padding-bottom: 15px;
  color: #222;
  display: inline-block;
}

.news-block-three h4 a:before {
  position: absolute;
  content: '';
  left: 0px;
  bottom: 0px;
  width: 50px;
  height: 1px;
  background: rgba(147, 147, 147, 0.8);
}

.news-block-three .text {
  margin-bottom: 15px;
}

.news-block-three .theme-btn {
  font-size: 14px;
  font-family: 'Poppins', san-serif;

  font-weight: 500;
}

.news-block-three .theme-btn span {
  opacity: 0;
  transition: .5s ease;
}

.news-block-three .theme-btn:hover {
  color: #222;
}


/* blog single post*/

.news-block-quote {
  position: relative;
  padding: 40px 30px 20px 30px;
  font-size: 16px;
  color: #2d2d2d;
  line-height: 2em;
  text-align: center;
  font-style: italic;
  margin-top: 50px;
  margin-bottom: 40px;
  border: 1px solid #eeeeee;
}

.news-block-quote .author-title {
  position: relative;
  color: #444444;
  font-size: 15px;
  margin-top: 10px;
  font-weight: 600;
  font-style: normal;
}

.news-block-quote:before {
  position: absolute;
  content: '\f10d';
  left: 50%;
  font-family: FontAwesome;
  top: -30px;
  margin-left: -40px;
  width: 80px;
  height: 60px;
  line-height: 60px;
  font-style: normal;
  color: #e15b5c;
  font-size: 24px;
  background-color: #ffffff;
}

.share-option {
  position: relative;
  padding: 10px 0px;
  margin-top: 15px;
  margin-bottom: 40px;
  border-bottom: 1px solid #e0e0e0;
}

.share-option strong {
  font-size: 16px;
  line-height: 40px;
  font-weight: 500;
  color: #1c1c1c;
  text-transform: capitalize;
  font-family: 'Poppins', sans-serif;
}

/*** 

====================================================================
  Comments Area
====================================================================

 ***/

.comments-area {
  position: relative;
  margin-top: 70px;
  margin-bottom: 50px;
  border-bottom: 1px solid #eeeeee;
}

.comments-area .group-title {
  position: relative;
  margin-bottom: 15px;
}

.group-title h2 {
  position: relative;
  font-size: 36px;
  color: #1c1c1c;
  font-weight: 700;
  padding-bottom: 0px;
  text-transform: capitalize;
}

.comments-area .comment-box {
  position: relative;
  padding: 0px 0px 25px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.comments-area .comment-box:nth-child(1) {
  padding-top: 0px;
}

.comments-area .comment-box:hover {
  border-color: #222222;
}

.comments-area .comment {
  position: relative;
  font-size: 14px;
  padding: 30px 0px 0px 110px;
  border-top: 1px solid #eeeeee;
}

.comments-area .comment .comment-inner {
  position: relative;
}

.comments-area .comment .comment-reply {
  position: absolute;
  right: 0px;
  top: 4px;
  color: #686868;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  background-color: #f4f4f4;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.comments-area .comment .comment-reply a {
  color: #686868;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  padding: 5px 12px 2px;
  display: inline-block;
  text-transform: uppercase;
}

.comments-area .comment-box .author-thumb {
  position: absolute;
  left: 0px;
  top: 30px;
  margin-bottom: 20px;
}

.comments-area .comment-box .author-thumb img {
  width: 80px;
  display: block;
}

.comments-area .comment-info {
  color: #3e5773;
  line-height: 24px;
  font-size: 13px;
}

.comments-area .comment-box strong,
.comments-area .comment-box strong a {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  line-height: 16px;
  text-transform: capitalize;
}

.comments-area .comment-box .text {
  color: rgba(0, 0, 0, 0.70);
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 0px;
  line-height: 1.8em;
}

.comments-area .comment-info .comment-time {
  position: relative;
  font-size: 16px;
  color: #999999;
}

.comments-area .comment-box .theme-btn {
  padding: 5px 30px;
  font-size: 12px;
  border: 1px solid #fbca00;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/*** 

====================================================================
  Main Footer
====================================================================

***/

.main-footer {
  position: relative;
  background: #222;
  color: #bcbcbc;
}

.main-footer.light {
  background: #fff;
}

.main-footer .widgets-section {
  position: relative;
  padding: 80px 0px 30px;
}

.main-footer .footer-column {
  margin-bottom: 30px;
}

.main-footer .footer-widget {
  position: relative;
}

.main-footer .footer-logo {
  position: relative;
  margin-bottom: 30px;
}

.main-footer .footer-logo img {
  display: block;
  max-width: 100%;
}

.main-footer .footer-column h2 {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 14px;
  color: #ffffff;
  margin-bottom: 40px;
}

.main-footer.light .footer-column h2 {
  color: #222;
}

.main-footer .footer-column h2:after {
  position: absolute;
  content: '';
  left: 0px;
  bottom: 0px;
  width: 30px;
  height: 1px;
  background-color: #e15b5c;
}

.main-footer .logo-widget .text {
  margin-bottom: 20px;
  line-height: 2em;
}

.main-footer .logo-widget form {
  position: relative;
  padding-right: 80px;
}

.main-footer .logo-widget form .form-group {
  position: relative;
}

.main-footer .logo-widget form .form-group input {
  position: relative;
  border: 1px solid #555558;
  border-radius: 2px;
  width: 100%;
  height: 48px;
  line-height: 28px;
  background: none;
  padding: 10px 15px;
}

.main-footer .logo-widget form .form-group button {
  position: absolute;
  color: #dcdcdc;
  font-size: 20px;
  top: 0px;
  width: 50px;
  right: 0px;
  background: none;
  height: 48px;
}

.main-footer .contact-info {
  margin-bottom: 30px;
}

.main-footer .contact-info li {
  position: relative;
  padding-left: 53px;
  margin-bottom: 15px;
  line-height: 24px;
}

.main-footer .contact-info li .number {
  position: relative;
  font-size: 20px;
}

.main-footer .contact-info li .icon {
  position: absolute;
  left: 2px;
  top: 12px;
  text-align: center;
  line-height: 24px;
  font-size: 30px;
  color: #e15b5c;
}

/*link widget*/

.main-footer .links-widget .list,
.main-footer .menu {
  margin-top: -7px;
}

.main-footer .links-widget .list li a,
.main-footer .menu li a {
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding: 2px 0px 7px 20px;
  color: #aaaaaa;
  font-size: 14px;
  text-transform: capitalize;
}

.main-footer .links-widget .list li a:before,
.main-footer .menu li a:before {
  content: '\f105';
  position: absolute;
  left: 0px;
  top: 6px;
  line-height: 15px;
  font-size: 16px;
  font-family: 'FontAwesome';
}

.main-footer .links-widget .list li a:hover,
.main-footer .menu li a:hover {
  color: #ffffff;
}

.main-footer.light .links-widget .list li a:hover {
  color: #e15b5c;
}

/*subscribe widget*/

.main-footer .newsletter-widget .form-group {
  position: relative;
  margin-bottom: 20px;
}

.main-footer .newsletter-widget .text {
  margin-bottom: 20px;
  margin-top: -5px;
}

.main-footer .newsletter-widget input[type="text"],
.main-footer .newsletter-widget input[type="email"] {
  position: relative;
  display: block;
  width: 100%;
  line-height: 26px;
  padding: 11px 50px 11px 15px;
  background: #313131;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 5px;
}

.main-footer .newsletter-widget input[type="text"]:focus,
.main-footer .newsletter-widget input[type="email"]:focus {
  background: #181818;
}

.main-footer .newsletter-widget input[type="submit"],
.main-footer .newsletter-widget button {
  position: absolute;
  cursor: pointer;
  right: 0px;
  top: 0px;
  width: 50px;
  height: 50px;
  line-height: 46px;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
  background: #e15b5c;
  border-radius: 0px 5px 5px 0px;
}

.main-footer .newsletter-widget input:focus+button,
.main-footer .newsletter-widget button:hover {
  background: #888888;
}

/*twitter widget*/

.main-footer .twitter-widget .feed {
  position: relative;
  font-size: 15px;
  line-height: 2em;
  margin-bottom: 20px;
}

.main-footer .twitter-widget .feed .month {
  color: #6c9ecd;
  font-size: 14px;
  font-weight: 300;
}

.main-footer .twitter-widget .feed .month a {
  position: relative;
  color: #e15b5c;
  font-weight: 500;
  text-decoration: underline;
}

.main-footer .twitter-widget .feed .text {
  margin-bottom: 0px;
  line-height: 1.6em;
  font-weight: 300;
  color: #bcbcbc;
  font-size: 14px;
}

.main-footer .twitter-widget .feed .days {
  position: relative;
  font-size: 14px;
  color: #bcbcbc;
  margin-top: -5px;
}

.main-footer .footer-bottom {
  position: relative;
  padding: 30px 0px;
  text-align: center;
  /* margin-top: 40px; */
  background: #121212;
}

.main-footer .footer-bottom .copyright {
  color: #bcbcbc;
  font-size: 14px;
}

.main-footer .footer-bottom a {
  color: #e15b5c;
}

.main-footer.style-two {
  position: relative;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
}

.main-footer.style-two:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #222;
}


/*contact info list*/

.contact-info-list {
  margin-bottom: 30px;
}

.main-footer .contact-info-list li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  line-height: 24px;
  color: #bcbcbc;
  font-size: 14px;
}

.main-footer .contact-info-list li .icon {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 20px;
  text-align: center;
  line-height: 24px;
  font-size: 16px;
  color: #e15b5c;
}


/* Gallery Widget */

.main-footer .gallery-widget .row {
  margin: 0px -5px;
}

.main-footer .gallery-widget .image {
  position: relative;
  float: left;
  width: 33.333%;
  padding: 0px 5px 10px;
}

.main-footer .gallery-widget .image img {
  position: relative;
  display: block;
  width: 100%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.main-footer .gallery-widget .image img:hover {
  opacity: 0.70;
}




/*posts widget*/

.main-footer .posts-widget .post {
  position: relative;
  min-height: 90px;
  margin-bottom: 15px;
}

.main-footer .posts-widget .post:last-child {
  margin-bottom: 0px;
  border: 0px;
}

.main-footer .posts-widget .post .post-thumb {
  position: absolute;
  left: 0px;
  display: none;
  top: 0px;
  width: 73px;
  height: 73px;
  border-radius: 50%;
}

.main-footer .posts-widget .post .post-thumb img {
  display: block;
  width: 100%;
}

.main-footer .posts-widget .post .desc-text {
  position: relative;
  font-size: 18px;
  color: #f4f4f4;
  line-height: 24px;
  padding: 0px 0px 5px;
  top: -4px;
  font-weight: 700;
  max-width: 230px;
}

.main-footer .posts-widget .post .desc-text a {
  color: #aaa;
  font-size: 16px;
  text-transform: capitalize;
}

.main-footer .posts-widget .post .time {
  position: relative;
  color: #e15b5c;
  font-size: 13px;
  line-height: 24px;
}


/*** 

====================================================================
  Main Header style
====================================================================

***/

.main-header {
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 999;
  width: 100%;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

/*Sticky Header*/

.sticky-header {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  left: 0px;
  top: 0px;
  width: 100%;
  padding: 0px 0px;
  background: #ffffff;
  z-index: 0;
  border-bottom: 1px solid #e0e0e0;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.sticky-header .logo {
  padding: 15px 0px;
}

.fixed-header .sticky-header {
  z-index: 999;
  opacity: 1;
  visibility: visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.main-header.fixed-header .main-menu {
  padding-top: 0px;
}

.main-header .header-upper {
  position: relative;
  z-index: 5;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-header .header-upper .logo img {
  position: relative;
  display: inline-block;
  max-width: 100%;
}

.main-header .header-upper.style-two .navbar-brand {
  margin: 19px 0;
}

.main-header .header-upper.style-two .main-menu .navigation>li>a {
  padding: 35px 24px;
}

.main-header .logo-outer {
  position: relative;
  z-index: 25;
  padding: 24px 0px;
}

.main-header .logo-outer .logo img {
  position: relative;
  display: inline-block;
  max-width: 100%;
}

.main-header .header-upper .upper-right {
  position: relative;
}

.main-header .header-info {
  position: relative;
  top: 0px;
  width: 100%;
  z-index: 5;
  border-bottom: 1px solid #f0f0f0;
}

.main-header .nav-outer {
  position: relative;
}

.main-menu {
  position: relative;
  float: left;
}

.main-menu .navbar-collapse {
  padding: 0px;
}

.main-menu .navigation {
  position: relative;
  margin: 0px;
}

.main-menu .navigation>li {
  position: relative;
  float: left;
}

.main-menu .navigation>li:after {
  position: absolute;
  content: '';
  right: 0px;
  top: 50%;
  width: 1px;
  height: 30px;
  margin-top: -20px;
  opacity: 0.2;
  background-color: #c0c0c0;
}

.sticky-header .main-menu .navigation>li:after {
  display: none;
}

.main-menu .navigation>li:last-child::after {
  display: none;
}

.main-header .sticky-header .main-menu .navigation>li {
  margin: 0px;
  border: 0px;
}

.main-menu .navigation>li>a {
  position: relative;
  display: block;
  font-size: 17px;
  color: #262626;
  line-height: 30px;
  font-weight: 700;
  opacity: 1;
  text-transform: capitalize;
  padding: 20px 24px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navigation>li:first-child>a {
  padding-left: 0px;
}


.main-header .sticky-header .main-menu .navigation>li>a {
  color: #181818;
  padding: 27px 25px !important;
  line-height: 30px;
  font-size: 16px;
  font-weight: 600;
  min-height: 0px;
  background: none;
  border: 0px;
}

.main-menu .navigation>li:hover>a,
.main-menu .navigation>li.current>a,
.header-upper.transparent .main-menu .navigation>li.current>a,
.header-upper.transparent .main-menu .navigation>li.current-menu-item>a,
.header-upper.transparent .main-menu .navigation>li.current-menu-ancestor>a,
.main-menu .navigation>li.current-menu-item>a {
  color: #e15b5c;
  opacity: 1;
}

.main-header .sticky-header .main-menu .navigation>li:hover>a,
.main-header .sticky-header .main-menu .navigation>li.current>a,
.main-header .sticky-header .main-menu .navigation>li.current-menu-item>a,
.main-header .sticky-header .main-menu .navigation>li.current-menu-ancestor>a {
  background: #e15b5c;
  color: #ffffff !important;
  opacity: 1;
}

.main-menu .navigation>li:hover>a:after {
  opacity: 1;
}

.main-header .sticky-header .main-menu .navigation>li>ul:before {
  display: none;
}

.main-header .sticky-header .main-menu .navigation>li>ul {
  top: 100% !important;
}

.main-menu .navigation>li>ul {
  position: absolute;
  left: 0px;
  top: 100%;
  width: 270px;
  z-index: 100;
  display: none;
  background: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul.from-right {
  left: auto;
  right: 0px;
}

.main-menu .navigation>li>ul>li {
  position: relative;
  width: 100%;
  padding: 7px 10px;
  border-bottom: 1px solid rgb(242, 242, 242);
}

.main-menu .navigation>li>ul>li:last-child {
  border-bottom: none;
}

.main-menu .navigation>li>ul>li>a {
  position: relative;
  display: block;
  padding: 6px 0px;
  line-height: 20px;
  font-weight: 300;

  color: #262626;
  text-align: left;
  padding-right: 0px !important;
  text-transform: capitalize;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  font-family: 'Poppins', sans-serif;
}

.main-menu .navigation>li>ul>li>a:hover {
  color: #e15b5c;
}

.main-menu .navigation>li>ul>li ul {
  position: absolute;
  left: 100%;
  top: 0%;
  width: 270px;
  z-index: 100;
  display: none;
  background: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul>li>ul:before {
  position: absolute;
  content: '';
  right: 100%;
  top: 0px;
  width: 20px;
  height: 100%;
}

.main-menu .navigation>li>ul>li>ul li {
  position: relative;
  width: 100%;
  padding: 7px 10px;
  border-bottom: 1px solid #f2f2f2;
}

.main-menu .navigation>li>ul>li>ul li:last-child {
  border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li a {
  position: relative;
  display: block;
  padding: 6px 0px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #262626;
  text-align: left;
  padding-right: 0px !important;
  text-transform: capitalize;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li a:hover {
  color: #e15b5c;
}

.main-menu .navigation>li.dropdown:hover>ul {
  visibility: visible;
  opacity: 1;
}

.main-menu .navigation li>ul>li.dropdown:hover ul {
  visibility: visible;
  opacity: 1;
  left: 100%;
  top: 0%;
}

.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
  position: absolute;
  right: 10px;
  top: 0;
  width: 50px;
  height: 43px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  font-size: 16px;
  line-height: 43px;
  color: #ffffff;
  cursor: pointer;
  z-index: 5;
  display: none;
}

.main-header .outer-box {
  position: relative;
  float: left;
  margin-left: 15px;
  margin-top: 12px;
}

.navbar-header {
  display: none;
}

/* transparent header */



@media only screen and (min-width: 992px) {
  .main-header .header-upper.transparent {
    margin-bottom: -70px;
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }
}

.header-upper.transparent .main-menu .navigation>li>a {
  color: #fff;
}






/* ====================== search box btn ===========================*/

.main-header .search-box-outer {
  position: relative;
  left: 3px;
  display: inline-block;
}

.main-header .search-box-btn {
  position: relative;
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 7px 0px 6px;
  background: transparent;
  border-radius: 50px 0px 0px 50px;
}

.main-header .search-box-outer .dropdown-menu {
  top: 56px !important;
  padding: 0px;
  left: inherit !important;
  right: 0;
  width: 280px;
  border-radius: 0px;
  border-top: 3px solid #e15b5c;
}

.main-header .search-panel .form-container {
  padding: 25px 20px;
}

.main-header .search-panel .form-group {
  position: relative;
  margin: 0px;
}

.main-header .search-panel input[type="text"],
.main-header .search-panel input[type="search"],
.main-header .search-panel input[type="password"],
.main-header .search-panel select {
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 9px 50px 9px 15px;
  height: 44px;
  border: 1px solid #2d2d2d;
  border-radius: 3px;
  background: #ffffff;
}

.main-header .search-panel input:focus,
.main-header .search-panel select:focus {
  border-color: #e15b5c;
}

.main-header .search-panel .search-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 50px;
  height: 44px;
  text-align: center;
  color: #ffffff;
  background: #333333;
  font-size: 14px;
  border-radius: 0px 3px 3px 0px;
  cursor: pointer;
}

.dropdown-toggle::after {
  display: none;
}



@media only screen and (max-width: 1200px) {

  .main-header .header-info .float-left,
  .main-header .header-info .float-right {
    float: inherit !important;
    width: 100%;
  }

  .main-header .main-logo {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 992px) {
  .collapse {
    display: block !important;
  }
}


/* =============== Mobile menu ===================== */


@media only screen and (max-width: 991px) {

  .fixed-header .sticky-header {
    display: none !important;
  }

  .main-menu .navbar-header {
    position: relative;
    float: none;
    display: block;
    text-align: left;
    width: 100%;
    top: 0px;
    z-index: 12;
  }

  .main-header .header-upper.style-two .navbar-brand {
    margin: 14px 0 0;
  }

  .main-header .header-upper.style-two .main-menu .navbar-header .navbar-toggle {
    position: absolute;
    right: 0;
    top: -63px;
  }

  .main-header .header-upper.style-two .main-logo {
    margin-bottom: 12px;
  }

  .main-header .logo-outer {
    padding: 15px 0 0;
    text-align: center;
    width: 100%;
  }

  .main-header .header-upper .upper-right {
    position: relative;
    width: 100%;
    padding-top: 0px;
  }

  .main-header .main-menu {
    width: 100%;
  }

  .main-menu .navbar-header .navbar-toggle {
    display: inline-block;
    z-index: 7;
    border: 1px solid #e15b5c;
    float: none;
    padding: 4px 5px;
    cursor: pointer;
    margin: 0px 0px 15px 0px;
    border-radius: 0px;
    background: #e15b5c;
  }

  .main-menu .navbar-header .navbar-toggle .icon-bar {
    background: #ffffff;
    height: 2px;
    width: 22px;
    display: block;
    margin: 4px 5px;
  }

  .main-menu .collapse {
    max-height: 345px;
    overflow: auto;
    float: none;
    width: 100%;
    padding: 0px 0px 0px;
    border: none;
    margin: 0px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
  }

  .main-menu .navbar-collapse>.navigation {
    float: none !important;
    margin: 0px !important;
    width: 100% !important;
    background: #333;
    border: 1px solid #ffffff;
    border-top: none;
  }

  .main-menu .navbar-collapse>.navigation>li {
    margin: 0px !important;
    float: none !important;
    width: 100%;
  }

  .main-menu .navigation>li>a,
  .main-menu .navigation>li>ul:before {
    border: none;
  }

  .main-menu .navbar-collapse>.navigation>li>a {
    padding: 10px 10px !important;
    border: none !important;
  }

  .main-menu .navigation li.dropdown>a:after,
  .main-menu .navigation>li.dropdown>a:before,
  .main-menu .navigation>li>ul>li>a::before,
  .main-menu .navigation>li>ul>li>ul>li>a::before {
    color: #ffffff !important;
    right: 11px;

    display: none !important;
  }

  .main-menu .navbar-collapse>.navigation>li>ul,
  .main-menu .navbar-collapse>.navigation>li>ul>li>ul {
    position: relative;
    border: none;
    float: none;
    visibility: visible;
    opacity: 1;
    display: none;
    margin: 0px;
    padding: 0px;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    width: 100%;
    background: #333333;
    -webkit-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    transition: none !important;
    -webkit-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    -moz-transition: none !important;
    box-shadow: none !important;
  }

  .main-menu .navbar-collapse>.navigation>li>ul,
  .main-menu .navbar-collapse>.navigation>li>ul>li>ul {
    /* border-top:1px solid rgba(255,255,255,1) !important; */
  }

  .main-menu .navbar-collapse>.navigation>li,
  .main-menu .navbar-collapse>.navigation>li>ul>li,
  .main-menu .navbar-collapse>.navigation>li>ul>li>ul>li {
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
    opacity: 1 !important;
    top: 0px !important;
    padding-top: 0;
    padding-bottom: 0;
    left: 0px !important;
    visibility: visible !important;
    border-bottom: none;
  }

  .main-menu .navbar-collapse>.navigation>li:first-child {
    border: none;
  }

  .main-menu .navbar-collapse>.navigation>li>a,
  .main-menu .navbar-collapse>.navigation>li>ul>li>a,
  .main-menu .navbar-collapse>.navigation>li>ul>li>ul>li>a {
    padding: 10px 10px !important;
    line-height: 22px;
    color: #b8b8b8;
    /* background:#e15b5c; */
    text-align: left;
    min-height: 0px;
  }

  .main-menu .navbar-collapse>.navigation>li>a:hover,
  .main-menu .navbar-collapse>.navigation>li>a:active,
  .main-menu .navbar-collapse>.navigation>li>a:focus {
    /* background:#e15b5c; */
  }

  .main-menu .navbar-collapse>.navigation>li:hover>a,
  .main-menu .navbar-collapse>.navigation>li>ul>li:hover>a,
  .main-menu .navbar-collapse>.navigation>li>ul>li>ul>li:hover>a,
  .main-menu .navbar-collapse>.navigation>li.current>a,
  .main-menu .navbar-collapse>.navigation>li.current-menu-item>a {
    /* background:#e15b5c; */
    color: #ffffff !important;
  }

  .main-menu .navbar-collapse>.navigation li.dropdown .dropdown-btn {
    display: block;
  }

  .main-menu .navbar-collapse>.navigation li.dropdown:after,
  .main-menu .navigation>li>ul:before,
  .main-header .info-box:after,
  .services-section-two .owl-dots {
    display: none !important;
  }

  /* search outer */
  .main-header .outer-box {
    position: absolute;
    right: 5px;
    top: -6px;
    margin-top: 0px;
    z-index: 15;
  }

  .header-info .main-logo a {
    text-align: center;
    padding-right: 0px !important;
  }

  .main-header .header-upper {
    padding-top: 15px;
  }

  .main-header .search-box-outer .dropdown-menu {
    top: 48px !important;
  }

  /* header info */

  .header-contact-info ul li {
    margin-bottom: 22px;
    margin-right: 0px !important;
    border: 0px !important;
  }

  .main-header .header-upper.transparent {
    margin-bottom: 0;
    background: rgba(39, 39, 39, 0.1);
    padding-top: 16px;
  }

}

@media only screen and (max-width: 1200px) and (min-width: 992px) {
  .main-menu .navigation>li:after {
    display: none;
  }

  .main-menu .navigation>li>a {
    padding-left: 0;
  }

  .main-header .header-upper.style-two .main-menu .navigation>li>a {
    padding-left: 0;
  }

  .main-header .header-upper.style-two .main-logo {
    margin-bottom: 0;
  }

  .main-header .sticky-header .main-menu .navigation>li>a {
    padding: 27px 17px !important;
  }
}























































/*
=================================================
  5. header-style
=================================================
*/

.header-top {
  position: relative;
  font-size: 13px;
  padding: 15px 0px;
  background: #f0f0f0;
  font-family: 'Poppins', sans-serif;
}

.header-top.black-bg {
  background: #222;
}

.header-top a {
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.header-top .links-nav li {
  position: relative;
  margin-right: 25px;
  font-size: 16px;
  color: #fff;
  border-right: 1px solid #fff;
  padding-right: 25px;
  line-height: 26px;
}

.header-top.grey-bg .links-nav li {
  color: #222;
}

.header-top .links-nav li:last-child {
  padding-right: 0px;
  border-right: 0px;
}

.header-top .top-right .links-nav li {
  margin-right: 0px;
  margin-left: 25px;
}

.header-top .links-nav li a {
  position: relative;
  line-height: 26px;
  font-size: 13px;
  color: #000;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  -webkit-transition: .5s;
  transition: .5s;
}

.header-top.black-bg .links-nav li a {
  color: #fff;
}

.header-top .links-nav li a:hover {
  color: #e15b5c;
  -webkit-transition: .5s;
  transition: .5s;
}

.header-top .links-nav li .fa {
  padding-right: 8px;
  font-size: 16px;
  color: #e15b5c;
}

.header-top .social-links a {
  position: relative;
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  color: #fff;
  padding: 0px 10px;
  line-height: 26px;
}

.header-top .social-links a:last-child {
  padding-right: 0px;
}

.header-top a:hover {
  color: #ffffff;
}

.header-top.grey-bg .social-links a {
  color: #777;
}

@media only screen and (max-width: 767px) {

  .header-top .top-left,
  .header-top .top-right {
    width: 100%;
    text-align: center;
  }
}

/* header lower */

.header-info {
  padding: 30px 0;
}

.header-info .main-logo a {
  display: block;
  line-height: inherit;
  height: inherit;
  padding: 0;
}

.header-contact-info {
  overflow: hidden;
}

.header-contact-info ul {}

.header-contact-info ul li {
  border-right: 1px solid #f7f7f7;
  display: inline-block;
  float: left;
  margin-right: 25px;
  padding-right: 25px;
  padding-left: 30px;
  position: relative;
}

.header-contact-info ul li:last-child {
  margin-right: 0;
  border-right: none;
  padding-right: 0;
}

.header-contact-info ul li .iocn-holder {
  position: absolute;
  left: 0;
  top: 5px;
}

.header-contact-info ul li .iocn-holder span {
  color: #e15b5c;
  display: block;
  font-size: 25px;
  font-weight: 500;
  text-align: center;
  transition: all 500ms ease 0s;
  width: 25px;
  margin: 0;
  padding: 0;
}

.header-contact-info ul li .iocn-holder span.top-envelop {
  font-size: 40px;
}

.header-contact-info ul li:hover .iocn-holder span {
  color: #2b2c36;
}

.header-contact-info ul li .iocn-holder,
.header-contact-info ul li .text-holder {}

.header-contact-info ul li .text-holder {
  padding-left: 10px;
}

.header-contact-info ul li .text-holder h6 {
  color: #222222;
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 5px;
}

.header-contact-info ul li .text-holder p {

  font-size: 16px;
  font-weight: 300;
  margin: 0;
  line-height: 16px;
  font-family: 'Poppins', sans-serif;
}




/* services-block-one */

.services-block-one {
  position: relative;
  margin-bottom: 30px;
}

.services-block-one .inner-box {
  position: relative;
  text-align: center;
  border: 1px solid #f0f0f0;
  padding: 35px 15px 0px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.services-block-one .inner-box:hover {
  box-shadow: 0px 0px 20px #0000001f;
}

.services-block-one .inner-box .icon-box {
  position: relative;
  color: #e15b5c;
  font-size: 50px;
  line-height: 1em;
  margin-bottom: 15px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.services-block-one .inner-box h3 {
  position: relative;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 15px;
  text-transform: capitalize;
  font-family: 'Poppins', sans-serif;
}

.services-block-one .inner-box h3 a {
  color: #1f1f1f;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.services-block-one .inner-box .text {
  position: relative;
  font-size: 16px;
  line-height: 1.8em;
  margin-bottom: 25px;
  color: rgba(0, 0, 10, 0.65);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  font-family: 'Lato', sans-serif;
}

.services-block-one .inner-box .arrow-box {
  position: relative;
  width: 40px;
  height: 40px;
  color: #f3f3f3;
  line-height: 34px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  font-size: 30px;
  padding-left: 4px;
  bottom: -20px;
  border: 2px solid #f3f3f3;
  background: #ffffff;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}



/* services-block-two */

.services-block-two {
  position: relative;
}

.services-block-two .inner-box {
  border: 1px solid #f5f5f5;
  border-radius: 5px;
  padding: 40px 30px 35px 105px;
  position: relative;
  margin-bottom: 30px;
  background: #fff;
}

.services-block-two h5 a {
  font-size: 22px;
  color: #222222;
  font-weight: 500;
  display: block;
  margin-bottom: 13px;
}

.services-block-two h2 {
  font-size: 45px;
  font-weight: 500;
  color: #f6f6f6;
  position: absolute;
  left: 35px;
  bottom: 30px;
}

.services-block-two .icon-box {
  position: absolute;
  left: 35px;
  top: 50px;
  font-size: 50px;
  color: #e15b5c;
}

.services-block-two .read-more {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #e15b5c;
}

/*Services Block three*/

.services-block-three {
  position: relative;
  margin-bottom: 39px;
}

.services-block-three .inner {
  position: relative;
  padding-left: 65px;
}

.services-block-three .inner .icon-box {
  position: absolute;
  left: 0px;
  top: 13px;
  width: 80px;
  height: 80px;
  color: #222;
  font-size: 45px;
}

.services-block-three .inner h3 {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 2px;
}

.services-block-three .inner h3 a {
  position: relative;
  color: #222222;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.services-block-three .inner h3 a:hover {
  color: #e15b5c;
}

.services-block-three .inner p {
  color: #e15b5c;
}

.services-block-three .inner .text {
  position: relative;

  font-weight: 300;
}


/*why-choose-us*/

.whychoose-us .image img {
  max-width: none;
  float: right;
}

/* services-block-eight */

.service-block-four {
  position: relative;
  margin-bottom: 40px;
}

.service-block-four .inner-box {
  position: relative;
  overflow: hidden;
}

.service-block-four .inner-box .image-box {
  position: relative;
}

.service-block-four .inner-box .image-box img {
  position: relative;
  width: 100%;
  display: block;
}

.service-block-four .inner-box .image-box .caption {
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 0px;
  color: #ffffff;
  display: block;
  font-size: 18px;
  padding: 80px 0px 16px;
  text-align: center;
  font-weight: 700;
  text-transform: capitalize;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
}

.service-block-four .inner-box .image-box .overlay-box {
  position: absolute;
  left: 0px;
  bottom: -250px;
  padding: 60px 35px 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(38, 189, 239, 0.9);
  transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
}

.service-block-four .inner-box .image-box .overlay-box h3 {
  position: relative;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 12px;
  font-weight: 700;
  text-transform: capitalize;
}

.service-block-four .inner-box .image-box .overlay-box .text {
  position: relative;
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 15px;
  line-height: 1.6em;
}

.service-block-four .inner-box .image-box .overlay-box .read-more {
  position: relative;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
}

.service-block-four .inner-box .image-box:hover .caption {
  transform: translate(0, 100%);
}

.service-block-four .inner-box .image-box:hover .overlay-box {
  bottom: 0px;
}

/* services block five */


.services-block-five {
  position: relative;
  margin-bottom: 50px;
}

.services-block-five .inner {
  position: relative;
  padding-left: 90px;
  min-height: 60px;
}

.services-block-five .inner .icon-box {
  position: absolute;
  left: 0px;
  top: 9px;
  width: 60px;
  height: 60px;
  color: #ffffff;
  font-size: 28px;
  line-height: 60px;
  text-align: center;
  border-radius: 8px;
  background-color: #e15b5c;
  transform: rotate(-45deg);
}

.services-block-five .inner .icon-box span {
  transform: rotate(45deg);
  display: block;
}

.services-block-five .inner h3 {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  line-height: 1em;
  margin-bottom: 10px;
}

.services-block-five .inner h3 a {
  color: #333333;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}

.services-block-five .inner h3 a:hover {
  color: #e15b5c;
}

.services-block-five .inner .service-text {
  font-size: 15px;
  color: #2d2d2d;
}

/*Services Block six */

.services-block-six {
  position: relative;
}

.services-block-six .inner-box {
  position: relative;
  background: #fff;
  margin-bottom: 30px;
  box-shadow: 0 0 10px 2px hsla(0, 0%, 0%, 0.05);
}

.services-block-six .inner-box .image {
  position: relative;
  min-height: 250px;
}

.services-block-six .inner-box .image .overlay-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 0%;
  display: block;
  opacity: 0;
  text-align: center;
  background-color: rgba(38, 189, 239, 0.75);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.services-block-six .inner-box:hover .overlay-box {
  opacity: 1;
  height: 100%;
}

.services-block-six .inner-box:hover .lower-box .arrow {
  color: #ffffff;
  border-color: #e15b5c;
  background-color: #e15b5c;
}

.services-block-six .inner-box .image .overlay-box .icon {
  position: relative;
  font-size: 50px;
  top: 45%;
  color: #ffffff;
}

.services-block-six .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
}

.services-block-six .inner-box .lower-box {
  position: relative;
  text-align: center;
  padding-top: 25px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 40px;
}

.services-block-six .inner-box .lower-box h3 {
  position: relative;
  color: #333333;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.services-block-six .inner-box .lower-box h3 a {
  position: relative;
  color: #333333;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.services-block-six .inner-box .lower-box h3 a:hover {
  color: #e15b5c;
}

.services-block-six .inner-box .lower-box .text {
  position: relative;
  color: #2d2d2d;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.6em;
  margin-bottom: 20px;
}

.services-block-six .inner-box .lower-box .arrow {
  position: relative;
  width: 45px;
  height: 45px;
  color: #b4b4b4;
  line-height: 42px;
  margin-bottom: 30px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #eeeeee;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.services-block-six .inner-box .lower-box .arrow:hover {
  color: #ffffff;
  border-color: #e15b5c;
  background-color: #e15b5c;
}



/* services block seven */


.services-block-seven {
  position: relative;
  margin-bottom: 30px;
}

.services-block-seven .inner-box {
  position: relative;
}

.services-block-seven .inner-box .image {
  position: relative;
}

.services-block-seven .inner-box .image:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 0%;
  display: block;
  z-index: 1;
  background-color: rgba(38, 189, 239, 0.8);
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}

.services-block-seven .inner-box:hover .image:before {
  height: 100%;
}

.services-block-seven .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
}

.services-block-seven .inner-box .lower-content {
  position: relative;
}

.services-block-seven .inner-box .lower-content .upper-box {
  position: relative;
  padding: 16px 0px;
  padding-left: 90px;
  border: 1px solid #eeeeee;
}

.services-block-seven .inner-box .lower-content .upper-box .icon-box {
  position: absolute;
  left: 0px;
  top: 0px;
  color: #e15b5c;
  width: 70px;
  font-size: 36px;
  line-height: 30px;
  padding: 14px 0px;
  text-align: center;
  border-right: 1px solid #eeeeee;
}

.services-block-seven .inner-box .lower-content .upper-box h3 {
  position: relative;
  font-size: 16px;
  font-weight: 600;
}

.services-block-seven .inner-box .lower-content .upper-box h3 a {
  position: relative;
  color: #222222;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.services-block-seven .inner-box .lower-content .upper-box h3 a:hover {
  color: #e15b5c;
}

.services-block-seven .inner-box .lower-content .text {
  position: relative;

  font-size: 16px;
  line-height: 1.7em;
  margin-top: 15px;
}


/* services-block-eight */

.services-block-eight {
  position: relative;
}

.services-block-eight .inner-box {
  border-radius: 5px;
  padding: 0px 30px 0px 70px;
  position: relative;
  margin-bottom: 30px;
}

.services-block-eight h5 a {
  font-size: 22px;
  color: #222222;
  font-weight: 500;
  display: block;
  margin-bottom: 13px;
}

.services-block-eight h2 {
  font-size: 45px;
  font-weight: 500;
  color: #f6f6f6;
  position: absolute;
  left: 35px;
  bottom: 30px;
}

.services-block-eight .icon-box {
  position: absolute;
  left: 0;
  top: 12px;
  font-size: 50px;
  color: #222;
}

.services-block-eight .read-more {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #222;
  border-bottom: 1px solid #222;
}

/* services block nine */

.services-block-nine {
  position: relative;
  margin-bottom: 50px;
}

.services-block-nine .inner {
  position: relative;
  padding-left: 90px;
  min-height: 60px;
}

.services-block-nine .inner .icon-box {
  position: absolute;
  left: 0px;
  top: 9px;
  width: 60px;
  height: 60px;
  color: #ffffff;
  font-size: 28px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  background-color: #e15b5c;
}

.services-block-nine .inner .icon-box span {
  display: block;
}

.services-block-nine .inner h3 {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  line-height: 1em;
  margin-bottom: 10px;
}

.services-block-nine .inner h3 a {
  color: #333333;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}

.services-block-nine .inner h3 a:hover {
  color: #e15b5c;
}

.services-block-nine .inner .service-text {
  font-size: 15px;
  color: #2d2d2d;
}


/* services block seven */


.services-block-ten {
  position: relative;
  margin-bottom: 30px;
}

.services-block-ten .inner-box {
  position: relative;
}

.services-block-ten .inner-box .image {
  position: relative;
}

.services-block-ten .inner-box .image .read-more {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
  visibility: hidden;
  opacity: 0;
  transition: .5s ease;
}

.services-block-ten .inner-box:hover .image .read-more {
  opacity: 1;
  visibility: visible;
}

.services-block-ten .inner-box .image .read-more a {
  color: #fff;
  font-size: 24px;
}

.services-block-ten .inner-box .image:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 0%;
  display: block;
  z-index: 1;
  background-color: rgba(38, 189, 239, 0.8);
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}

.services-block-ten .inner-box:hover .image:before {
  height: 100%;
}

.services-block-ten .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
}

.services-block-ten .inner-box .lower-content {
  position: relative;
}

.services-block-ten .inner-box .lower-content .upper-box {
  position: relative;
  padding: 16px 0px;
  border: 1px solid #eeeeee;
  text-align: center;
}

.services-block-ten .inner-box .lower-content .upper-box .icon-box {
  position: absolute;
  left: 0px;
  top: 0px;
  color: #e15b5c;
  width: 70px;
  font-size: 36px;
  line-height: 30px;
  padding: 14px 0px;
  text-align: center;
  border-right: 1px solid #eeeeee;
}

.services-block-ten .inner-box .lower-content .upper-box h3 {
  position: relative;
  font-size: 18px;
  font-weight: 600;
}

.services-block-ten .inner-box .lower-content .upper-box h3 a {
  position: relative;
  color: #222222;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.services-block-ten .inner-box .lower-content .upper-box h3 a:hover {
  color: #e15b5c;
}

.services-block-ten .inner-box .lower-content .text {
  position: relative;

  font-size: 16px;
  line-height: 1.7em;
  margin-top: 15px;
  text-align: center;
}

/* services-block-eleven */

.services-block-eleven {
  position: relative;
}

.services-block-eleven .inner-box {
  border: 1px solid #f5f5f5;
  border-radius: 5px;
  padding: 40px 30px 35px 105px;
  position: relative;
  margin-bottom: 30px;
}

.services-block-eleven h5 a {
  font-size: 22px;
  color: #222222;
  font-weight: 500;
  display: block;
  margin-bottom: 13px;
}

.services-block-eleven h2 {
  font-size: 45px;
  font-weight: 500;
  color: #f6f6f6;
  position: absolute;
  left: 35px;
  bottom: 30px;
}

.services-block-eleven .icon-box {
  position: absolute;
  left: 35px;
  top: 50px;
  font-size: 50px;
  color: #e15b5c;
}

.services-block-eleven .read-more {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #e15b5c;
}

/* services-block-twelve */

.services-block-twelve {
  position: relative;
  margin-bottom: 30px;
}

.services-block-twelve .inner-box {
  position: relative;
  text-align: center;
  border: 1px solid #ffffff;
  padding: 35px 35px 50px;
  box-shadow: rgba(243, 243, 243, 0.75) 1px 29px 62px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.services-block-twelve .hvr-bounce-to-bottom:before {
  background: #e15b5c;
}

.services-block-twelve .inner-box .icon-box {
  position: relative;
  color: #e15b5c;
  font-size: 50px;
  line-height: 1em;
  margin-bottom: 15px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.services-block-twelve .inner-box:hover .text,
.services-block-twelve .inner-box:hover h3 a,
.services-block-twelve .inner-box:hover .icon-box {
  color: #fff;
}

.services-block-twelve .inner-box h3 {
  position: relative;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 15px;
  text-transform: capitalize;
  font-family: 'Poppins', sans-serif;
}

.services-block-twelve .inner-box h3 a {
  color: #1f1f1f;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.services-block-twelve .inner-box .text {
  position: relative;
  font-size: 16px;
  line-height: 1.8em;
  margin-bottom: 25px;
  color: rgba(0, 0, 10, 0.65);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.services-block-twelve .inner-box .arrow-box {
  position: relative;
  width: 40px;
  height: 40px;
  color: #f3f3f3;
  line-height: 34px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  font-size: 30px;
  padding-left: 4px;
  border: 2px solid #f3f3f3;
  background: #ffffff;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

/*Services Block thirteen */

.services-block-thirteen {
  position: relative;
}

.services-block-thirteen .inner-box {
  position: relative;
  background: #fff;
  margin-bottom: 30px;
  box-shadow: 0 0 10px 2px hsla(0, 0%, 0%, 0.05);
}

.services-block-thirteen .inner-box .image {
  position: relative;
}

.services-block-thirteen .inner-box .image .overlay-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0%;
  height: 100%;
  display: block;
  opacity: 0;
  text-align: center;
  background-color: rgba(38, 189, 239, 0.8);
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}

.services-block-thirteen .inner-box:hover .overlay-box {
  opacity: 1;
  width: 100%;
}

.services-block-thirteen .inner-box:hover .lower-box .arrow {
  color: #ffffff;
  border-color: #e15b5c;
  background-color: #e15b5c;
}

.services-block-thirteen .inner-box .image .overlay-box .icon {
  position: relative;
  font-size: 40px;
  top: 45%;
  color: #ffffff;
}

.services-block-thirteen .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
}

.services-block-thirteen .inner-box .lower-box {
  position: relative;
  padding-top: 25px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 40px;
}

.services-block-thirteen .inner-box .lower-box h3 {
  position: relative;
  color: #333333;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.services-block-thirteen .inner-box .lower-box h3 a {
  position: relative;
  color: #333333;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.services-block-thirteen .inner-box .lower-box h3 a:hover {
  color: #e15b5c;
}

.services-block-thirteen .inner-box .lower-box .text {
  position: relative;
  color: #2d2d2d;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.6em;
  margin-bottom: 20px;
}

.services-block-thirteen .inner-box .lower-box .arrow {
  position: relative;
  width: 45px;
  height: 45px;
  color: #b4b4b4;
  line-height: 42px;
  margin-bottom: 30px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #eeeeee;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.services-block-thirteen .inner-box .lower-box .arrow:hover {
  color: #ffffff;
  border-color: #e15b5c;
  background-color: #e15b5c;
}

.services-block-thirteen .default_link {
  text-transform: capitalize;
  color: #222;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  transition: .5s ease;
}

.services-block-thirteen .default_link:hover {
  transition: .5s ease;
  color: #e15b5c;
}

/* services block nine */

.services-block-fourteen {
  position: relative;
  margin-bottom: 50px;
}

.services-block-fourteen .inner {
  position: relative;
  padding: 0 30px;
  min-height: 60px;
  text-align: center;
}

.services-block-fourteen .inner .icon-box {
  position: relative;
  width: 70px;
  height: 70px;
  color: #ffffff;
  font-size: 28px;
  margin: 0 auto;
  margin-bottom: 20px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  background-color: #e15b5c;
  clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
}

.services-block-fourteen .inner .icon-box span {
  display: block;
}

.services-block-fourteen .inner h3 {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  line-height: 1em;
  margin-bottom: 10px;
}

.services-block-fourteen .inner h3 a {
  color: #333333;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}

.services-block-fourteen .inner h3 a:hover {
  color: #e15b5c;
}

.services-block-fourteen .inner .service-text {
  font-size: 15px;
  color: #2d2d2d;
}


/* single services page */

.single-services {
  position: relative;
}

.single-services .image {
  margin-bottom: 20px;
}

.single-services .text {
  margin-bottom: 20px;
}

.single-services .two-column {
  margin-top: 50px;
}

.single-services h4.title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.features-list {
  position: relative;
  margin-bottom: 30px;
}

.feature-item {
  position: relative;
  padding: 20px 50px;
  padding-right: 15px;
  font-size: 16px;
  line-height: 33px;
  color: #222222;
  font-weight: 500;
  margin-bottom: 25px;
  border-bottom: 2px solid #e15b5c;
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 5px 30px rgba(0, 0, 0, .1);
  -ms-box-shadow: 0 5px 30px rgba(0, 0, 0, .1);
  -o-box-shadow: 0 5px 30px rgba(0, 0, 0, .1);
  box-shadow: 0 5px 30px rgba(0, 0, 0, .1);
}

.feature-item:before {
  position: absolute;
  left: 25px;
  top: 20px;
  line-height: 33px;
  font-size: 12px;
  content: "\f180";
  font-family: Flaticon;
  font-weight: 900;
  color: #e15b5c;
}


/* single shop item */

.single-shop-item {
  margin-bottom: 30px;
}

.single-shop-item .img-box {
  position: relative;
  overflow: hidden;
  border: 1px solid #fff;
  transition: .5s ease;
  background: #f7f7f7;
  text-align: center;
}

.single-shop-item:hover .img-box {
  transition: .5s ease;
}

.single-shop-item .img-box .offer-box {
  position: absolute;
  top: 10px;
  left: 10px;
}

.single-shop-item .img-box .offer-box .inner {
  position: relative;
}

.single-shop-item .img-box .offer-box .inner:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 0;
  height: 0;
  background-color: transparent;
  border-bottom: 35px solid transparent;
  border-bottom: 35px solid transparent;
  border-top: 35px solid #ab7442;
  border-left: 35px solid #ab7442;
  border-right: 35px solid transparent;
}

.single-shop-item .img-box .offer-box .inner span {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  transform: rotate(-45deg);
  line-height: 35px;
  transform-origin: 70% 35%;
}

.single-shop-item .text-box h3,
.single-shop-item .text-box p {
  margin: 0;
}

.single-shop-item .text-box h3 {
  font-size: 18px;
  line-height: 50px;
  color: #1F1F1F;
  margin-top: 10px;
}

.single-shop-item .text-box p {
  font-size: 20px;
  line-height: 24px;
}

.single-shop-item .text-box p i {
  font-size: 18px;
}

.single-shop-item .text-box p span {
  display: inline-block;
  vertical-align: top;
  color: #ab7442;
  font-size: 18px;
  font-weight: 400;
}

.single-shop-item .text-box p del {
  color: #9f9f9f;
  font-size: 14px;
  line-height: 24px;
  vertical-align: super;
  display: inline-block;
  font-weight: normal;
}

.single-shop-item .text-box p del i {
  font-size: 14px;
}

.single-shop-item .thm-btn.thm-tran-bg {
  color: #222;
  border-color: #fff;
  background: #fff;
}

.single-shop-item .thm-btn:hover {
  color: #e15b5c;
  background: #ffffff;
}

.single-shop-item:hover .img-box .overlay {
  background-color: rgba(255, 255, 255, 0.9);
}

.single-shop-item:hover .img-box .overlay .box .content ul li a {
  opacity: 1;
  transform: translate3d(0px, 0px, 0);
}

.default-overlay-outer {
  position: absolute;
  display: block;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  padding: 10px;
  transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
}

.default-overlay-outer .inner {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
  text-align: center;
}

.default-overlay-outer .inner .content-layer {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  color: #ffffff;
}

.single-shop-item .default-overlay-outer {
  opacity: 0;
  top: -100%;
  background: rgba(0, 0, 0, 0.70);
}

.single-shop-item:hover .default-overlay-outer {
  top: 0;
  opacity: 1;
}

.single-shop-item .content-box {
  position: relative;
  padding: 20px 20px 15px;
  border: 1px solid #f4f4f4;
  border-top: 0px;
}

.single-shop-item .content-box h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 0px 0px;
  line-height: 1.4em;
  color: #252525;
  margin-bottom: 12px;
}

.single-shop-item .content-box a,
.single-shop-item .content-boxa:hover {
  color: #b89b5e;
}

.single-shop-item .content-box h4 a {
  color: #252525;
  text-transform: uppercase;
}

.single-shop-item .bottom {
  position: relative;
  padding: 15px 0 0;
  border-top: 1px solid #f4f4f4;
  margin-top: 20px;
}

.single-shop-item .content-box .rating {
  font-size: 13px;
  color: #e15b5c;
  position: absolute;
  right: 5px;
  margin-bottom: 0;
  top: 17px;
}

.single-shop-item .content-box .item-price {
  font-size: 16px;
  font-weight: 400;
  color: #e15b5c;
  line-height: 24px;
}

.single-shop-item .content-box .item-price del {
  color: #a2a2a2;
  margin-left: 7px;
  font-size: 15px;
}

.single-shop-item .content-box .item-price .strike-through {
  color: #999999;
  font-weight: normal;
  font-size: 14px;
  padding-left: 10px;
  line-height: 20px;
  font-family: 'Lato', sans-serif;
}

/*** 
=============================================
   Shop Single area  style
=============================================
***/

.shop-single-area {
  position: relative;
}

.product-content-box {
  margin-bottom: 106px;
}

.product-content-box .img-box {
  text-align: center;
}

.product-content-box .flexslider .slides img {
  width: auto;
  display: inline-block;
}

.single-products-details .theme-btn {
  display: inline-block;
  margin-left: 20px;
}

.product-content-box .flexslider {
  background: #ededed none repeat scroll 0 0;
  border: none;
  padding: 70px 0;
  border-radius: 0;
  margin: 0 0px 10px 0;
  position: relative;
  text-align: center;
}

.product-content-box .flex-viewport {
  border: none;
  max-height: 450px;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.product-content-box .flex-control-thumbs {
  margin: 10px 0 0;
  overflow: hidden;
  position: static;
  display: none;
}

.product-content-box .flex-control-thumbs li {
  float: left;
  margin: 0 3% 0 0;
  width: 25%;
}

.product-content-box .flex-control-thumbs img {
  border: medium none;
  cursor: pointer;
  display: block;
  height: auto;
  opacity: 0.6;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  width: 100%;
  border: 3px solid #f7f7f7;
}

.product-content-box .flex-control-thumbs .flex-active {
  cursor: default;
  opacity: 1;
  border: 3px solid #ab7442;
}

.product-content-box .flex-control-thumbs .flex-active:focus {
  outline: none;
}

.product-content-box .content-box h3 {
  color: #222;
  font-size: 24px;
  font-weight: 400;
  margin: 0px 0 5px;
  text-transform: capitalize;
}

.product-content-box .content-box del {
  color: #a2a2a2;
  margin-left: 10px;
}

.product-content-box .content-box .review-box {
  margin: 0 0 10px;
}

.product-content-box .content-box .review-box ul li {
  display: inline-block;
  margin-right: 3px;
}

.product-content-box .content-box .review-box ul {
  display: inline-block;
  padding-right: 1px;
}

.product-content-box .content-box .review-box ul li i {
  color: #e15b5c;
  font-size: 14px;
}

.product-content-box .content-box span.price {
  color: #e15b5c;
  font-size: 22px;
}

.product-content-box .content-box .text {
  margin: 0px 0 0;
  overflow: hidden;
  padding: 14px 0 0;
}

.product-content-box .content-box .location-box {
  margin: 4px 0 18px;
  position: relative;
}

.product-content-box .content-box .location-box p {
  color: #1f1f1f;
  margin: 0 0 12px;
}

.product-content-box .content-box .location-box form input {
  border: 2px solid #f7f7f7;
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  width: 170px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.product-content-box .content-box .location-box form input:focus {
  border-color: #e15b5c;
}

.product-content-box .content-box .location-box form button {
  background: #f7f7f7 none repeat scroll 0 0;
  border: medium none;
  color: #292929;
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  left: 178px;
  top: 37px;
  height: 40px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  width: 95px;
  margin-left: 6px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.product-content-box .content-box .location-box form button:hover {
  background: #e15b5c;
  color: #fff;
}

.product-content-box .content-box .location-box form span {
  color: #e15b5c;
  margin-top: 20px;
  display: block;
}

.product-content-box .content-box .addto-cart-box .input-group.bootstrap-touchspin {
  float: left;
  width: 70px;
  margin-right: 20px;
}

.product-content-box .content-box .addto-cart-box .form-control {
  background-color: #fff;
  background-image: none;
  border: 1px solid #eaeaea;
  border-radius: 0 !important;
  box-shadow: none;
  color: #272727;
  display: block;
  font-size: 18px;
  font-weight: 500;
  height: 50px;
  padding: 6px 0 8px;
  text-align: center;
}

.product-content-box .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  border-radius: 0
}

.product-content-box .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  border-radius: 0;
  margin-top: -2px;
}

.product-content-box .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical>.btn {
  display: block;
  float: none;
  margin-left: -1px;
  max-width: 100%;
  padding: 12px 12px;
  position: relative;
  width: 100%;
}

.product-content-box .content-box .addto-cart-box .btn-default {
  background-color: #efefef;
  border-color: #efefef;
  color: #9e9e9e;
}

.product-content-box .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical i {
  color: #e15b5c;
  font-weight: normal;
  left: 4.5px;
  position: absolute;
  top: 0px;
  font-size: 18px;
  font-style: normal;
  font-family: FontAwesome;
}

.product-content-box .content-box .addto-cart-box button.addtocart {
  margin-left: 25px;
}

.product-tab-box {
  padding: 30px;
  padding-top: 0;
  border: 1px solid #f4f4f4;
}

.product-tab-box .tab-menu {
  border-bottom: 1px solid #f7f7f7;
  margin-top: -50px;
  margin-bottom: 33px;
  position: relative;
  left: -31px;
}

.product-tab-box .tab-menu li {
  display: block;
  float: left;
  margin-bottom: -1px;
}

.product-tab-box .tab-menu li a {
  border: 1px solid transparent;
  border-radius: 0;
  display: block;
  margin-right: 10px;
  padding: 13px 35px;
  color: #1f1f1f;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  background: #f7f7f7;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.product-tab-box .tab-menu li.active a,
.product-tab-box .tab-menu li:hover a {
  background: #e15b5c;
  color: #fff;
  border-color: #e15b5c;
}

.product-tab-box .tab-content {}

.product-tab-box .tab-content .review-box .single-review-box {
  margin-bottom: 10px;
  padding-bottom: 32px;
  padding-left: 80px;
  position: relative;
}

.product-tab-box .tab-content .review-box .single-review-box .img-holder {
  left: 0;
  position: absolute;
  top: 0;
}

.product-tab-box .tab-content .review-box .single-review-box .text-holder {
  border: 1px solid #f4f4f4;
  padding: 20px;
}

.product-tab-box .tab-content .review-box .single-review-box .text-holder .top {
  margin: 0 0 8px;
  overflow: hidden;
}

.product-tab-box .tab-content .review-box .single-review-box .text-holder .top .review-box ul {
  margin-top: -4px;
  padding-left: 20px;
}

.product-tab-box .tab-content .review-box .single-review-box .text-holder .top .review-box ul li {
  display: inline-block;
  margin-right: 3px;
}

.product-tab-box .tab-content .review-box .single-review-box .text-holder .top .review-box ul li i {
  color: #e15b5c;
  font-size: 14px;
}

.product-tab-box .tab-content .review-box .single-review-box .text-holder .top .review-date {
  color: #ab7442;
  margin-top: -5px;
}

.product-tab-box .tab-content .review-box .single-review-box .text-holder .text p {
  margin: 0 0 15px;
}

.product-tab-box .tab-content .review-box .single-review-box .text-holder .text a.reply {
  color: #ab7442;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.product-tab-box .tab-content .product-details-content {
  margin-top: -5px;
}

.product-tab-box .tab-content .product-details-content .highlight {
  margin: 42px 0 0;
}

.product-tab-box .tab-content .product-details-content .highlight .highlight-title {
  color: #292929;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 28px;
}

.product-tab-box .tab-content .product-details-content .highlight li {
  position: relative;
  padding-bottom: 12px;
  padding-left: 25px;
}

.product-tab-box .tab-content .product-details-content .highlight li:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  color: #ab7442;
  font-size: 14px;
  position: absolute;
  top: 0px;
  left: 0;
}

.product-tab-box .tab-content .review-form {
  padding-top: 16px;
}

.product-tab-box .tab-content .review-form .sec-title-two {
  padding-bottom: 34px;
}

.product-tab-box .tab-content .review-form .add-rating-box {
  margin: 0 0 23px;
}

.product-tab-box .tab-content .review-form .add-rating-box .add-rating-title h4 {
  color: #292929;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 10px;
  text-transform: none;
}

.product-tab-box .tab-content .review-form .add-rating-box ul li {
  display: inline-block;
  margin: 0 0px;
  border-right: 1px solid #e5e5e5;
  padding: 0 11px;
}

.product-tab-box .tab-content .review-form .add-rating-box ul li:last-child {
  margin-right: 0;
}

.product-tab-box .tab-content .review-form .add-rating-box ul li a i {
  color: #ddd;
  margin-right: 3px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-size: 14px;
}

.product-tab-box .tab-content .review-form .add-rating-box ul li.active a i,
.product-tab-box .tab-content .review-form .add-rating-box ul li a:hover i {
  color: #e15b5c;
}

.product-tab-box .tab-content .review-form form input[type="text"],
.product-tab-box .tab-content .review-form form textarea {
  height: 50px;
  width: 100%;
  border: 1px solid #eaeaea;
  color: #9e9e9e;
  font-size: 14px;
  padding: 0 15px;
  margin-bottom: 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.product-tab-box .tab-content .review-form form textarea {
  height: 110px;
  padding: 10px 15px;
  margin-bottom: 32px;
}

.product-tab-box .tab-content .review-form .add-rating-box ul li:hover a i {
  opacity: 1;
}

.product-tab-box .tab-content .review-form form input[type="text"]:focus {
  border-color: #e15b5c;
}

.product-tab-box .tab-content .review-form form textarea:focus {
  border-color: #e15b5c;
}

.related-product {
  border-top: 1px solid #f7f7f7;
  margin-top: 60px;
  padding-top: 56px;
}

.related-product .single-product-item {
  margin-bottom: 0;
}

.related-product .owl-controls {
  position: absolute;
  right: 0px;
  top: -90px;
}

.related-product .owl-theme .owl-nav [class*="owl-"] {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 2px solid #f7f7f7;
  border-radius: 50%;
  color: #cccbcb;
  font-size: 20px;
  height: 45px;
  line-height: 42px;
  margin: 0;
  padding: 0;
  text-align: center;
  -webkit-transition: all 700ms ease 0s;
  transition: all 700ms ease 0s;
  width: 45px;
  font-weight: 900;
}

.related-product .owl-theme .owl-nav [class*="owl-"] i {
  font-size: 20px;
  font-weight: 900;
}

.related-product .owl-theme .owl-nav .owl-next {
  margin-left: 10px
}

.related-product .owl-theme .owl-nav [class*="owl-"]:hover {
  color: #fff;
  background: #ab7442;
  border: 2px solid #ab7442;
}

.product-review-tab .add_your_review .review-title h3 {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 600;
  color: #252525;
}

.tab-title-h4 h4 {
  color: #3d3d3d;
  font-size: 20px;
  margin-bottom: 40px;
}

/************************** 
* Cart Page styles 
***************************/

.cart-section {
  position: relative;
}

.cart-section ul {
  margin: 0;
  padding: 0;
}

.cart-section ul li {
  list-style: none;
}

.cart-section .thm-btn {
  line-height: 40px;
}

.cart-section .sec-pad {
  padding-bottom: 70px;
}

.cart-section .sec-title.medium {
  padding-bottom: 25px;
}

.cart-section .cart-outer {
  position: relative;
}

.cart-section .cart-outer .dropdown-toggle::after {
  display: none;
}

.cart-section .table-outer {
  position: relative;
  width: 100%;
  overflow-x: auto;
}

.cart-section .cart-table {
  width: 100%;
  min-width: 900px;
}

.cart-table .cart-header {
  position: relative;
  width: 100%;
  text-transform: capitalize;
  font-size: 16px;
  border-radius: 7px;
  font-family: "Poppins", sans-serif;
  background: #f7f7f7;
}

.cart-table thead tr th {
  line-height: 24px;
  padding: 20px 15px;
  min-width: 120px;
  font-weight: normal;
}

.cart-table thead tr th.prod-column {
  text-align: left;
  padding-left: 40px;
}

.cart-table tbody tr td {
  line-height: 24px;
  padding: 15px 10px;
  min-width: 100px;
  font-size: 16px;
  font-weight: bold;
  color: yellow;
}

.cart-table tbody tr .qty {
  width: 120px;
  padding-right: 20px;
}

.cart-table tbody tr .qty .quantity-spinner {
  background: black;
}

.cart-table tbody tr .prod-column .column-box {
  position: relative;
  min-height: 90px;
  padding-left: 85px;
  padding-top: 20px;
  text-align: left;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb {
  position: absolute;
  left: 0px;
  top: 11px;
  padding: 0px;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb img {
  display: block;
  max-width: 100%;
  width: 60px;
}

.cart-table tbody tr .prod-column .column-box h3 {
  font-size: 18px;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 5px;
  color: #222;
  text-transform: capitalize;
}

.cart-table tbody tr .sub-total {
  font-weight: 400;
  color: #e15b5c;
}

.cart-table tbody tr .remove-btn {
  position: relative;
  font-size: 16px;
  color: yellow;
  line-height: 30px;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

.cart-table tbody tr .remove-btn .fa {
  position: relative;
  top: 2px;
  padding-right: 10px;
  font-size: 24px;
  line-height: 30px;
  transition: .5s ease;
}

.cart-table tbody tr .remove-btn:hover {
  color: #e15b5c;
  transition: .5s ease;
}

.cart-table tbody tr .remove-btn span:before {
  font-size: 30px;
}

.cart-table tbody tr {
  border-bottom: 1px solid #F7F7F7;
}

.cart-table tbody tr td {
  vertical-align: middle;
}

.cart-table tbody tr td .quantity-spinner {
  padding: 5px 0px 5px 20px;
  line-height: 24px;
  height: 43px;
  display: block;
  box-shadow: none;
  width: 100%;
  font-size: 20px;
  position: relative;
  color: #222;
}

.cart-table tbody .available-info {
  position: relative;
  padding-left: 50px;
  color: #9e9e9e;
  font-size: 14px;
}

.cart-table tbody .available-info .icon {
  position: absolute;
  left: 0px;
  top: 5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background: #e15b5c;
  border-radius: 50%;
}

.cart-section .cart-table .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up,
.cart-section .cart-table .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  background: #f7f7f7;
  border-color: #f7f7f7;

  padding: 10.3px 13px;
}

.cart-section .cart-table .bootstrap-touchspin .input-group-btn-vertical i {
  color: #e15b5c;
  left: 7px;
  font-size: 18px;
  top: -3px;
  font-style: normal;
  font-family: FontAwesome;
}

.cart-table tbody tr .qty .quantity-spinner {
  background: #fff;
  border: 1px solid #F7F7F7;
  border-right: 0;
}

.cart-section .apply-coupon {
  position: relative;
}

.cart-section .apply-coupon .form-group {
  position: relative;
  float: left;
  margin-right: 20px;
}

.cart-section .apply-coupon .form-group input[type="text"] {
  display: block;
  line-height: 24px;
  padding: 9px 15px;
  border: 1px solid yellow;
  border-radius: 3px;
  width: 230px;
  background: none;
  font-weight: 500;
  outline: none;
  height: 50px;
}

.cart-section .estimate-form {
  position: relative;
}

.cart-section .estimate-form .inner-page-title {
  margin-bottom: 50px;
}

.cart-section h3 {
  font-size: 24px;
  margin-bottom: 30px;
}

.cart-section .estimate-form .row {
  margin-left: -7px;
  margin-right: -7px;
}

.cart-section .estimate-form .row .form-group {
  padding: 0px 7px;
  margin-bottom: 25px;
}

.cart-section .totals-table {
  position: relative;
  border: 1px solid #f0f0f0;
  margin-top: 50px;
}

.cart-section .totals-table .col {
  position: relative;
  display: block;
  float: left;
  padding: 14.5px 15px;
  line-height: 24px;
  width: 50%;
}

.cart-section .totals-table .col-title {
  font-size: 14px;
  color: #222;
  border-right: 1px solid #f0f0f0;
  font-weight: 400;
}

.cart-section .totals-table li {
  position: relative;
  border-bottom: 1px solid #f0f0f0;
}

.cart-section .totals-table li:last-child {
  border-bottom: none;
}

.cart-section .update-cart-box {
  padding-top: 40px;
  margin-bottom: 30px;
}

.cart-section .estimate-form .select-box .bootstrap-select.btn-group .dropdown-toggle .caret {
  border: none;
  top: 2px;
  right: 20px;
}

.cart-section .estimate-form .select-box .btn-group.bootstrap-select {
  width: 100%;
  outline: none;
}

.cart-section .estimate-form .select-box .btn-group.bootstrap-select .btn {
  font-size: 14px;
  text-transform: capitalize;
  border: none;
  outline: none;
  border: 1px solid #f4f4f4;
  padding: 10px 15px;
  border-radius: 0;
}

.cart-section .estimate-form .select-box .dropdown-menu {
  padding: 0;
  border-radius: 0;
}

.cart-section .estimate-form .select-box .dropdown-menu>li>a {
  padding: 8px 15px;
  color: green;
  transition: all .3s ease;
}

.cart-section .estimate-form .select-box .bootstrap-select.btn-group .dropdown-menu li a:hover span.text {
  color: green;
  transition: all .3s ease;
}

.cart-section .estimate-form .select-box .bootstrap-select.btn-group .dropdown-menu li a span.text {
  font-size: 13px;
  color: red;
}

.cart-section .estimate-form .select-box .bootstrap-select.btn-group .dropdown-toggle .caret:before {
  content: '\f107';
  font-family: 'FontAwesome';
  color: red;
  font-size: 14px;
  line-height: 46px;
}

.cart-section .estimate-form h3 {
  font-size: 24px;
  margin: 0;
  margin-top: 75px;
}

.cart-section .cart-total h3 {
  /* font-size: 24px; */
  margin: 0;
  /* margin-bottom: 15px; */
  margin-top: 80px;
}

.cart-section .cart-total .thm-btn {
  margin-top: 30px;
}

.cart-section .estimate-form input {
  width: 100%;
  border: 2px solid yellow;
  outline: none;
  height: 50px;
  padding-left: 15px;
}

.cart-section .qty .input-group {
  width: 74px;
  background: #fff;
  flex-wrap: inherit;
}

.cart-section .thm-btn.update-cart {
  border: 1px solid black;
  color: yellow;
  background-color: transparent;
}

.cart-table tbody tr td,
.cart-table tbody tr .remove-btn {
  color: #9e9e9e;
  font-weight: normal;
}

.cart-section .thm-btn.update-cart {
  color: #222;
  border-color: #F7F7F7;
  text-shadow: none;
  background: #f7f7f7;
}

.cart-section .apply-coupon .form-group input[type="text"] {
  border: 2px solid #f0f0f0;
  text-transform: uppercase;
  font-size: 14px;
}

.cart-section .estimate-form input {

  border-color: #f0f0f0;
}

.cart-section .estimate-form .select-box .btn-group.bootstrap-select .btn {
  background: #fff;
  color: #9f9f9f;
  border-color: #F7F7F7;
}

.cart-section .estimate-form .select-box .bootstrap-select.btn-group .dropdown-toggle .caret:before {
  color: #9f9f9f;
}

.cart-table tbody tr .prod-column .column-box {
  margin-left: 10px;
}

.cart-section .thm-btn.update-cart:hover {
  background: #e15b5c;
  color: #fff;
}

.cart-table tbody tr td {
  padding: 10px 10px 10px;
}

.cart-section .estimate-form .select-box .bootstrap-select.btn-group .dropdown-menu li a span.text {
  color: #999;
}

.cart-section .estimate-form .select-box .bootstrap-select.btn-group .dropdown-menu li a:hover span.text {
  color: #fff;
}

.cart-outer select {
  display: block;
  width: 100%;
  height: 50px;
  font-size: 16px;

  line-height: 26px;
  padding: 12px 15px;
  font-weight: 400;
  background: #ffffff;
  border: 1px solid #ececec;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.cart-outer select:focus {
  border-color: #e15b5c;
}

/*** 
=============================================
    14. Checkout Area style
=============================================
***/

.checkout-area {
  position: relative;
}

.checkout-area .exisitng-customer {
  border: 1px solid #f7f7f7;
  display: block;
  padding: 20px 28px 21px;
  position: relative;
  margin-bottom: 20px;
}

.checkout-area .exisitng-customer:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: #e15b5c;
  content: "";
}

.checkout-area .exisitng-customer h5 {
  color: #252525;
  font-size: 16px;
  font-weight: 300;
}

.checkout-area .exisitng-customer h5 a {
  color: #e15b5c;
  display: inline-block;
  padding-left: 15px;
}

.checkout-area .coupon {
  border: 1px solid #f7f7f7;
  display: block;
  padding: 20px 28px 21px;
  position: relative;
  margin-bottom: 60px;
}

.checkout-area .coupon:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: #e15b5c;
  content: "";
}

.checkout-area .coupon h5 {
  color: #252525;
  font-size: 16px;
  font-weight: 300;
}

.checkout-area .coupon h5 a {
  color: #e15b5c;
  display: inline-block;
  padding-left: 15px;
}

.checkout-area .form form .field-label {
  color: #222;
  font-family: "Poppins", Sans-serif;
  text-transform: capitalize;
  font-weight: 400;
  margin-bottom: 8px;
}

.checkout-area .form form .field-input input[type="text"] {
  border: 2px solid #f7f7f7;
  color: #9a9a9a;
  display: block;
  font-size: 16px;
  height: 48px;
  margin-bottom: 25px;
  padding: 0 15px;
  width: 100%;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.checkout-area .form form .field-input input[type="text"]:focus {
  border: 2px solid #e15b5c;
}

.checkout-area .create-acc .checkbox {
  margin: 7px 0 0;
}

.checkout-area .create-acc .checkbox label {
  color: #e15b5c;
  font-weight: 300;
  font-size: 16px;
}

.checkout-area .create-acc .checkbox input {
  margin-top: 3px;
}

.checkout-area .shipping-info input[type="checkbox"] {
  cursor: pointer;
  display: inline-block;
  margin: 0 0 0 40px;
  position: relative;
  top: -2px;
  vertical-align: middle;
}

.checkout-area .form form .field-input textarea {
  border: 2px solid #f7f7f7;
  color: #9e9e9e;
  display: block;
  font-size: 16px;
  height: 124px;
  margin-bottom: 28px;
  padding: 10px 15px;
  width: 100%;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.checkout-area .form form .field-input textarea:focus {
  border-color: #e15b5c;
}

.checkout-area .bottom {
  padding-top: 70px
}

.checkout-area .table .sec-title-two {
  padding-bottom: 32px;
}

.checkout-area .table {
  overflow-x: auto;
  position: relative;
  width: 100%;
  margin-bottom: 0;
}

.checkout-area .table .cart-table {
  min-width: auto;
  width: 100%;
  margin-top: 50px;
}

.checkout-area .table .cart-table .cart-header {
  background: #f7f7f7;
  color: #252525;
  font-size: 14px;
  position: relative;
  text-transform: uppercase;
  width: 100%;
  font-weight: 400;
}

.checkout-area .table .cart-table thead tr th {
  font-weight: 400;
  line-height: 24px;
  min-width: 110px;
  padding: 19px 30px 17px;
  border-color: #f7f7f7;
}

.checkout-area .table .cart-table thead tr th.product-column {
  padding-left: 30px;
  text-align: left;
}

.checkout-area .table .cart-table tbody tr {
  border-bottom: 1px solid #f7f7f7;
}

.checkout-area .table .cart-table tbody tr td {
  vertical-align: middle
}

.checkout-area .table .cart-table tbody tr td {
  min-width: 110px;
  padding: 25px 30px;
}

.checkout-area .table .cart-table tbody tr .product-column .column-box {
  min-height: 70px;
}

.checkout-area .table .cart-table tbody tr .product-column .column-box .prod-thumb {
  width: 70px;
}

.checkout-area .table .cart-table tbody tr .product-column .column-box .prod-thumb img {
  display: block;
  max-width: 100%;
}

.checkout-area .table .cart-table tbody tr .product-column .column-box .prod-thumb,
.checkout-area .table .cart-table tbody tr .product-column .column-box .product-title {
  display: table-cell;
  vertical-align: middle;
}

.checkout-area .table .cart-table tbody tr .product-column .column-box .product-title {
  padding-left: 20px;
}

.checkout-area .table .cart-table tbody tr .product-column .column-box .product-title h3 {
  color: #252525;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.checkout-area .table .cart-table tbody tr .qty {
  padding-right: 30px;
  width: 130px;
}

.checkout-area .table .cart-table tbody tr .qty .input-group.bootstrap-touchspin {
  float: right;
  width: 70px;
  flex-wrap: inherit;
}

.checkout-area .table .cart-table tbody tr .qty .form-control {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0 !important;
  box-shadow: none;
  color: #252525;
  display: block;
  font-size: 18px;
  font-weight: 400;
  height: 34px;
  padding: 6px 0;
  text-align: center;
}

.checkout-area .table .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  border-radius: 0
}

.checkout-area .table .cart-table tbody tr .qty .btn-default {
  background-color: #e15b5c;
  border-color: #e15b5c;
  color: #fff;
}

.checkout-area .table .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  border-radius: 0;
  margin-top: -2px;
}

.checkout-area .table .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical i {
  font-size: 16px;
  top: -4px;
  font-style: normal;
  font-family: FontAwesome;

}

.checkout-area .table .cart-table tbody tr td.price {
  color: #e15b5c;
  font-size: 16px;
  font-weight: 300;
}

.cart-total .sec-title-two {
  padding-bottom: 32px;
}

.cart-total-table {
  border: 1px solid #f0f0f0;
  margin-top: 50px;
}

.cart-total-table li {
  border-bottom: 1px solid #ebebeb
}

.cart-total-table li:last-child {
  border-bottom: none
}

.cart-total-table li span.col.col-title {
  border-right: 1px solid #ebebeb;
  color: #272727;
  display: block;
  float: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  padding: 10px 18px;
  position: relative;
  width: 50%;
}

.cart-total-table li span.col {
  color: #9a9a9a;
  display: block;
  float: left;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  padding: 10px 18px;
  position: relative;
  width: 50%;
}

.cart-total-table li span.col b {
  color: #e15b5c;
  font-weight: 300;
  text-decoration: underline;
}

.cart-total .payment-options {
  background: #f7f7f7 none repeat scroll 0 0;
  margin-top: 30px;
  overflow: hidden;
  padding: 23px 20px 35px;
}

.cart-total .payment-options .option-block {
  margin-bottom: 14px
}

.cart-total .payment-options .option-block .checkbox {
  margin: 0 0 5px;
}

.cart-total .payment-options .option-block .checkbox label {
  font-weight: 300;
  min-height: 20px;
  padding-left: 20px;
}

.cart-total .payment-options .option-block .checkbox label input {
  top: -1px;
}

.cart-total .payment-options .option-block .checkbox label span {
  color: #252525;
  padding-left: 10px;
}

.cart-total .payment-options .option-block .checkbox label span b {
  color: #e15b5c;
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  padding-left: 25px;
  text-decoration: underline;
}

.cart-total .payment-options .option-block .text {
  padding-left: 30px;
}

.cart-total .payment-options .option-block .text p {
  margin: 0;
  line-height: 28px;
}

.placeorder-button button {}

.placeorder-button button:hover {}

.insights_details img.aligncenter-img {
  width: 450px !important;
  margin: 0 auto;
}

.insights_details img.aligncenter-img2 {
  width: 650px !important;
  margin: 0 auto;
}

.insights_details p em {
  font-weight: normal !important;
  font-style: italic !important;
}

.insights_details img.point_img {
  width: 80px !important;
  float: left;
  margin: 0 10px 10px 0;
}


a:hover,
a:focus {
  outline: none;
  text-decoration: none;
}

.tab {
  background: url("images/img-1.jpg") no-repeat 80% 0;
  background-size: cover;
  padding: 40px 50px;
  position: relative;
}

.tab:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(#2e3a6a, #2f0b45);
  opacity: 0.85;
}

.tab .nav-tabs {
  border-bottom: none;
  padding: 0 20px;
  position: relative;
}

.tab .nav-tabs li {
  margin: 0 30px 0 0;
}

.tab .nav-tabs li a {
  font-size: 18px;
  color: #fff;
  border-radius: 0;
  text-transform: uppercase;
  background: transparent;
  padding: 0;
  margin-right: 0;
  border: none;
  border-bottom: 2px solid transparent;
  opacity: 0.5;
  position: relative;
  transition: all 0.5s ease 0s;
}

.tab .nav-tabs li a:hover {
  background: transparent;
}

.tab .nav-tabs li.active a,
.tab .nav-tabs li.active a:focus,
.tab .nav-tabs li.active a:hover {
  border: none;
  background: transparent;
  opacity: 1;
  border-bottom: 2px solid #eec111;
  color: #fff;
}

.tab .tab-content {
  padding: 20px 0 0 0;
  margin-top: 40px;
  background: transparent;
  z-index: 1;
  position: relative;
}

.form-bg {
  background: #ddd;
}

.form-horizontal .form-group {
  margin: 5px 0 20px 0;
  position: relative;
}

.form-horizontal .form-control {
  height: 53px;
  background: #f7f7f7;
  border: none;
  border-radius: 27.5px;
  box-shadow: none;
  padding: 0 20px;
  font-size: 14px;
  font-weight: bold;
  color: #121212;
  transition: all 0.3s ease 0s;
}

.form-horizontal .form-control:focus {
  box-shadow: none;
  outline: 0 none;
}

.form-horizontal .form-group label {
  padding: 0 20px;
  color: #7f8291;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.form-horizontal .main-checkbox {
  width: 20px;
  height: 20px;
  background: #e15b5c;
  float: left;
  margin: 5px 0 0 20px;
  border: 1px solid #e15b5c;
  position: relative;
}

.form-horizontal .main-checkbox label {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 99;
}

.form-horizontal .main-checkbox label:after {
  content: "";
  width: 10px;
  height: 5px;
  position: absolute;
  top: 5px;
  left: 4px;
  border: 3px solid #fff;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.form-horizontal .main-checkbox input[type=checkbox] {
  visibility: hidden;
}

.form-horizontal .main-checkbox input[type=checkbox]:checked+label:after {
  opacity: 1;
}

.form-horizontal .text {
  float: left;
  font-size: 14px;
  font-weight: bold;
  color: #222;
  margin-left: 7px;
  line-height: 20px;
  padding-top: 5px;
  text-transform: capitalize;
}

.form-horizontal .btn {
  width: 100%;
  background: #e15b5c;
  padding: 18px 15px;
  border: none;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  border-radius: 27.5px;
  text-transform: uppercase;
  margin: 20px 0 30px 0;
  cursor: pointer;
}

.form-horizontal .btn:focus {
  background: #e15b5c;
  color: #fff;
  outline: none;
  box-shadow: none;
}

.form-horizontal .forgot-pass {
  border-top: 1px solid #615f6c;
  margin: 0;
  text-align: center;
}

.form-horizontal .forgot-pass .btn {
  width: auto;
  background: transparent;
  margin: 30px 0 0 0;
  color: #615f6c;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

.form-horizontal .forgot-pass .btn:hover {
  color: #e15b5c;
}

@media only screen and (max-width: 479px) {
  .tab {
    padding: 40px 20px;
  }
}


/*** 

====================================================================
  Team Member
====================================================================

***/

.team-member {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}

.team-member .inner-box {
  position: relative;
  overflow: hidden;
  max-width: 500px;
  margin: 0 auto;
}

.team-member .inner-box .image-box {
  margin-bottom: 0px;
}

.team-member .image-box img {
  display: block;
  width: 100%;
  height: auto;
}

.team-member .desc-content {
  position: relative;
  bottom: 0px;
  padding: 25px 20px;
  background: #ffffff;
  opacity: 1;
  border: 1px solid #e9eaee;
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}

.team-member:hover .desc-content {
  bottom: -200px;
  opacity: 0;
}

.team-member h3 {
  font-size: 20px;
  margin-bottom: 0px;
  color: #181818;
  font-weight: 500;
  text-transform: capitalize;
}

.team-member .designation {
  font-size: 15px;
  color: #e15b5c;
}

.team-member .hover-content {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  padding: 25px 20px;
  background: #e15b5c;
  transform: translate(0, 100%);
  color: #ffffff;
  opacity: 0;
  transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
}

.team-member:hover .hover-content {
  transform: translate(0, 0%);
  opacity: 1;
}

.team-member .hover-content h3 {
  color: #ffffff;
}

.team-member .hover-content .designation {
  margin-bottom: 10px;
  color: #ffffff;
}

.team-member .social a {
  position: relative;
  display: inline-block;
  margin: 2px 5px;
  color: #ffffff;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}

/* team two */

.team-member-two {
  position: relative;
  margin-bottom: 30px;
}

.team-member-two .inner-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.team-member-two .inner-box .image-box {
  position: relative;
  margin: 0;
}

.team-member-two .inner-box .image-box img {
  width: 100%;
  height: auto;
  display: block;
}

.team-member-two .inner-box .image-box .overlay-box {
  position: absolute;
  left: 0px;
  top: -100%;
  width: 100%;
  height: 100%;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
}

.team-member-two .inner-box:hover .overlay-box {
  opacity: 1;
  top: 0px;
}

.team-member-two .inner-box .image-box .overlay-box .social-icon-one {
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -25px;
  width: 100%;
}

.team-member-two .inner-box .lower-content {
  position: relative;
  text-align: center;
  padding: 17px 0px 16px;
  background-color: #f7f8f9;
}

.team-member-two .inner-box .lower-content h3 {
  position: relative;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
}

.team-member-two .inner-box .lower-content h3 a {
  color: #ff214f;
}

.team-member-two .inner-box .lower-content h3 a {
  color: #e15b5c;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.team-member-two .inner-box .lower-content h3 a:hover {
  color: #333333;
}

.team-member-two .inner-box .lower-content .designation {
  position: relative;
  color: #2d2d2d;
  font-size: 14px;
  margin-top: 4px;
}


/***

====================================================================
  Testimonials Style
====================================================================

***/


/*testimonial block one*/

.testimonial-block-one {
  position: relative;
  margin-bottom: 40px;
  padding: 30px 30px;
}

.testimonial-block-one .inner-box {
  position: relative;
}

.testimonial-block-one .inner-box .quote-icon {
  position: relative;
  color: #d7d7d7;
  font-size: 24px;
  margin-bottom: 16px;
}

.testimonial-block-one .inner-box .text {
  position: relative;
  color: #f4f4f4;
  font-size: 16px;
  line-height: 1.8em;
}

.testimonial-block-one .inner-box .author-info {
  position: relative;
  padding-left: 90px;
  margin-top: 31px;
  padding-top: 11px;
}

.testimonial-block-one .inner-box .author-info .author-image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 68px;
  height: 68px;
  overflow: hidden;
  border-radius: 50%;
}

.testimonial-block-one .inner-box .author-info .author-image img {
  border-radius: 50%;
}

.testimonial-block-one .inner-box .author-info h3 {
  position: relative;
  color: #9a9a9a;
  font-size: 16px;
  font-weight: 700;
}

.testimonial-block-one .inner-box .author-info .designation {
  position: relative;
  color: #e15b5c;
  font-size: 15px;
}

.testimonial-block-one .inner-box .author-info .rating {
  position: absolute;
  margin-top: 3px;
  right: 0;
  bottom: 0;
}

.testimonial-block-one .inner-box .author-info .rating .fa {
  position: relative;
  display: inline-block;
  margin-right: 3px;
  font-size: 13px;
  color: #e15b5c;
}

/* testimonial block two */


.testimonial-block-two {
  position: relative;
}

.testimonial-block-two .inner-box {
  position: relative;
  text-align: center;
}

.testimonial-block-two .inner-box .image {
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 12px;
}

.testimonial-block-two .inner-box .image img {
  border-radius: 50%;
}

.testimonial-block-two .inner-box h3 {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  color: #282828;
  margin-bottom: 5px;
}

.testimonial-block-two .inner-box h3 span {
  font-weight: 300;
  font-size: 16px;
}

.testimonial-block-two .inner-box .rating {
  position: relative;
}

.testimonial-block-two .inner-box .rating .fa {
  position: relative;
  color: #e15b5c;
  font-size: 14px;
  display: inline-block;
}

.testimonial-block-two .inner-box .text {
  position: relative;
  color: #333333;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.6em;
  max-width: 840px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 40px;
}


/* testimonial block three */

.testimonial-block-three {
  position: relative;
  overflow: hidden;
  border: 1px solid #efefef;
  padding: 30px;
  margin-bottom: 30px;
}

.testimonial-block-three .client-info {
  overflow: hidden;
  padding-left: 85px;
  position: relative;
  min-height: 90px;
}

.testimonial-block-three .client-info .img-box {
  position: absolute;
  top: 0;
  left: 0;
  height: 90px;
}

.testimonial-block-three .client-info .text-holder {
  padding-left: 20px;
  margin: 6px 0;
}

.testimonial-block-three .client-info .text-holder h3 {
  color: #252525;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 2px;
}

.testimonial-block-three .client-info .text-holder span {
  color: #2d2d2d;
  font-size: 14px;
}

.testimonial-block-three .text-box {
  overflow: hidden;
  margin: 19px 0 0;
}

.testimonial-block-three .text-box p {
  margin: 0;
}

.testimonial-block-three .review-box ul li {
  display: inline-block;
  color: #e15b5c;
}

/* testimonial block four */


.testimonial-block-four {
  position: relative;
  margin-bottom: 40px;
}

.testimonial-block-four .inner-box {
  position: relative;
  padding: 0px 30px 20px;
  background-color: #ffffff;
}

.testimonial-block-four .inner-box {
  position: relative;
}

.testimonial-block-four .inner-box .quote-icon {
  position: relative;
  width: 70px;
  height: 70px;
  color: #fdb821;
  line-height: 64px;
  font-size: 28px;
  text-align: center;
  border-radius: 50%;
  margin-top: -40px;
  display: inline-block;
  border: 4px solid #ffffff;
  background-color: #f7f7f7;
}

.testimonial-block-four .inner-box .text {
  position: relative;

  line-height: 1.8em;
  padding-left: 100px;
  margin-top: 15px;
}

.testimonial-block-four .inner-box .text span {
  position: absolute;
  color: #f4f4f4;
  font-size: 60px;
  left: 1px;
  top: 40px;
}

.testimonial-block-four .inner-box .lower-box {
  position: relative;
  padding-top: 22px;
}

.testimonial-block-four .inner-box .lower-box .author-info {
  position: relative;
}

.testimonial-block-four .inner-box .lower-box .author-info .author-inner {
  position: relative;
  padding-left: 100px;
  padding-top: 8px;
  min-height: 70px;
}

.testimonial-block-four .inner-box .lower-box .author-info .author-inner .image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}

.testimonial-block-four .inner-box .lower-box .author-info .author-inner h3 {
  position: relative;
  color: #222222;
  font-size: 18px;
}

.testimonial-block-four .inner-box .lower-box .author-info .author-inner .author-location {
  position: relative;
  color: #e15b5c;
  font-size: 16px;
}

.testimonial-block-four .inner-box .lower-box .rating {
  position: relative;
  padding: 2px 10px;
  display: inline-block;
  margin-top: 20px;
  border: 1px solid #eeeeee;
}

.testimonial-block-four .inner-box .lower-box .rating .fa {
  color: #e15b5c;
  margin: 0px 2px;
}

.testimonial-block-four .inner-box:after {
  position: absolute;
  content: '';
  left: 30px;
  bottom: -25px;
  border-top: 25px solid #ffffff;
  border-right: 25px solid transparent;
}


/*** 

====================================================================
	Pricing Section
====================================================================

***/

.pricing-section {
  position: relative;
}

.pricing-section .content-column {
  position: relative;
  margin-bottom: 30px;
}

.pricing-section .content-column .inner {
  position: relative;
  padding-right: 70px;
}

.pricing-section .content-column .text {
  line-height: 1.8em;
  font-size: 15px;
  color: #00000a;
  margin-bottom: 40px;
}

.pricing-tabs .tab-btns {
  position: relative;
  display: inline-block;
  border-radius: 26px;
  overflow: hidden;
}

.pricing-tabs .tab-btns .tab-btn {
  position: relative;
  float: left;
  font-size: 16px;
  color: #00000a;
  min-width: 140px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 30px;
  padding: 11px 36px;
  border: 1px solid #d0d0d0;
  cursor: pointer;
}

.pricing-tabs .tab-btns .tab-btn:first-child {
  border-radius: 25px 0px 0px 25px;
}

.pricing-tabs .tab-btns .tab-btn:last-child {
  border-left: none;
  border-radius: 0px 25px 25px 0px;
}

.pricing-tabs .tab-btns .active-btn {
  background: #ff742e;
  color: #ffffff;
  border-color: #ff742e;
}

.pricing-section .image-column {
  position: relative;
  margin-bottom: 30px;
}

.pricing-section .image-column .inner {
  position: relative;
  margin-top: -80px;
}

.pricing-section .image-column .out-box {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 1200px;
  height: 650px;
  overflow: hidden;
  border-radius: 300px;
  -webkit-transform: rotate(-25deg) translate(50px, -150px);
  -ms-transform: rotate(-25deg) translate(50px, -150px);
  -o-transform: rotate(-25deg) translate(50px, -150px);
  -moz-transform: rotate(-25deg) translate(50px, -150px);
  transform: rotate(-25deg) translate(50px, -150px);
}

.pricing-section .image-column .out-box .image-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: -100px -100px;
  -webkit-transform: rotate(25deg) scale(1.5, 1.5);
  -ms-transform: rotate(25deg) scale(1.5, 1.5);
  -o-transform: rotate(25deg) scale(1.5, 1.5);
  -moz-transform: rotate(25deg) scale(1.5, 1.5);
  transform: rotate(25deg) scale(1.5, 1.5);
}

.pricing-section .pricing-tabs .pr-content {
  position: relative;
}

.pricing-section .column {
  position: relative;
  margin-bottom: 30px;
}

.pricing-section .price-column {
  position: relative;
}

.pricing-section.style-two .column {
  margin-bottom: 30px;
}

.pricing-section.style-two .price-column {
  width: 100%;
}

.pricing-section.style-two .price-column .col-inner {
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.pricing-section.style-two .price-column .col-inner:hover {
  background: #8c47f4;
}

.pricing-section .pr-content .pr-tab {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  -webkit-transform: scale(0.8, 0.8) translateX(180px);
  -ms-transform: scale(0.8, 0.8) translateX(180px);
  -o-transform: scale(0.8, 0.8) translateX(180px);
  -moz-transform: scale(0.8, 0.8) translateX(180px);
  transform: scale(0.8, 0.8) translateX(180px);
}

.pricing-section .pr-content .pr-tab.active-tab {
  position: relative;
  z-index: 5;
  -webkit-transform: scale(1) translateX(0);
  -ms-transform: scale(1) translateX(0);
  -o-transform: scale(1) translateX(0);
  -moz-transform: scale(1) translateX(0);
  transform: scale(1) translateX(0);
}

.pricing-section .price-column .col-inner {
  position: relative;
  padding: 80px 30px;
  text-align: center;
  background: #ffffff;
  border-radius: 2px;
  -webkit-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.05);
  transition: .5s ease;
}

.pricing-section .price-column:hover .col-inner {
  box-shadow: 0px 0px 20px 7px rgba(0, 0, 0, 0.1);
}

.pricing-section .price-column .plan-title {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  color: #00000a;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.8em;
}

.pricing-section .price-column .duration {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  color: #b1b1b1;
  text-transform: capitalize;
  line-height: 1.8em;
}

.pricing-section .price-column .price {
  position: relative;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #00000a;
  text-transform: uppercase;
  line-height: 1.8em;
  padding: 10px 0px 20px;
}

.pricing-section.style-two .price-column .col-inner:hover .price,
.pricing-section.style-two .price-column .col-inner:hover .plan-title {
  color: #ffffff;
}

.pricing-section .price-column .price sup {
  top: -10px;
}

.pricing-section .price-column .specs-list {
  position: relative;
  padding-bottom: 20px;
}

.pricing-section .price-column .specs-list li {
  position: relative;
  line-height: 24px;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 12px;
}

.pricing-section.style-two .price-column .col-inner:hover .specs-list,
.pricing-section.style-two .price-column .col-inner:hover .duration {
  color: rgba(255, 255, 255, 0.60);
}

.pricing-section.style-two .price-column .col-inner:hover .theme-btn {
  color: #ffffff;
  background: none;
  border-color: #ffffff;
}

/* text block one */

.text-block-one {}

.text-block-one .intro-section {
  padding-bottom: 18px;
}

.text-block-one .title span {
  font-weight: 600;
}

.text-block-one .title {
  margin-bottom: 21px;
}

.text-block-one p {
  margin-bottom: 31px;
}

.text-block-one .list {
  margin-bottom: 30px;
}

.text-block-one .list li {
  position: relative;
  margin-bottom: 6px;
  padding: 0px 0px 0px 23px;
}

.text-block-one .list li:before {
  position: absolute;
  content: "\f00c";
  font-family: 'FontAwesome';
  font-size: 14px;
  color: #e15b5c;
  left: -1px;
  top: 1px;
}



/*==============================
	Work Process
===============================*/


.work-process-item {
  position: relative;
}

.work-process-item .inner-box {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}

.work-process-item .inner-box:before {
  position: absolute;
  content: '';
  height: 24px;
  width: 67px;
  right: -48px;
  top: 80px;
  background-image: url(images/icons/arrow-right.png);
  background-repeat: no-repeat;
  background-position: center;
}

.work-process-item:last-child .inner-box:before {
  display: none;
}

.work-process-item .inner-box .icon-box {
  position: relative;
  color: #fff;
  font-size: 40px;
  background: transparent;
  border: 1px solid rgba(230, 230, 230, 0.2);
  height: 160px;
  width: 160px;
  line-height: 160px;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 25px;
  transition: .5s ease;
}


.work-process-item .inner-box .icon-box:before {
  position: absolute;
  content: '';
  border: 1px solid rgba(230, 230, 230, 0.2);
  border-radius: 50%;
  left: 38px;
  top: 38px;
  right: 38px;
  bottom: 38px;

}

.work-process-item .inner-box h4 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 8px;
  font-weight: 600;
}

.work-process-item .inner-box .text {
  color: #acacac;
}

/*24.5.2019*/
.header-info {
  padding: 7px 0 !important;
  display: none;
}

.main-logo .navbar-brand {
  margin: 0px;
  padding: 0px;
}

.sticky-header {
  opacity: 1;
  visibility: visible;
}

.header-info .main-logo {
  display: none;
}

.header-upper {
  display: none;
}

.sticky-header {
  position: relative;
}

.main-header.fixed-header {
  position: fixed;
}

.sticky-header .logo {
  padding: 0;
}

.sticky-headerinn {
  width: 100%;
  position: relative;
}

.headersrch {
  position: absolute !important;
  top: 0px;
  right: 0px;
}

.main-header .search-box-btn {
  color: #000;
}

.main-menu .navigation {
  margin-right: 46px;
}

.nonetab {
  display: block;
}

.nonedesk {
  display: none;
}

.header-contact-info {
  display: none;
}

.services-block-thirteen .inner-box {
  box-shadow: 0 0 10px 5px hsla(0, 0%, 0%, 0.05);
}

/*.main-slider .rev_slider .rev_slider_wrapper{ height: 600px !important;}*/

.header-info .main-logo a img,
.sticky-header .logo a img {
  width: 200px !important;
}

.main-header .sticky-header .main-menu .navigation>li>a {
  padding: 18px 25px !important;
}

.main-header {
  position: relative;
}

.services-block-thirteen .inner-box .lower-box .text li {
  position: relative;
  padding-left: 21px;
}

.services-block-thirteen .inner-box .lower-box .text li::before {
  content: "\f18e";
  position: absolute;
  left: 0px;
  font-family: 'FontAwesome';
  font-size: 15px;
  top: -1px;
  color: #e15b5c;
}

.services-block-thirteen .inner-box .lower-box .text ul {
  min-height: 110px;
}

/*new_css*/

/*font-family: 'Open Sans', sans-serif;
font-family: 'Poppins', sans-serif;*/


.guidewire_sec {
  width: 100%;
  padding: 37px 0 0 0;
}

.guidewire_inr {
  width: 100%;
}

.guidewire_inr img {
  float: right;
  width: auto;
  padding-left: 24px;
  padding-bottom: 15px;
}

.guidewire_inr h1 {
  color: #000;
  font: 700 32px/40px 'Poppins', sans-serif;
  margin: 0px;
}

.guidewire_inr p {
  color: #000;
  font: 400 14px/20px 'Open Sans', sans-serif;
  padding-top: 15px;
  margin: 0px;
}

.guidewire_inr h3 {
  color: #000;
  font: 700 25px/30px 'Poppins', sans-serif;
  margin: 0px;
  padding-top: 10px;
}


.offer_sec {
  width: 100%;
  padding: 30px 0 40px;
}

.top_hding {
  width: 100%;
  text-align: center;
  padding-bottom: 35px;
}

.top_hding h2 {
  color: #000;
  font: 700 32px/40px 'Poppins', sans-serif;
  margin: 0px;
}

.top_hding p {
  color: #000;
  font: 400 14px/20px 'Open Sans', sans-serif;
  padding: 15px 115px 0;
  margin: 0px;
}

.offer_list {
  width: 100%;
}

.offer_list h4 {
  color: #000;
  font: 700 25px/30px 'Poppins', sans-serif;
  margin: 0px;
  padding-bottom: 30px;
}

.offer_list ul li {
  font: 400 14px/35px 'Open Sans', sans-serif;
  padding-left: 20px;
  background: url(images/bulet.png) no-repeat left 10px;
}

.offer_list ul li {
  background: url(images/bulet.png) no-repeat left 10px;
}

.offer_list ul {
  width: 100%;
  display: inline-block;
  margin: 0px 0 25px 0;
  padding: 0px;
  list-style-type: none;
}

.offer_list ul ul {
  margin: 0px !important;
}

.offer_list ul ul ul {
  margin: 0px !important;
}

/*.offer_list.rt ul li:first-child{font-weight: 700; }
.offer_list.rt ul li:last-child{font-weight: 700; }*/
.offer_list.rt ul li ul li {
  font-weight: 400 !important;
}

.offer_sec .col-sm-6:last-child {
  padding-left: 50px;
  border-left: 1px solid #d6d6d6;
}


.partanar_lgo {
  width: 100%;
  padding: 10px 0 35px;
}

.partanar_lgo .media {
  -webkit-box-shadow: 0px 0px 24px 5px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 24px 5px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 24px 5px rgba(0, 0, 0, 0.08);
  align-items: center;
  margin-top: 25px;
  height: 85px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

.partanar_lgo .media img {
  -webkit-box-shadow: 0px 0px 24px 5px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 24px 5px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 24px 5px rgba(0, 0, 0, 0.08);
  margin-right: 22px;
}

.partanar_lgo .media-body strong {
  color: #000;
  font: 700 22px/28px 'Poppins', sans-serif;
}

.partanar_lgo .media:hover .media-body strong {
  color: #ce1f27;
}

.partanar_lgo .media .aps_Link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.partanar_lgo .media:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}


.bnnaer_sec {
  width: 100%;
  position: relative;
}

.bnnaer_sec img {
  width: 100%;
  height: 425px;
  object-fit: cover;
}

.bnr_txt {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.bnr_txt_inr {
  width: 100%;
}

.bnr_txt_inr span {
  color: #fff;
  font: 700 32px/50px 'Poppins', sans-serif;
}



.bnnaer_sec.inner .bnr_txt {
  text-align: inherit;
}

.bnr_lgo_one {
  width: auto;
  float: left;
}

.bnr_lgo_one {
  width: auto;
  float: left;
}

.bnr_txt_inr .bnr_lgo_one:last-child {
  float: right;
}

.bnr_lgo_one img {
  width: auto !important;
  height: auto !important;
  object-fit: inherit !important;
}



#mega-menu-wrap-main_menu #mega-menu-main_menu>li.mega-menu-item>a.mega-menu-link {
  color: #181818 !important;
  padding: 19px 16px !important;
  line-height: 30px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  min-height: 0px !important;
  background: none !important;
  border: 0px !important;
  display: inline-block;
  height: auto !important;
  text-transform: capitalize;
}

#mega-menu-wrap-main_menu .mega-menu-toggle {
  background: none !important;
}

#mega-menu-wrap-main_menu {
  background: none !important;
}

#mega-menu-wrap-main_menu #mega-menu-main_menu>li.mega-menu-item>a.mega-menu-link:hover {
  background: #e15b5c !important;
  color: #ffffff !important;
  opacity: 1;
}

#mega-menu-wrap-main_menu #mega-menu-main_menu>li.mega-menu-flyout ul.mega-sub-menu {
  background: #fff !important;
}

#mega-menu-wrap-main_menu #mega-menu-main_menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  font-size: 16px !important;
  background: none !important;
}

#mega-menu-wrap-main_menu #mega-menu-main_menu>li.mega-menu-megamenu>ul.mega-sub-menu {
  background: #fff !important;
}

#mega-menu-wrap-main_menu #mega-menu-main_menu>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link,
#mega-menu-wrap-main_menu #mega-menu-main_menu>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
  font-size: 16px !important;
  background: none !important;
  text-transform: capitalize;
  font-weight: 400;
  padding: 8px !important;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
}

#mega-menu-wrap-main_menu #mega-menu-main_menu li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item {
  padding: 0px 10px;
}

#mega-menu-wrap-main_menu #mega-menu-main_menu>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:before {
  font-family: 'FontAwesome';
  content: "\f101";
  position: absolute;
  left: 0px;
  top: 7px;
  opacity: 0;
  visibility: hidden;
  font-weight: 400 !important;
}

#mega-menu-wrap-main_menu #mega-menu-main_menu>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:hover {
  padding-left: 20px !important;
  font-weight: 400 !important;
  color: #e15b5c;
}

#mega-menu-wrap-main_menu #mega-menu-main_menu>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:hover::before {
  opacity: 1;
  visibility: visible;
  color: #e15b5c;
}

#mega-menu-wrap-main_menu #mega-menu-main_menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
}

#mega-menu-wrap-main_menu #mega-menu-main_menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
  padding-left: 20px !important;
  font-weight: 400 !important;
  color: #e15b5c;
}

#mega-menu-wrap-main_menu #mega-menu-main_menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:before {
  font-family: 'FontAwesome';
  content: "\f101";
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
  visibility: hidden;
  font-weight: 400 !important;
}

#mega-menu-wrap-main_menu #mega-menu-main_menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover::before {
  opacity: 1;
  visibility: visible;
  color: #e15b5c;
}

#mega-menu-wrap-main_menu #mega-menu-main_menu>li.mega-menu-flyout ul.mega-sub-menu li {
  padding: 0 5px;
}

#mega-menu-wrap-main_menu #mega-menu-main_menu>li.mega-menu-flyout ul.mega-sub-menu {
  width: 290px;
}

#mega-menu-wrap-main_menu #mega-menu-main_menu>li.mega-menu-megamenu.mega-menu-item {
  position: relative !important;
}

#mega-menu-wrap-main_menu #mega-menu-main_menu>li.mega-menu-megamenu>ul.mega-sub-menu {
  width: 450px;
}




/*careerDetails*/
.careerDetailsBox {
  width: 100%;
  display: inline-block;
}

.inncareerBoxes {
  width: 100%;
  display: inline-block;
  padding-top: 25px;
}

.inncareerBoxLt {
  width: 100%;
  display: inline-block;
}

.inncareerBoxRt {
  width: 100%;
  display: inline-block;
  padding-top: 90px;
}

.inncareerBoxLt h1 {
  color: #000000;
  font: 700 22px/32px 'Poppins', sans-serif;
  margin: 0px;
}

.inncareerBoxLt h3 {
  color: #000000;
  font: 700 16px/21px 'Open Sans', sans-serif;
  margin: 10px 0px;
}

.inncareerBoxLtPanel {
  width: 100%;
  display: inline-block;
  padding-top: 30px;
  background: url(images/border.png) no-repeat right top;
  padding-right: 20px;
  font: 600 13px/21px 'Open Sans', sans-serif;
}

.inncareerBoxLtPanel h4 {
  color: #000000;
  font: 700 16px/21px 'Open Sans', sans-serif;
  margin: 0px;
}

.inncareerBoxLtPanel ul {
  margin: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
}

.inncareerBoxLtPanel ul li {
  font: 600 13px/21px 'Open Sans', sans-serif;
  padding: 5px 0px;
  list-style: disc;
}

.inncareerBoxLtPanel p strong {
  font: 700 15px/21px 'Open Sans', sans-serif;
}

.inncareerBoxLtPanel h5 {
  color: #000000;
  font: 700 16px/21px 'Open Sans', sans-serif;
}

.inncareerBoxRt h3 {
  color: #000000;
  font: 700 22px/32px 'Poppins', sans-serif;
  margin-bottom: 15px;
}

.boxRtfrm {
  width: 100%;
  display: inline-block;
  margin-bottom: 15px;
}

.boxRtfrm input[type="text"],
.boxRtfrm input[type="email"],
.boxRtfrm input[type="tel"] {
  width: 100%;
  display: inline-block;
  height: 43px;
  font: 600 13px/18px 'Open Sans', sans-serif;
  border: none;
  padding: 10px;
  background: #f0f0f0;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  color: #000;
}

.boxRtfrm textarea {
  width: 100%;
  display: inline-block;
  height: 120px;
  font: 600 13px/18px 'Open Sans', sans-serif;
  border: none;
  padding: 10px;
  background: #f0f0f0;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  color: #000;
  resize: none;
}

.custom-file-upload input[type="file"] {
  display: none;
}

.custom-file-upload {
  cursor: pointer;
  width: 100%;
  display: inline-block;
  height: 43px;
  font: 600 13px/22px 'Open Sans', sans-serif;
  border: none;
  padding: 10px;
  background: #f0f0f0;
  color: #666;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}

.boxRtfrm input[type="submit"] {
  background: #e15a5b;
  width: 170px;
  height: 50px;
  color: #fff;
  font: 700 16px/50px 'Open Sans', sans-serif;
  text-transform: uppercase;
  border: 1px solid #db3a3b;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.boxRtfrm input[type="submit"]:hover {
  background: #db3a3b;
}

.boxRtfrm1 input[type="text"]::placeholder {
  opacity: 1;
}

.boxRtfrm1 input[type="text"]::-webkit-placeholder {
  opacity: 1;
}

.boxRtfrm1 input[type="text"]::-moz-placeholder {
  opacity: 1;
}

.boxRtfrm input[type="submit"] {
  cursor: pointer;
}


/*career*/
.career {
  width: 100%;
  display: inline-block;
  padding-top: 10px;
}

.tabPanel {
  width: 100%;
  display: inline-block;
}

.tabPanel ul {
  width: 100%;
  display: inline-block;
  text-align: center;
}

.tabPanel ul li {
  display: inline-block;
  margin: 0px 7px;
}

.tabPanel ul li a {
  color: #000000;
  background: #fff;
  box-shadow: 3px 3px 10px 3px #eee;
  color: #000000;
  font: 700 16px/22px 'Poppins', sans-serif;
  padding: 10px 15px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;
}

.tabPanel ul li:hover a {
  background: #e05a5b;
  color: #fff;
}

.tabPanel ul li.current a {
  background: #e05a5b;
  color: #fff;
}

.tabBox {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 0px !important;
  margin: 0px !important;
}

.tabBox h3 {
  font: 700 32px/42px 'Poppins', sans-serif;
  padding-top: 30px;
}

.tabBox p {
  font: 600 13px/21px 'Poppins', sans-serif;
  padding-top: 10px;
}

.tabBox ul {
  width: 100%;
  display: inline-block;
  padding: 0px;
  padding-top: 20px;
}

.tabBox ul li {
  background: #fff;
  box-shadow: 0px 0px 10px 3px #ededed;
  display: inline-block;
  width: 100%;
  padding: 15px 40px;
  margin-bottom: 15px;
  text-align: left;
}

.tabBox ul li strong {
  font: 700 20px/24px 'Poppins', sans-serif;
}

.tabBox ul li p {
  font: 600 13px/20px 'Open Sans', sans-serif;
  padding-top: 10px;
  margin: 0px;
}

.tabBox ul li span {
  background: url(images/location.png) no-repeat left top 5px;
  padding: 5px 0px;
  padding-left: 18px;
  font: 600 12px/20px 'Open Sans', sans-serif;
  width: 100%;
  display: inline-block;
}

.career .tab {
  background: #fff !important;
  padding: 0px !important;
}



.tabBox ul li strong {
  color: #000;
}

.inncareerBoxRt p {
  color: #000;
  font: 600 13px/20px 'Open Sans', sans-serif;
  margin-top: 4px;
}

.inncareerBoxRt h3 {
  margin-bottom: 4px;
}

.chartpic {
  position: absolute;
  width: 100%;
  top: 24px;
  left: 0px;
  text-align: center;
}

.chartpic img {
  max-width: 100%;
  height: auto !important;
}

.bnnaer_sec img {
  height: 487px;
}




.news_sec {
  width: 100%;
  padding: 15px 0 30px;
  display: inline-block;
}

.news_hed {
  width: 100%;
  display: inline-block;
}

.news_hed span,
.news_hed strong {
  position: relative;
  display: inline-block;
  font: 700 30px/35px 'Poppins', sans-serif;
  width: auto;
  float: left;
  color: #000;
  padding-bottom: 8px;
}

.news_hed span:before,
.news_hed strong:before {
  position: absolute;
  content: "";
  width: 70px;
  height: 4px;
  background: #000;
  bottom: 0;
  left: 0;
}

.news_hed strong {
  float: right;
}

.news_box {
  width: 100%;
  -webkit-box-shadow: 0px 0px 28px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 28px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 28px 3px rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  padding: 10px;
  margin-top: 14px;
  position: relative;
}

.news_box img {
  margin-right: 10px;
}

.news_box .media-body strong {
  font: 700 18px/25px 'Poppins', sans-serif;
  color: #000;
  width: 100%;
  padding-right: 55px;
}

.news_box .media-body span {
  display: inline-block;
  width: 100%;
  padding-left: 30px;
  background: url(images/clnder.png) no-repeat left center;
  background-size: 20px !important;
  margin-top: 9px;
  font: 600 15px/20px 'Open Sans', sans-serif;
  background-size: 20px !important;
}

.news_box .media-body p {
  color: #000;
  font: 600 13px/18px 'Open Sans', sans-serif;
  padding-top: 15px;
  margin: 0px;
}

.news_box .rdeMre {
  width: 105px;
  height: 30px;
  text-align: center;
  display: inline-block;
  font: 700 12px/30px 'Open Sans', sans-serif;
  background: #e05a5b;
  color: #fff;
  border-radius: 30px;
  margin-top: 9px;
}

.news_sec .row {
  margin: 0 -12px;
}

.news_sec .col-sm-6 {
  padding: 0 12px;
}

.news_box .stkr {
  position: absolute;
  top: 0;
  right: 5px;
  width: 64px;
  height: 68px;
  background: url(images/mdiaRt.png) no-repeat center center;
  text-align: center;
}

.news_box .stkr span {
  color: #fff;
  font: 700 16px/20px 'Open Sans', sans-serif;
  display: inline-block;
  padding: 8px 0;
}

.news_btn {
  width: 100%;
  text-align: center;
  padding-top: 20px;
}

.news_btn a {
  color: #000;
  width: 163px;
  height: 38px;
  display: inline-block;
  border: 1px solid #df5a5b;
  border-radius: 30px;
  font: 700 15px/36px 'Open Sans', sans-serif;
}

.news_sec .col-sm-6:last-child .news_box .media-body strong {
  padding: 0px;
}

.news_box .rdeMre:hover {
  background: #000;
}

.news_btn a:hover {
  background: #e05a5b;
  color: #fff;
}


.details_sec {
  width: 100%;
  padding-bottom: 15px;
  display: inline-block;
}

.details_lft {
  width: 100%;
}

.details_lft .news_box .media {
  display: inline-block;
}

.details_lft .news_box .media img {
  width: 100%;
}

.details_lft .news_box {
  padding: 0px;
  border-radius: 0px;
  box-shadow: inherit;
}

.details_lft .media-body {
  padding-top: 25px;
}

.details_lft .media-body strong {
  padding: 0px;
  /* font-size: 28px !important; line-height: 35px !important;  */
}

.news_box .media-body p em {
  font-weight: 800;
  font-style: normal;
}

.news_box .media-body ul {
  width: 100%;
  display: inline-block;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  padding-top: 14px;
}

.news_box .media-body ul.social_links li {
  padding: 0 7px;
  float: left;
}

.news_box .media-body ul.social_links li:first-child {
  padding-left: 0px;
}

.news_box .media-body ul.social_links li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  background: #ce1f27;
  color: #fff;
  border-radius: 100%;
}

.news_box .media-body ul.social_links li a i {
  font-size: 18px;
  line-height: 30px;
}

.news_box .media-body ul.social_links li a:hover {
  background: #000;
}

.news_box .news_box {
  margin-top: 20px;
}


.blog_rt_pnl {
  width: 100%;
  padding: 8px 12px;
  -webkit-box-shadow: 0px 0px 14px 3px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 0px 14px 3px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 0px 14px 3px rgba(0, 0, 0, 0.14);
  margin-top: 20px;
}

.blog_rt_pnl h5 {
  color: #282828;
  font: 700 18px/25px 'Poppins', sans-serif;
  padding-bottom: 8px;
  border-bottom: 2px solid #efefef;
}

.blog_rt_pnl ul {
  width: 100%;
  padding: 0px;
  padding-top: 4px;
  margin: 0px;
  list-style-type: none;
}

.blog_rt_pnl ul li a {
  padding: 5px 20px;
  color: #282828;
  font: 400 14px/20px 'Open Sans', sans-serif;
  width: 100%;
  display: inline-block;
  position: relative;
  border-radius: 8px;
}

.blog_rt_pnl:last-child ul li a::before {
  position: absolute;
  top: 10px;
  left: 6px;
  width: 1px;
  height: 14px;
  background: #282828;
  content: "";
}

.blog_rt_pnl:last-child ul li a:hover {
  position: relative;
  background: #cbcacb;
}


.home_news_pnl {
  width: 100%;
  padding: 30px 0;
}

.home_nws_inr {
  width: 100%;
}

.home_nws_inr .media img {
  width: 540px;
  margin-right: 20px;
  height: 430px;
  object-fit: cover;
}

.home_nws_inr .media {
  align-items: center;
}

.home_nws_inr .news_box {
  padding: 0px;
}

.home_nws_inr .media-body {
  padding: 20px 0;
}

.home_news_btn {
  width: 100%;
  padding-top: 27px;
  text-align: center;
}

.home_news_btn a {
  color: #fff;
  width: 152px;
  height: 42px;
  display: inline-block;
  font: 600 16px/42px 'Open Sans', sans-serif;
  background: #e45557;
  text-align: center;
}

.home_news_btn a:hover {
  background: #000;
}



.boxRtfrm input[type="file"] {
  z-index: 9;
  position: absolute;
  opacity: 0;
}

.boxRtfrm input:focus+label {
  outline: none;
}

.page_pagination ul {
  margin-top: 50px;
}

.page_pagination li a.active,
.page_pagination li span.current {
  background: #e05a5b;
}

.page_pagination li a:hover {
  background: #000;
}

.thm-unit-test .posts-nav a:hover {
  color: #e05a5b !important;
}

.thm-unit-test .posts-nav a:hover span {
  background: #e05a5b !important;
}

.home_news_pnl {
  width: 100%;
  padding: 30px 0;
  display: inline-block;
}

.page-title h1 div {
  line-height: 23px !important;
  font-weight: 500 !important;
}


.services-block-six .inner-box .lower-box .text {
  min-height: 100px;
  font-size: 15px;
}

.welcomtxt span {
  text-decoration: underline;
  font-weight: 500 !important;
}



@media only screen and (min-width:992px) and (max-width:1199px) {

  .header-info .main-logo a img,
  .sticky-header .logo a img {
    width: 193px !important;
  }

  .main-header .sticky-header .main-menu .navigation>li>a {
    padding: 21px 13px !important;
    font-size: 15px;
  }

  .headersrch {
    top: 3px;
  }

  .guidewire_inr h1 {
    font-size: 28px;
    line-height: 32px;
  }

  .guidewire_inr h3 {
    font-size: 23px;
    line-height: 30px;
  }

  .top_hding h2 {
    font-size: 28px;
    line-height: 32px;
  }

  .top_hding p {
    padding: 10px 100px 0;
  }

  .offer_list h4 {
    font-size: 23px;
    line-height: 30px;
  }

  .Guidewire_inr img {
    width: 430px;
  }

  .partanar_lgo .media-body strong {
    font-size: 18px;
    line-height: 25px;
  }

  .bnr_txt_inr span {
    font-size: 38px;
    line-height: 44px;
  }

  .bnnaer_sec img {
    height: 400px;
  }

  .bnr_lgo_one img {
    width: 200px !important;
  }

  #mega-menu-wrap-main_menu #mega-menu-main_menu>li.mega-menu-item>a.mega-menu-link {
    font-size: 14px !important;
    padding: 19px 10px !important;
  }

  #mega-menu-wrap-main_menu #mega-menu-main_menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    font-size: 14px !important;
  }

  #mega-menu-wrap-main_menu #mega-menu-main_menu>li.mega-menu-flyout ul.mega-sub-menu {
    width: 236px;
  }

  #mega-menu-wrap-main_menu #mega-menu-main_menu>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link,
  #mega-menu-wrap-main_menu #mega-menu-main_menu>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
    font-size: 14px !important;
  }

  #mega-menu-wrap-main_menu #mega-menu-main_menu>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link,
  #mega-menu-wrap-main_menu #mega-menu-main_menu>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
    padding: 6px 8px !important;
  }

  #mega-menu-wrap-main_menu #mega-menu-main_menu>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link::before {
    top: 5px;
  }

  #mega-menu-wrap-main_menu #mega-menu-main_menu>li.mega-menu-megamenu>ul.mega-sub-menu {
    width: 350px;
  }



  .news_box .media-body strong {
    font-size: 14px;
    line-height: 20px;
  }

  .news_box .stkr span {
    font-size: 13px;
  }

  .news_hed span,
  .news_hed strong {
    font-size: 25px;
    line-height: 30px;
  }

  .details_lft .media-body strong {
    font-size: 23px !important;
  }


  .home_nws_inr .media img {
    width: 420px;
    height: 450px;
  }

  .services-block-six .inner-box .lower-box .text {
    min-height: 198px;
    font-size: 14px;
    line-height: 20px;
  }

  .services-block-six .inner-box .lower-box {
    padding-left: 10px;
    padding-right: 10px;
  }

  .services-block-six .inner-box .lower-box h3 {
    font-size: 16px;
  }












}

@media only screen and (max-width:991px) {
  .fixed-header .sticky-header {
    display: block !important;
  }

  .main-header .container {
    width: 100%;
    padding: 0px;
    max-width: 100%;
  }

  .main-header .navbar-header {
    padding: 0 15px;
  }

  .sticky-header .logo {
    padding: 0 0 5px 0;
  }

  .main-menu .navbar-header .navbar-toggle {
    margin: 21px 0 10px;
  }

  .main-menu .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0px;
    width: 100%;
  }

  /*.main-menu .navbar-collapse > .navigation{ background: #fff;}*/
  .sticky-header .float-right {
    float: none !important;
  }

  .main-menu .navbar-header .navbar-toggle {
    float: right;
  }

  .nonetab {
    display: none;
  }

  .nonedesk {
    display: block;
  }

  .main-menu .navbar-collapse>.navigation>li {
    margin: 0px !important;
    float: left !important;
    width: 100%;
  }

  .main-header .sticky-header .main-menu .navigation>li>a {
    padding: 4px 13px !important;
    font-size: 15px;
  }

  .main-header .sticky-header .main-menu .navigation>li>a {
    color: #fff !important;
  }

  .header-info .main-logo a img,
  .sticky-header .logo a img {
    width: 204px !important;
  }

  .main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
    height: 38px;
    line-height: 38px;
  }

  .main-header .outer-box {
    position: absolute;
    right: 74px;
    top: 17px;
    margin-top: 0px;
    z-index: 15;
  }

  .header-contact-info {
    display: block;
    position: absolute;
    top: 24px;
    right: 104px;
  }

  .header-contact-info ul li .text-holder {
    display: none;
  }

  .header-contact-info ul li .iocn-holder {
    position: inherit;
    left: inherit;
    top: inherit;
  }

  .header-contact-info ul li {
    padding: 0 2px !important;
  }

  .page-title {
    line-height: 23px;
  }

  .page-title h1 div {
    line-height: 20px !important;
  }


  #mega-menu-wrap-main_menu #mega-menu-main_menu>li.mega-menu-item>a.mega-menu-link {
    font-size: 14px !important;
    padding: 19px 10px !important;
  }

  #mega-menu-wrap-main_menu #mega-menu-main_menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    font-size: 14px !important;
  }

  #mega-menu-wrap-main_menu #mega-menu-main_menu>li.mega-menu-flyout ul.mega-sub-menu {
    width: 100%;
  }

  #mega-menu-wrap-main_menu #mega-menu-main_menu>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link,
  #mega-menu-wrap-main_menu #mega-menu-main_menu>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
    font-size: 14px !important;
  }

  #mega-menu-wrap-main_menu #mega-menu-main_menu>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link,
  #mega-menu-wrap-main_menu #mega-menu-main_menu>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
    padding: 6px 8px !important;
  }

  #mega-menu-wrap-main_menu #mega-menu-main_menu>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link::before {
    top: 5px;
  }

  .mega-toggle-label-closed,
  .mega-toggle-label-open {
    text-indent: -9999 !important;
  }

  #mega-menu-wrap-main_menu .mega-menu-toggle .mega-toggle-block-1::after {
    font-size: 36px;
    color: #e15b5c !important;
  }

  /*.mega-toggle-block{ background: #e15b5c !important;}*/
  #mega-menu-wrap-main_menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-label {
    font-size: 0px;
  }

  .main-menu .navbar-collapse>.navigation {
    background: none !important;
    border: none !important;
  }

  #mega-menu-wrap-main_menu .mega-menu-toggle .mega-toggle-blocks-right {

    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    -webkit-flex: inherit;
    flex: inherit;
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;

  }

  #mega-menu-wrap-main_menu .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {

    margin-right: 0;
    position: absolute;
    top: -53px;
    right: 15px;
    width: 46px;
    height: 40px;

  }

  #mega-menu-wrap-main_menu #mega-menu-main_menu>li.mega-menu-item>a.mega-menu-link {

    font-size: 15px !important;
    padding: 3px 10px !important;
    color: #fff !important;
    width: 100%;
    display: inline-block;

  }

  #mega-menu-wrap-main_menu #mega-menu-main_menu>li.mega-menu-megamenu>ul.mega-sub-menu {
    width: 100%;
  }

  #mega-menu-wrap-main_menu .mega-menu-toggle {
    height: auto !important;
  }

  #mega-menu-wrap-main_menu #mega-menu-main_menu>li.mega-menu-item {
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
  }

  .guidewire_inr img {
    width: 267px;
  }

  .services-block-six .inner-box .lower-box .text {
    min-height: 198px;
    font-size: 14px;
  }

  .services-block-six .inner-box .lower-box h3 {
    font-size: 17px;
  }


}

@media only screen and (min-width:768px) and (max-width:991px) {
  .guidewire_inr h1 {
    font-size: 25px;
    line-height: 30px;
  }

  .guidewire_inr h3 {
    font-size: 20px;
    line-height: 25px;
  }

  .top_hding h2 {
    font-size: 25px;
    line-height: 30px;
  }

  .top_hding p {
    padding: 10px 50px 0;
    font-size: 13px;
  }

  .offer_list h4 {
    font-size: 20px;
    line-height: 25px;
  }

  .Guidewire_inr img {
    width: 300px;
  }

  .offer_sec .col-sm-6:last-child {
    padding-left: 30px;
  }

  .offer_list ul li {
    font-size: 13px;
    line-height: 28px;
    background-position: left 8px;
    background-size: 10px !important;
    padding-left: 15px;
  }

  .Guidewire_inr p {
    font-size: 13px;
  }


  .partanar_lgo .media-body strong {
    font-size: 15px;
    line-height: 20px;
  }

  .partanar_lgo .media img {
    margin-right: 20px;
    width: 70px;
  }

  .bnr_txt_inr span {
    font-size: 35px;
    line-height: 40px;
  }

  .bnnaer_sec img {
    height: 350px;
  }

  .bnr_lgo_one img {
    width: 180px !important;
  }


  /*careerDetails*/
  .inncareerBoxLt h1 {
    font-size: 17px;
    line-height: 26px;
  }

  .inncareerBoxLtPanel {
    padding-top: 20px;
  }

  .inncareerBoxRt {
    padding-top: 70px;
  }

  .inncareerBoxLt {
    padding-right: 15px;
  }


  /*career*/
  .tabBox h3 {
    font-size: 28px;
    line-height: 38px;
  }

  .tabPanel ul li a {
    font-size: 14px;
  }

  .tabBox ul li strong {
    font-size: 17px;
  }

  .bnnaer_sec img {
    height: 303px;
  }



  .news_box .media-body strong {
    font-size: 14px;
    line-height: 20px;
  }

  .news_box .stkr span {
    font-size: 13px;
  }

  .news_hed span,
  .news_hed strong {
    font-size: 25px;
    line-height: 30px;
  }

  .news_box .media {
    display: inline-block;
  }

  .news_box img {
    width: 100%;
    margin-right: 0px;
    height: 200px;
    object-fit: cover;
  }

  .news_box .media-body {
    padding-top: 15px;
  }

  .news_btn a {
    font-size: 13px;
    line-height: 28px;
    height: 30px;
    width: 145px;
  }

  .news_box .media-body strong {
    padding-right: 0px;
  }

  .news_box .stkr {
    top: 10px;
    right: 10px;
  }


  .details_lft .media-body strong {
    font-size: 20px !important;
    line-height: 30px !important;
  }

  .blog_rt_pnl ul li a {
    font-size: 13px;
  }

  .details_sec .col-sm-8 {
    max-width: 60%;
    flex: 0 0 60%;
  }

  .details_sec .col-sm-4 {
    max-width: 40%;
    flex: 0 0 40%;
  }

  .details_lft .news_box .stkr {
    top: 0;
  }


  .home_nws_inr .media img {
    width: 100%;
    height: 450px;
  }

  .home_nws_inr .media-body {
    padding: 20px;
  }

  .page-title h1 div br {
    display: none;
  }


  .page-title h1 div {

    font-weight: 500 !important;
    font-size: 13px !important;

  }









}


@media only screen and (max-width: 767px) {


  .guidewire_inr h1 {
    font-size: 20px;
    line-height: 25px;
  }

  .guidewire_inr h3 {
    font-size: 16px;
    line-height: 20px;
  }

  .top_hding h2 {
    font-size: 20px;
    line-height: 25px;
  }

  .top_hding p {
    padding: 10px 20px 0;
    font-size: 13px;
  }

  .offer_list h4 {
    font-size: 16px;
    line-height: 20px;
  }

  .guidewire_inr img {
    width: 240px;
  }

  .offer_sec .col-sm-6:last-child {
    padding-left: 20px;
  }

  .offer_list ul li {
    font-size: 13px;
    line-height: 28px;
    background-position: left 8px;
    background-size: 10px !important;
    padding-left: 15px;
  }

  .Guidewire_inr p {
    font-size: 13px;
  }


  .partanar_lgo .media-body strong {
    font-size: 15px;
    line-height: 20px;
  }

  .partanar_lgo .media img {
    margin-right: 20px;
    width: 70px;
  }

  .partanar_lgo .col-sm-4 {
    max-width: 50%;
    flex: 0 0 50%;
  }

  .bnr_txt_inr span {
    font-size: 30px;
    line-height: 35px;
  }

  .bnnaer_sec img {
    height: 250px;
  }


  .bnr_lgo_one img {
    width: 150px !important;
  }

  /*careerDetails*/
  .inncareerBoxLt h1 {
    font-size: 14px;
    line-height: 24px;
  }

  .inncareerBoxLt h1 br {
    display: none;
  }

  .inncareerBoxLtPanel {
    padding-top: 20px;
  }

  .inncareerBoxRt {
    padding-top: 70px;
  }

  .inncareerBoxLtPanel h4 {
    font-size: 15px;
    line-height: 19px;
  }

  .inncareerBoxLtPanel ul {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .inncareerBoxLt {
    padding-right: 15px;
  }

  .inncareerBoxRt h3 {
    font-size: 18px;
    line-height: 24px;
  }

  .boxRtfrm input[type="submit"] {
    width: 150px;
    font-size: 14px;
  }

  .inncareerBoxLtPanel h5 {
    font-size: 14px;
    line-height: 20px;
  }


  /*career*/
  .tabBox h3 {
    font-size: 28px;
    line-height: 38px;
  }

  .tabPanel ul li a {
    font-size: 14px;
  }

  .tabBox ul li strong {
    font-size: 16px;
    line-height: 18px;
  }

  .tabBox h3 {
    font-size: 22px;
    line-height: 34px;
  }

  .tabBox ul li {
    padding: 15px 25px;
  }

  .tabBox ul li p {
    padding-top: 5px;
    font-size: 13px;
    line-height: 18px;
  }

  .tabPanel ul {
    padding: 0px;
  }

  .tabBox ul {
    padding-top: 10px;
  }

  .tabBox h3 {
    font-size: 16px;
    line-height: 24px;
  }

  .tabBox h3 br {
    display: none;
  }




  .news_box .media-body strong {
    font-size: 14px;
    line-height: 20px;
  }

  .news_box .stkr span {
    font-size: 13px;
  }

  .news_hed span,
  .news_hed strong {
    font-size: 23px;
    line-height: 30px;
  }

  .news_box .media {
    display: inline-block;
  }

  .news_box img {
    width: 100%;
    margin-right: 0px;
    height: 200px;
    object-fit: cover;
  }

  .news_box .media-body {
    padding-top: 15px;
  }

  .news_btn a {
    font-size: 13px;
    line-height: 28px;
    height: 30px;
    width: 145px;
  }

  .news_box .media-body strong {
    padding-right: 0px;
  }

  .news_box .stkr {
    top: 10px;
    right: 10px;
  }

  .details_lft .media-body strong {
    font-size: 17px !important;
    line-height: 25px !important;
  }

  .blog_rt_pnl ul li a {
    font-size: 13px;
  }

  .details_sec .col-sm-8 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .details_sec .col-sm-4 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .details_lft .news_box .media img {
    height: auto;
  }

  .news_box .media-body ul li a i {
    font-size: 15px;
    line-height: 25px;
  }

  .news_box .media-body ul li a {
    width: 25px;
    height: 25px;
  }

  .news_box .media-body ul li {
    padding: 0 5px;
  }

  .details_lft .news_box .stkr {
    top: 0;
  }

  .home_nws_inr .media img {
    width: 100%;
    height: 300px;
    margin: 0px;
  }

  .home_news_btn a {
    width: 135px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
  }

  .home_nws_inr .media-body {
    padding: 15px !important;
  }


  .page-title h1 div {
    line-height: 20px !important;
    font-weight: 400 !important;
    font-size: 12px !important;
  }

  .page-title h1 div br {
    display: none;
  }

  .services-block-six .inner-box .lower-box .text {
    min-height: auto;
    font-size: 14px;
  }






}

@media only screen and (max-width: 575px) {


  .guidewire_inr img {
    width: 100%;
    padding-bottom: 15px;
    padding-left: 0px;
    float: none;
  }

  .top_hding p {
    padding: 0px;
    padding-top: 10px;
  }

  .offer_list h4 {
    padding-bottom: 15px;
  }

  .offer_list.rt {
    padding-top: 15px;
  }


  .partanar_lgo .media-body strong {
    font-size: 13px;
    line-height: 18px;
  }

  .partanar_lgo .media img {
    margin-right: 15px;
    width: 62px;
  }

  .partanar_lgo .media {
    margin-top: 20px;
    height: 70px;
  }

  .bnr_txt_inr span {
    font-size: 25px;
    line-height: 30px;
  }

  .bnr_lgo_one img {
    width: 100px !important;
  }


  /*careerDetails*/
  .inncareerBoxLt {
    padding: 0px 15px;
    background: none;
  }

  .inncareerBoxRt {
    padding-top: 5px;
  }

  /*career*/
  .tabBox ul li strong {
    font-size: 15px;
    line-height: 16px !important;
  }

  .chartpic img {
    height: 149px !important;
  }


  .news_sec .col-sm-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }

  .news_box .media-body span {
    font-size: 13px;
    background-size: 15px !important;
    padding-left: 23px;
  }

}


@media only screen and (max-width:480px) {

  .header-info .main-logo a img,
  .sticky-header .logo a img {
    width: 163px !important;
  }

  .main-menu .navbar-header .navbar-toggle {
    margin: 14px 0 10px;
  }

  .main-header .outer-box {
    top: 10px;
  }

  .header-contact-info ul li .iocn-holder span {
    height: auto !important;
  }

  .header-contact-info {
    top: 17px;
  }

  .guidewire_inr h1 {
    font-size: 16px;
    line-height: 23px;
  }

  .top_hding h2 {
    font-size: 17px;
    line-height: 25px;
  }

  .offer_list ul li {
    font-size: 13px;
    line-height: 24px;
    background-position: left 7px;
    background-size: 8px !important;
    padding-left: 15px;
  }

  .partanar_lgo .col-sm-4 {
    max-width: 100%;
    flex: 0 0 100%;
  }


  .bnr_txt_inr span {
    font-size: 20px;
    line-height: 25px;
  }

  .bnnaer_sec img {
    height: 180px;
  }

  #mega-menu-wrap-main_menu .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
    top: -46px;
  }


  /*career*/
  .tabPanel ul li {
    margin: 5px 0px;
    width: 100%;
  }

  .tabPanel ul li a {
    font-size: 14px;
    width: 100%;
    display: inline-block;
  }

  .chartpic img {
    height: auto !important;
  }



  .news_sec .col-sm-6 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .news_hed span,
  .news_hed strong {
    font-size: 20px;
    line-height: 25px;
  }

  .news_hed span::before,
  .news_hed strong::before {
    width: 60px;
    height: 2px;
  }

  .news_hed span,
  .news_hed strong {
    padding-bottom: 6px;
  }

  .news_sec .col-sm-6:last-child .news_hed {
    padding-top: 20px;
    text-align: left;
  }

  .news_hed strong {
    width: 100%;
  }

  .page-title h1 div br {
    display: none;
  }

  .page-title h1 {
    font-size: 25px;
  }







}

@media only screen and (max-width:400px) {

  .header-info .main-logo a img,
  .sticky-header .logo a img {
    width: 138px !important;
  }

  .header-contact-info ul li .iocn-holder span {
    font-size: 18px;
    width: 18px;
  }

  .main-header .outer-box {
    right: 68px;
    top: 4px;
  }

  .main-menu .navbar-header .navbar-toggle {
    margin: 9px 0 8px;
  }

  .header-contact-info {
    display: block;
    position: absolute;
    top: 11px;
    right: 91px;
  }

  #mega-menu-wrap-main_menu .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
    top: -44px;
  }

  .home_nws_inr .media img {
    height: 200px;
  }

  .page-title h1 {
    font-size: 19px;
  }



}

@media only screen and (max-width:360px) {
  .main-header .navbar-header {
    padding: 0 9px;
  }

  #mega-menu-wrap-main_menu #mega-menu-main_menu li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-column {
    width: 100%;
  }
}



/*Insights*/

.page-title.innban {
  position: relative;
  text-align: center;
  display: inherit;
  background-size: cover;
}

.innban img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}

.page-title.innban:before {
  display: none;
}

.innbantxt {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.innbantxt .box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 400px;
}

.innbantxt .box h1 {
  position: relative;
  font-size: 32px;
  font-weight: 700;
  margin-top: 0px;
  color: #fff;
  line-height: 1.5em;
  text-transform: capitalize;
  text-align: center;
  height: auto;
}

.insightBoxes {
  width: 100%;
  float: left;
  padding: 35px 0px 50px;
}

.inninsightBoxes {
  width: 100%;
  float: left;
}

.inninsightBoxes .col-sm-3 {
  padding: 0px 7.5px;
}

.insightBox {
  width: 100%;
  display: inline-block;
  box-shadow: 0px 0px 15px -2px #ccc;
  margin-top: 15px;
}

.insightBoxPic {
  width: 100%;
  display: inline-block;
  position: relative;
}

.insightBoxPic img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.abstxt {
  width: 100px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 15px;
  text-align: center;
}

.abstxt p {
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  line-height: 20px;
  font-weight: bold;
  color: #fff;
}

.abstxt.red {
  background: url(images/red.png) no-repeat center center;
}

.abstxt.yellow {
  background: url(images/yellow.png) no-repeat center center;
}

.insightBoxTxt {
  width: 100%;
  float: left;
  background: #fff;
  padding: 25px;
}

.insightBoxTxt h5 {
  color: #000000;
  font: 500 15.44px/24px 'Poppins', sans-serif;
  min-height: 75px;
}

.insightBoxTxt h5 a {
  color: #000000;
}

.insightBoxTxt p {
  color: #565656;
  font: 400 12px/18px 'Poppins', sans-serif;
  padding-top: 15px;
}

.insightBoxTxt .more {
  width: 125px;
  height: 35px;
  text-align: center;
  background: #e15b5c;
  display: inline-block;
  border-radius: 40px !important;
  margin-top: 30px;
  color: #fff;
  font: 400 11px/35px 'Poppins', sans-serif;
  text-transform: uppercase;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.insightBoxTxt .more:hover {
  background: #000;
}

.pagination-wrap {
  width: 100%;
  text-align: center;
  padding: 46px 0 20px;
}

.pagination-wrap .pagination {
  justify-content: center;
  align-items: center;
}

.pagination-wrap .pagination li {
  display: inline-block;
  padding: 0 6px;
}

.pagination-wrap .pagination li .page-numbers {
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  border: 1px solid #000;
  text-align: center;
  font-size: 18px !important;
  color: #000;
}

.pagination-wrap .pagination li .next,
.pagination-wrap .pagination li .prev {
  width: auto;
  border: 1px solid transparent;
}

.pagination-wrap .pagination li .current {
  background: #e15b5c;
  border-color: #e15b5c;
  color: #fff;
}










@media (min-width: 992px) and (max-width: 1199px) {

  .container {
    width: 960px !important;
    margin: 0 auto;
    padding: 0px 15px;
  }

  /*Insights*/
  .innban img {
    height: 330px;
  }

  .innbantxt .box {
    height: 330px;
  }

  .insightBoxTxt {
    padding: 15px;
  }





}





@media (min-width: 768px) and (max-width: 991px) {


  .container {
    width: 720px !important;
    margin: 0 auto;
    padding: 0px 15px;
  }

  /*Insights*/
  .innban img {
    height: 300px;
  }

  .innbantxt .box {
    height: 300px;
  }

  .insightBoxTxt {
    padding: 15px;
  }

  .inninsightBoxes .col-sm-3 {
    padding: 0px 15px;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .insightBoxTxt h5 {
    min-height: 55px;
  }

  .insightBoxTxt p {
    min-height: 179px;
  }

}



@media only screen and (max-width: 767px) {


  .container {
    width: 540px !important;
    margin: 0 auto;
    padding: 0px 15px;
  }

  /*Insights*/
  .innban img {
    height: 250px;
  }

  .innbantxt .box {
    height: 250px;
  }

  .insightBoxTxt {
    padding: 15px;
  }

  .inninsightBoxes .col-sm-3 {
    padding: 0px 15px;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .insightBoxTxt h5 {
    min-height: 55px;
  }

  .insightBoxTxt p {
    min-height: 316px;
  }

}

@media only screen and (max-width: 575px) {

  .container {
    width: 100% !important;
    margin: 0 auto;
    padding: 0px 15px;
  }

  .inninsightBoxes .col-sm-3 {
    padding: 0px 15px;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .insightBoxTxt h5 {
    min-height: inherit;
  }

  .insightBoxTxt p {
    min-height: inherit;
  }

}

/* SDS CSS modifications */
.opt-in .wpcf7-not-valid-tip {
  position: absolute;
  width: 300px;
  left: 8px;
  top: 35px;
}

div.wpcf7-response-output,
div.wpcf7-mail-sent-ok {
  border: none !important;
}

.wpcf7-form-control-wrap {
  width: 100% !important;
}

.contact_content::after {
  background-image: none !important;
}

@media only screen and (min-width: 767px) {
  .contactleft {
    border-right: 2px solid #ce1f26;
    padding-right: 65px;
  }

  .ev_banner .homebannerwrap .owl-carousel .slideone .main-container .smain-container,
  .ev_banner .homebannerwrap .owl-carousel .slidetwo .main-container .smain-container {
    max-width: 1400px !important;
  }
}

.contact_content .contactinsidewrap .contactleft .exa_form .form-element .has-value+.form-label {
  top: 0 !important;
  left: 0 !important;
}


#bio.sds-modal {
  background-image: url('./sds/assets/img/footerlogo.png');
  background-repeat: no-repeat;
  background-position: center;
}

#bio.sds-modal.sds-modal-center.is-active .sds-modal-box {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

@media (max-width: 1600px) {
  .intro_wrap .inner-conatiner .introleft figure {
    left: -140px !important;
  }
}

@media (max-width: 1540px) {
  .intro_wrap .inner-conatiner .introleft figure {
    left: -150px !important;
  }
}

@media (max-width: 1440px) {
  .intro_wrap .inner-conatiner .introleft figure {
    left: -100px !important;
  }
}

.ourservices_wrap .services_scroller {
  float: right;
  max-width: 1150px !important;
  width: 70%;
  right: -80px;
  position: absolute;
}

.news_box h1 {
  font-weight: 700 !important;
  color: #000 !important;
}

.news_box h1,
.news_box h2,
.news_box h3,
.news_box h4,
.news_box h5,
.news_box h6 {
  margin: 25px 0 0 0 !important;
}

.news_box .media-body strong {
  font-family: inherit !important;
  font-size: inherit !important;
}

.ourservices_wrap .services_scroller .owl-carousel .servicebox .insideinfo a p {
  font-size: 15px !important;
  line-height: 1.4 !important;
  min-height: 70px !important;
}

.ourservices_wrap .services_scroller .owl-carousel .servicebox .insideinfo {
  min-height: 220px !important;
}

.ourservices_wrap .services_scroller .owl-carousel .servicebox .insideinfo {
  bottom: -160px !important;
}

.ourservices_wrap .services_scroller .owl-carousel .servicebox {
  height: 450px !important;
}

.ourservices_wrap .services_scroller .owl-carousel .servicebox .insideinfo:hover {
  bottom: 0 !important;
}

.ourservices_wrap .services_scroller .owl-carousel .servicebox .insideinfo a h3 {
  font-size: 21px !important;
}

.ourservices_wrap .services_scroller .owl-carousel .owl-nav {
  bottom: 35px !important;
}

.ourservices_wrap .services_scroller {
  width: 65% !important;
}

@media only screen and (max-width:1024px) {
  .ourservices_wrap .services_scroller {
    width: 100% !important;
  }
}

.insurance_experts .owl-nav {
right:0 !important;
}

.insurance_experts .owl-nav .owl-prev {
  left: 0 !important;
  background-color: #fff;
}

.insurance_experts .owl-nav .owl-next {
  right: 0 !important;
  background-color: #fff;
}

/* SDS CSS modifications */