@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);
/*=================================================================
                             Boishakh headder style
 ================================================================*/
/*Header Top*/
.boishakh-header-top {
  padding: 6px 0px 6px 0px;
  border-top-width: 3px;
  border-top-style: solid;
}

.boishakh-header-top .boishak-top-contact {
  line-height: 30px;
}

.boishakh-header-top .boishakh-top-social li {
  list-style: none;
  float: right;
  margin-right: 3px;
}

.boishakh-header-top .boishakh-top-social li a {
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  -webkit-border-radius: 100%;
  border: 1px solid #e6e6e6;
  text-align: center;
  line-height: 30px;
  color: #696969;
}

.boishakh-header-top .boishakh-top-social li.facebook a:hover {
  background: #3a5795;
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  -webkit-border-radius: 100%;
  border: 1px solid #e6e6e6;
  text-align: center;
  line-height: 30px;
  color: #fff;
}

.boishakh-header-top .boishakh-top-social li.googelplus a:hover {
  background: #dd4b39;
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  -webkit-border-radius: 100%;
  border: 1px solid #e6e6e6;
  text-align: center;
  line-height: 30px;
  color: #fff;
}

.boishakh-header-top .boishakh-top-social li.twiter a:hover {
  background: #659fcb;
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  -webkit-border-radius: 100%;
  border: 1px solid #e6e6e6;
  text-align: center;
  line-height: 30px;
  color: #fff;
}

.boishakh-header-top .boishakh-top-social li.pinterest a:hover {
  background: #bc0012;
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  -webkit-border-radius: 100%;
  border: 1px solid #e6e6e6;
  text-align: center;
  line-height: 30px;
  color: #fff;
}

.boishakh-header-top .boishakh-top-social li.rss a:hover {
  background: #fb7629;
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  -webkit-border-radius: 100%;
  border: 1px solid #e6e6e6;
  text-align: center;
  line-height: 30px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .boishakh-header-top .boishak-top-contact, .boishakh-header-top ul.boishakh-top-social {
    text-align: center;
    margin-left: 0px;
    padding-left: 0px;
  }
  .boishakh-header-top ul.boishakh-top-social li {
    list-style: none;
    float: none;
    margin: 0 auto;
    display: inline-block;
    margin-right: 3px;
  }
}

/*Header bottom*/
.boishak-header-bottom {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding-top: 15px;
  padding-bottom: 15px;
}

/*================================================================
                    Con_n001 Start
=================================================================*/
/*con_n001 service content*/
.con_n001 {
  /* services items */
}

.con_n001 .service-item {
  width: 100%;
  overflow: hidden;
  text-align: center;
  padding: 0px 0px 0px 0px;
}

.con_n001 .service-item .service-item-icon {
  width: 100%;
  height: 80%;
  font-size: 77px;
  text-align: center;
  position: relative;
  color: #fff;
  line-height: 260px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  margin: 0 auto 25px;
  border: 1px solid #d4d8e9;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.con_n001 .service-item:hover .service-item-icon {
  border: 1px solid #d4d8e9;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
}

.con_n001 .service-item .service-item-icon i {
  z-index: 2;
  position: relative;
  font-family: 'FontAwesome', sans sarif;
  line-height: 260px;
  padding: 2px;
}

.con_n001 .service-item:hover .service-item-icon:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.con_n001 .service-item .service-item-icon:after {
  z-index: 1;
  top: 19px;
  left: 19px;
  content: '';
  width: 85%;
  height: 85%;
  border-radius: 50%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.con_n001 .service-item h4 {
  margin-bottom: 5px;
  line-height: 24px;
}

.con_n001 .service-item a.spdBaseFntColr {
  cursor: pointer;
  text-decoration: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.con_n001 .service-item p {
  color: #606060;
  padding-top: 20px;
}

.con_n001 .service-item-border {
  border: 1px solid #d4d8e9;
  width: 80px;
  margin: 0 auto;
  float: none;
}

.con_n001 h4 a:hover {
  color: #000;
}

/*================================================================
                    Con_n002
=================================================================*/
/*Service Page Con_n002*/
.con_n002 .service-showcase-A, .con_n002 .service-showcase-B, .con_n002 .service-showcase-C {
  text-align: center;
}

/*================================================================
                    Con_n003
=================================================================*/
.con_n003 .service-plx-bg {
  background-color: #c9c9c9;
}

.con_n003 .serv-readmore-button, .con_n003 .serv-exp-button, .con_n003 .plx-device-button {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  border-radius: 0px;
  background: #c9c9c9;
  border: 0px solid #2375ad;
  padding: 5px;
  padding-left: 15px;
  padding-right: 15px;
}

.con_n003 .serv-readmore-button a, .con_n003 .serv-exp-button a {
  color: #fff;
  font-family: 'Open Sans';
  text-decoration: none;
}

.con_n003 img.serv-mobile {
  width: 90%;
}

.con_n003 .sr-readmore {
  padding: 5px 15px;
  box-shadow: none;
  border: 0px solid #303030;
}

.con_n003 .sr-readmore a {
  color: #fff;
}

.con_n003 .sr-readmore a:hover {
  color: #fff;
  text-decoration: none;
}

/*================================================================
                    Con_n004
=================================================================*/
.con_n004 .serv-exp-button {
  padding: 5px 15px;
  box-shadow: none;
  border: 0px solid #303030;
}

.con_n004 .serv-exp-button a {
  color: #fff;
  font-family: 'Open Sans';
  text-decoration: none;
}

/*================================================================
                    Con_n005
=================================================================*/
.con_n005 {
  /*Blog Details View*/
}

.con_n005 .blog-detail-title {
  font-style: italic;
}

.con_n005 .blog-detail-border1 {
  border-bottom: 2px solid #e6e5ea;
  width: 120px;
}

.con_n005 .blog-detail-border2 {
  width: 100%;
  border-bottom: 1px solid #e6e5ea;
}

.con_n005 .blog-detail-auther {
  font-size: 16px;
}

.con_n005 .blog-detail-auther .fa-user {
  padding-right: 10px;
}

.con_n005 .blog-details-text {
  padding-top: 20px;
}

.con_n005 .blog-detail-about-auther, .con_n005 .blog-detail-about-auther-title {
  font-style: italic;
}

@media all and (max-width: 767px) {
  .con_n005 img.blog-detail-avatar {
    width: 150px;
  }
}

/*con_n006 plx-device*/
.con_n006 {
  /*media code for con_n006 plx-device*/
}

.con_n006 .plx-device-bg {
  padding: 40px 0px 0px 0px;
}

.con_n006 .plx-device-image {
  padding-top: 15px;
}

.con_n006 .plx-device-button {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 300;
  border-radius: 0px;
  background: #c9c9c9;
  border: 1px solid #969696;
  margin-top: 12px;
  background: rgba(234, 234, 234, 0.2);
}

.con_n006 .plx-device-button a {
  text-decoration: none;
  font-weight: 600;
  padding: 7px 10px;
}

.con_n006 .plx-device-button a:hover {
  text-decoration: none;
  color: #000;
}

@media screen and (max-width: 767px) {
  .con_n006 .plx-device-image {
    padding-top: 30px;
  }
  .con_n006 h1.plx-device-title {
    text-align: center;
  }
  .con_n006 .plx-device-button {
    float: none;
    display: block;
    margin: 0 auto;
  }
}

/*con_n007 feature-list-icons style */
.con_n007 {
  /*media code n007 feature-list-icons*/
}

.con_n007 .feature-list-icons {
  padding-top: 40px;
}

.con_n007 .feature-list-icons .feature-list-left-icon {
  display: inline-block;
  float: left;
  font-size: 32px;
  height: auto;
  width: 70px;
  height: 70px;
  text-align: center;
  border: 1px solid #dddcdc;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  padding: 10px;
  margin-right: 20px;
  line-height: 50px;
}

.con_n007 .feature-list-icons h2.features-list-title {
  padding-bottom: 30px;
}

.con_n007 .feature-list-icons .feature-list-title-border {
  border-bottom: 2px solid #e6e5ea;
  float: none;
  margin: 0 auto;
  text-align: center;
}

.con_n007 .feature-list-icons .feature-list-right-cont {
  float: left;
  width: 70%;
}

.con_n007 .feature-list-icons .feature-list-right-cont h4 {
  margin-top: 0;
}

.con_n007 .feature-list-icons .feature-list-right-cont p {
  padding-bottom: 15px;
}

@media screen and (max-width: 999px) {
  .con_n007 .feature-list-icons .feature-list-left-icon {
    font-size: 15px;
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .con_n007 .feature-list-icons .feature-list-left-icon {
    font-size: 32px;
    width: 70px;
    height: 70px;
    display: block;
  }
}

/**** con_n008 plx video-bg ****/
.con_n008 .portfolio-bg {
  background: url("../images/1.png");
}

.con_n008 .portfolio-row {
  width: 100%;
  max-width: 100%;
}

.con_n008 .portfolio-top {
  margin: 40px 0px;
}

.con_n008 h2 {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.con_n008 p {
  padding-top: 0px;
  margin-top: 0px;
}

.con_n008 p i {
  font-size: 20px;
  font-weight: 300px;
}

.con_n008 .IconHoverControl {
  margin-top: 9% !important;
}

.con_n008 .FontColor {
  color: #fff;
}

.con_n008 .PText {
  color: #fff;
}

.con_n008 .portfolio-bottom {
  padding: 70px 0px;
}

.con_n008 .portfolio-bottom a {
  color: #fff;
  padding: 20px 40px;
  border-radius: 5px;
  font-weight: 800;
}

.con_n008 .portfolio-bottom a:hover {
  text-decoration: none;
}

.con_n008 .portfolio-bottom .fa-plus {
  padding-right: 10px;
}

/**************************************
                Con_n009
**************************************/
.con_n009 {
  /**con_n009 media**/
}

.con_n009 .welcome-title-border {
  border-top: 2px solid #333;
  width: 60px;
}

@media screen and (min-width: 320px) and (max-width: 991px) {
  .con_n009 .con_n009-device-image {
    text-align: center;
  }
  .con_n009 .welcome-title-border {
    text-align: center;
    float: none;
    margin: 0 auto;
  }
  .con_n009 .plx-device-image {
    text-align: center;
  }
  .con_n009 h2, .con_n009 p {
    text-align: center;
  }
  .con_n009 .sx-padding {
    padding-top: 40px;
  }
}

/**con_n009 end**/
/***************************
      Con_n010
***************************/
.con_n010 {
  /**con_n010 media **/
  /*end media*/
}

.con_n010 h2 {
  text-align: center;
}

.con_n010 p {
  text-align: center;
  padding-bottom: 20px;
}

.con_n010 .even-more-border {
  float: none;
  margin: 0 auto;
  border-top: 2px solid #333;
  width: 60px;
}

.con_n010 .feature-item-icon {
  font-size: 28px;
  display: block;
}

.con_n010 .right-text {
  text-align: right;
  display: block;
}

.con_n010 h4 {
  margin-bottom: 0;
  font-weight: inherit;
  text-transform: inherit;
}

.con_n010 .feature-small-border {
  text-align: right;
  height: 2px;
  background: #333;
  float: right;
  width: 60px;
  display: block;
  margin-top: 10px;
}

.con_n010 .feature-small-border-left {
  text-align: right;
  height: 2px;
  background: #333;
  float: left;
  width: 60px;
  display: block;
  margin-top: 10px;
}

.con_n010 .feature-text {
  text-align: right;
  float: right;
  display: block;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 30px;
}

.con_n010 .feature-text-left {
  text-align: left;
  float: right;
  display: block;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 30px;
}

.con_n010 .Chronos-mobile-image {
  margin: 0 auto;
  display: block;
}

@media screen and (min-width: 320px) and (max-width: 991px) {
  .con_n010 .feature-small-border, .con_n010 .feature-text-left {
    float: none;
    margin: 0 auto;
  }
  .con_n010 .m-margin {
    margin-top: 10px;
  }
  .con_n010 .feature-small-border-left, .con_n010 .feature-text, .con_n010 .feature-text-left, .con_n010 .right-text {
    text-align: center;
    float: none;
    display: block;
  }
  .con_n010 .feature-item-icon {
    font-size: 28px;
    text-align: center;
    float: none;
    margin: 0 auto;
    display: block;
  }
  .con_n010 h4 {
    text-align: center;
  }
  .con_n010 .left-mobile {
    margin: 0 auto;
    float: none;
    display: block;
  }
  .con_n010 .left-text {
    padding-bottom: 10px;
  }
}

/**con_n010 end**/
/* ==================================================================
              con_n012
================================================================== */
.about_me_slider .flexslider {
  background-color: transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  border: none;
  margin: 0 0 40px;
}

.about_me_slider .flex-direction-nav a {
  background-color: rgba(0, 0, 0, 0.5);
}

.about_me_slider .flex-direction-nav .flex-prev {
  left: 0;
}

.about_me_slider .flex-direction-nav .flex-prev:before {
  content: "\f104";
  color: #fff;
  font-size: 30px;
  padding-left: 12px;
}

.about_me_slider .flex-direction-nav .flex-next {
  right: 0;
}

.about_me_slider .flex-direction-nav .flex-next:before {
  content: "\f105";
  color: #fff;
  font-size: 30px;
  padding-right: 12px;
  margin-right: 0px;
}

.about_me_slider .flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 0px;
}

.about_me_slider .flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 0px;
}

.con_n012 {
  position: relative;
}

.con_n012 .about_me_bg {
  background: #f9f9f9;
  padding-top: 6%;
  padding-bottom: 3%;
}

.con_n012 h2 {
  paddiing-top: 0px;
  margin-top: 0px;
}

.con_n012 .small-title {
  font-size: 17px;
}

.con_n012 .block-latter {
  font-size: 32px;
  font-weight: 800;
  color: #e4e4e4;
  border-radius: 4px;
  padding: 13px 13px 13px 13px;
  float: left;
  margin-right: 10px;
  margin-top: 5px;
  margin-bottom: 10px;
}

.con_n012 .aboutme-social-border {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  display: block;
  float: left;
  height: 6px;
  margin-top: 9%;
  position: relative;
  width: 100%;
  text-align: center;
}

.con_n012 .aboutme-social-border .aboutme-sicial-bg {
  background: #f9f9f9;
  display: inline-block;
  height: auto;
  margin-top: -22px;
  padding: 0px 20px 20px 20px;
  position: relative;
  top: -8px;
}

.con_n012 .aboutme-social-border .aboutme-icons {
  padding-left: 0px;
  margin-left: 0px;
}

.con_n012 .aboutme-social-border .aboutme-icons li {
  list-style: none;
}

.con_n012 .aboutme-social-border .aboutme-icons li {
  display: inline-table;
  float: none;
  font-size: 16px;
  height: 32px;
  line-height: 32px;
  position: relative;
  text-align: center;
  width: 32px;
  top: 0px;
}

.con_n012 .aboutme-social-border .aboutme-icons li:before {
  background: none repeat scroll 0 0 #383838;
  border-radius: 4px;
  content: "";
  display: table;
  height: 32px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(45deg);
  width: 32px;
}

.con_n012 .aboutme-social-border .aboutme-icons li.about_me-social_facebook:hover:before {
  background: #3b5998;
  position: absolute;
}

.con_n012 .aboutme-social-border .aboutme-icons li.about_me-social_twitter:hover:before {
  background: #55acee;
  position: absolute;
}

.con_n012 .aboutme-social-border .aboutme-icons li.about_me-social_youtube:hover:before {
  background: #cc181e;
  position: absolute;
}

.con_n012 .aboutme-social-border .aboutme-icons li.about_me-social_pinterest:hover:before {
  background: #ab171e;
  position: absolute;
}

.con_n012 .aboutme-social-border i {
  color: #e4e4e4;
  position: relative;
}

.con_n012 ul.about_me-social {
  position: relative;
}

.con_n012 ul.about_me-social li {
  display: inline;
}

.con_n012 ul.about_me-social li a {
  width: 32px;
  height: 32px;
  background: red;
  color: #fff;
  z-index: 1;
  background: none repeat scroll 0 0 #383838;
  border-radius: 4px;
  content: "";
  display: inline-block;
  height: 32px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(45deg);
  width: 32px;
  z-index: 99;
  color: #fff;
}

.con_n012 ul.about_me-social li a:before {
  background: none repeat scroll 0 0 #383838;
  border-radius: 4px;
  content: "";
  display: table;
  height: 32px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(45deg);
  width: 32px;
  z-index: 99;
  color: #fff;
}

/* =============================
              con_n013
===============================*/
.con_n013 {
  position: relative;
}

.con_n013 .about_us_bg {
  background: #f9f9f9;
  padding-top: 6%;
  padding-bottom: 3%;
}

.con_n013 h2 {
  paddiing-top: 0px;
  margin-top: 0px;
}

.con_n013 .block-latter {
  font-size: 32px;
  font-weight: 800;
  color: #e4e4e4;
  border-radius: 4px;
  padding: 13px 13px 13px 13px;
  float: left;
  margin-right: 10px;
  margin-top: 5px;
  margin-bottom: 10px;
}

.con_n013 .flex-direction-nav a:before {
  font-family: "FontAwesome";
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

/* =============================
              con_n014
===============================*/
.con_n014 {
  /*our office orslider start*/
  /*our office slider end*/
  /*our office contact address start*/
  /*our office contact address end*/
  /*our office opening hours start*/
  /*our office opening hours end*/
  /*our office portfolio*/
}

.con_n014 .our_office_slider .flexslider {
  background-color: transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  border: none;
  margin: 0 0 40px;
}

.con_n014 .our_office_slider .flex-direction-nav a {
  background-color: rgba(0, 0, 0, 0.5);
}

.con_n014 .our_office_slider .flex-direction-nav .flex-prev {
  left: 0;
}

.con_n014 .our_office_slider .flex-direction-nav .flex-prev:before {
  content: "\f104";
  color: #fff;
  font-size: 30px;
  padding-left: 12px;
}

.con_n014 .our_office_slider .flex-direction-nav .flex-next {
  right: 0;
}

.con_n014 .our_office_slider .flex-direction-nav .flex-next:before {
  content: "\f105";
  color: #fff;
  font-size: 30px;
  padding-right: 12px;
  margin-right: 0px;
}

.con_n014 .our_office_slider .flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 0px;
}

.con_n014 .our_office_slider .flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 0px;
}

.con_n014 #goole-map-outer {
  border-radius: 20%;
}

.con_n014 .map-list {
  padding-left: 0px;
  margin-left: 0px;
  clear: both;
}

.con_n014 .map-list li {
  list-style: none;
  padding-bottom: 10px;
  clear: both;
}

.con_n014 .map-list li i {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  text-align: center;
  line-height: 26px;
  margin-right: 10px;
}

.con_n014 .map-list li .address_icon, .con_n014 .phone_icon, .con_n014 .email_icon {
  color: #fff;
}

.con_n014 .addres-left {
  padding-left: 35px;
}

.con_n014 .office-contact-area-border {
  background-image: -webkit-linear-gradient(left, transparent, #DBDBDB, transparent);
  background-image: linear-gradient(to right, transparent, #DBDBDB, transparent);
  border: 0;
  height: 1px;
  margin: 25px 0px 40px 0px;
}

.con_n014 .opening_outer {
  position: relative;
}

.con_n014 .opening_hour_bg {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 10px 20px 15px 20px;
  border: 1px solid #f7f7f7;
  background: url(../images/time-clock.png) #f9f9f9;
  background-repeat: no-repeat;
  background-position: bottom right;
}

.con_n014 .time-list {
  padding-left: 0px;
  margin-left: 0px;
}

.con_n014 .time-list li {
  list-style: none;
}

.con_n014 .time-list li i {
  font-size: 17px;
}

.con_n014 .time-list li a {
  color: #333;
  text-decoration: none;
}

.con_n014 .our_office-lighter_text {
  font-size: 21px;
  font-weight: 300;
}

.con_n014 .office-right-padding {
  padding-right: 15px;
  font-size: 35px;
  padding-bottom: 5px;
}

.con_n014 .office_p {
  padding-left: 45px;
}

.con_n014 h4 span {
  padding-left: 10px;
}

.con_n014 .office_portfolio {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px;
}

.con_n014 .zoom_button {
  border-radius: 100%;
  bottom: 8px;
  color: #FFF;
  display: block;
  height: 30px;
  padding: 6px;
  position: absolute;
  right: 8px;
  text-align: center;
  width: 30px;
  line-height: 19px;
}

.con_n014 .space-remover {
  padding: 0px;
  margin: 0px;
}

/* =============================
        call_to_action_n015
===============================*/
.call_to_action_n015 {
  /* Starting Call to action area Style */
  /* Common Style */
  /* style 01 */
  /* Ending Call to action area Style */
  /* Buttons Contents CSS */
}

.call_to_action_n015 .spd-r-call-01 {
  border-top-color: #dddddd;
  border-top-width: 1px;
  border-right-color: #dddddd;
  border-right-width: 1px;
  border-bottom-color: #dddddd;
  border-bottom-width: 1px;
  border-left-width: 4px;
  border-radius: 5px;
  border-style: solid;
  padding: 0 30px 30px 30px;
}

.call_to_action_n015 .spd-r-call-btn {
  height: auto;
  min-height: 140px;
  text-align: center;
}

.call_to_action_n015 .spd-r-call-btn a {
  margin: 81px auto auto;
  font-size: 17px;
}

@media screen and (max-width: 1000px) {
  .call_to_action_n015 .spd-r-call-btn a {
    margin: 44px auto auto;
  }
}

.call_to_action_n015 .spd-r-btn {
  background: none repeat scroll 0 0 #f4f6f6;
  color: #2D323A;
  text-shadow: 0 1px 0 #ffffff;
}

.call_to_action_n015 .spd-r-btn-big {
  font-size: 16px;
  line-height: 20px;
  padding: 12px 17px;
  transition: all 0.5s;
  color: #ffffff !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.call_to_action_n015 .spd-r-btn-blue:hover {
  background: none repeat scroll 0 0 #416E9B;
}

/* =============================
        call_to_action_n016
===============================*/
.call_to_action_n016 {
  /* style 01 */
}

.call_to_action_n016 .spd-r-call-01 {
  border-top-color: #dddddd;
  border-top-width: 1px;
  border-right-color: #dddddd;
  border-right-width: 1px;
  border-bottom-color: #dddddd;
  border-bottom-width: 1px;
  border-left-width: 4px;
  border-radius: 5px;
  border-style: solid;
  padding: 0 30px 30px 30px;
}

/* =============================
              con_n017
===============================*/
.call_to_action_n017 {
  /* style 03 */
  /* First Style */
}

.call_to_action_n017 .spd-r-call-03 {
  background: none repeat scroll 0 0 #efefef;
  padding: 30px;
  text-align: center;
}

.call_to_action_n017 .spd-r-call-03 .spd-r-call-btn span {
  margin: 30px;
}

.call_to_action_n017 .spd-r-b_asset {
  /*box-shadow*/
  box-shadow: 0 -4px 0 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 -4px 0 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 -4px 0 0 rgba(0, 0, 0, 0.2) inset;
}

.call_to_action_n017 .spd-r-buton {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 6px 12px;
  overflow: hidden;
  border: medium none;
  border-radius: 5px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  z-index: 1;
}

.call_to_action_n017 .spd-r-buton:after {
  content: "";
  position: absolute;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  z-index: -1;
}

.call_to_action_n017 .spd-r-buton-1:hover:after {
  height: 225%;
  opacity: 1;
}

.call_to_action_n017 .spd-r-buton-1:after {
  background: none repeat scroll 0 0 #505050;
  height: 0;
  left: 50%;
  opacity: 0;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  width: 100%;
}

.call_to_action_n017 .spd-r-buton-1:hover, .call_to_action_n017 .buton-5:active {
  color: #ffffff;
}

.call_to_action_n017 .spd-r-btn-bigger {
  font-size: 18px;
  line-height: 20px;
  padding: 18px 22px;
}

.call_to_action_n017 .spd-r-buton a {
  color: #fff;
  text-decoration: none;
}

/* =============================
          fancy_media_n018
===============================*/
.fancy_media_n018 {
  /** FANCY MEDIA 01 END**/
}

.fancy_media_n018 .image-effects {
  padding-left: 15px;
}

.fancy_media_n018 .image-effects .img {
  position: relative;
  float: left;
  margin-bottom: 5px;
  width: 25%;
  overflow: hidden;
}

.fancy_media_n018 .image-effects .img:nth-child(n) {
  margin-right: 5px;
}

.fancy_media_n018 .image-effects .img:first-child {
  margin-left: -15px;
}

.fancy_media_n018 .image-effects .img:last-child {
  margin-right: 0;
}

.fancy_media_n018 .image-effects .img img {
  display: block;
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto;
}

.fancy_media_n018 .overlay {
  display: block;
  position: absolute;
  z-index: 20;
  background: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.fancy_media_n018 a.close-overlay {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  width: 45px;
  height: 45px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 45px;
  text-align: center;
  background-color: #000;
  cursor: pointer;
}

.fancy_media_n018 a.close-overlay.hidden {
  display: none;
}

.fancy_media_n018 a.expand {
  display: block;
  position: absolute;
  z-index: 100;
  width: 60px;
  height: 60px;
  border: solid 5px #fff;
  text-align: center;
  color: #fff;
  line-height: 50px;
  font-weight: 700;
  font-size: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}

.fancy_media_n018 #image-effect-1 .overlay {
  bottom: 0;
  left: 0;
  right: 0;
  width: 90%;
  margin-left: 5%;
  height: 0;
}

.fancy_media_n018 #image-effect-1 .overlay a.expand {
  left: 0;
  right: 0;
  bottom: 50%;
  text-decoration: none;
  margin: 0 auto -30px auto;
}

.fancy_media_n018 #image-effect-1 .img.image-hover .overlay {
  height: 100%;
}

/* =============================
          fancy_media_n019
===============================*/
.fancy_media_n019 .spd-n-fn-media-img-bg {
  background: #dddddd;
}

.fancy_media_n019 .image-effects {
  padding-left: 15px;
}

.fancy_media_n019 .image-effects .img {
  position: relative;
  float: left;
  margin-bottom: 5px;
  width: 25%;
  overflow: hidden;
}

.fancy_media_n019 .image-effects .img:nth-child(n) {
  margin-right: 5px;
}

.fancy_media_n019 .image-effects .img:first-child {
  margin-left: -15px;
}

.fancy_media_n019 .image-effects .img:last-child {
  margin-right: 0;
}

.fancy_media_n019 .image-effects .img img {
  display: block;
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto;
}

.fancy_media_n019 .overlay {
  display: block;
  position: absolute;
  z-index: 20;
  background: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.fancy_media_n019 a.close-overlay {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  width: 45px;
  height: 45px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 45px;
  text-align: center;
  background-color: #000;
  cursor: pointer;
}

.fancy_media_n019 a.close-overlay.hidden {
  display: none;
}

.fancy_media_n019 a.expand {
  display: block;
  position: absolute;
  z-index: 100;
  width: 60px;
  height: 60px;
  border: solid 5px #fff;
  text-align: center;
  color: #fff;
  line-height: 50px;
  font-weight: 700;
  font-size: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}

.fancy_media_n019 #image-effect-2 .overlay {
  top: 0;
  left: 0;
  right: 0;
  width: 90%;
  margin-left: 5%;
  height: 0;
}

.fancy_media_n019 #image-effect-2 .overlay a.expand {
  left: 0;
  right: 0;
  top: 50%;
  text-decoration: none;
  margin: -30px auto 0 auto;
}

.fancy_media_n019 #image-effect-2 .img.image-hover .overlay {
  height: 100%;
}

.fancy_media_n019 .spd-n-fn-m-text-bottom {
  padding: 15px 15px 15px 15px;
  text-align: center;
  font-size: 16px;
}

/* =============================
       images_n023 images 01
===============================*/
.images_n023 {
  /** Common Class **/
}

.images_n023 .spd-r-view {
  float: left;
  border: 5px solid #fff;
  overflow: hidden;
  position: relative;
  text-align: center;
  box-shadow: 0px 0px 5px #aaa;
  cursor: default;
}

.images_n023 .spd-r-view .mask, .images_n023 .spd-r-view .content {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

.images_n023 .spd-r-view img {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.images_n023 .spd-r-img-w img {
  border-radius: 15px;
}

/*=============================
        image_n024
==============================*/
.images_n024 .spd-img-overlay {
  bottom: 0;
  display: block;
  left: 0;
  opacity: 0;
  padding: 30px;
  position: absolute !important;
  right: 0;
  text-align: left;
  top: 0;
  transition: all 0.3s ease-in-out 0s;
  z-index: 1;
}

/*=============================
        image_n025
==============================*/
.images_n025 {
  /** Effect One **/
}

.images_n025 .spd-r-view {
  float: left;
  border: 5px solid #fff;
  overflow: hidden;
  position: relative;
  text-align: center;
  box-shadow: 0px 0px 5px #aaa;
  cursor: default;
}

.images_n025 .spd-r-view .mask, .images_n025 .spd-r-view .content {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

.images_n025 .spd-r-view img {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.images_n025 .spd-r-view a.info {
  display: inline-block;
  text-decoration: none;
  padding: 0;
  text-indent: -9999px;
}

.images_n025 .spd-r-image-effect-one .mask {
  opacity: 0;
  overflow: visible;
  border: 40% solid rgba(0, 0, 0, 0.7);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.images_n025 .spd-r-image-effect-one a.info {
  position: relative;
  top: -10px;
  opacity: 0;
  -webkit-transition: opacity 0.5s 0s ease-in-out;
  -moz-transition: opacity 0.5s 0s ease-in-out;
  -o-transition: opacity 0.5s 0s ease-in-out;
  -ms-transition: opacity 0.5s 0s ease-in-out;
  transition: opacity 0.5s 0s ease-in-out;
}

.images_n025 .spd-r-image-effect-one:hover .mask {
  opacity: 1;
  border: 190px solid rgba(0, 0, 0, 0.7);
}

.images_n025 .spd-r-image-effect-one:hover a.info {
  opacity: 1;
  -moz-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

/*=============================
          image_n026
==============================*/
.images_n026 .spd-r-radious-f img {
  border-radius: 100%;
}

.images_n026 .spd-img-overlay {
  bottom: 0;
  display: block;
  left: 0;
  opacity: 0;
  padding: 30px;
  position: absolute !important;
  right: 0;
  text-align: left;
  top: 0;
  transition: all 0.3s ease-in-out 0s;
  z-index: 1;
}

.images_n026 .spd-img-overlay .spd-caption-centered > *:first-child {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

/*=============================
          image_n027
==============================*/
.images_n027 {
  /** Common Class **/
  /*  Effect two */
  /** Effect 02 01 in Circle **/
  /** Common Class **/
  /*  Effect two */
  /*  Effect three */
  /** Bootstrap image **/
}

.images_n027 .spd-r-view {
  float: left;
  border: 5px solid #fff;
  overflow: hidden;
  position: relative;
  text-align: center;
  box-shadow: 0px 0px 5px #aaa;
  cursor: default;
}

.images_n027 .spd-r-view .mask, .images_n027 .spd-r-view .content {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

.images_n027 .spd-r-view img {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.images_n027 .spd-r-view a.info {
  display: inline-block;
  text-decoration: none;
  padding: 0;
  text-indent: -9999px;
}

.images_n027 .spd-r-image-effect-two .mask {
  background: rgba(0, 0, 0, 0.4);
  opacity: 1;
  position: absolute;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  width: 100%;
  height: 100%;
}

.images_n027 .spd-r-image-effect-two:hover .mask {
  opacity: 0;
  transform: translateX(100%);
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -o-transform: translateX(100%);
}

.images_n027 .spd-r-view-r {
  float: left;
  border: 5px solid #fff;
  overflow: hidden;
  position: relative;
  text-align: center;
  box-shadow: 0px 0px 5px #aaa;
  cursor: default;
  border-radius: 100%;
}

.images_n027 .spd-r-view-r .mask, .images_n027 .spd-r-view-r .content {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

.images_n027 .spd-r-view-r img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  -webkit-border-radius: 100%;
}

.images_n027 .spd-r-view-r a.info {
  display: inline-block;
  text-decoration: none;
  padding: 0;
  text-indent: -9999px;
}

.images_n027 .spd-r-image-effect-two-r .mask {
  border: 50px solid rgba(0, 0, 0, 0.7);
  border-radius: 100%;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  height: 0;
  left: 36%;
  opacity: 1;
  position: absolute;
  top: 37%;
  transform: scale(4);
  transition: all 1s ease-in-out 0s;
  visibility: visible;
  width: 0;
}

.images_n027 .spd-r-image-effect-two-r:hover .mask {
  opacity: 0;
  border: 0px solid rgba(0, 0, 0, 0.7);
  visibility: hidden;
}

.images_n027 .spd-r-image-effect-two-s {
  transition: All 0.5s ease-in-out;
  -webkit-transition: All 0.5s ease-in-out;
  -moz-transition: All 0.5s ease-in-out;
  -o-transition: All 0.5s ease-in-out;
  transform: rotate(4deg) scale(1);
  -webkit-transform: rotate(4deg) scale(1);
  -moz-transform: rotate(4deg) scale(1);
  -o-transform: rotate(4deg) scale(1);
  -ms-transform: rotate(4deg) scale(1);
}

.images_n027 .spd-r-image-effect-two-s:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}

.images_n027 .spd-r-imm img {
  width: 100%;
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .images_n027 {
    /*.spd-r-section-foot-top {
        background-attachment: scroll;
    }

    .spd-r-whatwedo-bg {
        background-attachment: scroll;
    }*/
  }
  .images_n027 .spd-r-image-effect-two .mask {
    background-size: cover;
    border: 150px solid rgba(0, 0, 0, 0.7);
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    transition: all 1s ease 0s;
    visibility: visible;
    width: 100%;
  }
  .images_n027 .spd-r-view img {
    height: auto;
  }
  .images_n027 .spd-r-image-effect-two-s:hover img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
  }
  .images_n027 .spd-n-home-testm-image img {
    border-width: 3px;
    border-style: solid;
    border-color: inherit;
    padding: 0;
  }
  .images_n027 .spd-r-image-effect-two .mask {
    border: 250px solid rgba(0, 0, 0, 0.7);
    height: 200%;
    left: -20px;
    top: -100px;
    width: 200%;
  }
  .images_n027 .item > a {
    height: 50%;
    width: 100%;
  }
}

/*=============================
          image_n028
==============================*/
.images_n028 .spd-r-view-r {
  float: left;
  border: 5px solid #fff;
  overflow: hidden;
  position: relative;
  text-align: center;
  box-shadow: 0px 0px 5px #aaa;
  cursor: default;
  border-radius: 100%;
}

.images_n028 .spd-r-view-r .mask, .images_n028 .spd-r-view-r .content {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

.images_n028 .spd-r-view-r img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  -webkit-border-radius: 100%;
}

.images_n028 .spd-r-view-r a.info {
  display: inline-block;
  text-decoration: none;
  padding: 0;
  text-indent: -9999px;
}

/*===============================
          what_we_do_n038
================================*/
.what_we_do_n038 {
  text-align: center;
}

.what_we_do_n038 .spd-row {
  width: 100%;
  max-width: 100%;
  padding: 0px;
}

.what_we_do_n038 .what_we_do_box_bg {
  padding: 10%;
  min-height: 285px;
}

.what_we_do_n038 h4, .what_we_do_n038 p {
  color: #fff;
}

.what_we_do_n038 .read_more_button {
  border: 1px solid #fff;
  padding: 5px 10px;
  margin: 0 auto;
  display: block;
  width: 80px;
  float: none;
}

.what_we_do_n038 .read_more_button a {
  color: #fff;
  text-decoration: none;
  text-align: center;
}

.what_we_do_n038 .what_we_do_box_bg:before {
  width: 22px;
  height: 22px;
  background: #1D88CC;
  right: -10px;
  border: solid transparent;
  content: " ";
  position: absolute;
  top: 50%;
  bottom: 50%;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 99;
}

.what_we_do_n038 .Both_05 {
  top: 50%;
}

.what_we_do_n038 .serv_icon {
  border: 0px solid #ffffff;
  border-radius: 50%;
  padding: 1px;
  position: relative;
  background: rgba(77, 75, 75, 0.7);
  display: inline-block;
  width: 35px;
  height: 35px;
  margin: 25% 0%;
  line-height: 35px;
  text-align: center;
  color: #fff;
  font-size: 12px;
}

.what_we_do_n038 .icon-spacing {
  margin-left: 5px;
  margin-right: 5px;
}

.what_we_do_n038 .serv_icon i {
  color: #fff;
}

.what_we_do_n038 .what_we_do_box_bg-grey {
  background: #7a6a61;
}

.what_we_do_n038 .what_we_do_box_bg-grey:before {
  background: #7a6a61;
}

.what_we_do_n038 .what_we_do_box_bg2 {
  padding: 10%;
  min-height: 285px;
  background: #7a6a61;
}

.what_we_do_n038 .space-remover {
  padding: 0px;
  margin: 0px;
}

.what_we_do_n038 .overly-bg {
  position: relative;
}

.what_we_do_n038 .overly-bg:before {
  width: 22px;
  height: 22px;
  background: #1D88CC;
  left: -12px;
  top: calc(50% - 22px);
  border: solid transparent;
  content: " ";
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 99;
}

.what_we_do_n038 .ih-item.square.effect13 .info .search-icon {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-size: 12px;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  line-height: 35px;
  background-color: rgba(32, 30, 30, 0.8);
  margin-top: 40%;
  margin-left: 5px;
  margin-right: 5px;
}

.what_we_do_n038 .overly-bg-grey {
  position: relative;
}

.what_we_do_n038 .overly-bg-grey:before {
  width: 22px;
  height: 22px;
  background: #7a6a61;
  left: -12px;
  top: calc(50% - 22px);
  border: solid transparent;
  content: " ";
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 99;
}

.what_we_do_n038 .what_we_do_box_bg-red {
  background: #e7505a;
}

.what_we_do_n038 .overly-bg-red {
  position: relative;
}

.what_we_do_n038 .overly-bg-red:before {
  width: 22px;
  height: 22px;
  background: #e7505a;
  right: -12px;
  top: calc(50% - 22px);
  border: solid transparent;
  content: " ";
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 99;
}

.what_we_do_n038 .what_we_do_box_bg-left {
  background-color: #e7505a;
}

.what_we_do_n038 .overly-bg-left {
  position: relative;
}

.what_we_do_n038 .overly-bg-left:before {
  width: 22px;
  height: 22px;
  background: #1D88CC;
  right: -12px;
  top: calc(50% - 22px);
  border: solid transparent;
  content: " ";
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 99;
}

/* ---- button ---- */
.button {
  display: inline-block;
  padding: 10px 18px;
  margin-bottom: 10px;
  background: #EEE;
  border: none;
  border-radius: 7px;
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.2));
  color: #222;
  font-family: sans-serif;
  font-size: 16px;
  text-shadow: 0 1px white;
  cursor: pointer;
}

.button:hover {
  background-color: #8CF;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
  color: #222;
}

.button:active,
.button.is-checked {
  background-color: #28F;
}

.button.is-checked {
  color: white;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.8);
}

.button:active {
  box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0.8);
}

/* ---- button-group ---- */
.button-group:after {
  content: '';
  display: block;
  clear: both;
}

.button-group .button {
  float: left;
  border-radius: 0;
  margin-left: 0;
  margin-right: 1px;
}

.button-group .button:first-child {
  border-radius: 0.5em 0 0 0.5em;
}

.button-group .button:last-child {
  border-radius: 0 0.5em 0.5em 0;
}

/* ---- isotope ---- */
.grid {
  border: 1px solid #333;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .element-item ---- */
.element-item > * {
  margin: 0;
  padding: 0;
}

.element-item.alkali {
  background: #F00;
  background: red;
}

.element-item.alkaline-earth {
  background: #F80;
  background: #ff9900;
}

.element-item.lanthanoid {
  background: #FF0;
  background: #ccff00;
}

.element-item.actinoid {
  background: #0F0;
  background: #33ff00;
}

.element-item.transition {
  background: #0F8;
  background: #00ff66;
}

.element-item.post-transition {
  background: #0FF;
  background: cyan;
}

.element-item.metalloid {
  background: #08F;
  background: #0066ff;
}

.element-item.diatomic {
  background: #00F;
  background: #3300ff;
}

.element-item.halogen {
  background: #F0F;
  background: #cc00ff;
}

.element-item.noble-gas {
  background: #F08;
  background: #ff0099;
}

@media screen and (min-width: 768px) and (max-width: 990px) {
  .view_05 .Cont_05_Icon i {
    font-weight: 300;
    color: #ffffff;
    line-height: 40px !important;
    font-size: 20px;
    width: 40px !important;
    height: 40px !important;
    text-align: center;
  }
  .effect-zoe p {
    position: absolute;
    width: 100%;
    bottom: 4em !important;
    padding: 2em;
    color: #fff;
    text-transform: none;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
  }
  .effect-zoe figcaption > a {
    float: none;
  }
  .effect-zoe h2 {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  #image-effect-3 .overlay {
    width: 0;
    margin-left: 0;
  }
  #image-effect-4 .overlay {
    width: 0;
    margin-left: 0;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .images_n024 img {
    width: 100%;
    margin-bottom: 30px;
  }
}

.spd-text-uppercase {
  text-transform: uppercase;
}

p.flex-caption {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  margin: 0;
  width: 100%;
  color: #fff;
  padding: 20px 30px;
}

.boishakh-logo {
  padding-top: 6px;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .boishakh-logo {
    padding-top: 10px;
  }
}

@media only screen and (max-width: 600px) and (min-width: 320px) {
  .boishakh-logo {
    padding-top: 10px;
  }
}

@media only screen and (max-width: 460px) and (min-width: 320px) {
  .boishakh-logo {
    padding-top: 15px;
  }
}

.nav > li > a:hover, .nav > li > a:focus {
  background-color: #fff;
}

.nav.navbar-nav > li > a {
  color: #EEE;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
  height: 100px;
  line-height: 100px;
  padding: 0 15px;
}

.nav.navbar-nav > li > a:after {
  display: none;
}

.nav.navbar-nav a {
  color: #999;
}

.nav.navbar-nav li.active > a {
  color: #EEE;
}

.nav.navbar-nav .secnd-child {
  border-top-width: 2px;
  border-top-style: solid;
}

.nav.navbar-nav .secnd-child li {
  background: #333;
}

.nav.navbar-nav .secnd-child li a {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.nav.navbar-nav .secnd-child li a:hover {
  background-color: rgba(0, 0, 0, 0.1);
  color: #ccc;
  padding: 0.75em 1.2em;
}

.nav.navbar-nav .third-child {
  border-top-width: 2px;
  border-top-style: solid;
  margin-top: -2px;
}

.nav.navbar-nav .fourth-child {
  border-top-width: 2px;
  border-top-style: solid;
  margin-top: -2px;
}

@media all and (max-width: 767px) {
  .navbar-toggle {
    background-color: transparent;
    margin: 33px 0;
    border-color: #111;
  }
  .navbar-toggle .icon-bar {
    background-color: #111;
  }
  .navbar-collapse {
    padding: 0;
    margin-top: 20px;
  }
  .nav > li > a:hover, .nav > li > a:focus {
    background-color: #EDEBEB;
  }
  .nav {
    float: none;
    background-color: #fff;
    overflow: hidden;
  }
  .nav li {
    width: 100%;
  }
  .nav li .secnd-child {
    position: relative;
    min-width: 100%;
    width: 100%;
    left: 5%;
    box-shadow: none;
    margin-top: 0;
    border-top: 0;
  }
  .nav li .secnd-child li {
    width: 100%;
  }
  .nav li .third-child {
    position: relative;
    min-width: 100%;
    width: 100%;
    left: 5%;
    box-shadow: none;
    margin-top: 0;
    border-top: 0;
  }
  .nav li .third-child li {
    width: 100%;
  }
  .nav li .fourth-child {
    position: relative;
    min-width: 100%;
    width: 100%;
    left: 5%;
    box-shadow: none;
    margin-top: 0;
    border-top: 0;
  }
  .nav li .fourth-child li {
    width: 100%;
  }
  .sf-arrows ul li > .sf-with-ul:focus:after, .sf-arrows ul li:hover > .sf-with-ul:after, .sf-arrows ul .sfHover > .sf-with-ul:after {
    border-top-color: white;
  }
  .sf-arrows ul li > .sf-with-ul:focus:after, .sf-arrows ul li:hover > .sf-with-ul:after, .sf-arrows ul .sfHover > .sf-with-ul:after {
    border-left-color: transparent;
  }
  .sf-arrows ul .sf-with-ul:after {
    border-top-color: #dFeEFF;
    border-top-color: rgba(255, 255, 255, 0.5);
    border-left-color: transparent;
  }
  .sf-arrows .secnd-child .sf-with-ul:after {
    right: 7.5%;
  }
  .sf-arrows .third-child .sf-with-ul:after {
    right: 12.5%;
  }
  .view_05 img {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .view_05 .Cont_05_Icon i {
    line-height: 50px;
    font-size: 14px;
    width: 50px;
    height: 50px;
    vertical-align: 0;
  }
  .boishakh-logo {
    padding-top: 13px;
  }
}

@media all and (max-width: 500px) {
  .spd-single {
    width: 100%;
  }
}

.Chronos-logo {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 30px;
}

.Chronos-logo a {
  display: block;
}

.search-button {
  line-height: 100px;
  float: right;
  color: #eee;
  position: relative;
  margin: 0 0 0 25px;
  z-index: 99;
  cursor: pointer;
}

.search-form {
  position: absolute;
  width: 68vw;
  display: none;
  right: 36px;
  top: 0;
  height: 100px;
}

.search-form .form-control {
  height: 100px;
}

.nav-border {
  margin: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.search-form.Search-hide {
  display: block;
  transition: all 0.4s;
}

.custom_menu_width {
  width: 95%;
  float: left;
}

.main_menu_area .sf-menu {
  float: right;
}

/*** importing content scss files ***/
.back-color {
  background-color: #f9f9f9;
}

.blog-box {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.blog-box h4 a {
  color: #111;
}

.blog-box .meta, .blog-box .meta a, .blog-box .more {
  display: inline-block;
  line-height: 24px;
  margin-bottom: 10px;
  font-size: 13px;
}

.blog-box .meta:hover, .blog-box .meta a:hover, .blog-box .more:hover {
  color: #000;
}

.blog-box .meta span:before, .blog-box .meta a span:before, .blog-box .more span:before {
  content: "/";
  padding: 0 10px;
  color: #b5b5b5;
}

.blog-box .meta .date:before {
  content: "";
  padding: 0;
}

@media all and (max-width: 992px) {
  figure.main img {
    width: 100%;
  }
  .blog-box {
    padding: 15px;
    margin: 0 0 0px 0;
  }
  .blog-box .meta span:before, .blog-box .meta a span:before, .blog-box .more span:before {
    padding: 0 5px;
  }
}

.blog-list img {
  height: 179px;
}

.blog-list .blog-box {
  padding: 10px;
}

.blog-list .blog-box .meta, .blog-list .blog-box .more {
  margin: 0 0 5px 0;
}

.blog-list .blog-box .meta a, .blog-list .blog-box .more a {
  margin: 0;
}

.blog-list .blog-box p {
  margin: 0;
}

.spd-r-maintitle {
  font-size: 60px;
  font-size: 6rem;
  font-weight: 700;
  margin-bottom: 70px;
}

.spd-r-maintitle2 {
  font-size: 60px;
  font-size: 6rem;
  font-weight: 700;
}

.meet-team1 {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.meet-team1:hover img {
  transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
}

.meet-team1 .sh-transition {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.meet-team1 .social-list {
  display: inline-block;
  margin-left: 0;
  padding-left: 0;
}

.meet-team1 .social-list li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

.meet-team1 .social-list li a {
  width: 35px;
  height: 35px;
  line-height: 11px;
  padding: 10px;
  display: inline-block;
  border: 2px solid #ccc;
  border-radius: 500px;
  color: #ccc;
}

.meet-team1 .social-list li .twitter:hover {
  color: #fff;
  background: #2478BA;
  border-color: #2478BA;
}

.meet-team1 .social-list li .google-plus:hover {
  color: #fff;
  background: #CB2320;
  border-color: #CB2320;
}

.meet-team1 .social-list li .facebook:hover {
  color: #fff;
  background: #3A589D;
  border-color: #3A589D;
}

.view_05 {
  overflow: hidden;
  position: relative;
  text-align: center;
}

.view_05 .mask, .view_05 .content {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

.view_05 .mask {
  background-color: rgba(0, 0, 0, 0.6);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: translate(460px, -100px) rotate(180deg);
  -moz-transform: translate(460px, -100px) rotate(180deg);
  -o-transform: translate(460px, -100px) rotate(180deg);
  -ms-transform: translate(460px, -100px) rotate(180deg);
  transform: translate(460px, -100px) rotate(180deg);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.view_05:hover .mask {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
}

.view_05 h2 {
  transform: translateX(-800px);
  -moz-transform: translateX(-800px);
  -webkit-transform: translateX(-800px);
  -o-transform: translateX(-800px);
  -ms-transform: translateX(-800px);
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.view_05:hover h2 {
  transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transition: all 0.2s ease 0.2s;
  -moz-transition: all 0.2s ease 0.2s;
  -ms-transition: all 0.2s ease 0.2s;
  -o-transition: all 0.2s ease 0.2s;
  transition: all 0.2s ease 0.2s;
}

.view_05 p {
  transform: translateX(800px);
  -moz-transform: translateX(800px);
  -webkit-transform: translateX(800px);
  -o-transform: translateX(800px);
  -ms-transform: translateX(800px);
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.view_05:hover p {
  -webkit-transform: translateX(0px) rotate(0deg);
  -moz-transform: translateX(0px) rotate(0deg);
  -o-transform: translateX(0px) rotate(0deg);
  -ms-transform: translateX(0px) rotate(0deg);
  transform: translateX(0px) rotate(0deg);
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.view_05 .Cont_05_Icon {
  border: 1px solid #ffffff;
  border-radius: 100%;
  margin: 10% auto auto;
  padding: 1px;
  position: relative;
}

.view_05 .Cont_05_Icon i {
  font-weight: 300;
  color: #ffffff;
  line-height: 65px;
  font-size: 20px;
  width: 65px;
  height: 65px;
  text-align: center;
}

.view_05 .Both_05 {
  margin: auto;
  width: 60%;
  margin-top: 28%;
}

.view_05 .Both_05 .ToP_05 {
  float: left;
  top: 15%;
}

.view_05 .Both_05 .BoT_05 {
  float: right;
  top: 15%;
}

.view_05 img {
  width: 100%;
  max-width: 100%;
}

.con_s005 .about-content {
  color: #8C8C8C;
}

.con_s005 .list-content {
  padding-left: 0;
  padding-top: 10px;
}

.con_s005 .list-content .square-check {
  list-style: none;
  padding-bottom: 10px;
}

.con_s005 .list-content .square-check i {
  padding-right: 10px;
}

.con_s005 .aboutTitle {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 25px;
  color: #111111;
}

.call-to-action {
  background-color: #e8e8e8;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .call-to-action .callToActionButton {
    text-align: center;
  }
}

.call-to-action:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 15px solid #FFFFFF;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  position: absolute;
  left: 48%;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .call-to-action h2 {
    font-size: 22px;
  }
}

button.buy-btn {
  padding: 10px 25px;
  border: none;
  color: #FFFFFF;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

/************************ start content con_s008 *********************************/
.Chronos-header-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.full-bg {
  background: url(../images/back-bg3.jpg) fixed;
  background-size: cover;
  background-position: center top;
  position: relative;
  overflow: hidden;
  height: 500px;
  width: 100%;
  display: table;
}

#home-slider.flexslider {
  background-color: transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  border: none;
}

.Chronos-text-wrapper {
  display: table-cell;
  vertical-align: middle;
  margin: auto;
  text-align: center;
}

#home-slider p.home-slide-content {
  color: #EEE;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  font-size: 64px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 30px;
}

#home-slider .flex-caption {
  margin-bottom: 10px;
  font-size: 24px;
  color: #EEE;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  text-align: center;
  font-weight: 300;
}

.con_s009 strong {
  padding-top: 15px;
  display: inline-block;
}

.con_s009 .ih-item.square.effect13.left_to_right a .info i.photo {
  top: 45%;
  position: absolute;
  left: 48%;
  color: #FFFFFF;
}

.con_s010 strong {
  padding-top: 15px;
  display: inline-block;
}

.con_s010 .ih-item.square.effect13.left_to_right a .info i.photo {
  top: 45%;
  position: absolute;
  left: 48%;
  color: #FFFFFF;
}

.con_s011 strong {
  padding-top: 15px;
  display: inline-block;
}

.con_s011 .ih-item.square.effect13.left_to_right a .info i.photo {
  top: 45%;
  position: absolute;
  left: 48%;
  color: #FFFFFF;
}

.con_s012 {
  /* ----------------------------------------------------------------
      portfolio with title
  -----------------------------------------------------------------*/
  /* ----------------------------------------------------------------
      portfolio masonry
  -----------------------------------------------------------------*/
  /* clear fix */
  /* ----------------------------------------------------------------
      Isotope Filtering
  -----------------------------------------------------------------*/
  /*Isotope CSS3 transitions */
}

.con_s012 .portfolio-filter {
  margin: 0;
  padding: 30px 0;
}

.con_s012 .portfolio-filter li {
  display: inline-block;
  list-style: none;
}

.con_s012 .portfolio-filter li a {
  color: #a9a8a8;
  margin: 0 15px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 3px;
}

.con_s012 .portfolio-filter li a:hover {
  color: #222222;
}

.con_s012 .portfolio-filter li.active a {
  color: #222222;
}

.con_s012 .portfolio-with-title .portfolio-title {
  padding: 15px 0px;
}

.con_s012 .portfolio-with-title .portfolio-title h4 {
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #222;
}

.con_s012 .portfolio-with-title .portfolio-title h4 a {
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #222;
}

.con_s012 .portfolio-with-title .portfolio-title h3 {
  margin: 0 0 10px 0;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #222;
}

.con_s012 .portfolio-with-title .portfolio-title h3 a {
  margin: 0 0 10px 0;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #222;
}

.con_s012 .portfolio-with-title .portfolio-title p {
  margin: 0;
  font-size: 12px;
  text-transform: uppercase;
  /*font-family: 'Abel', sans-serif;*/
  font-weight: normal;
  letter-spacing: 1px;
  color: #7e7e7e;
}

.con_s012 .portfolio-masonry:after {
  content: '';
  display: block;
  clear: both;
}

.con_s012 .isotope-item {
  z-index: 2;
}

.con_s012 .isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.con_s012 .isotope {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.con_s012 .isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

.con_s012 .isotope.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

.con_s012 .isotope.no-transition .isotope-item {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

.con_s012 .isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

.con_s012 .isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

.con_s013 {
  /* ----------------------------------------------------------------
      portfolio with title
  -----------------------------------------------------------------*/
  /* ----------------------------------------------------------------
      portfolio masonry
  -----------------------------------------------------------------*/
  /* clear fix */
  /* ----------------------------------------------------------------
      Isotope Filtering
  -----------------------------------------------------------------*/
  /*Isotope CSS3 transitions */
}

.con_s013 .portfolio-filter {
  margin: 0;
  padding: 30px 0;
}

.con_s013 .portfolio-filter li {
  display: inline-block;
  list-style: none;
}

.con_s013 .portfolio-filter li a {
  color: #a9a8a8;
  margin: 0 15px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 3px;
}

.con_s013 .portfolio-filter li a:hover {
  color: #222222;
}

.con_s013 .portfolio-filter li.active a {
  color: #222222;
}

.con_s013 .portfolio-with-title .portfolio-title {
  padding: 15px 0px;
}

.con_s013 .portfolio-with-title .portfolio-title h4 {
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #222;
}

.con_s013 .portfolio-with-title .portfolio-title h4 a {
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #222;
}

.con_s013 .portfolio-with-title .portfolio-title h3 {
  margin: 0 0 10px 0;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #222;
}

.con_s013 .portfolio-with-title .portfolio-title h3 a {
  margin: 0 0 10px 0;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #222;
}

.con_s013 .portfolio-with-title .portfolio-title p {
  margin: 0;
  font-size: 12px;
  text-transform: uppercase;
  /*font-family: 'Abel', sans-serif;*/
  font-weight: normal;
  letter-spacing: 1px;
  color: #7e7e7e;
}

.con_s013 .portfolio-masonry:after {
  content: '';
  display: block;
  clear: both;
}

.con_s013 .isotope-item {
  z-index: 2;
}

.con_s013 .isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.con_s013 .isotope {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.con_s013 .isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

.con_s013 .isotope.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

.con_s013 .isotope.no-transition .isotope-item {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

.con_s013 .isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

.con_s013 .isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

.con_s014 {
  /* ----------------------------------------------------------------
      portfolio with title
  -----------------------------------------------------------------*/
  /* ----------------------------------------------------------------
      portfolio masonry
  -----------------------------------------------------------------*/
  /* clear fix */
  /* ----------------------------------------------------------------
      Isotope Filtering
  -----------------------------------------------------------------*/
  /*Isotope CSS3 transitions */
}

.con_s014 .portfolio-filter {
  margin: 0;
  padding: 30px 0;
}

.con_s014 .portfolio-filter li {
  display: inline-block;
  list-style: none;
}

.con_s014 .portfolio-filter li a {
  color: #a9a8a8;
  margin: 0 15px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 3px;
}

.con_s014 .portfolio-filter li a:hover {
  color: #222222;
}

.con_s014 .portfolio-filter li.active a {
  color: #222222;
}

.con_s014 .portfolio-with-title .portfolio-title {
  padding: 15px 0px;
}

.con_s014 .portfolio-with-title .portfolio-title h4 {
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #222;
}

.con_s014 .portfolio-with-title .portfolio-title h4 a {
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #222;
}

.con_s014 .portfolio-with-title .portfolio-title h3 {
  margin: 0 0 10px 0;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #222;
}

.con_s014 .portfolio-with-title .portfolio-title h3 a {
  margin: 0 0 10px 0;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #222;
}

.con_s014 .portfolio-with-title .portfolio-title p {
  margin: 0;
  font-size: 12px;
  text-transform: uppercase;
  /*font-family: 'Abel', sans-serif;*/
  font-weight: normal;
  letter-spacing: 1px;
  color: #7e7e7e;
}

.con_s014 .portfolio-masonry:after {
  content: '';
  display: block;
  clear: both;
}

.con_s014 .isotope-item {
  z-index: 2;
}

.con_s014 .isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.con_s014 .isotope {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.con_s014 .isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

.con_s014 .isotope.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

.con_s014 .isotope.no-transition .isotope-item {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

.con_s014 .isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

.con_s014 .isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

.comment-form input[type="email"], .comment-form input[type="password"], .comment-form input[type="url"], .comment-form input[type="text"], .comment-form input:not([type]), .comment-form textarea {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.comment-form .buy-btn {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.comment-form .check-label {
  padding: 0 0 0 10px;
}

.comment-form .spd-logincheck a {
  padding-left: 10px;
}

@media all and (max-width: 767px) {
  .comment-form .spd-col-md-6.spd-col-sm-6.spd-no-padding-right, .comment-form .spd-col-md-6.spd-col-sm-6.spd-no-padding-left {
    padding: 0;
  }
  .comment-form .check-label {
    padding: 0 0 0 10px;
    display: inline;
    font-size: 12px;
  }
}

.bread__crumb {
  background-color: #111;
}

.bread__crumb .breadcrumb__title {
  color: #fff;
  margin-top: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

/*
breadcrumb_S02*/

.breadcrumb_S02{
  margin-top:0px;
  background-image: url(../images/black_denim.png);
  background-size: inherit;
    border-top:5px solid #000;
    border-bottom:5px solid #000;  
    margin-bottom:10px;
    border-radius: 0px;
    
}


.breadcrumb_S02 .breadcrumb__title {
  margin-bottom: 15px;
  margin-top:15;
}

.breadcrumb_S02 .page_des {
  color: #FFFFFF;
  padding-top: 12px;
}

.con_ls_s002 .slider_btn_1 {
  display: inline-block;
  text-align: center;
  color: #fff;
  font-weight: 400;
  background-color: transparent;
  padding: 15px 45px;
  border-radius: 0;
  border: 2px solid #fff;
}

.con_ls_s002 .slider_btn_1:hover {
  background-color: #fff;
  color: #111;
}

.con_ls_s002 .slider_btn_2 {
  display: inline-block;
  text-align: center;
  color: #fff;
  font-weight: 400;
  padding: 15px 45px;
  border-radius: 0;
}

.con_ls_s002 .slider_btn_3 {
  display: inline-block;
  text-align: center;
  color: #fff;
  font-weight: 400;
  padding: 15px 45px;
  border-radius: 30px;
}

.con_ls_s002 .slider_btn_4 {
  display: inline-block;
  text-align: center;
  color: #fff;
  font-weight: 400;
  background-color: transparent;
  padding: 15px 45px;
  border-radius: 30px;
  border: 1px solid #fff;
}

/*benefit_s001 icon box content*/
.benefit_s001 .spd-s1-iconbox {
  text-align: center;
}

.benefit_s001 .spd-s1-iconbox i {
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 50%;
  transition: all 0.8s ease;
  color: inherit;
}

.benefit_s001 .spd-s1-iconbox:hover i {
  border-color: #CACACA;
  background-color: #CACACA;
}

/*benefit_s002 icon box content02*/
.benefit_s002 .spd-s2-iconbox {
  text-align: center;
}

.benefit_s002 .spd-s2-iconbox i {
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 50%;
  transition: all 0.8s ease;
  color: #fff;
}

.benefit_s002 .spd-s2-iconbox:hover i {
  border-color: #CACACA;
  color: #000;
  background: none;
}

/*benefit_s003 benefit 03*/
.benefit_s003 .spd-s3-iconbox {
  text-align: center;
}

.benefit_s003 .spd-s3-iconbox i {
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 50%;
  transition: all 0.8s ease;
  color: inherit;
}

.benefit_s003 .spd-s3-iconbox:hover i {
  border-color: #CACACA;
  color: #ffffff;
  background-color: #CACACA;
}

/*benefit_s004 icon box content04*/
.benefit_s004 .spd-s4-iconbox {
  text-align: center;
}

.benefit_s004 .spd-s4-iconbox i {
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 50%;
  transition: all 0.8s ease;
  color: inherit;
}

.benefit_s004 .spd-s4-iconbox:hover i {
  transform: rotateY(180deg);
  color: #fff;
  background-color: #CACACA;
}

/*benefit_s005 benefit 05*/
.benefit_s005 .spd-s5-iconbox {
  text-align: center;
}

.benefit_s005 .spd-s5-iconbox i {
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 50%;
  transition: all 0.8s ease;
  color: inherit;
}

.benefit_s005 .spd-s5-iconbox:hover i {
  border-color: #CACACA;
  color: #ffffff;
  background-color: #CACACA;
}

/* Float Shadow */
.benefit_s005 .float-shadow {
  display: inline-block;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.benefit_s005 .float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform,opacity;
  transition-property: transform,opacity;
}

.benefit_s005 .float-shadow:hover, .benefit_s005 .float-shadow:focus, .benefit_s005 .float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}

.benefit_s005 .float-shadow:hover:before, .benefit_s005 .float-shadow:focus:before, .benefit_s005 .float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

.pie-chart_s001 .chart {
  position: relative;
  display: inline-block;
  width: 170px;
  height: 170px;
  text-align: center;
}

.pie-chart_s001 .chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.pie-chart_s001 .percent {
  display: inline-block;
  line-height: 170px;
  z-index: 2;
  font-size: 2em;
}

.pie-chart_s001 .percent h3 {
  line-height: 140px;
}

.pie-chart_s001 .percent:after {
  content: '%';
  margin-left: 0.1em;
  font-size: 1em;
}

.pie-chart_s001 .spd-chart {
  display: table;
  text-align: center;
  width: 100%;
}

.pie-chart_s001 .spd-chart h3 {
  text-transform: uppercase;
}

.pie-chart_s002 .chart2 {
  position: relative;
  display: inline-block;
  width: 170px;
  height: 170px;
  text-align: center;
}

.pie-chart_s002 .chart2 canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.pie-chart_s002 .percent2 {
  display: inline-block;
  line-height: 170px;
  z-index: 2;
  font-size: 2em;
}

.pie-chart_s002 .percent2 h3 {
  line-height: 140px;
}

.pie-chart_s002 .percent2 i {
  line-height: 170px;
}

.pie-chart_s002 .percent2:after {
  margin-left: 0.1em;
  font-size: 1em;
}

.pie-chart_s002 .spd-chart {
  display: table;
  text-align: center;
  width: 100%;
}

.pie-chart_s002 .spd-chart h3 {
  text-transform: uppercase;
}

.pie-chart_s003 .chart {
  position: relative;
  display: inline-block;
  width: 170px;
  height: 170px;
  text-align: center;
}

.pie-chart_s003 .chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.pie-chart_s003 .percent2 {
  display: inline-block;
  line-height: 170px;
  z-index: 2;
  font-size: 2em;
}

.pie-chart_s003 .percent2 h3 {
  line-height: 140px;
}

.pie-chart_s003 .percent2 i {
  line-height: 170px;
}

.pie-chart_s003 .percent2:after {
  margin-left: 0.1em;
  font-size: 1em;
}

.pie-chart_s003 .spd-chart {
  display: table;
  text-align: center;
  width: 100%;
}

.pie-chart_s003 .spd-chart h3 {
  text-transform: uppercase;
}

/* counter box */
.counter_s001 .counter-box {
  text-align: center;
}

.counter_s001 .bigcount {
  font-size: 4em;
}

.counter_s001 .counter-ex {
  font-size: 3em;
  font-weight: 300;
}

.counter_s001 .counter-box h2 {
  font-weight: 300;
}

.counter_s001 .counter-box i {
  display: inline-block;
  width: 100%;
}

/* counter_s002 */
.counter_s002 .mediumcount, .counter_s002 .counter-ex2 {
  font-size: 3em;
  font-weight: 300;
  padding-top: 25px;
  display: inline-block;
}

.counter_s002 .counter-box {
  text-align: center;
}

.counter_s002 .counter-box h2 {
  font-weight: 300;
}

.counter_s002 .counter-box i {
  display: inline-block;
  width: 100%;
}

@media handheld, only screen and (min-width: 768px) and (max-width: 960px) {
  .mediumcount, .counter-ex2 {
    font-size: 2em;
  }
}

/* counter_s003 */
.counter_s003 .counter-box {
  text-align: center;
}

.counter_s003 .counter-box h2 {
  font-weight: 300;
}

.counter_s003 .counter-box i {
  display: inline-block;
  width: 100%;
}

.counter_s003 .mediumcount, .counter_s003 .counter-ex2 {
  font-size: 3em;
  font-weight: 300;
}

.counter_s003 .count-left {
  display: inline-block;
}

.counter_s003 .count-inline {
  display: table;
  width: 100%;
  text-align: center;
}

.counter_s003 .counter-box2 i {
  line-height: 2em;
}

.counter_s003 .count-right {
  display: inline-block;
  padding-left: 18px;
  text-align: left;
  padding-top: 25px;
}

.counter_s003 .count-right > h4 {
  margin: 0;
}

@media handheld, only screen and (min-width: 768px) and (max-width: 960px) {
  .count-right > h4 {
    font-size: 13px;
  }
  .mediumcount, .counter-ex2 {
    font-size: 2em;
  }
  .count-right {
    padding-top: 20px;
  }
}

.responsive-tab_s001 #horizontalTab .resp-tab-item {
  border-right: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}

.responsive-tab_s001 #horizontalTab .resp-tabs-list li {
  background: #f8fafa;
}

.responsive-tab_s001 #horizontalTab .resp-tab-item.resp-tab-active {
  background: #ffffff;
}

.responsive-tab_s001 #horizontalTab .resp-tab-content {
  border: 1px solid #dddddd;
}

.responsive-tab_s001 #horizontalTab .resp-tabs-container p {
  text-align: left;
}

.responsive-tab_s002 #Spd-tab2 .resp-tabs-list li i {
  padding-right: 10px;
}

.responsive-tab_s002 #Spd-tab2 .resp-tab-item.resp-tab-active {
  border-top: 4px solid #CACACA;
  border-radius: 3px 3px 0 0;
  padding: 14px 15px !important;
}

.responsive-tab_s002 #Spd-tab2 .resp-tabs-list li {
  padding: 15px;
}

.responsive-tab_s002 #Spd-tab2 .resp-tab-item {
  border-right: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}

.responsive-tab_s002 #Spd-tab2 .resp-tabs-list li {
  background: #f8fafa;
}

.responsive-tab_s002 #Spd-tab2 .resp-tab-item.resp-tab-active {
  background: #ffffff;
}

.responsive-tab_s002 #Spd-tab2 .resp-tab-content {
  border: 1px solid #dddddd;
}

@media only screen and (max-width: 768px) {
  #Spd-tab2 .resp-accordion i {
    padding-right: 15px;
  }
}

.responsive-tab_s003 #Spd-tab3 .resp-tabs-list li i {
  padding-right: 10px;
}

.responsive-tab_s003 #Spd-tab3 .resp-tab-item.resp-tab-active {
  border-top-width: 4px;
  border-top-style: solid;
  border-top-color: #CACACA;
  border-radius: 3px 3px 0 0;
  padding: 14px 15px !important;
}

.responsive-tab_s003 #Spd-tab3 .resp-tabs-list li {
  padding: 15px;
}

.responsive-tab_s003 #Spd-tab3 .resp-tab-item {
  display: table-cell;
  float: none;
  position: relative;
  text-align: center;
  width: 1%;
}

.responsive-tab_s003 #Spd-tab3 .resp-tab-item {
  border-right: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}

.responsive-tab_s003 #Spd-tab3 .resp-tabs-list li {
  background: #f8fafa;
}

.responsive-tab_s003 #Spd-tab3 .resp-tab-item.resp-tab-active {
  background: #ffffff;
}

.responsive-tab_s003 #Spd-tab3 .resp-tab-content {
  border: 1px solid #dddddd;
}

@media only screen and (max-width: 768px) {
  #Spd-tab3 .resp-accordion i {
    padding-right: 15px;
  }
}

#spd-vertical-tab2 .resp-tab-item.resp-tab-active {
  border-left-width: 5px;
  border-left-style: solid;
  border-left-color: #CACACA;
  border-radius: 3px 3px 0 0;
}

#spd-vertical-tab2 .resp-tab-item i {
  padding-right: 15px;
}

@media only screen and (max-width: 768px) {
  #spd-vertical-tab2 .resp-accordion i, #Spd-tab2 .resp-accordion i, #Spd-tab3 .resp-accordion i {
    padding-right: 15px;
  }
}

.Img-h-eff_s001 {
  /* Anchor will cover the whole item by default */
  /* For some effects it will show as a button */
  /* main hover effect */
}

.Img-h-eff_s001 .image-effects {
  padding-left: 15px;
}

.Img-h-eff_s001 .image-effects .img {
  position: relative;
  float: left;
  margin-bottom: 5px;
  width: 25%;
  overflow: hidden;
}

.Img-h-eff_s001 .image-effects .img:nth-child(n) {
  margin-right: 5px;
}

.Img-h-eff_s001 .image-effects .img:first-child {
  margin-left: -15px;
}

.Img-h-eff_s001 .image-effects .img:last-child {
  margin-right: 0;
}

.Img-h-eff_s001 .image-effects .img img {
  display: block;
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto;
}

.Img-h-eff_s001 .overlay {
  display: block;
  position: absolute;
  z-index: 20;
  background: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.Img-h-eff_s001 a.close-overlay {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  width: 45px;
  height: 45px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 45px;
  text-align: center;
  background-color: #000;
  cursor: pointer;
}

.Img-h-eff_s001 a.close-overlay.hidden {
  display: none;
}

.Img-h-eff_s001 a.expand {
  display: block;
  position: absolute;
  z-index: 100;
  width: 60px;
  height: 60px;
  border: solid 5px #fff;
  text-align: center;
  color: #fff;
  line-height: 50px;
  font-weight: 700;
  font-size: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}

.Img-h-eff_s001 div {
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  background: #3085a3;
  height: 350px;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
}

.Img-h-eff_s001 div img {
  position: relative;
  display: block;
  min-height: 100%;
  width: 100%;
  opacity: 0.8;
}

.Img-h-eff_s001 div figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.Img-h-eff_s001 div figcaption::before, .Img-h-eff_s001 div figcaption::after {
  pointer-events: none;
}

.Img-h-eff_s001 div a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.Img-h-eff_s001 div h2 {
  word-spacing: -0.15em;
  font-weight: 300;
  margin: 0;
}

.Img-h-eff_s001 div h2 span {
  font-weight: 800;
}

.Img-h-eff_s001 div p {
  margin: 0;
  letter-spacing: 1px;
  font-size: 68.5%;
}

.Img-h-eff_s001 #image-effect-1 .overlay {
  bottom: 0;
  left: 0;
  right: 0;
  width: 90%;
  margin-left: 5%;
  height: 0;
}

.Img-h-eff_s001 #image-effect-1 .overlay a.expand {
  left: 0;
  right: 0;
  bottom: 50%;
  text-decoration: none;
  margin: 0 auto -30px auto;
}

.Img-h-eff_s001 #image-effect-1 .img.image-hover .overlay {
  height: 100%;
}

.Img-h-eff_s001 div.effect-sadie figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
  background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
  content: '';
  opacity: 0;
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
}

.Img-h-eff_s001 div.effect-sadie h2 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #fff;
  -webkit-transition: -webkit-transform 0.35s, color 0.35s;
  transition: transform 0.35s, color 0.35s;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.Img-h-eff_s001 div.effect-sadie figcaption::before {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

.Img-h-eff_s001 div.effect-sadie p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2em;
  width: 100%;
  opacity: 0;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}

.Img-h-eff_s001 div.effect-sadie:hover h2 {
  color: #fff;
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
}

.Img-h-eff_s001 div.effect-sadie:hover figcaption::before, .Img-h-eff_s001 div.effect-sadie:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.Img-h-eff_s002 {
  /* Anchor will cover the whole item by default */
  /* For some effects it will show as a button */
  /* main hover effect */
}

.Img-h-eff_s002 .image-effects {
  padding-left: 15px;
}

.Img-h-eff_s002 .image-effects .img {
  position: relative;
  float: left;
  margin-bottom: 5px;
  width: 25%;
  overflow: hidden;
}

.Img-h-eff_s002 .image-effects .img:nth-child(n) {
  margin-right: 5px;
}

.Img-h-eff_s002 .image-effects .img:first-child {
  margin-left: -15px;
}

.Img-h-eff_s002 .image-effects .img:last-child {
  margin-right: 0;
}

.Img-h-eff_s002 .image-effects .img img {
  display: block;
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto;
}

.Img-h-eff_s002 .overlay {
  display: block;
  position: absolute;
  z-index: 20;
  background: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.Img-h-eff_s002 a.close-overlay {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  width: 45px;
  height: 45px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 45px;
  text-align: center;
  background-color: #000;
  cursor: pointer;
}

.Img-h-eff_s002 a.close-overlay.hidden {
  display: none;
}

.Img-h-eff_s002 a.expand {
  display: block;
  position: absolute;
  z-index: 100;
  width: 60px;
  height: 60px;
  border: solid 5px #fff;
  text-align: center;
  color: #fff;
  line-height: 50px;
  font-weight: 700;
  font-size: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}

.Img-h-eff_s002 div {
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  background: #3085a3;
  height: 350px;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
}

.Img-h-eff_s002 div img {
  position: relative;
  display: block;
  min-height: 100%;
  width: 100%;
  opacity: 0.8;
}

.Img-h-eff_s002 div figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.Img-h-eff_s002 div figcaption::before, .Img-h-eff_s002 div figcaption::after {
  pointer-events: none;
}

.Img-h-eff_s002 div a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.Img-h-eff_s002 div h2 {
  word-spacing: -0.15em;
  font-weight: 300;
  color: #FFFFFF;
  margin: 0;
}

.Img-h-eff_s002 div h2 span {
  font-weight: 800;
}

.Img-h-eff_s002 div p {
  margin: 0;
  letter-spacing: 1px;
  font-size: 68.5%;
}

.Img-h-eff_s002 #image-effect-1 .overlay {
  bottom: 0;
  left: 0;
  right: 0;
  width: 90%;
  margin-left: 5%;
  height: 0;
}

.Img-h-eff_s002 #image-effect-1 .overlay a.expand {
  left: 0;
  right: 0;
  bottom: 50%;
  text-decoration: none;
  margin: 0 auto -30px auto;
}

.Img-h-eff_s002 #image-effect-1 .img.image-hover .overlay {
  height: 100%;
}

.Img-h-eff_s002 div.effect-lily img {
  width: -webkit-calc(100% + 50px);
  width: calc(100% + 50px);
  opacity: 0.7;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
  max-width: inherit;
}

.Img-h-eff_s002 div.effect-lily figcaption {
  top: auto;
  bottom: 0;
  height: 50%;
  text-align: left;
}

.Img-h-eff_s002 div.effect-lily h2, .Img-h-eff_s002 div.effect-lily p {
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
}

.Img-h-eff_s002 div.effect-lily h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

.Img-h-eff_s002 div.effect-lily p {
  color: rgba(255, 255, 255, 0.6);
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, transform 0.35s;
}

.Img-h-eff_s002 div.effect-lily:hover img, .Img-h-eff_s002 div.effect-lily:hover p {
  opacity: 1;
}

.Img-h-eff_s002 div.effect-lily:hover img, .Img-h-eff_s002 div.effect-lily:hover h2 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.Img-h-eff_s002 div.effect-lily:hover p {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
}

.Img-h-eff_s003 {
  /* Anchor will cover the whole item by default */
  /* For some effects it will show as a button */
  /* main hover effect */
}

.Img-h-eff_s003 .image-effects {
  padding-left: 15px;
}

.Img-h-eff_s003 .image-effects .img {
  position: relative;
  float: left;
  margin-bottom: 5px;
  width: 25%;
  overflow: hidden;
}

.Img-h-eff_s003 .image-effects .img:nth-child(n) {
  margin-right: 5px;
}

.Img-h-eff_s003 .image-effects .img:first-child {
  margin-left: -15px;
}

.Img-h-eff_s003 .image-effects .img:last-child {
  margin-right: 0;
}

.Img-h-eff_s003 .image-effects .img img {
  display: block;
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto;
}

.Img-h-eff_s003 .overlay {
  display: block;
  position: absolute;
  z-index: 20;
  background: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.Img-h-eff_s003 a.close-overlay {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  width: 45px;
  height: 45px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 45px;
  text-align: center;
  background-color: #000;
  cursor: pointer;
}

.Img-h-eff_s003 a.close-overlay.hidden {
  display: none;
}

.Img-h-eff_s003 a.expand {
  display: block;
  position: absolute;
  z-index: 100;
  width: 60px;
  height: 60px;
  border: solid 5px #fff;
  text-align: center;
  color: #fff;
  line-height: 50px;
  font-weight: 700;
  font-size: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}

.Img-h-eff_s003 div {
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  background: #3085a3;
  height: 350px;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
}

.Img-h-eff_s003 div img {
  position: relative;
  display: block;
  min-height: 100%;
  width: 100%;
  opacity: 0.8;
}

.Img-h-eff_s003 div figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.Img-h-eff_s003 div figcaption::before, .Img-h-eff_s003 div figcaption::after {
  pointer-events: none;
}

.Img-h-eff_s003 div a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.Img-h-eff_s003 div h2 {
  word-spacing: -0.15em;
  font-weight: 300;
  color: #FFFFFF;
  margin: 0;
}

.Img-h-eff_s003 div h2 span {
  font-weight: 800;
}

.Img-h-eff_s003 div p {
  margin: 0;
  letter-spacing: 1px;
  font-size: 68.5%;
}

.Img-h-eff_s003 #image-effect-1 .overlay {
  bottom: 0;
  left: 0;
  right: 0;
  width: 90%;
  margin-left: 5%;
  height: 0;
}

.Img-h-eff_s003 #image-effect-1 .overlay a.expand {
  left: 0;
  right: 0;
  bottom: 50%;
  text-decoration: none;
  margin: 0 auto -30px auto;
}

.Img-h-eff_s003 #image-effect-1 .img.image-hover .overlay {
  height: 100%;
}

.Img-h-eff_s003 div.effect-layla {
  background: #18a367;
}

.Img-h-eff_s003 div.effect-layla img {
  min-width: 100%;
  height: -webkit-calc(100% + 40px);
  height: calc(100% + 40px);
}

.Img-h-eff_s003 div.effect-layla figcaption {
  padding: 3em;
}

.Img-h-eff_s003 div.effect-layla figcaption::before, .Img-h-eff_s003 div.effect-layla figcaption::after {
  position: absolute;
  content: '';
  opacity: 0;
}

.Img-h-eff_s003 div.effect-layla figcaption::before {
  top: 50px;
  right: 30px;
  bottom: 50px;
  left: 30px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.Img-h-eff_s003 div.effect-layla figcaption::after {
  top: 30px;
  right: 50px;
  bottom: 30px;
  left: 50px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.Img-h-eff_s003 div.effect-layla h2 {
  padding-top: 26%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

.Img-h-eff_s003 div.effect-layla p {
  padding: 0.5em 2em;
  text-transform: none;
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

.Img-h-eff_s003 div.effect-layla img, .Img-h-eff_s003 div.effect-layla h2 {
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}

.Img-h-eff_s003 div.effect-layla img {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

.Img-h-eff_s003 div.effect-layla figcaption::before, .Img-h-eff_s003 div.effect-layla figcaption::after {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

.Img-h-eff_s003 div.effect-layla p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

.Img-h-eff_s003 div.effect-layla:hover img {
  opacity: 0.7;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.Img-h-eff_s003 div.effect-layla:hover figcaption::before, .Img-h-eff_s003 div.effect-layla:hover figcaption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.Img-h-eff_s003 div.effect-layla:hover h2, .Img-h-eff_s003 div.effect-layla:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.Img-h-eff_s003 div.effect-layla:hover figcaption::after, .Img-h-eff_s003 div.effect-layla:hover h2, .Img-h-eff_s003 div.effect-layla:hover p, .Img-h-eff_s003 div.effect-layla:hover img {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.Img-h-eff_s004 {
  /* Anchor will cover the whole item by default */
  /* For some effects it will show as a button */
  /* main hover effect */
}

.Img-h-eff_s004 .image-effects {
  padding-left: 15px;
}

.Img-h-eff_s004 .image-effects .img {
  position: relative;
  float: left;
  margin-bottom: 5px;
  width: 25%;
  overflow: hidden;
}

.Img-h-eff_s004 .image-effects .img:nth-child(n) {
  margin-right: 5px;
}

.Img-h-eff_s004 .image-effects .img:first-child {
  margin-left: -15px;
}

.Img-h-eff_s004 .image-effects .img:last-child {
  margin-right: 0;
}

.Img-h-eff_s004 .image-effects .img img {
  display: block;
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto;
}

.Img-h-eff_s004 .overlay {
  display: block;
  position: absolute;
  z-index: 20;
  background: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.Img-h-eff_s004 div {
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  background: #3085a3;
  height: 350px;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
}

.Img-h-eff_s004 div img {
  position: relative;
  display: block;
  min-height: 100%;
  width: 100%;
  opacity: 0.8;
  border-style: none;
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

.Img-h-eff_s004 #image-effect-1 .overlay {
  bottom: 0;
  left: 0;
  right: 0;
  width: 90%;
  margin-left: 5%;
  height: 0;
}

.Img-h-eff_s004 #image-effect-1 .overlay a.expand {
  left: 0;
  right: 0;
  bottom: 50%;
  text-decoration: none;
  margin: 0 auto -30px auto;
}

.Img-h-eff_s004 #image-effect-1 .img.image-hover .overlay {
  height: 100%;
}

.Img-h-eff_s004 .effect-zoe {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  text-align: center;
  display: inline-block;
  width: 100%;
  z-index: 1;
  border: 1px solid #dddddd;
}

.Img-h-eff_s004 .effect-zoe figcaption {
  top: auto;
  bottom: 0;
  background: #fff;
  padding: 1em;
  width: 100%;
  position: absolute;
  color: #3c4a50;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

.Img-h-eff_s004 .effect-zoe h2 {
  float: left;
  margin: 0;
}

.Img-h-eff_s004 .effect-zoe:hover {
  background: rgba(0, 0, 0, 0.9);
}

.Img-h-eff_s004 .effect-zoe figcaption > a {
  float: right;
}

.Img-h-eff_s004 .effect-zoe p {
  position: absolute;
  width: 100%;
  bottom: 10em;
  padding: 2em;
  color: #fff;
  text-transform: none;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

.Img-h-eff_s004 .effect-zoe h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0);
}

.Img-h-eff_s004 .effect-zoe figcaption > a {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0);
}

.Img-h-eff_s004 .effect-zoe figcaption > a::before {
  display: inline-block;
  padding: 8px 10px;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.Img-h-eff_s004 .effect-zoe h2 {
  display: inline-block;
}

.Img-h-eff_s004 .effect-zoe:hover p {
  opacity: 1;
}

.Img-h-eff_s004 .effect-zoe:hover figcaption, .Img-h-eff_s004 .effect-zoe:hover h2, .Img-h-eff_s004 .effect-zoe:hover figcaption > a {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.Img-h-eff_s004 .effect-zoe:hover h2 {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.Img-h-eff_s004 .effect-zoe:hover figcaption > a:nth-child(4) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.Img-h-eff_s004 .effect-zoe:hover figcaption > a:nth-child(3) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.Img-h-eff_s004 .effect-zoe:hover figcaption > a:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.Img-h-eff_s005 {
  /* Anchor will cover the whole item by default */
  /* For some effects it will show as a button */
  /* main hover effect */
}

.Img-h-eff_s005 .image-effects {
  padding-left: 15px;
}

.Img-h-eff_s005 .image-effects .img {
  position: relative;
  float: left;
  margin-bottom: 5px;
  width: 25%;
  overflow: hidden;
}

.Img-h-eff_s005 .image-effects .img:nth-child(n) {
  margin-right: 5px;
}

.Img-h-eff_s005 .image-effects .img:first-child {
  margin-left: -15px;
}

.Img-h-eff_s005 .image-effects .img:last-child {
  margin-right: 0;
}

.Img-h-eff_s005 .image-effects .img img {
  display: block;
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto;
}

.Img-h-eff_s005 .overlay {
  display: block;
  position: absolute;
  z-index: 20;
  background: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.Img-h-eff_s005 a.close-overlay {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  width: 45px;
  height: 45px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 45px;
  text-align: center;
  background-color: #000;
  cursor: pointer;
}

.Img-h-eff_s005 a.close-overlay.hidden {
  display: none;
}

.Img-h-eff_s005 a.expand {
  display: block;
  position: absolute;
  z-index: 100;
  width: 60px;
  height: 60px;
  border: solid 5px #fff;
  text-align: center;
  color: #fff;
  line-height: 50px;
  font-weight: 700;
  font-size: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}

.Img-h-eff_s005 div {
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  background: #3085a3;
  height: 350px;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
}

.Img-h-eff_s005 div img {
  position: relative;
  display: block;
  min-height: 100%;
  width: 100%;
  opacity: 0.8;
}

.Img-h-eff_s005 div figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.Img-h-eff_s005 div figcaption::before, .Img-h-eff_s005 div figcaption::after {
  pointer-events: none;
}

.Img-h-eff_s005 div a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.Img-h-eff_s005 div h2 {
  word-spacing: -0.15em;
  font-weight: 300;
  color: #FFFFFF;
  margin: 0;
}

.Img-h-eff_s005 div h2 span {
  font-weight: 800;
}

.Img-h-eff_s005 div p {
  margin: 0;
  letter-spacing: 1px;
  font-size: 68.5%;
}

.Img-h-eff_s005 #image-effect-1 .overlay {
  bottom: 0;
  left: 0;
  right: 0;
  width: 90%;
  margin-left: 5%;
  height: 0;
}

.Img-h-eff_s005 #image-effect-1 .overlay a.expand {
  left: 0;
  right: 0;
  bottom: 50%;
  text-decoration: none;
  margin: 0 auto -30px auto;
}

.Img-h-eff_s005 #image-effect-1 .img.image-hover .overlay {
  height: 100%;
}

.Img-h-eff_s005 div.effect-oscar {
  background: -webkit-linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
  background: linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
}

.Img-h-eff_s005 div.effect-oscar img {
  opacity: 0.9;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

.Img-h-eff_s005 div.effect-oscar figcaption {
  padding: 3em;
  background-color: rgba(58, 52, 42, 0.7);
  -webkit-transition: background-color 0.35s;
  transition: background-color 0.35s;
}

.Img-h-eff_s005 div.effect-oscar figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 1px solid #fff;
  content: '';
}

.Img-h-eff_s005 div.effect-oscar h2 {
  margin: 20% 0 10px 0;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  color: #fff;
}

.Img-h-eff_s005 div.effect-oscar figcaption::before, .Img-h-eff_s005 div.effect-oscar p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.Img-h-eff_s005 div.effect-oscar:hover h2 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.Img-h-eff_s005 div.effect-oscar:hover figcaption::before, .Img-h-eff_s005 div.effect-oscar:hover p {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.Img-h-eff_s005 div.effect-oscar:hover figcaption {
  background-color: rgba(58, 52, 42, 0);
}

.Img-h-eff_s005 div.effect-oscar:hover img {
  opacity: 0.4;
}

.Img-h-eff_s006 {
  /* Anchor will cover the whole item by default */
  /* For some effects it will show as a button */
}

.Img-h-eff_s006 .image-effects {
  padding-left: 15px;
}

.Img-h-eff_s006 .image-effects .img {
  position: relative;
  float: left;
  margin-bottom: 5px;
  width: 25%;
  overflow: hidden;
}

.Img-h-eff_s006 .image-effects .img:nth-child(n) {
  margin-right: 5px;
}

.Img-h-eff_s006 .image-effects .img:first-child {
  margin-left: -15px;
}

.Img-h-eff_s006 .image-effects .img:last-child {
  margin-right: 0;
}

.Img-h-eff_s006 .image-effects .img img {
  display: block;
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto;
}

.Img-h-eff_s006 .overlay {
  display: block;
  position: absolute;
  z-index: 20;
  background: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.Img-h-eff_s006 a.close-overlay {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  width: 45px;
  height: 45px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 45px;
  text-align: center;
  background-color: #000;
  cursor: pointer;
}

.Img-h-eff_s006 a.close-overlay.hidden {
  display: none;
}

.Img-h-eff_s006 a.expand {
  display: block;
  position: absolute;
  z-index: 100;
  width: 60px;
  height: 60px;
  border: solid 5px #fff;
  text-align: center;
  color: #fff;
  line-height: 50px;
  font-weight: 700;
  font-size: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}

.Img-h-eff_s006 div {
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  background: #3085a3;
  height: 350px;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
}

.Img-h-eff_s006 div img {
  position: relative;
  display: block;
  min-height: 100%;
  width: 100%;
  opacity: 0.8;
}

.Img-h-eff_s006 div figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.Img-h-eff_s006 div figcaption::before, .Img-h-eff_s006 div figcaption::after {
  pointer-events: none;
}

.Img-h-eff_s006 div a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.Img-h-eff_s006 div h2 {
  word-spacing: -0.15em;
  font-weight: 300;
  color: #FFFFFF;
  margin: 0;
}

.Img-h-eff_s006 div h2 span {
  font-weight: 800;
}

.Img-h-eff_s006 div p {
  margin: 0;
  letter-spacing: 1px;
  font-size: 68.5%;
}

.Img-h-eff_s006 div.effect-marley figcaption {
  text-align: right;
}

.Img-h-eff_s006 div.effect-marley h2 {
  position: absolute;
  right: 30px;
  left: 30px;
  padding: 10px 0;
  color: #fff;
}

.Img-h-eff_s006 div.effect-marley p {
  position: absolute;
  right: 30px;
  left: 30px;
  padding: 10px 0;
  bottom: 30px;
  line-height: 1.5;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

.Img-h-eff_s006 div.effect-marley h2 {
  top: 30px;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

.Img-h-eff_s006 div.effect-marley:hover h2 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.Img-h-eff_s006 div.effect-marley h2::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 4px;
  background: #fff;
  content: '';
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

.Img-h-eff_s006 div.effect-marley p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

.Img-h-eff_s006 div.effect-marley:hover h2::after, .Img-h-eff_s006 div.effect-marley:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.Img-h-eff_s007 {
  /* Anchor will cover the whole item by default */
  /* For some effects it will show as a button */
}

.Img-h-eff_s007 .image-effects {
  padding-left: 15px;
}

.Img-h-eff_s007 .image-effects .img {
  position: relative;
  float: left;
  margin-bottom: 5px;
  width: 25%;
  overflow: hidden;
}

.Img-h-eff_s007 .image-effects .img:nth-child(n) {
  margin-right: 5px;
}

.Img-h-eff_s007 .image-effects .img:first-child {
  margin-left: -15px;
}

.Img-h-eff_s007 .image-effects .img:last-child {
  margin-right: 0;
}

.Img-h-eff_s007 .image-effects .img img {
  display: block;
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto;
}

.Img-h-eff_s007 .overlay {
  display: block;
  position: absolute;
  z-index: 20;
  background: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.Img-h-eff_s007 a.close-overlay {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  width: 45px;
  height: 45px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 45px;
  text-align: center;
  background-color: #000;
  cursor: pointer;
}

.Img-h-eff_s007 a.close-overlay.hidden {
  display: none;
}

.Img-h-eff_s007 a.expand {
  display: block;
  position: absolute;
  z-index: 100;
  width: 60px;
  height: 60px;
  border: solid 5px #fff;
  text-align: center;
  color: #fff;
  line-height: 50px;
  font-weight: 700;
  font-size: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}

.Img-h-eff_s007 div {
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  background: #3085a3;
  height: 350px;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
}

.Img-h-eff_s007 div img {
  position: relative;
  display: block;
  min-height: 100%;
  width: 100%;
  opacity: 0.8;
}

.Img-h-eff_s007 div figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.Img-h-eff_s007 div figcaption::before, .Img-h-eff_s007 div figcaption::after {
  pointer-events: none;
}

.Img-h-eff_s007 div a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.Img-h-eff_s007 div h2 {
  word-spacing: -0.15em;
  font-weight: 300;
  margin: 0;
}

.Img-h-eff_s007 div h2 span {
  font-weight: 800;
}

.Img-h-eff_s007 div p {
  margin: 0;
  letter-spacing: 1px;
  font-size: 68.5%;
}

.Img-h-eff_s007 #image-effect-1 .overlay {
  bottom: 0;
  left: 0;
  right: 0;
  width: 90%;
  margin-left: 5%;
  height: 0;
}

.Img-h-eff_s007 #image-effect-1 .overlay a.expand {
  left: 0;
  right: 0;
  bottom: 50%;
  text-decoration: none;
  margin: 0 auto -30px auto;
}

.Img-h-eff_s007 #image-effect-1 .img.image-hover .overlay {
  height: 100%;
}

.Img-h-eff_s007 div.effect-roxy {
  background: -webkit-linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
  background: linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
}

.Img-h-eff_s007 div.effect-roxy img {
  width: -webkit-calc(100% + 60px);
  width: calc(100% + 60px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-50px, 0, 0);
  transform: translate3d(-50px, 0, 0);
  max-width: inherit;
}

.Img-h-eff_s007 div.effect-roxy figcaption {
  padding: 3em;
  text-align: left;
}

.Img-h-eff_s007 div.effect-roxy figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 1px solid #fff;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-20px, 0, 0);
  transform: translate3d(-20px, 0, 0);
}

.Img-h-eff_s007 div.effect-roxy h2 {
  padding: 30% 0 10px 0;
  color: #fff;
}

.Img-h-eff_s007 div.effect-roxy p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.Img-h-eff_s007 div.effect-roxy:hover img {
  opacity: 0.7;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.Img-h-eff_s007 div.effect-roxy:hover figcaption::before, .Img-h-eff_s007 div.effect-roxy:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.Img-h-eff_s008 {
  /* Anchor will cover the whole item by default */
  /* For some effects it will show as a button */
}

.Img-h-eff_s008 .image-effects {
  padding-left: 15px;
}

.Img-h-eff_s008 .image-effects .img {
  position: relative;
  float: left;
  margin-bottom: 5px;
  width: 25%;
  overflow: hidden;
}

.Img-h-eff_s008 .image-effects .img:nth-child(n) {
  margin-right: 5px;
}

.Img-h-eff_s008 .image-effects .img:first-child {
  margin-left: -15px;
}

.Img-h-eff_s008 .image-effects .img:last-child {
  margin-right: 0;
}

.Img-h-eff_s008 .image-effects .img img {
  display: block;
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto;
}

.Img-h-eff_s008 .overlay {
  display: block;
  position: absolute;
  z-index: 20;
  background: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.Img-h-eff_s008 a.close-overlay {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  width: 45px;
  height: 45px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 45px;
  text-align: center;
  background-color: #000;
  cursor: pointer;
}

.Img-h-eff_s008 a.close-overlay.hidden {
  display: none;
}

.Img-h-eff_s008 a.expand {
  display: block;
  position: absolute;
  z-index: 100;
  width: 60px;
  height: 60px;
  border: solid 5px #fff;
  text-align: center;
  color: #fff;
  line-height: 50px;
  font-weight: 700;
  font-size: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}

.Img-h-eff_s008 div {
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  background: #3085a3;
  height: 350px;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
}

.Img-h-eff_s008 div img {
  position: relative;
  display: block;
  min-height: 100%;
  width: 100%;
  opacity: 0.8;
}

.Img-h-eff_s008 div figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.Img-h-eff_s008 div figcaption::before, .Img-h-eff_s008 div figcaption::after {
  pointer-events: none;
}

.Img-h-eff_s008 div a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.Img-h-eff_s008 div h2 {
  word-spacing: -0.15em;
  font-weight: 300;
  margin: 0;
}

.Img-h-eff_s008 div h2 span {
  font-weight: 800;
}

.Img-h-eff_s008 div p {
  margin: 0;
  letter-spacing: 1px;
  font-size: 68.5%;
}

.Img-h-eff_s008 #image-effect-1 .overlay {
  bottom: 0;
  left: 0;
  right: 0;
  width: 90%;
  margin-left: 5%;
  height: 0;
}

.Img-h-eff_s008 #image-effect-1 .overlay a.expand {
  left: 0;
  right: 0;
  bottom: 50%;
  text-decoration: none;
  margin: 0 auto -30px auto;
}

.Img-h-eff_s008 #image-effect-1 .img.image-hover .overlay {
  height: 100%;
}

.Img-h-eff_s008 div.effect-bubba {
  background: #9e5406;
}

.Img-h-eff_s008 div.effect-bubba img {
  opacity: 0.7;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

.Img-h-eff_s008 div.effect-bubba:hover img {
  opacity: 0.4;
}

.Img-h-eff_s008 div.effect-bubba figcaption::before, .Img-h-eff_s008 div.effect-bubba figcaption::after {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

.Img-h-eff_s008 div.effect-bubba figcaption::before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

.Img-h-eff_s008 div.effect-bubba figcaption::after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}

.Img-h-eff_s008 div.effect-bubba h2 {
  padding-top: 30%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
  color: #fff;
}

.Img-h-eff_s008 div.effect-bubba p {
  padding: 20px 2.5em;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

.Img-h-eff_s008 div.effect-bubba:hover figcaption::before, .Img-h-eff_s008 div.effect-bubba:hover figcaption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.Img-h-eff_s008 div.effect-bubba:hover h2, .Img-h-eff_s008 div.effect-bubba:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.Img-h-eff_s009 {
  /* Anchor will cover the whole item by default */
  /* For some effects it will show as a button */
}

.Img-h-eff_s009 .image-effects {
  padding-left: 15px;
}

.Img-h-eff_s009 .image-effects .img {
  position: relative;
  float: left;
  margin-bottom: 5px;
  width: 25%;
  overflow: hidden;
}

.Img-h-eff_s009 .image-effects .img:nth-child(n) {
  margin-right: 5px;
}

.Img-h-eff_s009 .image-effects .img:first-child {
  margin-left: -15px;
}

.Img-h-eff_s009 .image-effects .img:last-child {
  margin-right: 0;
}

.Img-h-eff_s009 .image-effects .img img {
  display: block;
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto;
}

.Img-h-eff_s009 .overlay {
  display: block;
  position: absolute;
  z-index: 20;
  background: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.Img-h-eff_s009 a.close-overlay {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  width: 45px;
  height: 45px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 45px;
  text-align: center;
  background-color: #000;
  cursor: pointer;
}

.Img-h-eff_s009 a.close-overlay.hidden {
  display: none;
}

.Img-h-eff_s009 a.expand {
  display: block;
  position: absolute;
  z-index: 100;
  width: 60px;
  height: 60px;
  border: solid 5px #fff;
  text-align: center;
  color: #fff;
  line-height: 50px;
  font-weight: 700;
  font-size: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}

.Img-h-eff_s009 div {
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  background: #3085a3;
  height: 350px;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
}

.Img-h-eff_s009 div img {
  position: relative;
  display: block;
  min-height: 100%;
  width: 100%;
  opacity: 0.8;
}

.Img-h-eff_s009 div figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.Img-h-eff_s009 div figcaption::before, .Img-h-eff_s009 div figcaption::after {
  pointer-events: none;
}

.Img-h-eff_s009 div a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.Img-h-eff_s009 div h2 {
  word-spacing: -0.15em;
  font-weight: 300;
  margin: 0;
}

.Img-h-eff_s009 div h2 span {
  font-weight: 800;
}

.Img-h-eff_s009 div p {
  margin: 0;
  letter-spacing: 1px;
  font-size: 68.5%;
}

.Img-h-eff_s009 #image-effect-1 .overlay {
  bottom: 0;
  left: 0;
  right: 0;
  width: 90%;
  margin-left: 5%;
  height: 0;
}

.Img-h-eff_s009 #image-effect-1 .overlay a.expand {
  left: 0;
  right: 0;
  bottom: 50%;
  text-decoration: none;
  margin: 0 auto -30px auto;
}

.Img-h-eff_s009 #image-effect-1 .img.image-hover .overlay {
  height: 100%;
}

.Img-h-eff_s009 div.effect-romeo {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.Img-h-eff_s009 div.effect-romeo img {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 0, 300px);
  transform: translate3d(0, 0, 300px);
}

.Img-h-eff_s009 div.effect-romeo:hover img {
  opacity: 0.6;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.Img-h-eff_s009 div.effect-romeo figcaption::before, .Img-h-eff_s009 div.effect-romeo figcaption::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 1px;
  background: #fff;
  content: '';
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.Img-h-eff_s009 div.effect-romeo:hover figcaption::before {
  opacity: 0.5;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

.Img-h-eff_s009 div.effect-romeo:hover figcaption::after {
  opacity: 0.5;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}

.Img-h-eff_s009 div.effect-romeo h2, .Img-h-eff_s009 div.effect-romeo p {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #fff;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

.Img-h-eff_s009 div.effect-romeo h2 {
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -150%, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, -150%, 0);
}

.Img-h-eff_s009 div.effect-romeo p {
  padding: 0.25em 2em;
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, 150%, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, 150%, 0);
}

.Img-h-eff_s009 div.effect-romeo:hover h2 {
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -100%, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, -100%, 0);
}

.Img-h-eff_s009 div.effect-romeo:hover p {
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, 100%, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, 100%, 0);
}

.Img-h-eff_s010 {
  /* Anchor will cover the whole item by default */
  /* For some effects it will show as a button */
}

.Img-h-eff_s010 .image-effects {
  padding-left: 15px;
}

.Img-h-eff_s010 .image-effects .img {
  position: relative;
  float: left;
  margin-bottom: 5px;
  width: 25%;
  overflow: hidden;
}

.Img-h-eff_s010 .image-effects .img:nth-child(n) {
  margin-right: 5px;
}

.Img-h-eff_s010 .image-effects .img:first-child {
  margin-left: -15px;
}

.Img-h-eff_s010 .image-effects .img:last-child {
  margin-right: 0;
}

.Img-h-eff_s010 .image-effects .img img {
  display: block;
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto;
}

.Img-h-eff_s010 .overlay {
  display: block;
  position: absolute;
  z-index: 20;
  background: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.Img-h-eff_s010 a.close-overlay {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  width: 45px;
  height: 45px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 45px;
  text-align: center;
  background-color: #000;
  cursor: pointer;
}

.Img-h-eff_s010 a.close-overlay.hidden {
  display: none;
}

.Img-h-eff_s010 a.expand {
  display: block;
  position: absolute;
  z-index: 100;
  width: 60px;
  height: 60px;
  border: solid 5px #fff;
  text-align: center;
  color: #fff;
  line-height: 50px;
  font-weight: 700;
  font-size: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}

.Img-h-eff_s010 div {
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  background: #3085a3;
  height: 350px;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
}

.Img-h-eff_s010 div img {
  position: relative;
  display: block;
  min-height: 100%;
  width: 100%;
  opacity: 0.8;
}

.Img-h-eff_s010 div figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.Img-h-eff_s010 div figcaption::before, .Img-h-eff_s010 div figcaption::after {
  pointer-events: none;
}

.Img-h-eff_s010 div a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.Img-h-eff_s010 div h2 {
  word-spacing: -0.15em;
  font-weight: 300;
  color: #fff;
  margin: 0;
}

.Img-h-eff_s010 div h2 span {
  font-weight: 800;
}

.Img-h-eff_s010 div p {
  margin: 0;
  letter-spacing: 1px;
  font-size: 68.5%;
}

.Img-h-eff_s010 #image-effect-1 .overlay {
  bottom: 0;
  left: 0;
  right: 0;
  width: 90%;
  margin-left: 5%;
  height: 0;
}

.Img-h-eff_s010 #image-effect-1 .overlay a.expand {
  left: 0;
  right: 0;
  bottom: 50%;
  text-decoration: none;
  margin: 0 auto -30px auto;
}

.Img-h-eff_s010 #image-effect-1 .img.image-hover .overlay {
  height: 100%;
}

.Img-h-eff_s010 div.effect-dexter {
  background: -webkit-linear-gradient(top, #258dc8 0%, #683c13 100%);
  background: linear-gradient(to bottom, #258dc8 0%, #683c13 100%);
}

.Img-h-eff_s010 div.effect-dexter img {
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

.Img-h-eff_s010 div.effect-dexter:hover img {
  opacity: 0.4;
}

.Img-h-eff_s010 div.effect-dexter figcaption::after {
  position: absolute;
  right: 30px;
  bottom: 30px;
  left: 30px;
  height: -webkit-calc(50% - 30px);
  height: calc(50% - 30px);
  border: 7px solid #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

.Img-h-eff_s010 div.effect-dexter:hover figcaption::after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.Img-h-eff_s010 div.effect-dexter figcaption {
  padding: 3em;
  text-align: left;
}

.Img-h-eff_s010 div.effect-dexter p {
  position: absolute;
  right: 60px;
  bottom: 60px;
  left: 60px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0);
}

.Img-h-eff_s010 div.effect-dexter:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.Img-h-eff_s011 {
  /* Anchor will cover the whole item by default */
  /* For some effects it will show as a button */
}

.Img-h-eff_s011 .image-effects {
  padding-left: 15px;
}

.Img-h-eff_s011 .image-effects .img {
  position: relative;
  float: left;
  margin-bottom: 5px;
  width: 25%;
  overflow: hidden;
}

.Img-h-eff_s011 .image-effects .img:nth-child(n) {
  margin-right: 5px;
}

.Img-h-eff_s011 .image-effects .img:first-child {
  margin-left: -15px;
}

.Img-h-eff_s011 .image-effects .img:last-child {
  margin-right: 0;
}

.Img-h-eff_s011 .image-effects .img img {
  display: block;
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto;
}

.Img-h-eff_s011 .overlay {
  display: block;
  position: absolute;
  z-index: 20;
  background: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.Img-h-eff_s011 a.close-overlay {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  width: 45px;
  height: 45px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 45px;
  text-align: center;
  background-color: #000;
  cursor: pointer;
}

.Img-h-eff_s011 a.close-overlay.hidden {
  display: none;
}

.Img-h-eff_s011 a.expand {
  display: block;
  position: absolute;
  z-index: 100;
  width: 60px;
  height: 60px;
  border: solid 5px #fff;
  text-align: center;
  color: #fff;
  line-height: 50px;
  font-weight: 700;
  font-size: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}

.Img-h-eff_s011 div {
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  background: #3085a3;
  height: 350px;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
}

.Img-h-eff_s011 div img {
  position: relative;
  display: block;
  min-height: 100%;
  width: 100%;
  opacity: 0.8;
}

.Img-h-eff_s011 div figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.Img-h-eff_s011 div figcaption::before, .Img-h-eff_s011 div figcaption::after {
  pointer-events: none;
}

.Img-h-eff_s011 div a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.Img-h-eff_s011 div h2 {
  word-spacing: -0.15em;
  font-weight: 300;
  margin: 0;
}

.Img-h-eff_s011 div h2 span {
  font-weight: 800;
}

.Img-h-eff_s011 div p {
  margin: 0;
  letter-spacing: 1px;
  font-size: 68.5%;
}

.Img-h-eff_s011 #image-effect-1 .overlay {
  bottom: 0;
  left: 0;
  right: 0;
  width: 90%;
  margin-left: 5%;
  height: 0;
}

.Img-h-eff_s011 #image-effect-1 .overlay a.expand {
  left: 0;
  right: 0;
  bottom: 50%;
  text-decoration: none;
  margin: 0 auto -30px auto;
}

.Img-h-eff_s011 #image-effect-1 .img.image-hover .overlay {
  height: 100%;
}

.Img-h-eff_s011 div.effect-sarah {
  background: #42b078;
}

.Img-h-eff_s011 div.effect-sarah img {
  width: -webkit-calc(100% + 20px);
  width: calc(100% + 20px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  max-width: inherit;
}

.Img-h-eff_s011 div.effect-sarah:hover img {
  opacity: 0.4;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.Img-h-eff_s011 div.effect-sarah figcaption {
  text-align: left;
}

.Img-h-eff_s011 div.effect-sarah h2 {
  position: relative;
  overflow: hidden;
  padding: 0.5em 0;
  color: #fff;
}

.Img-h-eff_s011 div.effect-sarah h2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.Img-h-eff_s011 div.effect-sarah:hover h2::after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.Img-h-eff_s011 div.effect-sarah p {
  padding: 1em 0;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.Img-h-eff_s011 div.effect-sarah:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.Img-h-eff_s012 {
  /* Anchor will cover the whole item by default */
  /* For some effects it will show as a button */
}

.Img-h-eff_s012 .image-effects {
  padding-left: 15px;
}

.Img-h-eff_s012 .image-effects .img {
  position: relative;
  float: left;
  margin-bottom: 5px;
  width: 25%;
  overflow: hidden;
}

.Img-h-eff_s012 .image-effects .img:nth-child(n) {
  margin-right: 5px;
}

.Img-h-eff_s012 .image-effects .img:first-child {
  margin-left: -15px;
}

.Img-h-eff_s012 .image-effects .img:last-child {
  margin-right: 0;
}

.Img-h-eff_s012 .image-effects .img img {
  display: block;
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto;
}

.Img-h-eff_s012 .overlay {
  display: block;
  position: absolute;
  z-index: 20;
  background: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.Img-h-eff_s012 a.close-overlay {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  width: 45px;
  height: 45px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 45px;
  text-align: center;
  background-color: #000;
  cursor: pointer;
}

.Img-h-eff_s012 a.close-overlay.hidden {
  display: none;
}

.Img-h-eff_s012 a.expand {
  display: block;
  position: absolute;
  z-index: 100;
  width: 60px;
  height: 60px;
  border: solid 5px #fff;
  text-align: center;
  color: #fff;
  line-height: 50px;
  font-weight: 700;
  font-size: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}

.Img-h-eff_s012 div {
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  background: #3085a3;
  height: 350px;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
}

.Img-h-eff_s012 div img {
  position: relative;
  display: block;
  min-height: 100%;
  width: 100%;
  opacity: 0.8;
}

.Img-h-eff_s012 div figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.Img-h-eff_s012 div figcaption::before, .Img-h-eff_s012 div figcaption::after {
  pointer-events: none;
}

.Img-h-eff_s012 div a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.Img-h-eff_s012 div h2 {
  word-spacing: -0.15em;
  font-weight: 300;
  margin: 0;
}

.Img-h-eff_s012 div h2 span {
  font-weight: 800;
}

.Img-h-eff_s012 div p {
  margin: 0;
  letter-spacing: 1px;
  font-size: 68.5%;
}

.Img-h-eff_s012 #image-effect-1 .overlay {
  bottom: 0;
  left: 0;
  right: 0;
  width: 90%;
  margin-left: 5%;
  height: 0;
}

.Img-h-eff_s012 #image-effect-1 .overlay a.expand {
  left: 0;
  right: 0;
  bottom: 50%;
  text-decoration: none;
  margin: 0 auto -30px auto;
}

.Img-h-eff_s012 #image-effect-1 .img.image-hover .overlay {
  height: 100%;
}

.Img-h-eff_s012 div.effect-chico img {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.12);
  transform: scale(1.12);
}

.Img-h-eff_s012 div.effect-chico:hover img {
  opacity: 0.5;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.Img-h-eff_s012 div.effect-chico figcaption {
  padding: 3em;
}

.Img-h-eff_s012 div.effect-chico figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 1px solid #fff;
  content: '';
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

.Img-h-eff_s012 div.effect-chico p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

.Img-h-eff_s012 div.effect-chico h2 {
  padding: 20% 0 20px 0;
  color: #fff;
}

.Img-h-eff_s012 div.effect-chico p {
  margin: 0 auto;
  max-width: 200px;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

.Img-h-eff_s012 div.effect-chico:hover figcaption::before, .Img-h-eff_s012 div.effect-chico:hover p {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.Img-h-eff_s013 {
  /* Anchor will cover the whole item by default */
  /* For some effects it will show as a button */
}

.Img-h-eff_s013 .image-effects {
  padding-left: 15px;
}

.Img-h-eff_s013 .image-effects .img {
  position: relative;
  float: left;
  margin-bottom: 5px;
  width: 25%;
  overflow: hidden;
}

.Img-h-eff_s013 .image-effects .img:nth-child(n) {
  margin-right: 5px;
}

.Img-h-eff_s013 .image-effects .img:first-child {
  margin-left: -15px;
}

.Img-h-eff_s013 .image-effects .img:last-child {
  margin-right: 0;
}

.Img-h-eff_s013 .image-effects .img img {
  display: block;
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto;
}

.Img-h-eff_s013 .overlay {
  display: block;
  position: absolute;
  z-index: 20;
  background: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.Img-h-eff_s013 a.close-overlay {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  width: 45px;
  height: 45px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 45px;
  text-align: center;
  background-color: #000;
  cursor: pointer;
}

.Img-h-eff_s013 a.close-overlay.hidden {
  display: none;
}

.Img-h-eff_s013 a.expand {
  display: block;
  position: absolute;
  z-index: 100;
  width: 60px;
  height: 60px;
  border: solid 5px #fff;
  text-align: center;
  color: #fff;
  line-height: 50px;
  font-weight: 700;
  font-size: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}

.Img-h-eff_s013 div {
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  background: #3085a3;
  height: 350px;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
}

.Img-h-eff_s013 div img {
  position: relative;
  display: block;
  min-height: 100%;
  width: 100%;
  opacity: 0.8;
}

.Img-h-eff_s013 div figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.Img-h-eff_s013 div figcaption::before, .Img-h-eff_s013 div figcaption::after {
  pointer-events: none;
}

.Img-h-eff_s013 div a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.Img-h-eff_s013 div h2 {
  word-spacing: -0.15em;
  font-weight: 300;
  margin: 0;
}

.Img-h-eff_s013 div h2 span {
  font-weight: 800;
}

.Img-h-eff_s013 div p {
  margin: 0;
  letter-spacing: 1px;
  font-size: 68.5%;
}

.Img-h-eff_s013 #image-effect-1 .overlay {
  bottom: 0;
  left: 0;
  right: 0;
  width: 90%;
  margin-left: 5%;
  height: 0;
}

.Img-h-eff_s013 #image-effect-1 .overlay a.expand {
  left: 0;
  right: 0;
  bottom: 50%;
  text-decoration: none;
  margin: 0 auto -30px auto;
}

.Img-h-eff_s013 #image-effect-1 .img.image-hover .overlay {
  height: 100%;
}

.Img-h-eff_s013 div.effect-ruby {
  background-color: #17819c;
}

.Img-h-eff_s013 div.effect-ruby img {
  opacity: 0.7;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.Img-h-eff_s013 div.effect-ruby:hover img {
  opacity: 0.5;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.Img-h-eff_s013 div.effect-ruby h2 {
  margin-top: 20%;
  color: #fff;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

.Img-h-eff_s013 div.effect-ruby p {
  margin: 1em 0 0;
  padding: 3em;
  border: 1px solid #fff;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0) scale(1.1);
  transform: translate3d(0, 20px, 0) scale(1.1);
}

.Img-h-eff_s013 div.effect-ruby:hover h2 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.Img-h-eff_s013 div.effect-ruby:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

.Img-h-eff_s014 {
  /* Anchor will cover the whole item by default */
  /* For some effects it will show as a button */
}

.Img-h-eff_s014 .image-effects {
  padding-left: 15px;
}

.Img-h-eff_s014 .image-effects .img {
  position: relative;
  float: left;
  margin-bottom: 5px;
  width: 25%;
  overflow: hidden;
}

.Img-h-eff_s014 .image-effects .img:nth-child(n) {
  margin-right: 5px;
}

.Img-h-eff_s014 .image-effects .img:first-child {
  margin-left: -15px;
}

.Img-h-eff_s014 .image-effects .img:last-child {
  margin-right: 0;
}

.Img-h-eff_s014 .image-effects .img img {
  display: block;
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto;
}

.Img-h-eff_s014 .overlay {
  display: block;
  position: absolute;
  z-index: 20;
  background: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.Img-h-eff_s014 a.close-overlay {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  width: 45px;
  height: 45px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 45px;
  text-align: center;
  background-color: #000;
  cursor: pointer;
}

.Img-h-eff_s014 a.close-overlay.hidden {
  display: none;
}

.Img-h-eff_s014 a.expand {
  display: block;
  position: absolute;
  z-index: 100;
  width: 60px;
  height: 60px;
  border: solid 5px #fff;
  text-align: center;
  color: #fff;
  line-height: 50px;
  font-weight: 700;
  font-size: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}

.Img-h-eff_s014 div {
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  background: #3085a3;
  height: 350px;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
}

.Img-h-eff_s014 div img {
  position: relative;
  display: block;
  min-height: 100%;
  width: 100%;
  opacity: 0.8;
}

.Img-h-eff_s014 div figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.Img-h-eff_s014 div figcaption::before, .Img-h-eff_s014 div figcaption::after {
  pointer-events: none;
}

.Img-h-eff_s014 div a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.Img-h-eff_s014 div h2 {
  word-spacing: -0.15em;
  font-weight: 300;
  margin: 0;
}

.Img-h-eff_s014 div h2 span {
  font-weight: 800;
}

.Img-h-eff_s014 div p {
  margin: 0;
  letter-spacing: 1px;
  font-size: 68.5%;
}

.Img-h-eff_s014 #image-effect-1 .overlay {
  bottom: 0;
  left: 0;
  right: 0;
  width: 90%;
  margin-left: 5%;
  height: 0;
}

.Img-h-eff_s014 #image-effect-1 .overlay a.expand {
  left: 0;
  right: 0;
  bottom: 50%;
  text-decoration: none;
  margin: 0 auto -30px auto;
}

.Img-h-eff_s014 #image-effect-1 .img.image-hover .overlay {
  height: 100%;
}

.Img-h-eff_s014 div.effect-milo {
  background: #2e5d5a;
}

.Img-h-eff_s014 div.effect-milo img {
  width: -webkit-calc(100% + 60px);
  width: calc(100% + 60px);
  opacity: 1;
  max-width: inherit;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-30px, 0, 0) scale(1.12);
  transform: translate3d(-30px, 0, 0) scale(1.12);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.Img-h-eff_s014 div.effect-milo:hover img {
  opacity: 0.5;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

.Img-h-eff_s014 div.effect-milo h2 {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 1em 1.2em;
  color: #fff;
}

.Img-h-eff_s014 div.effect-milo p {
  padding: 0 10px 0 0;
  width: 50%;
  border-right: 1px solid #fff;
  text-align: right;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
}

.Img-h-eff_s014 div.effect-milo:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

a[href*="gtc"] {
  margin-top: 80px;
}

a.btn.btn-primary {
  color: #fff;
}

/*  Rasel Css */
.title-section {
  text-align: center;
  padding-bottom: 90px;
}

.title-section p {
  color: #3b4045;
}

/* footer */
.footer {
  padding-top: 30px;
  background: #f3f3f3;
  border-top: 1px solid #e6e6e6;
  padding-bottom: 20px;
}

.footer h4 {
  padding: 10px 0 0 0;
}

.footer .foot-01 {
  text-align: center;
}

.footer .foot-01 img {
  padding-bottom: 20px;
}

.footer .foot-02 ul {
  padding: 0;
  list-style: none;
}

.footer .foot-02 ul li {
  border-bottom: 1px solid #ddd;
  padding: 6px 0;
}

.footer .foot-03 .ticon {
  float: left;
  width: 17%;
}

.footer .foot-03 .ticon i {
  background: #cccccc none repeat scroll 0 0;
  padding: 6px;
  border-radius: 50%;
  color: #fff;
}

.footer .foot-03 .tbody {
  float: left;
  width: 83%;
  word-wrap: break-word;
  font-size: 13px;
}

.footer .foot-04 {
  word-wrap: break-word;
}

.footer .foot-04 span {
  padding: 0 4px;
}

.footer .foot-04 .foot-map {
  background: transparent url("../images/wldmap.png") no-repeat scroll center bottom;
}

#backtotop {
  bottom: 12px;
  position: fixed;
  right: 20px;
  z-index: 5000;
}

#backtotop a {
  background: #161616 none repeat scroll 0 0;
  border: 0 none;
  border-radius: 3px;
  color: #ffffff;
  display: block;
  height: 39px;
  line-height: 39px;
  text-align: center;
  text-decoration: none;
  width: 39px;
}

/* coppyright */
.coppyright {
  border-top-width: 1px;
  border-right-width: 0;
  border-left-width: 0;
  border-style: solid;
  border-bottom: 1px solid #e6e6e6;
  padding: 25px 0 15px 0;
  background: #f3f3f3;
}

.coppyright .coppy-nav {
  text-align: right;
  float: right;
  list-style: none;
}

.coppyright .coppy-nav li {
  float: left;
}

.coppyright .coppy-nav li a {
  color: #3C3C3C;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .coppyright .coppy-nav li {
    font-size: 13px;
  }
}

@media only screen and (max-width: 600px) and (min-width: 320px) {
  .coppyright .coppy-nav li {
    float: none;
    text-align: center;
    width: 100%;
  }
}

.coppyright .coppy-nav li:after {
  content: '|';
  padding: 0 10px;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .coppyright .coppy-nav li:after {
    padding: 0 1px;
  }
}

@media only screen and (max-width: 600px) and (min-width: 320px) {
  .coppyright .coppy-nav li:after {
    content: none;
  }
}

.coppyright .coppy-nav li.last:after {
  content: none;
}

/* services items */
.con_r001 .service-item {
  width: 100%;
  overflow: hidden;
  text-align: center;
  margin: 30px auto;
}

.con_r001 .service-item .service-item-icon {
  width: 130px;
  height: 130px;
  font-size: 37px;
  text-align: center;
  position: relative;
  line-height: 128px;
  border-radius: 50%;
  margin: 0 auto 25px;
  border: 1px solid #d4d8e9;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.con_r001 .service-item:hover .service-item-icon {
  border-color: #e8eaf3;
  background-color: #ffffff;
}

.con_r001 .service-item .service-item-icon i {
  z-index: 2;
  position: relative;
}

.con_r001 .service-item:hover .service-item-icon:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.con_r001 .service-item .service-item-icon:after {
  z-index: 1;
  top: 19px;
  left: 19px;
  content: '';
  width: 90px;
  height: 90px;
  border-radius: 50%;
  position: absolute;
  background-color: #e8eaf3;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.con_r001 .service-item h3 {
  margin-bottom: 5px;
  text-transform: capitalize;
  line-height: 24px;
  font-weight: 400;
}

.con_r001 .service-item a.spdBaseFntColr {
  cursor: pointer;
  text-decoration: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.con_r001 .free-wp-2 .left-icon {
  display: inline-block;
  float: left;
  font-size: 40px;
  height: auto;
  width: 30%;
  text-align: center;
}

.con_r001 .free-wp-2 .right-cont {
  float: left;
  width: 70%;
}

.con_r001 .free-wp-2 .right-cont h3 {
  margin-top: 0;
}

.con_r001 .free-wp-2 .right-cont p {
  padding-bottom: 15px;
}

/* Contact Page */
.con_r004 .contact-us-btn:hover {
  background-color: #000000;
  border-color: #CACACA;
}

.con_r004 .contact-form label {
  color: #777777;
}

@media handheld, only screen and (max-width: 767px) {
  .con_r004 .left-icon, .con_r004 .right-cont {
    width: 100%;
  }
  .con_r004 .coppyright {
    text-align: center;
  }
  .con_r004 .coppyright .coppy-nav {
    float: none;
    display: inline-block;
    padding-left: 0;
    font-size: 13px;
  }
  .con_r004 .spd-r-maintitle, .con_r004 .spd-r-maintitle2 {
    font-size: 3rem;
  }
  .con_r004 .footer {
    text-align: center;
  }
  .con_r004 .footer .foot-03 .ticon {
    float: none;
    width: 100%;
    padding-bottom: 15px;
  }
  .con_r004 .footer .foot-03 .tbody {
    float: none;
    width: 100%;
  }
}

.con_r004 .Title {
  color: inherit;
  border-bottom: 1px solid #ddd;
  margin-bottom: 25px;
}

/**** con_r006 style ****/
.con-r006 h2 {
  color: #ffffff;
  margin-top: 0;
  text-transform: uppercase;
}

.con-r006 hr {
  width: 30px;
  border-width: 2px;
}

.con-r006 .owl-theme .owl-controls .owl-page.active span, .con-r006 .owl-theme .owl-controls.clickable .owl-page:hover span {
  background-color: #fff;
}

.con-r006 .owl-theme .owl-controls .owl-page span {
  background: none;
  border: 1px solid #fff;
  margin: 5px 3px;
  width: 10px;
  height: 10px;
}

.con-r006 .owl-carousel-con_006.item {
  height: auto;
  margin: 0 20px;
}

.con-r006 .owl-carousel-con_006.owl-stage-outer {
  margin: 0;
  overflow: hidden;
  position: relative;
}

.con-r006 .owl-carousel-con_006.owl-next {
  float: right;
  position: absolute;
  right: 0;
}

.con-r006 .owl-carousel-con_006.owl-prev {
  position: absolute;
  left: 0;
}

.con-r006 .item h3 {
  font-size: 18px;
  padding-top: 15px;
  line-height: 30px;
}

.con-r006 .spd-r-carou-04 {
  width: 100%;
  padding: 70px 0;
  background: rgba(11, 11, 11, 0.9);
  text-align: center;
}

.con-r006 .spd-r-carou-04 .wrapper {
  width: 70%;
  margin: 0 auto;
  color: #ffffff;
}

.con-r006 .spd-r-carou-04 .wrapper h2 {
  line-height: 1.5;
}

.con-r006 .spd-r-carou-04 .wrapper p {
  text-transform: uppercase;
  margin-bottom: 0px;
}

.con-r006 .spd-r-carou-04 .wrapper .testi {
  color: #adadad;
  font-style: italic;
  padding-top: 15px;
  font-size: 16px;
}

.con-r006 .spd-r-carou-04 .wrapper span {
  font-size: 12px;
  color: #adadad;
}

.con-r006 .spd-r-carou-04 .wrapper img {
  width: auto;
  margin: 0 auto;
  border-radius: 50%;
  border: 0px solid;
  max-width: 80px;
}

.con-r006 .spd-r-carou-04 .wrapper .clint {
  padding-top: 20px;
}

.con-r006 .owl-buttons {
  position: absolute;
  bottom: 30% !important;
  width: 34%;
  left: 33%;
}

@media all and (max-width: 767px) {
  .con-r006 .owl-buttons {
    display: none;
  }
}

.con-r006 .owl-nav div {
  background: none repeat scroll 0 0 #ffffff !important;
  border: 2px solid #ccc;
  color: #000000 !important;
  font-size: 16px !important;
  font-weight: bold;
}

.con-r006 .owl-theme .owl-buttons .owl-nav div {
  background: #869791 none repeat scroll 0 0;
  border-radius: 30px;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  margin: 5px;
  opacity: 0.5;
  padding: 4px 10px;
}

/**** End of con_r006 style ****/
/**** con_r007 style ****/
.con-r007 {
  background-color: #f9f9f9;
}

.con-r007 .spd-col-md-3 i, .con-r007 .counter, .con-r007 span {
  transition: all 500ms;
}

.con-r007 .spd-col-md-3:hover i, .con-r007 .spd-col-md-3:hover .Cust_Counter .counter, .con-r007 .spd-col-md-3:hover .Cust_Counter span {
  color: #8C8C8C;
}

.con-r007 .CounterName {
  font-size: 14px;
  font-weight: 400;
  color: #555555;
  padding: 20px 0 20px 0px;
  text-transform: uppercase;
}

.con-r007 .counter, .con-r007 span {
  font-size: 42px;
  font-weight: 600;
  color: #555555;
}

.con-r007 i {
  font-size: 46px;
  color: #555555;
}

.con-r007 .Cust_Counter {
  text-align: center;
  padding-top: 15px;
}

.con-r007 .BorBottom {
  width: 30px;
  border: 1px solid #555555;
  margin: 0 auto;
}

/**** End of con_r007 style ****/
/**** con_r008 style ****/
.con_r008 .heading {
  text-align: center;
}

.con_r008 .subheadding {
  color: #555555;
}

.con_r008 label {
  font-weight: normal;
}

.con_r008 .btn {
  padding: 12px 25px;
}

.con_r008 input, .con_r008 select {
  margin-bottom: 35px;
}

.con_r008 input.spdBaseBgColr:hover {
  background: #000000;
  border-color: #000000;
}

/**** End of con_r008 style ****/
/**** con_r009 style ****/
.con-r009 {
  background-color: rgba(33, 33, 33, 0.9);
}

.con-r009 .spd-col-md-3 i, .con-r009 .counter, .con-r009 span {
  transition: all 500ms;
}

.con-r009 .spd-col-md-3:hover i, .con-r009 .spd-col-md-3:hover .Cust_Counter .counter, .con-r009 .spd-col-md-3:hover .Cust_Counter span {
  color: #fff;
}

.con-r009 .CounterName {
  font-size: 14px;
  font-weight: 400;
  color: #c4c4c4;
  padding: 20px 0 20px 0px;
  text-transform: uppercase;
}

.con-r009 .counter, .con-r009 span {
  font-size: 42px;
  font-weight: 600;
  color: #fff;
}

.con-r009 i {
  font-size: 46px;
  color: #fff;
}

.con-r009 .Cust_Counter {
  text-align: center;
  padding-top: 15px;
}

.con-r009 .BorBottom {
  width: 30px;
  border: 1px solid #fff;
  margin: 0 auto;
}

/**** End of con_r009 style ****/
/**** con_r010 style ****/
.con_r010 .spd-r-accor-fifth {
  cursor: pointer;
  color: #6d6b6b;
  border-radius: 0 !important;
}

.con_r010 .spd-r-accor-fifth .spd-panel-heading {
  padding: 0;
  background: #eeeeee;
  border-radius: 0;
}

.con_r010 .spd-r-accor-fifth .spd-panel-heading h4 a {
  line-height: 3;
  padding-left: 15px;
  color: #000;
}

.con_r010 .spd-r-accor-fifth .spd-panel-heading + .spd-panel-collapse > .spd-panel-body {
  border-top: 1px solid #f5f3f3;
}

.con_r010 .spd-r-accor-fifth .collapsed .spd-panel-heading {
  color: #6d6b6b;
}

.con_r010 .spd-r-accor-fifth .collapsed .spd-r-accordion_icon-05:before {
  content: "\f00c";
  display: inline-block;
  line-height: 1;
  font-family: fontawesome;
}

.con_r010 .spd-r-accor-fifth .spd-panel-title span {
  border-right: 1px solid #f5f3f3;
  height: 48px;
  padding: 15px;
  width: 45px;
  color: #000;
}

.con_r010 .spd-r-accor-fifth .spd-r-accordion_icon-05:before {
  content: "\f00d";
  display: inline-block;
  line-height: 1;
  font-family: fontawesome;
}

.con_r010 .aboutTitle {
  border-bottom: 2px solid #ddd;
}

.con_r010 .spd-panel-body .fa {
  font-size: 16px;
  padding-right: 15px;
}

.con_r010 .spd-panel-group {
  margin-bottom: 5px;
}

.con_r010 button.buy-btn {
  border-radius: 3px;
  padding: 10px 25px;
  color: #fff;
  transition: all 500ms;
}

.con_r010 button.buy-btn:hover {
  background-color: #000000;
}

.con_r010 .spd-panel-body {
  padding-left: 30px;
}

.spd-r-accordion_icon-05 {
  float: left;
}

/**** End of con_r010 style ****/
/**** con_r011 style ****/
.con-r011 {
  background-color: #f9f9f9;
}

.con-r011 h3 {
  color: #444450;
  margin-top: 0;
  text-transform: uppercase;
}

.con-r011 hr {
  width: 30px;
  border-width: 2px;
  border-color: #444450;
}

.con-r011 .owl-theme .owl-controls .owl-page.active span, .con-r011 .owl-theme .owl-controls.clickable .owl-page:hover span {
  background-color: #444450;
}

.con-r011 .owl-theme .owl-controls .owl-page span {
  background: none;
  border: 1px solid #444450;
  margin: 5px 3px;
  width: 10px;
  height: 10px;
}

.con-r011 .owl-carousel-con_006.item {
  height: auto;
  margin: 0 20px;
}

.con-r011 .owl-carousel-con_006.owl-stage-outer {
  margin: 0;
  overflow: hidden;
  position: relative;
}

.con-r011 .owl-carousel-con_006.owl-next {
  float: right;
  position: absolute;
  right: 0;
}

.con-r011 .owl-carousel-con_006.owl-prev {
  position: absolute;
  left: 0;
}

.con-r011 .item h3 {
  font-size: 18px;
  padding-top: 15px;
  line-height: 30px;
  color: #444450 !important;
}

.con-r011 .spd-r-carou-04 {
  width: 100%;
  padding: 70px 0;
  text-align: center;
}

.con-r011 .spd-r-carou-04 .wrapper {
  width: 70%;
  margin: 0 auto;
  color: #444450;
}

.con-r011 .spd-r-carou-04 .wrapper h2 {
  line-height: 1.5;
}

.con-r011 .spd-r-carou-04 .wrapper p {
  text-transform: uppercase;
  margin-bottom: 0px;
}

.con-r011 .spd-r-carou-04 .wrapper .testim {
  color: #adadad;
  font-style: italic;
  font-size: 16px;
  padding-top: 15px;
}

.con-r011 .spd-r-carou-04 .wrapper span {
  font-size: 12px;
  color: #adadad;
}

.con-r011 .spd-r-carou-04 .wrapper img {
  width: auto;
  margin: 0 auto;
  border-radius: 50%;
  border: 0px solid;
  max-width: 80px;
}

.con-r011 .spd-r-carou-04 .wrapper .clint {
  padding-top: 20px;
}

.con-r011 .owl-buttons {
  position: absolute;
  bottom: 30% !important;
  width: 34%;
  left: 33%;
}

@media all and (max-width: 767px) {
  .con-r011 .owl-buttons {
    display: none;
  }
}

.con-r011 .owl-nav div {
  background: none repeat scroll 0 0 #ffffff !important;
  border: 2px solid #ccc;
  color: #000000 !important;
  font-size: 16px !important;
  font-weight: bold;
}

.con-r011 .owl-theme .owl-buttons .owl-nav div {
  background: #869791 none repeat scroll 0 0;
  border-radius: 30px;
  color: #444450;
  display: inline-block;
  font-size: 12px;
  margin: 5px;
  opacity: 0.5;
  padding: 4px 10px;
}

/**** End of con_r011 style ****/
/**** con_r012 style ****/
.con_r012 .left h1 {
  font-size: 190px;
  color: #ddd;
  text-align: center;
}

.con_r012 .spdBaseBdrColr:hover {
  background-color: #000000;
  border-color: #000;
}

@media all and (max-width: 767px) {
  .con_r012 .left h1 {
    font-size: 120px;
  }
}

.con_r012 .right h2 {
  text-transform: uppercase;
  line-height: 27px;
}

.con_r012 .right h3 {
  color: #777777;
}

.con_r012 .right .search {
  width: 100%;
  display: inline-table;
}

.con_r012 .right .search input {
  height: 43px;
}

.con_r012 .right .form-control {
  display: inline-block;
  width: 75%;
  border-radius: 5px 0 0 5px;
  border-right: 0px solid;
}

.con_r012 .right .btn {
  display: inline-block;
  width: 20%;
  margin-top: -1px !important;
  border-radius: 0 5px 5px 0;
  font-size: 20px;
  font-weight: normal;
}

@media all and (max-width: 767px) {
  .con_r012 .right .form-control {
    width: 65%;
  }
  .con_r012 .right .btn {
    width: 35%;
  }
  .con_r012 .right h2, .con_r012 .right h3 {
    text-align: center;
  }
}

.con_r012 .right .bootmLinks {
  width: 100%;
}

.con_r012 .right .bootmLinks ul {
  width: 33%;
  float: left;
  padding: 0;
}

.con_r012 .right .bootmLinks li {
  list-style: none;
}

.con_r012 .right .bootmLinks li a {
  color: #777777;
  padding-left: 10px;
}

.con_r012 .right .bootmLinks li:before {
  content: "\f105";
  font-family: 'FontAwesome';
}

/**** End of con_r012 style ****/
/**** con_r013 style ****/
.con_r013 h3 {
  color: #444444;
  padding-bottom: 20px;
  padding-top: 20px;
}

.con_r013 .first {
  padding-left: 0;
}

.con_r013 ul, .con_r013 li {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 13px;
  color: #555555;
}

.con_r013 a {
  padding-left: 10px;
  cursor: pointer;
}

.con_r013 a:hover {
  text-decoration: none;
}

/**** End of con_r013 style ****/
/**** con_r014 style ****/
.con_r014 .spd-r-accor-fifth {
  cursor: pointer;
  color: #6d6b6b;
  border-radius: 0 !important;
}

.con_r014 .spd-r-accor-fifth .spd-panel-heading {
  padding: 0;
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 4px;
  height: auto;
}

.con_r014 .spd-r-accor-fifth .spd-panel-heading h4 a {
  color: #000;
}

.con_r014 .spd-r-accor-fifth .spd-panel-heading + .spd-panel-collapse > .spd-panel-body {
  border-top: 1px solid #f5f3f3;
}

.con_r014 .spd-r-accor-fifth .spd-panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
  padding: 12px;
  display: inline-flex;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.con_r014 .spd-r-accor-fifth .collapsed .spd-panel-heading {
  color: #6d6b6b;
}

.con_r014 .spd-r-accor-fifth .collapsed h4 a {
  color: #606060;
}

.con_r014 .spd-r-accor-fifth .collapsed h4:before {
  content: "\f059";
  display: inline-block;
  line-height: 1;
  font-family: fontawesome;
  color: #606060;
  padding-top: 4px;
}

.con_r014 .spd-r-accor-fifth .collapsed h4:after {
  content: "\f150";
  display: inline-block;
  line-height: 1;
  font-family: fontawesome;
  color: #606060;
  position: absolute;
  right: 10px;
  top: 15px;
}

.con_r014 .spd-r-accor-fifth .spd-panel-title span {
  /* height: 40px; */
  padding-left: 10px;
  padding-right: 10px;
  color: #000;
}

.con_r014 .spd-r-accor-fifth h4:before {
  content: "\f058";
  display: inline-block;
  line-height: 1;
  font-family: fontawesome;
  color: #000;
  padding-top: 4px;
}

.con_r014 .spd-r-accor-fifth h4:after {
  content: "\f151";
  display: inline-block;
  line-height: 1;
  font-family: fontawesome;
  position: absolute;
  right: 10px;
  color: #000;
  top: 15px;
}

.con_r014 .aboutTitle {
  border-bottom: 2px solid #ddd;
}

.con_r014 .spd-panel-body .fa {
  font-size: 16px;
  padding-right: 15px;
}

.con_r014 .spd-panel-group {
  margin-bottom: 5px;
}

.con_r014 button.buy-btn {
  background-color: #000;
  border-radius: 3px;
  padding: 10px 25px;
  color: #fff;
}

.con_r014 .spd-panel-body {
  padding-left: 15px;
}

.spd-r-accordion_icon-05 {
  float: left;
}

.spd-r-accordion_icon-06 {
  float: right;
}

/**** End of con_r014 style ****/
.con_r015 .spd-responsive-table-sm {
  margin-bottom: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
}

@media handheld, only screen and (max-width: 767px) {
  .con_r015 .spd-responsive-table-sm {
    margin-bottom: 20px;
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
  }
}

.con_r015 .spd-r-table1 th, .con_r015 .spd-r-table1 td, .con_r015 .con_r016 .spd-r-table2 th, .con_r016 .spd-r-table2 .con_r015 th, .con_r015 .con_r016 .spd-r-table2 td, .con_r016 .spd-r-table2 .con_r015 td, .con_r015 .con_r017 .spd-r-table3 th, .con_r017 .spd-r-table3 .con_r015 th, .con_r015 .con_r017 .spd-r-table3 td, .con_r017 .spd-r-table3 .con_r015 td, .con_r015 .con_r018 .spd-r-table4 th, .con_r018 .spd-r-table4 .con_r015 th, .con_r015 .con_r018 .spd-r-table4 td, .con_r018 .spd-r-table4 .con_r015 td, .con_r015 .con_r019 .spd-r-table5 th, .con_r019 .spd-r-table5 .con_r015 th, .con_r015 .con_r019 .spd-r-table5 td, .con_r019 .spd-r-table5 .con_r015 td, .con_r015 .con_r020 .spd-r-table6 th, .con_r020 .spd-r-table6 .con_r015 th, .con_r015 .con_r020 .spd-r-table6 td, .con_r020 .spd-r-table6 .con_r015 td, .con_r015 .con_r021 .spd-r-table7 th, .con_r021 .spd-r-table7 .con_r015 th, .con_r015 .con_r021 .spd-r-table7 td, .con_r021 .spd-r-table7 .con_r015 td, .con_r015 .con_r022 .spd-r-table8 th, .con_r022 .spd-r-table8 .con_r015 th, .con_r015 .con_r022 .spd-r-table8 td, .con_r022 .spd-r-table8 .con_r015 td, .con_r015 .con_r023 .spd-r-table9 th, .con_r023 .spd-r-table9 .con_r015 th, .con_r015 .con_r023 .spd-r-table9 td, .con_r023 .spd-r-table9 .con_r015 td, .con_r015 .con_r034 .spd-r-carosel-st3 .item h3, .con_r034 .spd-r-carosel-st3 .item .con_r015 h3, .con_r015 .con_r034 .spd-r-carosel-st3 .item p, .con_r034 .spd-r-carosel-st3 .item .con_r015 p, .con_r015 .con_r035 .spd-r-carosel-st4 .item h3, .con_r035 .spd-r-carosel-st4 .item .con_r015 h3, .con_r015 .con_r035 .spd-r-carosel-st4 .item p, .con_r035 .spd-r-carosel-st4 .item .con_r015 p, .con_r015 .con_r036 .spd-r-carosel-st3 .item h3, .con_r036 .spd-r-carosel-st3 .item .con_r015 h3, .con_r015 .con_r036 .spd-r-carosel-st3 .item p, .con_r036 .spd-r-carosel-st3 .item .con_r015 p {
  color: #555555;
  padding: 15px 30px;
  font-size: 14px;
}

.con_r015 .spd-r-table1 {
  width: 100%;
  border-spacing: 0;
  min-width: 767px;
}

.con_r015 .spd-r-table1 tr {
  border-bottom: 1px solid #555555;
  width: 100%;
}

.con_r015 .spd-r-table1 th {
  border-bottom: 2px solid #555555;
}

.con_r016 .spd-responsive-table-sm {
  margin-bottom: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
}

@media handheld, only screen and (max-width: 767px) {
  .con_r016 .spd-responsive-table-sm {
    margin-bottom: 20px;
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
  }
}

.con_r016 .con_r015 .spd-r-table1 th, .con_r015 .spd-r-table1 .con_r016 th, .con_r016 .con_r015 .spd-r-table1 td, .con_r015 .spd-r-table1 .con_r016 td, .con_r016 .spd-r-table2 th, .con_r016 .spd-r-table2 td, .con_r016 .con_r017 .spd-r-table3 th, .con_r017 .spd-r-table3 .con_r016 th, .con_r016 .con_r017 .spd-r-table3 td, .con_r017 .spd-r-table3 .con_r016 td, .con_r016 .con_r018 .spd-r-table4 th, .con_r018 .spd-r-table4 .con_r016 th, .con_r016 .con_r018 .spd-r-table4 td, .con_r018 .spd-r-table4 .con_r016 td, .con_r016 .con_r019 .spd-r-table5 th, .con_r019 .spd-r-table5 .con_r016 th, .con_r016 .con_r019 .spd-r-table5 td, .con_r019 .spd-r-table5 .con_r016 td, .con_r016 .con_r020 .spd-r-table6 th, .con_r020 .spd-r-table6 .con_r016 th, .con_r016 .con_r020 .spd-r-table6 td, .con_r020 .spd-r-table6 .con_r016 td, .con_r016 .con_r021 .spd-r-table7 th, .con_r021 .spd-r-table7 .con_r016 th, .con_r016 .con_r021 .spd-r-table7 td, .con_r021 .spd-r-table7 .con_r016 td, .con_r016 .con_r022 .spd-r-table8 th, .con_r022 .spd-r-table8 .con_r016 th, .con_r016 .con_r022 .spd-r-table8 td, .con_r022 .spd-r-table8 .con_r016 td, .con_r016 .con_r023 .spd-r-table9 th, .con_r023 .spd-r-table9 .con_r016 th, .con_r016 .con_r023 .spd-r-table9 td, .con_r023 .spd-r-table9 .con_r016 td, .con_r016 .con_r034 .spd-r-carosel-st3 .item h3, .con_r034 .spd-r-carosel-st3 .item .con_r016 h3, .con_r016 .con_r034 .spd-r-carosel-st3 .item p, .con_r034 .spd-r-carosel-st3 .item .con_r016 p, .con_r016 .con_r035 .spd-r-carosel-st4 .item h3, .con_r035 .spd-r-carosel-st4 .item .con_r016 h3, .con_r016 .con_r035 .spd-r-carosel-st4 .item p, .con_r035 .spd-r-carosel-st4 .item .con_r016 p, .con_r016 .con_r036 .spd-r-carosel-st3 .item h3, .con_r036 .spd-r-carosel-st3 .item .con_r016 h3, .con_r016 .con_r036 .spd-r-carosel-st3 .item p, .con_r036 .spd-r-carosel-st3 .item .con_r016 p {
  color: #555555;
  padding: 15px 30px;
  font-size: 14px;
}

.con_r016 .spd-r-table2 {
  min-width: 767px;
  width: 100%;
  border-spacing: 0;
}

.con_r016 .spd-r-table2 tr {
  border-bottom: 1px solid #e4e4e4;
  width: 100%;
}

.con_r016 .spd-r-table2 tr:nth-child(2n) td {
  background-color: #f7f7f7;
}

.con_r016 .spd-r-table2 th {
  border-bottom: 2px solid #e4e4e4;
}

.con_r017 .spd-responsive-table-sm {
  margin-bottom: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
}

@media handheld, only screen and (max-width: 767px) {
  .con_r017 .spd-responsive-table-sm {
    margin-bottom: 20px;
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
  }
}

.con_r017 .spd-responsive-table-sm {
  margin-bottom: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
}

@media handheld, only screen and (max-width: 767px) {
  .con_r017 .spd-responsive-table-sm {
    margin-bottom: 20px;
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
  }
}

.con_r017 .con_r015 .spd-r-table1 th, .con_r015 .spd-r-table1 .con_r017 th, .con_r017 .con_r015 .spd-r-table1 td, .con_r015 .spd-r-table1 .con_r017 td, .con_r017 .con_r016 .spd-r-table2 th, .con_r016 .spd-r-table2 .con_r017 th, .con_r017 .con_r016 .spd-r-table2 td, .con_r016 .spd-r-table2 .con_r017 td, .con_r017 .spd-r-table3 th, .con_r017 .spd-r-table3 td, .con_r017 .con_r018 .spd-r-table4 th, .con_r018 .spd-r-table4 .con_r017 th, .con_r017 .con_r018 .spd-r-table4 td, .con_r018 .spd-r-table4 .con_r017 td, .con_r017 .con_r019 .spd-r-table5 th, .con_r019 .spd-r-table5 .con_r017 th, .con_r017 .con_r019 .spd-r-table5 td, .con_r019 .spd-r-table5 .con_r017 td, .con_r017 .con_r020 .spd-r-table6 th, .con_r020 .spd-r-table6 .con_r017 th, .con_r017 .con_r020 .spd-r-table6 td, .con_r020 .spd-r-table6 .con_r017 td, .con_r017 .con_r021 .spd-r-table7 th, .con_r021 .spd-r-table7 .con_r017 th, .con_r017 .con_r021 .spd-r-table7 td, .con_r021 .spd-r-table7 .con_r017 td, .con_r017 .con_r022 .spd-r-table8 th, .con_r022 .spd-r-table8 .con_r017 th, .con_r017 .con_r022 .spd-r-table8 td, .con_r022 .spd-r-table8 .con_r017 td, .con_r017 .con_r023 .spd-r-table9 th, .con_r023 .spd-r-table9 .con_r017 th, .con_r017 .con_r023 .spd-r-table9 td, .con_r023 .spd-r-table9 .con_r017 td, .con_r017 .con_r034 .spd-r-carosel-st3 .item h3, .con_r034 .spd-r-carosel-st3 .item .con_r017 h3, .con_r017 .con_r034 .spd-r-carosel-st3 .item p, .con_r034 .spd-r-carosel-st3 .item .con_r017 p, .con_r017 .con_r035 .spd-r-carosel-st4 .item h3, .con_r035 .spd-r-carosel-st4 .item .con_r017 h3, .con_r017 .con_r035 .spd-r-carosel-st4 .item p, .con_r035 .spd-r-carosel-st4 .item .con_r017 p, .con_r017 .con_r036 .spd-r-carosel-st3 .item h3, .con_r036 .spd-r-carosel-st3 .item .con_r017 h3, .con_r017 .con_r036 .spd-r-carosel-st3 .item p, .con_r036 .spd-r-carosel-st3 .item .con_r017 p {
  border: 1px solid #555555;
  color: #555555;
  padding: 15px 30px;
  font-size: 14px;
}

.con_r017 .spd-r-table3 {
  min-width: 767px;
  width: 100%;
  border-spacing: 0;
}

.con_r017 .spd-r-table3 tr {
  width: 100%;
}

.con_r018 .spd-responsive-table-sm {
  margin-bottom: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
}

@media handheld, only screen and (max-width: 767px) {
  .con_r018 .spd-responsive-table-sm {
    margin-bottom: 20px;
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
  }
}

.con_r018 .con_r015 .spd-r-table1 th, .con_r015 .spd-r-table1 .con_r018 th, .con_r018 .con_r015 .spd-r-table1 td, .con_r015 .spd-r-table1 .con_r018 td, .con_r018 .con_r016 .spd-r-table2 th, .con_r016 .spd-r-table2 .con_r018 th, .con_r018 .con_r016 .spd-r-table2 td, .con_r016 .spd-r-table2 .con_r018 td, .con_r018 .con_r017 .spd-r-table3 th, .con_r017 .spd-r-table3 .con_r018 th, .con_r018 .con_r017 .spd-r-table3 td, .con_r017 .spd-r-table3 .con_r018 td, .con_r018 .spd-r-table4 th, .con_r018 .spd-r-table4 td, .con_r018 .con_r019 .spd-r-table5 th, .con_r019 .spd-r-table5 .con_r018 th, .con_r018 .con_r019 .spd-r-table5 td, .con_r019 .spd-r-table5 .con_r018 td, .con_r018 .con_r020 .spd-r-table6 th, .con_r020 .spd-r-table6 .con_r018 th, .con_r018 .con_r020 .spd-r-table6 td, .con_r020 .spd-r-table6 .con_r018 td, .con_r018 .con_r021 .spd-r-table7 th, .con_r021 .spd-r-table7 .con_r018 th, .con_r018 .con_r021 .spd-r-table7 td, .con_r021 .spd-r-table7 .con_r018 td, .con_r018 .con_r022 .spd-r-table8 th, .con_r022 .spd-r-table8 .con_r018 th, .con_r018 .con_r022 .spd-r-table8 td, .con_r022 .spd-r-table8 .con_r018 td, .con_r018 .con_r023 .spd-r-table9 th, .con_r023 .spd-r-table9 .con_r018 th, .con_r018 .con_r023 .spd-r-table9 td, .con_r023 .spd-r-table9 .con_r018 td, .con_r018 .con_r034 .spd-r-carosel-st3 .item h3, .con_r034 .spd-r-carosel-st3 .item .con_r018 h3, .con_r018 .con_r034 .spd-r-carosel-st3 .item p, .con_r034 .spd-r-carosel-st3 .item .con_r018 p, .con_r018 .con_r035 .spd-r-carosel-st4 .item h3, .con_r035 .spd-r-carosel-st4 .item .con_r018 h3, .con_r018 .con_r035 .spd-r-carosel-st4 .item p, .con_r035 .spd-r-carosel-st4 .item .con_r018 p, .con_r018 .con_r036 .spd-r-carosel-st3 .item h3, .con_r036 .spd-r-carosel-st3 .item .con_r018 h3, .con_r018 .con_r036 .spd-r-carosel-st3 .item p, .con_r036 .spd-r-carosel-st3 .item .con_r018 p {
  border: 1px solid #e4e4e4;
  color: #555555;
  padding: 15px 30px;
  font-size: 14px;
}

.con_r018 .spd-r-table4 {
  min-width: 767px;
  width: 100%;
  border-spacing: 0;
}

.con_r018 .spd-r-table4 tr {
  width: 100%;
}

.con_r018 .spd-r-table4 tr:nth-child(2n) td {
  background-color: #f7f7f7;
}

.con_r019 .spd-responsive-table-sm {
  margin-bottom: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
}

@media handheld, only screen and (max-width: 767px) {
  .con_r019 .spd-responsive-table-sm {
    margin-bottom: 20px;
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
  }
}

.con_r019 .con_r015 .spd-r-table1 th, .con_r015 .spd-r-table1 .con_r019 th, .con_r019 .con_r015 .spd-r-table1 td, .con_r015 .spd-r-table1 .con_r019 td, .con_r019 .con_r016 .spd-r-table2 th, .con_r016 .spd-r-table2 .con_r019 th, .con_r019 .con_r016 .spd-r-table2 td, .con_r016 .spd-r-table2 .con_r019 td, .con_r019 .con_r017 .spd-r-table3 th, .con_r017 .spd-r-table3 .con_r019 th, .con_r019 .con_r017 .spd-r-table3 td, .con_r017 .spd-r-table3 .con_r019 td, .con_r019 .con_r018 .spd-r-table4 th, .con_r018 .spd-r-table4 .con_r019 th, .con_r019 .con_r018 .spd-r-table4 td, .con_r018 .spd-r-table4 .con_r019 td, .con_r019 .spd-r-table5 th, .con_r019 .spd-r-table5 td, .con_r019 .con_r020 .spd-r-table6 th, .con_r020 .spd-r-table6 .con_r019 th, .con_r019 .con_r020 .spd-r-table6 td, .con_r020 .spd-r-table6 .con_r019 td, .con_r019 .con_r021 .spd-r-table7 th, .con_r021 .spd-r-table7 .con_r019 th, .con_r019 .con_r021 .spd-r-table7 td, .con_r021 .spd-r-table7 .con_r019 td, .con_r019 .con_r022 .spd-r-table8 th, .con_r022 .spd-r-table8 .con_r019 th, .con_r019 .con_r022 .spd-r-table8 td, .con_r022 .spd-r-table8 .con_r019 td, .con_r019 .con_r023 .spd-r-table9 th, .con_r023 .spd-r-table9 .con_r019 th, .con_r019 .con_r023 .spd-r-table9 td, .con_r023 .spd-r-table9 .con_r019 td, .con_r019 .con_r034 .spd-r-carosel-st3 .item h3, .con_r034 .spd-r-carosel-st3 .item .con_r019 h3, .con_r019 .con_r034 .spd-r-carosel-st3 .item p, .con_r034 .spd-r-carosel-st3 .item .con_r019 p, .con_r019 .con_r035 .spd-r-carosel-st4 .item h3, .con_r035 .spd-r-carosel-st4 .item .con_r019 h3, .con_r019 .con_r035 .spd-r-carosel-st4 .item p, .con_r035 .spd-r-carosel-st4 .item .con_r019 p, .con_r019 .con_r036 .spd-r-carosel-st3 .item h3, .con_r036 .spd-r-carosel-st3 .item .con_r019 h3, .con_r019 .con_r036 .spd-r-carosel-st3 .item p, .con_r036 .spd-r-carosel-st3 .item .con_r019 p {
  border: 1px solid #e4e4e4;
  color: #555555;
  padding: 10px 30px;
  font-size: 14px;
}

.con_r019 .spd-r-table5 {
  min-width: 767px;
  width: 100%;
  border-spacing: 0;
}

.con_r019 .spd-r-table5 tr {
  width: 100%;
}

.con_r019 .spd-r-table5 th {
  background-color: #f7f7f7;
}

.con_r020 .spd-responsive-table-sm {
  margin-bottom: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
}

@media handheld, only screen and (max-width: 767px) {
  .con_r020 .spd-responsive-table-sm {
    margin-bottom: 20px;
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
  }
}

.con_r020 .con_r015 .spd-r-table1 th, .con_r015 .spd-r-table1 .con_r020 th, .con_r020 .con_r015 .spd-r-table1 td, .con_r015 .spd-r-table1 .con_r020 td, .con_r020 .con_r016 .spd-r-table2 th, .con_r016 .spd-r-table2 .con_r020 th, .con_r020 .con_r016 .spd-r-table2 td, .con_r016 .spd-r-table2 .con_r020 td, .con_r020 .con_r017 .spd-r-table3 th, .con_r017 .spd-r-table3 .con_r020 th, .con_r020 .con_r017 .spd-r-table3 td, .con_r017 .spd-r-table3 .con_r020 td, .con_r020 .con_r018 .spd-r-table4 th, .con_r018 .spd-r-table4 .con_r020 th, .con_r020 .con_r018 .spd-r-table4 td, .con_r018 .spd-r-table4 .con_r020 td, .con_r020 .con_r019 .spd-r-table5 th, .con_r019 .spd-r-table5 .con_r020 th, .con_r020 .con_r019 .spd-r-table5 td, .con_r019 .spd-r-table5 .con_r020 td, .con_r020 .spd-r-table6 th, .con_r020 .spd-r-table6 td, .con_r020 .con_r021 .spd-r-table7 th, .con_r021 .spd-r-table7 .con_r020 th, .con_r020 .con_r021 .spd-r-table7 td, .con_r021 .spd-r-table7 .con_r020 td, .con_r020 .con_r022 .spd-r-table8 th, .con_r022 .spd-r-table8 .con_r020 th, .con_r020 .con_r022 .spd-r-table8 td, .con_r022 .spd-r-table8 .con_r020 td, .con_r020 .con_r023 .spd-r-table9 th, .con_r023 .spd-r-table9 .con_r020 th, .con_r020 .con_r023 .spd-r-table9 td, .con_r023 .spd-r-table9 .con_r020 td, .con_r020 .con_r034 .spd-r-carosel-st3 .item h3, .con_r034 .spd-r-carosel-st3 .item .con_r020 h3, .con_r020 .con_r034 .spd-r-carosel-st3 .item p, .con_r034 .spd-r-carosel-st3 .item .con_r020 p, .con_r020 .con_r035 .spd-r-carosel-st4 .item h3, .con_r035 .spd-r-carosel-st4 .item .con_r020 h3, .con_r020 .con_r035 .spd-r-carosel-st4 .item p, .con_r035 .spd-r-carosel-st4 .item .con_r020 p, .con_r020 .con_r036 .spd-r-carosel-st3 .item h3, .con_r036 .spd-r-carosel-st3 .item .con_r020 h3, .con_r020 .con_r036 .spd-r-carosel-st3 .item p, .con_r036 .spd-r-carosel-st3 .item .con_r020 p {
  border: 1px solid #e4e4e4;
  color: #555555;
  padding: 10px 30px;
  font-size: 14px;
}

.con_r020 .spd-r-table6 {
  min-width: 767px;
  width: 100%;
  border-spacing: 0;
}

.con_r020 .spd-r-table6 tr {
  width: 100%;
}

.con_r020 .spd-r-table6 th {
  background-color: #f7f7f7;
}

.con_r021 .spd-responsive-table-sm {
  margin-bottom: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
}

@media handheld, only screen and (max-width: 767px) {
  .con_r021 .spd-responsive-table-sm {
    margin-bottom: 20px;
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
  }
}

.con_r021 .con_r015 .spd-r-table1 th, .con_r015 .spd-r-table1 .con_r021 th, .con_r021 .con_r015 .spd-r-table1 td, .con_r015 .spd-r-table1 .con_r021 td, .con_r021 .con_r016 .spd-r-table2 th, .con_r016 .spd-r-table2 .con_r021 th, .con_r021 .con_r016 .spd-r-table2 td, .con_r016 .spd-r-table2 .con_r021 td, .con_r021 .con_r017 .spd-r-table3 th, .con_r017 .spd-r-table3 .con_r021 th, .con_r021 .con_r017 .spd-r-table3 td, .con_r017 .spd-r-table3 .con_r021 td, .con_r021 .con_r018 .spd-r-table4 th, .con_r018 .spd-r-table4 .con_r021 th, .con_r021 .con_r018 .spd-r-table4 td, .con_r018 .spd-r-table4 .con_r021 td, .con_r021 .con_r019 .spd-r-table5 th, .con_r019 .spd-r-table5 .con_r021 th, .con_r021 .con_r019 .spd-r-table5 td, .con_r019 .spd-r-table5 .con_r021 td, .con_r021 .con_r020 .spd-r-table6 th, .con_r020 .spd-r-table6 .con_r021 th, .con_r021 .con_r020 .spd-r-table6 td, .con_r020 .spd-r-table6 .con_r021 td, .con_r021 .spd-r-table7 th, .con_r021 .spd-r-table7 td, .con_r021 .con_r022 .spd-r-table8 th, .con_r022 .spd-r-table8 .con_r021 th, .con_r021 .con_r022 .spd-r-table8 td, .con_r022 .spd-r-table8 .con_r021 td, .con_r021 .con_r023 .spd-r-table9 th, .con_r023 .spd-r-table9 .con_r021 th, .con_r021 .con_r023 .spd-r-table9 td, .con_r023 .spd-r-table9 .con_r021 td, .con_r021 .con_r034 .spd-r-carosel-st3 .item h3, .con_r034 .spd-r-carosel-st3 .item .con_r021 h3, .con_r021 .con_r034 .spd-r-carosel-st3 .item p, .con_r034 .spd-r-carosel-st3 .item .con_r021 p, .con_r021 .con_r035 .spd-r-carosel-st4 .item h3, .con_r035 .spd-r-carosel-st4 .item .con_r021 h3, .con_r021 .con_r035 .spd-r-carosel-st4 .item p, .con_r035 .spd-r-carosel-st4 .item .con_r021 p, .con_r021 .con_r036 .spd-r-carosel-st3 .item h3, .con_r036 .spd-r-carosel-st3 .item .con_r021 h3, .con_r021 .con_r036 .spd-r-carosel-st3 .item p, .con_r036 .spd-r-carosel-st3 .item .con_r021 p {
  color: #555555;
  padding: 15px 30px;
  font-size: 14px;
}

.con_r021 .spd-r-table7 th, .con_r021 .spd-r-table5 td {
  color: #555555;
  padding: 10px 30px;
  font-size: 14px;
}

.con_r021 .spd-r-table7 {
  min-width: 767px;
  width: 100%;
  border-spacing: 0;
}

.con_r021 .spd-r-table7 tr {
  border-bottom: 1px solid #555555;
  width: 100%;
}

.con_r021 .spd-r-table7 th {
  border-bottom: 2px solid #555555;
  background-color: #f7f7f7;
}

.con_r022 .spd-responsive-table-sm {
  margin-bottom: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
}

@media handheld, only screen and (max-width: 767px) {
  .con_r022 .spd-responsive-table-sm {
    margin-bottom: 20px;
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
  }
}

.con_r022 .con_r015 .spd-r-table1 th, .con_r015 .spd-r-table1 .con_r022 th, .con_r022 .con_r015 .spd-r-table1 td, .con_r015 .spd-r-table1 .con_r022 td, .con_r022 .con_r016 .spd-r-table2 th, .con_r016 .spd-r-table2 .con_r022 th, .con_r022 .con_r016 .spd-r-table2 td, .con_r016 .spd-r-table2 .con_r022 td, .con_r022 .con_r017 .spd-r-table3 th, .con_r017 .spd-r-table3 .con_r022 th, .con_r022 .con_r017 .spd-r-table3 td, .con_r017 .spd-r-table3 .con_r022 td, .con_r022 .con_r018 .spd-r-table4 th, .con_r018 .spd-r-table4 .con_r022 th, .con_r022 .con_r018 .spd-r-table4 td, .con_r018 .spd-r-table4 .con_r022 td, .con_r022 .con_r019 .spd-r-table5 th, .con_r019 .spd-r-table5 .con_r022 th, .con_r022 .con_r019 .spd-r-table5 td, .con_r019 .spd-r-table5 .con_r022 td, .con_r022 .con_r020 .spd-r-table6 th, .con_r020 .spd-r-table6 .con_r022 th, .con_r022 .con_r020 .spd-r-table6 td, .con_r020 .spd-r-table6 .con_r022 td, .con_r022 .con_r021 .spd-r-table7 th, .con_r021 .spd-r-table7 .con_r022 th, .con_r022 .con_r021 .spd-r-table7 td, .con_r021 .spd-r-table7 .con_r022 td, .con_r022 .spd-r-table8 th, .con_r022 .spd-r-table8 td, .con_r022 .con_r023 .spd-r-table9 th, .con_r023 .spd-r-table9 .con_r022 th, .con_r022 .con_r023 .spd-r-table9 td, .con_r023 .spd-r-table9 .con_r022 td, .con_r022 .con_r034 .spd-r-carosel-st3 .item h3, .con_r034 .spd-r-carosel-st3 .item .con_r022 h3, .con_r022 .con_r034 .spd-r-carosel-st3 .item p, .con_r034 .spd-r-carosel-st3 .item .con_r022 p, .con_r022 .con_r035 .spd-r-carosel-st4 .item h3, .con_r035 .spd-r-carosel-st4 .item .con_r022 h3, .con_r022 .con_r035 .spd-r-carosel-st4 .item p, .con_r035 .spd-r-carosel-st4 .item .con_r022 p, .con_r022 .con_r036 .spd-r-carosel-st3 .item h3, .con_r036 .spd-r-carosel-st3 .item .con_r022 h3, .con_r022 .con_r036 .spd-r-carosel-st3 .item p, .con_r036 .spd-r-carosel-st3 .item .con_r022 p {
  color: #555555;
  padding: 15px 30px;
  font-size: 14px;
}

.con_r022 .spd-r-table8 {
  min-width: 767px;
  width: 100%;
  border-spacing: 0;
}

.con_r022 .spd-r-table8 tr {
  border-bottom: 1px solid #e4e4e4;
  width: 100%;
}

.con_r022 .spd-r-table8 tr:nth-child(2n + 1) td {
  background-color: #f7f7f7;
}

.con_r022 .spd-r-table8 th {
  border-bottom: 2px solid #e4e4e4;
}

.con_r022 .spd-r-table8 span {
  font-size: 12px;
  font-style: italic;
  font-weight: 700;
  padding-left: 5px;
}

.con_r022 .spd-r-lightcolor th {
  color: #ffffff;
}

.con_r023 .spd-responsive-table-sm {
  margin-bottom: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
}

@media handheld, only screen and (max-width: 767px) {
  .con_r023 .spd-responsive-table-sm {
    margin-bottom: 20px;
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
  }
}

.con_r023 .con_r015 .spd-r-table1 th, .con_r015 .spd-r-table1 .con_r023 th, .con_r023 .con_r015 .spd-r-table1 td, .con_r015 .spd-r-table1 .con_r023 td, .con_r023 .con_r016 .spd-r-table2 th, .con_r016 .spd-r-table2 .con_r023 th, .con_r023 .con_r016 .spd-r-table2 td, .con_r016 .spd-r-table2 .con_r023 td, .con_r023 .con_r017 .spd-r-table3 th, .con_r017 .spd-r-table3 .con_r023 th, .con_r023 .con_r017 .spd-r-table3 td, .con_r017 .spd-r-table3 .con_r023 td, .con_r023 .con_r018 .spd-r-table4 th, .con_r018 .spd-r-table4 .con_r023 th, .con_r023 .con_r018 .spd-r-table4 td, .con_r018 .spd-r-table4 .con_r023 td, .con_r023 .con_r019 .spd-r-table5 th, .con_r019 .spd-r-table5 .con_r023 th, .con_r023 .con_r019 .spd-r-table5 td, .con_r019 .spd-r-table5 .con_r023 td, .con_r023 .con_r020 .spd-r-table6 th, .con_r020 .spd-r-table6 .con_r023 th, .con_r023 .con_r020 .spd-r-table6 td, .con_r020 .spd-r-table6 .con_r023 td, .con_r023 .con_r021 .spd-r-table7 th, .con_r021 .spd-r-table7 .con_r023 th, .con_r023 .con_r021 .spd-r-table7 td, .con_r021 .spd-r-table7 .con_r023 td, .con_r023 .con_r022 .spd-r-table8 th, .con_r022 .spd-r-table8 .con_r023 th, .con_r023 .con_r022 .spd-r-table8 td, .con_r022 .spd-r-table8 .con_r023 td, .con_r023 .spd-r-table9 th, .con_r023 .spd-r-table9 td, .con_r023 .con_r034 .spd-r-carosel-st3 .item h3, .con_r034 .spd-r-carosel-st3 .item .con_r023 h3, .con_r023 .con_r034 .spd-r-carosel-st3 .item p, .con_r034 .spd-r-carosel-st3 .item .con_r023 p, .con_r023 .con_r035 .spd-r-carosel-st4 .item h3, .con_r035 .spd-r-carosel-st4 .item .con_r023 h3, .con_r023 .con_r035 .spd-r-carosel-st4 .item p, .con_r035 .spd-r-carosel-st4 .item .con_r023 p, .con_r023 .con_r036 .spd-r-carosel-st3 .item h3, .con_r036 .spd-r-carosel-st3 .item .con_r023 h3, .con_r023 .con_r036 .spd-r-carosel-st3 .item p, .con_r036 .spd-r-carosel-st3 .item .con_r023 p {
  padding: 15px 30px;
  font-size: 14px;
  border: 1px solid #484848;
}

.con_r023 .spd-r-table9 {
  min-width: 767px;
  width: 100%;
  border-spacing: 0;
}

.con_r023 .spd-r-table9 .spd-aqua-blue-bg {
  background-color: #484848;
  color: #fff;
}

.con_r023 .spd-r-table9 tr {
  border-bottom: 1px solid #484848;
  width: 100%;
}

.con_r023 .spd-r-table9 tr:nth-child(2n + 1) td {
  background-color: #9E9E9E;
  color: #fff;
}

.con_r023 .spd-r-table9 th {
  border-bottom: 2px solid #484848;
}

.con_r023 .spd-r-table9 span {
  color: #fff;
  font-size: 12px;
  font-style: italic;
  font-weight: 700;
  padding-left: 5px;
}

/* No Styling is required */
.con_r025 .dropcaps p {
  padding: 10px 0;
}

.con_r025 .dropcaps p span {
  float: left;
  width: 45px;
  height: 45px;
  line-height: 40px;
  margin: 5px 6px 2px 0;
  font-size: 45px;
  text-align: center;
}

.con_r025 .dropcaps h4 {
  margin: 0;
  padding: 0;
}

.con_r025 .spd-sh-22 p span {
  color: inherit !important;
}

.con_r026 .spd-sh-23 p span {
  color: #1b72ac;
}

.con_r026 .spd-sh-24 p span {
  background: #ccc;
}

.con_r026 .spd-sh-25 p span {
  background: #ccc;
}

.con_r026 .spd-sh-26 p span {
  border: 1px dashed #ffffff;
}

.con_r026 .spd-sh-27 p span {
  border: 1px dashed #ffffff;
}

.con_r026 .dropcaps p span {
  float: left;
  width: 45px;
  height: 45px;
  line-height: 40px;
  margin: 5px 6px 2px 0px;
  font-size: 45px;
  text-align: center;
  color: #fff;
}

.con_r026 .sh-round {
  border-radius: 6px;
}

.con_r026 .sh-circle {
  border-radius: 500px;
}

.con_r027 .spd-sh-23 p span {
  color: #1b72ac;
}

.con_r027 .spd-sh-24 p span {
  background: #ccc;
}

.con_r027 .spd-sh-25 p span {
  background: #ccc;
}

.con_r027 .spd-sh-26 p span {
  border: 1px dashed #fff;
}

.con_r027 .spd-sh-27 p span {
  border: 1px dashed #ffffff;
}

.con_r027 .dropcaps p span {
  float: left;
  width: 45px;
  height: 45px;
  line-height: 40px;
  margin: 5px 6px 2px 0px;
  font-size: 45px;
  text-align: center;
  color: #fff;
}

.con_r027 .sh-round {
  border-radius: 6px;
}

.con_r027 .sh-circle {
  border-radius: 500px;
}

.con_r027 .spd-autumn-red-bg {
  background-color: #b01e0a;
}

.con_r028 .spd-r-float-left {
  float: left;
}

.con_r028 .spd-r-dropdown-styl1 {
  font-size: 16px;
  padding: 10px 20px;
}

.con_r028 .spd-r-dropdown-styl1 ul {
  padding: 10px;
  min-width: 100%;
  width: 100%;
  position: relative;
}

.con_r028 .spd-r-dropdown-styl1 ul li {
  padding: 0 5px;
}

.con_r028 .spd-r-dropdown-styl1.spd-col-md-3 > a:after {
  content: "\f0dd";
  font-family: fontawesome;
  padding-left: 10px;
}

.con_r028 .dropdown-menu > li {
  list-style: none outside none;
}

.con_r029 .spd-r-dropdown-styl2 {
  font-size: 16px;
  padding: 10px 20px;
}

.con_r029 .spd-r-dropdown-styl2 ul {
  padding: 10px;
  min-width: 100%;
  width: 100%;
  position: relative;
  margin-top: 10px;
  margin-bottom: 11px;
}

.con_r029 .spd-r-dropdown-styl2 ul li {
  padding: 0 5px;
}

.con_r029 .spd-r-dropdown-styl2 a {
  border: 1px solid;
  transition: all 0.5s;
  border-radius: 5px;
  padding: 6px 12px 9px 12px;
}

.con_r029 .spd-r-dropdown-styl2 a:hover {
  background: #000;
  color: #ffffff;
}

.con_r030 .spd-r-dropdown-styl3 {
  font-size: 16px;
  padding: 10px 20px;
}

.con_r030 .spd-r-dropdown-styl3 ul {
  padding: 10px;
  min-width: 100%;
  width: 100%;
  position: relative;
  margin-top: 10px;
  margin-bottom: 11px;
}

.con_r030 .spd-r-dropdown-styl3 ul li {
  padding: 0 5px;
}

.con_r030 .spd-r-dropdown-styl3 a {
  border: 1px solid;
  transition: all 0.5s;
  border-radius: 5px;
  padding: 6px 12px 9px 12px;
}

.con_r030 .spd-r-dropdown-styl3 a:hover {
  background: #000;
  color: #ffffff;
}

.con_r030 .spd-r-dropdown-styl3.spd-col-md-3 > a:after {
  content: "\f0dd";
  font-family: fontawesome;
  padding-left: 10px;
}

.con_r031 .spd-r-dropdown-styl4 {
  font-size: 16px;
  padding: 10px 20px;
}

.con_r031 .spd-r-dropdown-styl4 ul {
  margin-bottom: 11px;
  color: #ffffff;
  margin-top: 10px;
  min-width: 100%;
  padding: 10px;
  position: relative;
  width: 100%;
}

.con_r031 .spd-r-dropdown-styl4 ul li {
  padding: 0 5px;
  color: #000;
}

.con_r031 .spd-r-dropdown-styl4 a {
  border-radius: 5px;
  color: #ffffff;
  padding: 6px 12px 9px 12px;
  transition: all 0.5s ease 0s;
}

.con_r031 .spd-r-dropdown-styl4 span {
  color: #ffffff;
  transition: all 0.5s;
  border-radius: 0 5px 5px 0;
  padding: 0;
  border-left: 1px solid;
  margin-left: 6px;
  display: inline-block;
}

.con_r031 .spd-r-dropdown-styl4.spd-col-md-3 > a span:before {
  content: "\f0dd";
  font-family: fontawesome;
  padding-left: 6px;
  /* margin-top: -2px; */
  /* top: -1px; */
  vertical-align: top;
}

@media handheld, only screen and (max-width: 767px) {
  .con_r031 .dropdown {
    width: 100%;
  }
  .con_r031 .spd-r-wid55 {
    width: 100%;
    margin: auto;
  }
  .con_r031 .spd-r-call-03 h4 {
    line-height: 1;
  }
  .con_r031 .spd-r-call-01 h4 {
    line-height: 1;
  }
}

.con_r032 .spd-r-carosel-st1 .item {
  padding: 0 10px;
}

.con_r032 .spd-r-carosel-st1 .item img {
  height: 100%;
  padding: 5px;
  width: 100%;
}

.con_r032 .spd-r-carosel-st1 .item h3 {
  text-align: center;
  font-weight: 300;
}

.con_r032 .spd-r-carosel-st1 .item p {
  text-align: center;
  font-weight: 300;
}

.con_r032 .spd-r-carosel-st1 .spd-r-ico {
  border: 5px solid #e9e8e8;
  border-radius: 50%;
  font-size: 22px;
  height: 77px;
  line-height: 67px;
  margin: auto;
  text-align: center;
  width: 77px;
}

.con_r032 .spd-r-carosel-st1 .spd-r-ico i {
  text-align: center;
  padding: 20px;
}

.con_r033 .spd-r-carosel-st2 .item {
  padding: 0 10px;
  text-align: center;
  width: 100%;
}

.con_r033 .spd-r-carosel-st2 .item h3 {
  text-align: center;
  font-weight: 300;
}

.con_r033 .spd-r-carosel-st2 .item p {
  text-align: center;
  font-weight: 300;
}

.con_r033 .spd-r-carosel-st2 .item a img {
  height: auto;
  padding: 5px;
  width: 100%;
  border-radius: 15px;
}

.con_r033 .spd-r-carosel-st2 .owl-item {
  position: relative;
}

.con_r034 .con_r015 .spd-r-table1 th, .con_r015 .spd-r-table1 .con_r034 th, .con_r034 .con_r015 .spd-r-table1 td, .con_r015 .spd-r-table1 .con_r034 td, .con_r034 .con_r016 .spd-r-table2 th, .con_r016 .spd-r-table2 .con_r034 th, .con_r034 .con_r016 .spd-r-table2 td, .con_r016 .spd-r-table2 .con_r034 td, .con_r034 .con_r017 .spd-r-table3 th, .con_r017 .spd-r-table3 .con_r034 th, .con_r034 .con_r017 .spd-r-table3 td, .con_r017 .spd-r-table3 .con_r034 td, .con_r034 .con_r018 .spd-r-table4 th, .con_r018 .spd-r-table4 .con_r034 th, .con_r034 .con_r018 .spd-r-table4 td, .con_r018 .spd-r-table4 .con_r034 td, .con_r034 .con_r019 .spd-r-table5 th, .con_r019 .spd-r-table5 .con_r034 th, .con_r034 .con_r019 .spd-r-table5 td, .con_r019 .spd-r-table5 .con_r034 td, .con_r034 .con_r020 .spd-r-table6 th, .con_r020 .spd-r-table6 .con_r034 th, .con_r034 .con_r020 .spd-r-table6 td, .con_r020 .spd-r-table6 .con_r034 td, .con_r034 .con_r021 .spd-r-table7 th, .con_r021 .spd-r-table7 .con_r034 th, .con_r034 .con_r021 .spd-r-table7 td, .con_r021 .spd-r-table7 .con_r034 td, .con_r034 .con_r022 .spd-r-table8 th, .con_r022 .spd-r-table8 .con_r034 th, .con_r034 .con_r022 .spd-r-table8 td, .con_r022 .spd-r-table8 .con_r034 td, .con_r034 .con_r023 .spd-r-table9 th, .con_r023 .spd-r-table9 .con_r034 th, .con_r034 .con_r023 .spd-r-table9 td, .con_r023 .spd-r-table9 .con_r034 td, .con_r034 .spd-r-carosel-st3 .item h3, .con_r034 .spd-r-carosel-st3 .item p, .con_r034 .con_r035 .spd-r-carosel-st4 .item h3, .con_r035 .spd-r-carosel-st4 .item .con_r034 h3, .con_r034 .con_r035 .spd-r-carosel-st4 .item p, .con_r035 .spd-r-carosel-st4 .item .con_r034 p, .con_r036 .spd-r-carosel-st3 .item .con_r034 h3, .con_r036 .spd-r-carosel-st3 .item .con_r034 p {
  text-align: center;
  font-weight: 300;
  padding: 10px 5px;
}

.con_r034 .spd-r-title-carosel {
  font-size: 28px;
  text-transform: uppercase;
}

.con_r034 .spd-r-border-bottom {
  border-top: 3px solid #dddddd;
  margin: auto;
  padding-bottom: 20px;
  width: 10%;
}

.con_r034 .spd-r-wid55 {
  width: 55%;
  margin: auto;
}

.con_r034 .spd-r-carosel-st3 .item {
  border: 1px solid #dddddd;
  margin: 10px 15px;
  transition: all 0.5s;
}

.con_r034 .spd-r-carosel-st3 .item h3 {
  transition: all 0.5s;
}

.con_r034 .spd-r-carosel-st3 .item a {
  transition: all 0.5s;
}

.con_r034 .spd-r-carosel-st3 .item a img {
  height: auto;
  position: relative;
  width: 100%;
  z-index: -2;
}

.con_r034 .spd-r-carosel-st3 .item:hover {
  border: 1px solid #39d3ff;
}

.con_r034 .spd-r-carosel-st3 .item:hover h3 {
  color: #39d3ff;
}

.con_r034 .spd-r-carosel-st3 .item:hover a {
  color: #39d3ff;
}

.con_r034 .spd-r-carosel-st3 .owl-item {
  position: relative;
}

.con_r034 .spd-r-carosel-st3 .item a img {
  height: auto;
}

.con_r034 .spd-r-curves {
  background: none repeat scroll 0 0 #ffffff;
  bottom: -22px;
  height: 36px;
  position: absolute;
  transform: skewY(-4deg);
  width: 100%;
  z-index: -1;
}

.con_r034 .spd-r-curves2 {
  background: none repeat scroll 0 0 #ffffff;
  bottom: -22px;
  height: 36px;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.con_r034 .spd-r-carosel-ptext {
  padding: 10px 5px;
}

.con_r034 .spd-r-wid-btn {
  margin: auto;
  text-align: center;
  width: 100%;
}

.con_r034 .item a {
  display: inline-block;
  position: relative;
  height: auto;
  width: 100%;
}

.con_r035 .con_r015 .spd-r-table1 th, .con_r015 .spd-r-table1 .con_r035 th, .con_r035 .con_r015 .spd-r-table1 td, .con_r015 .spd-r-table1 .con_r035 td, .con_r035 .con_r016 .spd-r-table2 th, .con_r016 .spd-r-table2 .con_r035 th, .con_r035 .con_r016 .spd-r-table2 td, .con_r016 .spd-r-table2 .con_r035 td, .con_r035 .con_r017 .spd-r-table3 th, .con_r017 .spd-r-table3 .con_r035 th, .con_r035 .con_r017 .spd-r-table3 td, .con_r017 .spd-r-table3 .con_r035 td, .con_r035 .con_r018 .spd-r-table4 th, .con_r018 .spd-r-table4 .con_r035 th, .con_r035 .con_r018 .spd-r-table4 td, .con_r018 .spd-r-table4 .con_r035 td, .con_r035 .con_r019 .spd-r-table5 th, .con_r019 .spd-r-table5 .con_r035 th, .con_r035 .con_r019 .spd-r-table5 td, .con_r019 .spd-r-table5 .con_r035 td, .con_r035 .con_r020 .spd-r-table6 th, .con_r020 .spd-r-table6 .con_r035 th, .con_r035 .con_r020 .spd-r-table6 td, .con_r020 .spd-r-table6 .con_r035 td, .con_r035 .con_r021 .spd-r-table7 th, .con_r021 .spd-r-table7 .con_r035 th, .con_r035 .con_r021 .spd-r-table7 td, .con_r021 .spd-r-table7 .con_r035 td, .con_r035 .con_r022 .spd-r-table8 th, .con_r022 .spd-r-table8 .con_r035 th, .con_r035 .con_r022 .spd-r-table8 td, .con_r022 .spd-r-table8 .con_r035 td, .con_r035 .con_r023 .spd-r-table9 th, .con_r023 .spd-r-table9 .con_r035 th, .con_r035 .con_r023 .spd-r-table9 td, .con_r023 .spd-r-table9 .con_r035 td, .con_r035 .con_r034 .spd-r-carosel-st3 .item h3, .con_r034 .spd-r-carosel-st3 .item .con_r035 h3, .con_r035 .con_r034 .spd-r-carosel-st3 .item p, .con_r034 .spd-r-carosel-st3 .item .con_r035 p, .con_r035 .spd-r-carosel-st4 .item h3, .con_r035 .spd-r-carosel-st4 .item p, .con_r035 .con_r036 .spd-r-carosel-st3 .item h3, .con_r036 .spd-r-carosel-st3 .item .con_r035 h3, .con_r035 .con_r036 .spd-r-carosel-st3 .item p, .con_r036 .spd-r-carosel-st3 .item .con_r035 p {
  text-align: center;
  font-weight: 300;
  padding: 10px 5px;
}

.con_r035 .spd-r-title-carosel {
  text-align: center;
  font-size: 28px;
  text-transform: uppercase;
}

.con_r035 .spd-r-border-bottom {
  border-top: 3px solid #dddddd;
  margin: auto;
  padding-bottom: 20px;
  width: 10%;
}

.con_r035 .spd-r-wid55 {
  width: 55%;
  margin: auto;
}

.con_r035 .spd-r-negetive-rotate {
  border: 1px solid #dddddd;
  margin: 0 122px;
  padding: 0 10px 10px;
  transform: rotate(-44deg);
  transition: all 0.5s ease 0s;
}

.con_r035 .spd-r-carosel-st4 .item h3 {
  transition: all 0.5s;
}

.con_r035 .spd-r-carosel-st4 .item a {
  transition: all 0.5s;
}

.con_r035 .spd-r-carosel-st4 .item a img {
  height: 70px;
  width: 70px;
  border-radius: 100%;
}

.con_r035 .spd-r-carosel-st4 .owl-item {
  height: 100%;
  margin: 160px 0;
  position: relative;
}

.con_r035 .spd-r-carosel-st4 .spd-r-negetive-rotate:hover {
  border: 1px solid #39d3ff;
}

.con_r035 .spd-r-carosel-st4 .spd-r-negetive-rotate:hover h3 {
  color: #39d3ff;
}

.con_r035 .spd-r-carosel-st4 .spd-r-negetive-rotate:hover a {
  color: #39d3ff;
}

.con_r035 .spd-r-rotate-45 {
  text-align: center;
  transform: rotate(45deg);
}

.con_r035 .spd-r-carosel-ptext {
  padding: 10px 5px;
}

.con_r035 .spd-r-wid-btn {
  margin: auto;
  text-align: center;
  width: 100%;
}

.con_r035 .item > a {
  display: inline-block;
  position: relative;
}

.con_r036 .con_r015 .spd-r-table1 th, .con_r015 .spd-r-table1 .con_r036 th, .con_r036 .con_r015 .spd-r-table1 td, .con_r015 .spd-r-table1 .con_r036 td, .con_r036 .con_r016 .spd-r-table2 th, .con_r016 .spd-r-table2 .con_r036 th, .con_r036 .con_r016 .spd-r-table2 td, .con_r016 .spd-r-table2 .con_r036 td, .con_r036 .con_r017 .spd-r-table3 th, .con_r017 .spd-r-table3 .con_r036 th, .con_r036 .con_r017 .spd-r-table3 td, .con_r017 .spd-r-table3 .con_r036 td, .con_r036 .con_r018 .spd-r-table4 th, .con_r018 .spd-r-table4 .con_r036 th, .con_r036 .con_r018 .spd-r-table4 td, .con_r018 .spd-r-table4 .con_r036 td, .con_r036 .con_r019 .spd-r-table5 th, .con_r019 .spd-r-table5 .con_r036 th, .con_r036 .con_r019 .spd-r-table5 td, .con_r019 .spd-r-table5 .con_r036 td, .con_r036 .con_r020 .spd-r-table6 th, .con_r020 .spd-r-table6 .con_r036 th, .con_r036 .con_r020 .spd-r-table6 td, .con_r020 .spd-r-table6 .con_r036 td, .con_r036 .con_r021 .spd-r-table7 th, .con_r021 .spd-r-table7 .con_r036 th, .con_r036 .con_r021 .spd-r-table7 td, .con_r021 .spd-r-table7 .con_r036 td, .con_r036 .con_r022 .spd-r-table8 th, .con_r022 .spd-r-table8 .con_r036 th, .con_r036 .con_r022 .spd-r-table8 td, .con_r022 .spd-r-table8 .con_r036 td, .con_r036 .con_r023 .spd-r-table9 th, .con_r023 .spd-r-table9 .con_r036 th, .con_r036 .con_r023 .spd-r-table9 td, .con_r023 .spd-r-table9 .con_r036 td, .con_r034 .spd-r-carosel-st3 .item .con_r036 h3, .con_r034 .spd-r-carosel-st3 .item .con_r036 p, .con_r036 .con_r035 .spd-r-carosel-st4 .item h3, .con_r035 .spd-r-carosel-st4 .item .con_r036 h3, .con_r036 .con_r035 .spd-r-carosel-st4 .item p, .con_r035 .spd-r-carosel-st4 .item .con_r036 p, .con_r036 .spd-r-carosel-st3 .item h3, .con_r036 .spd-r-carosel-st3 .item p {
  text-align: center;
  font-weight: 300;
  padding: 10px 5px;
}

.con_r036 .spd-r-title-carosel {
  font-size: 28px;
  text-transform: uppercase;
}

.con_r036 .spd-r-border-bottom {
  border-top: 3px solid #ddd;
  margin: auto;
  padding-bottom: 20px;
  width: 10%;
}

.con_r036 .spd-r-wid55 {
  width: 55%;
  margin: auto;
}

.con_r036 .spd-r-carosel-st3 .item {
  border-width: 1px;
  border-style: solid;
  border-color: #ddd;
  margin: 10px 15px;
  transition: all 0.5s;
}

.con_r036 .spd-r-carosel-st3 .item h3 {
  transition: all 0.5s;
}

.con_r036 .spd-r-carosel-st3 .item a {
  transition: all 0.5s;
}

.con_r036 .spd-r-carosel-st3 .item a img {
  height: auto;
  position: relative;
  width: 100%;
  z-index: -2;
}

.con_r036 .spd-r-carosel-st3 .item:hover {
  border: 1px solid #000;
}

.con_r036 .spd-r-carosel-st3 .item:hover h3 {
  color: #000;
}

.con_r036 .spd-r-carosel-st3 .item:hover a {
  color: #000;
}

.con_r036 .spd-r-carosel-st3 .owl-item {
  position: relative;
}

.con_r036 .spd-r-carosel-st3 > .item > a > img {
  height: auto;
}

.con_r036 .spd-r-curves {
  background: none repeat scroll 0 0 #ffffff;
  bottom: -22px;
  height: 36px;
  position: absolute;
  transform: skewY(-4deg);
  width: 100%;
  z-index: -1;
}

.con_r036 .spd-r-curves2 {
  background: none repeat scroll 0 0 #ffffff;
  bottom: -22px;
  height: 36px;
  position: absolute;
  transform: skewY(4deg);
  width: 100%;
  z-index: -1;
}

.con_r036 .spd-r-carosel-ptext {
  padding: 10px 5px;
}

.con_r036 .spd-r-wid-btn {
  margin: auto;
  text-align: center;
  width: 100%;
}

.con_r036 .item > a {
  display: inline-block;
  position: relative;
  height: auto;
  width: 100%;
}

.con_r036 .spd-r-center {
  text-align: center;
}

.con_r037 .port-classic {
  margin: 15px 0;
  overflow: hidden;
}

.con_r037 .relativ {
  position: relative;
}

.con_r037 .text-center {
  text-align: center;
}

.con_r037 figcaption {
  position: absolute;
  bottom: 0;
  left: -1000px;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;
}

.con_r037 figcaption .caption .title {
  bottom: 0px;
  color: #ffffff;
  left: 25px;
  position: absolute;
  font-size: 22px;
  padding-bottom: 10px;
  text-decoration: none;
  -webkit-transition: all 0.6s ease-in 0s;
  -moz-transition: all 0.6s ease-in 0s;
  -o-transition: all 0.6s ease-in 0s;
  -ms-transition: all 0.6s ease-in 0s;
  transition: all 0.6s ease-in 0s;
}

.con_r037 figcaption .caption .more {
  bottom: 100px;
  color: #ffffff;
  left: 25px;
  position: absolute;
  padding: 4px 15px 7px;
  text-decoration: none;
  -webkit-transition: all 0.6s ease-in 0s;
  -moz-transition: all 0.6s ease-in 0s;
  -o-transition: all 0.6s ease-in 0s;
  -ms-transition: all 0.6s ease-in 0s;
  transition: all 0.6s ease-in 0s;
}

.con_r037 .relativ:hover {
  width: 100%;
  height: 100%;
}

.con_r037 .relativ:hover figcaption {
  opacity: 1;
  transform: translateX(1000px);
  -webkit-transform: translateX(1000px);
  -moz-transform: translateX(1000px);
  -ms-transform: translateX(1000px);
  -o-transform: translateX(1000px);
}

.con_r037 .relativ:hover .caption .title {
  opacity: 1;
  transform: translateY(-60px);
  -webkit-transform: translateY(-60px);
  -moz-transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  -o-transform: translateY(-60px);
}

.con_r037 .relativ:hover .caption .more {
  opacity: 1;
  transform: translateY(70px);
  -webkit-transform: translateY(70px);
  -moz-transform: translateY(70px);
  -ms-transform: translateY(70px);
  -o-transform: translateY(70px);
}

.con_r038 .port-classic {
  margin: 15px 0;
  overflow: hidden;
}

.con_r038 .relativ {
  position: relative;
}

.con_r038 .text-center {
  text-align: center;
}

.con_r038 figcaption {
  position: absolute;
  bottom: 0;
  left: -1000px;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;
}

.con_r038 figcaption .caption .title {
  bottom: 0px;
  color: #ffffff;
  left: 25px;
  position: absolute;
  font-size: 22px;
  padding-bottom: 10px;
  text-decoration: none;
  -webkit-transition: all 0.6s ease-in 0s;
  -moz-transition: all 0.6s ease-in 0s;
  -o-transition: all 0.6s ease-in 0s;
  -ms-transition: all 0.6s ease-in 0s;
  transition: all 0.6s ease-in 0s;
}

.con_r038 figcaption .caption .more {
  bottom: 100px;
  color: #ffffff;
  left: 25px;
  position: absolute;
  padding: 4px 15px 7px;
  text-decoration: none;
  -webkit-transition: all 0.6s ease-in 0s;
  -moz-transition: all 0.6s ease-in 0s;
  -o-transition: all 0.6s ease-in 0s;
  -ms-transition: all 0.6s ease-in 0s;
  transition: all 0.6s ease-in 0s;
}

.con_r038 .relativ:hover {
  width: 100%;
  height: 100%;
}

.con_r038 .relativ:hover figcaption {
  opacity: 1;
  transform: translateX(1000px);
  -webkit-transform: translateX(1000px);
  -moz-transform: translateX(1000px);
  -ms-transform: translateX(1000px);
  -o-transform: translateX(1000px);
}

.con_r038 .relativ:hover .caption .title {
  opacity: 1;
  transform: translateY(-60px);
  -webkit-transform: translateY(-60px);
  -moz-transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  -o-transform: translateY(-60px);
}

.con_r038 .relativ:hover .caption .more {
  opacity: 1;
  transform: translateY(70px);
  -webkit-transform: translateY(70px);
  -moz-transform: translateY(70px);
  -ms-transform: translateY(70px);
  -o-transform: translateY(70px);
}

.con_r039 .port-classic {
  margin: 15px 0;
  overflow: hidden;
}

.con_r039 .relativ {
  position: relative;
}

.con_r039 .text-center {
  text-align: center;
}

.con_r039 figcaption {
  position: absolute;
  bottom: 0;
  left: -1000px;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;
}

.con_r039 figcaption .caption .title {
  bottom: 0px;
  color: #ffffff;
  left: 25px;
  position: absolute;
  display: inline-block;
  font-size: 22px;
  padding-bottom: 10px;
  text-decoration: none;
  -webkit-transition: all 0.6s ease-in 0s;
  -moz-transition: all 0.6s ease-in 0s;
  -o-transition: all 0.6s ease-in 0s;
  -ms-transition: all 0.6s ease-in 0s;
  transition: all 0.6s ease-in 0s;
}

@media only screen and (max-width: 1100px) and (min-width: 768px) {
  .con_r039 figcaption .caption .title {
    font-size: 16px;
    left: 10px;
  }
}

@media handheld, only screen and (max-width: 767px) {
  .con_r039 figcaption .caption .title {
    font-size: 18px;
  }
}

.con_r039 figcaption .caption .more {
  bottom: 100px;
  color: #ffffff;
  left: 25px;
  position: absolute;
  padding: 4px 15px 7px;
  text-decoration: none;
  -webkit-transition: all 0.6s ease-in 0s;
  -moz-transition: all 0.6s ease-in 0s;
  -o-transition: all 0.6s ease-in 0s;
  -ms-transition: all 0.6s ease-in 0s;
  transition: all 0.6s ease-in 0s;
}

@media only screen and (max-width: 1100px) and (min-width: 768px) {
  .con_r039 figcaption .caption .more {
    left: 10px;
  }
}

.con_r039 .relativ:hover {
  width: 100%;
  height: 100%;
}

.con_r039 .relativ:hover figcaption {
  opacity: 1;
  transform: translateX(1000px);
  -webkit-transform: translateX(1000px);
  -moz-transform: translateX(1000px);
  -ms-transform: translateX(1000px);
  -o-transform: translateX(1000px);
}

.con_r039 .relativ:hover .caption .title {
  opacity: 1;
  transform: translateY(-60px);
  -webkit-transform: translateY(-60px);
  -moz-transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  -o-transform: translateY(-60px);
}

@media only screen and (max-width: 1100px) and (min-width: 768px) {
  .con_r039 .relativ:hover .caption .title {
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
  }
}

.con_r039 .relativ:hover .caption .more {
  opacity: 1;
  transform: translateY(70px);
  -webkit-transform: translateY(70px);
  -moz-transform: translateY(70px);
  -ms-transform: translateY(70px);
  -o-transform: translateY(70px);
}

@media only screen and (max-width: 1100px) and (min-width: 768px) {
  .con_r039 .relativ:hover .caption .more {
    transform: translateY(90px);
    -webkit-transform: translateY(90px);
    -moz-transform: translateY(90px);
    -ms-transform: translateY(90px);
    -o-transform: translateY(90px);
  }
}

.con_r040 .right ul {
  padding-top: 15px;
  padding-left: 0;
  list-style: none;
}

.con_r040 .right ul li {
  padding: 7px 0;
  border-bottom: 1px solid #777777;
}

.con_r040 .left h2 {
  padding-bottom: 10px;
}

.con_r040 .left p {
  line-height: 27px;
}

.con_r040 hr {
  border-color: #d7d7d7;
  margin-top: 60px;
  padding-bottom: 30px;
}

.con_r040 .others ul {
  padding-top: 15px;
  padding-left: 0;
  list-style: none;
}

.con_r040 .others span {
  padding-left: 10px;
}

.con_r040 .others .partOne {
  width: 60%;
  padding: 15px;
}

.con_r040 .others .partTwo {
  width: 40%;
  padding: 15px;
}

@media handheld, only screen and (max-width: 767px) {
  .con_r040 .others .partOne {
    width: 100%;
    padding: 15px;
  }
  .con_r040 .others .partTwo {
    width: 100%;
    padding: 15px;
  }
}

.con_r040 .others article:nth-child(2n + 1) .partTwo {
  float: right;
  text-align: left;
}

.con_r040 .others article:nth-child(2n + 1) .partOne {
  float: left;
  text-align: right;
}

.con_r040 .others article:nth-child(2n) .partTwo {
  float: left;
  text-align: right;
}

.con_r040 .others article:nth-child(2n) .partOne {
  float: right;
  text-align: left;
}

.con_r040 .others .ready {
  border: 1px solid #d1d1d1;
  padding: 30px;
  background: #F5F5F5;
}

.con_r040 .others .ready h2 {
  margin-top: 0;
}

.con_r040 .others .ready p {
  color: #777;
}

.con_r040 .others .ready .startNow {
  border: 1px solid #979797;
  color: #000;
  width: 50%;
  float: right;
  margin-top: 10px;
  border-radius: 0;
  padding: 10px;
  transition: all 500ms ease 0s;
  text-transform: uppercase;
}

@media handheld, only screen and (max-width: 767px) {
  .con_r040 .others .ready .startNow {
    float: none;
    margin-top: 30px;
  }
}

.con_r040 .others .ready .startNow:hover {
  background: #000 none repeat scroll 0 0;
  color: #ffffff;
}

.con_r041 .spd-col-sm-6, .con_r041 .spd-col-md-6 {
  padding: 0;
}

.con_r041 .port-classic {
  margin: 0;
  overflow: hidden;
}

.con_r041 .relativ {
  position: relative;
}

.con_r041 .text-center {
  text-align: center;
}

.con_r041 figcaption {
  position: absolute;
  bottom: 0;
  left: -1000px;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;
}

.con_r041 figcaption .caption .title {
  bottom: 0px;
  color: #ffffff;
  left: 25px;
  position: absolute;
  font-size: 22px;
  padding-bottom: 10px;
  text-decoration: none;
  -webkit-transition: all 0.6s ease-in 0s;
  -moz-transition: all 0.6s ease-in 0s;
  -o-transition: all 0.6s ease-in 0s;
  -ms-transition: all 0.6s ease-in 0s;
  transition: all 0.6s ease-in 0s;
}

.con_r041 figcaption .caption .more {
  bottom: 100px;
  color: #ffffff;
  left: 25px;
  position: absolute;
  padding: 4px 15px 7px;
  text-decoration: none;
  -webkit-transition: all 0.6s ease-in 0s;
  -moz-transition: all 0.6s ease-in 0s;
  -o-transition: all 0.6s ease-in 0s;
  -ms-transition: all 0.6s ease-in 0s;
  transition: all 0.6s ease-in 0s;
}

.con_r041 .relativ:hover {
  width: 100%;
  height: 100%;
}

.con_r041 .relativ:hover figcaption {
  opacity: 1;
  transform: translateX(1000px);
  -webkit-transform: translateX(1000px);
  -moz-transform: translateX(1000px);
  -ms-transform: translateX(1000px);
  -o-transform: translateX(1000px);
}

.con_r041 .relativ:hover .caption .title {
  opacity: 1;
  transform: translateY(-60px);
  -webkit-transform: translateY(-60px);
  -moz-transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  -o-transform: translateY(-60px);
}

.con_r041 .relativ:hover .caption .more {
  opacity: 1;
  transform: translateY(70px);
  -webkit-transform: translateY(70px);
  -moz-transform: translateY(70px);
  -ms-transform: translateY(70px);
  -o-transform: translateY(70px);
}

.con_r042 .spd-col-sm-4, .con_r042 .spd-col-md-4 {
  padding: 0;
}

.con_r042 .spd-row {
  max-width: 100%;
}

.con_r042 .port-classic {
  margin: 0;
  overflow: hidden;
}

.con_r042 .relativ {
  position: relative;
}

.con_r042 .text-center {
  text-align: center;
}

.con_r042 figcaption {
  position: absolute;
  bottom: 0;
  left: -1000px;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;
}

.con_r042 figcaption .caption .title {
  bottom: 0px;
  color: #ffffff;
  left: 25px;
  position: absolute;
  font-size: 22px;
  padding-bottom: 10px;
  text-decoration: none;
  -webkit-transition: all 0.6s ease-in 0s;
  -moz-transition: all 0.6s ease-in 0s;
  -o-transition: all 0.6s ease-in 0s;
  -ms-transition: all 0.6s ease-in 0s;
  transition: all 0.6s ease-in 0s;
}

.con_r042 figcaption .caption .more {
  bottom: 100px;
  color: #ffffff;
  left: 25px;
  position: absolute;
  padding: 4px 15px 7px;
  text-decoration: none;
  -webkit-transition: all 0.6s ease-in 0s;
  -moz-transition: all 0.6s ease-in 0s;
  -o-transition: all 0.6s ease-in 0s;
  -ms-transition: all 0.6s ease-in 0s;
  transition: all 0.6s ease-in 0s;
}

.con_r042 .relativ:hover {
  width: 100%;
  height: 100%;
}

.con_r042 .relativ:hover figcaption {
  opacity: 1;
  transform: translateX(1000px);
  -webkit-transform: translateX(1000px);
  -moz-transform: translateX(1000px);
  -ms-transform: translateX(1000px);
  -o-transform: translateX(1000px);
}

.con_r042 .relativ:hover .caption .title {
  opacity: 1;
  transform: translateY(-60px);
  -webkit-transform: translateY(-60px);
  -moz-transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  -o-transform: translateY(-60px);
}

.con_r042 .relativ:hover .caption .more {
  opacity: 1;
  transform: translateY(70px);
  -webkit-transform: translateY(70px);
  -moz-transform: translateY(70px);
  -ms-transform: translateY(70px);
  -o-transform: translateY(70px);
}

.con_r043 .spd-col-sm-3, .con_r043 .spd-col-md-3 {
  padding: 0;
}

.con_r043 .spd-row {
  max-width: 100%;
}

.con_r043 .port-classic {
  margin: 0;
  overflow: hidden;
}

.con_r043 .relativ {
  position: relative;
}

.con_r043 .text-center {
  text-align: center;
}

.con_r043 figcaption {
  position: absolute;
  bottom: 0;
  left: -1000px;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;
}

.con_r043 figcaption .caption .title {
  bottom: 0px;
  color: #ffffff;
  left: 25px;
  position: absolute;
  display: inline-block;
  font-size: 22px;
  padding-bottom: 10px;
  text-decoration: none;
  -webkit-transition: all 0.6s ease-in 0s;
  -moz-transition: all 0.6s ease-in 0s;
  -o-transition: all 0.6s ease-in 0s;
  -ms-transition: all 0.6s ease-in 0s;
  transition: all 0.6s ease-in 0s;
}

@media only screen and (max-width: 1100px) and (min-width: 768px) {
  .con_r043 figcaption .caption .title {
    font-size: 16px;
    left: 10px;
  }
}

@media handheld, only screen and (max-width: 767px) {
  .con_r043 figcaption .caption .title {
    font-size: 18px;
  }
}

.con_r043 figcaption .caption .more {
  bottom: 100px;
  color: #ffffff;
  left: 25px;
  position: absolute;
  padding: 4px 15px 7px;
  text-decoration: none;
  -webkit-transition: all 0.6s ease-in 0s;
  -moz-transition: all 0.6s ease-in 0s;
  -o-transition: all 0.6s ease-in 0s;
  -ms-transition: all 0.6s ease-in 0s;
  transition: all 0.6s ease-in 0s;
}

@media only screen and (max-width: 1100px) and (min-width: 768px) {
  .con_r043 figcaption .caption .more {
    left: 10px;
  }
}

.con_r043 .relativ:hover {
  width: 100%;
  height: 100%;
}

.con_r043 .relativ:hover figcaption {
  opacity: 1;
  transform: translateX(1000px);
  -webkit-transform: translateX(1000px);
  -moz-transform: translateX(1000px);
  -ms-transform: translateX(1000px);
  -o-transform: translateX(1000px);
}

.con_r043 .relativ:hover .caption .title {
  opacity: 1;
  transform: translateY(-60px);
  -webkit-transform: translateY(-60px);
  -moz-transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  -o-transform: translateY(-60px);
}

@media only screen and (max-width: 1100px) and (min-width: 768px) {
  .con_r043 .relativ:hover .caption .title {
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
  }
}

.con_r043 .relativ:hover .caption .more {
  opacity: 1;
  transform: translateY(70px);
  -webkit-transform: translateY(70px);
  -moz-transform: translateY(70px);
  -ms-transform: translateY(70px);
  -o-transform: translateY(70px);
}

@media only screen and (max-width: 1100px) and (min-width: 768px) {
  .con_r043 .relativ:hover .caption .more {
    transform: translateY(90px);
    -webkit-transform: translateY(90px);
    -moz-transform: translateY(90px);
    -ms-transform: translateY(90px);
    -o-transform: translateY(90px);
  }
}

/*  End of Rasel Css */
.con_r015 .spd-responsive-table-sm {
  margin-bottom: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
}

@media handheld, only screen and (max-width: 767px) {
  .con_r015 .spd-responsive-table-sm {
    margin-bottom: 20px;
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
  }
}

.con_r015 .spd-r-table1 th, .con_r015 .spd-r-table1 td, .con_r015 .con_r016 .spd-r-table2 th, .con_r016 .spd-r-table2 .con_r015 th, .con_r015 .con_r016 .spd-r-table2 td, .con_r016 .spd-r-table2 .con_r015 td, .con_r015 .con_r017 .spd-r-table3 th, .con_r017 .spd-r-table3 .con_r015 th, .con_r015 .con_r017 .spd-r-table3 td, .con_r017 .spd-r-table3 .con_r015 td, .con_r015 .con_r018 .spd-r-table4 th, .con_r018 .spd-r-table4 .con_r015 th, .con_r015 .con_r018 .spd-r-table4 td, .con_r018 .spd-r-table4 .con_r015 td, .con_r015 .con_r019 .spd-r-table5 th, .con_r019 .spd-r-table5 .con_r015 th, .con_r015 .con_r019 .spd-r-table5 td, .con_r019 .spd-r-table5 .con_r015 td, .con_r015 .con_r020 .spd-r-table6 th, .con_r020 .spd-r-table6 .con_r015 th, .con_r015 .con_r020 .spd-r-table6 td, .con_r020 .spd-r-table6 .con_r015 td, .con_r015 .con_r021 .spd-r-table7 th, .con_r021 .spd-r-table7 .con_r015 th, .con_r015 .con_r021 .spd-r-table7 td, .con_r021 .spd-r-table7 .con_r015 td, .con_r015 .con_r022 .spd-r-table8 th, .con_r022 .spd-r-table8 .con_r015 th, .con_r015 .con_r022 .spd-r-table8 td, .con_r022 .spd-r-table8 .con_r015 td, .con_r015 .con_r023 .spd-r-table9 th, .con_r023 .spd-r-table9 .con_r015 th, .con_r015 .con_r023 .spd-r-table9 td, .con_r023 .spd-r-table9 .con_r015 td, .con_r015 .con_r034 .spd-r-carosel-st3 .item h3, .con_r034 .spd-r-carosel-st3 .item .con_r015 h3, .con_r015 .con_r034 .spd-r-carosel-st3 .item p, .con_r034 .spd-r-carosel-st3 .item .con_r015 p, .con_r015 .con_r035 .spd-r-carosel-st4 .item h3, .con_r035 .spd-r-carosel-st4 .item .con_r015 h3, .con_r015 .con_r035 .spd-r-carosel-st4 .item p, .con_r035 .spd-r-carosel-st4 .item .con_r015 p, .con_r015 .con_r036 .spd-r-carosel-st3 .item h3, .con_r036 .spd-r-carosel-st3 .item .con_r015 h3, .con_r015 .con_r036 .spd-r-carosel-st3 .item p, .con_r036 .spd-r-carosel-st3 .item .con_r015 p {
  color: #555555;
  padding: 15px 30px;
  font-size: 14px;
}

.con_r015 .spd-r-table1 {
  width: 100%;
  border-spacing: 0;
  min-width: 767px;
}

.con_r015 .spd-r-table1 tr {
  border-bottom: 1px solid #555555;
  width: 100%;
}

.con_r015 .spd-r-table1 th {
  border-bottom: 2px solid #555555;
}

.con_r016 .spd-responsive-table-sm {
  margin-bottom: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
}

@media handheld, only screen and (max-width: 767px) {
  .con_r016 .spd-responsive-table-sm {
    margin-bottom: 20px;
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
  }
}

.con_r016 .con_r015 .spd-r-table1 th, .con_r015 .spd-r-table1 .con_r016 th, .con_r016 .con_r015 .spd-r-table1 td, .con_r015 .spd-r-table1 .con_r016 td, .con_r016 .spd-r-table2 th, .con_r016 .spd-r-table2 td, .con_r016 .con_r017 .spd-r-table3 th, .con_r017 .spd-r-table3 .con_r016 th, .con_r016 .con_r017 .spd-r-table3 td, .con_r017 .spd-r-table3 .con_r016 td, .con_r016 .con_r018 .spd-r-table4 th, .con_r018 .spd-r-table4 .con_r016 th, .con_r016 .con_r018 .spd-r-table4 td, .con_r018 .spd-r-table4 .con_r016 td, .con_r016 .con_r019 .spd-r-table5 th, .con_r019 .spd-r-table5 .con_r016 th, .con_r016 .con_r019 .spd-r-table5 td, .con_r019 .spd-r-table5 .con_r016 td, .con_r016 .con_r020 .spd-r-table6 th, .con_r020 .spd-r-table6 .con_r016 th, .con_r016 .con_r020 .spd-r-table6 td, .con_r020 .spd-r-table6 .con_r016 td, .con_r016 .con_r021 .spd-r-table7 th, .con_r021 .spd-r-table7 .con_r016 th, .con_r016 .con_r021 .spd-r-table7 td, .con_r021 .spd-r-table7 .con_r016 td, .con_r016 .con_r022 .spd-r-table8 th, .con_r022 .spd-r-table8 .con_r016 th, .con_r016 .con_r022 .spd-r-table8 td, .con_r022 .spd-r-table8 .con_r016 td, .con_r016 .con_r023 .spd-r-table9 th, .con_r023 .spd-r-table9 .con_r016 th, .con_r016 .con_r023 .spd-r-table9 td, .con_r023 .spd-r-table9 .con_r016 td, .con_r016 .con_r034 .spd-r-carosel-st3 .item h3, .con_r034 .spd-r-carosel-st3 .item .con_r016 h3, .con_r016 .con_r034 .spd-r-carosel-st3 .item p, .con_r034 .spd-r-carosel-st3 .item .con_r016 p, .con_r016 .con_r035 .spd-r-carosel-st4 .item h3, .con_r035 .spd-r-carosel-st4 .item .con_r016 h3, .con_r016 .con_r035 .spd-r-carosel-st4 .item p, .con_r035 .spd-r-carosel-st4 .item .con_r016 p, .con_r016 .con_r036 .spd-r-carosel-st3 .item h3, .con_r036 .spd-r-carosel-st3 .item .con_r016 h3, .con_r016 .con_r036 .spd-r-carosel-st3 .item p, .con_r036 .spd-r-carosel-st3 .item .con_r016 p {
  color: #555555;
  padding: 15px 30px;
  font-size: 14px;
}

.con_r016 .spd-r-table2 {
  min-width: 767px;
  width: 100%;
  border-spacing: 0;
}

.con_r016 .spd-r-table2 tr {
  border-bottom: 1px solid #e4e4e4;
  width: 100%;
}

.con_r016 .spd-r-table2 tr:nth-child(2n) td {
  background-color: #f7f7f7;
}

.con_r016 .spd-r-table2 th {
  border-bottom: 2px solid #e4e4e4;
}

/*** importing content scss files ***/
/***********************  con_k001 css start   **********************************/
.con_k001 .padding-right {
  padding-right: 0px;
}

.con_k001 .padding-left {
  padding-left: 0px;
}

.con_k001 .teamhead {
  text-align: center;
  color: #2d2d2d;
  font-weight: 600;
}

.con_k001 .line {
  width: 100px;
  height: 1px;
  background-color: #e2e2e2;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 40px;
}

.con_k001 .teammember {
  text-align: center;
  color: #aed2e8;
  position: relative;
}

.con_k001 .teammember .teammemberhover {
  position: absolute;
  bottom: 0px;
  display: none;
  padding-bottom: 20px;
  width: 100%;
}

.con_k001 .teammember:hover .teammemberhover {
  display: block;
}

.con_k001 .teammember h3 {
  color: #fff;
}

.con_k001 .teammember h6 {
  color: #fff;
}

/***********************  con_k001 css end   **********************************/
/***********************  con_k002 css start   **********************************/
.con_k002 .padding-left {
  padding-left: 0px;
}

.con_k002 .teamhead {
  text-align: center;
  color: #2d2d2d;
  font-weight: 600;
}

.con_k002 .line {
  width: 100px;
  height: 1px;
  background-color: #e2e2e2;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 40px;
}

.con_k002 .blog-recent img {
  width: 100%;
  transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
}

.con_k002 .blog-recent p {
  padding-top: 20px;
  padding-bottom: 10px;
}

.con_k002 .blog-recent span {
  padding: 6px 15px;
  color: #fff;
}

.con_k002 .blog-recent .icon_span {
  background-color: #000;
}

.con_k002 .blog-recent h4 {
  color: #444444;
  font-weight: 600;
}

.con_k002 .blog-recent .textcolor {
  color: #a4a4a4;
}

.con_k002 .blog-recent:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -moz-transform: scale(1.05);
}

/***********************  con_k002 css end   **********************************/
/***********************  con_k003 css start   **********************************/
.con_k003 {
  background: url("../images/1.png") center center;
}

.con_k003 .bg-color {
  background-color: rgba(0, 0, 0, 0.1);
  padding-bottom: 25px;
}

.con_k003 .bg-color .touchhead {
  text-align: center;
}

.con_k003 .bg-color .touchhead h2 {
  color: #fff;
}

.con_k003 .bg-color .touchhead p {
  color: #fcfcfc;
  padding-top: 20px;
  padding-bottom: 20px;
}

.con_k003 .bg-color .thefox-design {
  background-color: rgba(255, 255, 255, 0.25);
  padding: 15px 20px;
}

.con_k003 .bg-color .thefox-design h3 {
  color: #fff;
  font-weight: bold;
}

.con_k003 .bg-color .thefox-design p {
  color: #f1f1f3;
  padding-top: 30px;
  padding-bottom: 30px;
}

.con_k003 .bg-color .listsocial ul {
  list-style: none;
  padding-left: 0px;
}

.con_k003 .bg-color .listsocial li {
  padding-bottom: 20px;
}

.con_k003 .bg-color .listsocial a {
  color: #fff;
  text-decoration: none;
}

.con_k003 .bg-color .listsocial .space-social {
  padding-right: 15px;
}

.con_k003 .bg-color .social-list ul {
  list-style: none;
  padding-left: 0px;
  padding-bottom: 20px;
}

.con_k003 .bg-color .social-list li {
  float: left;
  padding-right: 20px;
}

.con_k003 .bg-color .social-list a {
  color: #fff;
  text-decoration: none;
}

.con_k003 .contact-control {
  background-color: rgba(255, 255, 255, 0.25);
  padding: 33px 20px;
}

.con_k003 .contact-control .form-control {
  margin-bottom: 39px;
  padding: 21px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
}

.con_k003 .contact-control textarea {
  height: 150px;
  background-color: #000;
  color: #fff;
}

.con_k003 .contact-control .send-control {
  border: none;
  padding: 6px 35px;
  color: #fff;
}

/***********************  con_k003 css end   **********************************/
/******************      con_k004 css start     *************************/
.con_k004 {
  background: url("../images/d1.jpg");
  background-size: cover;
  background-attachment: fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.con_k004 .teamhead {
  text-align: center;
  color: #fff;
  font-weight: 600;
}

.con_k004 .line {
  width: 100px;
  height: 1px;
  background-color: #e2e2e2;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 40px;
}

.con_k004 .content-color {
  color: #d6d6d4;
  text-align: center;
}

/******************      con_k004 css end     *************************/
/*****************************     con_k005 CSS start  ***********************************/
.con_k005 {
  background: url("../images/spd-n-home-plx1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.con_k005 h4 {
  color: #fff;
}

.con_k005 h3 {
  color: #fff;
}

.con_k005 h1 {
  color: #fff;
}

.con_k005 .bgcolor {
  background-color: rgba(53, 63, 62, 0.87);
}

.con_k005 .bgcolor1 {
  padding-left: 0px;
  padding-right: 0px;
  opacity: 0.7;
}

.con_k005 .outer {
  position: relative;
}

.con_k005 .stunning_content {
  color: #fff;
  padding-top: 50px;
  padding-left: 75px;
}

.con_k005 .stunning_content p {
  padding-bottom: 50px;
}

.con_k005 .iconcontrol {
  font-size: 30px;
  padding-top: 12px;
  color: #fff;
}

.con_k005 .spd-row {
  max-width: 100%;
}

.con_k005 .fortuna-content {
  padding-top: 128px;
  text-align: center;
  color: #fff;
  padding-bottom: 129px;
}

.con_k005 .fortuna-content .icon-star {
  font-size: 8px;
  padding-left: 15px;
  padding-right: 15px;
}

.con_k005 .fortuna-content p {
  padding-left: 70px;
  padding-right: 70px;
}

/*****************************     con_k005 CSS end  *****************/
/************************** con_k006 start **************************/
.con_k006 .teamhead {
  text-align: center;
  color: #2d2d2d;
  font-weight: 600;
}

.con_k006 .line {
  width: 100px;
  height: 1px;
  background-color: #e2e2e2;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 40px;
}

.con_k006 .sonny_progressbar {
  margin-bottom: 50px;
}

.con_k006 .sonny_progressbar p.title {
  position: absolute;
  top: -25px;
  padding: 0px 0px;
}

/***************************    con_k006 css end  *********************************/
/***************************    con_k007 css start  *********************************/
.con_k007 .row {
  margin-left: 0px;
  margin-right: 0px;
}

.con_k007 h2 {
  color: #fff;
}

.con_k007 .paddzero {
  padding: 0px;
}

.con_k007 .imgcontrol {
  width: 100%;
  height: 400px;
}

.con_k007 .columbgcolor {
  background-color: #253030;
}

.con_k007 .awesomstyle {
  text-align: center;
  height: 400px;
  padding-top: 19px;
  padding-bottom: 19px;
}

.con_k007 .awesomstyle .line {
  width: 80px;
  height: 1px;
  background-color: #e2e2e2;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 40px;
}

.con_k007 .awesomstyle p {
  color: #fff;
  padding-left: 15px;
  padding-right: 25px;
}

.con_k007 .awesomstyle .pstyle {
  margin-top: 30px;
  margin-bottom: 30px;
}

.con_k007 .awesomstyle .ancorstyle {
  color: #fff;
  text-decoration: none;
  border: 2px solid #fff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 10px 25px;
  margin: 20px;
}

/*************************  con_k007 css end  *****************************/
/*************************  con_k008 css start  *****************************/
.con_k008 {
  background: url("../images/golf-field.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.con_k008 .row {
  margin-left: 0px;
  margin-right: 0px;
}

.con_k008 h3 {
  color: #fff;
}

.con_k008 .paddzero {
  padding: 0px;
}

.con_k008 .bgcolor1 {
  background-color: rgba(188, 224, 81, 0.9);
  padding-left: 70px;
  padding-right: 100px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.con_k008 .bgcolor2 {
  opacity: 0.7;
  padding-left: 70px;
  padding-right: 100px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.con_k008 .bgcolor3 {
  background-color: rgba(42, 54, 54, 0.93);
  padding-left: 70px;
  padding-right: 100px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.con_k008 .line {
  width: 60px;
  height: 3px;
  background-color: #e2e2e2;
  margin-top: 20px;
  margin-bottom: 40px;
}

.con_k008 .anchorcontrol {
  color: #fff;
  border: 2px solid #fff;
  padding: 10px 30px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -moz-border-radius: 10px;
  text-decoration: none;
  text-transform: uppercase;
}

.con_k008 p {
  margin-top: 50px;
  margin-bottom: 50px;
}

/*****************************    con_k008 css end   **********************************/
/*****************************    con_k009 css start   ********************************/
.con_k009 {
  background: url("../images/con_k009bg.jpg");
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

.con_k009 .con_099color {
  background-color: rgba(0, 0, 0, 0.67);
  padding-top: 30px;
  padding-bottom: 30px;
}

.con_k009 .con_099color h2 {
  color: #fff;
}

.con_k009 .con_099color .line {
  width: 80px;
  height: 1px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 40px;
}

.con_k009 .con_099color .imgcontrol {
  height: 100px;
  width: 100px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  -moz-border-radius: 100%;
  margin: 0 auto;
}

.con_k009 .con_099color .carousel-indicators {
  display: none;
}

.con_k009 .con_099color .pcontrol {
  padding-left: 80px;
  padding-right: 80px;
}

/*****************************    con_k009 css end   **********************************/
/*****************************     con_k010 css start   *******************************/
.con_k010 .lateststyle {
  text-align: center;
}

.con_k010 .lateststyle h1 {
  font-weight: bold;
}

.con_k010 .lateststyle p {
  color: #a3a3a3;
  padding-bottom: 50px;
}

.con_k010 .portfolio-row {
  max-width: 100%;
}

.con_k010 .portfolio-row .imgcontrol {
  width: 100%;
}

.con_k010 .portfolio-row .imgcontrol1 {
  width: 100%;
  height: 500px;
}

.con_k010 .portfolio-row .Cont_05_Icon {
  margin: 0% auto auto;
}

.con_k010 .portfolio-row .icon-control {
  margin: -20% auto auto;
}

/*****************************     con_k010 css end  *******************************/
/*****************************     con_k011 css start ******************************/
.con_k011 {
  background: url("../images/1.jpg") center center;
  background-size: cover;
  background-attachment: fixed;
}

.con_k011 .con_k011bg {
  background-color: rgba(221, 221, 221, 0.35);
  padding-top: 50px;
  padding-bottom: 70px;
}

.con_k011 .con_k011bg .atrosmultipupose {
  color: #fff;
}

.con_k011 .con_k011bg .atrosmultipupose h2 {
  font-weight: 100;
  padding-bottom: 30px;
  color: #fff;
}

.con_k011 .con_k011bg .atrosmultipupose .spancontrol {
  font-weight: 600;
}

.con_k011 .con_k011bg .atrosmultipupose h3 {
  font-weight: 100;
  padding-bottom: 20px;
  color: #fff;
}

.con_k011 .con_k011bg .atrosmultipupose .pcontent {
  margin-bottom: 30px;
  font-weight: 400;
}

.con_k011 .con_k011bg .atrosmultipupose .pcontent1 {
  margin-bottom: 30px;
  font-style: italic;
  font-size: 13px;
}

.con_k011 .con_k011bg .atrosmultipupose .anchorcontrol {
  padding: 10px 25px;
  font-size: 17px;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -o-border-radius: 7px;
  -moz-border-radius: 7px;
  color: #fff;
  text-decoration: none;
}

.con_k011 .con_k011bg .padd-control {
  padding-left: 0px;
  padding-right: 0px;
}

.con_k011 .imgcon_k011 {
  padding-top: 50px;
}

/******************************    con_k011 css end      **************************/
/******************************   con_k012 css start   *****************************/
.con_k012 .team1-icon {
  padding-right: 30px;
}

.con_k012 .taem1image {
  margin-top: 25px;
  height: 100px;
  width: 100px;
  border: 3px solid;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  -moz-border-radius: 100%;
}

/******************************   con_k012 css end   *********************************/
/******************************   con_k013 css start  *********************************/
.con_k013 .con_k013bg {
  background-color: #f9fafb;
  padding-top: 50px;
  padding-bottom: 50px;
}

.con_k013 .con_k013bg h2 {
  text-align: center;
  padding-bottom: 30px;
}

.con_k013 .team2 {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 10px solid #ddd;
}

.con_k013 .team2:hover .team-hover-con {
  display: block;
}

.con_k013 .team2:hover {
  border-bottom: 10px solid #CACACA;
}

.con_k013 .team2 .taemcontent {
  padding-left: 20px;
  padding-bottom: 20px;
}

.con_k013 .team2 .teamimage {
  position: relative;
}

.con_k013 .team-hover-con {
  display: none;
}

.con_k013 .social-list ul {
  list-style: none;
  padding-left: 15px;
  width: 45px;
  background-color: rgba(0, 0, 0, 0.74);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.con_k013 .social-list ul li {
  padding-top: 20px;
}

.con_k013 .social-list ul li a {
  color: #fff;
  text-decoration: none;
}

/******************************   con_k013 css end   *********************************/
/******************************   con_k014 css start   *********************************/
.con_k014 h2 {
  text-align: center;
  padding-bottom: 40px;
}

.con_k014 .team3 {
  text-align: center;
  position: relative;
}

.con_k014 .team3 .team-content {
  padding-top: 20px;
  text-align: center;
}

.con_k014 .team3 .plus-hover {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  width: 199px;
  height: 199px;
  top: 0px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  -moz-border-radius: 100%;
  border: 20px solid #2c3e50;
  padding-top: 67px;
  display: none;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}

.con_k014 .team3 .taem1image {
  width: 200px;
  height: 200px;
  border: 8px solid #ddd;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  -moz-border-radius: 100%;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

.con_k014 .team3:hover .taem1image {
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -o-transform: scale(0.8);
  -moz-transform: scale(0.8);
  border: none;
}

.con_k014 .team3:hover .plus-hover {
  display: inline-block;
  left: 11%;
  transform: scale(1);
  -webkit-transform: scale(1);
}

/******************************   con_k014 css end   *********************************/
/******************************   con_k015 css start   *********************************/
.con_k015 {
  text-align: center;
}

.con_k015 .teamhead {
  text-align: center;
  color: #2d2d2d;
  font-weight: 600;
}

.con_k015 .line {
  width: 100px;
  height: 1px;
  background-color: #e2e2e2;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 40px;
}

.con_k015 .pricehoverdiv:hover .pricingcontent {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

.con_k015 .pricehoverdiv:hover .iconcontrol {
  background-color: #CACACA;
  transition: all 1s linear;
  -webkit-transition: all 1s linear;
  -o-transition: all 1s linear;
  -moz-transition: all 1s linear;
}

.con_k015 .pricehoverdiv:hover .iconcontrol1 {
  background-color: #CACACA;
  transition: all 1s linear;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -o-transition: all 1s linear;
}

.con_k015 .pricingcontent {
  transition: all 1s linear;
  -webkit-transition: all 1s linear;
  -o-transition: all 1s linear;
  -moz-transition: all 1s linear;
  border: 1px solid #f0f0f0;
}

.con_k015 .pricingcontent h4 {
  padding-top: 20px;
}

.con_k015 .pricingcontent .iconcontrol {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 30px;
  transition: all 1s linear;
  -webkit-transition: all 1s linear;
  -o-transition: all 1s linear;
  -moz-transition: all 1s linear;
  color: #fff;
}

.con_k015 .pricingcontent .iconcontrol1 {
  background-color: #1D88CC;
  color: #fff;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 30px;
  transition: all 1s linear;
  -webkit-transition: all 1s linear;
  -o-transition: all 1s linear;
  -moz-transition: all 1s linear;
}

.con_k015 .pricingcontent .spancontrol {
  color: #000;
  font-weight: bold;
  font-size: 20px;
  text-decoration: underline;
  padding-right: 7px;
}

.con_k015 .pricingcontent .line {
  width: 300px;
  height: 1px;
  background-color: gray;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 40px;
}

.con_k015 .pricingcontent .ancorcontrol {
  color: #fff;
  padding: 10px 30px;
  text-decoration: none;
}

.con_k015 .pricingcontent .ancorcontrol:hover {
  background-color: #fff;
  border: 2px solid #CACACA;
  color: #CACACA;
}

.con_k015 .pricingcontent .ancorcontrol1 {
  background-color: #5ed9e7;
  color: #fff;
  padding: 10px 30px;
  text-decoration: none;
}

.con_k015 .pricingcontent .ancorcontrol1:hover {
  background-color: #fff;
  color: #CACACA;
  border: 2px solid #CACACA;
}

.con_k015 .pricingcontent .pcontrol {
  margin: 40px 0px;
}

.con_k015 .listpric ul {
  list-style: none;
  padding-left: 0px;
}

.con_k015 .listpric ul li {
  padding-top: 20px;
}

.con_k015 .listpric ul li a {
  text-decoration: none;
  color: #7e7d7d;
  font-weight: 600;
}

/******************************   con_k015 css end   *********************************/
/******************************   con_k016 css start   *******************************/
.con_k016 {
  text-align: center;
}

.con_k016 .teamhead {
  text-align: center;
  color: #2d2d2d;
  font-weight: 600;
}

.con_k016 .line {
  width: 100px;
  height: 1px;
  background-color: #e2e2e2;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 40px;
}

.con_k016 .pricingcontent:hover .hoverp {
  opacity: 1;
  transition: all 0.7s linear;
  -webkit-transition: all 0.7s linear;
  -o-transition: all 0.7s linear;
  -moz-transition: all 0.7s linear;
}

.con_k016 .pricingcontent:hover .saclehover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

.con_k016 .pricingcontent .hoverp {
  background-color: #333;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 0px;
  opacity: 0;
  transition: all 0.7s linear;
  -webkit-transition: all 0.7s linear;
  -o-transition: all 0.7s linear;
  -moz-transition: all 0.7s linear;
}

.con_k016 .pricingcontent .contentp {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 0px;
}

.con_k016 .pricingcontent .contentp1 {
  background-color: #F88C00;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 0px;
}

.con_k016 .pricingcontent .dolarspan {
  color: #333;
  font-weight: bold;
  vertical-align: 60px;
  font-size: 20px;
}

.con_k016 .pricingcontent .numberspan {
  font-weight: bold;
  font-size: 100px;
}

.con_k016 .pricingcontent .monthspan {
  color: #333;
  font-weight: bold;
  font-size: 20px;
}

.con_k016 .pricingcontent .adapterp {
  font-weight: 600;
  font-size: 20px;
}

.con_k016 .pricingcontent .pcontent {
  color: rgba(128, 128, 128, 0.52);
  padding-top: 20px;
  padding-bottom: 20px;
}

.con_k016 .pricingcontent .pricing-border {
  border: 1px solid rgba(128, 128, 128, 0.11);
}

.con_k016 .pricingcontent .saclehover {
  transition: all 1s linear;
  -webkit-transition: all 1s linear;
  -o-transition: all 1s linear;
  -moz-transition: all 1s linear;
  padding-top: 20px;
}

.con_k016 .listpric ul {
  list-style: none;
  padding-left: 0px;
}

.con_k016 .listpric ul li {
  border-top: 1px solid #ddd;
  padding-top: 15px;
  padding-bottom: 15px;
}

.con_k016 .listpric ul li a {
  text-decoration: none;
  color: #7e7d7d;
  font-weight: 600;
}

/******************************   con_k016 css end   *********************************/
/******************************   con_k017 css start   ********************************/
.con_k017 {
  text-align: center;
}

.con_k017 .teamhead {
  text-align: center;
  color: #2d2d2d;
  font-weight: 600;
}

.con_k017 .line {
  width: 100px;
  height: 1px;
  background-color: #e2e2e2;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 40px;
}

.con_k017 .pricingscale:hover .pricing-content {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkimozt-transform: scale(1.1);
  -webkit-box-shadow: -1px 7px 26px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -1px 7px 26px 0px rgba(0, 0, 0, 0.75);
  box-shadow: -1px 7px 26px 0px rgba(0, 0, 0, 0.75);
}

.con_k017 .pricingscale:hover .pround {
  transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
  -o-transform: rotate(-360deg);
  -moz-transform: rotate(-360deg);
}

.con_k017 .pricingscale:hover .pcontent {
  background: linear-gradient(#ddd, red, #ddd);
  transition: all 1s linear;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -o-transition: all 1s linear;
}

.con_k017 .pricingscale .pricing-content {
  transition: all 1s linear;
  -webkit-transition: all 1s linear;
  -o-transition: all 1s linear;
  -moz-transition: all 1s linear;
  border: 1px solid rgba(128, 128, 128, 0.11);
  position: relative;
}

.con_k017 .pricingscale .pricing-content .pcontent {
  background: linear-gradient(#ddd, #f0f0f0, #fff, #ddd);
  padding-top: 20px;
  padding-bottom: 75px;
  font-weight: bold;
}

.con_k017 .pricingscale .pricing-content .pround {
  -webkit-box-shadow: inset -16px -15px 156px 33px #e3e5fa;
  -moz-box-shadow: inset -16px -15px 156px 33px #e3e5fa;
  box-shadow: inset -16px -15px 156px 33px #e3e5fa;
  background: #eee;
  width: 110px;
  height: 110px;
  border-radius: 100%;
  line-height: 100px;
  border: 5px solid #ddd;
  margin: 0 auto;
  margin-top: -26%;
  font-weight: bold;
  font-size: 20px;
  transition: all 1s linear;
  -webkit-transition: all 1s linear;
  -o-transition: all 1s linear;
  -moz-transition: all 1s linear;
  /* display: inline-block; */
}

.con_k017 .pricingscale .pricing-content .dolarspan {
  vertical-align: 5px;
}

.con_k017 .pricingscale .pricing-content .ancorcontrol {
  color: #fff;
  padding: 10px 30px;
  text-decoration: none;
}

.con_k017 .pricingscale .pricing-content .ancorcontrol:hover {
  background-color: #fff;
  border: 2px solid #000000;
  color: #000;
}

.con_k017 .pricingscale .pricing-content .pcontrol {
  margin-top: 80px;
  margin-bottom: 30px;
}

.con_k017 .listpric ul {
  list-style: none;
  padding-left: 0px;
}

.con_k017 .listpric ul li {
  border-top: 1px solid #ddd;
  padding-top: 15px;
  padding-bottom: 15px;
}

.con_k017 .listpric ul li a {
  text-decoration: none;
  color: #7e7d7d;
  font-weight: 600;
}

/******************************   con_k017 css end   *********************************/
/******************************   con_k018 css start  *********************************/
.con_k018 {
  text-align: center;
}

.con_k018 .teamhead {
  text-align: center;
  color: #2d2d2d;
  font-weight: 600;
}

.con_k018 .line {
  width: 100px;
  height: 1px;
  background-color: #e2e2e2;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 40px;
}

.con_k018 h2 {
  color: #fff;
}

.con_k018 .pricingscale:hover .pricecontent {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

.con_k018 .pricingscale:hover .dollarcontrol {
  color: #fff;
  transition: all 1s linear;
  -webkit-transition: all 1s linear;
  -o-transition: all 1s linear;
  -moz-transition: all 1s linear;
}

.con_k018 .pricingscale:hover .ancorcontrol {
  opacity: 0.6;
  transition: all 1s linear;
  -webkit-transition: all 1s linear;
  -o-transition: all 1s linear;
  -moz-transition: all 1s linear;
}

.con_k018 .pricingscale .pricecontent {
  background-color: #000;
  padding-top: 5px;
  padding-bottom: 20px;
  color: #fff;
  transition: all 1s linear;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -o-transition: all 1s linear;
}

.con_k018 .pricingscale .dollarcontrol {
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all 1s linear;
  -webkit-transition: all 1s linear;
  -o-transition: all 1s linear;
  -moz-transition: all 1s linear;
}

.con_k018 .pricingscale .ancorcontrol {
  color: #fff;
  text-decoration: none;
  padding: 10px 30px;
  border-radius: 30px;
  transition: all 1s linear;
  -webkit-transition: all 1s linear;
  -o-transition: all 1s linear;
  -moz-transition: all 1s linear;
}

.con_k018 .pricingscale .pcontrol {
  margin-top: 15px;
  margin-bottom: 15px;
}

.con_k018 .listpric ul {
  list-style: none;
  padding-left: 0px;
}

.con_k018 .listpric ul li {
  padding-top: 15px;
  padding-bottom: 15px;
}

.con_k018 .listpric ul li a {
  text-decoration: none;
  color: #7e7d7d;
  font-weight: 600;
}

/******************************   con_k018 css end   *********************************/
/******************************   con_k019 css start   *******************************/
.con_k019 {
  text-align: center;
  color: #fff;
  background-color: #000;
  padding-top: 30px;
  padding-bottom: 30px;
}

.con_k019 .teamhead {
  text-align: center;
  color: #fff;
  font-weight: 600;
}

.con_k019 .line {
  width: 100px;
  height: 1px;
  background-color: #e2e2e2;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 40px;
}

.con_k019 .pricingcore:hover .scaleeffect {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  animation-name: animation2;
  animation-duration: 2s;
}

.con_k019 .pricingcore:hover .ancorcontrol {
  border-radius: 10px 0px 10px 0px;
}

.con_k019 .pricingcore .pricinghead {
  background-color: #202f3a;
  padding-top: 10px;
  padding-bottom: 10px;
}

.con_k019 .pricingcore .pricinghead .line {
  width: 230px;
  height: 1px;
  background-color: #253541;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.con_k019 .pricingcore .pricinghead .pmonthly {
  opacity: 0.3;
  font-size: 10px;
}

.con_k019 .pricingcore .pricingbottom {
  background-color: #141414;
  padding-top: 15px;
  padding-bottom: 10px;
}

.con_k019 .pricingcore .pricingbottom .iconcontol {
  font-size: 60px;
}

.con_k019 .pricingcore .dollarspan {
  font-size: 30px;
}

.con_k019 .pricingcore .scaleeffect {
  transition: all 1s linear;
  -webkit-transition: all 1s linear;
  animation-name: animation1;
  animation-duration: 5s;
  color: #fff;
}

.con_k019 .listpric .fa-check {
  color: #fff;
}

.con_k019 .listpric ul {
  list-style: none;
  text-align: left;
}

.con_k019 .listpric ul li {
  padding-top: 10px;
  padding-bottom: 10px;
}

.con_k019 .listpric ul li a {
  text-decoration: none;
  color: #7e7d7d;
  font-weight: 600;
}

.con_k019 .listpric .ancorcontrol {
  color: #fff;
  padding: 10px 70px;
  border-radius: 10px 0px 10px 0px;
  transition: all 1s linear;
  -webkit-transition: all 1s linear;
}

.con_k019 .listpric .regiscontrol {
  padding-left: 10px;
}

.con_k019 .listpric .pcontrol {
  margin-top: 30px;
  margin-bottom: 20px;
}

@keyframes animation1 {
  0% {
    color: #fff;
  }
  50% {
    color: #e9e;
  }
  100% {
    color: #fff;
  }
}

@-webkit-keyframes animation1 {
  0% {
    color: #fff;
  }
  50% {
    color: #e9e;
  }
  100% {
    color: #fff;
  }
}

@-moz-keyframes animation1 {
  0% {
    color: #fff;
  }
  50% {
    color: #e9e;
  }
  100% {
    color: #fff;
  }
}

@-o-keyframes animation1 {
  0% {
    color: #fff;
  }
  50% {
    color: #e9e;
  }
  100% {
    color: #fff;
  }
}

@keyframes animation2 {
  0% {
    color: #fff;
  }
  25% {
    color: #e9e;
  }
  50% {
    color: green;
  }
  75% {
    color: blue;
  }
  100% {
    color: #fff;
  }
}

@-o-keyframes animation2 {
  0% {
    color: #fff;
  }
  25% {
    color: #e9e;
  }
  50% {
    color: green;
  }
  75% {
    color: blue;
  }
  100% {
    color: #fff;
  }
}

@-webkit-keyframes animation2 {
  0% {
    color: #fff;
  }
  25% {
    color: #e9e;
  }
  50% {
    color: green;
  }
  75% {
    color: blue;
  }
  100% {
    color: #fff;
  }
}

@-moz-keyframes animation2 {
  0% {
    color: #fff;
  }
  25% {
    color: #e9e;
  }
  50% {
    color: green;
  }
  75% {
    color: blue;
  }
  100% {
    color: #fff;
  }
}

/******************************   con_k019 css end   *********************************/
/******************************   con_k020 css start   *********************************/
.con_k020 .skillbar-titlebg {
  background: #d35400;
}

.con_k020 .skillbar-bar-bg {
  background: #e67e22;
}

.con_k020 .skillbar-titlebg1 {
  background: #2980b9;
}

.con_k020 .skillbar-bar-bg1 {
  background: #3498db;
}

.con_k020 .skillbar-titlebg2 {
  background: #2c3e50;
}

.con_k020 .skillbar-bar-bg2 {
  background: #2c3e50;
}

.con_k020 .skillbar-titlebg3 {
  background: #46465e;
}

.con_k020 .skillbar-bar-bg3 {
  background: #5a68a5;
}

.con_k020 .skillbar-titlebg4 {
  background: #333333;
}

.con_k020 .skillbar-bar-bg4 {
  background: #525252;
}

.con_k020 .skillbar-titlebg5 {
  background: #27ae60;
}

.con_k020 .skillbar-bar-bg5 {
  background: #2ecc71;
}

.con_k020 .skillbar-titlebg {
  background: #124e8c;
}

.con_k020 .skillbar-bar-bg {
  background: #4288d0;
}

/******************************   con_k020 css end   *********************************/
/******************************   con_k021 css start   *********************************/
.con_k021 .skillbar-titlebg {
  background: #d35400;
}

.con_k021 .skillbar-bar-bg {
  background: #e67e22;
}

.con_k021 .skillbar-titlebg1 {
  background: #2980b9;
}

.con_k021 .skillbar-bar-bg1 {
  background: #3498db;
}

.con_k021 .skillbar-titlebg2 {
  background: #2c3e50;
}

.con_k021 .skillbar-bar-bg2 {
  background: #2c3e50;
}

.con_k021 .skillbar-titlebg3 {
  background: #46465e;
}

.con_k021 .skillbar-bar-bg3 {
  background: #5a68a5;
}

.con_k021 .skillbar-titlebg4 {
  background: #333333;
}

.con_k021 .skillbar-bar-bg4 {
  background: #525252;
}

.con_k021 .skillbar-titlebg5 {
  background: #27ae60;
}

.con_k021 .skillbar-bar-bg5 {
  background: #2ecc71;
}

.con_k021 .skillbar-titlebg {
  background: #124e8c;
}

.con_k021 .skillbar-bar-bg {
  background: #4288d0;
}

/******************************   con_k021 css end   *********************************/
/******************************   con_k022 css start   *********************************/
.con_k022 .skillbar-bar-bg1 {
  background: #3498db;
}

.con_k022 .skillbar-bar-bg2 {
  background: #2c3e50;
}

.con_k022 .skillbar-bar-bg3 {
  background: #5a68a5;
}

.con_k022 .skillbar-bar-bg4 {
  background: #525252;
}

.con_k022 .skillbar-bar-bg5 {
  background: #2ecc71;
}

.con_k022 .skillbar-bar-bg {
  background: #4288d0;
}

.con_k022 .skillbar-title span {
  font-size: 9px;
}

/******************************   con_k022 css end   *********************************/
/******************************   con_k023 css start   *********************************/
.con_k023 .skillbar-titlebg {
  background: #d35400;
}

.con_k023 .skillbar-bar-bg {
  background: #e67e22;
}

.con_k023 .skillbar-titlebg1 {
  background: #2980b9;
}

.con_k023 .skillbar-bar-bg1 {
  background: #3498db;
}

.con_k023 .skillbar-titlebg2 {
  background: #2c3e50;
}

.con_k023 .skillbar-bar-bg2 {
  background: #2c3e50;
}

.con_k023 .skillbar-titlebg3 {
  background: #46465e;
}

.con_k023 .skillbar-bar-bg3 {
  background: #5a68a5;
}

.con_k023 .skillbar-titlebg4 {
  background: #333333;
}

.con_k023 .skillbar-bar-bg4 {
  background: #525252;
}

.con_k023 .skillbar-titlebg5 {
  background: #27ae60;
}

.con_k023 .skillbar-bar-bg5 {
  background: #2ecc71;
}

.con_k023 .skillbar-titlebg {
  background: #124e8c;
}

.con_k023 .skillbar-bar-bg6 {
  background: #4288d0;
}

.con_k023 .skillbar-title span {
  font-size: 8px;
}

/******************************   con_k023 css end   *********************************/
/******************************   con_k024 css start   *********************************/
.con_k024 img {
  width: 100%;
}

/******************************   con_k024 css end   *********************************/
/******************************   con_k026 css START  ********************************/
.con_k026 .teamhead {
  text-align: center;
  color: #444444;
  font-weight: 600;
}

.con_k026 .line {
  width: 70px;
  height: 1px;
  background-color: #444444;
  text-align: center;
  margin: 0 auto;
}

.con_k026 .bg-color {
  background-color: #f9f9f9;
  padding-top: 40px;
  padding-bottom: 60px;
  margin-bottom: 20px;
}

.con_k026 .blogdesign .moderndesign {
  padding-top: 50px;
  color: #656565;
}

.con_k026 .blogdesign .admincomment {
  color: #b6b6b6;
  padding-bottom: 25px;
  letter-spacing: 2px;
}

.con_k026 .blogdesign .pcontent {
  color: #999999;
  line-height: 30px;
  padding-bottom: 25px;
}

.con_k026 .blogdesign .readanchor {
  color: #c2c2c2;
  text-decoration: none;
}

.con_k026 .blogdesign .arrow-icon {
  padding-left: 15px;
}

/******************************   con_k026 css end   *********************************/
/******************************   con_k027 css start   *******************************/
.con_k027 .tablist ul {
  list-style: none;
}

.con_k027 .tablist ul li {
  height: 65px;
  width: 229px;
}

.con_k027 .tablist ul li a {
  color: #6b6b6b;
  font-size: 15px;
  background-color: #f2f2f2;
}

.con_k027 .tablist ul li a:focus {
  background-color: #f2f2f2 !important;
}

.con_k027 .tablist ul li a:focus:after {
  background-color: #080808 !important;
}

.con_k027 .tablist ul li a:focus {
  background-color: #080808 !important;
  color: #fff;
}

.con_k027 .tablist .ul-icon {
  /* color: #4caab4; */
  font-size: 25px;
  vertical-align: -4px;
  padding-right: 10px;
}

.con_k027 .tab1design h3 {
  font-weight: 600;
}

.con_k027 .tab1design .pcontent {
  color: rgba(132, 132, 132, 0.64);
  line-height: 25px;
  font-weight: 600;
}

.con_k027 .tab-ullist ul {
  list-style: none;
  padding-left: 0px;
}

.con_k027 .tab-ullist ul li {
  padding-top: 20px;
}

.con_k027 .tab-ullist ul li a {
  color: rgba(132, 132, 132, 0.64);
  text-decoration: none;
  font-weight: 600;
}

.con_k027 .tab-ullist .tab-icon {
  padding-right: 10px;
}

.con_k027 .nav-tabs {
  border-bottom: none;
}

.con_k027 .nav-tabs > li.active > a, .con_k027 .nav-tabs > li.active > a:hover, .con_k027 .nav-tabs > li.active > a:focus {
  border: none;
  background-color: #080808;
  color: #fff;
}

.con_k027 .nav-tabs > li > a {
  margin-right: 0px;
  border-radius: 0;
  padding: 9px 15px !important;
  border: none;
}

.con_k027 .nav-tabs > li {
  margin-bottom: -15px !important;
}

.con_k027 ul.nav.nav-tabs.tabs-left li a:after {
  content: "";
  width: 31px;
  height: 31px;
  background-color: #f2f2f2;
  position: absolute;
  right: -16px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  top: 6px;
}

.con_k027 ul.nav.nav-tabs.tabs-left li.active a:after {
  background-color: #080808;
  color: #fff;
}

/******************************   con_k027 css end   *********************************/
/******************************   con_k028 css start  *********************************/
.con_k028 .row {
  margin-right: 0px;
  margin-left: 0px;
}

.con_k028 .bg-color {
  background-color: #f9f9f9;
  padding-top: 40px;
  padding-bottom: 60px;
}

.con_k028 .bg-color .teamhead {
  text-align: center;
  color: #444444;
  font-weight: 600;
}

.con_k028 .bg-color .line {
  width: 70px;
  height: 1px;
  background-color: #444444;
  text-align: center;
  margin: 0 auto;
}

.con_k028 .mainportfolio .img-control {
  width: 100%;
}

.con_k028 .mainportfolio:hover .icon-hover {
  opacity: 0.8;
}

.con_k028 .mainportfolio:hover .text-effect {
  opacity: 1;
  bottom: 0px !important;
}

.con_k028 .mainportfolio:hover .p-hover {
  top: 37% !important;
}

.con_k028 .mainportfolio img {
  position: relative;
}

.con_k028 .mainportfolio .portfolio-hover {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden;
}

.con_k028 .mainportfolio .icon-hover {
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  width: 100%;
  height: 100%;
}

.con_k028 .mainportfolio .icon-hover .p-hover {
  position: absolute;
  top: 27%;
  left: 35%;
  transition: top 0.4s ease-in-out;
  -webkit-transition: top 0.4s ease-in-out;
  -o-transition: top 0.4s ease-in-out;
  -moz-transition: top 0.4s ease-in-out;
}

.con_k028 .icon-control {
  background-color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  -moz-border-radius: 100%;
  margin-left: 5px;
  margin-right: 5px;
}

.con_k028 .icon-control:hover {
  color: #000;
}

.con_k028 .text-effect {
  background-color: #fff;
  padding-top: 14px;
  padding-bottom: 13px;
  position: absolute;
  opacity: 0;
  transition: bottom 0.4s ease-in-out;
  -webkit-transition: bottom 0.4s ease-in-out;
  -moz-transition: bottom 0.4s ease-in-out;
  -o-transition: bottom 0.4s ease-in-out;
  bottom: -85px;
  width: 100%;
}

.con_k028 .text-effect .pcontent {
  color: #888;
}

.con_k028 .text-effect h3 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.con_k028 .text-effect h3:hover {
  color: #000;
}

.con_k028 .bg-color1 {
  text-align: center;
}

.con_k028 .bg-color1:hover {
  background-color: #000;
}

.con_k028 .bg-color1 .see-control {
  text-decoration: underline;
  padding-left: 10px;
  padding-right: 20px;
  cursor: pointer;
}

.con_k028 .bg-color1 .video-control {
  font-size: 20px;
  cursor: pointer;
}

.con_k028 .pcontent1 {
  color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 30px;
}

/******************************   con_k028 css end   *********************************/
/******************************   con_k029 css start   *******************************/
.con_k029 .teamhead {
  text-align: center;
  color: #2d2d2d;
  font-weight: 600;
}

.con_k029 .line {
  width: 100px;
  height: 1px;
  background-color: #e2e2e2;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 40px;
}

.con_k029 .aboutdiv .imgage-control {
  width: 100%;
}

.con_k029 .aboutdiv h4 {
  padding-top: 19px;
}

.con_k029 .aboutdiv .p-control {
  color: #909090;
}

.con_k029 .aboutdiv .p-text {
  color: rgba(162, 162, 162, 0.7);
  padding-top: 10px;
}

/******************************   con_k029 css end   *********************************/
/******************************   con_k030 css start   *******************************/
.con_k030 .skillbar2 {
  height: 28px;
}

.con_k030 .skillbar-bar2 {
  height: 28px;
  background-color: #00a99d;
}

.con_k030 .skillbar-title {
  width: 100%;
}

.con_k030 .skillbar-title span {
  line-height: 25px;
  font-size: 15px;
}

.con_k030 .tab-div .nav-tabs {
  border-bottom: none;
}

.con_k030 .tab-div .tab-content {
  border: 1px solid #f3f3f3;
  padding: 25px 15px;
}

.con_k030 .tab-div .tab-content img {
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
}

.con_k030 .tab-div .tab-content .pcontent {
  font-size: 18px;
}

.con_k030 .tab-div .tab-content .pcontent1 {
  color: rgba(138, 138, 138, 0.61);
}

.con_k030 .nav > li > a {
  padding: 7px 7px;
  font-size: 13px;
  background-color: #fbfbfb;
  color: #607a7a !important;
}

.con_k030 .nav-tabs > li.active > a:focus {
  color: #46a99d;
}

.con_k030 .nav-tabs > li.active > a {
  color: #46a99d !important;
}

/******************************   con_k030 css end   *********************************/
/******************************   con_k031 css start   *********************************/
.con_k031 {
  background-color: #f9f9f9;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 60px;
}

.con_k031 h3 {
  color: #000;
}

.con_k031 h3 .span-social {
  color: #00a99d;
}

.con_k031 .text-p {
  color: #605b4e;
}

.con_k031 h4 {
  color: #000;
  text-transform: uppercase;
}

.con_k031 .anchor-control {
  background-color: #e4e4e4;
  color: #6c6c6c;
  text-decoration: none;
  padding: 15px 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  font-weight: 600;
}

.con_k031 .p_margin {
  margin-top: 50px;
}

.con_k031 .social_media ul {
  list-style: none;
  padding-left: 0px;
  display: inline-block;
  padding-top: 40px;
  padding-bottom: 40px;
}

.con_k031 .social_media ul li {
  float: left;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #ddd;
  margin-right: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
}

.con_k031 .social_media ul li a {
  text-decoration: none;
  color: #999999;
}

.con_k031 .social_media ul li a:hover {
  color: #fff;
}

.con_k031 .li-hover {
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
}

.con_k031 .li-hover1 {
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
}

.con_k031 .li-hover2 {
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
}

.con_k031 .li-hover3 {
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
}

.con_k031 .li-hover4 {
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
}

.con_k031 .li-hover:hover {
  background-color: #337ab7;
  transform: scale(1.07);
  -webkit-transform: scale(1.07);
}

.con_k031 .li-hover1:hover {
  background-color: #00ACEE;
  transform: scale(1.07);
  -webkit-transform: scale(1.07);
}

.con_k031 .li-hover2:hover {
  background-color: #B94435;
  transform: scale(1.07);
  -webkit-transform: scale(1.07);
}

.con_k031 .li-hover3:hover {
  background-color: #d3d;
  transform: scale(1.07);
  -webkit-transform: scale(1.07);
}

.con_k031 .li-hover4:hover {
  background-color: red;
  transform: scale(1.07);
  -webkit-transform: scale(1.07);
}

/******************************   con_k031 css end   *********************************/
/******************************   con_k032 css start *********************************/
.con_k032 h4 {
  color: rgba(85, 85, 85, 0.8);
  font-weight: 700;
  padding-bottom: 15px;
}

.con_k032 .list-type ul {
  list-style: none;
  padding-left: 0px;
}

.con_k032 .list-type ul li {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eaeaea;
}

.con_k032 .list-type ul li a {
  color: #505050;
  text-decoration: none;
}

.con_k032 .list-type .fa-angle-right {
  padding-right: 5px;
}

.con_k032 .tag-top {
  padding-top: 40px;
}

.con_k032 .tag-list ul {
  list-style: none;
  padding-left: 0px;
}

.con_k032 .tag-list ul li {
  float: left;
  background-color: #eaeaea;
  margin-right: 10px;
  margin-top: 10px;
  padding: 7px 15px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
}

.con_k032 .tag-list ul li a {
  color: #505050;
  text-decoration: none;
}

/******************************   con_k032 css end   *********************************/
/******************************   con_k033 css start   *********************************/
.con_k033 h3 {
  margin-top: 0px;
  font-weight: 600;
  margin-bottom: 20px;
}

.con_k033 p {
  color: #8a8a8a;
}

/******************************   con_k033 css end   *********************************/
/******************************   con_k034 css start   *********************************/
.con_k034 {
  text-align: center;
  background: url("../images/gray-bg.jpg");
  background-size: cover;
  background-attachment: fixed;
  padding-top: 30px;
  padding-bottom: 50px;
}

.con_k034 .head-p {
  color: #fff;
  padding-bottom: 40px;
}

.con_k034 .miantence-div {
  position: relative;
  background-color: #fff;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.con_k034 .miantence-div:hover .icon-control {
  background-color: #000;
  transform: scale(0.93);
  -webkit-transform: scale(0.93);
}

.con_k034 .miantence-div:hover .icon-control:after {
  -webkit-animation: sonarEffect 1.3s ease-out 75ms;
  -moz-animation: sonarEffect 1.3s ease-out 75ms;
  animation: sonarEffect 1.3s ease-out 75ms;
}

.con_k034 .miantence-div:hover .beatifulp {
  color: #000;
}

.con_k034 .miantence-div .beatifulp {
  padding-top: 40px;
  transition: all 1s linear;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -o-transition: all 1s linear;
}

.con_k034 .miantence-div .text-p {
  color: #747878;
}

.con_k034 .miantence-div .icon-control {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 100%;
  font-size: 20px;
  color: #fff;
  position: absolute;
  top: -20%;
  left: 40%;
  transition: transform ease-out 0.1s, background-color 0.2s;
  -webkit-transition: -webkit-transform ease-out 0.1s, background-color 0.2s;
}

.con_k034 .miantence-div .icon-control:after {
  top: 8%;
  left: 9%;
  padding: 0;
  z-index: -1;
  -webkit-box-shadow: -1px 0px 15px 16px rgba(0, 0, 0, 0.95);
  -moz-box-shadow: -1px 0px 15px 16px rgba(0, 0, 0, 0.95);
  box-shadow: -1px 0px 15px 16px rgba(0, 0, 0, 0.95);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  content: '';
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: inline-block;
  position: absolute;
  opacity: 0;
}

.con_k034 .span-control {
  color: #a0ce58;
}

@-webkit-keyframes sonarEffect {
  0% {
    opacity: 0.1;
  }
  40% {
    opacity: 0.5;
    -webkit-box-shadow: -1px 0px 15px 16px rgba(0, 0, 0, 0.95);
    -moz-box-shadow: -1px 0px 15px 16px rgba(0, 0, 0, 0.95);
    box-shadow: -1px 0px 15px 16px rgba(0, 0, 0, 0.95);
  }
  100% {
    -webkit-box-shadow: -1px 0px 15px 16px rgba(0, 0, 0, 0.95);
    -moz-box-shadow: -1px 0px 15px 16px rgba(0, 0, 0, 0.95);
    box-shadow: -1px 0px 15px 16px rgba(0, 0, 0, 0.95);
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}

@-moz-keyframes sonarEffect {
  0% {
    opacity: 0.1;
  }
  40% {
    opacity: 0.5;
    -webkit-box-shadow: -1px 0px 15px 16px rgba(0, 0, 0, 0.95);
    -moz-box-shadow: -1px 0px 15px 16px rgba(0, 0, 0, 0.95);
    box-shadow: -1px 0px 15px 16px rgba(0, 0, 0, 0.95);
  }
  100% {
    -webkit-box-shadow: -1px 0px 15px 16px rgba(0, 0, 0, 0.95);
    -moz-box-shadow: -1px 0px 15px 16px rgba(0, 0, 0, 0.95);
    box-shadow: -1px 0px 15px 16px rgba(0, 0, 0, 0.95);
    -moz-transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes sonarEffect {
  0% {
    opacity: 0.1;
  }
  40% {
    opacity: 0.5;
    -webkit-box-shadow: -1px 0px 15px 16px rgba(0, 0, 0, 0.95);
    -moz-box-shadow: -1px 0px 15px 16px rgba(0, 0, 0, 0.95);
    box-shadow: -1px 0px 15px 16px rgba(0, 0, 0, 0.95);
  }
  100% {
    -webkit-box-shadow: -1px 0px 15px 16px rgba(0, 0, 0, 0.95);
    -moz-box-shadow: -1px 0px 15px 16px rgba(0, 0, 0, 0.95);
    box-shadow: -1px 0px 15px 16px rgba(0, 0, 0, 0.95);
    transform: scale(1.5);
    opacity: 0;
  }
}

/******************************   con_k034 css end   *********************************/
/************************** con_k035 start **************************/
.con_k035 .row {
  margin-right: 0px;
  margin-left: 0px;
}

.con_k035 .line {
  width: 60px;
  height: 2px;
  background-color: #444444;
  margin-top: 20px;
}

.con_k035 .sonny_progressbar {
  margin-bottom: 50px;
}

.con_k035 .sonny_progressbar p.title {
  position: absolute;
  top: -25px;
  padding: 0px 0px;
  font-size: 13px;
}

.con_k035 .sonny_progressbar .bar {
  border-radius: 8px;
}

.con_k035 .sonny_progressbar .bar-container {
  border-radius: 8px;
  height: 4px !important;
}

.con_k035 h3 {
  text-transform: uppercase;
}

.con_k035 p {
  padding-bottom: 30px;
  line-height: 30px;
}

.con_k035 img {
  width: 100%;
}

.con_k035 .list-social ul {
  list-style: none;
  padding-left: 0px;
}

.con_k035 .list-social ul li {
  float: left;
  margin-right: 15px;
}

.con_k035 .list-social ul li:hover .icon-view-hover {
  background-color: #337ab7;
  color: #fff;
}

.con_k035 .list-social ul li:hover .icon-view-hover1 {
  background-color: #00ACEE;
  color: #fff;
}

.con_k035 .list-social ul li:hover .icon-view-hover2 {
  background-color: #B94435;
  color: #fff;
}

.con_k035 .list-social ul li a {
  color: #000;
  text-decoration: none;
}

.con_k035 .icon-view {
  background-color: #f3f3f3;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  position: relative;
  display: block;
}

.con_k035 .icon-view-hover {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}

.con_k035 .icon-view-hover1 {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}

.con_k035 .icon-view-hover2 {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}

.con_k035 .padd-left {
  padding-left: 15px;
  padding-top: 60px;
}

.con_k035 .skillls {
  padding-top: 20px;
}

.con_k035 .padd-right {
  padding-right: 50px;
}

.con_k035 .img-left-zero {
  padding-left: 0px;
  padding-right: 25px;
}

.con_k035 .col-bg {
  background-color: #f9f9f9;
}

.con_k035 .col-bg .img-right-zero {
  padding-right: 0px;
  padding-left: 25px;
}

.con_k035 .col-bg .ceo-control {
  padding-left: 25px;
}

.con_k035 .col-bg .padd-right1 {
  padding-right: 0px;
}

.con_k035 .col-bg .padd-left1 {
  padding-left: 40px;
  padding-top: 60px;
}

/***************************    con_k035 css end  *********************************/
/*********************   con_k036 css start   *******************/
.con_k036 .sh-list {
  margin-left: 0.34286em;
}

.con_k036 .sh-list li {
  list-style-type: none;
  position: relative;
  line-height: 20px;
}

.con_k036 .sh-list li i {
  position: absolute;
  text-align: center;
  top: 0.142857em;
  left: -2.14286em;
  width: 2.14286em;
}

.con_k036 .spd-sh-31 > li {
  padding: 6px 0;
}

.con_k036 .spd-sh-31 > li i {
  margin-top: 9px;
}

/*********************   con_k036 css end   *********************/
/******************************   con_k037 css start   *******************************/
.con_k037 .sh-list {
  margin-left: 0.34286em;
}

.con_k037 .sh-list li {
  list-style-type: none;
  position: relative;
  line-height: 20px;
}

.con_k037 .sh-list li i {
  position: absolute;
  text-align: center;
  top: 0.142857em;
  left: -2.14286em;
  width: 2.14286em;
}

.con_k037 .spd-sh-33 li {
  padding: 6px 0;
}

/******************************   con_k037 css end   *******************************/
/******************************   con_k038 css start   *******************************/
.con_k038 .sh-list {
  margin-left: 0.34286em;
}

.con_k038 .sh-list li {
  list-style-type: none;
  position: relative;
  line-height: 20px;
}

.con_k038 .sh-list li i {
  position: absolute;
  text-align: center;
  top: 0.142857em;
  left: -2.14286em;
  width: 2.14286em;
}

.con_k038 .spd-sh-35 > li > i,
.con_k038 .spd-sh-36 > li > i {
  width: 22px;
  height: 22px;
  color: #fff;
  line-height: 22px;
}

.con_k038 .spd-sh-35 > li {
  padding: 6px 0;
}

.con_k038 .spd-sh-35 > li > i {
  margin-top: 4px;
}

/******************************   con_k038 css end   *******************************/
/******************************   con_k039 css start   *******************************/
.con_k039 .sh-list {
  margin-left: 0.34286em;
}

.con_k039 .sh-list li {
  list-style-type: none;
  position: relative;
  line-height: 20px;
}

.con_k039 .sh-list li i {
  position: absolute;
  text-align: center;
  top: 0.142857em;
  left: -2.14286em;
  width: 2.14286em;
}

.con_k039 .spd-sh-37 li {
  padding: 6px 0;
}

.con_k039 .spd-sh-37 li i {
  margin-top: 4px;
  width: 22px;
  height: 22px;
  color: #fff;
  line-height: 22px;
}

.con_k039 .sh-circle {
  border-radius: 500px;
  -moz-border-radius: 500px;
  -webkit-border-radius: 500px;
  -ms-border-radius: 500px;
  -o-border-radius: 500px;
}

/******************************   con_k039 css end   *******************************/
/******************************   con_k036right css start   *******************************/
.con_k036right .sh-list {
  margin-left: 0.34286em;
}

.con_k036right .sh-list li {
  list-style-type: none;
  position: relative;
  line-height: 20px;
}

.con_k036right .sh-list li i {
  position: absolute;
  text-align: center;
  top: 0.142857em;
  left: -2.14286em;
  width: 2.14286em;
}

.con_k036right .spd-sh-32 > li {
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
}

.con_k036right .spd-sh-32 > li i {
  margin-top: 13px;
}

/******************************   con_k036right css end   *******************************/
/******************************   con_k037right css start   *******************************/
.con_k037right .sh-list {
  margin-left: 0.34286em;
}

.con_k037right .sh-list li {
  list-style-type: none;
  position: relative;
  line-height: 20px;
}

.con_k037right .sh-list li i {
  position: absolute;
  text-align: center;
  top: 0.142857em;
  left: -2.14286em;
  width: 2.14286em;
}

.con_k037right .spd-sh-34 li {
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
}

.con_k037right .spd-sh-34 li i {
  margin: 0;
}

/******************************   con_k037right css end   *******************************/
/******************************   con_k038right css start   *******************************/
.con_k038right .sh-list {
  margin-left: 0.34286em;
}

.con_k038right .sh-list li {
  list-style-type: none;
  position: relative;
  line-height: 20px;
}

.con_k038right .sh-list li i {
  position: absolute;
  text-align: center;
  top: 0.142857em;
  left: -2.14286em;
  width: 2.14286em;
}

.con_k038right .spd-sh-35 > li > i,
.con_k038right .spd-sh-36 > li > i {
  width: 22px;
  height: 22px;
  color: #fff;
  line-height: 22px;
}

.con_k038right .spd-sh-36 > li {
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
}

.con_k038right .spd-sh-36 > li > i {
  margin-top: 7px;
}

.con_k038right .sh-round {
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

/******************************   con_k038right css end   *******************************/
/******************************   con_k039right css start   *******************************/
.con_k039right .sh-list {
  margin-left: 0.34286em;
}

.con_k039right .sh-list li {
  list-style-type: none;
  position: relative;
  line-height: 20px;
}

.con_k039right .sh-list li i {
  position: absolute;
  text-align: center;
  top: 0.142857em;
  left: -2.14286em;
  width: 2.14286em;
}

.con_k039right .spd-sh-38 > li {
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
}

.con_k039right .spd-sh-38 > li i {
  margin-top: 7px;
  width: 22px;
  height: 22px;
  color: #fff;
  line-height: 22px;
}

.con_k039right .sh-circle {
  border-radius: 500px;
  -moz-border-radius: 500px;
  -webkit-border-radius: 500px;
  -ms-border-radius: 500px;
  -o-border-radius: 500px;
}

/******************************   con_k039right css end   *******************************/
/******************************   con_k040 css start   *******************************/
.con_k040 .spd-sh-18 ul li a i {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #292524;
  color: #fff;
  box-shadow: 0.5px 0.5px 10px #292524;
  -moz-box-shadow: 0.5px 0.5px 10px #292524;
  -webkit-box-shadow: 0.5px 0.5px 10px #292524;
  -o-box-shadow: 0.5px 0.5px 10px #292524;
  -ms-box-shadow: 0.5px 0.5px 10px #292524;
}

.con_k040 ul.sh-icon {
  margin: 2px auto;
  text-align: center;
  display: table;
  width: 100%;
}

.con_k040 ul.sh-icon li {
  display: inline-block;
  padding: 2px;
}

.con_k040 ul.sh-icon li a.facebook > i:hover {
  background: #3B5998;
}

.con_k040 ul.sh-icon li a.twitter > i:hover {
  background: #55ACEE;
}

.con_k040 ul.sh-icon li a.google > i:hover {
  background: #B63122;
}

.con_k040 ul.sh-icon li a.skype > i:hover {
  background: #19B6F0;
}

.con_k040 ul.sh-icon li a.youtube > i:hover {
  background: #CC181E;
}

.con_k040 ul.sh-icon li a.linkedin > i:hover {
  background: #489DC9;
}

.con_k040 ul.sh-icon li a.rss > i:hover {
  background: #E78733;
}

.con_k040 .sh-circle {
  border-radius: 500px;
  -moz-border-radius: 500px;
  -webkit-border-radius: 500px;
  -ms-border-radius: 500px;
  -o-border-radius: 500px;
}

.con_k040 .sh-transition {
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
}

/******************************   con_k040 css end   *******************************/
/******************************   con_k041 css start   *******************************/
.con_k041 .spd-sh-19 ul li a i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #222;
  color: #fff;
}

.con_k041 ul.sh-icon {
  margin: 2px auto;
  text-align: center;
  display: table;
  width: 100%;
}

.con_k041 ul.sh-icon li {
  display: inline-block;
  padding: 2px;
}

.con_k041 ul.sh-icon > li > a.facebook > i:hover {
  background: #3B5998;
}

.con_k041 ul.sh-icon > li > a.twitter > i:hover {
  background: #55ACEE;
}

.con_k041 ul.sh-icon > li > a.google > i:hover {
  background: #B63122;
}

.con_k041 ul.sh-icon > li > a.skype > i:hover {
  background: #19B6F0;
}

.con_k041 ul.sh-icon > li > a.youtube > i:hover {
  background: #CC181E;
}

.con_k041 ul.sh-icon > li > a.linkedin > i:hover {
  background: #489DC9;
}

.con_k041 ul.sh-icon > li > a.rss > i:hover {
  background: #E78733;
}

.con_k041 .sh-transition {
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
}

.con_k041 .sh-round {
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

/******************************   con_k041 css end   *******************************/
/******************************   con_k042 css start   *******************************/
.con_k042 .spd-sh-20 > .sh-icon > li > a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.con_k042 .spd-sh-20 > .sh-icon > li > a > strong {
  width: 80px;
  position: absolute;
  left: -65px;
  top: -10px;
  color: #fff;
  text-align: center;
  padding: 6px 8px;
  z-index: 9999;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.75);
  background-color: rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition-property: opacity, top;
  -webkit-transition-duration: 300ms;
  -moz-transition-property: opacity, top;
  -moz-transition-duration: 300ms;
}

.con_k042 .spd-sh-20 > .sh-icon > li > a > strong:before {
  position: absolute;
  border: 10px solid red;
  left: calc(50% - 4px);
  bottom: -2px;
  border-style: solid;
  border-width: 4px;
  border-color: #AAA transparent transparent transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: bottom;
  transition-property: bottom;
}

.con_k042 .spd-sh-20 > .sh-icon > li > i {
  background: #222;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  cursor: default;
}

.con_k042 ul.sh-icon > li.facebook i {
  background: #3B5998;
}

.con_k042 ul.sh-icon > li.twitter i {
  background: #55ACEE;
}

.con_k042 ul.sh-icon > li.google i {
  background: #B63122;
}

.con_k042 ul.sh-icon > li.skype i {
  background: #19B6F0;
}

.con_k042 ul.sh-icon > li.youtube i {
  background: #CC181E;
}

.con_k042 ul.sh-icon > li.linkedin i {
  background: #489DC9;
}

.con_k042 ul.sh-icon > li.rss i {
  background: #E78733;
}

.con_k042 .spd-sh-20 > .sh-icon {
  text-align: center;
}

.con_k042 .spd-sh-20 > .sh-icon:hover > li {
  opacity: 0.2;
}

.con_k042 .spd-sh-20 > .sh-icon > li:hover {
  opacity: 1;
}

.con_k042 .spd-sh-20 > .sh-icon > li:hover > a > strong {
  opacity: 1;
  top: -60px;
}

.con_k042 .sh-transition {
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
}

.con_k042 .sh-round {
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

/******************************   con_k042 css end   *******************************/
/******************************   con_k043 css start   *******************************/
.con_k043 .spd-sh-30 > ul.sh-icon > li > a {
  color: #222 !important;
  margin-left: 7px;
}

.con_k043 .spd-sh-30 > ul.sh-icon > li > a > strong {
  position: relative;
  left: 0;
  top: -5px;
}

.con_k043 ul.sh-icon {
  margin: 2px auto;
  text-align: center;
  display: table;
  width: 100%;
}

.con_k043 ul.sh-icon > li {
  display: inline-block;
  padding: 2px;
}

.con_k043 ul.sh-icon > li > a.facebook > i:hover {
  background: #3B5998;
}

.con_k043 ul.sh-icon > li > a.twitter > i:hover {
  background: #55ACEE;
}

.con_k043 ul.sh-icon > li > a.google > i:hover {
  background: #B63122;
}

.con_k043 ul.sh-icon > li > a.skype > i:hover {
  background: #19B6F0;
}

.con_k043 ul.sh-icon > li > a.youtube > i:hover {
  background: #CC181E;
}

.con_k043 ul.sh-icon > li > a.linkedin > i:hover {
  background: #489DC9;
}

.con_k043 ul.sh-icon > li > a.rss > i:hover {
  background: #E78733;
}

/******************************   con_k043 css end   *******************************/
/******************************   con_k044 css start   *******************************/
.con_k044 .spd-sh-21 ul.sh-icon > li > a > i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-top: 1px dashed #fff;
  border-bottom: 1px dashed #fff;
  background: #05CAC2;
  color: #fff;
}

.con_k044 ul.sh-icon {
  margin: 2px auto;
  text-align: center;
  display: table;
  width: 100%;
}

.con_k044 ul.sh-icon > li {
  display: inline-block;
  padding: 2px;
}

.con_k044 ul.sh-icon > li > a.facebook > i:hover {
  background: #3B5998;
}

.con_k044 ul.sh-icon > li > a.twitter > i:hover {
  background: #55ACEE;
}

.con_k044 ul.sh-icon > li > a.google > i:hover {
  background: #B63122;
}

.con_k044 ul.sh-icon > li > a.skype > i:hover {
  background: #19B6F0;
}

.con_k044 ul.sh-icon > li > a.youtube > i:hover {
  background: #CC181E;
}

.con_k044 ul.sh-icon > li > a.linkedin > i:hover {
  background: #489DC9;
}

.con_k044 ul.sh-icon > li > a.rss > i:hover {
  background: #E78733;
}

.con_k044 .sh-transition {
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
}

/******************************   con_k044 css end   *******************************/
/******************************   con_k045 css start   *******************************/
.con_k045 .spd-n-cont-header-Flip {
  border-bottom-width: 4px;
  border-bottom-style: double;
  text-align: center;
  border-bottom-color: #c2c1c1;
  margin-right: 5px;
}

.con_k045 .spd-n-cont-header-Flip span {
  padding: 0px 5px 0px 5px;
  background-color: #fff;
  position: relative;
  top: 12px;
}

.con_k045 .spd-n-back h3.spd-n-fl-fron-Title {
  color: #fff;
}

.con_k045 #spd-n-f1_container {
  position: relative;
  margin: 10px auto;
  width: 100%;
  z-index: 1;
  overflow: visible;
  margin-bottom: 5px;
  position: relative;
  perspective: 1000;
  -webkit-perspective: 1000;
}

.con_k045 #spd-n-f1_card {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transition: all 1s linear;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -ms-transition: all 1s linear;
  -o-transition: all 1s linear;
}

.con_k045 #spd-n-f1_container:hover #spd-n-f1_card {
  transform: rotatex(180deg);
  -webkit-transform: rotatex(180deg);
  -moz-transform: rotatex(180deg);
  -ms-transform: rotatex(180deg);
  -o-transform: rotatex(180deg);
}

.con_k045 .spd-n-face {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  max-width: 100% !important;
}

.con_k045 .spd-n-face.spd-n-back {
  display: block;
  transform: rotatex(180deg);
  -webkit-transform: rotatex(180deg);
  -moz-transform: rotatex(180deg);
  -ms-transform: rotatex(180deg);
  -o-transform: rotatex(180deg);
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  box-sizing: border-box;
  padding: 20px;
  color: #ffffff;
  text-align: center;
  height: 100%;
}

.con_k045 .spd-n-front, .con_k045 .spd-n-back {
  border: 1px solid #E2E2E2;
  padding: 25px;
  text-align: center;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
}

.con_k045 .spd-n-flip_box .spd-n-front {
  position: relative;
  z-index: 0;
  background-color: #FFF;
  transform: rotatex(0deg);
  -webkit-transform: rotatex(0deg);
  -moz-transform: rotatex(0deg);
  -ms-transform: rotatex(0deg);
  -o-transform: rotatex(0deg);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  transition: all 750ms ease 0s;
  -webkit-transition: all 750ms ease 0s;
  -moz-transition: all 750ms ease 0s;
  -ms-transition: all 750ms ease 0s;
  -o-transition: all 750ms ease 0s;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
}

.con_k045 .spd-n-flip_box .spd-n-back {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  transition: all 750ms ease 0s;
  -webkit-transition: all 750ms ease 0s;
  -moz-transition: all 750ms ease 0s;
  -ms-transition: all 750ms ease 0s;
  -o-transition: all 750ms ease 0s;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
}

.con_k045 .spd-n-fl-box-image {
  width: 80px;
  height: 80px;
  border: 3px double #f6f6f6;
  text-align: center;
  display: block;
  float: none;
  margin: 0 auto !important;
  color: #fff;
  padding-top: 15px;
}

.con_k045 .spd-n-fl-box-image-back {
  width: 80px;
  height: 80px;
  border: 3px double #DCDDDD;
  text-align: center;
  display: block;
  float: none;
  margin: 0 auto !important;
  color: inherit;
  padding-top: 15px;
}

.con_k045 .fa-4x .spd-fa-icon.spd-fa-icon-back {
  color: #fff;
  padding-top: 15px;
  text-align: center;
}

.con_k045 .front-bg {
  background: #ffffff;
  border: 1px solid #DCD8D8;
}

.con_k045 .spd-n-fl-fron-Title {
  text-align: center;
  padding-bottom: 5px;
}

.con_k045 .spd-n-fl-box-a {
  width: 120px;
  border: 1px solid #DCDDDD;
  margin: 0 auto !important;
  padding: 8px 8px 8px 8px;
}

.con_k045 .spd-n-fl-box-a a {
  color: #fff;
  text-align: center;
  text-decoration: none;
}

@media handheld, only screen and (max-width: 767px) {
  .con_k045 .spd-n-face.spd-n-back {
    padding: 10px 20px 0px 20px;
  }
  .con_k045 .spd-r-image-effect-two-s {
    transform: none !important;
  }
}

/******************************   con_k045 css end   *******************************/
/******************************   con_k046 css start   *******************************/
.con_k046 #spd-n-f1_container-r-turn {
  position: relative;
  margin: 10px auto;
  width: 100%;
  z-index: 1;
  overflow: visible;
  margin-bottom: 5px;
  position: relative;
}

.con_k046 #spd-n-f1_container-r-turn {
  perspective: 1000;
  -webkit-perspective: 1000;
}

.con_k046 #spd-n-f1_card-r-turn {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transition: all 1s linear;
  -webkit-transition: all 1s linear;
}

.con_k046 #spd-n-f1_container-r-turn:hover #spd-n-f1_card-r-turn {
  transform: rotatey(180deg);
  -webkit-transform: rotatey(180deg);
}

.con_k046 .spd-n-face-r-turn {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden !important;
  -webkit-backface-visibility: hidden !important;
}

.con_k046 .spd-n-face-r-turn.spd-n-back-r-turn {
  display: block;
  transform: rotatey(180deg);
  -webkit-transform: rotatey(180deg);
  box-sizing: border-box;
  padding: 25px;
  color: inherit;
  text-align: center;
  background-color: #ffffff;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

.con_k046 .spd-n-front-r-turn, .con_k046 .spd-n-back-r-turn {
  border: 1px solid #E2E2E2;
  padding: 25px;
  text-align: center;
  backface-visibility: hidden !important;
  -webkit-backface-visibility: hidden !important;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

.con_k046 .spd-n-flip_box-r-turn .spd-n-front-r-turn {
  position: relative;
  z-index: 0;
  background-color: #FFF;
  transform: rotatex(0deg);
  -webkit-transform: rotatex(0deg);
}

.con_k046 .spd-n-flip_box-r-turn .spd-n-front-r-turn, .con_k046 .spd-n-flip_box-r-turn .spd-n-back-r-turn {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: all 750ms ease 0s;
  -webkit-transition: all 750ms ease 0s;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

.con_k046 .spd-n-fl-box-image-r-turn {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  border-width: 6px;
  border-style: double;
  text-align: center;
  display: block;
  color: #80c3f1;
  float: none;
  margin: 0 auto !important;
  padding-top: 15px;
  background: #fff;
}

.con_k046 .spd-n-fl-box-image-back-r-turn {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  border-width: 6px;
  border-style: double;
  text-align: center;
  display: block;
  float: none;
  margin: 0 auto !important;
  background: #fff;
  color: inherit;
  padding-top: 15px;
}

.con_k046 .fa-4x.spd-fa-icon {
  padding-top: 15px;
  text-align: center;
}

.con_k046 .fa-4x.spd-fa-icon-back {
  color: #fff;
  padding-top: 15px;
  text-align: center;
}

.con_k046 .front-bg-r-turn {
  background: #ffffff;
  border: 1px solid #DCD8D8;
}

.con_k046 .spd-n-fl-fron-Title-r-turn {
  text-align: center;
}

.con_k046 .spd-n-fl-fron-Title-r-turn {
  padding-bottom: 5px;
}

.con_k046 .spd-n-fl-box-a-r-turn {
  width: 120px;
  border: 1px solid #DCDDDD;
  margin: 0 auto !important;
  padding: 8px 8px 8px 8px;
}

.con_k046 .spd-n-fl-box-a-r-turn a {
  color: inherit;
  text-align: center;
  text-decoration: none;
}

@media handheld, only screen and (max-width: 767px) {
  .con_k046 .spd-n-face-r-turn.spd-n-back-r-turn {
    padding: 10px 20px 0px 20px;
  }
}

/******************************   con_k046 css end  *******************************/
/******************************   con_k047 css start   *******************************/
.con_k047 {
  /* flipbox bottom section*/
  /* counter box */
}

.con_k047 .spd-n-fl-bx-external-area {
  background-color: #0075a3;
}

.con_k047 #spd-n-f1_container-with-bg {
  position: relative;
  width: 100%;
  z-index: 1;
  overflow: visible;
  position: relative;
  height: auto;
  max-height: 100%;
  perspective: 1000;
  -webkit-perspective: 1000;
}

.con_k047 #spd-n-f1_card-with-bg {
  width: 100%;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transition: all 1s linear;
  -webkit-transition: all 1s linear;
}

.con_k047 #spd-n-f1_container-with-bg:hover #spd-n-f1_card-with-bg {
  transform: rotatey(180deg);
  -webkit-transform: rotatey(180deg);
}

.con_k047 .spd-n-face-with-bg {
  position: absolute;
  width: 100%;
  backface-visibility: hidden !important;
  -webkit-backface-visibility: hidden !important;
}

.con_k047 .spd-n-face-with-bg.spd-n-back-with-bg {
  display: block;
  transform: rotatey(180deg);
  -webkit-transform: rotatey(180deg);
  box-sizing: border-box;
  color: inherit;
  text-align: center;
  -webkit-transform-style: preserve-3d;
}

.con_k047 .spd-n-front-with-bg, .con_k047 .spd-n-back-with-bg {
  border: 1px solid #E2E2E2;
  text-align: center;
  backface-visibility: hidden !important;
  -webkit-backface-visibility: hidden !important;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  background-color: #0087bd;
  border: none;
  color: #fff;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
  -webkit-transform-style: preserve-3d;
}

.con_k047 .spd-n-flip_box-with-bg .spd-n-front-with-bg {
  position: relative;
  z-index: 0;
  background-color: #FFF;
  transform: rotatey(0deg);
  -webkit-transform: rotatey(0deg);
  -webkit-transform-style: preserve-3d;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: all 750ms ease 0s;
  -webkit-transition: all 750ms ease 0s;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

.con_k047 .spd-n-flip_box-with-bg .spd-n-back-with-bg {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: all 750ms ease 0s;
  -webkit-transition: all 750ms ease 0s;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

.con_k047 .spd-n-fl-back-border {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 10px;
}

.con_k047 .spd-n-fl-fron-Title-with-bg {
  text-align: center;
  font-weight: 600;
  color: #fff;
}

.con_k047 .spd-n-fl-box-a-with-bg {
  width: 120px;
  border: 1px solid #DCDDDD;
  margin: 0 auto !important;
  padding: 8px 8px 8px 8px;
  color: #fff;
}

.con_k047 .spd-n-fl-box-a-with-bg a {
  color: inherit;
  text-align: center;
  text-decoration: none;
}

.con_k047 .spd-n-cont-header-Flip-bottom {
  border-bottom-width: 1px;
  border-bottom-style: double;
  text-align: center;
  border-bottom-color: #c2c1c1;
  margin-right: 5px;
  margin-top: -15px;
}

.con_k047 .spd-n-cont-header-Flip-bottom span {
  padding: 0px 5px 0px 5px;
  background-color: #fff;
  position: relative;
  top: 22px;
}

.con_k047 .spd-n-bg2color {
  background: #eef0f0;
  box-shadow: none;
}

.con_k047 .spd-n-fl-cd-bx-title {
  font-size: 19px;
  font-weight: 600;
}

.con_k047 .spd-n-back-padding {
  padding: 10px 25px 25px 25px;
}

.con_k047 .spd-n-back-padding h2 {
  color: #fff;
}

.con_k047 .spd-n-back-padding h2 i {
  color: #fff;
}

.con_k047 .spd-n-back-padding h4 {
  color: #fff;
}

.con_k047 .spd-n-b-circle-area {
  margin-top: -30px;
}

.con_k047 .spd-n-bottom-r-circle {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  margin: 0 auto !important;
  background: #fff;
  text-align: center;
  color: #015680;
}

.con_k047 .spd-n-down-arrow {
  padding: 12px 0px 0px 12px;
}

.con_k047 .spd-n-details-button {
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
  width: 55%;
  min-height: 40px;
  border-radius: 5px;
  background: linear-gradient(to bottom, #016a9d 0%, #00486c 100%);
  padding: 10px;
  color: #fff;
  margin: 0 auto !important;
}

.con_k047 .spd-n-fl-box-cont-text {
  line-height: 30px;
  font-weight: normal;
}

.con_k047 .spd-n-fl-box-right-gap {
  margin-right: 15px;
}

.con_k047 #spd-n-f1_container-with-bg-bottom {
  position: relative;
  width: 100%;
  z-index: 1;
  overflow: visible;
  position: relative;
  height: auto;
  max-height: 100%;
  perspective: 1000;
}

.con_k047 #spd-n-f1_card-with-bg-bottom {
  width: 100%;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transition: all 1s linear;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -ms-transition: all 1s linear;
  -o-transition: all 1s linear;
}

.con_k047 #spd-n-f1_container-with-bg-bottom:hover #spd-n-f1_card-with-bg-bottom {
  backface-visibility: hidden !important;
  -webkit-backface-visibility: hidden !important;
  -moz-backface-visibility: hidden !important;
  -ms-backface-visibility: hidden !important;
  -o-backface-visibility: hidden !important;
  transform: rotatex(180deg);
  -webkit-transform: rotatex(180deg);
  -moz-transform: rotatex(180deg);
  -ms-transform: rotatex(180deg);
  -o-transform: rotatex(180deg);
}

.con_k047 .spd-n-face-with-bg-bottom {
  position: absolute;
  width: 100%;
}

.con_k047 .spd-n-face-with-bg-bottom.spd-n-back-with-bg-bottom {
  display: block;
  transform: rotatex(180deg);
  -webkit-transform: rotatex(180deg);
  -moz-transform: rotatex(180deg);
  -ms-transform: rotatex(180deg);
  -o-transform: rotatex(180deg);
  box-sizing: border-box;
  color: inherit;
  text-align: center;
}

.con_k047 .spd-n-front-with-bg-bottom, .con_k047 .spd-n-back-with-bg-bottom {
  border: 1px solid #E2E2E2;
  text-align: center;
  backface-visibility: hidden !important;
  -webkit-backface-visibility: hidden !important;
  -moz-backface-visibility: hidden !important;
  -ms-backface-visibility: hidden !important;
  -o-backface-visibility: hidden !important;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  background-color: #0087bd;
  border: none;
  color: #fff;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
}

.con_k047 .spd-n-flip_box-with-bg-bottom .spd-n-front-with-bg-bottom {
  position: relative;
  z-index: 0;
  background-color: #FFF;
  transform: rotatex(0deg);
  -webkit-transform: rotatex(0deg);
  -moz-transform: rotatex(0deg);
  -ms-transform: rotatex(0deg);
  -o-transform: rotatex(0deg);
}

.con_k047 .spd-n-flip_box-with-bg-bottom .spd-n-front-with-bg-bttom, .con_k047 .spd-n-flip_box-with-bg-bottom .spd-n-back-with-bg-bttom {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden !important;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  transition: all 750ms ease 0s;
  -webkit-transition: all 750ms ease 0s;
  -moz-transition: all 750ms ease 0s;
  -ms-transition: all 750ms ease 0s;
  -o-transition: all 750ms ease 0s;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
}

.con_k047 .spd-n-fl-top-border {
  border-bottom: 1px solid #c2c1c1;
  text-align: center;
  padding-bottom: 10px;
}

.con_k047 .spd-n-no-background {
  background: transparent;
  color: inherit;
  box-shadow: none;
}

.con_k047 .spd-n-bottom-box-image img {
  text-align: center;
  width: 100px;
  height: 100px;
}

.con_k047 .spd-n-packpadding {
  padding-top: 0px;
}

.con_k047 .spd-n-counter-box-flip {
  text-align: center;
  border: 1px solid #dddddd;
}

.con_k047 .spd-n-counter-box-flip:hover {
  background: url(../images/icons/beige_paper.png);
}

.con_k047 .bigcount, .con_k047 .counter-ex {
  font-size: 3em;
  font-weight: 600;
}

.con_k047 .spd-n-counter-box h2 {
  font-weight: 300;
}

.con_k047 .spd-n-counter-box i {
  display: inline-block;
  width: 100%;
}

.con_k047 .spd-n-counterbox_Area1 {
  margin-right: 0px;
  padding-right: 0px;
}

.con_k047 .spd-n-counterbox_Area2 {
  margin-left: 0px;
  padding-left: 0px;
}

.con_k047 .spd-n-b-circle-area {
  margin-top: -30px;
}

.con_k047 .spd-n-bottom-r-circle {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  margin: 0 auto !important;
  background: #fff;
  text-align: center;
  color: #015680;
}

.con_k047 .spd-n-down-arrow {
  padding: 12px 0px 0px 12px;
}

.con_k047 .spd-n-fl-box-right-gap {
  margin-right: 15px;
}

.con_k047 .spd-r-hom6-con {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .con_k047 .spd-n-counterbox_Area {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .con_k047 .spd-n-counterbox_Area1 {
    margin-right: 15px;
    padding-right: 0px;
  }
  .con_k047 .spd-n-counterbox_Area2 {
    margin-left: 15px;
    padding-left: 0px;
  }
}

@media handheld, only screen and (max-width: 767px) {
  .con_k047 .spd-n-face-with-bg.spd-n-back-with-bg {
    padding: 10px 20px 0px 20px;
  }
}

/******************************   con_k047 css end   *******************************/
/******************************   con_k052 css start   *******************************/
.con_k052 {
  /*----------------*/
  /*----------------*/
}

.con_k052 .spd-sh-09 .details {
  background: #fff;
  border: 1px solid #ddd;
}

.con_k052 .spd-sh-09 .details h3 {
  padding: 20px;
  margin: 0px 0px 50px 0px;
  background-color: #eee;
}

.con_k052 .spd-sh-09 .details h3 span {
  display: block;
  text-align: center;
  font: bold 30px/90px sans-serif;
  color: #777;
  background: #fff;
  border: 5px solid #fff;
  height: 100px;
  width: 100px;
  margin: 10px auto -65px;
  border-radius: 100px;
  box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
  -moz-box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
  -ms-box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
  -webkit-box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
  -o-box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
}

.con_k052 .spd-sh-09 .details ul {
  padding: 0;
}

.con_k052 .spd-sh-09 .details li {
  border-top: 1px solid #ddd;
  padding: 10px 0;
  list-style: none !important;
}

.con_k052 .spd-sh-09 .details:hover {
  transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  position: relative;
  z-index: 9;
  border: 1px solid #ddd;
}

.con_k052 .spd-sh-09 .details:hover h3 {
  color: #000;
}

.con_k052 .spd-sh-09 .sh-btn09 {
  position: relative;
  padding: 8px 20px;
  margin: 0 0 25px 0;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  border-radius: 3px;
}

.con_k052 .sh-transition {
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
}

/******************************   con_k052 css end   *******************************/
/******************************   con_k053 css start   *******************************/
.con_k053 {
  /* --- starts of Content 10 --- */
  /*Shared properties*/
  /*arrow creation*/
  /*ends arrow creation*/
  /* --- ends of Content 10 --- */
}

.con_k053 .spd-sh-10 .body {
  width: 100%;
  text-align: center;
  margin: 10px auto;
  overflow: hidden;
}

.con_k053 .spd-sh-10 .title {
  color: #ffffff;
  background: #cacaca;
  font-size: 18px;
  height: 35px;
  color: #FEFEFE;
  text-transform: capitalize;
  line-height: 30px;
  position: relative;
}

.con_k053 .spd-sh-10 .footerpt {
  height: 35px;
  color: #FEFEFE;
  text-transform: capitalize;
  line-height: 30px;
  position: relative;
}

.con_k053 .spd-sh-10 .footerpt:before {
  top: -1px;
}

.con_k053 .spd-sh-10 .footerpt:after {
  border-width: 5px;
  margin-left: -5px;
}

.con_k053 .spd-sh-10 .price {
  position: relative;
  display: inline-block;
  text-align: center;
  color: #ffffff;
}

.con_k053 .spd-sh-10 .price span {
  font-size: 100px;
  letter-spacing: 2px;
  font-weight: 600;
}

.con_k053 .spd-sh-10 .price sup {
  position: absolute;
  top: 50px;
  left: -16px;
  font-size: 20px;
  font-weight: 400;
}

.con_k053 .spd-sh-10 .hint {
  font-style: italic;
  color: #ffffff;
  padding-bottom: 10px;
}

.con_k053 .spd-sh-10 .features {
  background-color: #ffffff;
  text-align: left;
  padding: 20px 18%;
  border-style: solid;
  border-width: 1px;
  border-top: none;
  border-bottom: none;
}

.con_k053 .spd-sh-10 .features li {
  padding: 8px 0;
  width: 100%;
  list-style: none !important;
}

.con_k053 .spd-sh-10 .features li span {
  padding-right: 0.4rem;
  margin-left: -12%;
}

.con_k053 .spd-sh-10 .footerpt:after {
  border-top-color: #FFFFFF;
}

.con_k053 .spd-sh-10 .footerpt p {
  text-transform: capitalize;
  color: #ffffff;
  margin: 0;
  padding: 0;
}

.con_k053 .sh-round {
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.con_k053 .sh-tl-tr-round {
  border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  -ms-border-radius: 6px 6px 0 0;
  -o-border-radius: 6px 6px 0 0;
}

.con_k053 .sh-bl-br-round {
  border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  -ms-border-radius: 0 0 6px 6px;
  -o-border-radius: 0 0 6px 6px;
}

.con_k053 .content {
  padding-top: 25px;
}

/******************************   con_k053 css end   *******************************/
/******************************   con_k054 css start   *******************************/
.con_k054 .spd-sh-11 .rows {
  width: 96%;
  margin: 0 auto;
  padding: 0;
  border: 1px solid #ddd;
}

.con_k054 .spd-sh-11 .rows li {
  padding: 0 15%;
  width: 100%;
  display: block;
  list-style: none !important;
  color: #ffffff;
}

.con_k054 .spd-sh-11 .rows li i {
  padding: 0 5px 0 0;
  margin-left: -15%;
  height: 45px;
  line-height: 45px;
  text-align: left;
}

.con_k054 .spd-sh-11 .rows li.fees {
  width: 100%;
  padding: 0;
  margin: 0;
  background: #cacaca;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 32px;
}

.con_k054 .spd-sh-11 .rows li.title {
  height: 60px;
  padding: 0;
  margin: 0;
  line-height: 60px;
  font-size: 24px;
  text-align: center;
}

.con_k054 .spd-sh-11 .rows:hover {
  margin-top: -15px;
  box-shadow: 1px 1px 10px #222222;
  -moz-box-shadow: 1px 1px 10px #222222;
  -webkit-box-shadow: 1px 1px 10px #222222;
  -ms-box-shadow: 1px 1px 10px #222222;
}

.con_k054 .spd-sh-11 .footer {
  height: 80px;
  text-align: center;
}

.con_k054 .spd-sh-11 .sh-btn11 {
  height: 50px;
  padding: 5px 25px;
  line-height: 40px;
  position: relative;
  top: 31px;
  background: #cacaca;
  color: #ffffff;
  border: 1px solid #ddd;
  text-decoration: none;
  font-weight: 400;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
}

.con_k054 .spd-sh-11 .sh-btn11:hover {
  text-decoration: none;
  color: #ffffff;
}

.con_k054 .sh-transition {
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
}

.con_k054 .sh-round {
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

/******************************   con_k054 css end   *******************************/
/******************************   con_k055 css start   *******************************/
.con_k055 .spd-sh-12 .rows li {
  padding: 0 15%;
  width: 100%;
  display: block;
  overflow: hidden;
  list-style: none !important;
  border-bottom: 1px solid #d9d9d9;
}

.con_k055 .spd-sh-12 .rows li i {
  padding: 0 5px 0 0;
  margin-left: -15%;
  height: 45px;
  line-height: 45px;
  text-align: left;
}

.con_k055 .spd-sh-12 .rows li.fees {
  width: 100%;
  display: block;
  line-height: 48px;
  height: 48px;
  background: #5B5C5D;
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  color: #fff;
}

.con_k055 .spd-sh-12 .rows li.fees sup {
  font-size: 18px;
  font-weight: 700;
}

.con_k055 .spd-sh-12 .rows li.fees sub {
  font-size: 14px;
  font-weight: 100;
}

.con_k055 .spd-sh-12 .title {
  height: 100px;
  line-height: 100px;
  color: #fff;
  font-size: 24px;
  text-align: center;
}

.con_k055 .spd-sh-12 .rows {
  width: 100%;
  border: 1px solid #d9d9d9;
  padding: 0;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.con_k055 .spd-sh-12 .rows:hover .title {
  background: #cacaca;
  color: #fff;
}

.con_k055 .spd-sh-12 .rows:hover .foo {
  background: #cacaca;
}

.con_k055 .spd-sh-12 .foo {
  height: 85px;
  text-align: center;
}

.con_k055 .spd-sh-12 .sh-btn12 {
  color: #fff;
  border: 1px solid #d9d9d9;
  text-decoration: none;
  padding: 10px 25px;
  position: relative;
  top: 23%;
}

.con_k055 spd-sh-12 .sh-btn12:visited {
  color: #fff;
  border: 1px solid #d9d9d9;
  text-decoration: none;
  padding: 10px 25px;
  position: relative;
  top: 23%;
}

.con_k055 .spd-sh-12 .sh-btn12:hover {
  color: #fff;
  text-decoration: none;
}

.con_k055 .sh-transition {
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
}

/******************************   con_k055 css end   *******************************/
/******************************   con_k056 css start   *******************************/
.con_k056 .spd-sh-04 .body {
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #d9d9d9;
  border-radius: 0px 5px 5px 5px;
  background: #222;
  color: #fff;
}

.con_k056 .spd-sh-04 .price {
  width: 110px;
  height: 110px;
  line-height: 90px;
  position: absolute;
  top: -40px;
  left: 3px;
  border: 9px solid #fff;
  border-radius: 75%;
  background: #222;
  color: #fff;
  text-align: center;
  font-weight: 400;
}

.con_k056 .spd-sh-04 .title {
  font-variant: small-caps;
  text-align: center;
  color: #fff;
  border-bottom: 1px solid #d9d9d9;
  padding: 35px 0px 10px 0px;
}

.con_k056 .spd-sh-04 .body > ul {
  padding: 0 0 10px 0;
}

.con_k056 .spd-sh-04 .body > ul li {
  list-style: none !important;
}

.con_k056 .spd-sh-04 .body > ul > li:nth-child(even) {
  text-align: center;
}

.con_k056 .spd-sh-04 .body:hover {
  background: #000;
}

.con_k056 .spd-sh-04 .body:hover .price {
  background: #000;
  color: #fff;
  transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
}

.con_k056 .spd-sh-04 .sh-btn04 {
  display: block;
  border: 1px solid #fff;
  color: #fff;
}

.con_k056 .spd-sh-04 .sh-btn04:hover {
  background: #000;
  border: 1px solid #fff;
}

.con_k056 .sh-transition {
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
}

/******************************   con_k056 css end   *******************************/
/******************************   con_k057 css start   *******************************/
.con_k057 .spd-sh-13 .body {
  width: 100%;
  margin: 0px auto;
  border: 1px solid #fff;
  border-radius: 5px;
  min-height: 400px;
  background: #222;
  position: relative;
  display: table;
  text-align: center;
}

.con_k057 .spd-sh-13 .price {
  width: 110px;
  height: 110px;
  line-height: 90px;
  position: absolute;
  left: calc(50% - 60px);
  top: -52px;
  display: inline-block;
  border: 9px solid #fff;
  border-radius: 50%;
  background: #222;
  text-align: center;
  color: #fff;
}

.con_k057 .spd-sh-13 .title {
  font-variant: small-caps;
  border-bottom: 1px solid #fff;
  padding: 60px 0px 10px 0px;
  color: #ddd;
}

.con_k057 .spd-sh-13 .details {
  padding: 0 10%;
  text-align: left;
  color: #ddd;
  font-weight: 300;
  padding-bottom: 0px;
  margin: 0;
}

.con_k057 .spd-sh-13 .details li {
  border-bottom: 1px dotted #ccc;
  padding: 10px 0;
  list-style: none !important;
}

.con_k057 .spd-sh-13 .body:hover {
  background: #000;
}

.con_k057 .spd-sh-13 .body:hover .price {
  background: #000;
  transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
}

.con_k057 .spd-sh-13 .sh-btn13 {
  padding: 15px 0;
  margin-top: -1px;
  border-radius: 0;
  color: #fff;
  display: block;
  background-color: #676767;
}

.con_k057 .spd-sh-13 .body:hover .sh-btn13 {
  display: block;
  background-color: #cacaca;
  border: none;
}

.con_k057 .sh-transition {
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
}

/******************************   con_k057 css end   *******************************/
/******************************   con_k074 css start   *******************************/
.con_k074 {
  /*Hover Style*/
}

.con_k074 .sh-h3 > h3 {
  width: 100%;
  margin: 10px 0;
  padding: 0;
  border-bottom: 1px solid #ccc;
  text-align: center;
  display: table;
}

.con_k074 .sh-h3 > h3 > i {
  display: inline-block;
  position: relative;
  line-height: 28px;
  padding: 2px 10px;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  top: 2px;
}

.con_k074 .sh-h3 > p {
  padding: 2px 0 20px 0;
  text-align: center;
  color: #A2918D;
}

.con_k074 .spd-sh-16 .view {
  width: 100%;
  height: 200px;
  margin: 10px;
  float: left;
  border: 10px solid #f9f9f9;
  overflow: hidden;
  position: relative;
  text-align: center;
  -webkit-box-shadow: 1px 1px 2px #e6e6e6;
  -moz-box-shadow: 1px 1px 2px #e6e6e6;
  box-shadow: 1px 1px 2px #e6e6e6;
}

.con_k074 .spd-sh-16 .photo {
  width: 100%;
  display: block;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  filter: alpha(opacity=100);
  opacity: 1;
}

.con_k074 .spd-sh-16 .mask {
  width: 100%;
  height: 200px;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transform: rotate(0deg) scale(1);
  -moz-transform: rotate(0deg) scale(1);
  -o-transform: rotate(0deg) scale(1);
  -ms-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.con_k074 .spd-sh-16 .title {
  width: 100%;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  margin: 0;
  -webkit-transform: translateY(-200px);
  -moz-transform: translateY(-200px);
  -o-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  transform: translateY(-200px);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #000;
}

.con_k074 .spd-sh-16 .mask > p {
  width: 100%;
  max-height: 94px;
  font-size: 12px;
  position: relative;
  color: #fff;
  padding: 2% 5%;
  text-align: center;
  overflow-y: hidden;
  -webkit-transform: translateY(-200px);
  -moz-transform: translateY(-200px);
  -o-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  transform: translateY(-200px);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  /**/
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  -ms-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.con_k074 .spd-sh-16 .mask > a {
  background: none repeat scroll 0 0 #000;
  box-shadow: 0 0 1px #000;
  color: #fff;
  display: inline-block;
  padding: 7px 0px;
  min-width: 35px;
  text-decoration: none;
  margin: 0px 5px;
}

.con_k074 .spd-sh-16 .view:hover .photo {
  -webkit-transform: rotate(720deg) scale(0);
  -moz-transform: rotate(720deg) scale(0);
  -o-transform: rotate(720deg) scale(0);
  -ms-transform: rotate(720deg) scale(0);
  transform: rotate(720deg) scale(0);
  filter: alpha(opacity=0);
  opacity: 0;
}

.con_k074 .spd-sh-16 .view:hover .mask {
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: translateY(0px) rotate(0deg);
  -moz-transform: translateY(0px) rotate(0deg);
  -o-transform: translateY(0px) rotate(0deg);
  -ms-transform: translateY(0px) rotate(0deg);
  transform: translateY(0px) rotate(0deg);
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.con_k074 .spd-sh-16 .view:hover .title {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.7s;
  -moz-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  -ms-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.con_k074 .spd-sh-16 .view:hover .mask > a {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-box-shadow: 0 0 5px #000;
  -moz-box-shadow: 0 0 5px #000;
  box-shadow: 0 0 5px #000;
}

/******************************   con_k074 css end   *******************************/
/******************************   con_k075 css start   *******************************/
.con_k075 .spd-sh-14 .body {
  width: 100%;
  margin: 0 auto;
  border: 1px solid #ccc;
}

.con_k075 .spd-sh-14 .body:hover .figure {
  color: #cacaca;
}

.con_k075 .spd-sh-14 .figure > img {
  width: 100%;
}

.con_k075 .spd-sh-14 .figure > h4 {
  margin: 10px 0 0 0;
  color: #000;
}

.con_k075 .spd-sh-14 .body > .figure {
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  color: #000;
}

.con_k075 .spd-sh-14 .body > p {
  padding: 10px;
}

.con_k075 .spd-sh-14 .body > p > a {
  text-decoration: none;
  color: inherit;
}

.con_k075 .spd-sh-14 .body > p > a:hover {
  text-decoration: none;
  color: #cacaca;
}

.con_k075 .spd-sh-14 .body > p > a > i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  border: 1px solid #ccc;
}

.con_k075 .sh-round {
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.con_k075 .sh-tl-tr-round {
  border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  -ms-border-radius: 6px 6px 0 0;
  -o-border-radius: 6px 6px 0 0;
}

/******************************   con_k075 css end   *******************************/
/******************************   con_k076 css start   *******************************/
.con_k076 .spd-sh-15 .body > img {
  width: 80%;
  display: inline-block;
}

.con_k076 .spd-sh-15 .body:hover img {
  transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
}

.con_k076 .spd-sh-15 .body > h5 {
  width: 100%;
  text-transform: uppercase;
}

.con_k076 .spd-sh-15 .body > span {
  color: #999999;
}

.con_k076 .spd-sh-15 .body > ul {
  display: inline-block;
  margin-left: -30px;
}

.con_k076 .spd-sh-15 .horizontal-line {
  width: 10%;
  margin: 10px auto;
  border: 1px solid #E5E5E5;
}

.con_k076 .spd-sh-15 .body > ul > li > a {
  width: 35px;
  height: 35px;
  line-height: 15px;
  padding: 10px;
  display: inline-block;
  border: 2px solid #ccc;
  border-radius: 500px;
  color: #ccc;
}

.con_k076 .spd-sh-15 .facebook:hover {
  color: #fff;
  background: #3A589D;
  border-color: #3A589D;
}

.con_k076 .spd-sh-15 .google-plus:hover {
  color: #fff;
  background: #CB2320;
  border-color: #CB2320;
}

.con_k076 .spd-sh-15 .twitter:hover {
  color: #fff;
  background: #2478BA;
  border-color: #2478BA;
}

.con_k076 .sh-transition {
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
}

.con_k076 .sh-circle {
  border-radius: 500px;
  -moz-border-radius: 500px;
  -webkit-border-radius: 500px;
  -ms-border-radius: 500px;
  -o-border-radius: 500px;
}

/******************************   con_k076 css end   *******************************/
/******************************   con_k077 css start   *******************************/
.con_k077 .spd-sh-17 .body {
  background: none;
}

.con_k077 .spd-sh-17 .body > .figure {
  background: #d9d9d9;
}

.con_k077 .spd-sh-17 .body > .social {
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  opcity: 0;
}

.con_k077 .spd-sh-17 .body:hover img {
  filter: alpha(opacity=80);
  opacity: 0.8;
}

.con_k077 .spd-sh-17 .body:hover .social {
  opacity: 1;
}

.con_k077 .spd-sh-17 .body:hover .social > a > i {
  background: #d9d9d9;
  color: #222;
}

.con_k077 .spd-sh-17 .body:hover .social > a > i:hover {
  color: #fff;
}

.con_k077 .spd-sh-17 .body:hover .social a:nth-child(1) i:hover {
  background: #3B5997;
}

.con_k077 .spd-sh-17 .body:hover .social a:nth-child(2) i:hover {
  background: #00ACEE;
}

.con_k077 .spd-sh-17 .body:hover .social a:nth-child(3) i:hover {
  background: #D23C2D;
}

.con_k077 .spd-sh-17 .body:hover .social a:nth-child(4) i:hover {
  background: #01AEF2;
}

.con_k077 .spd-sh-14 .body {
  width: 100%;
  margin: 0 auto;
  border: 1px solid #ccc;
}

.con_k077 .spd-sh-14 .figure > img {
  width: 100%;
}

.con_k077 .spd-sh-14 .figure > h4 {
  margin: 10px 0 0 0;
  color: #000;
}

.con_k077 .spd-sh-14 .body > .figure {
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  color: #000;
}

.con_k077 .spd-sh-14 .body > p {
  padding: 10px;
}

.con_k077 .spd-sh-14 .body > p > a {
  text-decoration: none;
  color: inherit;
}

.con_k077 .spd-sh-14 .body > p > a:hover {
  text-decoration: none;
  color: #4285F4;
}

.con_k077 .spd-sh-14 .body > p > a > i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  border: 1px solid #ccc;
}

.con_k077 .sh-round {
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.con_k077 .sh-transition {
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
}

/******************************   con_k077 css end   *******************************/
/******************************   con_k078 css start   *******************************/
.con_k078 .spd-n-quote-area2 {
  width: 100%;
  padding: 40px 15px 40px 15px;
  border-top: 1px solid #c2c1c1;
  border-bottom: 1px solid #c2c1c1;
  border-right-width: 10px;
  border-right-style: solid;
  border-left-width: 10px;
  border-left-style: solid;
  border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.con_k078 .ContBody2-new {
  font-family: 'Times New Roman', Verdana, Tahoma;
}

/******************************   con_k078 css end   *******************************/
/******************************   con_k079 css start   *******************************/
.con_k079 .spd-n-quote-area2 {
  width: 100%;
  padding: 40px 15px 40px 15px;
  border-top: 1px solid #c2c1c1;
  border-bottom: 1px solid #c2c1c1;
  border-right-width: 10px;
  border-right-style: solid;
  border-left-width: 10px;
  border-left-style: solid;
  border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.con_k079 .ContBody2-new {
  font-family: 'Times New Roman', Verdana, Tahoma;
}

/******************************   con_k079 css end   *******************************/
/******************************   con_k080 css start   *******************************/
.con_k080 .spd-n-quote-area3 {
  width: 100%;
  padding: 40px 15px 40px 15px;
  border-top: 1px solid #c2c1c1;
  border-bottom: 1px solid #c2c1c1;
  border-right-width: 10px;
  border-right-style: solid;
  border-left-width: 10px;
  border-left-style: solid;
  border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

/******************************   con_k080 css end   *******************************/
/******************************   con_k081 css start   *******************************/
.con_k081 .spd-n-cont-header-01 {
  border-bottom-width: 4px;
  border-bottom-style: double;
  text-align: left;
  border-bottom-color: #c2c1c1;
  margin-right: 5px;
}

.con_k081 .spd-n-cont-header-01 span {
  padding: 0px 5px 0px 5px;
  background-color: #fff;
  position: relative;
  top: 17px;
}

.con_k081 .spd-n-triangle-isosceles {
  position: relative;
  padding: 15px;
  margin: 1em 0 3em;
  background: #f6f6f6;
  /* default background for browsers without gradient support */
  /* css3 */
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  /* NOTE: webkit gradient implementation is not as per spec */
  background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#f6f6f6));
  background: -moz-linear-gradient(top, #f6f6f6, #f6f6f6);
  background: -o-linear-gradient(top, #f6f6f6, #f6f6f6);
}

.con_k081 .spd-n-triangle-isosceles:after {
  content: "";
  display: block;
  /* reduce the damage in FF3.0 */
  position: absolute;
  bottom: -8px;
  /* value = - border-top-width - border-bottom-width */
  left: 35px;
  /* controls horizontal position */
  width: 0;
  height: 0;
  border-width: 8px 8px 0;
  /* vary these values to change the angle of the vertex */
  border-style: solid;
  border-color: #f6f6f6 transparent;
}

.con_k081 .spd-n-testm-age-text {
  font-style: italic;
  padding: 5px;
}

.con_k081 .spd-n-inv-start, .con_k081 .spd-n-inv-close {
  font-style: italic;
}

.con_k081 .spd-n-c-comments {
  padding-bottom: 0px;
  /* display: inline-block; */
  /* width: 100%; */
  margin-top: -30px;
  padding-top: 0px;
}

.con_k081 .spd-n-c-comments img {
  width: 25px !important;
  height: 25px !important;
}

.con_k081 .spd-n-c-text {
  margin-top: -14px;
  padding-top: 0px;
  display: block;
  width: 100%;
  padding-left: 42px;
}

/******************************   con_k081 css end   *******************************/
/******************************   con_k082 css start   *******************************/
.con_k082 {
  /* spd-n-invertad comma area style*/
  /* creates triangle */
  /* spd-n-tstml slider client area style*/
}

.con_k082 .spd-n-cont-header-02 {
  border-bottom-width: 4px;
  border-bottom-style: double;
  text-align: left;
  border-bottom-color: #c2c1c1;
  margin-right: 15px;
}

.con_k082 .spd-n-cont-header-02 span {
  padding: 0px 5px 0px 15px;
  background-color: #fff;
  position: relative;
  top: 17px;
}

.con_k082 .spd-n-testm-age-text {
  font-style: italic;
  padding: 5px;
}

.con_k082 .spd-n-inv-start, .con_k082 .spd-n-inv-close {
  font-style: italic;
}

.con_k082 .spd-n-triangle-isosceles {
  position: relative;
  padding: 15px;
  margin: 1em 0 3em;
  background: #f6f6f6;
  /* default background for browsers without gradient support */
  /* css3 */
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  /* NOTE: webkit gradient implementation is not as per spec */
  background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#f6f6f6));
  background: -moz-linear-gradient(top, #f6f6f6, #f6f6f6);
  background: -o-linear-gradient(top, #f6f6f6, #f6f6f6);
}

.con_k082 .spd-n-triangle-isosceles:after {
  content: "";
  display: block;
  /* reduce the damage in FF3.0 */
  position: absolute;
  bottom: -8px;
  /* value = - border-top-width - border-bottom-width */
  left: 35px;
  /* controls horizontal position */
  width: 0;
  height: 0;
  border-width: 8px 8px 0;
  /* vary these values to change the angle of the vertex */
  border-style: solid;
  border-color: #f6f6f6 transparent;
}

.con_k082 .spd-n-c-comments {
  padding-bottom: 0px;
  /* display: inline-block; */
  /* width: 100%; */
  margin-top: -30px;
  padding-top: 0px;
}

.con_k082 .spd-n-c-comments img {
  width: 25px !important;
  height: 25px !important;
}

.con_k082 .spd-n-c-text {
  margin-top: -14px;
  padding-top: 0px;
  display: block;
  width: 100%;
  padding-left: 42px;
}

/******************************   con_k082 css end   *******************************/
/******************************   con_k083 css start   *******************************/
.con_k083 {
  /* spd-n-invertad comma area style*/
  /* creates triangle */
  /* spd-n-tstml slider client area style*/
}

.con_k083 .spd-n-cont-header-02 {
  border-bottom-width: 4px;
  border-bottom-style: double;
  text-align: left;
  border-bottom-color: #c2c1c1;
  margin-right: 15px;
}

.con_k083 .spd-n-cont-header-02 span {
  padding: 0px 5px 0px 15px;
  background-color: #fff;
  position: relative;
  top: 17px;
}

.con_k083 .spd-n-testm-age-text {
  font-style: italic;
  padding: 5px;
}

.con_k083 .spd-n-inv-start, .con_k083 .spd-n-inv-close {
  font-style: italic;
}

.con_k083 .spd-n-triangle-isosceles {
  position: relative;
  padding: 15px;
  margin: 1em 0 3em;
  background: #f6f6f6;
  /* default background for browsers without gradient support */
  /* css3 */
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  /* NOTE: webkit gradient implementation is not as per spec */
  background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#f6f6f6));
  background: -moz-linear-gradient(top, #f6f6f6, #f6f6f6);
  background: -o-linear-gradient(top, #f6f6f6, #f6f6f6);
}

.con_k083 .spd-n-triangle-isosceles:after {
  content: "";
  display: block;
  /* reduce the damage in FF3.0 */
  position: absolute;
  bottom: -8px;
  /* value = - border-top-width - border-bottom-width */
  left: 35px;
  /* controls horizontal position */
  width: 0;
  height: 0;
  border-width: 8px 8px 0;
  /* vary these values to change the angle of the vertex */
  border-style: solid;
  border-color: #f6f6f6 transparent;
}

.con_k083 .spd-n-c-comments {
  padding-bottom: 0px;
  /* display: inline-block; */
  /* width: 100%; */
  margin-top: -30px;
  padding-top: 0px;
}

.con_k083 .spd-n-c-comments img {
  width: 25px !important;
  height: 25px !important;
}

.con_k083 .spd-n-c-text {
  margin-top: -14px;
  padding-top: 0px;
  display: block;
  width: 100%;
  padding-left: 42px;
}

/******************************   con_k083 css end   *******************************/
/******************************   con_k084 css start   *******************************/
.con_k084 .spd-n-cont-header-02 {
  border-bottom-width: 4px;
  border-bottom-style: double;
  text-align: left;
  border-bottom-color: #c2c1c1;
  margin-right: 15px;
}

.con_k084 .spd-n-cont-header-02 span {
  padding: 0px 5px 0px 15px;
  background-color: #fff;
  position: relative;
  top: 17px;
}

.con_k084 .spd-n-triangle-isosceles-Right {
  width: 80%;
  position: relative;
  padding: 15px;
  margin: 1em 0 3em;
  background: #fff;
  /* default background for browsers without gradient support */
  /* css3 */
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  /* NOTE: webkit gradient implementation is not as per spec */
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background: -moz-linear-gradient(top, #fff, #fff);
  background: -o-linear-gradient(top, #fff, #fff);
  border: 1px solid #c2c1c1;
  float: left;
}

.con_k084 .spd-n-triangle-isosceles-Right:after {
  content: "";
  border-right: 1px solid #c2c1c1;
  border-bottom: 1px solid #c2c1c1;
  width: 9px;
  height: 9px;
  position: absolute;
  background: #fff;
  top: 50%;
  left: 99.1% !important;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.con_k084 .spd-n-testm-age-text {
  font-style: italic;
  padding: 5px;
}

.con_k084 .spd-n-inv-start, .con_k084 .spd-n-inv-close {
  font-style: italic;
}

.con_k084 .spd-n-c-comments-2columns-Right {
  width: 18%;
  float: left;
  position: relative;
  margin-top: 2%;
}

.con_k084 .spd-n-c-comments-2columns-Right img {
  text-align: center;
  float: none;
  margin-left: 15px;
  padding: 10px;
  margin-top: 30%;
  width: 50px;
  height: 50px;
  border: 1px solid #dddddd;
  border-radius: 100%;
  background: #f6f6f6;
}

.con_k084 .spd-n-tstm-section2-clients-text {
  text-align: center !important;
  padding: 15px !important;
}

/******************************   con_k084 css end   *******************************/
/******************************   con_k085 css start   *******************************/
.con_k085 {
  background: url("../images/spd-n-blar-bg-new.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat no-repeat;
}

.con_k085 .spd-n-b-circle-area {
  margin-top: -30px;
}

.con_k085 .spd-n-bottom-r-circle {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  margin: 0 auto !important;
  background: #fff;
  text-align: center;
  color: #015680;
}

.con_k085 .spd-n-down-arrow {
  padding: 12px 0px 0px 12px;
}

.con_k085 .spd-n-fl-box-right-gap {
  margin-right: 15px;
}

.con_k085 .spd-n-parallax-title {
  padding: 0px 5px 0px 5px;
  color: #fff;
  text-align: center;
}

.con_k085 .spd-n-parallax-sl-img img {
  width: 100px;
  height: 100px;
  background: #cfcfcf;
  border-radius: 100%;
  text-align: center;
  float: none;
  margin: 0 auto;
  border: 2px solid #fff;
  padding: 2px;
  display: block;
}

.con_k085 .spd-n-parallax-c-n {
  text-align: center;
  padding: 10px;
}

.con_k085 .spd-n-parallax-c-add {
  padding: 10px 10px 0px 10px;
  text-decoration: none;
  float: none;
  margin: 0 auto;
  color: #fff !important;
}

.con_k085 .spd-n-parallax-c-add:hover {
  text-decoration: none;
  color: #fff;
}

.con_k085 .spd-n-test-parallax-ted {
  font-style: italic;
  color: #fff;
}

.con_k085 .bx-wrapper .bx-viewport {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background: inherit;
}

/******************************   con_k085 css end   *******************************/
/******************************   con_k086 css start   *******************************/
.con_k086 .spd-text-uppercase {
  text-transform: uppercase;
}

.con_k086 .white-title {
  color: #ffffff;
}

.con_k086 .videobg {
  background: rgba(59, 139, 236, 0.498039);
  display: table;
  width: 100%;
  text-align: center;
}

.con_k086 .spd-n-b-circle-area {
  margin-top: -30px;
}

.con_k086 .spd-n-bottom-r-circle {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  margin: 0 auto !important;
  background: #fff;
  text-align: center;
  color: #015680;
}

.con_k086 .spd-n-down-arrow {
  padding: 12px 0px 0px 12px;
}

.con_k086 .spd-n-fl-box-right-gap {
  margin-right: 15px;
}

/******************************   con_k086 css end   *******************************/
/******************************   con_k087 css start   *******************************/
.con_k087 .code {
  padding-top: 10px;
}

.con_k087 .spd-r-btn-small {
  font-size: 13px;
  line-height: 16px;
  padding: 5px 9px 6px;
  margin-right: 30px;
}

.con_k087 .spd-r-btn {
  background: none repeat scroll 0 0 #f4f6f6;
  color: #2D323A;
  text-shadow: 0 1px 0 #ffffff;
}

.con_k087 .spd-r-btn-grey {
  transition: all 0.5s;
  background: none repeat scroll 0 0 #a5b3b4;
  color: #ffffff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
}

.con_k087 .spd-r-btn-grey:hover {
  background: none repeat scroll 0 0 #939696;
}

.con_k087 .spd-r-btn-base {
  background: none repeat scroll 0 0 #0dc0c0;
  transition: all 0.5s;
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.con_k087 .spd-r-btn-base:hover {
  background: #4C9393;
  color: #ffffff;
  border: 1px solid #4C9393;
}

.con_k087 .spd-r-btn-dark {
  transition: all 0.5s;
  background: none repeat scroll 0 0 #2d323a;
  color: #ffffff !important;
}

.con_k087 .spd-r-btn-dark:hover {
  background: none repeat scroll 0 0 #63666B;
}

.con_k087 .spd-r-btn-blue {
  transition: all 0.5s;
  background: none repeat scroll 0 0 #609ddb;
  color: #ffffff !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.con_k087 .spd-r-btn-blue:hover {
  background: none repeat scroll 0 0 #416E9B;
}

.con_k087 .spd-r-btn-turquoise {
  transition: all 0.5s;
  background: none repeat scroll 0 0 #0dc0c0;
  color: #ffffff !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.con_k087 .spd-r-btn-turquoise:hover {
  background: none repeat scroll 0 0 #1A8C8C;
}

.con_k087 .spd-r-btn-green {
  transition: all 0.5s;
  background: none repeat scroll 0 0 #18ba60;
  color: #ffffff !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.con_k087 .spd-r-btn-green:hover {
  background: none repeat scroll 0 0 #258C52;
}

.con_k087 .spd-r-btn-lime {
  transition: all 0.5s;
  background: none repeat scroll 0 0 #86ba41;
  color: #ffffff !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.con_k087 .spd-r-btn-lime:hover {
  background: none repeat scroll 0 0 #607F35;
}

.con_k087 .spd-r-btn-yellow {
  transition: all 0.5s;
  background: none repeat scroll 0 0 #fcd746;
  color: #ffffff !important;
}

.con_k087 .spd-r-btn-yellow:hover {
  background: none repeat scroll 0 0 #C1A53E;
}

.con_k087 .spd-r-btn-orange {
  transition: all 0.5s;
  background: none repeat scroll 0 0 #f58b3c;
  color: #ffffff !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.con_k087 .spd-r-btn-orange:hover {
  background: none repeat scroll 0 0 #C66F31;
}

.con_k087 .spd-r-btn-red {
  transition: all 0.5s;
  background: none repeat scroll 0 0 #e86343;
  color: #ffffff !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.con_k087 .spd-r-btn-red:hover {
  background: none repeat scroll 0 0 #AF452D;
}

.con_k087 .spd-r-btn-purple {
  transition: all 0.5s;
  background: none repeat scroll 0 0 #8463a9;
  color: #ffffff !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.con_k087 .spd-r-btn-purple:hover {
  background: none repeat scroll 0 0 #5E427F;
}

.con_k087 .spd-r-btn-brown {
  transition: all 0.5s;
  background: none repeat scroll 0 0 #8f5340;
  color: #ffffff !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.con_k087 .spd-r-btn-brown:hover {
  background: none repeat scroll 0 0 #5B382D;
}

/******************************   con_k087 css end   *******************************/
/******************************   con_k088 css start   *******************************/
.con_k088 .code {
  padding-top: 20px;
}

.con_k088 .spd-btn {
  margin-right: 30px;
}

.con_k088 .spd-r-btn {
  background: none repeat scroll 0 0 #f4f6f6;
  color: #2D323A;
  text-shadow: 0 1px 0 #ffffff;
}

.con_k088 .spd-r-btn-grey {
  transition: all 0.5s;
  background: none repeat scroll 0 0 #a5b3b4;
  color: #ffffff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
}

.con_k088 .spd-r-btn-grey:hover {
  background: none repeat scroll 0 0 #939696;
}

.con_k088 .spd-r-btn-base {
  background: none repeat scroll 0 0 #0dc0c0;
  transition: all 0.5s;
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.con_k088 .spd-r-btn-base:hover {
  background: #4C9393;
  color: #ffffff;
  border: 1px solid #4C9393;
}

.con_k088 .spd-r-btn-dark {
  transition: all 0.5s;
  background: none repeat scroll 0 0 #2d323a;
  color: #ffffff !important;
}

.con_k088 .spd-r-btn-dark:hover {
  background: none repeat scroll 0 0 #63666B;
}

.con_k088 .spd-r-btn-blue {
  transition: all 0.5s;
  background: none repeat scroll 0 0 #609ddb;
  color: #ffffff !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.con_k088 .spd-r-btn-blue:hover {
  background: none repeat scroll 0 0 #416E9B;
}

.con_k088 .spd-r-btn-turquoise {
  transition: all 0.5s;
  background: none repeat scroll 0 0 #0dc0c0;
  color: #ffffff !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.con_k088 .spd-r-btn-turquoise:hover {
  background: none repeat scroll 0 0 #1A8C8C;
}

.con_k088 .spd-r-btn-green {
  transition: all 0.5s;
  background: none repeat scroll 0 0 #18ba60;
  color: #ffffff !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.con_k088 .spd-r-btn-green:hover {
  background: none repeat scroll 0 0 #258C52;
}

.con_k088 .spd-r-btn-lime {
  transition: all 0.5s;
  background: none repeat scroll 0 0 #86ba41;
  color: #ffffff !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.con_k088 .spd-r-btn-lime:hover {
  background: none repeat scroll 0 0 #607F35;
}

.con_k088 .spd-r-btn-yellow {
  transition: all 0.5s;
  background: none repeat scroll 0 0 #fcd746;
  color: #ffffff !important;
}

.con_k088 .spd-r-btn-yellow:hover {
  background: none repeat scroll 0 0 #C1A53E;
}

.con_k088 .spd-r-btn-orange {
  transition: all 0.5s;
  background: none repeat scroll 0 0 #f58b3c;
  color: #ffffff !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.con_k088 .spd-r-btn-orange:hover {
  background: none repeat scroll 0 0 #C66F31;
}

.con_k088 .spd-r-btn-red {
  transition: all 0.5s;
  background: none repeat scroll 0 0 #e86343;
  color: #ffffff !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.con_k088 .spd-r-btn-red:hover {
  background: none repeat scroll 0 0 #AF452D;
}

.con_k088 .spd-r-btn-purple {
  transition: all 0.5s;
  background: none repeat scroll 0 0 #8463a9;
  color: #ffffff !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.con_k088 .spd-r-btn-purple:hover {
  background: none repeat scroll 0 0 #5E427F;
}

.con_k088 .spd-r-btn-brown {
  transition: all 0.5s;
  background: none repeat scroll 0 0 #8f5340;
  color: #ffffff !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.con_k088 .spd-r-btn-brown:hover {
  background: none repeat scroll 0 0 #5B382D;
}

/******************************   con_k088 css end   *******************************/
/******************************   con_k089 css start   *******************************/
.con_k089 .code {
  padding-top: 20px;
}

.con_k089 .spd-r-btn-big {
  font-size: 16px;
  line-height: 20px;
  padding: 12px 17px;
  margin-right: 30px;
}

.con_k089 .spd-r-btn {
  background: none repeat scroll 0 0 #f4f6f6;
  color: #2D323A;
  text-shadow: 0 1px 0 #ffffff;
}

.con_k089 .spd-r-btn-grey {
  transition: all 0.5s;
  background: none repeat scroll 0 0 #a5b3b4;
  color: #ffffff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
}

.con_k089 .spd-r-btn-grey:hover {
  background: none repeat scroll 0 0 #939696;
}

.con_k089 .spd-r-btn-base {
  background: none repeat scroll 0 0 #0dc0c0;
  transition: all 0.5s;
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.con_k089 .spd-r-btn-base:hover {
  background: #4C9393;
  color: #ffffff;
  border: 1px solid #4C9393;
}

.con_k089 .spd-r-btn-dark {
  transition: all 0.5s;
  background: none repeat scroll 0 0 #2d323a;
  color: #ffffff !important;
}

.con_k089 .spd-r-btn-dark:hover {
  background: none repeat scroll 0 0 #63666B;
}

.con_k089 .spd-r-btn-blue {
  transition: all 0.5s;
  background: none repeat scroll 0 0 #609ddb;
  color: #ffffff !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.con_k089 .spd-r-btn-blue:hover {
  background: none repeat scroll 0 0 #416E9B;
}

.con_k089 .spd-r-btn-turquoise {
  transition: all 0.5s;
  background: none repeat scroll 0 0 #0dc0c0;
  color: #ffffff !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.con_k089 .spd-r-btn-turquoise:hover {
  background: none repeat scroll 0 0 #1A8C8C;
}

.con_k089 .spd-r-btn-green {
  transition: all 0.5s;
  background: none repeat scroll 0 0 #18ba60;
  color: #ffffff !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.con_k089 .spd-r-btn-green:hover {
  background: none repeat scroll 0 0 #258C52;
}

.con_k089 .spd-r-btn-lime {
  transition: all 0.5s;
  background: none repeat scroll 0 0 #86ba41;
  color: #ffffff !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.con_k089 .spd-r-btn-lime:hover {
  background: none repeat scroll 0 0 #607F35;
}

.con_k089 .spd-r-btn-yellow {
  transition: all 0.5s;
  background: none repeat scroll 0 0 #fcd746;
  color: #ffffff !important;
}

.con_k089 .spd-r-btn-yellow:hover {
  background: none repeat scroll 0 0 #C1A53E;
}

.con_k089 .spd-r-btn-orange {
  transition: all 0.5s;
  background: none repeat scroll 0 0 #f58b3c;
  color: #ffffff !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.con_k089 .spd-r-btn-orange:hover {
  background: none repeat scroll 0 0 #C66F31;
}

.con_k089 .spd-r-btn-red {
  transition: all 0.5s;
  background: none repeat scroll 0 0 #e86343;
  color: #ffffff !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.con_k089 .spd-r-btn-red:hover {
  background: none repeat scroll 0 0 #AF452D;
}

.con_k089 .spd-r-btn-purple {
  transition: all 0.5s;
  background: none repeat scroll 0 0 #8463a9;
  color: #ffffff !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.con_k089 .spd-r-btn-purple:hover {
  background: none repeat scroll 0 0 #5E427F;
}

.con_k089 .spd-r-btn-brown {
  transition: all 0.5s;
  background: none repeat scroll 0 0 #8f5340;
  color: #ffffff !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.con_k089 .spd-r-btn-brown:hover {
  background: none repeat scroll 0 0 #5B382D;
}

/******************************   con_k089 css end   *******************************/
/******************************   con_k090 css start   *******************************/
.con_k090 .code {
  padding-top: 20px;
}

.con_k090 .spd-r-btn-bigger {
  font-family: 'oswald', sans-serif;
  font-size: 18px;
  line-height: 20px;
  padding: 18px 18px;
  margin-right: 30px;
}

.con_k090 .spd-r-btn {
  background: none repeat scroll 0 0 #f4f6f6;
  color: #2D323A;
  text-shadow: 0 1px 0 #ffffff;
}

.con_k090 .spd-r-btn-grey {
  transition: all 0.5s;
  background: none repeat scroll 0 0 #a5b3b4;
  color: #ffffff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
}

.con_k090 .spd-r-btn-grey:hover {
  background: none repeat scroll 0 0 #939696;
}

.con_k090 .spd-r-btn-base {
  background: none repeat scroll 0 0 #0dc0c0;
  transition: all 0.5s;
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.con_k090 .spd-r-btn-base:hover {
  background: #4C9393;
  color: #ffffff;
  border: 1px solid #4C9393;
}

.con_k090 .spd-r-btn-dark {
  transition: all 0.5s;
  background: none repeat scroll 0 0 #2d323a;
  color: #ffffff !important;
}

.con_k090 .spd-r-btn-dark:hover {
  background: none repeat scroll 0 0 #63666B;
}

.con_k090 .spd-r-btn-blue {
  transition: all 0.5s;
  background: none repeat scroll 0 0 #609ddb;
  color: #ffffff !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.con_k090 .spd-r-btn-blue:hover {
  background: none repeat scroll 0 0 #416E9B;
}

.con_k090 .spd-r-btn-turquoise {
  transition: all 0.5s;
  background: none repeat scroll 0 0 #0dc0c0;
  color: #ffffff !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.con_k090 .spd-r-btn-turquoise:hover {
  background: none repeat scroll 0 0 #1A8C8C;
}

.con_k090 .spd-r-btn-green {
  transition: all 0.5s;
  background: none repeat scroll 0 0 #18ba60;
  color: #ffffff !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.con_k090 .spd-r-btn-green:hover {
  background: none repeat scroll 0 0 #258C52;
}

.con_k090 .spd-r-btn-lime {
  transition: all 0.5s;
  background: none repeat scroll 0 0 #86ba41;
  color: #ffffff !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.con_k090 .spd-r-btn-lime:hover {
  background: none repeat scroll 0 0 #607F35;
}

.con_k090 .spd-r-btn-yellow {
  transition: all 0.5s;
  background: none repeat scroll 0 0 #fcd746;
  color: #ffffff !important;
}

.con_k090 .spd-r-btn-yellow:hover {
  background: none repeat scroll 0 0 #C1A53E;
}

.con_k090 .spd-r-btn-orange {
  transition: all 0.5s;
  background: none repeat scroll 0 0 #f58b3c;
  color: #ffffff !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.con_k090 .spd-r-btn-orange:hover {
  background: none repeat scroll 0 0 #C66F31;
}

.con_k090 .spd-r-btn-red {
  transition: all 0.5s;
  background: none repeat scroll 0 0 #e86343;
  color: #ffffff !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.con_k090 .spd-r-btn-red:hover {
  background: none repeat scroll 0 0 #AF452D;
}

.con_k090 .spd-r-btn-purple {
  transition: all 0.5s;
  background: none repeat scroll 0 0 #8463a9;
  color: #ffffff !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.con_k090 .spd-r-btn-purple:hover {
  background: none repeat scroll 0 0 #5E427F;
}

.con_k090 .spd-r-btn-brown {
  transition: all 0.5s;
  background: none repeat scroll 0 0 #8f5340;
  color: #ffffff !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.con_k090 .spd-r-btn-brown:hover {
  background: none repeat scroll 0 0 #5B382D;
}

/******************************   con_k090 css end   *******************************/
/******************************   con_k091 css start   *******************************/
.con_k091 .spd-r-buton a {
  color: #fff;
  text-decoration: none;
}

.con_k091 .spd-r-buton:before {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  position: relative;
  text-transform: none;
}

.con_k091 .spd-r-b_asset {
  background: none repeat scroll 0 0 #0cadbe;
  /*box-shadow*/
  box-shadow: 0 -4px 0 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 -4px 0 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 -4px 0 0 rgba(0, 0, 0, 0.2) inset;
}

.con_k091 .spd-r-buton {
  font-size: 14px;
  font-weight: normal;
  font-family: 'oswald',sans-serif;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 6px 12px;
  overflow: hidden;
  border: medium none;
  border-radius: 5px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  z-index: 1;
}

.con_k091 .spd-r-buton:after {
  content: "";
  position: absolute;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  z-index: -1;
}

.con_k091 .spd-r-buton-1:hover:after {
  height: 225%;
  opacity: 1;
}

.con_k091 .spd-r-buton-1:after {
  background: none repeat scroll 0 0 #505050;
  height: 0;
  left: 50%;
  opacity: 0;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  width: 100%;
}

.con_k091 .spd-r-buton-1:hover, .con_k091 .buton-5:active {
  color: #ffffff;
}

.con_k091 .spd-r-btn-small {
  font-size: 13px;
  line-height: 16px;
  padding: 5px 9px 6px;
}

.con_k091 .code {
  padding-top: 20px;
}

.con_k091 .spd-r-btn-small {
  font-size: 13px;
  line-height: 16px;
  padding: 5px 9px 6px;
}

.con_k091 .spd-r-btn-big {
  font-size: 16px;
  line-height: 20px;
  padding: 12px 17px;
  font-family: 'oswald',sans-serif;
}

.con_k091 .spd-r-btn-bigger {
  font-size: 18px;
  line-height: 20px;
  padding: 18px 22px;
}

/******************************   con_k091 css end   *******************************/
/******************************   con_k092 css start   *******************************/
.con_k092 .spd-r-buton a {
  color: #fff;
  text-decoration: none;
}

.con_k092 .spd-r-buton:before {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  position: relative;
  text-transform: none;
}

.con_k092 .spd-r-b_asset {
  background: none repeat scroll 0 0 #0cadbe;
  /*box-shadow*/
  box-shadow: 0 -4px 0 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 -4px 0 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 -4px 0 0 rgba(0, 0, 0, 0.2) inset;
}

.con_k092 .spd-r-buton {
  font-size: 14px;
  font-weight: normal;
  font-family: 'oswald',sans-serif;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 6px 12px;
  overflow: hidden;
  border: medium none;
  border-radius: 5px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  z-index: 1;
}

.con_k092 .spd-r-buton:after {
  content: "";
  position: absolute;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  z-index: -1;
}

.con_k092 .spd-r-btn-small {
  font-size: 13px;
  line-height: 16px;
  padding: 5px 9px 6px;
}

.con_k092 .code {
  padding-top: 20px;
}

.con_k092 .spd-r-btn-small {
  font-size: 13px;
  line-height: 16px;
  padding: 5px 9px 6px;
}

.con_k092 .spd-r-btn-big {
  font-size: 16px;
  line-height: 20px;
  padding: 12px 17px;
  font-family: 'oswald',sans-serif;
}

.con_k092 .spd-r-btn-bigger {
  font-size: 18px;
  line-height: 20px;
  padding: 18px 22px;
}

.con_k092 .spd-r-buton-2:after {
  background: none repeat scroll 0 0 #505050;
  height: 0;
  left: 50%;
  opacity: 0;
  top: 48%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  width: 101%;
}

.con_k092 .spd-r-buton-2:hover {
  color: #ffffff;
}

.con_k092 .spd-r-buton-2:hover:after {
  height: 75%;
  opacity: 1;
}

.con_k092 .spd-r-buton-2:active {
  color: #ffffff;
}

/******************************   con_k092 css end   *******************************/
/******************************   con_k093 css start   *******************************/
.con_k093 .spd-r-buton a {
  color: #fff;
  text-decoration: none;
}

.con_k093 .spd-r-buton:before {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  position: relative;
  text-transform: none;
}

.con_k093 .spd-r-b_asset {
  background: none repeat scroll 0 0 #0cadbe;
  /*box-shadow*/
  box-shadow: 0 -4px 0 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 -4px 0 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 -4px 0 0 rgba(0, 0, 0, 0.2) inset;
}

.con_k093 .spd-r-buton {
  font-size: 14px;
  font-weight: normal;
  font-family: 'oswald',sans-serif;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 6px 12px;
  overflow: hidden;
  border: medium none;
  border-radius: 5px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  z-index: 1;
}

.con_k093 .spd-r-buton:after {
  content: "";
  position: absolute;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  z-index: -1;
}

.con_k093 .spd-r-btn-small {
  font-size: 13px;
  line-height: 16px;
  padding: 5px 9px 6px;
}

.con_k093 .code {
  padding-top: 20px;
}

.con_k093 .spd-r-btn-small {
  font-size: 13px;
  line-height: 16px;
  padding: 5px 9px 6px;
}

.con_k093 .spd-r-btn-big {
  font-size: 16px;
  line-height: 20px;
  padding: 12px 17px;
  font-family: 'oswald',sans-serif;
}

.con_k093 .spd-r-btn-bigger {
  font-size: 18px;
  line-height: 20px;
  padding: 18px 22px;
}

.con_k093 .spd-r-buton-3:hover:after {
  background: none repeat scroll 0 0 #000000;
  opacity: 0.2;
  width: 90%;
  -webkit-transform: translateX(-50%) translateY(-50%);
}

.con_k093 .spd-r-buton-3:after {
  background: none repeat scroll 0 0 #505050;
  height: 103%;
  left: 50%;
  opacity: 1;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  width: 0;
}

.con_k093 .spd-r-buton-3:hover {
  color: #ffffff;
}

.con_k093 .buton-3:active {
  color: #ffffff;
}

/******************************   con_k093 css end   *******************************/
/******************************   con_k094 css start   *******************************/
.con_k094 .spd-r-buton a {
  color: #fff;
  text-decoration: none;
}

.con_k094 .spd-r-buton:before {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  position: relative;
  text-transform: none;
}

.con_k094 .spd-r-b_asset {
  background: none repeat scroll 0 0 #0cadbe;
  /*box-shadow*/
  box-shadow: 0 -4px 0 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 -4px 0 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 -4px 0 0 rgba(0, 0, 0, 0.2) inset;
}

.con_k094 .spd-r-buton {
  font-size: 14px;
  font-weight: normal;
  font-family: 'oswald',sans-serif;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 6px 12px;
  overflow: hidden;
  border: medium none;
  border-radius: 5px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  z-index: 1;
}

.con_k094 .spd-r-buton:after {
  content: "";
  position: absolute;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  z-index: -1;
}

.con_k094 .spd-r-btn-small {
  font-size: 13px;
  line-height: 16px;
  padding: 5px 9px 6px;
}

.con_k094 .code {
  padding-top: 20px;
}

.con_k094 .spd-r-btn-small {
  font-size: 13px;
  line-height: 16px;
  padding: 5px 9px 6px;
}

.con_k094 .spd-r-btn-big {
  font-size: 16px;
  line-height: 20px;
  padding: 12px 17px;
  font-family: 'oswald',sans-serif;
}

.con_k094 .spd-r-btn-bigger {
  font-size: 18px;
  line-height: 20px;
  padding: 18px 22px;
}

.con_k094 .spd-r-buton-4:hover:after, .con_k094 .spd-r-buton-4:active:after {
  height: 100%;
}

.con_k094 .spd-r-buton-4:after {
  background: none repeat scroll 0 0 #000000;
  border-radius: 5px;
  height: 0;
  left: 0;
  opacity: 0.2;
  top: 0;
  width: 100%;
}

.con_k094 .spd-r-buton-4:hover, .con_k094 .spd-r-buton-4:active {
  color: #ffffff;
}

/******************************   con_k094 css end   *******************************/
/******************************   con_k095 css start   *******************************/
.con_k095 .spd-r-buton a {
  color: #fff;
  text-decoration: none;
}

.con_k095 .spd-r-buton:before {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  position: relative;
  text-transform: none;
}

.con_k095 .spd-r-b_asset {
  background: none repeat scroll 0 0 #0cadbe;
  /*box-shadow*/
  box-shadow: 0 -4px 0 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 -4px 0 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 -4px 0 0 rgba(0, 0, 0, 0.2) inset;
}

.con_k095 .spd-r-buton {
  font-size: 14px;
  font-weight: normal;
  font-family: 'oswald',sans-serif;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 6px 12px;
  overflow: hidden;
  border: medium none;
  border-radius: 5px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  z-index: 1;
}

.con_k095 .spd-r-buton:after {
  content: "";
  position: absolute;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  z-index: -1;
}

.con_k095 .spd-r-btn-small {
  font-size: 13px;
  line-height: 16px;
  padding: 5px 9px 6px;
}

.con_k095 .code {
  padding-top: 20px;
}

.con_k095 .spd-r-btn-small {
  font-size: 13px;
  line-height: 16px;
  padding: 5px 9px 6px;
}

.con_k095 .spd-r-btn-big {
  font-size: 16px;
  line-height: 20px;
  padding: 12px 17px;
  font-family: 'oswald',sans-serif;
}

.con_k095 .spd-r-btn-bigger {
  font-size: 18px;
  line-height: 20px;
  padding: 18px 22px;
}

.con_k095 .spd-r-buton-5:hover:after, .con_k095 .spd-r-buton-5:active:after {
  width: 100%;
}

.con_k095 .spd-r-buton-5:after {
  background: none repeat scroll 0 0 #000000;
  border-radius: 5px;
  height: 100%;
  left: 0;
  opacity: 0.1;
  top: 0;
  width: 0;
}

.con_k095 .spd-r-buton-5:hover, .con_k095 .spd-r-buton-5:active {
  color: #ffffff;
}

/******************************   con_k095 css end   *******************************/
/******************************   con_k096 css start   *******************************/
.con_k096 {
  /* First Button */
  /* Second Button */
  /* Third Button */
}

.con_k096 .code {
  padding-top: 20px;
}

.con_k096 .spd-r-a_demo_one {
  cursor: pointer;
  background-color: #3bb3e0;
  font-family: 'oswald', sans-serif;
  font-size: 12px;
  text-decoration: none;
  color: #fff;
  position: relative;
  padding: 10px 20px;
  border-left: solid 1px #2ab7ec;
  margin-left: 35px;
  background-image: linear-gradient(bottom, #2ca0ca 0%, #3eb8e5 100%);
  background-image: -o-linear-gradient(bottom, #2ca0ca 0%, #3eb8e5 100%);
  background-image: -moz-linear-gradient(bottom, #2ca0ca 0%, #3eb8e5 100%);
  background-image: -webkit-linear-gradient(bottom, #2ca0ca 0%, #3eb8e5 100%);
  background-image: -ms-linear-gradient(bottom, #2ca0ca 0%, #3eb8e5 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2ca0ca), color-stop(1, #3eb8e5));
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
  -moz-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
  -o-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
  box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
}

.con_k096 .spd-r-a_demo_one:hover {
  color: #fff;
}

.con_k096 .spd-r-a_demo_one:active {
  top: 3px;
  background-image: linear-gradient(bottom, #3eb8e5 0%, #2ca0ca 100%);
  background-image: -o-linear-gradient(bottom, #3eb8e5 0%, #2ca0ca 100%);
  background-image: -moz-linear-gradient(bottom, #3eb8e5 0%, #2ca0ca 100%);
  background-image: -webkit-linear-gradient(bottom, #3eb8e5 0%, #2ca0ca 100%);
  background-image: -ms-linear-gradient(bottom, #3eb8e5 0%, #2ca0ca 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3eb8e5), color-stop(1, #2ca0ca));
  -webkit-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
  -moz-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
  -o-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
  box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
}

.con_k096 .spd-r-a_demo_one::before {
  background-color: #2561b4;
  content: "1";
  width: 35px;
  max-height: 37px;
  height: 100%;
  position: absolute;
  display: block;
  padding: 8px 12px;
  top: 0px;
  left: -36px;
  font-size: 16px;
  font-weight: bold;
  color: #8fd1ea;
  text-shadow: 1px 1px 0px #07526e;
  border-right: solid 1px #07526e;
  background-image: linear-gradient(bottom, #0a5e7d 0%, #0e8bb8 100%);
  background-image: -o-linear-gradient(bottom, #0a5e7d 0%, #0e8bb8 100%);
  background-image: -moz-linear-gradient(bottom, #0a5e7d 0%, #0e8bb8 100%);
  background-image: -webkit-linear-gradient(bottom, #0a5e7d 0%, #0e8bb8 100%);
  background-image: -ms-linear-gradient(bottom, #0a5e7d 0%, #0e8bb8 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0a5e7d), color-stop(1, #0e8bb8));
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 0px 10px 5px #999;
  -moz-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 0px 10px 5px #999;
  -o-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 0px 10px 5px #999;
  box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 0px 10px 5px #999;
}

.con_k096 .spd-r-a_demo_one:active::before {
  top: -3px;
  -webkit-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 1px 1px 0px 0px #044a64, 2px 2px 0px 0px #044a64, 2px 5px 0px 0px #044a64, 6px 4px 2px #0b698b, 0px 10px 5px #999;
  -moz-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 1px 1px 0px 0px #044a64, 2px 2px 0px 0px #044a64, 2px 5px 0px 0px #044a64, 6px 4px 2px #0b698b, 0px 10px 5px #999;
  -o-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 1px 1px 0px 0px #044a64, 2px 2px 0px 0px #044a64, 2px 5px 0px 0px #044a64, 6px 4px 2px #0b698b, 0px 10px 5px #999;
  box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 1px 1px 0px 0px #044a64, 2px 2px 0px 0px #044a64, 2px 5px 0px 0px #044a64, 6px 4px 2px #0b698b, 0px 10px 5px #999;
}

.con_k096 .spd-r-a_demo_two {
  cursor: pointer;
  background-color: #3bb3e0;
  font-family: 'oswald', sans-serif;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  position: relative;
  padding: 13px 25px;
  border-left: solid 1px #2ab7ec;
  margin-left: 35px;
  background-image: linear-gradient(bottom, #2ca0ca 0%, #3eb8e5 100%);
  background-image: -o-linear-gradient(bottom, #2ca0ca 0%, #3eb8e5 100%);
  background-image: -moz-linear-gradient(bottom, #2ca0ca 0%, #3eb8e5 100%);
  background-image: -webkit-linear-gradient(bottom, #2ca0ca 0%, #3eb8e5 100%);
  background-image: -ms-linear-gradient(bottom, #2ca0ca 0%, #3eb8e5 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2ca0ca), color-stop(1, #3eb8e5));
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
  -moz-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
  -o-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
  box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
}

.con_k096 .spd-r-a_demo_two:hover {
  color: #fff;
}

.con_k096 .spd-r-a_demo_two:active {
  top: 3px;
  background-image: linear-gradient(bottom, #3eb8e5 0%, #2ca0ca 100%);
  background-image: -o-linear-gradient(bottom, #3eb8e5 0%, #2ca0ca 100%);
  background-image: -moz-linear-gradient(bottom, #3eb8e5 0%, #2ca0ca 100%);
  background-image: -webkit-linear-gradient(bottom, #3eb8e5 0%, #2ca0ca 100%);
  background-image: -ms-linear-gradient(bottom, #3eb8e5 0%, #2ca0ca 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3eb8e5), color-stop(1, #2ca0ca));
  -webkit-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
  -moz-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
  -o-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
  box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
}

.con_k096 .spd-r-a_demo_two::before {
  background-color: #2561b4;
  content: "2";
  width: 40px;
  height: 100%;
  position: absolute;
  display: block;
  padding: 12px 15px;
  top: 0px;
  left: -36px;
  font-size: 16px;
  font-weight: bold;
  color: #8fd1ea;
  text-shadow: 1px 1px 0px #07526e;
  border-right: solid 1px #07526e;
  background-image: linear-gradient(bottom, #0a5e7d 0%, #0e8bb8 100%);
  background-image: -o-linear-gradient(bottom, #0a5e7d 0%, #0e8bb8 100%);
  background-image: -moz-linear-gradient(bottom, #0a5e7d 0%, #0e8bb8 100%);
  background-image: -webkit-linear-gradient(bottom, #0a5e7d 0%, #0e8bb8 100%);
  background-image: -ms-linear-gradient(bottom, #0a5e7d 0%, #0e8bb8 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0a5e7d), color-stop(1, #0e8bb8));
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 0px 10px 5px #999;
  -moz-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 0px 10px 5px #999;
  -o-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 0px 10px 5px #999;
  box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 0px 10px 5px #999;
}

.con_k096 .spd-r-a_demo_two:active::before {
  top: -3px;
  -webkit-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 1px 1px 0px 0px #044a64, 2px 2px 0px 0px #044a64, 2px 5px 0px 0px #044a64, 6px 4px 2px #0b698b, 0px 10px 5px #999;
  -moz-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 1px 1px 0px 0px #044a64, 2px 2px 0px 0px #044a64, 2px 5px 0px 0px #044a64, 6px 4px 2px #0b698b, 0px 10px 5px #999;
  -o-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 1px 1px 0px 0px #044a64, 2px 2px 0px 0px #044a64, 2px 5px 0px 0px #044a64, 6px 4px 2px #0b698b, 0px 10px 5px #999;
  box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 1px 1px 0px 0px #044a64, 2px 2px 0px 0px #044a64, 2px 5px 0px 0px #044a64, 6px 4px 2px #0b698b, 0px 10px 5px #999;
}

.con_k096 .spd-r-a_demo_three {
  cursor: pointer;
  background-color: #3bb3e0;
  font-family: 'oswald', sans-serif;
  font-size: 16px;
  text-decoration: none;
  color: #fff;
  position: relative;
  padding: 15px 35px;
  border-left: solid 1px #2ab7ec;
  margin-left: 35px;
  background-image: linear-gradient(bottom, #2ca0ca 0%, #3eb8e5 100%);
  background-image: -o-linear-gradient(bottom, #2ca0ca 0%, #3eb8e5 100%);
  background-image: -moz-linear-gradient(bottom, #2ca0ca 0%, #3eb8e5 100%);
  background-image: -webkit-linear-gradient(bottom, #2ca0ca 0%, #3eb8e5 100%);
  background-image: -ms-linear-gradient(bottom, #2ca0ca 0%, #3eb8e5 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2ca0ca), color-stop(1, #3eb8e5));
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
  -moz-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
  -o-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
  box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
}

.con_k096 .spd-r-a_demo_three:hover {
  color: #fff;
}

.con_k096 .spd-r-a_demo_three:active {
  top: 3px;
  background-image: linear-gradient(bottom, #3eb8e5 0%, #2ca0ca 100%);
  background-image: -o-linear-gradient(bottom, #3eb8e5 0%, #2ca0ca 100%);
  background-image: -moz-linear-gradient(bottom, #3eb8e5 0%, #2ca0ca 100%);
  background-image: -webkit-linear-gradient(bottom, #3eb8e5 0%, #2ca0ca 100%);
  background-image: -ms-linear-gradient(bottom, #3eb8e5 0%, #2ca0ca 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3eb8e5), color-stop(1, #2ca0ca));
  -webkit-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
  -moz-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
  -o-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
  box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
}

.con_k096 .spd-r-a_demo_three::before {
  background-color: #2561b4;
  content: "3";
  width: 50px;
  height: 100%;
  position: absolute;
  display: block;
  padding: 15px 20px;
  top: 0px;
  left: -36px;
  font-size: 16px;
  font-weight: bold;
  color: #8fd1ea;
  text-shadow: 1px 1px 0px #07526e;
  border-right: solid 1px #07526e;
  background-image: linear-gradient(bottom, #0a5e7d 0%, #0e8bb8 100%);
  background-image: -o-linear-gradient(bottom, #0a5e7d 0%, #0e8bb8 100%);
  background-image: -moz-linear-gradient(bottom, #0a5e7d 0%, #0e8bb8 100%);
  background-image: -webkit-linear-gradient(bottom, #0a5e7d 0%, #0e8bb8 100%);
  background-image: -ms-linear-gradient(bottom, #0a5e7d 0%, #0e8bb8 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0a5e7d), color-stop(1, #0e8bb8));
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 0px 10px 5px #999;
  -moz-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 0px 10px 5px #999;
  -o-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 0px 10px 5px #999;
  box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 0px 10px 5px #999;
}

.con_k096 .spd-r-a_demo_three:active::before {
  top: -3px;
  -webkit-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 1px 1px 0px 0px #044a64, 2px 2px 0px 0px #044a64, 2px 5px 0px 0px #044a64, 6px 4px 2px #0b698b, 0px 10px 5px #999;
  -moz-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 1px 1px 0px 0px #044a64, 2px 2px 0px 0px #044a64, 2px 5px 0px 0px #044a64, 6px 4px 2px #0b698b, 0px 10px 5px #999;
  -o-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 1px 1px 0px 0px #044a64, 2px 2px 0px 0px #044a64, 2px 5px 0px 0px #044a64, 6px 4px 2px #0b698b, 0px 10px 5px #999;
  box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 1px 1px 0px 0px #044a64, 2px 2px 0px 0px #044a64, 2px 5px 0px 0px #044a64, 6px 4px 2px #0b698b, 0px 10px 5px #999;
}

.con_k096 .spd-r-a_demo_four {
  cursor: pointer;
  background-color: #3bb3e0;
  font-family: 'oswald', sans-serif;
  font-size: 12px;
  text-decoration: none;
  color: #fff;
  position: relative;
  padding: 6px 11px;
  border-left: solid 1px #2ab7ec;
  margin-left: 35px;
  background-image: linear-gradient(bottom, #2ca0ca 0%, #3eb8e5 100%);
  background-image: -o-linear-gradient(bottom, #2ca0ca 0%, #3eb8e5 100%);
  background-image: -moz-linear-gradient(bottom, #2ca0ca 0%, #3eb8e5 100%);
  background-image: -webkit-linear-gradient(bottom, #2ca0ca 0%, #3eb8e5 100%);
  background-image: -ms-linear-gradient(bottom, #2ca0ca 0%, #3eb8e5 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2ca0ca), color-stop(1, #3eb8e5));
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
  -moz-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
  -o-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
  box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
}

.con_k096 .spd-r-a_demo_four:hover {
  color: #fff;
}

.con_k096 .spd-r-a_demo_four:active {
  top: 3px;
  background-image: linear-gradient(bottom, #3eb8e5 0%, #2ca0ca 100%);
  background-image: -o-linear-gradient(bottom, #3eb8e5 0%, #2ca0ca 100%);
  background-image: -moz-linear-gradient(bottom, #3eb8e5 0%, #2ca0ca 100%);
  background-image: -webkit-linear-gradient(bottom, #3eb8e5 0%, #2ca0ca 100%);
  background-image: -ms-linear-gradient(bottom, #3eb8e5 0%, #2ca0ca 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3eb8e5), color-stop(1, #2ca0ca));
  -webkit-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
  -moz-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
  -o-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
  box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
}

.con_k096 .spd-r-a_demo_four::before {
  background-color: #2561b4;
  content: "0";
  width: 25px;
  height: 100%;
  position: absolute;
  display: block;
  padding: 4px 8px;
  top: 0px;
  left: -25px;
  font-size: 16px;
  font-weight: bold;
  color: #8fd1ea;
  text-shadow: 1px 1px 0px #07526e;
  border-right: solid 1px #07526e;
  background-image: linear-gradient(bottom, #0a5e7d 0%, #0e8bb8 100%);
  background-image: -o-linear-gradient(bottom, #0a5e7d 0%, #0e8bb8 100%);
  background-image: -moz-linear-gradient(bottom, #0a5e7d 0%, #0e8bb8 100%);
  background-image: -webkit-linear-gradient(bottom, #0a5e7d 0%, #0e8bb8 100%);
  background-image: -ms-linear-gradient(bottom, #0a5e7d 0%, #0e8bb8 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0a5e7d), color-stop(1, #0e8bb8));
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 0px 10px 5px #999;
  -moz-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 0px 10px 5px #999;
  -o-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 0px 10px 5px #999;
  box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 0px 10px 5px #999;
}

.con_k096 .spd-r-a_demo_four:active::before {
  top: -3px;
  -webkit-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 1px 1px 0px 0px #044a64, 2px 2px 0px 0px #044a64, 2px 5px 0px 0px #044a64, 6px 4px 2px #0b698b, 0px 10px 5px #999;
  -moz-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 1px 1px 0px 0px #044a64, 2px 2px 0px 0px #044a64, 2px 5px 0px 0px #044a64, 6px 4px 2px #0b698b, 0px 10px 5px #999;
  -o-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 1px 1px 0px 0px #044a64, 2px 2px 0px 0px #044a64, 2px 5px 0px 0px #044a64, 6px 4px 2px #0b698b, 0px 10px 5px #999;
  box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 1px 1px 0px 0px #044a64, 2px 2px 0px 0px #044a64, 2px 5px 0px 0px #044a64, 6px 4px 2px #0b698b, 0px 10px 5px #999;
}

/******************************   con_k096 css end   *******************************/
/******************************   con_k097 css start   *******************************/
.con_k097 .code {
  padding-top: 20px;
}

.con_k097 .spd-r-btn-c {
  min-width: 900px;
}

.con_k097 .spd-r-a-btn button {
  position: relative;
  display: block;
  margin: auto;
  line-height: 60px;
  text-decoration: none;
  text-align: center;
  font-size: 24px;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  text-shadow: 2px 2px 2px #3a7faa;
  box-shadow: 0px 9px 0px #3a7faa, 0px 9px 25px rgba(0, 0, 0, 0.7);
  transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  color: white;
  background-color: #458ecc;
  border-radius: 8px;
  border: none;
  outline: 0 none;
  width: 220px;
  height: 65px;
  overflow: hidden;
  cursor: pointer;
}

.con_k097 .spd-r-a-btn button:active {
  box-shadow: 0px 3px 0px #3a7faa, 0px 3px 6px rgba(0, 0, 0, 0.9);
  top: 6px;
}

.con_k097 .spd-r-a-btn .main-text {
  position: absolute;
  left: 110px;
}

.con_k097 .spd-r-a-btn .submit {
  text-transform: uppercase;
  color: #efd959;
}

.con_k097 .spd-r-a-btn .sent-text {
  position: absolute;
  left: 40px;
  opacity: 0;
}

.con_k097 .spd-r-a-btn button.active .main-text {
  display: none;
}

.con_k097 .spd-r-a-btn button.active .sent-text {
  animation: sent 4s forwards;
  animation-delay: 4s;
  -webkit-animation: sent 4s forwards;
  -webkit-animation-delay: 4s;
}

.con_k097 .spd-r-a-btn .sub {
  float: left;
  padding: 0 0 0 10px;
  width: 55px;
  height: 55px;
}

.con_k097 .spd-r-a-btn button.active .sub {
  animation: drive 3s forwards;
  animation-delay: 2s;
  -webkit-animation: drive 3s forwards;
  -webkit-animation-delay: 2s;
}

.con_k097 .spd-r-a-btn .return {
  position: relative;
  display: block;
  margin: auto;
  font-family: 'Lato', sans-serif;
  font-size: 22px;
  text-align: center;
  border: 2px solid #8ec6ef;
  padding: 0 15px;
  text-decoration: none;
  line-height: 40px;
  color: #8ec6ef;
  width: 150px;
  height: 40px;
}

.con_k097 .spd-r-a-btn .return:hover {
  color: #458ecc;
  border: 2px solid #458ecc;
}

@keyframes submerge {
  to {
    transform: translateY(-50px);
  }
}

@keyframes drive {
  to {
    transform: translateX(140px);
  }
}

@keyframes sent {
  to {
    opacity: 1;
  }
}

@-webkit-keyframes submerge {
  to {
    -webkit-transform: translateY(-50px);
  }
}

@-webkit-keyframes drive {
  to {
    -webkit-transform: translateX(140px);
  }
}

@-webkit-keyframes sent {
  to {
    opacity: 1;
  }
}

@keyframes jump {
  25% {
    transform: translateY(-90px) rotate(-40deg);
  }
  75% {
    transform: translateY(-90px) translateX(150px) rotate(40deg);
  }
  100% {
    transform: translateY(0) translateX(150px);
  }
}

@keyframes water-splash {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes jump {
  25% {
    -webkit-transform: translateY(-90px) rotate(-40deg);
  }
  75% {
    -webkit-transform: translateY(-90px) translateX(150px) rotate(40deg);
  }
  100% {
    -webkit-transform: translateY(0) translateX(150px);
  }
}

@-webkit-keyframes water-splash {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/******************************   con_k097 css end   *******************************/
/******************************   con_k098  css start   *******************************/
.con_k098 h4 {
  color: #777;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  text-align: center;
  padding-top: 20px;
}

.con_k098 h5 {
  color: #aaa;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  text-align: center;
}

.con_k098 h3 {
  text-transform: capitalize;
}

.con_k098 .team_member {
  position: relative;
}

.con_k098 .team_member:hover .mask_view {
  opacity: 1;
}

.con_k098 .team_member:hover h4 {
  color: #000;
}

.con_k098 img {
  width: 100%;
  height: 320px;
}

.con_k098 .mask_view {
  text-align: center;
  position: absolute;
  top: 0%;
  opacity: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: rgba(238, 238, 238, 0.86);
  display: table;
  transition: all 0.6s linear;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
}

.con_k098 .mask_view .mask {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  height: 320px;
}

.con_k098 .list_style ul {
  list-style: none;
  padding-left: 0px;
  text-align: center;
  display: inline-block;
}

.con_k098 .list_style ul li {
  float: left;
  padding-right: 20px;
}

.con_k098 .list_style ul li a {
  color: gray;
  text-decoration: none;
}

.con_k098 .list_style ul li a:hover {
  color: #000;
}

.con_k098 .pcontent {
  padding: 0px 10px;
}

/******************************   con_k098 css end   *******************************/
/******************************   con_k099 css start   *******************************/
.con_k099 .bg-content {
  background-color: #f5f5f5;
  padding-top: 50px;
  padding-bottom: 50px;
}

.con_k099 .bg-content .pcontent {
  padding-top: 0px;
  padding-bottom: 50px;
  padding-left: 24%;
  padding-right: 24%;
  text-align: center;
}

.con_k099 .bg-content .teamhead {
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
}

.con_k099 .bg-content .line {
  width: 50px;
  height: 3px;
  background-color: #e2e2e2;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.con_k099 .bg-content .team_member {
  position: relative;
  margin-top: 20px;
}

.con_k099 .bg-content img {
  width: 100%;
  height: 250px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
}

.con_k099 .bg-content .mask {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: rgba(44, 160, 202, 0.89);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
}

.con_k099 .bg-content .mask1 {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.72);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
}

.con_k099 .bg-content .mask2 {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: rgba(4, 74, 100, 0.85);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
}

.con_k099 .bg-content .twiter-content {
  /* display: inline-block; */
  height: 250px;
  vertical-align: middle;
  display: table-cell;
  color: #fff;
  padding: 0px 8%;
}

.con_k099 .bg-content .comment_content {
  height: 250px;
  vertical-align: middle;
  display: table-cell;
  padding: 0px 8%;
}

.con_k099 .bg-content i {
  font-size: 60px;
  padding-bottom: 20px;
  color: #fff;
}

.con_k099 .bg-content h3 {
  margin-top: 0px;
  text-transform: uppercase;
  color: #fff;
}

.con_k099 .bg-content .span-control {
  font-weight: bold;
}

.con_k099 .bg-content .span-control:hover {
  text-decoration: underline;
  cursor: pointer;
}

.con_k099 .bg-content a {
  color: #fff;
}

.con_k099 .bg-content .aroow_span {
  font-size: 20px;
  vertical-top: 8px;
  padding-left: 8px;
  vertical-align: sub;
}

/******************************   con_k099 css end  *******************************/
/******************************   con_k100 css start   *******************************/
.con_k100 .bg-content {
  background: url("../images/c-100-bg.png") center center;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
  color: #fff;
}

.con_k100 .bg-content h2 {
  text-align: center;
  text-transform: capitalize;
  font-weight: 600;
}

.con_k100 .bg-content .pcontent {
  padding-bottom: 50px;
  padding-left: 10%;
  padding-right: 10%;
  text-align: center;
}

.con_k100 .bg-content .img_control {
  height: 120px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -moz-border-radius: 5px;
}

.con_k100 .bg-content i.fa.fa-quote-left {
  padding-right: 10px;
}

.con_k100 .bg-content .border-bottom {
  border-bottom: 1px solid rgba(238, 238, 238, 0.39);
}

.con_k100 .bg-content .border-right {
  border-right: 1px solid rgba(238, 238, 238, 0.39);
}

.con_k100 .bg-content img {
  transition: opacity 300ms;
  -webkit-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
}

.con_k100 .bg-content img:hover {
  opacity: 0.5;
}

/******************************   con_k100 css end   *******************************/
/******************************   con_k101 css start   *******************************/
.con_k101 .row {
  margin-right: 0px;
  margin-left: 0px;
}

.con_k101 h3 {
  text-transform: uppercase;
  font-weight: 600;
  padding-top: 15px;
  color: #fff;
}

.con_k101 .center-div {
  width: 100%;
  height: 600px;
  text-align: center;
  display: table;
  overflow: hidden;
}

.con_k101 .center-div:hover .hover-effect {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
}

.con_k101 .center-div:hover .effect-content {
  transform: translateY(-30px);
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -o-transform: translateY(-30px);
}

.con_k101 .bg-color {
  background-color: rgba(183, 51, 51, 0.29);
}

.con_k101 .bg-color1 {
  background-color: #1a4a72;
}

.con_k101 .bg-color2 {
  background-color: #2ab7ec;
}

.con_k101 .middle-content {
  display: table-cell;
  vertical-align: middle;
}

.con_k101 .line {
  width: 40px;
  height: 2px;
  background-color: #fff;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.con_k101 .pcontent {
  color: #fff;
  padding-top: 20px;
  padding-bottom: 70px;
  padding-left: 10px;
  padding-right: 10px;
}

.con_k101 .anchor-button {
  color: #fff;
  border: 2px solid #fff;
  padding: 10px 20px;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.con_k101 .anchor-button:hover {
  background-color: #fff;
  border: none;
  color: #000;
}

.con_k101 .hover-effect {
  transform: translateY(280px);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.con_k101 .effect-content {
  transform: translateY(0px);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

/******************************   con_k101 css end   *******************************/
/******************************   con_k102 css start   *******************************/
.con_k102 .teamhead {
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
}

.con_k102 .line {
  width: 80px;
  height: 3px;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 40px;
}

.con_k102 .border-bottom {
  border-bottom: 1px solid #eee;
}

.con_k102 .border-right {
  border-right: 1px solid #eee;
}

.con_k102 .pcontent {
  padding-bottom: 50px;
  padding-left: 25%;
  padding-right: 25%;
  text-align: center;
}

.con_k102 .spd-col-md-3.spd-col-sm-3 {
  text-align: center;
}

.con_k102 .spd-col-md-3.spd-col-sm-3:hover img {
  opacity: 1;
}

.con_k102 img {
  opacity: 0.6;
}

/******************************   con_k102  css end  *******************************/
/*** importing content scss ***/
/*===================================================================
  =                         Start Content No - con_a001             =
  ===================================================================*/
.con_a001 .UnderLine {
  border: 1px solid #b4b4b4;
  width: 90px;
  margin: 0px 0px 25px 0px;
}

.con_a001 .skillls {
  padding: 0;
}

.con_a001 .RMButton a {
  float: right;
  border: 3px solid #000000;
  color: #000000;
  font-weight: bold;
  padding: 5px 40px;
  text-decoration: none;
  text-transform: uppercase;
}

.con_a001 .progress {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.con_a001 .sonny_progressbar .bar-container {
  position: relative;
  height: 30px !important;
}

.con_a001 .sonny_progressbar p.title {
  position: absolute;
  color: #fff;
  z-index: 9999;
}

.con_a001 .sonny_progressbar .backgroundBar {
  z-index: 1;
}

.con_a001 .sonny_progressbar .bar {
  z-index: 1;
}

.con_a001 .sonny_progressbar .targetBar {
  z-index: 1;
}

/*===================================================================
  =                         End Content No - con_a001                    =
  ===================================================================*/
/*===================================================================
  =                         Start Content No - con_a002                  =
  ===================================================================*/
.con_a002 .Title {
  text-transform: uppercase;
  margin-bottom: 0px;
}

.con_a002 .SubTitle {
  font-style: italic;
  color: #b4b4b4;
}

.con_a002 .clients {
  color: #08ada7;
  padding-left: 5px;
}

.con_a002 .UnderLine {
  border: 1px solid #b4b4b4;
  margin: 15px 0px;
  width: 90px;
}

.con_a002 .BorderRihgt {
  border-right: 1px solid #cbc9c9;
  padding: 10px 15px 40px 15px;
}

.con_a002 .CustomPadding {
  padding: 10px 15px 40px 15px;
}

/*===================================================================
  =                         End Content No - con_a002                    =
  ===================================================================*/
/*===================================================================
  =                         Start Content No - con-a003                  =
  ===================================================================*/
.con_a003 {
  background-color: #f9f9f9;
}

.con_a003 .counter {
  font-size: 40px;
  font-weight: 600;
  margin: 20px 0px;
}

.con_a003 .BorBottom {
  width: 30px;
  border: 1px solid #b4b4b4;
  margin: 0 auto;
}

.con_a003 .fa-color {
  color: #08ada7;
}

/*===================================================================
  =                         End Content No - con-a003                    =
  ===================================================================*/
/*===================================================================
  =                         Start Content No - con-a004                  =
  ===================================================================*/
.con_a004 .PaddingTop {
  padding-top: 60px;
}

.con_a004 .Awesome {
  color: #00aba3;
  padding-left: 5px;
}

.con_a004 .UnderLine {
  border: 1px solid #b4b4b4;
  margin: 0px 0px 15px 0px;
  width: 90px;
}

.con_a004 .WatchVideo {
  vertical-align: 4px;
  padding-left: 5px;
}

.con_a004 .PlayIcon {
  color: #00aba3;
}

.con_a004 .VideoIcon a:hover {
  color: #000000;
  text-decoration: none;
}

/*===================================================================
  =                         End Content No - con-a004                    =
  ===================================================================*/
/*===================================================================
  =                         Start Content No - con_a005                  =
  ===================================================================*/
.con_a005 .Text {
  color: #FFFFFF;
  padding-top: 5px;
}

.con_a005 .Button {
  float: right;
}

.con_a005 .Button a {
  border: 2px solid #FFFFFF;
  border-radius: 50px;
  color: #FFFFFF;
  display: block;
  font-weight: 600;
  padding: 8px 26px;
  text-decoration: none;
}

.con_a005 .Button a:hover {
  text-decoration: none;
}

.con_a005 .Angle {
  padding-left: 15px;
}

/*===================================================================
  =                         End Content No - con_a005                    =
  ===================================================================*/
/*===================================================================
  =                         Start Content No - con-a006                  =
  ===================================================================*/
.con_a006 .welcome {
  font-weight: bold;
  padding-right: 5px;
}

.con_a006 .BorderBottom {
  border-bottom: 1px solid #dfe0e2;
}

.con_a006 .Icon {
  border: 1px solid;
  width: 60px;
  height: 60px;
  line-height: 70px;
  text-align: center;
  margin: 10px auto 10px;
  border-radius: 50%;
}

.con_a006 .BorderRihgt {
  border-right: 1px solid #dfe0e2;
}

/*===================================================================
  =                         End Content No - con-a006                    =
  ===================================================================*/
/*===================================================================
  =                         Start Content No - con_a007                  =
  ===================================================================*/
.con_a007 .ImageWrapper {
  position: relative;
}

.con_a007 .MaskContent {
  color: #FFFFFF;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.65) url("../images/PlusSign.png") no-repeat center center;
  width: 100%;
  padding: 50%;
}

.con_a007 .MemberDetails, .con_a007 .Icons {
  padding-left: 15px;
}

.con_a007 .Team:hover .MaskContent {
  display: block;
}

.con_a007 .Team:hover .MemberDetails {
  background-color: #000000;
}

.con_a007 .Team:hover .Name {
  color: #FFFFFF;
}

.con_a007 .Team:hover .Designation {
  color: #FFFFFF;
}

.con_a007 .Icons {
  border: 1px solid #efefef;
  border-top: none;
}

.con_a007 .Name {
  margin: 0px;
}

.con_a007 .Designation {
  color: #a6b9c8;
}

.con_a007 .Team {
  border: 1px solid #efefef;
}

.con_a007 .Icons ul {
  padding: 0px;
  margin: 0px;
}

.con_a007 .Icons li {
  display: inline-block;
  list-style: none;
  padding: 0px 5px;
}

/*===================================================================
  =                         End Content No - con_a007                    =
  ===================================================================*/
/*===================================================================
  =                         Start Content No - con-a008                  =
  ===================================================================*/
.con_a008 .Button {
  padding: 12px 13px;
}

.con_a008 .Button a {
  color: #2c3e50;
}

.con_a008 .Button .RightArrow {
  padding-left: 5px;
}

.con_a008 .Button:hover a {
  color: #FFFFFF;
}

.con_a008 .ImgAlign {
  text-align: center;
}

.con_a008 .Button a:hover {
  text-decoration: none;
}

/*===================================================================
  =                         End Content No - con-a008                    =
  ===================================================================*/
/*===================================================================
  =                         Start Content No - con_a009                  =
  ===================================================================*/
.con_a009 .Button {
  padding: 12px 13px;
}

.con_a009 .Button a {
  color: #2c3e50;
}

.con_a009 .Button .RightArrow {
  padding-left: 5px;
}

.con_a009 .Button:hover a {
  color: #ffffff;
}

.con_a009 .ImgAlign {
  text-align: center;
}

.con_a009 .LinkText {
  padding-left: 15px;
}

.con_a009 .LinkText a:hover {
  color: #000000;
}

.con_a009 .ListItem {
  border-bottom: 1px solid #ecf0f1;
}

/*===================================================================
  =                         End Content No - con_a009                    =
  ===================================================================*/
/*===================================================================
  =                         Start Content No - con_a010                  =
  ===================================================================*/
.con_a010 {
  background-image: url("../images/Background-Image.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.con_a010 .Rgba {
  background-color: rgba(0, 0, 0, 0.65);
}

.con_a010 .Title {
  color: #FFFFFF;
  text-align: center;
}

.con_a010 .CounterName {
  color: #FFFFFF;
}

.con_a010 .counter {
  font-size: 40px;
  font-weight: 600;
  color: #FFFFFF;
}

.con_a010 .BorBottom {
  width: 36px;
  border-width: 1px;
  border-style: solid;
  margin: 10px auto 0px;
}

.con_a010 .fa-Custom {
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
  background-color: #fff;
}

/*===================================================================
  =                         End Content No - con_a010                    =
  ===================================================================*/
/*===================================================================
  =                         Start Content No - con_a011                  =
  ===================================================================*/
.con_a011 {
  background-image: url("../images/BgImage-con-a011.jpg");
  background-attachment: fixed;
  background-size: cover;
}

.con_a011 .Rgba {
  background-color: rgba(255, 255, 255, 0.95);
}

.con_a011 .TitlePaart {
  text-align: center;
}

.con_a011 .Text {
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  padding: 25px;
  position: relative;
}

.con_a011 .Text:after {
  Content: '';
  position: absolute;
  bottom: -6px;
  left: 50px;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: white;
  border-width: 0px 1px 1px 0px;
  border-style: solid;
  border-color: #ebebeb;
}

.con_a011 .Image {
  float: left;
}

.con_a011 .ImageControl {
  width: 90px;
  height: 90px;
  border-radius: 100px;
}

.con_a011 .Info {
  margin-left: 20px;
  display: inline-block;
}

.con_a011 .Name {
  font-size: 18px;
  font-weight: 700;
}

.con_a011 .CompanyName {
  font-size: 16px;
  font-weight: 400;
}

/*===================================================================
  =                         End Content No - con_a011                    =
  ===================================================================*/
/*===================================================================
  =                         Start Content No - con_a012                  =
  ===================================================================*/
.con_a012 h3 {
  font-weight: 600;
}

.con_a012 h1 {
  font-weight: 900;
}

.con_a012 .Titleh3, .con_a012 .Titleh2 {
  color: #ffffff;
}

.con_a012 .btn1 {
  margin-right: 4px;
  border-color: #CACACA;
  color: #ffffff;
}

.con_a012 .btn1 a {
  color: #ffffff;
}

.con_a012 .btn2 {
  margin-left: 4px;
  border-color: #CACACA;
  color: #ffffff;
}

.con_a012 .btn2 a {
  color: #ffffff;
}

/*===================================================================
  =                         End Content No - con_a012                    =
  ===================================================================*/
/*===================================================================
  =                         Start Content No - con-a013                  =
  ===================================================================*/
.con_a013 {
  background-image: url("../images/Bg-con-a013.jpg");
  -webkit-background-size: cover;
  background-size: cover;
}

.con_a013 .RgbaControl {
  background-color: rgba(233, 100, 101, 0.75);
}

.con_a013 .CounterName {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
}

.con_a013 .counter {
  color: #FFFFFF;
  font-size: 40px;
  font-weight: 600;
}

/*===================================================================
  =                         End Content No - con-a013                    =
  ===================================================================*/
/*===================================================================
  =                         Start Content No - con_a014                  =
  ===================================================================*/
.con_a014 .ImgControl {
  width: 100%;
}

.con_a014 .InterFace {
  padding-right: 15px;
}

.con_a014 .symbol {
  padding: 0px 5px;
}

.con_a014 .PaddingLeft {
  padding-left: 5px;
}

.con_a014 a:hover {
  color: #000000;
}

/*===================================================================
  =                         End Content No - con_a014                    =
  ===================================================================*/
/*===================================================================
  =                         Start Content No - con-a015                  =
  ===================================================================*/
.con_a015 .Border {
  border: 1px solid #cccccc;
  padding: 20px;
}

.con_a015 .Date {
  padding: 3px 10px;
  color: #ffffff;
  font-weight: 600;
}

.con_a015 .Tital {
  font-size: 22px;
  padding-left: 20px;
}

.con_a015 a:hover {
  color: #000000;
}

.con_a015 .UserIcon {
  padding-right: 10px;
}

.con_a015 .TagIcon {
  padding: 0px 10px 0px 20px;
}

.con_a015 .BorderBottom {
  border-bottom: 1px solid #cccccc;
}

.con_a015 .Text {
  line-height: 30px;
}

.con_a015 .spd-btn:hover a {
  color: #ffffff;
}

/*===================================================================
  =                         End Content No - con-a015                    =
  ===================================================================*/
/*===================================================================
  =                         Start Content No - con-a017                  =
  ===================================================================*/
.con_a017 .Border {
  border: 1px solid #cccccc;
  padding: 20px 20px 0px 20px;
}

.con_a017 .Title {
  font-size: 22px;
}

.con_a017 a:hover {
  color: #000000;
}

.con_a017 .Pipe {
  padding: 0px 5px;
}

.con_a017 .BorderBottom {
  border-bottom: 1px solid #cccccc;
}

.con_a017 .Text {
  line-height: 30px;
}

.con_a017 .Comment {
  padding-right: 5px;
}

.con_a017 .BorderDown {
  border: 1px solid #cccccc;
  border-top: none;
  padding: 5px 0px;
}

.con_a017 .spd-btn:hover a {
  color: #ffffff;
}

/*===================================================================
  =                         End Content No - con-a017                    =
  ===================================================================*/
/*===================================================================
  =                         Start Content No - con_a018                  =
  ===================================================================*/
.con_a018 .date-Icon {
  width: 20%;
  float: left;
  text-align: center;
  padding: 0px 16px 0px 0px;
}

.con_a018 .Date {
  font-size: 24px;
}

.con_a018 .Calander {
  color: #ffffff;
  margin-bottom: 5px;
}

.con_a018 .Icon {
  background-color: #EEF0F2;
  height: 54px;
}

.con_a018 .PictureIcon {
  line-height: 54px;
}

.con_a018 .Image {
  width: 80%;
  float: right;
  position: relative;
}

.con_a018 .Image:hover .HoverIcons {
  display: block;
}

.con_a018 .ImgControl {
  width: 100%;
}

.con_a018 a:hover {
  color: #000000;
}

.con_a018 .pipe {
  padding: 0px 5px;
}

.con_a018 .BorderBottom {
  border-bottom: 1px solid #cccccc;
}

.con_a018 .Text {
  line-height: 30px;
  font-weight: 500;
}

.con_a018 .PaddingLeft {
  padding-left: 5px;
}

.con_a018 .ReadMore {
  float: right;
}

.con_a018 .BackgroundColor {
  background-color: rgba(162, 203, 83, 0.8);
}

.con_a018 .HoverIcons {
  background-color: rgba(162, 203, 83, 0.8);
  display: none;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

.con_a018 .SearchIcon {
  margin-left: -46px;
}

.con_a018 .chainIcon, .con_a018 .SearchIcon {
  width: 40px;
  height: 40px;
  background-color: #000000;
  color: #ffffff;
  line-height: 40px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 30%;
}

.con_a018 .HoverIconsText {
  width: 100%;
  position: absolute;
  left: 0px;
  top: 55%;
}

/*===================================================================
  =                         End Content No - con_a018                    =
  ===================================================================*/
/*===================================================================
  =                         Start Content No - con_a019                  =
  ===================================================================*/
.con_a019 {
  background-color: #f9f9f9;
}

.con_a019 .IconBox {
  background-color: #fff;
  padding: 40px 10px 10px 10px;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.con_a019 .IconBox:hover .Icon {
  background-color: #000000;
}

.con_a019 .IconBox:hover .fa {
  color: #ffffff;
}

.con_a019 .IconBox:hover {
  box-shadow: 0px 4px 4px -2px #eee;
}

.con_a019 .IconName {
  color: #b8b8b8;
  font-style: italic;
  font-weight: 500;
}

.con_a019 .Icon {
  width: 80px;
  height: 80px;
  font-size: 30px;
  line-height: 80px;
  background-color: #ffffff;
  border-radius: 50%;
  margin-left: -40px;
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 1, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.4, 0, 1, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.4, 0, 1, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.4, 0, 1, 1) 0s;
  transition: all 0.5s cubic-bezier(0.4, 0, 1, 1) 0s;
}

/*===================================================================
  =                         End Content No - con_a019                    =
  ===================================================================*/
/*===================================================================
  =                         Start Content No - con_a020                  =
  ===================================================================*/
.con_a020 {
  background-color: #f9f9f9;
}

.con_a020 .Team {
  background-color: #FFFFFF;
}

.con_a020 .UnderLine {
  border: 1px solid #000000;
  width: 90px;
  margin: 20px auto;
}

.con_a020 .MemberDetails ul {
  margin: 0;
  padding: 0;
}

.con_a020 .MemberDetails li {
  list-style: none;
  display: inline-block;
}

.con_a020 .MemberDetails .Name {
  margin: 0px;
}

.con_a020 .MemberDetails .Designation {
  font-style: italic;
  font-weight: 600;
  padding: 10px 0px 0px 0px;
}

.con_a020 .MemberDetails .Icon {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #f3f3f3;
  border-radius: 50%;
  color: #000000;
  margin: 0px 5px;
}

.con_a020 .MemberDetails .Icon.fa-facebook:hover {
  background-color: #3b5998;
  color: #FFFFFF;
}

.con_a020 .MemberDetails .Icon.fa-twitter:hover {
  background-color: #0084b4;
  color: #FFFFFF;
}

.con_a020 .MemberDetails .Icon.fa-google-plus:hover {
  background-color: #d34836;
  color: #FFFFFF;
}

/*===================================================================
  =                         End Content No - con_a020                    =
  ===================================================================*/
/*===================================================================
  =                         Start Content No - con_a021                  =
  ===================================================================*/
.con_a021 .spd-row {
  max-width: 100%;
  border-bottom: 2px solid #f9f9f9;
}

.con_a021 .Title {
  font-weight: bold;
  text-transform: uppercase;
  color: #FFFFFF;
  text-align: center;
}

.con_a021 .counter {
  font-size: 40px;
  font-weight: 600;
}

.con_a021 .fa-Custom {
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
  background-color: #FFFFFF;
  color: #000000;
}

.con_a021 .Padding {
  padding: 100px 0px;
}

.con_a021 .Active {
  background-color: #f9f9f9;
}

/*===================================================================
  =                         End Content No - con_a021                    =
  ===================================================================*/
/*===================================================================
  =                         Start Content No - con-a022                  =
  ===================================================================*/
.con_a022 .Title {
  text-align: center;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: bold;
  padding-bottom: 10px;
}

.con_a022 .Text {
  text-align: center;
}

.con_a022 .UnderLine {
  border: 1px solid #000000;
  width: 90px;
  margin: 20px auto;
}

.con_a022 .con-a022chart1, .con_a022 .con-a022chart2, .con_a022 .con-a022chart3, .con_a022 .con-a022chart4 {
  position: relative;
  text-align: center;
  width: 140px;
  height: 140px;
  margin: 0 auto;
}

.con_a022 .nubmer {
  position: absolute;
  top: 43%;
  left: 40%;
  font-weight: bold;
  font-size: 18px;
}

.con_a022 .counter {
  display: inline-block;
}

/*===================================================================
  =                         End Content No - con-a022                    =
  ===================================================================*/
/*===================================================================
  =                         Start Content No - con_a023                  =
  ===================================================================*/
.con_a023 {
  background-color: #f9f9f9;
}

.con_a023 .spd-row {
  max-width: 100%;
}

.con_a023 .TextCol {
  padding: 30px 0px 0px 30px;
}

.con_a023 ul {
  margin: 0px;
  padding: 10px 0 0 0;
}

.con_a023 ul li {
  list-style: none;
  line-height: 30px;
}

.con_a023 ul li a {
  text-decoration: none;
  font-weight: 400;
  color: #111;
}

.con_a023 ul li i {
  color: #111;
}

.con_a023 .Icone {
  padding-right: 10px;
}

/*===================================================================
  =                         End Content No - con_a023                    =
  ===================================================================*/
/*===================================================================
  =                         Start Content No - con-a024                  =
  ===================================================================*/
.con_a024 {
  background-color: #292929;
  color: rgba(255, 255, 255, 0.25);
}

.con_a024 a {
  color: rgba(255, 255, 255, 0.25);
  text-decoration: none;
}

.con_a024 .Company {
  line-height: 35px;
  margin: 0px;
}

.con_a024 .SocialIcon, .con_a024 .Contact {
  text-align: right;
}

.con_a024 .Space {
  padding-right: 5px;
}

.con_a024 .SocialIcon {
  line-height: 35px;
}

.con_a024 .SocialIcon li a {
  width: 25px;
  height: 25px;
  line-height: 25px;
  display: inline-block;
  text-align: center;
}

.con_a024 .fbIcon a:hover {
  background-color: #3B5998;
  color: #FFFFFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.con_a024 .twIcon a:hover {
  background-color: #00ACEE;
  color: #FFFFFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.con_a024 .googleIcon a:hover {
  background-color: #B94435;
  color: #FFFFFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.con_a024 .rssIcon a:hover {
  background-color: #EE802F;
  color: #FFFFFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.con_a024 .shareIcon a:hover {
  background-color: #86C9EF;
  color: #FFFFFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.con_a024 .gitIcon a:hover {
  background-color: #171515;
  color: #FFFFFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.con_a024 .yahooIcon a:hover {
  background-color: #720E9E;
  color: #FFFFFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.con_a024 .liIcon a:hover {
  background-color: #0E76A8;
  color: #FFFFFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.con_a024 ul {
  margin: 0px;
  padding: 0px;
}

.con_a024 li {
  list-style: none;
  display: inline-block;
}

.con_a024 .Dote {
  padding: 0px 5px;
  font-weight: bold;
}

/*===================================================================
  =                         End Content No - con-a024               =
  ===================================================================*/
/*===================================================================
  =                         Start Content No - con-a025             =
  ===================================================================*/
.con_a025 .PricingTable h2 {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  color: #333333;
}

.con_a025 .SubTitle {
  color: #777777;
  font-size: 22px;
  font-weight: 300;
}

.con_a025 .UnderLine {
  border: 1px solid #444444;
  width: 50px;
  margin: 20px auto 30px;
}

.con_a025 .PriceBox {
  border: 1px solid rgba(0, 0, 0, 0.075);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
}

.con_a025 .PriceBox .BoxTitle {
  margin: 0px;
  padding: 20px 0px;
  background-color: #F9F9F9;
  border-radius: 3px 3px 0 0;
  text-shadow: 1px 1px 1px #FFF;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.con_a025 .PriceBox .Features .Sign-Month {
  padding: 25px 0px;
}

.con_a025 .PriceBox .Features .Sign-Month .Sign {
  vertical-align: top;
  font-size: 28px;
  font-weight: 400;
  margin: 7px 3px 0px 0px;
  display: inline-block;
}

.con_a025 .PriceBox .Features .Sign-Month .Price {
  font-size: 63px;
}

.con_a025 .PriceBox .Features .Sign-Month .Month {
  font-size: 16px;
  vertical-align: baseline;
  font-weight: 400;
  color: #999999;
  margin-left: 3px;
}

.con_a025 .PriceBox .Features .LineBottum {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  width: 120px;
  margin: 0 auto;
}

.con_a025 .PriceBox .Features ul {
  padding: 15px 0px;
  margin: 0px;
}

.con_a025 .PriceBox .Features ul li {
  list-style: none;
  padding: 6px 0px;
}

.con_a025 .PriceBox .SignUp {
  padding: 15px 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.con_a025 .PriceBox .SignUp .BtnColor {
  background-color: #c9302c;
}

.con_a025 .PriceBox .SignUp a {
  font-size: 18px;
  color: #ffffff;
  text-decoration: none;
  padding: 0px 40px;
}

.con_a025 .Pro {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  background-color: #FFFFFF;
  margin: 0px 0px;
}

.con_a025 .Pro .BoxTitle {
  background-color: #FFFFFF;
  padding: 5px 0px;
}

.con_a025 .Pro .Popular {
  color: #999;
  letter-spacing: 0px;
}

.con_a025 .Pro .fa-star {
  padding: 0px 1px;
}

/*===================================================================
  =                         End Content No - con-a025               =
  ===================================================================*/
/*===================================================================
  =                         Start Content No - con-a026             =
  ===================================================================*/
.con_a026 .UnderLine {
  border-width: 1px;
  border-style: solid;
  width: 60px;
}

.con_a026 .Icon {
  width: 60px;
  display: block;
  float: left;
}

.con_a026 .Text {
  margin-left: 60px;
}

/*===================================================================
  =                         End Content No - con-a026               =
  ===================================================================*/
/*===================================================================
  =                         Start Content No - con-a027             =
  ===================================================================*/
.con_a027 .spd-row {
  max-width: 100%;
  background-color: #F9F9F9;
}

.con_a027 .SectionLeft {
  text-align: right;
  height: 500px;
}

.con_a027 .SectionLeft p {
  padding: 10px 0px;
}

.con_a027 .SectionLeft .UnderLine {
  border-width: 1px;
  border-style: solid;
  width: 60px;
  float: right;
}

.con_a027 .SectionLeft .Item {
  max-width: 450px;
  display: inline-block;
}

.con_a027 .SectionRight {
  background-image: url("../images/OfficeDesk.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 500px;
}

.con_a027 .SectionRight .SectionItems {
  color: #FFFFFF;
  text-align: center;
}

.con_a027 .SectionRight .SectionItems h2 {
  color: #ffffff;
}

.con_a027 .SectionRight .SectionItems p {
  max-width: 450px;
  display: inline-block;
}

.con_a027 .SectionWrapper {
  display: table;
  width: 100%;
  height: 100%;
}

.con_a027 .SectionItems {
  display: table-cell;
  vertical-align: middle;
}

.con_a027 .ButtomLine {
  border: 2px solid #FFFFFF;
  width: 65px;
  margin: 10px auto 30px;
}

/*===================================================================
  =                         End Content No - con-a027               =
  ===================================================================*/
/*===================================================================
  =                         Start Content No - con-a028             =
  ===================================================================*/
.con_a028 {
  background-image: url("../images/Parallax.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.con_a028 .Parallax {
  background-color: rgba(255, 255, 255, 0.8);
}

.con_a028 .ParallaxText {
  text-transform: uppercase;
  margin: 0px;
}

/*===================================================================
  =                         End Content No - con-a028               =
  ===================================================================*/
/*===================================================================
  =                         Start Content No - con-a029             =
  ===================================================================*/
.con_a029 {
  background-color: #F8F8F8;
}

.con_a029 .BlankPages a, .con_a029 .ComingSoon a {
  color: #a0ce4e;
  text-decoration: none;
  padding: 0px 3px;
}

.con_a029 .Design, .con_a029 .Code, .con_a029 .Photo, .con_a029 .LikeIcon {
  display: inline-block;
  position: relative;
  text-align: center;
  width: 220px;
  height: 220px;
  line-height: 220px;
}

.con_a029 .LikeIcon {
  margin-right: 0px;
}

.con_a029 .ChartName {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 30px;
  text-transform: uppercase;
  color: #747474;
}

.con_a029 .ChartName .fa-thumbs-up {
  color: #A0CE4E;
}

.con_a029 input {
  width: 100%;
  padding: 0px 8px;
  border: 1px solid #d2d2d2;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  height: 40px;
  margin-top: 10px;
}

.con_a029 .Required {
  color: #c3512f;
  padding-left: 3px;
}

.con_a029 .CustBtn {
  color: #FFFFFF;
}

/*===================================================================
  =                         End Content No - con-a029               =
  ===================================================================*/
/*===================================================================
  =                         Start Content No - con_a030             =
  ===================================================================*/
.con_a030 .Team {
  background-color: #F9F9F9;
}

.con_a030 .Con-Title {
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
}

.con_a030 .UnderLine {
  border: 1px solid #000000;
  width: 90px;
  margin: 10px auto 30px;
}

.con_a030 .MemberDetails {
  padding: 20px 0px 30px 0px;
}

.con_a030 .MemberDetails ul {
  margin: 0;
  padding: 0;
}

.con_a030 .MemberDetails li {
  list-style: none;
  display: inline-block;
}

.con_a030 .MemberDetails .Designation {
  font-style: italic;
  font-weight: 600;
}

.con_a030 .MemberDetails .Icon {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #EDEBEB;
  border-radius: 50%;
  color: #000000;
  margin: 0px 5px;
}

.con_a030 .MemberDetails .Icon.fa-facebook:hover {
  background-color: #3b5998;
  color: #FFFFFF;
}

.con_a030 .MemberDetails .Icon.fa-twitter:hover {
  background-color: #0084b4;
  color: #FFFFFF;
}

.con_a030 .MemberDetails .Icon.fa-google-plus:hover {
  background-color: #d34836;
  color: #FFFFFF;
}

/*===================================================================
  =                         End Content No - con_a030               =
  ===================================================================*/
.con_a031 .spd-n-bt-top-left1-area {
  border: 6px solid #47841B;
}

.con_a031 .spd-n-bt-top-left1-area .spd-n-bt-top-left-bg {
  color: #fff;
  padding: 10px;
  background: #000;
}

.con_a031 .spd-n-bt-top-left1-area .spd-n-bt-top-left-bg .spd-n-bt-top-left-title {
  text-align: center;
  color: #fff;
}

.con_a031 .spd-n-bt-top-left1-area .spd-n-bt-top-left-bg .spd-n-bt-top-left-text {
  text-align: center;
  color: #fff;
}

.con_a031 .spd-n-bt-top-left1-area .spd-n-bt-top-left-bg .spd-n-bt-read-more {
  width: 130px;
  background: #fff;
  border-radius: 4px;
  padding: 5px;
  text-align: center;
}

.con_a031 .spd-n-bt-top-left1-area .spd-n-bt-top-left-bg .InlineStyle {
  float: none;
  margin: 0 auto;
  border-radius: 0px;
}

.con_a031 .spd-n-bt-top-left1-area .spd-n-bt-top-left-bg .InlineStyle a {
  text-align: center;
  text-decoration: none;
  color: #363640;
  font-weight: 600;
}

.con_a032 .spd-n-bt-top-right1-area {
  border: 6px dotted #47841B;
}

.con_a032 .spd-n-bt-top-right1-area .spd-n-bt-top-right-bg {
  text-align: center;
  padding: 10px;
}

.con_a032 .spd-n-bt-top-right1-area .spd-n-bt-top-right-bg .spd-n-bt-read-more2 {
  width: 130px;
  background: #47841B;
  border-radius: 4px;
  padding: 5px;
  text-align: center;
}

.con_a032 .spd-n-bt-top-right1-area .spd-n-bt-top-right-bg .spd-n-bt-read-more2 a {
  text-align: center;
  text-decoration: none;
  color: #363640;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
}

.con_a032 .spd-n-bt-top-right1-area .spd-n-bt-top-right-bg .InlineStyle {
  float: none;
  margin: 0 auto;
  border-radius: 0px;
}

.con_a033 .spd-n-bt-top-left2-area {
  border: 8px groove #696969;
}

.con_a033 .spd-n-bt-top-left2-area .spd-n-bt-top-left2-bg {
  padding: 10px;
}

.con_a033 .spd-n-bt-top-left2-area .spd-n-bt-top-left2-bg .spd-n-bt-top-left2-title, .con_a033 .spd-n-bt-top-left2-area .spd-n-bt-top-left2-bg .spd-n-bt-top-left2-text {
  text-align: center;
}

.con_a034 .spd-n-bt-top-right2-area {
  border: 8px double #6e90c9;
}

.con_a034 .spd-n-bt-top-right2-area .spd-n-bt-top-right2-bg {
  text-align: center;
  padding: 10px;
  background: #4970b2;
}

.con_a034 .spd-n-bt-top-right2-area .spd-n-bt-top-right2-bg .spd-n-bt-top-right2-title, .con_a034 .spd-n-bt-top-right2-area .spd-n-bt-top-right2-bg .spd-n-bt-top-right2-text {
  text-align: center;
  color: #fff;
}

.con_a035 .spd-n-banner-full2 {
  background: url(../images/spd-n-banner-full2-bg.png) #0c36bb;
  padding: 10px;
}

.con_a035 .spd-n-banner-full2 .spd-n-bn-full-area {
  border: 4px double #fff;
}

.con_a035 .spd-n-banner-full2 .spd-n-bn-full-text-bg {
  color: #fff;
  padding: 10px;
  margin: 10px;
  background-image: url(../images/bn-full-bg-small.jpg);
}

.con_a035 .spd-n-banner-full2 .spd-n-bn-full-text-bg .spd-n-bn-full-title, .con_a035 .spd-n-banner-full2 .spd-n-bn-full-text-bg .spd-n-bn-full-text {
  text-align: center;
  color: #fff;
}

.con_a036 .spd-n-bt-top-left5-bg {
  padding: 10px;
  background: #1e73be;
  color: #fff;
}

.con_a036 .spd-n-bt-top-left5-bg .spd-n-bt-top-left4-title, .con_a036 .spd-n-bt-top-left5-bg .spd-n-bt-top-left4-text {
  text-align: center;
}

.con_a036 .spd-n-bt-top-left5-bg h3 {
  color: #ffffff;
}

.con_a037 .spd-n-bt-top-right5-bg {
  padding: 10px;
  background: #9ea803;
  color: #fff;
}

.con_a037 .spd-n-bt-top-right5-bg .spd-n-bt-top-right4-title, .con_a037 .spd-n-bt-top-right5-bg .spd-n-bt-top-right4-text {
  text-align: center;
  color: #fff;
}

.con_a038 .InlineStyle {
  background: none;
}

.con_a038 .spd-n-new-border-5 {
  border: 10px double #f28109;
}

.con_a038 .spd-n-new-border-5 .spd-n-bn-full-text-bg-right {
  color: #fff;
  padding: 10px;
  margin: 10px;
  background: url(../images/bn-full-bg-small3.png);
}

.con_a038 .spd-n-new-border-5 .spd-n-new-bg-5 {
  background: #f28109;
}

.con_a038 .spd-n-new-border-5 .spd-n-new-bg-5 .spd-n-bn-full-title, .con_a038 .spd-n-new-border-5 .spd-n-new-bg-5 .spd-n-bn-full-text {
  text-align: center;
  color: #fff;
}

.con_a038 .spd-n-new-border-5 .spd-n-new-bg-5 .InnerStyle {
  text-transform: uppercase;
}

.con_a038 .spd-n-new-border-5 .spd-n-new-bg-5 Style {
  text-transform: capitalize;
}

.con_a038 .spd-n-new-border-5 .spd-n-new-bg-5 .banner-read-more {
  width: 130px;
  background: #fff;
  border-radius: 4px;
  padding: 5px;
  text-align: center;
}

.con_a038 .spd-n-new-border-5 .spd-n-new-bg-5 .banner-read-more a {
  text-align: center;
  text-decoration: none;
  color: #363640;
  font-weight: 600;
}

.con_a038 .spd-n-new-border-5 .spd-n-new-bg-5 .InStyle {
  float: none;
  margin: 0 auto;
  border-radius: 0px;
}

.con_a039 .InlineStyle {
  background: none;
}

.con_a039 .spd-n-new-border2 {
  border: 10px solid #369c4b;
}

.con_a039 .spd-n-new-border2 .spd-n-bn-full-text-bg-right {
  color: #fff;
  padding: 10px;
  margin: 10px;
  background: url(../images/bn-full-bg-small3.png);
}

.con_a039 .spd-n-new-border2 .spd-n-new-bg2 {
  background: #369c4b;
}

.con_a039 .spd-n-new-border2 .spd-n-new-bg2 .spd-n-bn-full-title, .con_a039 .spd-n-new-border2 .spd-n-new-bg2 .spd-n-bn-full-text {
  text-align: center;
  color: #fff;
}

.con_a039 .spd-n-new-border2 .spd-n-new-bg2 .InnerStyle {
  text-transform: uppercase;
}

.con_a039 .spd-n-new-border2 .spd-n-new-bg2 Style {
  text-transform: capitalize;
}

.con_a039 .spd-n-new-border2 .spd-n-new-bg2 .banner-read-more {
  width: 130px;
  background: #fff;
  border-radius: 4px;
  padding: 5px;
  text-align: center;
}

.con_a039 .spd-n-new-border2 .spd-n-new-bg2 .banner-read-more a {
  text-align: center;
  text-decoration: none;
  color: #363640;
  font-weight: 600;
}

.con_a039 .spd-n-new-border2 .spd-n-new-bg2 .InStyle {
  float: none;
  margin: 0 auto;
  border-radius: 0px;
}

.con_a040 .spd-n-banner-full-1 {
  background: url(../images/spd-n-blar-bg-new.jpg) #1e3167;
  padding: 10px;
  background-size: cover;
}

.con_a040 .spd-n-banner-full-1 .spd-n-bn-full-area {
  border: 4px double #fff;
}

.con_a040 .spd-n-banner-full-1 .spd-n-bn-full-area .spd-n-bn-full-title, .con_a040 .spd-n-banner-full-1 .spd-n-bn-full-area .spd-n-bn-full-text {
  text-align: center;
  color: #fff;
}

.con_a040 .spd-n-banner-full-1 .spd-n-bn-full-area .spd-n1-iconbox {
  text-align: center;
  color: #fff;
}

.con_a040 .spd-n-banner-full-1 .spd-n-bn-full-area .spd-n1-iconbox i {
  width: 50px;
  height: 50px;
  line-height: 43px;
  color: #00aab3;
  text-align: center;
  border: 3px solid #ddd;
  border-radius: 50%;
  transition: all 0.8s ease;
}

.con_a040 .spd-n-banner-full-1 .spd-n-bn-full-area .spd-n1-iconbox:hover i {
  border-color: #6DC058;
  color: #00aab3;
}

.con_a040 .spd-n-banner-full-1 .spd-n-bn-full-area .spd-n1-iconbox h4 {
  color: #ffffff;
}

.con_a040 .spd-n-banner-full-1 .spd-n-bn-full-area .spd-n2-iconbox i {
  color: #ffffff;
}

.con_a040 .spd-n-banner-full-1 .spd-n-bn-full-area .spd-n2-iconbox:hover i {
  border-color: #fff;
  color: #fff;
  background: none;
}

.con_a041 .spd-n-bt-top-left3-area {
  border: 15px groove #4b920d;
}

.con_a041 .spd-n-bt-top-left3-area .spd-n-bt-top-left3-bg {
  padding: 10px;
  background: #75b43d;
  color: #fff;
}

.con_a041 .spd-n-bt-top-left3-area .spd-n-bt-top-left3-bg .spd-n-bt-top-left2-title, .con_a041 .spd-n-bt-top-left3-area .spd-n-bt-top-left3-bg .spd-n-bt-top-left2-text {
  text-align: center;
}

.con_a041 h3 {
  color: #ffffff;
}

.con_a042 .spd-n-bt-top-right3-area {
  border: 15px inset #ff6600;
}

.con_a042 .spd-n-bt-top-right3-area .spd-n-bt-top-right3-bg {
  text-align: center;
  padding: 10px;
  background: #000;
}

.con_a042 .spd-n-bt-top-right3-area .spd-n-bt-top-right3-bg .spd-n-bt-top-right3-title, .con_a042 .spd-n-bt-top-right3-area .spd-n-bt-top-right3-bg .spd-n-bt-top-right3-text {
  text-align: center;
  color: #fff;
}

.con_a043 .spd-n-bt-top-left4-area {
  border: 8px outset #3590c5;
}

.con_a043 .spd-n-bt-top-left4-area .spd-n-bt-top-left4-bg {
  padding: 10px;
  background: #57b1e5;
  color: #fff;
}

.con_a043 .spd-n-bt-top-left4-area .spd-n-bt-top-left4-bg .spd-n-bt-top-left4-title, .con_a043 .spd-n-bt-top-left4-area .spd-n-bt-top-left4-bg .spd-n-bt-top-left4-text {
  text-align: center;
}

.con_a043 .spd-n-bt-top-left4-area .spd-n-bt-top-left4-bg h3 {
  color: #ffffff;
}

.con_a044 .spd-n-bt-top-right4-area {
  border: 6px dashed #7744bd;
}

.con_a044 .spd-n-bt-top-right4-area .spd-n-bt-top-right4-bg {
  text-align: center;
  padding: 10px;
  background: #7c43ca;
}

.con_a044 .spd-n-bt-top-right4-area .spd-n-bt-top-right4-bg .spd-n-bt-top-right4-title, .con_a044 .spd-n-bt-top-right4-area .spd-n-bt-top-right4-bg .spd-n-bt-top-right4-text {
  text-align: center;
  color: #fff;
}

.con_a045 .spd-r-separator-01 .spd-row .spd-r-separator-01-bor {
  text-align: center;
  width: 100%;
}

.con_a045 .spd-r-separator-01 .spd-row .spd-r-separator-01-bor > span {
  background: none repeat scroll 0 0 #ffffff;
  border-bottom: 2px solid #dddddd;
  display: inline-block;
  text-align: center;
  width: auto;
}

.con_a045 .spd-r-separator-01 .spd-row .spd-r-separator-01-bor h4 {
  float: none;
  padding: 0 20px;
  text-align: center;
}

.con_a046 .spd-r-separator-02 .spd-row .spd-r-separator-02-bor {
  border-top: 2px solid;
  display: table;
  float: none;
  position: relative;
  text-align: center;
  width: 100%;
}

.con_a046 .spd-r-separator-02-bor > span {
  background: none repeat scroll 0 0 #ffffff;
  display: inline-block;
  float: none;
  left: 36%;
  position: absolute;
  text-align: center;
  top: -21px;
  width: auto;
}

.con_a046 .spd-r-separator-02 h4 {
  float: none;
  padding: 0 20px;
  text-align: center;
}

.con_a047 .spd-r-separator-03 .spd-row .spd-r-separator-03-bor {
  border-top: 1px solid #3b8ced;
  display: table;
  float: none;
  position: relative;
  text-align: center;
  width: 100%;
}

.con_a047 .spd-r-separator-03-bor > span {
  background: none repeat scroll 0 0 #3b8ced;
  border-left: 15px solid #ffffff;
  border-radius: 25px;
  border-right: 15px solid #ffffff;
  display: inline-block;
  float: none;
  left: 30%;
  margin-top: -22px;
  position: absolute;
  text-align: center;
  width: 40%;
}

.con_a047 .spd-r-separator-03 h4 {
  float: none;
  text-align: center;
  color: #fff;
}

.con_a048 .spd-r-separator-04 .spd-row .spd-r-separator-04-bor {
  border-top: 1px solid #1ce3bb;
  display: table;
  float: none;
  position: relative;
  text-align: right;
  width: 100%;
}

.con_a048 .spd-r-separator-04-bor > span {
  background: none repeat scroll 0 0 #1ce3bb;
  border-radius: 5px;
  display: inline-block;
  float: none;
  left: 36%;
  margin-top: -22px;
  position: absolute;
  text-align: center;
  width: auto;
}

.con_a048 .spd-r-separator-04 h4 {
  color: #ffffff;
  float: none;
  text-align: center;
  padding: 0 20px 0 20px;
}

.con_a049 .spd-r-separator-05 .spd-row .spd-r-separator-05-bor {
  border-top: 1px solid #1ce3bb;
  display: table;
  float: none;
  position: relative;
  text-align: right;
  width: 100%;
}

.con_a049 .spd-r-separator-05-bor > span {
  background: none repeat scroll 0 0 #ffffff;
  border-radius: 25px;
  display: inline-block;
  margin-top: -22px;
  position: absolute;
  right: 0;
  text-align: right;
  width: auto;
}

.con_a049 .spd-r-separator-05 h4 {
  float: none;
  padding-left: 10px;
  text-align: center;
  color: #1ce3bb;
}

.con_a050 .spd-r-separator-06 .spd-row .spd-r-separator-06-bor {
  border-top: 1px solid #1ce3bb;
  display: table;
  float: none;
  text-align: left;
  width: 100%;
  position: relative;
}

.con_a050 .spd-r-separator-06-bor > span {
  background: none repeat scroll 0 0 #ffffff;
  border-radius: 25px;
  display: inline-block;
  margin-top: -22px;
  text-align: left;
  width: auto;
  position: absolute;
}

.con_a050 .spd-r-separator-06 h4 {
  float: none;
  padding-right: 10px;
  text-align: center;
  color: #1ce3bb;
}

.con_a051 .spd-r-separator-07 .spd-row .spd-r-separator-07-bor {
  border-top: 1px dashed #3b8ced;
  display: table;
  float: none;
  position: relative;
  text-align: center;
  width: 100%;
}

.con_a051 .spd-r-separator-07-bor > span {
  background: none repeat scroll 0 0 #ffffff;
  display: inline-block;
  float: none;
  left: 36%;
  margin: -22px auto auto;
  position: absolute;
  text-align: center;
  width: auto;
}

.con_a051 .spd-r-separator-07 h4 {
  float: none;
  padding: 0 20px;
  text-align: center;
  color: #3B8CED;
}

.con_a052 .spd-r-separator-08 .spd-row .spd-r-separator-08-bor {
  display: table;
  float: none;
  text-align: center;
  width: 100%;
}

.con_a052 .spd-r-separator-08-bor > span {
  background: none repeat scroll 0 0 #ffffff;
  border-top: 1px solid #3b8ced;
  display: inline-block;
  float: none;
  margin: -22px auto auto;
  text-align: center;
  width: 30%;
}

.con_a053 .spd-r-separator-09 .spd-row .spd-r-separator-09-bor {
  display: table;
  float: none;
  text-align: center;
  width: 100%;
}

.con_a053 .spd-r-separator-09-bor > span {
  background: none repeat scroll 0 0 #ffffff;
  border-top: 1px dashed #851FF2;
  display: inline-block;
  float: none;
  margin: -22px auto auto;
  text-align: center;
  width: 40%;
}

.con_a054 .spd-r-separator-10 .spd-row .spd-r-separator-10-bor {
  display: table;
  float: none;
  text-align: center;
  width: 100%;
}

.con_a054 .spd-r-separator-10-bor > span {
  background: none repeat scroll 0 0 #ffffff;
  border-top: 1px dotted #1BC646;
  display: inline-block;
  float: none;
  margin: -22px auto auto;
  text-align: center;
  width: 45%;
}

.con_a055 .spd-r-separator-11 .spd-row .spd-r-separator-11-bor {
  display: table;
  float: none;
  text-align: center;
  width: 100%;
}

.con_a055 .spd-r-separator-11-bor > span {
  background: none repeat scroll 0 0 #ffffff;
  border-top: 3px solid #F2E12B;
  display: inline-block;
  float: none;
  margin: -22px auto auto;
  text-align: center;
  width: 50%;
}

.con_a056 .spd-r-separator-12 .spd-row .spd-r-separator-12-bor {
  display: table;
  float: none;
  text-align: center;
  width: 100%;
}

.con_a056 .spd-r-separator-12-bor > span {
  background: none repeat scroll 0 0 #ffffff;
  border-bottom: 1px solid #26c14d;
  border-top: 1px solid #26c14d;
  display: inline-block;
  float: none;
  height: 3px;
  margin: -22px auto auto;
  text-align: center;
  width: 65%;
}

.con_a057 .spd-r-accor-styl01 .spd-panel-group {
  margin-bottom: 10px;
}

.con_a057 .panel-default > .panel-heading {
  background: none;
}

.con_a057 .spd-r-accor-first {
  border: 1px solid #f5f3f3;
  cursor: pointer;
  color: #6D6B6B;
}

.con_a057 .spd-r-accor-first > .spd-panel-collapse {
  background: none repeat scroll 0 0 #ffffff;
}

.con_a057 .spd-r-accor-first .collapsed {
  color: #5BC0DE;
}

.con_a057 .spd-r-accordion_icon {
  float: right;
}

.con_a057 .spd-r-accor-Third .collapsed .spd-r-accordion_icon:before {
  content: "\f067";
  display: inline-block;
  line-height: 1;
  font-family: fontawesome;
}

.con_a057 .spd-r-accor-Third .spd-r-accordion_icon:before {
  content: "\f068";
  display: inline-block;
  line-height: 1;
  font-family: fontawesome;
}

.con_a057 .spd-panel-title {
  font-size: 16px;
  color: #60B2E9;
  font-family: inherit;
  font-weight: normal;
}

.con_a058 .spd-r-accor-styl01 .spd-panel-group {
  margin-bottom: 10px;
}

.con_a058 .panel-default > .panel-heading {
  background: none;
}

.con_a058 .spd-r-accor-second {
  border: 1px solid #f5f3f3;
  cursor: pointer;
  color: #6D6B6B;
  border-radius: 0px !important;
}

.con_a058 .spd-r-accor-second .spd-panel-heading {
  padding-top: 15px;
  padding-bottom: 15px;
}

.con_a058 .spd-r-accor-second .collapsed span:before {
  content: "\f067";
  display: inline-block;
  line-height: 1;
  font-family: fontawesome;
}

.con_a058 .spd-r-accor-second span:before {
  content: "\f068";
  display: inline-block;
  line-height: 1;
  font-family: fontawesome;
}

.con_a058 .spd-r-accordion_icon {
  float: right;
}

.con_a058 .spd-panel-title {
  font-size: 16px;
  color: #60B2E9;
  font-family: inherit;
  font-weight: normal;
}

.con_a059 .spd-r-accor-styl01 .spd-panel-group {
  margin-bottom: 10px;
}

.con_a059 .panel-default > .panel-heading {
  background: none;
}

.con_a059 .spd-r-accor-Third {
  border: 1px solid #9B9B9B;
  cursor: pointer;
  color: #6D6B6B;
  border-radius: 0px !important;
}

.con_a059 .spd-r-accor-Third .spd-panel-heading {
  padding: 0px;
}

.con_a059 .spd-r-accor-Third .spd-panel-heading h4 a {
  line-height: 3;
  padding-left: 15px;
  font-family: 'oswald', sans-serif;
}

.con_a059 .spd-r-accor-Third .collapsed .spd-r-accordion_icon:before {
  content: "\f067";
  display: inline-block;
  line-height: 1;
  font-family: fontawesome;
}

.con_a059 .spd-r-accor-Third .spd-r-accordion_icon:before {
  content: "\f068";
  display: inline-block;
  line-height: 1;
  font-family: fontawesome;
}

.con_a059 .spd-r-accor-Third .collapsed .spd-panel-heading {
  color: #6D6B6B;
}

.con_a059 .spd-r-accor-Third span {
  border-left: 1px solid #9B9B9B;
  height: 48px;
  padding: 15px;
  width: 45px;
  background-color: #9B9B9B;
  color: #ffffff;
}

.con_a059 .spd-r-accor-Third .spd-panel-heading + .spd-panel-collapse > .spd-panel-body {
  border-top: 1px solid #9B9B9B;
}

.con_a059 .spd-r-accor-Third .collapsed .spd-panel-title {
  color: #9B9B9B;
}

.con_a059 .spd-r-accor-sixth .collapsed .spd-panel-title {
  color: #ffffff;
}

.con_a059 .spd-panel-title {
  font-size: 16px;
  color: #60B2E9;
  font-family: inherit;
  font-weight: normal;
}

.con_a059 .spd-r-accordion_icon {
  float: right;
}

.con_a059 .spd-r-accor-Third .collapsed .spd-r-accordion_icon:before {
  content: "\f067";
  display: inline-block;
  line-height: 1;
  font-family: fontawesome;
}

.con_a059 .spd-r-accor-Third .spd-r-accordion_icon:before {
  content: "\f068";
  display: inline-block;
  line-height: 1;
  font-family: fontawesome;
}

.con_a060 .spd-r-accor-styl01 .spd-panel-group {
  margin-bottom: 10px;
}

.con_a060 .panel-default > .panel-heading {
  background: none;
}

.con_a060 .spd-r-accor-four {
  border: 1px solid #f5f3f3;
  cursor: pointer;
  color: #5BC0DE;
  border-radius: 0px !important;
}

.con_a060 .spd-r-accor-four .spd-panel-heading {
  padding: 0px;
}

.con_a060 .spd-r-accor-four .spd-panel-heading h4 a {
  line-height: 3;
  padding-left: 15px;
  font-family: 'oswald',sans-serif;
}

.con_a060 .spd-r-accor-four .collapsed .spd-r-accordion_icon:before {
  content: "\f107";
  display: inline-block;
  font-family: fontawesome;
  font-size: 30px;
  line-height: 0.7;
}

.con_a060 .spd-r-accor-four .spd-r-accordion_icon:before {
  content: "\f106";
  display: inline-block;
  font-family: fontawesome;
  font-size: 30px;
  line-height: 0.7;
}

.con_a060 .spd-r-accor-four .collapsed .spd-panel-heading {
  color: #6D6B6B;
}

.con_a060 .spd-r-accor-four span {
  border-left: 1px solid #f5f3f3;
  height: 48px;
  padding: 12px;
  width: 45px;
}

.con_a060 .spd-r-accor-four .spd-panel-heading + .spd-panel-collapse > .spd-panel-body {
  border-top: 1px solid #f5f3f3;
}

.con_a060 .spd-r-accor-four .collapsed .spd-panel-title {
  color: #6D6B6B;
}

.con_a060 .spd-r-accor-four .collapsed .spd-r-accordion_icon:before {
  content: "\f107";
  display: inline-block;
  font-family: fontawesome;
  font-size: 30px;
  line-height: 0.7;
}

.con_a060 .spd-r-accor-four .spd-r-accordion_icon:before {
  content: "\f106";
  display: inline-block;
  font-family: fontawesome;
  font-size: 30px;
  line-height: 0.7;
}

.con_a060 .spd-r-accordion_icon {
  float: right;
}

.con_a061 .spd-r-accor-styl01 .spd-panel-group {
  margin-bottom: 10px;
}

.con_a061 .panel-default > .panel-heading {
  background: none;
}

.con_a061 .spd-r-accor-fifth {
  border: 1px solid #f5f3f3;
  cursor: pointer;
  color: #6D6B6B;
  border-radius: 0px !important;
}

.con_a061 .spd-r-accor-fifth .spd-panel-heading {
  padding: 0px;
}

.con_a061 .spd-r-accor-fifth .spd-panel-heading h4 a {
  line-height: 3;
  padding-left: 15px;
}

.con_a061 .spd-r-accor-fifth .collapsed .spd-r-accordion_icon-05:before {
  content: "\f067";
  display: inline-block;
  line-height: 1;
  font-family: fontawesome;
}

.con_a061 .spd-r-accor-fifth .spd-r-accordion_icon-05:before {
  content: "\f068";
  display: inline-block;
  line-height: 1;
  font-family: fontawesome;
}

.con_a061 .spd-r-accor-fifth .collapsed .spd-panel-heading {
  color: #6D6B6B;
}

.con_a061 .spd-r-accor-fifth span {
  border-right: 1px solid #f5f3f3;
  height: 48px;
  padding: 15px;
  width: 45px;
}

.con_a061 .spd-r-accor-fifth .spd-panel-heading + .spd-panel-collapse > .spd-panel-body {
  border-top: 1px solid #f5f3f3;
}

.con_a061 .spd-r-accordion_icon-05 {
  float: left;
}

.con_a061 .spd-r-accor-sixth .collapsed .spd-panel-title {
  color: #ffffff;
}

.con_a061 .spd-r-accordion_icon-05 {
  float: left;
}

.con_a061 .spd-r-accor-fifth .collapsed .spd-r-accordion_icon-05:before {
  content: "\f067";
  display: inline-block;
  line-height: 1;
  font-family: fontawesome;
}

.con_a061 .spd-r-accor-fifth .spd-r-accordion_icon-05:before {
  content: "\f068";
  display: inline-block;
  line-height: 1;
  font-family: fontawesome;
}

.con_a062 .spd-r-accor-styl02 .spd-panel-group {
  margin-bottom: 1px;
}

.con_a062 .spd-r-accor-sixth {
  cursor: pointer;
  color: #ffffff;
  border-radius: 0px !important;
}

.con_a062 .spd-r-accor-sixth .spd-panel-heading {
  padding: 0px;
}

.con_a062 .spd-r-accor-sixth .spd-panel-heading h4 a {
  line-height: 3;
  padding-left: 15px;
}

.con_a062 .spd-r-accor-sixth .collapsed .spd-r-accordion_icon-05:before {
  content: "\f067";
  display: inline-block;
  line-height: 1;
  font-family: fontawesome;
}

.con_a062 .spd-r-accor-sixth .spd-r-accordion_icon-05:before {
  content: "\f068";
  display: inline-block;
  line-height: 1;
  font-family: fontawesome;
}

.con_a062 .spd-r-accor-sixth .collapsed .spd-panel-heading {
  color: #6D6B6B;
}

.con_a062 .spd-r-accor-sixth span {
  border-right: 1px solid #ffffff;
  height: 48px;
  padding: 15px;
  width: 45px;
}

.con_a062 .spd-r-accor-sixth .spd-panel-heading + .spd-panel-collapse > .spd-panel-body {
  border-top: 1px solid #ffffff;
}

.con_a062 .spd-r-accordion_icon-05 {
  float: left;
}

.con_a062 .spd-r-accor-sixth .spd-panel-body {
  background: none repeat scroll 0 0 #ffffff;
  color: #6D6B6B;
}

.con_a062 .spd-r-accor-sixth .collapsed .spd-panel-title {
  color: #ffffff;
}

.con_a062 .panel-default > .panel-heading {
  background: none;
}

.con_a062 .spd-r-accordion_icon-05 {
  float: left;
}

.con_a062 .spd-r-accor-sixth .collapsed .spd-panel-heading {
  color: #6D6B6B;
}

.con_a062 .rasel-r a:hover {
  color: #ffffff;
}

.con_a063 .ac-container {
  width: 100%;
  margin: 10px auto 0px auto;
  text-align: left;
}

.con_a063 .ac-container div {
  height: auto;
}

.con_a063 .ac-container label {
  font-weight: 300;
  padding: 5px 10px;
  position: relative;
  z-index: 20;
  display: block;
  height: auto;
  cursor: pointer;
  color: #000;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
  line-height: 33px;
  font-size: 19px;
  background: #ffffff;
}

.con_a063 .ac-container label:hover {
  background: #fff;
}

.con_a063 .ac-container input:checked + label,
.con_a063 .ac-container input:checked + label:hover {
  color: #3d7489;
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.6);
  border-bottom: none;
}

.con_a063 .ac-container label:hover:after,
.con_a063 .ac-container input:checked + label:hover:after {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  right: 13px;
  top: 7px;
  background: transparent url(../images/arrow_down.png) no-repeat center center;
}

.con_a063 .ac-container input:checked + label:hover:after {
  background-image: url(../images/arrow_up.png);
}

.con_a063 .ac-container input {
  display: none;
}

.con_a063 .ac-container article {
  margin-top: -1px;
  overflow: hidden;
  height: 0px;
  position: relative;
  z-index: 10;
  -webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  -moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  -o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  -ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}

.con_a063 .ac-container article p {
  color: #777777;
  font-size: 13px;
  line-height: 18px;
  padding: 5px;
}

.con_a063 .ac-container input:checked ~ article {
  -webkit-transition: all 0.5s ease-in-out, box-shadow 0.1s linear;
  -moz-transition: all 0.5s ease-in-out, box-shadow 0.1s linear;
  -o-transition: all 0.5s ease-in-out, box-shadow 0.1s linear;
  -ms-transition: all 0.5s ease-in-out, box-shadow 0.1s linear;
  transition: all 0.5s ease-in-out, box-shadow 0.1s linear;
}

.con_a063 .ac-container input:checked ~ article.ac-small {
  height: 136px;
}

.con_a063 .ac-container input:checked ~ article.ac-medium {
  height: 184px;
}

.con_a063 .ac-container input:checked ~ article.ac-large {
  height: 238px;
}

.con_a063 .spd-r-acc-01 label {
  border-bottom: 1px solid #F5F3F3;
  font-family: 'oswald',sans-serif;
}

.con_a063 .spd-r-acc-01 > label:before {
  content: "\f055";
  float: right;
  font-family: fontawesome;
  padding-right: 10px;
  vertical-align: middle;
  line-height: 1.6;
}

.con_a063 .ac-container input:checked ~ article.ac-small {
  height: 136px;
}

.con_a063 .ac-container input:checked ~ article.ac-medium {
  height: 184px;
}

.con_a063 .ac-container input:checked ~ article.ac-large {
  height: 238px;
}

.con_a064 .ac-container {
  width: 100%;
  margin: 10px auto 0px auto;
  text-align: left;
}

.con_a064 .ac-container div {
  height: auto;
}

.con_a064 .ac-container label {
  font-weight: 300;
  padding: 5px 10px;
  position: relative;
  z-index: 20;
  display: block;
  height: auto;
  cursor: pointer;
  color: #000;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
  line-height: 33px;
  font-size: 19px;
  background: #ffffff;
}

.con_a064 .ac-container label:hover {
  background: #fff;
}

.con_a064 .ac-container input:checked + label,
.con_a064 .ac-container input:checked + label:hover {
  color: #3d7489;
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.6);
  border-bottom: none;
}

.con_a064 .ac-container label:hover:after,
.con_a064 .ac-container input:checked + label:hover:after {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  right: 13px;
  top: 7px;
}


.con_a064 .ac-container input {
  display: none;
}

.con_a064 .ac-container article {
  margin-top: -1px;
  overflow: hidden;
  height: 0px;
  position: relative;
  z-index: 10;
  -webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  -moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  -o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  -ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}

.con_a064 .ac-container article p {
  color: #777777;
  font-size: 13px;
  line-height: 18px;
  padding: 5px;
}

.con_a064 .ac-container input:checked ~ article {
  -webkit-transition: all 0.5s ease-in-out, box-shadow 0.1s linear;
  -moz-transition: all 0.5s ease-in-out, box-shadow 0.1s linear;
  -o-transition: all 0.5s ease-in-out, box-shadow 0.1s linear;
  -ms-transition: all 0.5s ease-in-out, box-shadow 0.1s linear;
  transition: all 0.5s ease-in-out, box-shadow 0.1s linear;
}

.con_a064 .ac-container input:checked ~ article.ac-small {
  height: 136px;
}

.con_a064 .ac-container input:checked ~ article.ac-medium {
  height: 184px;
}

.con_a064 .ac-container input:checked ~ article.ac-large {
  height: 238px;
}

.con_a064 .spd-r-acc-01 label {
  border-bottom: 1px solid #F5F3F3;
  font-family: 'oswald',sans-serif;
}

.con_a064 .spd-r-acc-01 > label:before {
  content: "\f055";
  float: right;
  font-family: fontawesome;
  padding-right: 10px;
  vertical-align: middle;
  line-height: 1.6;
}

.con_a064 .ac-container input:checked ~ article.ac-small {
  height: 136px;
}

.con_a064 .ac-container input:checked ~ article.ac-medium {
  height: 184px;
}

.con_a064 .ac-container input:checked ~ article.ac-large {
  height: 238px;
}

.con_a065 .ac-container {
  width: 100%;
  margin: 10px auto 0px auto;
  text-align: left;
}

.con_a065 .ac-container div {
  height: auto;
}

.con_a065 .ac-container label {
  font-weight: 300;
  padding: 5px 10px;
  position: relative;
  z-index: 20;
  display: block;
  height: auto;
  cursor: pointer;
  color: #000;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
  line-height: 33px;
  font-size: 19px;
  background: #ffffff;
}

.con_a065 .ac-container label:hover {
  background: #fff;
}

.con_a065 .ac-container input:checked + label,
.con_a065 .ac-container input:checked + label:hover {
  color: #3d7489;
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.6);
  border-bottom: none;
}

.con_a065 .ac-container label:hover:after,
.con_a065 .ac-container input:checked + label:hover:after {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  right: 13px;
  top: 7px;
  background: transparent url(../images/arrow_down.png) no-repeat center center;
}

.con_a065 .ac-container input:checked + label:hover:after {
  background-image: url(../images/arrow_up.png);
}

.con_a065 .ac-container input {
  display: none;
}

.con_a065 .ac-container article {
  margin-top: -1px;
  overflow: hidden;
  height: 0px;
  position: relative;
  z-index: 10;
  -webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  -moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  -o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  -ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}

.con_a065 .ac-container article p {
  color: #777777;
  font-size: 13px;
  line-height: 18px;
  padding: 5px;
}

.con_a065 .ac-container input:checked ~ article {
  -webkit-transition: all 0.5s ease-in-out, box-shadow 0.1s linear;
  -moz-transition: all 0.5s ease-in-out, box-shadow 0.1s linear;
  -o-transition: all 0.5s ease-in-out, box-shadow 0.1s linear;
  -ms-transition: all 0.5s ease-in-out, box-shadow 0.1s linear;
  transition: all 0.5s ease-in-out, box-shadow 0.1s linear;
}

.con_a065 .ac-container input:checked ~ article.ac-small {
  height: 136px;
}

.con_a065 .ac-container input:checked ~ article.ac-medium {
  height: 184px;
}

.con_a065 .ac-container input:checked ~ article.ac-large {
  height: 238px;
}

.con_a065 .spd-r-acc-02 > label {
  text-transform: uppercase;
  font-family: 'oswald',sans-serif;
}

.con_a065 .spd-r-acc-02 > label:before {
  content: "\f055";
  float: left;
  font-family: fontawesome;
  padding-right: 10px;
  vertical-align: middle;
}

.con_a065 .ac-container input:checked ~ article.ac-small {
  height: 136px;
}

.con_a065 .ac-container input:checked ~ article.ac-medium {
  height: 184px;
}

.con_a065 .ac-container input:checked ~ article.ac-large {
  height: 238px;
}

.con_a066 .spd-r-hilight-comm {
  color: #9B9B9B;
}

.con_a066 .spd-r-hilight-01 {
  font-size: 20px;
  color: #000;
}

.con_a067 .spd-r-hilight-comm {
  color: #9B9B9B;
}

.con_a067 .spd-r-hilight-02-a {
  font-size: 20px;
  color: #AD2929;
}

.con_a067 .spd-r-hilight-02-b {
  font-size: 20px;
  color: #2D3CBF;
}

.con_a067 .spd-r-hilight-02-c {
  font-size: 20px;
  color: #207E93;
}

.con_a067 .spd-r-hilight-02-d {
  font-size: 20px;
  color: #2AAF61;
}

.con_a067 .spd-r-hilight-02-e {
  font-size: 20px;
  color: #7FCC37;
}

.con_a067 .spd-r-hilight-02-f {
  font-size: 20px;
  color: #EA6E20;
}

.con_a068 .spd-r-hilight-comm {
  color: #9B9B9B;
}

.con_a068 .spd-r-hilight-03-a {
  font-size: 16px;
  color: #fff;
  background: #AD2929;
  line-height: 2;
}

.con_a068 .spd-r-hilight-03-b {
  font-size: 16px;
  color: #fff;
  background: #2D3CBF;
  line-height: 2;
}

.con_a068 .spd-r-hilight-03-c {
  font-size: 16px;
  color: #fff;
  background: #207E93;
  line-height: 2;
}

.con_a068 .spd-r-hilight-03-d {
  font-size: 16px;
  color: #fff;
  background: #2AAF61;
  line-height: 2;
}

.con_a068 .spd-r-hilight-03-e {
  font-size: 16px;
  color: #fff;
  background: #7FCC37;
  line-height: 2;
}

.con_a068 .spd-r-hilight-03-f {
  font-size: 16px;
  color: #fff;
  background: #EA6E20;
  line-height: 2;
}

.con_a069 .video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.con_a069 .video-container iframe,
.con_a069 .video-container object,
.con_a069 .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.con_a070 .video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.con_a070 .video-container iframe,
.con_a070 .video-container object,
.con_a070 .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*===================================================================
  =                         Start Content No - con-a084             =
  ===================================================================*/
.con_a084 {
  background-color: #F5F5F5;
}

.con_a084 .CityName {
  padding-left: 5px;
}

/*===================================================================
  =                         End Content No - con-a084               =
  ===================================================================*/
/*===================================================================
  =                         Start Content No - con-a085             =
  ===================================================================*/
.con_a085 .BoxShadow {
  -webkit-box-shadow: 10px 10px 5px 0px #9f9f9f;
  -moz-box-shadow: 10px 10px 5px 0px #9f9f9f;
  box-shadow: 10px 10px 5px 0px #cdcdcd;
  border: 1px solid #bababa;
  padding: 30px 35px 35px 35px;
}

.con_a085 .ListItem {
  border-bottom: 1px solid #9f9f9f;
  padding: 10px 0px 0px 0px;
}

/*===================================================================
  =                         End Content No - con-a085               =
  ===================================================================*/
/*===================================================================
  =                         Start Content No - con-a086             =
  ===================================================================*/
.con_a086 .flex-direction-nav li .flex-prev {
  left: 0px;
}

.con_a086 .flex-direction-nav li .flex-next {
  background-position: -52px 0;
  right: 0px;
}

.con_a086 .flex-direction-nav li a {
  width: 52px;
  height: 52px;
  text-align: justify;
  display: block;
  background: url(../images/bg_direction_nav.png) no-repeat 0 0;
  position: absolute;
  top: 50%;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 1;
}

.con_a086 .flex-direction-nav li a:before {
  display: none;
}

.con_a086 .Text {
  text-align: justify;
  line-height: 26px;
}

.con_a086 #owl-demo .item {
  margin: 0px;
}

.con_a086 #owl-demo .item img {
  display: block;
  width: 100%;
  height: auto;
}

.con_a086 .relativ {
  position: relative;
}

.con_a086 .relativ:hover .BgColor {
  display: block;
}

.con_a086 .BgColor {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: none;
}

.con_a086 .caption {
  text-align: center;
  top: 45%;
  margin-top: -50px;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.con_a086 .title {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  margin: 10% 0;
}

.con_a086 .more {
  background-color: #D1773D;
  color: #ffffff;
  padding: 6px 12px;
  display: inline-block;
}

/*===================================================================
  =                         End Content No - con-a086               =
  ===================================================================*/
/*===================================================================
  =                         Start Content No - con-a087             =
  ===================================================================*/
.con_a087 .HorizontalLine {
  border-top: 1px solid #eee;
  margin: 30px 0px;
}

.con_a087 .Title {
  letter-spacing: 3px;
}

.con_a087 .Text {
  margin-top: 20px;
  line-height: 26px;
  color: #777777;
}

/*===================================================================
  =                         End Content No - con-a087               =
  ===================================================================*/
/*===================================================================
  =                         Start Content No - con-a088             =
  ===================================================================*/
.con_a088 .Text {
  line-height: 28px;
  color: #777777;
}

.con_a088 .Image {
  padding: 25px 0px;
  background-color: #f7f7f7;
}

.con_a088 .InfoTitle {
  margin: 20px 0px;
  letter-spacing: 4px;
  display: inline-block;
}

.con_a088 .InfoText {
  line-height: 28px;
  color: #777777;
}

/*===================================================================
  =                         End Content No - con-a088               =
  ===================================================================*/
/*===================================================================
  =                         Start Content No - con_a089             =
  ===================================================================*/
.con_a089 .UnderLine {
  border: 1px solid #000000;
  width: 90px;
  margin: 20px auto 30px auto;
}

.con_a089 .Icon {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  line-height: 50px;
  display: inline-block;
}

.con_a089 .Title {
  display: inline-block;
  padding-left: 10px;
}

.con_a089 .Text {
  margin: 0px 0px 30px 60px;
}

.con_a089 .makeup {
  text-align: center;
}

.con_a089 .HoverAffect:hover .Icon .fa {
  color: #000000;
}

/*===================================================================
  =                         End Content No - con_a089               =
  ===================================================================*/
/*===================================================================
  =                         Start Content No - con-a090             =
  ===================================================================*/
.con_a090 .ContTitle {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin: 30px 0px;
}

.con_a090 .SubTitle {
  text-align: center;
  letter-spacing: 3px;
  color: #999999;
}

.con_a090 .WorkSL {
  font-size: 160px;
  color: #eeeeee;
  position: absolute;
  line-height: 140px;
  top: 20px;
  z-index: -1;
  display: block;
}

.con_a090 .Info {
  padding: 50px 0px 0px 100px;
}

.con_a090 .MyButton {
  text-align: center;
  margin-top: 50px;
  display: inline-block;
  width: 100%;
}

.con_a090 .MyButton .Button {
  padding: 10px 40px;
  background-color: #111;
  border: none;
}

.con_a090 .MyButton .Button a {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.con_a090 .MyButton .Button:hover {
  background-color: #4f4f4f;
}

.con_a090 .MyButton .Button:hover a {
  text-decoration: none;
}

/*===================================================================
  =                         End Content No - con-a090               =
  ===================================================================*/
/*===================================================================
  =                         Start Content No - con-a091             =
  ===================================================================*/
.con_a091 {
  background-color: #F8F8F8;
}

.con_a091 .ContTitle {
  letter-spacing: 3px;
}

.con_a091 .SubTitle {
  color: #999999;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.con_a091 .IconName {
  color: #111111;
  letter-spacing: 1.2px;
}

.con_a091 .IconText {
  letter-spacing: 2px;
  color: #999999;
}

.con_a091 .Col1, .con_a091 .Col2, .con_a091 .Col3, .con_a091 .Col4, .con_a091 .Col5, .con_a091 .Col6, .con_a091 .Col7, .con_a091 .Col8 {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  padding: 50px 30px;
}

.con_a091 .Col1, .con_a091 .Col2, .con_a091 .Col3 {
  border-right: 0px;
}

.con_a091 .Col1, .con_a091 .Col2, .con_a091 .Col3, .con_a091 .Col4 {
  border-bottom: 0px;
}

.con_a091 .Col5, .con_a091 .Col6, .con_a091 .Col7 {
  border-right: 0px;
}

.con_a091 .Col1:hover .HoverContent, .con_a091 .Col2:hover .HoverContent, .con_a091 .Col3:hover .HoverContent, .con_a091 .Col4:hover .HoverContent, .con_a091 .Col5:hover .HoverContent, .con_a091 .Col6:hover .HoverContent, .con_a091 .Col7:hover .HoverContent, .con_a091 .Col8:hover .HoverContent {
  display: block;
}

.con_a091 .Col1:hover, .con_a091 .Col2:hover, .con_a091 .Col3:hover, .con_a091 .Col5:hover, .con_a091 .Col6:hover, .con_a091 .Col7:hover, .con_a091 .Col8:hover {
  border: 0px;
}

.con_a091 .HoverContent {
  background-color: #111111;
  color: #2e2e2e;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: none;
}

.con_a091 .HoverContent .IconName {
  color: #ececec;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.con_a091 .HoverContent .IconName {
  font-weight: 600;
  margin-top: 30px;
}

.con_a091 .HoverContent .Icon {
  position: relative;
}

.con_a091 .HoverContent .Icon .fa {
  font-size: 150px;
  line-height: 120px;
  overflow: hidden;
}

.con_a091 .HoverContent .Icon .HoverText {
  font-size: 14px;
  color: #999;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 20px 20px;
  line-height: 24px;
  width: 100%;
  text-align: center;
}

.con_a091 .HoverContent a {
  color: #999999;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.con_a091 .HoverContent a:hover {
  color: #ececec;
}

/*===================================================================
  =                         End Content No - con_a091               =
  ===================================================================*/
/*=================================================================
                             Chronos headder style
 ================================================================*/
/*Header Top*/
.srabon-header-top {
  padding: 0px;
}

.srabon-header-top ul.srabon-top-left-list {
  margin-left: 0px;
  padding-left: 0px;
  padding-top: 8px;
}

.srabon-header-top ul.srabon-top-left-list li {
  list-style: none;
  display: inline;
  margin-right: 10px;
}

.srabon-header-top ul.srabon-top-left-list li a {
  color: #fff;
  text-decoration: none;
}

.srabon-header-top .srabon-top-contact {
  color: #fff;
  text-align: right;
  padding-top: 8px;
}

@media screen and (max-width: 767px) {
  .srabon-header-top .srabon-top-contact {
    text-align: center;
    margin-left: 0px;
    padding-left: 0px;
    padding-bottom: 10px;
  }
  .srabon-header-top ul.srabon-top-left-list {
    text-align: center;
  }
}

/* end of header top */
/*Header bottom*/
.srabon-header-bottom {
  border-top: 1px solid #e6e6e6;
  border-bottom: 5px solid #e6e6e6;
  padding-top: 15px;
  padding-bottom: 0px;
  /*header Search Style*/
}

.srabon-header-bottom .add-to-card {
  float: right;
}

.srabon-header-bottom .shopping-card-bg {
  font-size: 18px;
  padding: 10px;
  margin: 20px;
  border-radius: 0;
  color: #FFFFFF;
  cursor: pointer;
  display: block;
  height: 35px;
  line-height: 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 35px;
  z-index: 1;
  float: left;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}

.srabon-header-bottom .shopping-card-bg i {
  padding: 0% 0 5% 0;
  transform: rotate(-45deg);
  text-align: center;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}

.srabon-header-bottom .shopping-text {
  font-size: 20px;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 11px;
  font-weight: 700;
}

.srabon-header-bottom p {
  font-size: 18px;
}

.srabon-header-bottom .srabon-logo img {
  padding-top: 15px;
}

@media all and (max-width: 1260px) {
  .srabon-header-bottom .shopping-text {
    font-size: 16px;
  }
  .srabon-header-bottom p {
    font-size: 14px;
  }
}

@media all and (max-width: 999px) {
  .srabon-header-bottom .shopping-text {
    font-size: 13px;
  }
  .srabon-header-bottom p {
    font-size: 11px;
  }
  .srabon-header-bottom .shopping-card-bg {
    font-size: 10px;
    padding: 7px;
    margin: 18px;
    height: 20px;
    width: 20px;
  }
}

@media all and (max-width: 767px) {
  .srabon-header-bottom .shopping-text {
    font-size: 20px;
  }
  .srabon-header-bottom p {
    font-size: 18px;
  }
  .srabon-header-bottom .shopping-card-bg {
    font-size: 18px;
    padding: 10px;
    margin: 20px;
    height: 35px;
    width: 35px;
  }
  .srabon-header-bottom .shopping-card-bg, .srabon-header-bottom .add-to-card {
    float: none;
    margin: 0 auto;
    text-align: center;
  }
  .srabon-header-bottom .add-to-card {
    margin-top: 30px;
  }
}

.srabon-header-bottom .search-area {
  margin-top: 18px;
}

.srabon-header-bottom .searchbox {
  position: relative;
  min-width: 40px;
  width: 90%;
  height: 40px;
  float: right;
  overflow: hidden;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -ms-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
  background: #dcddd8;
}

.srabon-header-bottom .searchbox-input {
  top: 0;
  right: 0;
  border: 0;
  outline: 0;
  background: #dcddd8;
  width: 92%;
  height: 40px;
  margin: 0;
  padding: 0px 55px 0px 20px;
  font-size: 16px;
  color: #555;
}

.srabon-header-bottom .searchbox-input::-webkit-input-placeholder {
  color: #555555;
}

.srabon-header-bottom .searchbox-input:-moz-placeholder {
  color: #555555;
}

.srabon-header-bottom .searchbox-input::-moz-placeholder {
  color: #555555;
}

.srabon-header-bottom .searchbox-input:-ms-input-placeholder {
  color: #555555;
}

.srabon-header-bottom .searchbox-icon,
.srabon-header-bottom .searchbox-submit {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 0;
  font-family: verdana;
  font-size: 17px;
  right: 0;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  color: #dcddd8;
}

.srabon-header-bottom .searchbox-open {
  width: 90%;
}

.srabon-header-bottom .byline {
  position: absolute;
  top: 150px;
  left: 30%;
  text-align: center;
  font-size: 14px;
}

.srabon-header-bottom .byline a {
  text-decoration: none;
  color: #555555;
}

@media all and (max-width: 1260px) {
  .srabon-header-bottom .searchbox-input {
    width: 91.5%;
  }
}

@media all and (max-width: 999px) {
  .srabon-header-bottom .search-area {
    margin-top: 10px;
  }
  .srabon-header-bottom .searchbox-input {
    width: 88.8%;
  }
}

@media all and (max-width: 767px) {
  .srabon-header-bottom .search-area {
    margin-top: 18px;
    padding: 10px 13px 13px 13px;
  }
  .srabon-header-bottom .searchbox-input {
    width: 100%;
  }
  .srabon-header-bottom .searchbox {
    width: 100%;
  }
  .srabon-header-bottom .searchbox-open {
    width: 100%;
  }
  .srabon-header-bottom .navbar-right {
    width: 100%;
  }
}

/*footer*/
.Chronos-footer {
  padding-top: 30px;
  background: #333333;
  border-top: 0px solid #e6e6e6;
  padding-bottom: 20px;
  /*end of footer*/
}

.Chronos-footer h4 {
  padding: 10px 0px 17px 0px;
  color: #cdcdcd;
}

.Chronos-footer p {
  color: #cdcdcd;
}

.Chronos-footer .foot-01 {
  text-align: left;
}

.Chronos-footer .foot-01 img {
  padding-top: 20px;
  padding-bottom: 30px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .Chronos-footer .foot-01 {
    text-align: center;
  }
}

.Chronos-footer .foot-02 ul {
  padding: 0;
  list-style: none;
  color: #cdcdcd;
}

.Chronos-footer .foot-02 ul li {
  border-bottom: 0px solid #585858;
  padding: 3px 0px 3px 0px;
}

.Chronos-footer .foot-02 ul li a {
  text-decoration: none;
  color: #cdcdcd;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .Chronos-footer .foot-02 {
    text-align: center;
  }
}

.Chronos-footer i.f-list-icon {
  padding-right: 10px;
}

.Chronos-footer .foot-03 .post-border {
  border-top: 1px dashed #4f4e4e;
}

.Chronos-footer .foot-03 a {
  color: #848484;
  text-decoration: none;
  font-style: italic;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .Chronos-footer .foot-03 {
    text-align: center;
  }
}

.Chronos-footer .foot-04 {
  word-wrap: break-word;
}

.Chronos-footer .foot-04 span {
  padding: 0 4px;
}

.Chronos-footer .foot-04 .both-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .Chronos-footer .foot-04 .both-5 {
    padding-bottom: 20px;
  }
}

.Chronos-footer .foot-04 .view_f04 {
  overflow: hidden;
  position: relative;
  text-align: center;
}

.Chronos-footer .foot-04 .view_f04 a:hover {
  font-weight: 300;
  color: #ffffff;
  line-height: 25px;
  font-size: 10px;
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  margin: 0 auto;
}

.Chronos-footer .foot-04 .view_f04 img {
  width: 100%;
  max-width: 100%;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .Chronos-footer .foot-04 {
    text-align: center;
  }
}

.Chronos-footer #backtotop {
  bottom: 12px;
  position: fixed;
  right: 20px;
  z-index: 5000;
}

.Chronos-footer #backtotop a {
  background: #161616 none repeat scroll 0 0;
  border: 0 none;
  border-radius: 3px;
  color: #ffffff;
  display: block;
  height: 39px;
  line-height: 39px;
  text-align: center;
  text-decoration: none;
  width: 39px;
}

/*Footer Coppyright*/
/* coppyright */
.Chronos-coppyright {
  border-top-width: 0px;
  border-right-width: 0;
  border-left-width: 0;
  border-style: solid;
  border-bottom: 1px solid #e6e6e6;
  padding: 25px 0 15px 0;
  background: #292929;
  color: #cdcdcd;
}

.Chronos-coppyright .coppytext a {
  color: #848484;
  text-decoration: none;
}

.Chronos-coppyright .coppyright-social {
  float: right;
}

.Chronos-coppyright .coppyright-social li {
  list-style: none;
  display: inline-block;
  margin-right: 15px;
}

.Chronos-coppyright .coppyright-social li a {
  color: #848484;
  font-size: 16px;
}

.Chronos-coppyright .copyright-bottom {
  color: #848484;
  text-align: right;
  padding-right: 30px;
}

.Chronos-coppyright .copyright-bottom i {
  padding: 0px 5px;
}

.Chronos-coppyright .copyright-bottom a {
  text-decoration: none;
  color: #848484;
}

@media screen and (max-width: 767px) {
  .Chronos-coppyright .coppytext, .Chronos-coppyright .copyright-bottom {
    text-align: center;
  }
  .Chronos-coppyright .coppyright-social {
    float: none;
    text-align: center;
  }
}

/*================================================================
                  Con_n001 Start media
=================================================================*/
/*con_n001 service content media*/
@media screen and (max-width: 1199px) {
  .con_n001 .service-item .service-item-icon {
    height: 100%;
    line-height: 220px;
  }
  .con_n001 .service-item .service-item-icon i {
    line-height: 220px;
  }
  .con_n001 .service-item .service-item-icon:after {
    width: 83%;
    height: 83%;
  }
}

@media screen and (max-width: 1024px) {
  .con_n001 .service-item .service-item-icon {
    height: 100%;
    line-height: 210px;
    font-size: 50px;
  }
  .con_n001 .service-item .service-item-icon i {
    line-height: 210px;
  }
  .con_n001 .service-item .service-item-icon:after {
    width: 81%;
    height: 81%;
  }
}

@media screen and (max-width: 1000px) {
  .con_n001 .service-item .service-item-icon {
    height: 100%;
    line-height: 207px;
    font-size: 50px;
  }
  .con_n001 .service-item .service-item-icon i {
    line-height: 207px;
  }
  .con_n001 .service-item .service-item-icon:after {
    width: 81%;
    height: 81%;
  }
}

@media screen and (max-width: 999px) {
  .con_n001 .service-item .service-item-icon {
    height: 100%;
    line-height: 168px;
    font-size: 50px;
    width: 80%;
  }
  .con_n001 .service-item .service-item-icon i {
    line-height: 168px;
  }
  .con_n001 .service-item .service-item-icon:after {
    width: 76%;
    height: 76%;
  }
}

@media screen and (max-width: 992px) {
  .con_n001 .service-item .service-item-icon {
    height: 100%;
    line-height: 168px;
    font-size: 50px;
    width: 100%;
  }
  .con_n001 .service-item .service-item-icon i {
    line-height: 168px;
  }
  .con_n001 .service-item .service-item-icon:after {
    width: 76%;
    height: 76%;
  }
}

@media screen and (max-width: 767px) {
  .con_n001 .service-item .service-item-icon {
    height: 300px;
    width: 300px;
    line-height: 300px;
    font-size: 70px;
  }
  .con_n001 .service-item .service-item-icon i {
    line-height: 300px;
  }
  .con_n001 .service-item .service-item-icon:after {
    width: 87%;
    height: 87%;
  }
}

@media screen and (max-width: 320px) {
  .con_n001 .service-item .service-item-icon {
    height: 280px;
    width: 280px;
    line-height: 280px;
    font-size: 70px;
  }
  .con_n001 .service-item .service-item-icon i {
    line-height: 280px;
  }
  .con_n001 .service-item .service-item-icon:after {
    width: 86%;
    height: 86%;
  }
}

/*=================================
          Media for con_n003
==================================*/
@media screen and (min-width: 320px) and (max-width: 999px) {
  .con_n003 {
    text-align: center;
  }
}

/*=================================
          Media for con_n004
==================================*/
@media screen and (min-width: 320px) and (max-width: 999px) {
  .con_n004 {
    text-align: center;
  }
}

/*=================================
          Media for con_n006
==================================*/
@media screen and (min-width: 320px) and (max-width: 999px) {
  .con_n006 {
    text-align: center;
  }
  .con_n006 .plx-device-button {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

/*=================================
          Media for con_n007
==================================*/
@media screen and (min-width: 768px) and (max-width: 999px) {
  .con_n007 .feature-list-icons .feature-list-left-icon {
    font-size: 15px;
    width: 40px;
    height: 40px;
    line-height: 17px;
  }
}

/*=================================
          Media for con_n012
==================================*/
@media screen and (min-width: 320px) and (max-width: 991px) {
  .con_n012 .aboutme-social-border {
    margin-top: 5% !important;
    margin-bottom: 5%;
  }
}

/*=================================
          Media for con_n013
==================================*/
@media screen and (min-width: 320px) and (max-width: 991px) {
  .con_n013 .aboutme-social-border {
    margin-top: 5% !important;
    margin-bottom: 5%;
  }
}

/*=================================
          Media for con_n014
==================================*/
@media screen and (min-width: 320px) and (max-width: 767px) {
  .office-xs-margin {
    margin-bottom: 30px;
  }
}

/*=================================
      Media for fancy_media_n018
==================================*/
.fancy_media_n018 {
  /** FANCY MEDIA 01 END**/
}

@media handheld, only screen and (min-width: 320px) and (max-width: 991px) {
  .fancy_media_n018 .img {
    text-align: center;
  }
  .fancy_media_n018 .img img {
    width: 100%;
  }
  .fancy_media_n018 #image-effect-1 .overlay {
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin-left: 0%;
    height: 0;
  }
  .fancy_media_n018 .xs-img {
    width: 100%;
  }
}

/*=================================
    Media for fancy_media_n019
==================================*/
.fancy_media_n019 {
  /** FANCY MEDIA 02 END**/
}

@media handheld, only screen and (min-width: 320px) and (max-width: 991px) {
  .fancy_media_n019 .img {
    text-align: center;
  }
  .fancy_media_n019 .img img {
    width: 100%;
  }
  .fancy_media_n019 #image-effect-2 .overlay {
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin-left: 0%;
    height: 0;
  }
  .fancy_media_n019 .xs-img {
    width: 100%;
  }
}

/*================================
        Media for images_n023
=================================*/
@media screen and (min-width: 320px) and (max-width: 767px) {
  .images_n023 .spd-r-img-w img {
    width: 100%;
    margin-bottom: 30px;
  }
}

/*================================
        Media for images_n024
=================================*/
@media screen and (min-width: 320px) and (max-width: 767px) {
  .images_n024 .spd-r-img-w img {
    width: 100%;
    margin-bottom: 30px;
  }
  .images_n024 .images_n024 img {
    width: 100%;
    margin-bottom: 30px;
  }
}

/*================================
        Media for images_n025
=================================*/
@media screen and (min-width: 320px) and (max-width: 767px) {
  .images_n025 .spd-r-view {
    width: 100%;
    margin-bottom: 30px;
  }
  .images_n025 .spd-r-view img {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .images_n025 .spd-r-image-effect-one:hover .mask {
    opacity: 1;
    border: 500px solid rgba(0, 0, 0, 0.7);
  }
}

/*================================
        Media for images_n026
=================================*/
@media screen and (min-width: 320px) and (max-width: 767px) {
  .images_n026 .spd-r-img-w img {
    width: 100%;
    margin-bottom: 30px;
  }
}

/*=================================
    Media for image_n027
==================================*/
@media handheld, only screen and (min-width: 320px) and (max-width: 767px) {
  .images_n027 .spd-r-view {
    width: 100%;
  }
  .images_n027 .spd-r-view img {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .images_n027 .spd-r-image-effect-two .mask {
    border: 1000px solid rgba(0, 0, 0, 0.7);
    height: 200%;
    left: -20px;
    top: -100px;
    width: 200%;
  }
}

/*=================================
    Media for image_n028
==================================*/
@media handheld, only screen and (min-width: 320px) and (max-width: 767px) {
  .images_n028 .spd-r-view-r, .images_n028 .spd-r-view {
    width: 100%;
  }
  .images_n028 .spd-r-view-r, .images_n028 .spd-r-view img {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .images_n028 .spd-r-image-effect-two .mask {
    border: 1000px solid rgba(0, 0, 0, 0.7);
    height: 200%;
    left: -20px;
    top: -100px;
    width: 200%;
  }
}

/*=================================
    Media for image_n029
==================================*/
@media handheld, only screen and (min-width: 320px) and (max-width: 767px) {
  .images_n029 .img-rounded, .images_n029 .img-circle, .images_n029 .img-polaroid {
    width: 100%;
    height: auto;
  }
}

/*************************** con_k001 media query start       ************************************/
@media screen and (max-width: 1190px) and (min-width: 768px) {
  .con_k001 .proffesinal-team {
    padding-left: 15px;
    padding-right: 15px;
  }
  .con_k001 .teammember .teammemberhover {
    bottom: -1px;
  }
}

@media screen and (max-width: 767px) and (min-width: 320px) {
  .con_k001 .teammember img {
    width: 100%;
  }
}

/*************************** con_k001 media query end       ************************************/
/*************************** con_k002 media query start       ************************************/
@media screen and (max-width: 767px) and (min-width: 320px) {
  .blog-recent {
    text-align: center;
  }
}

/*************************** con_k002 media query end       ************************************/
/*************************** con_k005 media query start     ************************************/
@media screen and (max-width: 1325px) and (min-width: 768px) {
  .con_k005 .stunning_content {
    padding-left: 0px;
  }
  .con_k005 .bgcolor1 {
    height: 686px;
  }
  .con_k005 .bgcolor {
    height: 686px;
  }
  .con_k005 .fortuna-content p {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media screen and (max-width: 767px) and (min-width: 320px) {
  .con_k005 .stunning_content {
    padding-left: 0px;
  }
  .con_k005 .bgcolor {
    text-align: center;
  }
}

/*************************** con_k005 media query end       ************************************/
/*************************** con_k008 media query Start     ************************************/
@media screen and (max-width: 1060px) and (min-width: 768px) {
  .con_k008 .bgcolor1 {
    padding-left: 25px;
    padding-right: 20px;
    min-height: 491px;
  }
  .con_k008 .bgcolor2 {
    padding-left: 25px;
    padding-right: 30px;
    min-height: 491px;
  }
  .con_k008 .bgcolor3 {
    padding-left: 25px;
    padding-right: 20px;
    min-height: 491px;
  }
}

/*************************** con_k008 media query end     ************************************/
/*************************** con_k012 media query start     ************************************/
@media screen and (max-width: 1060px) and (min-width: 768px) {
  .con_k012 .taem1image {
    height: 80px;
    width: 80px;
    border: 2px solid #00a69c;
  }
}

@media screen and (max-width: 767px) and (min-width: 321px) {
  .con_k012 {
    text-align: center;
  }
}

/*************************** con_k012 media query end     ************************************/
/*************************** con_k013 media query start     ************************************/
@media screen and (max-width: 1060px) and (min-width: 768px) {
  .con_k013 .social-list ul li {
    padding-top: 10px;
  }
}

@media screen and (max-width: 767px) and (min-width: 321px) {
  .con_k013 .con_k013bg {
    text-align: center;
  }
  .con_k013 .con_k013bg .taem1image {
    width: 100%;
  }
  .con_k013 .con_k013bg .team2 {
    margin-top: 20px;
  }
}

/*************************** con_k013 media query end     ************************************/
/*************************** con_k014 media query Start     ************************************/
@media screen and (max-width: 960px) and (min-width: 768px) {
  .con_k014 .team3 .plus-hover {
    width: 140px;
    height: 140px;
    padding-top: 35px;
  }
  .con_k014 .team3 .taem1image {
    width: 140px;
    height: 140px;
  }
}

@media screen and (max-width: 767px) and (min-width: 321px) {
  .con_k014 .team3 {
    width: 205px;
    display: inline-block;
  }
  .con_k014 .team3:hover .plus-hover {
    left: 0%;
  }
}

/*************************** con_k014 media query end     ************************************/
/*************************** con_k015 media query start     ************************************/
@media screen and (max-width: 960px) and (min-width: 768px) {
  .con_k015 .pricingcontent .line {
    width: 220px;
  }
}

@media screen and (max-width: 767px) and (min-width: 321px) {
  .con_k015 .pricehoverdiv {
    margin-bottom: 40px;
  }
  .con_k015 .pricingcontent .line {
    width: 250px;
  }
}

/*************************** con_k015 media query end     ************************************/
/*************************** con_k016 media query start     **********************************/
@media screen and (max-width: 767px) and (min-width: 321px) {
  .con_k016 .pricingcontent {
    margin-bottom: 20px;
  }
}

/*************************** con_k016 media query end     ************************************/
/*************************** con_k017 media query start     ************************************/
@media screen and (max-width: 960px) and (min-width: 768px) {
  .con_k017 .pricingscale .pricing-content .pround {
    width: 80px;
    height: 80px;
    line-height: 70px;
    margin-top: -33%;
  }
}

@media screen and (max-width: 767px) and (min-width: 321px) {
  .con_k017 .pricingscale .pricing-content .pcontent {
    padding-top: 10px;
    padding-bottom: 0px;
    height: 120px;
  }
  .con_k017 .pricingscale .pricing-content .pround {
    margin-top: -10%;
  }
  .con_k017 .pricingscale .pricing-content {
    margin-bottom: 40px;
  }
}

/*************************** con_k017 media query end     ************************************/
/*************************** con_k018 media query start    ************************************/
@media screen and (max-width: 767px) and (min-width: 321px) {
  .con_k018 .pricingscale {
    margin-bottom: 40px;
  }
}

/*************************** con_k018 media query end     ************************************/
/*************************** con_k019 media query start     ************************************/
@media screen and (max-width: 1060px) and (min-width: 768px) {
  .con_k019 .pricingcore .pricinghead .line {
    width: 150px;
  }
  .con_k019 .listpric .ancorcontrol {
    padding: 10px 20px;
  }
  .con_k019 .listpric ul {
    padding-left: 15px;
  }
  .con_k019 .pricingcore:hover .scaleeffect {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
  }
}

@media screen and (max-width: 767px) and (min-width: 321px) {
  .con_k019 .pricingcore {
    margin-bottom: 20px;
  }
  .con_k019 .listpric ul {
    text-align: center;
    padding-left: 0px;
  }
}

/*************************** con_k019 media query end     ************************************/
/*************************** con_k022 media query start     ************************************/
@media screen and (max-width: 767px) and (min-width: 321px) {
  .con_k022 .animated {
    margin-bottom: 30px;
  }
}

/*************************** con_k022 media query end     ************************************/
/*************************** con_k023 media query start     ************************************/
@media screen and (max-width: 767px) and (min-width: 321px) {
  .con_k023 .animated {
    margin-bottom: 30px;
  }
}

/*************************** con_k023 media query end     ************************************/
/*************************** con_k026 media query start     ************************************/
@media screen and (max-width: 767px) and (min-width: 321px) {
  .blogdesign {
    text-align: center;
    margin-top: 20px;
  }
  .con_k026 .blogdesign img {
    width: 100%;
  }
}

/*************************** con_k026 media query end     ************************************/
/*************************** con_k027 media query start     ************************************/
@media screen and (max-width: 1060px) and (min-width: 768px) {
  .con_k027 .tablist ul li a {
    font-size: 11px;
  }
  .con_k027 .tablist ul li {
    width: 182px;
  }
}

@media screen and (max-width: 767px) and (min-width: 321px) {
  .con_k027 .tablist ul li {
    height: 65px;
    width: 100%;
  }
}

/*************************** con_k027 media query end     ************************************/
/*************************** con_k028 media query start     ************************************/
@media screen and (max-width: 1060px) and (min-width: 768px) {
  .con_k028 .text-effect {
    padding-top: 8px;
    padding-bottom: 0px;
  }
  .con_k028 .text-effect h3 {
    font-size: 12px;
  }
  .con_k028 .mainportfolio .icon-hover .p-hover {
    position: absolute;
    top: 14%;
    left: 25%;
  }
  .con_k028 .mainportfolio:hover .p-hover {
    top: 24% !important;
  }
}

@media screen and (max-width: 767px) and (min-width: 536px) {
  .con_k028 .mainportfolio img {
    width: 100%;
  }
  .con_k028 .mainportfolio .icon-hover .p-hover {
    left: 44%;
  }
}

@media screen and (max-width: 535px) and (min-width: 321px) {
  .con_k028 .mainportfolio img {
    width: 100%;
  }
  .con_k028 .mainportfolio .icon-hover .p-hover {
    left: 37%;
  }
}

/*************************** con_k028 media query end     ************************************/
/*************************** con_k029 media query start     ************************************/
@media screen and (max-width: 767px) and (min-width: 321px) {
  .con_k029 .aboutdiv {
    text-align: center;
    padding-top: 20px;
  }
}

/*************************** con_k029 media query end     ************************************/
/*************************** con_k030 media query start     ************************************/
@media screen and (max-width: 1060px) and (min-width: 768px) {
  .con_k030 .nav > li > a {
    font-size: 9px;
  }
  .con_k030 .tab-div .tab-content img {
    height: 160px;
  }
}

/*************************** con_k030 media query end     ************************************/
/*************************** con_k032 media query start     ************************************/
@media screen and (max-width: 1060px) and (min-width: 768px) {
  .con_k032 .list-type ul li a {
    font-size: 11px;
  }
  .con_k032 .tag-list ul li {
    margin-right: 5px;
    padding: 2px 5px;
  }
  .con_k032 .tag-list ul li a {
    font-size: 10px;
  }
}

/*************************** con_k032 media query end     ************************************/
/*************************** con_k033 media query start     ************************************/
@media screen and (max-width: 767px) and (min-width: 321px) {
  .con_k033 {
    text-align: center;
  }
  .con_k033 .answer-con {
    padding-top: 0px;
  }
  .con_k033 h3 {
    margin-top: 20px;
  }
}

/*************************** con_k033 media query end     ************************************/
/*************************** con_k034 media query start     ************************************/
@media screen and (max-width: 1060px) and (min-width: 768px) {
  .con_k034 .miantence-div {
    min-height: 250px;
  }
  .con_k034 .miantence-div .icon-control {
    top: -12%;
  }
}

@media screen and (max-width: 767px) and (min-width: 321px) {
  .con_k034 .miantence-div {
    margin-top: 50px;
  }
  .con_k034 .miantence-div .icon-control {
    left: 46%;
  }
}

@media screen and (max-width: 500px) and (min-width: 321px) {
  .con_k034 .miantence-div .icon-control {
    left: 43%;
  }
}

/*************************** con_k034 media query end     ************************************/
/*************************** con_k035 media query start     ************************************/
@media screen and (max-width: 1060px) and (min-width: 768px) {
  .con_k035 .img-left-zero {
    padding-right: 0px;
  }
  .con_k035 .padd-right {
    padding-right: 20px;
  }
  .con_k035 .col-bg .img-right-zero {
    padding-left: 0px;
    padding-top: 20px;
  }
  .con_k035 .col-bg .padd-left1 {
    padding-left: 20px;
  }
  .con_k035 .col-bg .ceo-control {
    padding-left: 0px;
  }
  .con_k035 .col-bg .padd-right1 {
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) and (min-width: 321px) {
  .con_k035 .img-left-zero {
    padding-right: 0px;
  }
  .con_k035 .skillls {
    padding-top: 50px;
  }
  .con_k035 .col-bg .img-right-zero {
    padding-left: 0px;
  }
  .con_k035 .col-bg .padd-left1 {
    padding-left: 20px;
  }
  .con_k035 .col-bg .ceo-control {
    padding-left: 0px;
  }
  .con_k035 .padd-right {
    padding-right: 20px;
  }
  .con_k035 .col-bg .padd-right1 {
    padding-right: 20px;
  }
}

/*************************** con_k035 media query end     ************************************/
/*************************** con_k097 media start        *************************************/
@media (min-width: 800px) {
  .con_k097 .spd-r-a-btn button {
    overflow: visible;
  }
  .con_k097 .spd-r-a-btn .submerge {
    display: none;
  }
  .con_k097 .spd-r-a-btn button.active .sub {
    animation: jump 4s forwards;
  }
  .con_k097 .spd-r-a-btn button.active .splash {
    animation: water-splash 3s forwards;
  }
  .con_k097 .spd-r-a-btn button.active .splash-2 {
    animation-delay: 3s;
  }
  .con_k097 .spd-r-a-btn button.active .sub {
    -webkit-animation: jump 4s forwards;
  }
  .con_k097 .spd-r-a-btn button.active .splash {
    -webkit-animation: water-splash 3s forwards;
  }
  .con_k097 .spd-r-a-btn button.active .splash-2 {
    -webkit-animation-delay: 3s;
  }
}

@media screen and (max-width: 767px) and (min-width: 321px) {
  .con_k097 .spd-r-a-btn button {
    margin: 0px;
    text-align: left;
  }
}

/*************************** con_k097 media end        *************************************/
/*************************** con_k098 pedia start        ***********************************/
/*************************** con_k098 pedia end        *************************************/
/*************************** con_k100 pedia start        ***********************************/
@media screen and (max-width: 768px) and (min-width: 321px) {
  .con_k100 .bg-content .img_control {
    margin: 10px auto;
    display: block;
  }
  .con_k100 .spd-col-md-9.spd-col-sm-9.spd-col-xs-12 {
    text-align: center;
  }
}

/*************************** con_k100 pedia end        *************************************/
/*************************** con_k101 pedia start        ***********************************/
@media screen and (max-width: 768px) and (min-width: 321px) {
  .con_k101 .center-div {
    margin-bottom: 20px;
  }
}

/*************************** con_k101 pedia end        *************************************/
/*************************** con_k102 pedia start        ***********************************/
@media screen and (max-width: 768px) and (min-width: 321px) {
  .con_k102 .spd-col-md-3.spd-col-sm-3 {
    border-bottom: 1px solid #eee;
  }
}

/*************************** con_k102 pedia end        *************************************/
/*===================================================================
  =             Start Media Query Content No - con_a001             =
  ===================================================================*/
@media screen and (max-width: 767px) {
  .con_a001 {
    text-align: center;
  }
  .con_a001 .RMButton a {
    float: none;
  }
  .con_a001 .UnderLine {
    margin: 0px auto 25px auto;
  }
  .con_a001 .MediaMargin {
    margin-top: 40px;
  }
}

/*===================================================================
  =              End Media Query Content No - con_a001              =
  ===================================================================*/
/*===================================================================
  =             Start Media Query Content No - con_a002             =
  ===================================================================*/
@media screen and (max-width: 767px) {
  .con_a002 {
    text-align: center;
  }
  .con_a002 .UnderLine {
    margin: 0px auto 25px auto;
  }
  .con_a002 .BorderRihgt {
    border-right: none;
  }
}

/*===================================================================
  =              End Media Query Content No - con_a002              =
  ===================================================================*/
/*===================================================================
  =              Start Media Query Content No - con_a004            =
  ===================================================================*/
@media screen and (max-width: 767px) {
  .con_a004 {
    text-align: center;
  }
  .con_a004 .PaddingTop {
    padding-top: 0px;
  }
  .con_a004 .UnderLine {
    margin: 0px auto 25px auto;
  }
}

/*===================================================================
  =             End Media Query Content No - con_a004               =
  ===================================================================*/
/*===================================================================
  =             Start Media Query Content No - con_a005             =
  ===================================================================*/
@media screen and (max-width: 767px) {
  .con_a005 {
    text-align: center;
  }
  .con_a005 .Button {
    float: none;
    display: inline-block;
    padding-top: 25px;
  }
}

/*===================================================================
  =             End Media Query Content No - con_a005               =
  ===================================================================*/
/*===================================================================
  =             Start Media Query Content No - con_a006             =
  ===================================================================*/
@media screen and (max-width: 767px) {
  .con_a006 .BorderRihgt {
    border-right: none;
  }
}

/*===================================================================
  =             End Media Query Content No - con_a006               =
  ===================================================================*/
/*===================================================================
  =             Start Media Query Content No - con_a007             =
  ===================================================================*/
@media screen and (max-width: 767px) {
  .con_a007 .Team, .con_a007 .Icons {
    text-align: center;
  }
  .con_a007 .ImageControl {
    width: 100%;
  }
}

/*===================================================================
  =             End Media Query Content No - con_a007               =
  ===================================================================*/
/*===================================================================
  =             Start Media Query Content No - con_a008             =
  ===================================================================*/
@media screen and (max-width: 767px) {
  .con_a008 {
    text-align: center;
  }
}

/*===================================================================
  =             End Media Query Content No - con_a008               =
  ===================================================================*/
/*===================================================================
  =             Start Media Query Content No - con_a009             =
  ===================================================================*/
@media screen and (max-width: 767px) {
  .con_a009 {
    text-align: center;
  }
}

/*===================================================================
  =             End Media Query Content No - con_a009               =
  ===================================================================*/
/*===================================================================
  =             Start Media Query Content No - con_a018             =
  ===================================================================*/
@media screen and (max-width: 767px) {
  .con_a018 .RightSide {
    text-align: center;
    margin-top: 20px;
  }
}

/*===================================================================
  =             End Media Query Content No - con_a018               =
  ===================================================================*/
/*===================================================================
  =             Start Media Query Content No - con_a019             =
  ===================================================================*/
@media screen and (max-width: 767px) {
  .con_a019 .MediaControl {
    margin-bottom: 80px;
  }
}

/*===================================================================
  =             End Media Query Content No - con_a019               =
  ===================================================================*/
/*===================================================================
  =             Start Media Query Content No - con_a020             =
  ===================================================================*/
@media screen and (max-width: 767px) {
  .con_a020 .ImageControl {
    width: 100%;
  }
}

/*===================================================================
  =             End Media Query Content No - con_a020               =
  ===================================================================*/
/*===================================================================
  =             Start Media Query Content No - con_a024            =
  ===================================================================*/
@media screen and (max-width: 767px) {
  .con_a024 .Company, .con_a024 .Terms, .con_a024 .SocialIcon, .con_a024 .Contact {
    text-align: center;
  }
}

/*===================================================================
  =             End Media Query Content No - con_a024               =
  ===================================================================*/
/*===================================================================
  =             Start Media Query Content No - con_a025            =
  ===================================================================*/
@media screen and (max-width: 767px) {
  .con_a025 .spd-no-padding.PaddingXs {
    padding: 0px 15px !important;
  }
}

/*===================================================================
  =             End Media Query Content No - con_a025               =
  ===================================================================*/
/*===================================================================
  =             Start Media Query Content No - con_a027            =
  ===================================================================*/
@media screen and (max-width: 767px) {
  .con_a027 .PaddingXs {
    padding-left: 0px !important;
  }
}

/*===================================================================
  =             End Media Query Content No - con_a027               =
  ===================================================================*/
/*===================================================================
  =             Start Media Query Content No - con_a030            =
  ===================================================================*/
@media screen and (max-width: 767px) {
  .con_a030 .ImageControl {
    width: 100%;
  }
}

/*===================================================================
  =             End Media Query Content No - con_a030               =
  ===================================================================*/
/*===================================================================
  =             Start Media Query Content No - con_a046            =
  ===================================================================*/
@media screen and (max-width: 1024px) {
  .con_a046 .spd-r-separator-02-bor {
    border: medium none !important;
  }
}

@media screen and (max-width: 767px) {
  .con_a046 .spd-r-separator-02-bor > span {
    left: 0%;
    width: 100%;
  }
}

/*===================================================================
=             End Media Query Content No - con_a046               =
===================================================================*/
/*===================================================================
  =             Start Media Query Content No - con_a047            =
  ===================================================================*/
@media screen and (max-width: 1024px) {
  .con_a047 .spd-r-separator-03-bor > span {
    width: 45%;
    left: 27%;
  }
}

@media screen and (max-width: 767px) {
  .con_a047 .spd-r-separator-03 {
    border: none !important;
  }
  .con_a047 .spd-r-separator-03-bor > span {
    left: 0;
    width: 100%;
  }
}

/*===================================================================
=             End Media Query Content No - con_a047               =
===================================================================*/
/*===================================================================
  =             Start Media Query Content No - con_a048            =
  ===================================================================*/
@media screen and (max-width: 1024px) {
  .con_a048 .spd-r-separator-04-bor > span {
    left: 28%;
  }
}

@media screen and (max-width: 767px) {
  .con_a048 .spd-r-separator-04-bor > span {
    left: 0;
    width: 100%;
  }
}

/*===================================================================
=             End Media Query Content No - con_a048               =
===================================================================*/
/*===================================================================
  =             Start Media Query Content No - con_a057            =
  ===================================================================*/
@media screen and (max-width: 1024px) {
  .con_a051 .spd-r-separator-07-bor > span {
    width: 45%;
    left: 27%;
  }
}

@media screen and (max-width: 767px) {
  .con_a051 .spd-r-separator-07-bor > span {
    left: 0;
    width: 100%;
  }
}

/*===================================================================
  =                         End Content No - con_a057               =
  ===================================================================*/
/*===================================================================
  =                         Start Content No - con_a090             =
  ===================================================================*/
@media screen and (min-width: 768px) and (max-width: 991px) {
  .con_a090 .Cus-sm-col-2 {
    margin-left: 8.33%;
  }
}

/*===================================================================
  =                         End Content No - con_a090              =
  ===================================================================*/
/*===================================================================
  =                         Start Content No - con_a091             =
  ===================================================================*/
@media screen and (min-width: 768px) and (max-width: 991px) {
  .con_a091 .col1, .con_a091 .col3, .con_a091 .col5, .con_a091 .col7 {
    margin-left: 8.33%;
  }
}




