html {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
}
* {
  margin: 0;
  padding: 0; }

body {
  font-family: 'Montserrat', sans-serif;
  text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  overflow-y:auto;
	overflow-x:hidden;
   }
.logo{
	width:145px;
}
.logo img{
	width:100%;
	height:auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Abel', sans-serif !important;
  color: #000000;
  line-height: 1.3;
  font-weight: 700; }

p {
  color: #838383;
  font-size: 15px;
  line-height: 2;
  font-weight: 400; }

a,
a:hover,
a:focus {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-decoration: none !important;
  outline: 0 solid transparent;
  color: #000000;
  font-weight: 700;
  font-size: 16px; }

ul,
ol {
  margin: 0; }
  ul li,
  ol li {
    list-style: none; }

img {
  height: auto;
  max-width: 100%; }

/* :: 3.1.0 Spacing */
.mt-15 {
  margin-top: 15px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mt-70 {
  margin-top: 70px !important; }

.mt-100 {
  margin-top: 100px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

.ml-15 {
  margin-left: 15px !important; }

.ml-30 {
  margin-left: 30px !important; }

.ml-50 {
  margin-left: 50px !important; }
.ml-100{
	 margin-left: 100px !important; 
}
.mr-15 {
  margin-right: 15px !important; }

.mr-30 {
  margin-right: 30px !important; }

.mr-50 {
  margin-right: 50px !important; }

/* :: 3.2.0 Height */
.height-400 {
  height: 400px !important; }

.height-500 {
  height: 500px !important; }

.height-600 {
  height: 600px !important; }

.height-700 {
  height: 700px !important; }

.height-800 {
  height: 800px !important; }

/* :: 3.3.0 Section Padding */
.section-padding-100 {
  padding-top: 100px;
  padding-bottom: 100px; }
.section-padding-50-0{
	padding-top:50px;
  padding-bottom: 0; 
}
.section-padding-20-0{
	padding-top:20px;
	padding-bottom:0;
}
.section-padding-100-0 {
  padding-top: 100px;
  padding-bottom: 0; }
.section-padding-200{
	padding-top: 200px;
  padding-bottom: 200px;
}
.section-padding-0-100 {
  padding-top: 0;
  padding-bottom: 100px; }

.section-padding-100-70 {
  padding-top: 100px;
  padding-bottom: 70px; }

/* :: 3.4.0 Preloader */
.preloader {
  background-color: #f1f2f6;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999; }
  .preloader .lds-ellipsis {
    display: inline-block;
    position: relative;
    width:120px;
    height: 120px; }
    .preloader .lds-ellipsis div {
      position: absolute;
      top: 27px;
      width: 11px;
      height: 11px;
      border-radius: 50%;
      background: #e82527;
      animation-timing-function: cubic-bezier(0, 1, 1, 0); }
      .preloader .lds-ellipsis div:nth-child(1) {
        left: 6px;
        -webkit-animation: lds-ellipsis1 0.6s infinite;
        animation: lds-ellipsis1 0.6s infinite; }
      .preloader .lds-ellipsis div:nth-child(2) {
        left: 6px;
        -webkit-animation: lds-ellipsis2 0.6s infinite;
        animation: lds-ellipsis2 0.6s infinite; }
      .preloader .lds-ellipsis div:nth-child(3) {
        left: 26px;
        -webkit-animation: lds-ellipsis2 0.6s infinite;
        animation: lds-ellipsis2 0.6s infinite; }
      .preloader .lds-ellipsis div:nth-child(4) {
        left: 45px;
        -webkit-animation: lds-ellipsis3 0.6s infinite;
        animation: lds-ellipsis3 0.6s infinite; }

@-webkit-keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@-webkit-keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); } }
@keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); } }
@-webkit-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  100% {
    -webkit-transform: translate(19px, 0);
    transform: translate(19px, 0); } }
@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  100% {
    -webkit-transform: translate(19px, 0);
    transform: translate(19px, 0); } }
	.load{
	margin-top:100px;
	text-align:center;
	}
/* :: 3.5.0 Miscellaneous */
.jarallax {
  position: relative;
  z-index: 0; }

.jarallax > .jarallax-img {
  position: absolute;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; }

.section-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 30px; }
  .section-heading .line {
    width: 25px;
    height: 5px;
    border-radius: 3px;
    background-color: #e82527;
    margin-bottom: 20px; }
  .section-heading p {
    font-size: 12px;
    margin-bottom: 0;
    letter-spacing: 2px;
    color: #a5a5a5;
    /*text-transform: uppercase;*/ }
  .section-heading h2 {
    font-size: 36px;
    color: #212121;
    
    margin-bottom: 0; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .section-heading h2 {
        font-size: 28px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .section-heading h2 {
        font-size: 24px; } }
    @media only screen and (max-width: 767px) {
      .section-heading h2 {
        font-size: 24px; } }
  .section-heading.white .line {
    background-color: #ffffff; }
  .section-heading.white p,
  .section-heading.white h2 {
    color: #ffffff; }
  .section-heading.text-center .line {
    margin-left: auto;
    margin-right: auto; }

.box-shadow {
  position: relative;
  z-index: 1; }
  .box-shadow:hover {
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.2); }

.tooltip-inner {
  background-color:#2f3640;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.2); }

.tooltip .arrow::before {
  border-bottom-color: #e82527; }

.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.bg-white {
  background-color: #ffffff !important; }

.bg-dark {
  background-color: #000000 !important; }

.bg-transparent {
  background-color: transparent !important; }

.bg-gray {
  background-color: #f1f7f9; }

.font-bold {
  font-weight: 700; }

.font-light {
  font-weight: 300; }

.bg-overlay {
  position: relative;
  z-index: 2;
  background-position: center center;
  background-size: cover; }
  .bg-overlay::after {
    background-color: rgba(0, 0, 0, 0.5) ;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ""; }

.bg-fixed {
  background-attachment: fixed !important; }

/* :: 3.6.0 ScrollUp */
#scrollUp {
  background-color: #3c40c6;
  border-radius:10px;
  bottom: 70px;
  color: #ffffff;
  font-size: 10px;
  padding: 12px 0;
  width: 60px;
  line-height: 1.5;
  right:20px;
  text-align: center;
  height: 60px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  font-weight: 700;
  box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.15);
  text-transform: uppercase; }
  #scrollUp i {
    font-size: 18px;
    display: block; }
  #scrollUp:hover {
    background-color: #e82527;
    color: #ffffff; }

/* :: 3.7.0 dugg Button */
.dugg-btn {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  background-color: #e82527;
  position: relative;
  z-index: 1;
  display: inline-block;
  /*min-width: 175px;*/
 /* height: 48px;*/
  color: #ffffff;
  border-radius: 5px;
  padding: 0 30px;
  font-size:1em !important;
  line-height: 48px;
  font-weight: 700;
  text-transform: uppercase; }
  .dugg-btn:hover, .dugg-btn:focus {
   /* font-size: 14px;*/
    font-weight: 500;
    background-color: #3c40c6;
    color: #ffffff;
	box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
	 }
  .dugg-btn.btn-2 {
    background-color: #3c40c6;
    color: #ffffff; }
    .dugg-btn.btn-2:hover, .dugg-btn.btn-2:focus {
      background-color:#2f3640;
      color: #ffffff; }
  .dugg-btn.btn-3 {
    background-color: transparent;
    color: #3c40c6;
    border: 2px solid #3c40c6;
    line-height: 44px; }
    .dugg-btn.btn-3:hover, .dugg-btn.btn-3:focus {
      border: 2px solid #3c40c6;
      background-color: #3c40c6;
      color: #ffffff; }

/* :: 4.0 Header Area CSS */
.header-area {
  position: relative;
  z-index: 1000;
  width: 100%; }
  .header-area .top-header-area {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 80px;
    background-color: #ececec; }
    .header-area .top-header-area .top-contact-info {
      position: relative;
      z-index: 1; }
      .header-area .top-header-area .top-contact-info a {
        display: inline-block;
        color: #838383;
        font-size: 14px;
        margin-bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
      		font-weight: 500;
letter-spacing: 0.3px; 
}
        .header-area .top-header-area .top-contact-info a img {
          margin-right: 10px; }
        @media only screen and (max-width: 767px) {
          .header-area .top-header-area .top-contact-info a span {
            display: none; } }
        .header-area .top-header-area .top-contact-info a:first-child {
          margin-right: 30px; }
        .header-area .top-header-area .top-contact-info a:hover, .header-area .top-header-area .top-contact-info a:focus {
          color: #3c40c6; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .header-area .top-header-area .top-contact-info a {
            font-size: 13px; } }
  .header-area .dugg-main-menu {
    position: relative;
    width: 100%;
    z-index: 1;
    background-color: #e82527; }
    .header-area .dugg-main-menu::after {
      width: 50%;
      height: 100%;
      background-color: #FFF;
      position: absolute;
      top: 0;
      left: 0;
      content: '';
      z-index: 1; }
    .header-area .dugg-main-menu .classy-nav-container {
      background-color: transparent; }
    .header-area .dugg-main-menu .classy-navbar {
      height: 80px;
      padding: 0;
      background-color: #FFF; }
      @media only screen and (max-width: 767px) {
        .header-area .dugg-main-menu .classy-navbar {
          height: 70px; } }
      .header-area .dugg-main-menu .classy-navbar .classynav ul li a {
        font-weight: 600;
        text-transform: uppercase;
        font-size: 15px;
        padding: 0 15px;
        color: #e82527; }
        .header-area .dugg-main-menu .classy-navbar .classynav ul li a:hover, .header-area .dugg-main-menu .classy-navbar .classynav ul li a:focus {
          color: #3c40c6; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .header-area .dugg-main-menu .classy-navbar .classynav ul li a {
            font-size: 14px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .header-area .dugg-main-menu .classy-navbar .classynav ul li a {
            color: #3c40c6; } }
        @media only screen and (max-width: 767px) {
          .header-area .dugg-main-menu .classy-navbar .classynav ul li a {
            color: #3c40c6; } }
      .header-area .dugg-main-menu .classy-navbar .classynav > ul > li:first-child a {
        padding-left:10px; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .header-area .dugg-main-menu .classy-navbar .classynav > ul > li:first-child a {
            padding-left: 15px; } }
        @media only screen and (max-width: 767px) {
          .header-area .dugg-main-menu .classy-navbar .classynav > ul > li:first-child a {
            padding-left: 15px; } }
      .header-area .dugg-main-menu .classy-navbar .classynav ul li.megamenu-item > a::after,
      .header-area .dugg-main-menu .classy-navbar .classynav ul li.has-down > a::after {
        color: #ffffff; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .header-area .dugg-main-menu .classy-navbar .classynav ul li.megamenu-item > a::after,
          .header-area .dugg-main-menu .classy-navbar .classynav ul li.has-down > a::after {
            color: #3c40c6; } }
        @media only screen and (max-width: 767px) {
          .header-area .dugg-main-menu .classy-navbar .classynav ul li.megamenu-item > a::after,
          .header-area .dugg-main-menu .classy-navbar .classynav ul li.has-down > a::after {
            color: #3c40c6; } }
      .header-area .dugg-main-menu .classy-navbar .classynav ul li ul li a {
        color: #3c40c6;
        font-size: 14px; }
      .header-area .dugg-main-menu .classy-navbar .contact {
        position: relative;
        z-index: 1;
        padding-left: 50px;
        height: 100%;
        overflow-y: hidden;
        overflow-x: hidden; }
        .header-area .dugg-main-menu .classy-navbar .contact::before {
          width: 100%;
          height: 200%;
          content: '';
          position: absolute;
          top:65%;
          left: 0;
          z-index: -1;
		  background:#e82527;
         /* background-color: #e82527;*/
          -webkit-transform: rotate(30deg);
          transform: rotate(30deg); }
        .header-area .dugg-main-menu .classy-navbar .contact::after {
          width: 1000%;
          height: 100%;
          content: '';
          position: absolute;
          top: 0;
          left: 62px;
          z-index: -1;
          background-color: #e82527; }
        .header-area .dugg-main-menu .classy-navbar .contact a {
          display: inline-block;
          font-size: 1.3em;
          color: #FFF;
          font-weight: 700;
          line-height: 85px; }
          .header-area .dugg-main-menu .classy-navbar .contact a:hover {
            color: #191F23; }
          @media only screen and (min-width: 992px) and (max-width: 1199px) {
            .header-area .dugg-main-menu .classy-navbar .contact a {
              font-size: 20px; } }
          @media only screen and (min-width: 768px) and (max-width: 991px) {
            .header-area .dugg-main-menu .classy-navbar .contact a {
              font-size: 18px; } }
          @media only screen and (max-width: 767px) {
            .header-area .dugg-main-menu .classy-navbar .contact a {
              font-size: 14px;
              line-height: 70px; } }
  .header-area .is-sticky .dugg-main-menu {
    box-shadow: 0 7px 40px 0 rgba(0, 0, 0, 0.3); }

/* :: 5.0 Hero Area CSS */
.hero-area {
  position: relative;
  z-index: 1; }
  .hero-area .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    z-index: 100;
    bottom: 30px;
    left: 0;
    right: 0; }
    .hero-area .owl-dots .owl-dot {
      width: 8px;
      height: 8px;
      background-color: #d2d2d2;
      border-radius: 50%;
      margin: 0 6px; }
      .hero-area .owl-dots .owl-dot.active {
        background-color: #e82527; }
  .hero-area .owl-prev,
  .hero-area .owl-next {
	  display:none; /*hidden for this website*/
    position: absolute;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    top: 50%;
    margin-top: -23px;
    font-size: 18px;
    color: #ffffff;
    background-color: #3c40c6;
    left: 20px;
    text-align: center;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    line-height: 46px;
    opacity: 0;
    visibility: hidden; }
    @media only screen and (max-width: 767px) {
      .hero-area .owl-prev,
      .hero-area .owl-next {
        left: 10px; } }
    .hero-area .owl-prev:hover,
    .hero-area .owl-next:hover {
      background-color: #e82527;
      color: #ffffff; }
  .hero-area .owl-next {
    left: auto;
    right: 20px; }
    @media only screen and (max-width: 767px) {
      .hero-area .owl-next {
        right: 10px; } }
  .hero-area:hover .owl-next,
  .hero-area:hover .owl-prev {
    opacity: 1;
    visibility: visible; }

.single-slide {
  position: relative;
  z-index: 99;
  width: 100%;
  height:600px;
  background-color: #ffffff;
  overflow: hidden; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-slide {
      height: 600px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-slide {
      height: 600px; } }
  @media only screen and (max-width: 767px) {
    .single-slide {
      height: 600px; } }
  .single-slide .slide-bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -12;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-animation: slide-bg linear 10000ms infinite;
    animation: slide-bg linear 10000ms infinite; }
  .single-slide .slide-du-indicator {
    position: absolute;
    z-index: 10;
    width: 0;
    height: 2px;
    background-color: #e82527;
    left: 0;
    bottom: 0;
    -webkit-animation: slide-du-indicator linear 10000ms infinite;
    animation: slide-du-indicator linear 10000ms infinite; }
  .single-slide .welcome-text {
	  position: absolute;
z-index: 9999;
right: 0;
left:50%;
width:100%;
top:6%;

    }
    .single-slide .welcome-text h6 {
      font-size: 18px;
      font-weight: 400;
      color: #ffffff;
      margin-bottom: 15px; }
    .single-slide .welcome-text h2 {
      font-size: 70px;
	  color: #42946E !important;
    /*  color: #ffffff;*/
      font-weight: 600;
      margin-bottom: 10px;
      text-transform: uppercase; 
	  text-shadow: rgba(0,0,0,0.3) 0 3px 1px;
	  }
      .single-slide .welcome-text h2 span {
		  color: #42946E !important;
        /*color: #e82527;*/ }
		 .single-slide .welcome-text h1 {
      font-size: 70px;
	  color: #42946E !important;
    /*  color: #ffffff;*/
      font-weight: 600;
      margin-bottom: 10px;
      text-transform: uppercase; 
	  text-shadow: rgba(0,0,0,0.3) 0 3px 1px;
	  }
	   .single-slide .welcome-text h1 span {
		  color: #42946E !important;
        /*color: #e82527;*/ }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-slide .welcome-text h2 {
          font-size: 48px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-slide .welcome-text h2 {
          font-size: 42px; } }
      @media only screen and (max-width: 767px) {
        .single-slide .welcome-text h2 {
          font-size: 24px; } }
    .single-slide .welcome-text p {
     font-size: 1.2em;
      color: #ffffff; 
	  text-shadow: rgba(0,0,0,0.298039) 0 2px 0;
	  font-family: 'Montserrat', sans-serif;
	  width:90%;
	  }

@-webkit-keyframes slide-du-indicator {
  0% {
    width: 0; }
  100% {
    width: 100%; } }
@keyframes slide-du-indicator {
  0% {
    width: 0; }
  100% {
    width: 100%; } }
@-webkit-keyframes slide-bg {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes slide-bg {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
/* :: 6.0 Features Area CSS */
.single-features-area {
  position: relative;
  z-index: 1; }
  .single-features-area h6 {
    font-size: 18px;
    color: #6e6e6e;
    margin-bottom: 0;
    /*font-family: "Open Sans", sans-serif;
    font-weight: 600;*/
    line-height: 1.8; }
  .single-features-area img {
    margin-bottom: 15px; }
  .single-features-area h5 {
    font-size: 18px;
    margin-bottom: 0;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-features-area h5 {
        font-size: 15px; } }
  .single-features-area:hover h5 {
    color: #e82527; }

/* :: 7.0 Special Feature CSS */
.special-feature-area {
  position: relative;
  z-index: 1; }
  .special-feature-area .special-feature-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    background-color: #e82527; }
    @media only screen and (max-width: 767px) {
      .special-feature-area .special-feature-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%; } }
    .special-feature-area .special-feature-content .feature-text {
      position: relative;
      z-index: 1;
      max-width: 555px;
      margin-left: auto;
      padding-right: 70px; }
      .special-feature-area .special-feature-content .feature-text h6 {
        color: #ffffff;
        line-height: 1.7;
        margin-bottom: 50px;
        font-weight: 600; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .special-feature-area .special-feature-content .feature-text h6 {
            font-size: 14px; } }
        @media only screen and (max-width: 767px) {
          .special-feature-area .special-feature-content .feature-text h6 {
            font-size: 14px; } }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .special-feature-area .special-feature-content .feature-text {
          max-width: 465px;
          padding-right: 40px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .special-feature-area .special-feature-content .feature-text {
          max-width: 350px;
          padding-right: 20px; } }
      @media only screen and (max-width: 767px) {
        .special-feature-area .special-feature-content .feature-text {
          max-width: 100%;
          padding-right: 15px;
          padding-left: 15px; } }
  .special-feature-area .special-feature-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%; }
    @media only screen and (max-width: 767px) {
      .special-feature-area .special-feature-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        height: 250px; } }
  .special-feature-area.style-2 .special-feature-content {
    background-color: #3c40c6; }
    .special-feature-area.style-2 .special-feature-content .feature-text {
      margin-left: 0;
      margin-right: auto;
      padding-right: 0;
      padding-left: 70px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .special-feature-area.style-2 .special-feature-content .feature-text {
          padding-left: 40px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .special-feature-area.style-2 .special-feature-content .feature-text {
          padding-left: 20px; } }
      @media only screen and (max-width: 767px) {
        .special-feature-area.style-2 .special-feature-content .feature-text {
          padding-left: 15px;
          padding-right: 15px; } }

/* :: 8.0 CTA Area CSS */
.cta-area {
  position: relative;
  z-index: 1; }
  .cta-area .cta-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .cta-area .cta-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        height: 400px; } }
    @media only screen and (max-width: 767px) {
      .cta-area .cta-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        height: 280px; } }
  .cta-area .cta-content {
    position: relative;
    z-index: 1;
    padding: 100px 5%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    background-color: #e82527; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .cta-area .cta-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%; } }
    @media only screen and (max-width: 767px) {
      .cta-area .cta-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%; } }
    .cta-area .cta-content h6 {
      color: #ffffff;
      font-weight:400;
      font-family: 'Montserrat', sans-serif !important;
      line-height: 1.8; }
    .cta-area .cta-content .single-skils-area .skills-text span {
      color: #ffffff;
      font-size: 18px;
      font-weight: 700; }
    .cta-area .cta-content .single-skils-area p {
      margin-bottom: 0;
     font-family: 'Montserrat', sans-serif;
      letter-spacing: 2px;
      color: #ffffff;
      text-transform: uppercase; }

.cta-2-area {
  position: relative;
  z-index: 1;
  background-color: #2f3640;
  padding-top: 50px; 
  }
  .cta-2-area .cta-content .cta-text {
    position: relative;
    z-index: 1;
    margin-bottom: 50px; }
    .cta-2-area .cta-content .cta-text h4 {
      color: #ffffff;
      /*font-family: "Open Sans", sans-serif;*/
      margin-bottom: 0;
      font-weight: 600; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .cta-2-area .cta-content .cta-text h4 {
          font-size: 18px; } }
    .cta-2-area .cta-content .cta-text p {
      color: #ffffff;
      font-size: 14px;
      margin-bottom: 0; }
    @media only screen and (max-width: 767px) {
      .cta-2-area .cta-content .cta-text {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%; } }
  .cta-2-area .cta-content .cta-btn {
    position: relative;
    z-index: 1;
    margin-bottom: 50px; }
    @media only screen and (max-width: 767px) {
      .cta-2-area .cta-content .cta-btn {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%; } }

.contact--area .section-heading h2,
.news--area .section-heading h2 {
  font-size: 24px; }

.news--area {
  position: relative;
  z-index: 1; }

.single-news-area {
  position: relative;
  z-index: 1;
  margin-bottom: 15px; }
  .single-news-area:last-child {
    margin-bottom: 0; }
  .single-news-area .news-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37%;
    flex: 0 0 37%;
    max-width: 37%;
    width: 37%; }
  .single-news-area .news-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 63%;
    flex: 0 0 63%;
    max-width: 63%;
    width: 63%;
    padding-left: 15px; }
    .single-news-area .news-content span {
      font-size: 10px;
      color: #ffffff;
      background-color: #e82527;
      padding: 3px 15px;
      border-radius: 30px;
      display: inline-block;
      margin-bottom: 5px; }
    .single-news-area .news-content a {
      display: block;
      font-weight: 400;
      font-size: 16px;
      margin-bottom: 0; }
      .single-news-area .news-content a:hover, .single-news-area .news-content a:focus {
        color: #e82527; }
    .single-news-area .news-content .news-meta a {
      position: relative;
      z-index: 1;
      display: inline-block;
      font-size: 12px;
      color: #838383;
      font-weight: 600;
      margin-bottom: 0;
      line-height: 1; }
      .single-news-area .news-content .news-meta a img {
        margin-right: 5px; }
      .single-news-area .news-content .news-meta a:last-child {
        margin-left: 31px; }
        .single-news-area .news-content .news-meta a:last-child::after {
          content: '|';
          position: absolute;
          top: 0;
          left: -20px;
          z-index: 1; }
      .single-news-area .news-content .news-meta a:hover, .single-news-area .news-content .news-meta a:focus {
        color: #e82527; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-news-area .news-content .news-meta a {
          font-size: 10px; } }
      @media only screen and (max-width: 767px) {
        .single-news-area .news-content .news-meta a {
          font-size: 10px; } }

.contact--area {
  position: relative;
  z-index: 1; }
  .contact--area .contact-content {
    padding: 55px 45px;
    background-color: #ffffff;
    border: 1px solid #afbace; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .contact--area .contact-content {
        padding: 30px; } }
    @media only screen and (max-width: 767px) {
      .contact--area .contact-content {
        padding: 20px; } }
    .contact--area .contact-content .single-contact-content {
      position: relative;
      z-index: 1;
      margin-bottom: 45px; }
      .contact--area .contact-content .single-contact-content:last-child {
        margin-bottom: 0; }
      .contact--area .contact-content .single-contact-content .icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 48px;
        flex: 0 0 48px;
        max-width: 48px;
        width: 48px;
        height: 48px;
        line-height: 48px;
        color: #ffffff;
        text-align: center;
        margin-right: 15px;
        background-color: #e82527; }
      .contact--area .contact-content .single-contact-content .text p {
        font-weight: 600;
        color: #212121;
        margin-bottom: 0; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .contact--area .contact-content .single-contact-content .text p {
            font-size: 12px; } }
        @media only screen and (max-width: 767px) {
          .contact--area .contact-content .single-contact-content .text p {
            font-size: 12px; } }
      .contact--area .contact-content .single-contact-content .text span {
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: #838383; }
  .contact--area.contact-page .contact-content {
    padding: 35px;
    border: none;
    background-color: #3c40c6; }
    .contact--area.contact-page .contact-content h5 {
      color: #ffffff;
      font-weight: 600;
      font-size: 18px;
      margin-bottom: 35px; }
    .contact--area.contact-page .contact-content .single-contact-content .text p,
    .contact--area.contact-page .contact-content .single-contact-content .text span {
      color: #ffffff; }

/* :: 9.0 Newsletter Area CSS */
.newsletter-area {
  position: relative;
  z-index: 3; }
  .newsletter-area::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 54, 121, 0.2);
    z-index: -1; }
  .newsletter-area .nl-content {
    position: relative;
    z-index: 1; }
    .newsletter-area .nl-content h2 {
      color: #ffffff;
      margin-bottom: 25px;
      display: block;
      font-weight: 400;
      font-size: 2.3em;
text-shadow: rgba(0,0,0,0.3) 0 3px 1px;
}
      @media only screen and (max-width: 767px) {
        .newsletter-area .nl-content h2 {
          font-size: 18px; } }
    .newsletter-area .nl-content form {
      width: 100%;
      position: relative;
      z-index: 1;
      margin-bottom: 30px; }
      .newsletter-area .nl-content form input {
        width: 100%;
        height: 45px;
        background-color: #ffffff;
        border-radius: 30px;
        border: none;
        font-size: 12px;
        font-style: italic;
        padding: 0 20px; }
      .newsletter-area .nl-content form button {
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
        position: absolute;
        width: 130px;
        height: 45px;
        background-color: #e82527;
        border: none;
        border-radius: 0 30px 30px 0;
        top: 0;
        right: 0;
        font-weight: 700;
        font-size: 14px;
        color: #ffffff;
        text-align: center;
        cursor: pointer;
        z-index: 20; }
        .newsletter-area .nl-content form button:hover {
          background-color: #3c40c6; }
        .newsletter-area .nl-content form button:focus {
          outline: none;
          box-shadow: none; }
        @media only screen and (max-width: 767px) {
          .newsletter-area .nl-content form button {
            width: 100px; } }
    .newsletter-area .nl-content p {
      font-size: 12px;
      color: #ffffff;
      margin-bottom: 0; }

/* :: 10.0 Team Member Area CSS */
.single-team-member-area {
  position: relative;
  z-index: 1;
  text-align: center; }
  .single-team-member-area .team-thumb {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    position: relative;
    z-index: 1;
    width: 180px;
    border-radius: 50%;
    margin: 0 auto 40px;
    height: 180px; }
    .single-team-member-area .team-thumb::after {
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms;
      content: '';
      width: 100%;
      height: 100%;
      background-color: transparent;
      border: 8px solid #3c40c6;
      top: 0;
      left: 0;
      position: absolute;
      z-index: 100;
      border-radius: 50%;
      opacity: 0;
      visibility: hidden; }
    .single-team-member-area .team-thumb img {
      border-radius: 50%; }
    .single-team-member-area .team-thumb .view-more a {
      position: absolute;
      width: 62px;
      height: 62px;
      border-radius: 15px;
      background-color: #e82527;
      text-align: center;
      bottom: -10px;
      right: 0;
      z-index: 300;
      color: #ffffff;
      line-height: 62px;
      font-size: 18px; }
      .single-team-member-area .team-thumb .view-more a:hover {
        background-color: #3c40c6; }
    .single-team-member-area .team-thumb:hover {
      box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2); }
      .single-team-member-area .team-thumb:hover::after {
        opacity: 1;
        visibility: visible; }
  .single-team-member-area .team-info {
    position: relative;
    z-index: 1; }
    .single-team-member-area .team-info h5 {
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms;
	
      font-size: 1.1em;
      margin-bottom: 5px; }
    .single-team-member-area .team-info h6 {
      font-size: 14px;
      font-weight: 600;
      margin-bottom: 0;
      color: #6e6e6e; }
  .single-team-member-area:hover .team-info h5 {
    color: #e82527; }

/* :: 11.0 Footer Area CSS */
.footer-area {
  position: relative;
  z-index: 1;
  background-color:#191F23; 
  }
  .footer-area .single-footer-widget {
    position: relative;
    z-index: 1; }
    .footer-area .single-footer-widget .widget-title {
      font-size: 18px;
      color: #e82527;
      margin-bottom:20px;
      font-weight: 400; }
    .footer-area .single-footer-widget ul li a {
      display: block;
      color: #ffffff;
      font-size: 14px;
      font-weight: 400;
      margin-bottom:10px;
      position: relative;
      z-index: 1;
      padding-left: 23px; }
      .footer-area .single-footer-widget ul li a::before {
        content: '';
        width: 8px;
        height: 8px;
        top: 7px;
        left: 0;
        border-radius: 50%;
        background-color: #e82527;
        position: absolute;
        z-index: 1; }
      .footer-area .single-footer-widget ul li a:hover, .footer-area .single-footer-widget ul li a:focus {
        color: #e82527; }
    .footer-area .single-footer-widget ul li:last-child a {
      margin-bottom: 0; }
  .footer-area .copywrite-area {
    position: relative;
    z-index: 1;
    border-top: 1px solid #3d3d3d;
    padding: 30px 0; }
    .footer-area .copywrite-area .copywrite-text {
      font-size: 14px;
      margin-bottom: 0;
      color: #636b75;
      font-weight: 400; }
      @media only screen and (max-width: 767px) {
        .footer-area .copywrite-area .copywrite-text {
          margin-top: 30px; } }
      @media only screen and (min-width: 480px) and (max-width: 767px) {
        .footer-area .copywrite-area .copywrite-text {
          margin-top: 0; } }
      .footer-area .copywrite-area .copywrite-text a {
        color: #636b75;
        font-size: 14px;
        font-weight: 400; }
        .footer-area .copywrite-area .copywrite-text a:hover, .footer-area .copywrite-area .copywrite-text a:focus {
          color: #e82527; }

/* :: 12.0 Blog Area CSS */
.breadcrumb-area {
  position: relative;
  z-index: 1;
  width: 100%;
  height:200px; }
  @media only screen and (max-width: 767px) {
    .breadcrumb-area {
      height: 180px; } }
  .breadcrumb-area .breadcrumb-content h2 {
    color: #ffffff;
    font-size: 30px;
    text-transform: uppercase;
    display: block; }
    @media only screen and (max-width: 767px) {
      .breadcrumb-area .breadcrumb-content h2 {
        font-size: 24px; } }
  .breadcrumb-area .breadcrumb-content .breadcrumb {
    background-color: transparent;
    padding: 0;
    margin-bottom: 0; }
    .breadcrumb-area .breadcrumb-content .breadcrumb .breadcrumb-item::before {
      color: #ffffff; }
    .breadcrumb-area .breadcrumb-content .breadcrumb .breadcrumb-item.active {
      color: #e82527;
      font-size: 16px;
      font-weight: 600; }
    .breadcrumb-area .breadcrumb-content .breadcrumb .breadcrumb-item a {
      font-size: 16px;
      color: #ffffff;
      font-weight: 600; }
      .breadcrumb-area .breadcrumb-content .breadcrumb .breadcrumb-item a:hover {
        color: #e82527; }

.single-latest-news-area {
  position: relative;
  z-index: 1;
  margin-bottom: 20px; }
  .single-latest-news-area:last-child {
    margin-bottom: 0; }
  .single-latest-news-area .news-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    width: 25%; }
  .single-latest-news-area .news-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    width: 75%;
    padding-left: 10px; }
    .single-latest-news-area .news-content a {
      display: block;
      font-weight: 600;
      font-size: 14px;
      margin-bottom: 0;
      color: #ffffff; }
      .single-latest-news-area .news-content a:hover, .single-latest-news-area .news-content a:focus {
        color: #e82527; }
    .single-latest-news-area .news-content .news-meta a {
      position: relative;
      z-index: 1;
      display: inline-block;
      font-size: 12px;
      color: #838383;
      font-weight: 600;
      margin-bottom: 0; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-latest-news-area .news-content .news-meta a {
          font-size: 9px; } }
      .single-latest-news-area .news-content .news-meta a img {
        margin-right: 2px; }
      .single-latest-news-area .news-content .news-meta a:last-child {
        margin-left: 21px; }
        .single-latest-news-area .news-content .news-meta a:last-child::after {
          content: '|';
          position: absolute;
          top: 0;
          left: -15px;
          z-index: 1; }
      .single-latest-news-area .news-content .news-meta a:hover, .single-latest-news-area .news-content .news-meta a:focus {
        color: #e82527; }

.single-blog-area {
  position: relative;
  z-index: 1; }
  .single-blog-area .blog-thumbnail {
    position: relative;
    z-index: 1;
    margin-bottom: 35px; }
    .single-blog-area .blog-thumbnail a {
      display: block; }
      .single-blog-area .blog-thumbnail a img {
        border-radius: 5px; }
  .single-blog-area .blog-content {
    position: relative;
    z-index: 1; }
    .single-blog-area .blog-content span {
      font-size: 10px;
      color: #ffffff;
      background-color: #e82527;
      padding: 3px 15px;
      border-radius: 30px;
      display: inline-block;
      margin-bottom: 5px; }
    .single-blog-area .blog-content .post-title {
      display: block;
      font-weight: 600;
      font-size: 24px;
      margin-bottom: 0;
      color: #212121; }
      .single-blog-area .blog-content .post-title:hover, .single-blog-area .blog-content .post-title:focus {
        color: #e82527; }
    .single-blog-area .blog-content .blog-meta {
      margin-bottom: 30px; }
      .single-blog-area .blog-content .blog-meta a {
        position: relative;
        z-index: 1;
        display: inline-block;
        font-size: 12px;
        color: #838383;
        font-weight: 600;
        margin-bottom: 0; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .single-blog-area .blog-content .blog-meta a {
            font-size: 9px; } }
        .single-blog-area .blog-content .blog-meta a img {
          margin-right: 2px; }
        .single-blog-area .blog-content .blog-meta a:last-child {
          margin-left: 21px; }
          .single-blog-area .blog-content .blog-meta a:last-child::after {
            content: '|';
            position: absolute;
            top: 0;
            left: -15px;
            z-index: 1; }
        .single-blog-area .blog-content .blog-meta a:hover, .single-blog-area .blog-content .blog-meta a:focus {
          color: #e82527; }
    .single-blog-area .blog-content p {
      margin-bottom: 0; }

.post-details-content {
  position: relative;
  z-index: 1; }
  .post-details-content img {
    border-radius: 5px;
    margin-bottom: 30px; }
  .post-details-content p {
    margin-bottom: 25px; }

.pagination {
  position: relative;
  z-index: 1; }
  .pagination .page-item .page-link {
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 5px;
    line-height: 40px;
    font-weight: 600;
    font-size: 16px;
    color: #212121;
    padding: 0;
    border: none;
    text-align: center;
    margin-right: 2px; }
    .pagination .page-item .page-link:hover, .pagination .page-item .page-link:focus {
      color: #ffffff;
      background-color: #e82527; }
  .pagination .page-item.active .page-link {
    color: #ffffff;
    background-color: #e82527; }

.sidebar-area {
  position: relative;
  z-index: 1; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .sidebar-area {
      margin-top: 100px; } }
  @media only screen and (max-width: 767px) {
    .sidebar-area {
      margin-top: 100px; } }

.single-widget-area {
  position: relative;
  z-index: 1;
  margin-bottom: 50px; }
  .single-widget-area:last-child {
    margin-bottom: 0; }
  .single-widget-area .widget-heading {
    position: relative;
    z-index: 1;
    margin-bottom: 35px; }
    .single-widget-area .widget-heading .line {
      width: 30px;
      height: 8px;
      background-color: #e82527;
      border-radius: 5px;
      display: block;
      margin-bottom: 15px; }
  .single-widget-area.search-widget {
    position: relative;
    z-index: 1; }
    .single-widget-area.search-widget form {
      position: relative;
      z-index: 1; }
      .single-widget-area.search-widget form input {
        width: 100%;
        height: 50px;
        border-radius: 5px;
        border: none;
        background-color: #f1f7f9;
        padding: 0 20px;
        font-size: 12px;
        font-style: italic; }
      .single-widget-area.search-widget form button {
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
        position: absolute;
        width: 125px;
        height: 50px;
        border: none;
        top: 0;
        right: 0;
        z-index: 99;
        background-color: #3c40c6;
        color: #e82527;
        font-weight: 600;
        font-size: 14px;
        text-transform: uppercase;
        border-radius: 5px;
        cursor: pointer; }
        .single-widget-area.search-widget form button:hover {
          background-color: #e82527;
          color: #3c40c6; }
  .single-widget-area.cata-widget ul {
    padding-left: 35px; }
    .single-widget-area.cata-widget ul li a {
      display: block;
      font-size: 15px;
      padding: 7px 0;
      font-weight: 600;
      color: #3c40c6; }
      .single-widget-area.cata-widget ul li a:hover, .single-widget-area.cata-widget ul li a:focus {
        color: #e82527; }

.comment_area {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 50px; }
  .comment_area .comment-content .comment-author {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 51px;
    flex: 0 0 51px;
    min-width: 51px;
    margin-right: 30px;
    height: 51px;
    border-radius: 50%; }
    @media only screen and (max-width: 767px) {
      .comment_area .comment-content .comment-author {
        margin-right: 15px; } }
    .comment_area .comment-content .comment-author img {
      border-radius: 50%; }
  .comment_area .comment-content .comment-meta {
    margin-bottom: 30px; }
    .comment_area .comment-content .comment-meta .post-author,
    .comment_area .comment-content .comment-meta .post-date,
    .comment_area .comment-content .comment-meta .reply {
      position: relative;
      z-index: 1;
      margin-bottom: 5px;
      display: inline-block;
      font-size: 14px;
      color: #212121;
      margin-right: 30px; }
      @media only screen and (max-width: 767px) {
        .comment_area .comment-content .comment-meta .post-author,
        .comment_area .comment-content .comment-meta .post-date,
        .comment_area .comment-content .comment-meta .reply {
          font-size: 12px;
          margin-right: 15px; } }
      .comment_area .comment-content .comment-meta .post-author::after,
      .comment_area .comment-content .comment-meta .post-date::after,
      .comment_area .comment-content .comment-meta .reply::after {
        position: absolute;
        top: 0;
        right: -16px;
        content: '|';
        z-index: 1; }
        @media only screen and (max-width: 767px) {
          .comment_area .comment-content .comment-meta .post-author::after,
          .comment_area .comment-content .comment-meta .post-date::after,
          .comment_area .comment-content .comment-meta .reply::after {
            right: -8px; } }
      .comment_area .comment-content .comment-meta .post-author:hover,
      .comment_area .comment-content .comment-meta .post-date:hover,
      .comment_area .comment-content .comment-meta .reply:hover {
        color: #3c40c6; }
    .comment_area .comment-content .comment-meta .reply {
      margin-right: 0; }
      .comment_area .comment-content .comment-meta .reply::after {
        display: none; }
    .comment_area .comment-content .comment-meta p {
      margin-bottom: 15px;
      font-size: 14px;
      line-height: 2;
      font-weight: 500; }
  .comment_area .single_comment_area {
    margin-bottom: 30px; }
    .comment_area .single_comment_area:last-of-type {
      margin-bottom: 0; }
  .comment_area .children .single_comment_area {
    margin-left: 50px;
    margin-top: 30px; }

/* :: 13.0 Contact Area CSS */
.contact-advisor {
  position: relative;
  z-index: 1;
  background-color: #e82527;
  padding: 35px; }
  .contact-advisor h5 {
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 40px; }
  .contact-advisor .single-advisor {
    position: relative;
    z-index: 1;
    margin-bottom: 60px; }
    .contact-advisor .single-advisor:last-child {
      margin-bottom: 0; }
    .contact-advisor .single-advisor .advisor-img {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
      flex: 0 0 80px;
      max-width: 80px;
      width: 80px;
      margin-right: 30px; }
    .contact-advisor .single-advisor .advisor-info h6 {
      color: #ffffff;
      margin-bottom: 5px;
      font-weight: 600; }
    .contact-advisor .single-advisor .advisor-info span {
      font-size: 12px;
      text-transform: capitalize;
      margin-bottom: 15px;
      display: block;
      color: #ffffff; }
    .contact-advisor .single-advisor .advisor-info p {
      font-size: 14px;
      margin-bottom: 0;
      line-height: 1;
      font-weight: 700;
      color: #ffffff; }

.contact-form-area .form-control {
  position: relative;
  z-index: 2;
  height: 54px;
  width: 100%;
  background-color: #f1f7f9;
  font-size: 12px;
  margin-bottom: 15px;
  border: none;
  border-radius: 5px;
  padding: 15px 30px;
  font-weight: 500;
  color: #aeaeae;
  border-bottom: 2px solid #ccc;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }
  .contact-form-area .form-control:focus {
    box-shadow: none; }
.contact-form-area textarea.form-control {
  height:75px; 
  resize:none;
  }

.map-area {
  position: relative;
  z-index: 2;
  height: 500px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .map-area {
      height: 1200px; } }
  @media only screen and (max-width: 767px) {
    .map-area {
      height: 1200px; } }
  .map-area iframe {
    width: 100%;
    height: 100%;
    border: none;
    margin-bottom: 0; }
  .map-area .contact---area {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    .map-area .contact---area .contact-page {
      background-color: #3c40c6;
      padding: 70px 45px; }
      @media only screen and (max-width: 767px) {
        .map-area .contact---area .contact-page {
          padding: 40px 30px; } }
      .map-area .contact---area .contact-page h4 {
        color: #ffffff;
        font-weight: 600; }

/* :: 14.0 Elements Area CSS */
.elements-title {
  position: relative;
  z-index: 1; }
  .elements-title .line {
    width: 30px;
    height: 8px;
    background-color: #e82527;
    border-radius: 5px;
    display: block;
    margin-bottom: 15px; }
  .elements-title h2 {
    font-size: 24px;
    margin-bottom: 0; }

.single-service-area {
  position: relative;
  z-index: 1; }
  .single-service-area .icon {
   /* -webkit-transition-duration: 500ms;
    transition-duration: 500ms;*/
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    max-width: 60px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #3c40c6;
    text-align: center;
    margin-right: 20px;
    line-height: 60px;
    color: #ffffff;
    font-size: 30px; }
  .single-service-area .text h5 {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    font-size: 18px; }
  .single-service-area .text p {
    margin-bottom: 0; }
  .single-service-area:hover .icon, .single-service-area:focus .icon {
    background-color: #e82527; }
  .single-service-area:hover .text h5, .single-service-area:focus .text h5 {
    color: #e82527; }

.single-cool-fact {
  position: relative;
  z-index: 1; }
  .single-cool-fact .scf-icon {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    max-width: 70px;
    width: 70px; }
    .single-cool-fact .scf-icon i {
      color: #e82527;
      font-size: 65px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-cool-fact .scf-icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
        flex: 0 0 40px;
        max-width: 40px;
        width: 40px; }
        .single-cool-fact .scf-icon i {
          font-size: 40px; } }
  .single-cool-fact .scf-text h2 {
    font-size: 48px;
    margin-bottom: 10px;
    color: #212121;
    font-weight: 600; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-cool-fact .scf-text h2 {
        font-size: 36px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single-cool-fact .scf-text h2 {
        font-size: 30px; } }
    @media only screen and (max-width: 767px) {
      .single-cool-fact .scf-text h2 {
        font-size: 24px; } }
  .single-cool-fact .scf-text p {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0;
    color: #212121;
    line-height: 1; }
  .single-cool-fact.white .scf-icon i,
  .single-cool-fact.white .scf-text h2,
  .single-cool-fact.white .scf-text p {
    color: #ffffff; }

.single-accordion.panel {
  background-color: #ffffff;
  border: 0 solid transparent;
  border-radius: 4px;
  box-shadow: 0 0 0 transparent;
  margin-bottom: 15px; }
.single-accordion:last-of-type {
  margin-bottom: 0; }
.single-accordion h6 {
  margin-bottom: 0; }
  .single-accordion h6 a {
    /*font-family: "Open Sans", sans-serif;*/
    background-color: #3c40c6;
    border-radius: 5px;
    color: #ffffff;
    display: block;
    margin: 0;
    padding: 20px 70px 20px 30px;
    position: relative;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600; }
    .single-accordion h6 a span {
      background: transparent;
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms;
      font-size: 10px;
      position: absolute;
      right: 0;
      text-align: center;
      top: 0;
      width: 58px;
      height: 100%;
      color: #ffffff;
      line-height: 58px; }
      .single-accordion h6 a span.accor-open {
        opacity: 0; }
    .single-accordion h6 a.collapsed {
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms;
      background-color: #e82527;
      color: #ffffff; }
.single-accordion .accordion-content {
  border-top: 0 solid transparent;
  box-shadow: none; }
  .single-accordion .accordion-content p {
    padding: 15px 15px 0;
    margin-bottom: 0; }

.single-skils-area {
  position: relative;
  z-index: 1;
  text-align: center; }
  .single-skils-area .circle {
    position: relative;
    z-index: 10;
    margin-bottom: 15px; }
  .single-skils-area .skills-text {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .single-skils-area .skills-text span {
      font-size: 18px;
      color: #212121;
      font-weight: 600; }
  .single-skils-area p {
    margin-bottom: 0;
   /* font-family: "Open Sans", sans-serif;*/
    letter-spacing: 2px;
    color: #212121;
    text-transform: uppercase; }

.dugg-tabs-content {
  position: relative;
  z-index: 1; }
  .dugg-tabs-content .nav-tabs {
    border-bottom: none;
    margin-bottom: 15px; }
    .dugg-tabs-content .nav-tabs .nav-link {
      background-color: #f1f7f9;
      padding: 0 20px;
      height: 50px;
      line-height: 50px;
      color: #212121;
      margin: 0 2px;
      border-radius: 5px;
      font-size: 16px;
      font-weight: 600; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .dugg-tabs-content .nav-tabs .nav-link {
          padding: 0 15px;
          font-size: 14px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .dugg-tabs-content .nav-tabs .nav-link {
          padding: 0 15px;
          font-size: 14px; } }
      @media only screen and (max-width: 767px) {
        .dugg-tabs-content .nav-tabs .nav-link {
          padding: 0 15px;
          font-size: 14px; } }
      .dugg-tabs-content .nav-tabs .nav-link.active {
        background-color: #3c40c6;
        color: #ffffff; }
  .dugg-tabs-content .dugg-tab-text {
    position: relative;
    z-index: 1;
    padding-top: 10px; }
    .dugg-tabs-content .dugg-tab-text p {
      margin-bottom: 0; }
  .dugg-tabs-content .tab-content h6 {
    font-size: 18px; }

.single-icons {
  position: relative;
  z-index: 1;
  background-color: #3c40c6;
  border-radius: 5px;
  text-align: center;
  padding: 50px 20px; }
  .single-icons i {
    font-size: 50px;
    margin-bottom: 30px;
    display: block;
    color: #fff; }
  .single-icons span {
    display: block;
    color: #fff; }
	
	.fb-effect{
		display:block;
		-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: height 0.3s, opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
	}
	.fb-effect a{
		line-height:40px;
		height:auto;
	}
	.fb-effect a:hover{
		border-bottom:5px solid #3c40c6;
	}

/* ====== The End ====== */

.ico{
	font-size: 1.5em !important;
margin: 10px;
}
.call-back{
 /*top: 120px;
left: 20px;*/
background-color: rgba(255,255,255,0.95);
z-index: 999;
/*background: rgba(0, 0, 0, 0.3);*/
box-shadow: 0 3px 18px 8px rgba(38, 24, 24, 0.25);
text-align: center;
position: absolute !important;
padding: 0 !important;
    position: fixed;
    top: 100px;
   max-height:357px;
    right: 0px;
    overflow: hidden;
    display: none;
}
.pd{
	padding:2.7% !important;
}
.nss{
	margin-top:20px;
	resize:none;
}
.call-back h4{
/*	
	text-align:center;
	width: 100%;
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 1px;
font-size:1.7em;*/
}
.title-h4{
	width:172%;
	position:absolute;
	z-index:99;
	color:#fff;
	top:2px;
	text-shadow: rgba(0,0,0,0.298039) 0 2px 0;
	/*text-transform:capitalize;*/
}
.fore-di{
	float: left;
width: 100%;
height:60px;
margin-top: 0 !important;
background: #2f3640;
}
.title4 {
 width:40%;
padding: 10px 20px 10px 10px;
font-size: 20px;
position: absolute;
color: #FFF;
background:#e82527;
height:60px;
}
.title4:after {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /*z-index: -1;*/
  z-index: 18;
  background:#e82527;
  transform-origin: bottom left;
  -ms-transform: skew(-30deg, 0deg);
  -webkit-transform: skew(-30deg, 0deg);
  transform: skew(-30deg, 0deg);
}
.bt{
	background:#3c40c6 !important;
	padding: .375rem .75rem;
font-size: 1rem;
line-height: 1.5;
	border:1px solid #3c40c6;
	border-radius: .25rem;
	color: #fff;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition-duration: 0.15s, 0.15s, 0.15s, 0.15s;
	box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.15);
text-transform: uppercase;
height: 45px;
width: 90px;
margin-top:20px;

}
.bt:hover{
	box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
}
.vb{
	background:none !important;
	padding: 12px;
	/*border: 2px solid rgba(0,0,0,0.1) !important;*/
}
.tt{
height: 50px !important;
border-bottom:1px solid #ccc !important;
border-top:none !important;
border-left:none !important;
border-right:none !important;
outline:none !important;
border-radius: 0px !important;
box-shadow:none !important;
font-size:14px !important;
}
.tt:focus{
	outline:none !important;
	border-bottom:2px solid #e82527 !important;
border-top:none !important;
border-left:none !important;
border-right:none !important;
box-shadow:none !important;
}
.tt:active{
	outline:none !important;
	border-bottom:2px solid #e82527 !important;
border-top:none !important;
border-left:none !important;
border-right:none !important;
box-shadow:none !important;
}
.haz{
	color:#838383;
}
.form-control{
	background:none !important;
}

/*testimonial_area_three css
================================================================*/

.bg-test{
	background:url(img/bg-img/testimonial-bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
/* carousel */

.pdd{
	padding:10px !important;
margin-top:50px !important;
}

.b-main-block__title {
    text-transform: uppercase;
}
.ui-title-block {
    margin-top: 0;
    margin-bottom: 1px !important;
font-size: 48px !important;
  text-shadow: rgba(0,0,0,0.3) 0 1px 1px;
    color: #222;
    text-align: center;
}
.ui-subtitle {
    margin-bottom: 33px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    letter-spacing: .45px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}


.section-heading h3{
	color:#fff;
	font-size:34px;
}
/*--------------CAROUSEL TESTIMONIAL-----------------------------------*/
.testimonials{
/*	height:600px;
	width:100%;*/
	background: #eee;
padding-top: 50px;
padding-bottom: 30px;
}
.shadow-effect {
		    background: #fff;
		    padding: 20px;
		    border-radius: 4px;
		    text-align: center;
	border:1px solid #ECECEC;
		    box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
			transition: all 0.3s;
		}
		#customers-testimonials{
			display:block !important;
		}
		#customers-testimonials .shadow-effect p {
		    font-family: inherit;
		    font-size: 17px;
		    line-height: 1.5;
		    margin: 0 0 17px 0;
		    font-weight: 300;
		}
		.testimonial-name {
		    margin: -30px auto 0;
		    display: table;
		    width: auto;
		    background:#2f3640;
		    padding: 9px 35px;
		   
		    text-align: center;
		    color: #fff;
		    box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
			border-radius: .25rem;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition-duration: 0.15s, 0.15s, 0.15s, 0.15s;
		}
		#customers-testimonials .item {
		    text-align: center;
		    padding: 50px;
				margin-bottom:80px;
		    opacity:0.6;
		    -webkit-transform: scale3d(0.8, 0.8, 1);
		    transform: scale3d(0.8, 0.8, 1);
		    transition: all 0.3s ease-in-out;
		}
		#customers-testimonials .owl-item.active.center .item {
		    opacity: 1;
		    -webkit-transform: scale3d(1.0, 1.0, 1);
		    transform: scale3d(1.0, 1.0, 1);
		}
		.owl-carousel .owl-item img {
		    -webkit-transform-style: preserve-3d;
		            transform-style: preserve-3d;
		    max-width: 90px;
    		margin: 0 auto 17px;
		}
		#customers-testimonials .owl-item.active.center .item:hover .shadow-effect{
				color: #fff;
background-color: #222;
box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
transition: all 0.3s;
border:none !important;
		}
	
		#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
		    background:#3c40c6;
		    -webkit-transform: translate3d(0px, -50%, 0px) scale(0.7);
		            transform: translate3d(0px, -50%, 0px) scale(0.7);
		}
#customers-testimonials.owl-carousel .owl-dots{
	display: inline-block;
	width: 100%;
	text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot{
	display: inline-block;
}
		#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
		    background: #2f3640;
		    display: inline-block;
		    height: 20px;
		    margin: 0 2px 5px;
		    -webkit-transform: translate3d(0px, -50%, 0px) scale(0.3);
		            transform: translate3d(0px, -50%, 0px) scale(0.3);
		    -webkit-transform-origin: 50% 50% 0;
		            transform-origin: 50% 50% 0;
		    transition: all 250ms ease-out 0s;
		    width: 20px;
		}
		
.sp{
	margin-right: 9px;
}
.nav-log{
	display:none !important;
	text-align: left;
position: absolute;
top: 5px;
left: 10px;
}
.nav-log img{
	width:80%;
	height:auto;
}

footer .facebook:hover {
  background-color:#365397;
}
footer .twitter:hover {
  background-color:#00a9f1;
}
footer .google-plus:hover {
  background-color:#e0452c;
}
.ft-link{
	 display: block;
    text-decoration: none;
    border-bottom: medium none;
    padding: 10px;
    border-radius: 3px;
    transition: all 0.3s ease-in 0s, all 1s ease 0s;
    background: #444749;
	text-align: center;
width: 45px;
padding-left: 7px !important;
font-size: 12px !important;
}
.ft-link:before{
	background-color:transparent !important;
}
.contact-des{
	background: #f1f2f6;
	padding:50px;
}
.contact-add{
	background:url(../img/bg-contact.jpg);
	background-repeat: no-repeat;
background-size: cover;
background-position: center;
position: relative;
z-index: 1;
padding:65px;
color: #fff !important;

}
.contact-add:before{
	content: "";
display: block;
position: absolute;
z-index: -1;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: rgba(60,64,198,0.8);
}
.bg-over:before{
	content: "";
display: block;
position: absolute;
z-index: -1;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: rgba(60,64,198,0.7);
}
.contact-add p{
	color:#fff;
	text-shadow: rgba(0,0,0,0.298039) 0 2px 0;
}
.nsss{
	margin:0 !important;
	padding:0 !important;
}
.hed{
	margin-bottom:42px;
	font-size:1.5em;
	margin-top: -13px;
	text-shadow: rgba(0,0,0,0.298039) 0 2px 0;
}
.cli:focus{
	border-color: #3c40c6 !important;
	font-weight: 500 !important;
	font-family: 'Montserrat', sans-serif !important;
}
.bg-grey{
	background:#f4f4f4 !important;
}
.bg-cr{
	background:#ced6e0 !important;
}
.dit{
	color:#666 !important;
	font-size: 2.3em !important;
}
.product-card{
	margin: 0 10px 20px;
padding: 10px;
border-radius: 3px;
background-color: #fff;
box-shadow: 0 1px 8px -1px rgba(0,0,0,0.2);
text-align: center;
/*opacity: 0;
-webkit-animation: fadeIn 0.4s ease forwards;
animation: fadeIn 0.4s ease forwards;
    animation-delay: 0s;*/
    height: 320px;
}
.flt-left{
	float:left !important;
}
.product-card img{
	transition: all .3s ease-in-out;
}
.product-card:hover img{
	transform: scale(1.1);
}

.product-view-button {
    position: absolute;
  right: 35%;
bottom: 80px;
padding: 10px !important;
z-index:99;
   
font-size: 1rem;
	color: #fff;
background-color: #007bff;
border-color: #007bff;
   /*background-color: #3c40c6;*/
/*border-radius: 10px;*/
   /* line-height: 1.5;*/
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
text-align: center;
width: 80px;
    box-shadow: 0 1px 8px -1px rgba(0,0,0,0.4);
    opacity: 0;
    cursor: pointer;
	/*webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;*/
text-transform: uppercase;
font-weight:400;
letter-spacing:0.4px;
/*font-size: 12px;*/
}
.product-view-button:hover{
	background:#e82527;
}
.product-card:hover .product-view-button {
    opacity: 1;
	webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
color: #f5f5f5;
font-weight: 500;
}
.product-info {
    font-size: 15px;
	position:relative;
	display:block;
}
.product-info p{
	font-weight: 400;
font-family: 'Oswald', sans-serif;
font-size: 1.3em;
text-align:center;
width: 100% !important;
display: block;
margin: 0 !important;
padding: 0 !important;
}
.filter {
	animation-delay: 0.5s;
	/* -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;*/
  
			/*transition: all 0.2s ease;
			webkit-transition:all 0.2s ease;
			-o-transition:all 0.2s ease;*/
		}
		.link-active{
			border-bottom: 5px solid #3c40c6 !important;
color: #3c40c6 !important;
		}
		.pos-fixed{
	  position: fixed;
    top:0; left:0;
    width: 100%;
	z-index:9999;
	box-shadow: 0 1px 4px rgba(0,0,0,0.3);
}
		.product-menu-bar{
	background:#262626;
		color:#fff;
	height:60px;
}
.pro-menu{
	width: 50%;
display: block;
margin: 0 auto;
}
.pro-menu ul{
	display:inline-block;
	text-decoration:none;
	list-style:none;
	padding:0;
}
.pro-menu li{
	display:block;
	float:left;
	padding:10px;
	font-size: 1.2em;
text-transform: uppercase;
letter-spacing: 1px;
}
.pro-menu a{
	display:block;
		line-height:12px;
		text-decoration: none !important;
}
.pro-menu a:hover{
	color:#FFC309 !important;
}
.dugg-counter {
  font-size: 50px;
  display: block;
  color:  #FFF !important;
  width: 100%;
  font-family: 'Oswald', sans-serif;
  /*font-family: "Sanchez", times, serif;*/
  margin-bottom: .5em;
}

.dugg-counter-label {
  color: #FFF !important;
  text-transform: uppercase;
  font-size: 13px;
  font-family: "Montserrat" sans-serif;
  letter-spacing: 5px;
  margin-bottom: 2em;
  display: block;
}
.iconogrp{
	text-align:center;
}
.iconogrp img{
	width:30%;
	height:auto;
}
.iconogrp2{
	text-align:center;
}
.iconogrp2 img{
	width:30%;
	height:auto;
}
.serv{
	padding:10px;
	border: 1px solid transparent !important;
}
.serv:hover{
/*	border: 1px solid #ECECEC;*/
color: #fff !important;
/*background-color: #222;*/
transition: all 0.3s;
box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
transition: all 0.3s;
/*background: #dcdde1;*/
border-radius:5px;
border: 1px solid #eee !important;
}
.fl-sz{
	width:100% !important;
	max-width:100% !important;
	position: relative;
z-index: 1;
padding: 100px 9%;
background-color: #e82527;
}
.help-block li{
	color:#e82527 !important;
	font-size: 13px;
}
.para{
	font-size: 14px !important;
margin-bottom: 0;
letter-spacing: 1px !important; 
color: #666 !important;
/*text-transform: capitalize !important;*/
text-align: justify;
}
	.ct-r{
		float: left;
margin-top:30px;
	}
	@media(max-width:1280px)
	{
		.dugg-grd{
		max-width: 23% !important;
		}
		
	}
		@media (max-width: 640px){
      .dugg-grd{
        max-width: 354px !important;
        margin-left: 0px !important;
        margin: 5px;
      }
      .dugg-grd2{
        margin-left: 0px !important;
        margin: 5px;
      }
	.call-back{
		left:0;
		width: 75% !important;
		z-index: 9999;
	}
	.nav-log{
		display:block !important;
	}
	.btn-outline-primary{
		margin-top:10px !important;
	}
	.section-heading{
		margin-left:20px;
	}
	.product-view-button{
		right:40%;
	}
	.title-h4{
		font-size:1em;
	}
	.single-slide .welcome-text{
		left:7%;
        top: 7%;
		font-size:13px;
	}
	.call-back{
		top:145px;
	}
	.flt-right{
		float:left !important;
		margin-top: 20px !important;
	}
	.mp-chrt{
		width:107%;
	}
	.rx{
	/*	margin-top: 50%;*/
	}
	.te-map{
		top:32% !important;
		/*display:none !important;*/
	}
	.map-1{
		width: 96% !important;
	}
	.contact-area{
		height: 1700px;
	}
	.tl{
		margin-bottom: 15%;
		margin-left: 1% !important;
	}
	.logo-joint {
    transform: scale(1.3) !important;
    margin-left: 10px;
}
.header-area .dugg-main-menu .classy-navbar .contact{
	padding-left:10px !important;
}
.header-area .top-header-area .top-contact-info a:first-child{
	margin-right:0px !important;
}
	
}

/*|||||-----------Snippet Tiles------------------|||||||||--------*/
.dark{
	background: #212121;
}
.dugg-grd2{
  font-family: 'Quattrocento', Arial, sans-serif;
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width:230px;
  max-width: 350px;
  width: 100%;
  color: #141414;
  text-align: left;
  line-height: 1.4em;
  font-size: 16px;
  float:left;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap;
  margin-left: 50px;
}
.dugg-grd2 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.dugg-grd2 img {
  max-width: 100%;
  vertical-align: top;
}
.dugg-grd2 figcaption {
  position: absolute;
  top: calc(79%);
  width: 100%;
  background-color: #ffffff;
  padding: 15px 25px 65px;
  height: 100%;
}
.dugg-grd2 figcaption:before {
  position: absolute;
  content: '';
  z-index: 2;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 80px;
  background-image: -webkit-linear-gradient(top, transparent 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, transparent 0%, #ffffff 100%);
}
.dugg-grd2 h3,
.dugg-grd2 p {
  margin: 0 0 10px;
}
.dugg-grd2 h3 {
  font-weight: 300;
  font-size: 1.4em;
  line-height: 1.2em;
  font-family: 'Oswald', Arial, sans-serif;
  text-transform: uppercase;
}
.dugg-grd2 p {
  font-size: 0.9em;
  letter-spacing: 1px;
  opacity: 0.9;
}
.dugg-grd2 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.dugg-grd2:hover figcaption,
.dugg-grd2.hover figcaption {
  top: 80px;
}
.dugg-grd {
  font-family: 'Quattrocento', Arial, sans-serif;
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 230px;
  max-width: 350px;
  width: 100%;
  color: #141414;
  text-align: left;
  line-height: 1.4em;
  font-size: 16px;
  float:left;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap;
}
.dugg-grd * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.dugg-grd img {
  max-width: 100%;
  vertical-align: top;
}
.dugg-grd figcaption {
  position: absolute;
  top: calc(79%);
  width: 100%;
  background-color: #ffffff;
  padding: 15px 25px 65px;
  height: 100%;
}
.dugg-grd figcaption:before {
  position: absolute;
  content: '';
  z-index: 2;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 80px;
  background-image: -webkit-linear-gradient(top, transparent 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, transparent 0%, #ffffff 100%);
}
.dugg-grd h3,
.dugg-grd p {
  margin: 0 0 10px;
}
.dugg-grd h3 {
  font-weight: 300;
  font-size: 1.4em;
  line-height: 1.2em;
  font-family: 'Oswald', Arial, sans-serif;
  text-transform: uppercase;
}
.dugg-grd p {
  font-size: 0.9em;
  letter-spacing: 1px;
  opacity: 0.9;
}
.dugg-grd a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.dugg-grd:hover figcaption,
.dugg-grd.hover figcaption {
  top: 80px;
}

.te-map{
	position: absolute !important;
top: 20%;
z-index: 999;
margin-left:10px !important;
text-align:left !important;
padding-left:0 !important;
/*left: 10px;*/
/*background: rgba(255,255,255,0.3);*/

}
.te-map img{
	/*box-shadow: 0 3px 18px 8px rgba(38, 24, 24, 0.25);*/
}
.ach-img{
	width:132px;
	height:auto;
}
.mar-9{
	margin-top:-90px;
}
.mp-chrt{
	text-align:center;
}
.bg-e{
	background:#eeeeee;
}
.colr-y{
	color:#ffa502;
}
.filt{
	color:#ff5252;
	opacity:0.7;
}
#section03 a {
  padding-top: 60px;
}
#section03 a span {
  position: absolute;
  top: 0;
  left:50%;
  width: 46px;
  height: 46px;
  margin-left: -23px;
  border: 1px solid #fff;
  border-radius: 100%;
  box-sizing: border-box;
}
#section03 a span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 16px;
  height: 16px;
  margin: -12px 0 0 -8px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}
#section03 a span::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 44px;
  height: 44px;
  box-shadow: 0 0 0 0 rgba(255,255,255,.1);
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: sdb03 3s infinite;
  animation: sdb03 3s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb03 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb03 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.scroller a {
  position: absolute;
  bottom: 20px;
  left:48%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  top:50px;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
  transition: opacity .3s;
}
.scroller a:hover {
  opacity: .8;
  color:#e82527;
}
.scroller-home a {
  position: absolute;
  bottom: 75px;
left:50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  /*top:50px;*/
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
  transition: opacity .3s;
}
.scroller-home a:hover {
  opacity: .8;
  color:#fff;
}
.ft-2m{
	font-size:2em;
}
#validi,#validi-email{
	position: relative;
float: left;
display: block;
width: 100%;
color: #ff5252;
font-size: 13px;
}
.flt-left{
	float:left;
}
.flt-right{
	float:right;
}
.shd{
	box-shadow: 0px 5px 40px rgba(29,34,47,0.15);
}
.tl{
	box-shadow: 0 1px 5px rgba(0,0,0,0.2);
	margin-left:6%;
	padding:10px;
	/*border-right:6px solid #e82527;*/
	background: #fff;
	height:300px;
}
.tl:hover{
	box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
transition: all 0.3s;
}
.tl:hover .line{
	transition: all 0.3s;
	width:55px;
}
.tl:before{
	background: #FFFFFF;
border: 1px solid rgba(0, 0, 0, 0.15);
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
-o-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
content: "";
height: 100%;
left: 0;
position: absolute;
top: -4px;
transform: rotate(1deg);
-moz-transform: rotate(1deg);
-webkit-transform: rotate(1deg);
-ms-transform: rotate(1deg);
-o-transform: rotate(1deg);
width: 100%;
z-index: 0;
}
.tl:after{
	background: #FFFFFF;
border: 1px solid rgba(0, 0, 0, 0.15);
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
-o-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
content: "";
height: 100%;
left: -4px;
position: absolute;
top: 5px;
transform: rotate(359deg);
-moz-transform: rotate(359deg);
-webkit-transform: rotate(359deg);
-ms-transform: rotate(359deg);
-o-transform: rotate(359deg);
width: 100%;
z-index: 0;
}
.cont-z{
	position: absolute;
z-index: 2;
}
.cont-bg{
	background:url(../img/check-bg.png);
	background-repeat:repeat;
}
.social a{
	color: #4b4b4b ;
	font-weight: 500;
font-size: 1em;
}
.social a:hover{
	color:#e82527;
}
.social li{
	margin-bottom:10px;
	font-family: 'Abel', sans-serif !important;
}
/** ============================
    Call BACK DIV
=============================== */
.call-btn{
	
color: #fff;
/*background: #F58D36;*/
background:#ff8105;
float: right;
text-shadow: rgba(0,0,0,0.1) 0 2px 0;
/*transform: rotate(-90deg);
-moz-transform: rotate(270deg);
-o-transform: rotate(270deg);
-webkit-transform: rotate(-90deg);
-moz-transform-origin: 100% 100%;
-o-transform-origin: 100% 100%;
-webkit-transform-origin: 100% 100%;
*/cursor: pointer;
z-index: 999;
text-align: center;
font-weight: 600;
letter-spacing: 1px;
position: absolute;
top: 35%;
right: 0;
writing-mode: vertical-rl;
-webkit-writing-mode: vertical-rl;
-ms-writing-mode: tb-rl;
padding-top: 10px;
      padding-bottom: 10px;
 font-family: 'Abel', sans-serif !important;
}
.close-call-btn{
	text-align:center;
	width:42px;
	height:42px;
	float:right;
	margin-right: 15px;
	margin-top: 10px;
	cursor:pointer;
}
.close-call-btn img{
	width:100%;
	height:auto;
}
.ard-txt{
	list-style: disc;
	color: #838383;
font-size: 15px;
line-height: 2;
font-weight: 400;
}
.sty{
	list-style: disc;
}
.map-1{
	padding:10px;
	border:1px solid #ccc;
	float:left !important;
	margin:1.5%;
	width:30%;
	display:block;
	box-shadow: 0 1px 5px rgba(0,0,0,0.2);
border: 1px solid rgba(0, 0, 0, 0.1);
}
.map-1 iframe{
	width:100%;
	height:400px;
}
.map-1:hover{
	box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
transition: all 0.3s;
}
.map-1:hover .line{
	transition: all 0.3s;
	width:55px;
}
.contact-area{
	min-height:600px;
}
.section-heading:hover .line{
		transition: all 0.3s;
	width:55px;
}
.logo-main{
	height: 42px !important;
}
.logo-joint{
	transform: scale(2.4);
}
.text-primary {
    color: #42946E !important;
}
.para2{
	font-size: 13px !important;
margin-bottom: 0;
letter-spacing: 1px !important;
color: #ccc !important;
/*text-transform: capitalize !important;*/
text-align: justify;
}
.table-bordered td, .table-bordered th{
	border: 1px solid #777 !important;
}
.Row-success{
	width: 100%;
margin: 0 auto;
/*margin-top: 4%;*/
margin-bottom: 5%;
position: absolute;
z-index: 9999;
text-align: center;
/*padding: 5em;*/
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
}
.val{
	background: #ff8105;
	transition: all .5s ease-in-out 0s;
	/*box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22); heavy shadow
	-webkit-box-shadow:0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
	-moz-box-shadow:0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);*/
	box-shadow:0 10px 20px rgba(0,0,0,0.1), 0 10px 12px rgba(0,0,0,0.1); /*light shadow*/
	-webkit-box-shadow:0 10px 20px rgba(0,0,0,0.1), 0 10px 12px rgba(0,0,0,0.1);
	-moz-box-shadow:0 10px 20px rgba(0,0,0,0.1), 0 10px 12px rgba(0,0,0,0.1);
	color:#f5f5f5 !important;
	padding: 3em;
}
.err{
	background:#F44336 !important;
	transition: all .5s ease-in-out 0s;
	/*box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22); heavy shadow
	-webkit-box-shadow:0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
	-moz-box-shadow:0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);*/
	box-shadow:0 10px 20px rgba(0,0,0,0.1), 0 10px 12px rgba(0,0,0,0.1); /*light shadow*/
	-webkit-box-shadow:0 10px 20px rgba(0,0,0,0.1), 0 10px 12px rgba(0,0,0,0.1);
	-moz-box-shadow:0 10px 20px rgba(0,0,0,0.1), 0 10px 12px rgba(0,0,0,0.1);
	color:#f5f5f5 !important;
	padding: 3em;
}
.ft-num{
	text-align:center;
}
.ft-num p{
	color:#f5f5f5 !important;
	font-size:1.4em;
	 font-family: 'Oswald', sans-serif !important;
}
.ft-ico{
	margin-right:10px;
	font-size:1.2em;
}