@import "../css/icofont.css";
/*=============================================
	
	project: f.a.m
	author: kemoboy design and mayerdoathemes
	date: 06.06.2016
	version: 1.0 html
	

	---------------------------------------
			table of contents
	---------------------------------------
	
	
	00 - less and general styles
		0.1 - less (visible only in .less files)
		0.2 - general styles
	1.0 - ui elements
 		1.1 buttons 
		1.2 - section name 
		1.3 - page head 
		1.4 - feature styles 
		1.5 - filter 
		1.6 - project showcase 
		1.7 - service 
		1.8 - counter 
		1.9 - team member 
		1.10 - pinned post 
		1.11 - pricing table 
		1.12 - contact detail
		1.13 - general form 
		1.14 - subscribe form 
		1.15 - progress bar
		1.16 - pagination
		1.17 - nivo lightbox
	2.0 - navigation 
	3.0 - main slider
 	4.0 - feature
 	5.0 - featured article
 	6.0 - portfolio 
 	7.0 - service 
 	8.0 - fun fact
 	9.0 - tea 
 	10.0 - teaser
 	11.0 - testimonial
 	12.0 - partners
	13.0 - blog 
	14.0 - contact 
 	15.0 - footer
 	16.0 - skills wrappe
 	17.0 - big cta
 	18.0 - feature style two 
 	19.0 - video section 
 	20.0 -cta normal
 	21.0 - pricing  
 	22.0 - portfolio single
 	23.0 - sidebar 
 	24.0 - blog page 
 	25.0 - contact page

=============================================*/
/* 00 - less and general styles */
/* 0.1 - animations*/
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -ms-transform: translatey(0);
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }
  50% {
    -ms-transform: translatey(-10px);
    -webkit-transform: translatey(-10px);
    transform: translatey(-10px);
  }
  70% {
    -ms-transform: translatey(-5px);
    -webkit-transform: translatey(-5px);
    transform: translatey(-5px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -ms-transform: translatey(0);
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }
  50% {
    -ms-transform: translatey(-10px);
    -webkit-transform: translatey(-10px);
    transform: translatey(-10px);
  }
  70% {
    -ms-transform: translatey(-5px);
    -webkit-transform: translatey(-5px);
    transform: translatey(-5px);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/* 0.2 - less */
/* 0.3 - general styles */
a,
button,
input,
input:focus,
input:hover,
textarea,
textarea:focus,
textarea:hover,
blockquote,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  list-style-type: none;
  list-style: none;
  outline: 0;
  padding: 0;
  margin: 0;
  border: none;
  box-shadow: none;
  text-decoration: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
a:hover,
a:focus {
  text-decoration: none;
}
body {
  background: #fafafa;
  font-family: "helvetica neue", helvetica, "pingfang sc", tahoma, arial, sans-serif, "microsoft yahei" ,helvetica neue,tahoma,arial,"微软雅黑","黑体","宋体"
}
h1 {
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
}
h2 {
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
}
h3 {
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
}
h4 {
  font-size: 16px;
  line-height: 16px;
  
  font-weight: 700;
}
h5 {
  font-size: 14px;
  line-height: 14px;
  
  font-weight: 400;
}
p {
  font-size: 16px;
  line-height: 27px;
  
  font-weight: 400;
}
body{
  color: #434343;
}
.padding-b-72px{
  padding-bottom: 72px;
}
.color-white{
  color: white!important;
}
.font-14,
.font-14 p{
  font-size: 14px !important;
}
.bg-white{
  background-color: white!important;
}
.nivo-activator {
  display: block;
}
/* site - content */
.site-content {
  margin-top: 100px;
  background-color: white;
}
@media screen and (max-width: 991px) {
  .site-content {
    margin-top: 76px;
  }
}
.site-content.no-margin {
  margin-top: 0;
}
/* center buttons */
.btn-wrapper {
  text-align: center;
}
/* mask that aplys on parallax*/
.parallax-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(63, 135, 245, 0.65);
}
.parallax-mask.fade-black {
  background: rgba(0, 0, 0, 0.16);
}
.parallax-mask.white {
  background: rgba(255, 255, 255, 0.9);
}
/* g-map */
#gmap {
  width: 100%;
  height: 264px;
}
#gmap.h2 {
  height: 380px;
}
/* 1.0 - ui elements */
/* 1.1 buttons */
.btn {
  display: inline-block;
  overflow: hidden;
  position: relative;
  height: 48px;
  padding: 0 40px;
  
  font-weight: 700;
  line-height: 48px;
  text-transform: uppercase;
}
.btn span {
  position: relative;
  z-index: 10;
}
.btn.btn-solid {
  background: #3f87f5;
  color: #ffffff;
  -webkit-transition: background .3s ease ;
          transition: background .3s ease ;
}
.btn.btn-solid.white{
  background:  #ffffff;
  color:#3f87f5;
}
.btn.btn-solid::after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: .2;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
      -ms-transform: rotate(35deg);
          transform: rotate(35deg);
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
          transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: 1;
}
.btn.btn-solid:focus {
  color: #ffffff;
}
.btn.btn-solid.white:hover {
  color: #ffffff;
  background: #3f87f5;
}
.btn.btn-solid:hover {
  color: #ffffff;
  background: rgb(2, 2, 2);
}
.btn.btn-solid:hover::after {
  left: 120%;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
          transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.btn.btn-ghost {
  border: 2px solid #ffffff;
  position: relative;
  overflow: hidden;
  color: #ffffff;
  line-height: 46px;
  -webkit-transition: all .25s ease;
          transition: all .25s ease;
}
.btn.btn-ghost::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  width: 0;
  height: 100%;
  opacity: .6;
  background: #ffffff;
  -webkit-transform: translatey(-25px);
      -ms-transform: translatey(-25px);
          transform: translatey(-25px);
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.btn.btn-ghost.dark {
  color: #434343;
  border: 2px solid #434343;
  -webkit-transition: border.2s ease, color .1s ease;
          transition: border.2s ease, color .1s ease;
}
.btn.btn-ghost.dark::after {
  display: done;
}
.btn.btn-ghost.dark:hover {
  border: 2px solid #3f87f5;
}
.btn.btn-ghost:hover {
  color: #3f87f5;
}
.btn.btn-ghost:hover::after {
  -webkit-transform: translatey(0px);
      -ms-transform: translatey(0px);
          transform: translatey(0px);
  width: 100%;
  opacity: 1;
}
/* simple links */
.simple-link {
  
  font-weight: 700;
  text-transform: uppercase;
  color: #434343;
  font-size: 16px;
  -webkit-transition: all .2s ease;
          transition: all .2s ease;
}
.simple-link i {
  color: #3f87f5;
}
.simple-link.left {
  float: left;
}
.simple-link.left i {
  margin-right: 5px;
}
.simple-link.right {
  float: right;
}
.simple-link.right i {
  margin-left: 5px;
}
.simple-link:hover {
  color: #3f87f5;
}
/* 1.2 -section name*/
.section-title {
  text-align: center;
}
.section-title h2 {
  text-transform: uppercase;
  color: #434343;
}
.section-title h2 span {
  color: #3f87f5;
}
.section-title h2.white {
  color: #ffffff;
}
/* 1.3 - page head*/
.page-head {
  padding: 120px 0 40px;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.page-head.bg-one {
  background-image: url(/uploads/image/smciheadings/service-top.jpg);
}
.page-head.bg-two {
  background-image: ;
}
.page-head.bg-three {
  background-image: url(/uploads/image/smciheadings/anli-top.jpg);
}
.page-head.bg-four {
  background-image: url(/uploads/image/smciheadings/news-top.jpg);
}
.page-head.bg-five {
  background-image: url(/uploads/image/smciheadings/img-5.jpg);
}
.page-head .container {
  position: relative;
  z-index: 10;
}
.page-head h1 {
  height: 36px;
  font-size: 32px;
  text-transform: uppercase;
  color: #ffffff;
}
.page-head h1 .thin {
  font-size: 32px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400;
}
/* 1.4 - feature styles */
/* feature style one*/
.feature {
  text-align: center;
  cursor: pointer;
}
.feature .icon {
  width: 96px;
  height: 96px;
  margin: 0 auto;
  border-radius: 50%;
  background: #f7f7f7;
  color: #3f87f5;
  line-height: 96px;
  font-size: 36px;
  -webkit-transition: background .6s ease;
          transition: background .6s ease;
}
.feature .icon i {
  display: inline-block;
  -webkit-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out;
}
.feature h3 {
  color: #434343;
  text-transform: uppercase;
  margin-top: 30px;
}
.feature p {
  
  font-weight: 400;
  color: #999999;
  width: 95%;
  margin: 20px auto 0;
}
.feature:hover .icon,
.feature:focus .icon {
  background: #3f87f5;
  color: #ffffff;
}
.feature:hover .icon i,
.feature:focus .icon i {
  -webkit-transform: rotate(-1080deg);
      -ms-transform: rotate(-1080deg);
          transform: rotate(-1080deg);
}
@media screen and (max-width: 768px) {
  .feature p {
    width: 65%;
  }
}
/* feature style two */
.feature-two {
  margin-bottom: 35px;
  cursor: pointer;
}
.feature-two .top {
  margin-bottom: 25px;
}
.feature-two .top i {
  float: left;
  font-size: 36px;
  color: #3f87f5;
  margin-right: 20px;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.feature-two .top h3 {
  margin-top: 20px;
  text-transform: uppercase;
  color: #434343;
}
.feature-two p {
  color: #999999;
}
.feature-two:hover i,
.feature-two:focus i {
  -webkit-animation: pulse .25s ease 1;
          animation: pulse .25s ease 1;
  -webkit-transform-origin: 70% 70%;
      -ms-transform-origin: 70% 70%;
          transform-origin: 70% 70%;
}
/* feature styles three*/
.feature-three {
  margin-bottom: 40px;
  cursor: pointer;
}
.feature-three.left {
  text-align: right;
}
.feature-three i {
  display: inline-block;
  font-size: 36px;
  color: #3f87f5;
  margin-bottom: 20px;
}
.feature-three h3 {
  text-transform: uppercase;
  color: #434343;
  margin-bottom: 20px;
}
.feature-three p {
  color: #999999;
  margin: 0 auto;
}
.feature-three:hover i,
.feature-three:focus i {
  -webkit-animation: bounce .35s ease 1;
          animation: bounce .35s ease 1;
  -webkit-transform-origin: 70% 70%;
      -ms-transform-origin: 70% 70%;
          transform-origin: 70% 70%;
}
@media screen and (max-width: 768px) {
  .feature-three {
    text-align: center;
  }
  .feature-three.left {
    text-align: center;
  }
  .feature-three p {
    width: 65%;
    margin: 0 auto;
  }
}
/* feature style four*/
.feature-four {
  margin-bottom: 10px;
  min-height: 130px;
}
.feature-four .icon-animated {
  float: left;
  display: inline-block;
  position: relative;
  text-align: center;
  margin-right: 25px;
  width: 75px;
  height: 75px;
  font-size: 32px;
  line-height: 70px;
  border-radius: 50%;
  border: 2px solid #3f87f5;
  color: #3f87f5;
  -webkit-transition: all 0.12s ease;
          transition: all 0.12s ease;
  margin-bottom: 25px;
}
.feature-four .icon-animated i {
  display: inline-block;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 450px) {
  .feature-four .icon-animated {
    float: none;
  }
}
.service.style-two .icon-animated::after,
.feature-four .icon-animated::after {
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  position: absolute;
  z-index: 2;
}

.feature-four .icon-animated::after{

  background-size: 43%;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
}
.service.style-two .icon-animated::after{
  background-size: 32px;
    top: 69px;
    left: 0;
  height: 48px;
  width: 100%;
}
.service.style-two .icon-animated.icon-01::after,
.feature-four .icon-animated.icon-01::after {
  background-image: url(/uploads/image/smciservice/service-icon-11.png);
}
.service.style-two:hover .icon-animated.icon-01::after,
.feature-four:hover .icon-animated.icon-01::after {
  background-image: url(/uploads/image/smciservice/service-icon-01.png);
}
.service.style-two .icon-animated.icon-02::after,
.feature-four .icon-animated.icon-02::after {
  background-image: url(/uploads/image/smciservice/service-icon-12.png);
}
.service.style-two:hover .icon-animated.icon-02::after,
.feature-four:hover .icon-animated.icon-02::after {
  background-image: url(/uploads/image/smciservice/service-icon-02.png);
}
.service.style-two .icon-animated.icon-03::after,
.feature-four .icon-animated.icon-03::after {
  background-image: url(/uploads/image/smciservice/service-icon-13.png);
}
.service.style-two:hover .icon-animated.icon-03::after,
.feature-four:hover .icon-animated.icon-03::after {
  background-image: url(/uploads/image/smciservice/service-icon-03.png);
}
.service.style-two .icon-animated.icon-04::after,
.feature-four .icon-animated.icon-04::after {
  background-image: url(/uploads/image/smciservice/service-icon-14.png);
}
.service.style-two:hover .icon-animated.icon-04::after,
.feature-four:hover .icon-animated.icon-04::after {
  background-image: url(/uploads/image/smciservice/service-icon-04.png);
}
.service.style-two .icon-animated.icon-05::after,
.feature-four .icon-animated.icon-05::after {
  background-image: url(/uploads/image/smciservice/service-icon-15.png);
}
.service.style-two:hover .icon-animated.icon-05::after,
.feature-four:hover .icon-animated.icon-05::after {
  background-image: url(/uploads/image/smciservice/service-icon-05.png);
}
.service.style-two .icon-animated.icon-06::after,
.feature-four .icon-animated.icon-06::after {
  background-image: url(/uploads/image/smciservice/service-icon-16.png);
}
.service.style-two:hover .icon-animated.icon-06::after,
.feature-four:hover .icon-animated.icon-06::after {
  background-image: url(/uploads/image/smciservice/service-icon-06.png);
}
.feature-four .icon-animated::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 71px;
  height: 71px;
  z-index: 1;
  background: #3f87f5;
  border-radius: 50%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all .2s ease;
          transition: all .2s ease;
  content: "";
}
.feature-four h3 {
  text-transform: uppercase;
  color: #434343;
  margin-bottom: 5px;
}
.feature-four p {
  /* width: 75%; */
  color: #7d7d7d;
}
.feature-four:hover .icon-animated,
.feature-four:focus .icon-animated {
  color: #ffffff;
}
.feature-four:hover .icon-animated::before,
.feature-four:focus .icon-animated::before {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  opacity: 1;
}
/* 1.5 - filter */
#fam-filter {
  text-align: center;
}
#fam-filter li {
  display: inline-block;
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
  color: #434343;
  padding: 10px;
  margin: 0 20px;
  cursor: pointer;
  font-size: 16px;
}
@media (min-width: 1439px)
{
  #fam-filter li {
    font-size: 16px;
  }
}
.fangan li{
  font-weight: 500;
}
#fam-filter li:hover::after, 
#fam-filter li.selected::after {
  display: block;
  content: "";
  width: 25px;
  height: 3px;
  background: #3f87f5;
  margin: 0 auto;
  margin-top: 10px;
}
#fam-filter li:hover,
#fam-filter li.focus,
#fam-filter li.selected {
  color: #3f87f5;
}
@media screen and (max-width: 700px) {
  #fam-filter {
    text-align: left;
  }
}
/* 1.6 -  project showcase */
.project-showcase {
  position: relative;
  margin-bottom: 30px;
  display: block;
  overflow: hidden;
  /* cursor: crosshair; */
}
.project-showcase img {
  -webkit-transition: -webkit-transform .2s ease;
          transition: transform .2s ease;
}
.project-showcase .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(63, 135, 245, 1);
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform .2s ease;
          transition: transform .2s ease;
  z-index: 10;
}
.project-showcase .overlay h4 {
  margin: 30px 0 8px 30px;
  
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
}
.project-showcase .overlay h5 {
  margin-left: 30px;
  color: #ffffff;
}
.project-showcase .overlay .icon {
  position: absolute;
  bottom: 30px;
  right: 30px;
  border-right: 72px solid #ffffff;
  border-top: 72px solid transparent;
}
.project-showcase .overlay .icon i {
  position: absolute;
  top: -30px;
  left: 43px;
  font-size: 16px;
  color: #3f87f5;
}
.project-showcase:hover .overlay,
.project-showcase:focus .overlay {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.project-showcase:hover img,
.project-showcase:focus img {
  -webkit-transform: scale(1.4);
      -ms-transform: scale(1.4);
          transform: scale(1.4);
}
@media screen and (max-width: 768px) {
  .project-showcase img {
    display: block;
    width: 100%;
  }
}
/* 1.7 -  service */
.service {
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center;
  background: #ffffff;
  margin-bottom: 30px;
}
.service h3 {
  text-transform: uppercase;
  margin: 42px 0 16px;
  color: #434343;
  -webkit-transition: all .03s linear;
          transition: all .03s linear;
}
.service i {
  font-size: 48px;
  line-height: 48px;
  color: #3f87f5;
  -webkit-transition: all .2s ease;
          transition: all .2s ease;
}
.service p {
  width: 100%;
  margin: auto 0;
  color: #999999;
  -webkit-transition: all .2s ease;
          transition: all .2s ease;
          font-size: 14px;
}
.service .content {
  position: relative;
  z-index: 10;
  margin: 18px;
  min-height: 295px;
  border: 1px solid #3f87f5;
  -webkit-transition: all .2s linear;
          transition: all .2s linear;
}
.service .content > div {
  padding: 15px 0px;
}
.service::after {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.51, 0.92, 0.24, 1.15);
          transition: all 0.3s cubic-bezier(0.51, 0.92, 0.24, 1.15);
  background: #3f87f5;
}
.service:hover h3,
.service:focus h3,
.service:hover i,
.service:focus i,
.service:hover p,
.service:focus p {
  color: #ffffff;
}
.service:hover::after,
.service:focus::after {
  height: 100%;
}
.service:hover .content,
.service:focus .content {
  border: 1px solid #ffffff;
}
.service.style-two {
  background: #f7f7f7;
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .service h3 {
    margin-top: 25px;
  }
}
/* 1.8 - counter */
.counter {
  text-align: center;
}
.counter span {
  font-size: 60px;
  line-height: 60px;
  
  font-weight: 700;
  color: #ffffff;
}
@media screen and (max-width: 991px) {
  .counter span {
    font-size: 50px;
    line-height: 50px;
  }
}
@media screen and (max-width: 760px) {
  .counter span {
    font-size: 36px;
    line-height: 36px;
  }
}
.counter h3 {
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 20px;
}
.counter.style-two span {
  color: #3f87f5;
}
.counter.style-two h3 {
  color: #434343;
}
@media screen and (max-width: 991px) {
  .counter {
    margin-bottom: 65px;
  }
}
/* 1.9 - team member */
.team-member {
  position: relative;
  overflow: hidden;
  max-width: 360px;
  margin: 0 auto;
}
.team-member .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
}
.team-member img{
  width: 100%;
  height: 100%;
}
.team-member .name,
.team-member .social-media {
  position: absolute;
  height: 0;
  bottom: 0;
}
.team-member .name::before,
.team-member .social-media::before {
  position: absolute;
  display: block;
  content: "";
  z-index: 1;
  top: -120px;
}
.team-member .name .content,
.team-member .social-media .content {
  position: relative;
  z-index: 10;
}
.team-member .name {
  left: 0;
  width: 100%;
  background: #f7f7f7;
}
.team-member .name::before {
  border-left: 360px solid #f7f7f7;
  border-top: 120px solid transparent;
}
.team-member .name .content {
  margin-top: -65px;
  margin-left: 20px;
}
.team-member .name h5 {
  color: #3f87f5;
  margin-bottom: 10px;
}
.team-member .name h4 {
  text-transform: uppercase;
  
  font-weight: 700;
  color: #313131;
  font-size:20px;
}
.team-member .name h4::after{
  display: block;
  margin-top: 10px;
  content: "";
  width: 50px;
  height: 4px;
  background: #3f87f5;
}
.team-member .social-media {
  right: -170px;
  width: 170px;
  background: #3f87f5;
  -webkit-transition: right .2s ease;
          transition: right .2s ease;
}
.team-member .social-media::before {
  border-right: 170px solid #3f87f5;
  border-top: 120px solid transparent;
}
.team-member .social-media .content {
  margin-top: -50px;
  margin-left: 70px;
}
.team-member .social-media a {
  display: inline-block;
  margin: 0 3px;
  font-size: 18px;
  color: #ffffff;
  padding: 2px;
}
.team-member:hover .social-media {
  right: 0;
}
@media screen and (max-width: 991px) {
  .team-member {
    margin-bottom: 30px;
  }
}
/* 1.10 pinned post */
.pinned-post {
  background: #ffffff;
  overflow: hidden;
}
.pinned-post .img-wrapper {
  position: relative;
  overflow: hidden;
}
.pinned-post .img-wrapper img {
  -webkit-transition: -webkit-transform .2s ease;
          transition: transform .2s ease;
          width: 100%;
          height: 100%;
}
@media screen and (max-width: 700px) {
  .pinned-post .img-wrapper img {
    width: 100%;
  }
}
.pinned-post .img-wrapper .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(63, 135, 245, 0.34);
  text-align: center;
  line-height: 240px;
  font-size: 26px;
  color: #ffffff;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform .2s ease;
          transition: transform .2s ease;
  z-index: 10;
}
.pinned-post .img-wrapper .overlay i {
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
.pinned-post .info-block {
  padding: 25px 20px 20px;
}
.testimonials-wrapper .info-block p{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  height: 130px;
}
.pinned-post h5 {
  margin-bottom: 10px;
  color: #3f87f5;
}
.pinned-post h5::after {
  display: block;
  margin-top: 10px;
  content: "";
  width: 40px;
  height: 3px;
  background: #3f87f5;
}
.pinned-post h4 {
  
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  line-height: 27px;
  -webkit-transition: all .15s ease;
          transition: all .15s ease;
}
.pinned-post h4:hover,
.pinned-post h4:focus {
  color: #3f87f5;
}
.pinned-post:hover .img-wrapper img {
  -webkit-transform: scale(1.4);
      -ms-transform: scale(1.4);
          transform: scale(1.4);
}
.pinned-post:hover .img-wrapper .overlay {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.pinned-post:hover .img-wrapper .overlay i {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}
@media screen and (max-width: 991px) {
  .pinned-post {
    margin-bottom: 30px;
  }
}
/* 1.11 -pricing table */
.pricing-table {
  border: 1px solid #dddddd;
  max-width: 360px;
  margin: 0 auto;
}
.pricing-table.featured {
  border: 1px solid #3f87f5;
}
.pricing-table.featured .price-wrapper {
  background: #3f87f5;
}
.pricing-table.featured .price-wrapper h2,
.pricing-table.featured .price-wrapper h5 {
  color: #ffffff;
}
.pricing-table .title {
  padding: 45px ;
  text-transform: uppercase;
  color: #434343;
}
.pricing-table .price-wrapper {
  padding: 45px;
  background: #f7f7f7;
}
.pricing-table .price-wrapper h2,
.pricing-table .price-wrapper h5 {
  display: inline-block;
}
.pricing-table .price-wrapper h2 {
  color: #3f87f5;
  font-size: 42px;
}
.pricing-table .price-wrapper h5 {
  text-transform: uppercase;
  
  font-weight: 700;
  color: #434343;
}
.pricing-table ul.body {
  padding: 30px 45px;
}
.pricing-table ul.body li {
  padding: 15px 0 ;
  
  font-weight: 400;
  color: #999999;
  font-size: 16px;
  line-height: 16px;
}
.pricing-table .footer {
  padding: 0 45px 45px;
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .pricing-table .title,
  .pricing-table .price-wrapper,
  .pricing-table .footer {
    padding: 45px 35px;
  }
}
@media screen and (max-width: 991px) {
  .pricing-table {
    margin-bottom: 30px;
  }
}
/* 1.12 contact detail */
.contact-detail {
  text-align: center;
}
.contact-detail .icon {
  position: relative;
  width: 60px;
  height: 60px;
  margin: 0 auto 30px;
  border-radius: 50%;
  background: #3f87f5;
  color: #ffffff;
  font-size: 24px;
  line-height: 60px;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.contact-detail .icon::after {
  position: absolute;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform .3s ease;
          transition: transform .3s ease;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #3f87f5;
}
.contact-detail .name {
  text-transform: uppercase;
  
  font-weight: 700;
  color: #434343;
  margin-bottom: 12px;
}
.contact-detail .info {
  
  font-weight: 400;
  color: #999999;
}
.contact-detail.bordered {
  padding: 55px 0;
  border: 1px solid #dddddd;
}
.contact-detail:hover .icon,
.contact-detail.focus .icon {
  background: #ffffff;
  color: #3f87f5;
}
.contact-detail:hover .icon::after,
.contact-detail.focus .icon::after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
@media screen and (max-width: 600px) {
  .contact-detail {
    width: 100%;
    margin-bottom: 45px;
  }
}
/* 1.13 - general form */
.fam-form {
  display: block;
  height: auto;
}
.fam-form .fields-group {
  width: 50%;
  float: left;
}
.fam-form .fields-group.left {
  padding-right: 15px;
}
.fam-form .fields-group.right {
  padding-left: 15px;
}
@media screen and (max-width: 600px) {
  .fam-form .fields-group {
    width: 100%;
  }
  .fam-form .fields-group.left,
  .fam-form .fields-group.right {
    padding: 0;
  }
}
.fam-form .field {
  position: relative;
  height: 100%;
  width: 100%;
  margin-bottom: 24px;
}
.fam-form .field input,
.fam-form .field textarea {
  display: block;
  width: 100%;
  height: 48px;
  background: #f7f7f7;
  
  font-weight: 400;
  font-style: italic;
  font-size: 16px;
  padding: 0 15px;
  color: #999999;
  border: 1px solid transparent;
}
.fam-form .field input:hover,
.fam-form .field textarea:hover {
  border: 1px solid rgba(153, 153, 153, 0.18);
}
.fam-form .field input:focus,
.fam-form .field textarea:focus {
  border: 1px solid #3f87f5;
}
.fam-form .field textarea {
  height: 192px;
  padding: 15px;
}
.fam-form .field label {
  position: absolute;
  padding: 0 15px ;
  bottom: -32px;
  width: 100%;
  height: 32px;
  line-height: 30px;
  background: #3f87f5;
  z-index: 10;
  
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
}
.fam-form .btn {
  float: right;
}
@media screen and (max-width: 991px) {
  .fam-form {
    margin-bottom: 30px;
  }
}
/* 1.14 subscribe form */
#mc_embed_signup {
  position: relative;
  padding-top: 8px;
}
#mc_embed_signup input#mce-email {
  float: left;
  background: none;
  border: none;
  height: 44px;
  padding: 0 20px;
  width: 82%;
  
  font-weight: 400;
  font-style: italic;
  color: #999999;
}
#mc_embed_signup input#mce-email[type="email"]:focus {
  background: none;
  border: none;
}
@media screen and (max-width: 1200px) {
  #mc_embed_signup input#mce-email {
    width: 75%;
  }
}
#mc_embed_signup #mc_embed_signup_scroll {
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: 45px;
}
#mc_embed_signup #mc_embed_signup_scroll button {
  text-align: center;
  float: left;
  width: 18%;
  height: 44px;
  color: rgba(255, 255, 255, 0.3);
  font-size: 24px;
  line-height: 45px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
#mc_embed_signup #mc_embed_signup_scroll button:hover,
#mc_embed_signup #mc_embed_signup_scroll button:focus {
  background: #ffffff;
  color: #3f87f5;
}
@media screen and (max-width: 1200px) {
  #mc_embed_signup #mc_embed_signup_scroll button {
    width: 25%;
  }
}
#mc_embed_signup div.mce_inline_error {
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
  position: absolute;
  top: 53px;
  left: 0;
  width: 100%;
  background: #3f87f5 !important;
}
/* 1.15 progress bar*/
.progress-bar-wrapper {
  width: 100%;
  height: 100%;
  margin-bottom: 30px;
}
.progress-bar-wrapper.last {
  margin-bottom: 0;
}
.progress-bar-wrapper .progress-bar-outer {
  position: relative;
}
.progress-bar-wrapper .progress-bar-outer h5 {
  
  font-weight: 700;
  color: #434343;
  text-transform: uppercase;
}
.progress-bar-wrapper .progress-bar-outer .progress-bar-inner {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 12px;
}
.progress-bar-wrapper .progress-bar-outer .progress-bar-inner .empty-bar {
  position: relative;
  width: 100%;
  border-radius: 25px;
  height: 6px;
  background: #d8d8d8;
}
.progress-bar-wrapper .progress-bar-outer .progress-bar-inner .full-bar {
  display: block;
  width: 100%;
  position: absolute;
  height: 6px;
  left: 0;
  top: 0;
  border-radius: 25px;
  background: #3f87f5;
}
.progress-bar-wrapper .progress-bar-outer .progress-bar-inner .full-bar.p-10 {
  width: 10%;
}
.progress-bar-wrapper .progress-bar-outer .progress-bar-inner .full-bar.p-20 {
  width: 20%;
}
.progress-bar-wrapper .progress-bar-outer .progress-bar-inner .full-bar.p-30 {
  width: 30%;
}
.progress-bar-wrapper .progress-bar-outer .progress-bar-inner .full-bar.p-40 {
  width: 40%;
}
.progress-bar-wrapper .progress-bar-outer .progress-bar-inner .full-bar.p-50 {
  width: 50%;
}
.progress-bar-wrapper .progress-bar-outer .progress-bar-inner .full-bar.p-60 {
  width: 60%;
}
.progress-bar-wrapper .progress-bar-outer .progress-bar-inner .full-bar.p-70 {
  width: 70%;
}
.progress-bar-wrapper .progress-bar-outer .progress-bar-inner .full-bar.p-80 {
  width: 80%;
}
.progress-bar-wrapper .progress-bar-outer .progress-bar-inner .full-bar.p-90 {
  width: 90%;
}
.progress-bar-wrapper .progress-bar-outer .progress-bar-inner .full-bar.p-100 {
  width: 100%;
}
.progress-bar-wrapper .progress-bar-outer .progress-bar-inner .procent {
  position: absolute;
  top: -30px;
  right: 0;
  
  font-weight: 400;
  color: #999999;
  font-size: 16px;
}
/* 1.16 - pagination */
ul#pages {
  display: inline-block;
}
ul#pages li {
  display: block;
  float: left;
  text-align: center;
  margin-right: 12px;
}
ul#pages li:first-child a,
ul#pages li:last-child a {
  font-size: 24px;
}
ul#pages li span,
ul#pages li a {
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 47px;
  border: 1px solid #dddddd;
  font-size: 18px;
  
  font-weight: 400;
  color: #434343;
  -webkit-transition: background .15s ease, color .2s ease, border .02s linear;
          transition: background .15s ease, color .2s ease, border .02s linear;
}
ul#pages li a:hover,
ul#pages li.active a{
  color: #ffffff;
  background: #3f87f5;
  border: 1px solid transparent;
}
@media screen and (max-width: 768px) {
  ul#pages li {
    margin-bottom: 12px;
  }
  ul#pages li a {
    width: 35px ;
    height: 35px;
    line-height: 35px;
  }
}
/* 1.17 - nivo lightbox*/
.nivo-lightbox-overlay {
  background: rgba(0, 0, 0, 0.75);
  z-index: 99999;
}
.nivo-lightbox-overlay .nivo-lightbox-wrap img {
  padding: 6px;
  background: #ffffff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}
.nivo-lightbox-overlay .nivo-lightbox-nav {
  text-indent: -9999px;
  top: 25%;
}
.nivo-lightbox-overlay .nivo-lightbox-nav.nivo-lightbox-prev {
  height: 50%;
  width: 10%;
  padding-left: 20px;
  background: url(/uploads/image/smcimg/lightbox-arrow-left.png) center center no-repeat;
}
.nivo-lightbox-overlay .nivo-lightbox-nav.nivo-lightbox-next {
  height: 50%;
  width: 10%;
  padding-right: 20px;
  background: url(/uploads/image/smcimg/lightbox-arrow-right.png) center center no-repeat;
}
.nivo-lightbox-overlay .nivo-lightbox-nav.nivo-lightbox-prev,
.nivo-lightbox-overlay .nivo-lightbox-nav.nivo-lightbox-next {
  opacity: .6;
  -webkit-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}
.nivo-lightbox-overlay .nivo-lightbox-nav.nivo-lightbox-prev:hover,
.nivo-lightbox-overlay .nivo-lightbox-nav.nivo-lightbox-next:hover {
  opacity: 1;
}
.nivo-lightbox-overlay .nivo-lightbox-close {
  text-indent: -9999px;
  background: url(/uploads/image/smcimg/lightbox-close.png) center center no-repeat;
  width: 65px;
  height: 65px;
  opacity: .6;
  -webkit-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}
.nivo-lightbox-overlay .nivo-lightbox-close:hover {
  opacity: 1;
}
/* 2.0 - navigation */
#main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #ffffff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.08);
  transform: translatez(0);
  /* fix postion when hover items that have transfrom:*; */
  -webkit-transform: translatez(0)
  /* fix postion when hover items that have transfrom:*; */
}
#main-header .container{
  padding-right: 30px;
  padding-left: 30px;
  width: 100%;
}
#main-header .container,
#main-header .row {
  position: relative;
}
#main-header.header-small-icons .buttons button {
  border: none;
  color: #000000;
}
#main-header.header-transparent.nav-scroll #site-navigation,
#main-header.header-transparent-scroll.nav-scroll #site-navigation {
  padding-top: 30px;
}
@media screen and (max-width: 991px) {
  #main-header.header-transparent.nav-scroll #site-navigation,
  #main-header.header-transparent-scroll.nav-scroll #site-navigation {
    padding-top: 0;
  }
}
#main-header.header-transparent {
  background: none;
  box-shadow: none;
}
#main-header.header-transparent-scroll {
  background: #ffffff;
}
#main-header.nav-scroll .site-branding a {
  padding: 22px 0;
}
#main-header.nav-scroll #site-navigation {
  padding-top: 32px;
}
@media screen and (max-width: 991px) {
  #main-header.nav-scroll #site-navigation {
    padding-top: 0;
  }
}
#main-header.nav-scroll #site-navigation #main-nav .menu-item {
  padding-buttom: 10px;
}
#main-header.nav-scroll .buttons {
  margin: 26px 0;
}
#main-header .line {
  position: relative;
}
#main-header .line:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 10px;
  background: #bbbbbb;
  left: 17.5%;
  top: 50%;
  margin-top: -5px;
}
@media screen and (max-width: 991px) {
  #main-header .line:before {
    display: none;
  }
}
#main-header #search-header-bar {
  display: none;
  background: #f7f7f7;
  height: 45px;
}
#main-header #search-header-bar form {
  display: block;
  width: 100%;
  height: 100%;
}
#main-header #search-header-bar form input {
  display: block;
  width: 100%;
  height: 45px;
  
  font-weight: 400;
  color: rgba(34, 34, 34, 0.85);
  text-transform: uppercase;
}
#main-header #search-header-bar form button {
  position: absolute;
  right: 15px;
  top: 0px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 15px;
  color: #3f87f5;
}

#main-header .site-branding a {
  display: block;
  font-size: 36px;
  line-height: 36px;
  padding: 32px 0;
  
  font-weight: 700;
  color: #434343;
}
#main-header .site-branding a span {
  color: #3f87f5;
  margin: 0 10px;
}
#main-header .site-branding a img{
  height: 29px;
}
#main-header #site-navigation {
  padding-top: 40px;
}
#main-header #site-navigation #main-menu {
  float: right;
}
#main-header #site-navigation #main-menu .menu-item {
  display: inline-block;
  position: relative;
  padding: 0 25px 40px; 
}
#main-header #site-navigation #main-menu .menu-item:last-child {
  padding-right: 0;
}
@media (min-width: 992px){
  #main-header #site-navigation #main-menu .menu-item {
    min-height: 60px;
  }
}
@media screen and (max-width: 1439px) {
  #main-header #site-navigation #main-menu .menu-item {
    padding: 0 10px 32px;
  }
}
#main-header #site-navigation #main-menu .menu-item > a {
  padding: 0 0 6px;
  position: relative;
  font-size: 18px;
  text-transform: uppercase;
  
  font-weight: 500;
  line-height: 16px;
  color: #313131;
}
#main-header #site-navigation #main-menu .menu-item > a::before {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 3px;
  right: 0;
  bottom: 0;
  background: #3f87f5;
  -webkit-transition: width 0.2s ease-in-out;
          transition: width 0.2s ease-in-out;
}
#main-header #site-navigation #main-menu .menu-item.active > a,
#main-header #site-navigation #main-menu .menu-item:hover > a,
#main-header #site-navigation #main-menu .menu-item:focus > a {
  color: #3f87f5;
}
#main-header #site-navigation #main-menu .menu-item.active > a::before,
#main-header #site-navigation #main-menu .menu-item:hover > a::before,
#main-header #site-navigation #main-menu .menu-item:focus > a::before {
  width: 18px;
}
#main-header #site-navigation #main-menu .menu-item .sub-menu {
  display: none;
  position: absolute;
  top: 60px;
  width: 208px;
  left: 0;
  background: #3f87f5;
  padding: 15px 0;
}
#main-header #site-navigation #main-menu .menu-item .sub-menu .sub-menu-item {
  height: 45px;
  position: relative;
}
#main-header #site-navigation #main-menu .menu-item .sub-menu .sub-menu-item a {
  display: block;
  
  font-weight: 500;
  text-transform: uppercase;
  line-height: 45px;
  color: #ffffff;
  padding: 0 25px;
}
#main-header #site-navigation #main-menu .menu-item .sub-menu .sub-menu-item a:hover {
  background: rgba(0, 0, 0, 0.1);
}
#main-header #site-navigation #main-menu .menu-item .sub-menu.open {
  display: block;
}
#main-header .buttons {
  margin: 29px 0;
  float: right;
}
#main-header .buttons button {
  float: left;
  width: 42px;
  height: 42px;
  margin-right: 15px;
  border-radius: 50%;
  border: 2px solid #3f87f5;
  font-size: 15px;
  line-height: 15px;
  text-align: center;
  color: #3f87f5;
  -webkit-transition: all 0.23s ease-in-out;
          transition: all 0.23s ease-in-out;
}
#main-header .buttons button:hover,
#main-header .buttons button.selected {
  color: #ffffff;
  background: #3f87f5;
}
#main-header .buttons button#menu-toggle {
  margin-right: 15px;
  display: none;
}
@media screen and (max-width: 991px) {
  #main-header .site-branding a {
    padding: 20px 0;
  }
  #main-header #site-navigation {
    padding: 0;
    position: absolute;
    right: 0;
    top: 85px;
    width: 210px;
    background: #ffffff;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
    display: none;
  }
  #main-header #site-navigation.open {
    display: block;
  }
  #main-header #site-navigation #main-menu {
    float: none;
    display: block;
  }
  #main-header #site-navigation #main-menu .menu-item {
    padding: 0;
    display: block;
    position: relative;
  }
  #main-header #site-navigation #main-menu .menu-item > a {
    display: block;
    padding: 10px 15px;
    border-bottom: 1px solid #dddddd;
  }
  #main-header #site-navigation #main-menu .menu-item > a::before {
    display: none;
  }
  #main-header #site-navigation #main-menu .menu-item:last-child > a {
    border-bottom: 0;
  }
  #main-header #site-navigation #main-menu .menu-item:hover a,
  #main-header #site-navigation #main-menu .menu-item:focus a,
  #main-header #site-navigation #main-menu .menu-item.active a {
    border-bottom: 2px solid #3f87f5;
  }
  #main-header #site-navigation #main-menu .menu-item .sub-menu {
    position: static;
    padding: 0;
  }
  #main-header .buttons {
    margin: 22px 0;
  }
  #main-header .buttons button#menu-toggle {
    display: block;
  }
}
/* 3.0 - main slider*/
#main-slider {
  background: #ffffff;
}
#main-slider .slotholder:after {
  content: "";
  position: absolute;
  right: 60px;
  bottom: 60px;
  pointer-events: none;
  width: 0;
  height: 0;
  opacity: .8;
  border-bottom: 240px solid #3f87f5;
  border-left: 230px solid transparent;
}
@media screen and (max-width: 768px) {
  #main-slider .slotholder:after {
    display: none;
  }
}
.tp-leftarrow.tparrows{
  left: auto;
  right: -45px;
}
.tp-rightarrow.tparrows{
  left: auto;
  right: -50px;
}
#main-slider .tparrows {
  background: none;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 48px;
  height: 48px;
  -webkit-transition: all .2s ease;
          transition: all .2s ease;
}
#main-slider .tparrows::before {
  font-weight: bold;
  font-size: 18px;
  line-height: 46px;
  -webkit-transition: all .2s ease;
          transition: all .2s ease;
}
#main-slider .tparrows:hover,
#main-slider .tparrows:focus {
  background: #ffffff;
}
#main-slider .tparrows:hover::before,
#main-slider .tparrows:focus::before {
  color: #3f87f5;
}
#main-slider .slider-line {
  width: 36px;
  height: 6px;
  background: #3f87f5;
}
#main-slider .slider-line.white {
  background: #ffffff;
}
#main-slider .big-caption {
  text-transform: uppercase;
  font-size: 60px;
  line-height: 72px;
  
  font-weight: 700;
  color: #434343;
}
#main-slider .big-caption span {
  color: #3f87f5;
}
#main-slider .small-caption {
  
  font-weight: 400;
  font-size: 24px;
  color: #434343;
  line-height: 36px;
}
#main-slider .slider-button {
  border: 3px solid #434343;
  height: 45px;
  line-height: 43px;
  padding: 0 32px;
  text-transform: uppercase;
  
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
}
#main-slider .slider-button:hover {
  background: #434343;
  color: #ffffff;
}
#main-slider .slider-button.white {
  border: 3px solid #ffffff;
  color: #ffffff;
}
#main-slider .slider-button.white:hover {
  background: #434343;
  color: #ffffff;
}
#main-slider .white-caption {
  color: #ffffff;
}
/* 4.0 - features*/
.features-wrapper {
  padding: 96px 0;
  background: #ffffff;
}
.features-wrapper .features {
  padding-top: 70px;
}
@media screen and (max-width: 991px) {
  .features-wrapper {
    padding-bottom: 51px;
  }
  .features-wrapper .features .feature {
    margin-bottom: 45px;
  }
}
.features-three-wrapper {
  padding: 96px 0;
  background: #ffffff;
}
.features-three-wrapper .features-col {
  padding-top: 100px;
}
.features-three-wrapper .features-col.left {
  padding-right: 25px;
}
.features-three-wrapper .features-col.right {
  padding-left: 25px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .features-three-wrapper .features-col {
    padding-top: 0;
  }
  .features-three-wrapper .img-wrapper {
    padding-top: 120px;
  }
}
@media screen and (max-width: 768px) {
  .features-three-wrapper .feature-col {
    padding-top: 0;
  }
  .features-three-wrapper .img-wrapper {
    width: 100%;
    text-align: center;
  }
  .features-three-wrapper .img-wrapper img {
    display: inline-block;
  }
}
/* 5.0 - featured article */
.featured-article-wrapper {
  /* background: url(/uploads/image/smcirandom/world-bg.jpg) ; */
  background-color :#3d88f5;
  background-size: 80%;
  /* background-attachment: fixed;
  position: relative; */
  padding: 20px 0 66px;
  height: 500px;
}
.featured-article-wrapper img{
  position: absolute;
  width: 100%;
}
/* .featured-article-wrapper {
  padding: 96px 0;
  background: #f7f7f7;
} */
.featured-article-wrapper .info-block{
  padding-top: 200px;
}
.featured-article-wrapper.second-style {
  background: #ffffff;
}
.featured-article-wrapper .info-block h3 {
  text-transform: uppercase;
  color: #ffffff;
}
.featured-article-wrapper .info-block .colored-line {
  width: 30px;
  height: 6px;
  background: #3f87f5;
  margin: 15px 0 20px;
}
.featured-article-wrapper .info-block h2 {
  text-transform: uppercase;
  color: #ffffff;
  width: 95%;
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 30px;
}
.featured-article-wrapper .info-block h2 span {
  color: #3f87f5;
}
.featured-article-wrapper .info-block p {
  color: #ffffff;
}
.featured-article-wrapper .info-block p.highlight {
  font-weight: 700;
  font-style: italic;
  margin-bottom: 25px;
}
.featured-article-wrapper .info-block .btn {
  margin-top: 40px;
}
.featured-article-wrapper .img-wrapper {
  position: relative;
}
.featured-article-wrapper .img-wrapper img {
  position: relative;
  z-index: 10;
  top: 30px;
}
@media screen and (max-width: 991px) {
  .featured-article-wrapper .img-wrapper img {
    width: 95%;
    right: 30px;
    margin-left: 30px;
  }
}
.featured-article-wrapper .img-wrapper::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  z-index: 1;
  border-top: 290px solid #3f87f5;
  border-left: 370px solid transparent;
}
@media screen and (max-width: 991px) {
  .featured-article-wrapper .img-wrapper {
    margin-top: 45px;
  }
}
@media screen and (max-width: 400px) {
  .featured-article-wrapper .img-wrapper::after {
    border-top: 190px solid #3f87f5;
    border-left: 270px solid transparent;
  }
}
/* 6.0 - portfolio */
.portfolio-wrapper {
  padding: 0px 0 96px;
  background: #ffffff;
}
.portfolio-wrapper.portfolio-page .portfolio {
  padding: 0;
}
.portfolio-wrapper.style-two {
  background: #f7f7f7;
}
.portfolio-wrapper .portfolio {
  padding-top: 60px;
}
.portfolio-wrapper .portfolio .fam-filterable {
  padding-top: 30px;
}
@media screen and (max-width: 600px) {
  .portfolio-wrapper .portfolio .fam-filterable .item {
    width: 100%;
  }
  .portfolio-wrapper .portfolio .fam-filterable .item img {
    width: 100%;
  }
}
.portfolio-wrapper .btn-wrapper {
  padding-top: 30px;
}
.portfolio-wrapper .pagination-wrapper {
  margin-top: 30px;
  text-align: center;
}
/* 7.0 - services*/
.services-wrapper {
  padding:0 0 96px 0 ;
  background: #f7f7f7;
}
.services-wrapper.style-two {
  background: #ffffff;
}
.services-wrapper .services {
  padding:0px 94px 0px 94px;
}
.services-wrapper .services-col{
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 1439px)
{
  .services-wrapper .services-col{
    padding-left: 0px;
    padding-right: 0px;
  }
  .services-wrapper .services {
    padding:90px 0 0 0;
  }
}
.services-wrapper .services-col.space-top {
  padding-top: 47px;
}
@media screen and (max-width: 991px) {
  .services-wrapper .services-col.space-top {
    padding-top: 0;
  }
}
@media screen and (max-width: 600px) {
  .services-wrapper .services-col {
    width: 100%;
  }
  .services-wrapper .services-col>div{
    width: 100%;
  }
}
/* 8.0 - fun facts*/
.fun-facts-wrapper {
  padding: 86px 0;
  background: #3f87f5;
}
@media screen and (max-width: 991px) {
  .fun-facts-wrapper {
    padding-bottom: 21px;
  }
}
.fun-facts-wrapper.second-style {
  padding: 0;
  background: #ffffff;
}
.fun-facts-wrapper.second-style .boxed {
  padding: 96px 0;
  border-top: 1px solid #dddddd;
}
/* 9.0 - team*/
.team-wrapper {
  /* padding: 0 0 96px 0; */
  background: #ffffff;
}
.team-wrapper .team-members {
  padding-top: 0px;
}
@media screen and (max-width: 991px) {
  .team-wrapper {
    padding: 0px 0 0px;
  }
}
/* 10.0 - teaser */
.teaser-wrapper .img-wrapper {
  padding: 0 ;
  overflow: hidden;
}
.teaser-wrapper .content {
  background: #f7f7f7;
  padding: 96px 0px 52px 73px;
}
.teaser-wrapper.style-two .features .feature-four p{
  font-size:14px;
  display: table-row;
}
@media screen and (min-width: 1170) and (max-width: 1200px) {
  .teaser-wrapper .container{
    width: 1100px;
  }
  .teaser-wrapper .content {
    padding: 76px 0 76px 45px;
  }
}
@media screen and (max-width: 1170px) {
  .teaser-wrapper .content {
    padding: 74px 0 74px 25px;
  }
  .teaser-wrapper .content .feature-four {
    margin-bottom: 40px;
  }
  .teaser-wrapper .content .feature-four p {
    width: 83%;
    font-size:14px;
  }
}
.teaser-wrapper.style-two {
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position:center center ;
  position: relative;
  padding: 20px 0 66px;
}
.teaser-wrapper.style-two .container {
  position: relative;
  z-index: 10;
}
.teaser-wrapper.style-two .features .feature-four p {
  /* width: 85%; */
  /* padding-left: 121px; */
}
.teaser-wrapper.style-three {
  background: url(/uploads/image/smcirandom/img-21.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 96px 0 66px;
}
.teaser-wrapper.style-three h2 {
  text-transform: uppercase;
  font-size: 36px;
  line-height: 36px;
}
.teaser-wrapper.style-three p {
  color: #999999;
  margin: 30px 0 60px;
}
.teaser-wrapper.style-three .features-col {
  float: left;
  width: 50%;
}
.teaser-wrapper.style-three .features-col.left {
  padding-right: 15px;
}
.teaser-wrapper.style-three .features-col.right {
  padding-left: 15px;
}
@media screen and (max-width: 768px) {
  .teaser-wrapper.style-three .features-col {
    width: 100%;
    padding: 0;
  }
}
.teaser-wrapper.style-three .feature-three p {
  margin: 0 auto;
}
/* 11.0 - testimonial */
.testimonials-wrapper {
  padding: 0px 0 48px;
  background: #ffffff;
}
.testimonials-wrapper.style-two {
  background: #f7f7f7;
}
.testimonials-wrapper.style-two .qoute-icon {
  border-right: 192px solid #3f87f5;
  color: #ffffff;
}
.testimonials-wrapper #fam-testimonials {
  padding: 0px 0 72px;
}
.testimonials-wrapper #fam-testimonials .testimonial img {
  display: inline-block;
  width: 35%;
  float: left;
  padding-right: 43px;
  padding-left: 5px;
  margin-bottom: 35px;
}
.testimonials-wrapper #fam-testimonials .testimonial .info-block {
  float: left;
  width: 65%;
}
.testimonials-wrapper #fam-testimonials .testimonial .info-block a:hover {
	color:#3f87f5;
}
@media screen and (max-width: 1200px) {
  .testimonials-wrapper #fam-testimonials .testimonial .info-block {
    width: 65%;
  }
}
.testimonials-wrapper #fam-testimonials .testimonial h1 {
  text-transform: uppercase;
  color: #434343;
  margin-bottom: 20px;
  font-size: 20px;
}
.testimonials-wrapper #fam-testimonials .testimonial p {
  color: #272727;
  margin-bottom: 37px;
  width: 89%;
  font-size: 14px;
}
.testimonials-wrapper #fam-testimonials .testimonial h4 {
  
  font-weight: 700;
  text-transform: uppercase;
  color: #434343;
  margin-bottom: 12px;
}
.testimonials-wrapper #fam-testimonials .testimonial h5 {
  color: #3f87f5;
}
.testimonials-wrapper #fam-testimonials .owl-controls {
  position: relative;
}
.testimonials-wrapper #fam-testimonials .owl-controls .owl-nav {
  position: absolute;
  display: inline-block;
  left: 35%;
  top: 30px;
}
@media screen and (max-width: 1200px) {
  .testimonials-wrapper #fam-testimonials .owl-controls .owl-nav {
    left: 43%;
    margin-left: -54px;
  }
}
.testimonials-wrapper #fam-testimonials .owl-controls .owl-nav .owl-prev,
.testimonials-wrapper #fam-testimonials .owl-controls .owl-nav .owl-next {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-right: 12px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-size: 24px;
  border: 1px solid #3f87f5;
  color: #3f87f5;
  -webkit-transition: background .3s ease, color .2s ease;
          transition: background .3s ease, color .2s ease;
}

.testimonials-wrapper #fam-testimonials .owl-controls .owl-nav .owl-prev i,
.testimonials-wrapper #fam-testimonials .owl-controls .owl-nav .owl-next i{
  line-height: 40px;
  display: inline-block;
}
.testimonials-wrapper #fam-testimonials .owl-controls .owl-nav .owl-prev:hover,
.testimonials-wrapper #fam-testimonials .owl-controls .owl-nav .owl-next:hover,
.testimonials-wrapper #fam-testimonials .owl-controls .owl-nav .owl-prev.focus,
.testimonials-wrapper #fam-testimonials .owl-controls .owl-nav .owl-next.focus {
  background: #3f87f5;
  color: #ffffff;
}
.testimonials-wrapper .qoute-icon {
  position: relative;
  z-index: 998;
  margin-top: -192px;
  float: right;
  border-right: 192px solid #f7f7f7;
  border-top: 192px solid transparent;
  font-size: 60px;
  text-align: center;
  color: #3f87f5;
}
.testimonials-wrapper .qoute-icon i {
  position: absolute;
  top: -80px;
  left: 100px;
  -webkit-transform: scalex(-1);
      -ms-transform: scalex(-1);
          transform: scalex(-1);
}
@media screen and (max-width: 700px) {
  .testimonials-wrapper #fam-testimonials .testimonial img {
    width: 100%;
    padding-left: 0;
    padding-right: 0px;
  }
  .testimonials-wrapper #fam-testimonials .testimonial p{
    height: auto
  }
  .testimonials-wrapper #fam-testimonials .testimonial .info-block {
    width: 100%;
  }
  .testimonials-wrapper #fam-testimonials .testimonial p {
    width: 100%;
  }
  .testimonials-wrapper .qoute-icon {
    display: none;
  }
  #home-about {
    padding: 72px 0 0 0 !important;
  }
  .testimonials-wrapper #home-about .img-responsive {
    float:none;
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 0px;
  }
  .testimonials-wrapper .info-block p{
    height: auto;
  }
}
/* 12.0 - partners */
.partners-wrapper {
  position: relative;
  padding:48px 0 96px 0;
  background-position: center center;
  background-repeat:  no-repeat;
  background-size: conver;
  background-attachment: fixed;
}
.partners-wrapper.single{
  background: none;
  padding-bottom: 47px;
  padding-top: 0px;
}
.partners-wrapper.single .partners .partner{
  padding-bottom: 49px;
  border: transparent;
}
.partners-wrapper.style-two {
  background: #ffffff;
}
.partners-wrapper.style-two .partners .partner {
  border-right: 1px solid #f2f2f2;
}
.partners-wrapper.style-two .partners .partner.top {
  border-bottom: 1px solid #f2f2f2;
}
@media screen and (max-width: 760px) {
  .partners-wrapper.style-two .partners .partner.last {
    border-right: 1px solid #f2f2f2;
  }
  .partners-wrapper.style-two .partners .partner.top {
    border-top: 1px solid #f2f2f2;
  }
  .partners-wrapper.style-two .partners .partner.bottom {
    border-bottom: 1px solid #f2f2f2;
  }
}
.partners-wrapper .container {
  position: relative;
  z-index: 10;
}
.partners-wrapper .partners .partner {
  display: block;
  width:25%;
  text-align:center;
  float: left;
  padding: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.55);
}
.partners-wrapper .partners .partner.top{
  padding-bottom: 49px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.55);
}
.partners-wrapper .partners .partner.last {
  border-right: none;
}
.partners-wrapper .partners .partner.bottom {
  padding-top: 49px;
}
@media screen and (max-width: 981px) {
  .partners-wrapper .partners .partner {
    padding: 0 19px;
  }
}
@media screen and (max-width: 760px) {
  .partners-wrapper .partners .partner {
    width: 50%;
    text-align: center;
    padding: 35px;
    border-left: 1px solid rgba(255, 255, 255, 0.55);
  }
  .partners-wrapper .partners .partner.last {
    border-right: 1px solid rgba(255, 255, 255, 0.55);
  }
  .partners-wrapper .partners .partner.top {
    border-top: 1px solid rgba(255, 255, 255, 0.55);
  }
  .partners-wrapper .partners .partner.bottom {
    border-bottom: 1px solid rgba(255, 255, 255, 0.55);
  }
}
@media screen and (max-width: 425px) {
  .partners-wrapper .partners .partner {
    width: 100%;
  }
}
/* 13.0 - blog */
.blog-wrapper {
  padding: 0px 0 96px 0px ;
  background: #f7f7f7;
}
.blog-wrapper #posts-carousel .owl-controls .owl-dots {
  text-align: center;
  margin-top: 60px;
}
.blog-wrapper #posts-carousel .owl-controls .owl-dots .owl-dot {
  display: inline-block;
  width: 12px;
  height: 13px;
  background: #dddddd;
  border-radius: 50%;
  margin: 0 5px;
}
.blog-wrapper #posts-carousel .owl-controls .owl-dots .owl-dot.active {
  background: #3f87f5;
}
.partners-wrapper .btn-wrapper,
.blog-wrapper .btn-wrapper {
  padding-top: 60px;
}
@media screen and (max-width: 991px) {
  .blog-wrapper .btn-wrapper {
    padding-top: 30px;
  }
}
@media screen and (max-width: 700px) {
  .blog-wrapper .large-xs {
    width: 100%;
  }
}
/* 14.0 - contact */
.contact-wrapper {
  padding: 96px 0 ;
  background: #ffffff;
}
.contact-wrapper .contact-details {
  padding: 72px 0;
}
/* 15.0 - footer */
.site-footer {
  padding: 86px 0;
  background: #2e3328;
}
.site-footer .footer-widget .widget-title {
  
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.site-footer .footer-widget p {
  color: #bbbbbb;
  margin-bottom: 23px;
}
@media screen and (max-width: 991px) {
  .site-footer .footer-widget {
    margin-bottom: 40px;
  }
}
.site-footer #fam-insta li {
  width: 75px;
  height: 75px;
  display: block;
  float: left;
  margin: 0  0 10px 10px;
  border: 3px solid #f2f2f2;
  overflow: hidden;
  background: #434343;
}
.site-footer #fam-insta li a {
  display: block;
  position: relative;
}
.site-footer #fam-insta li .overlay {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.25);
  font-size: 17px;
  line-height: 69px;
  color: #ffffff;
  -webkit-transition: opacity .3s ease;
          transition: opacity .3s ease;
}
.site-footer #fam-insta li .overlay i {
  display: inline-block;
  opacity: 1;
  width: 45px;
  height: 45px;
  border-radius: 4px;
  line-height: 45px;
  background: #3f87f5;
  -webkit-transform: translatey(-75px);
      -ms-transform: translatey(-75px);
          transform: translatey(-75px);
  -webkit-transition: opacity .3s ease, -webkit-transform .2s ease;
          transition: opacity .3s ease, transform .2s ease;
}
.site-footer #fam-insta li a:hover .overlay {
  opacity: 1;
}
.site-footer #fam-insta li a:hover .overlay i {
  opacity: 1;
  -webkit-transform: translatey(0);
      -ms-transform: translatey(0);
          transform: translatey(0);
}
.site-footer .site-info {
  margin-top: 80px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 30px;
}
.site-footer .site-info .social-media li {
  display: inline-block;
  margin-right: 35px;
}
@media screen and (max-width: 1200px) {
  .site-footer .site-info .social-media li {
    margin-right: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 911px) {
  .site-footer .site-info .social-media li {
    margin-right: 8px;
  }
}
.site-footer .site-info .social-media li a {
  color: #bbbbbb;
  -webkit-transition: all .2s ease;
          transition: all .2s ease;
  
  font-weight: 400;
  font-size: 14px;
}
.site-footer .site-info .social-media li a:hover {
  color: #ffffff;
}
.site-footer .site-info p {
  float: right;
  font-size: 14px;
  color: #bbbbbb;
}
.site-footer .site-info p span {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .site-footer .site-info p {
    margin-top: 20px;
    float: none;
  }
}
/* 16.0 skills wrapper*/
.skills-wrapper {
  padding: 96px 0;
  background: #f7f7f7;
}
.skills-wrapper .content {
  padding-top: 72px;
}
.skills-wrapper .info-block p {
  color: #999999;
}
.skills-wrapper .info-block p:first-child {
  margin-bottom: 34px;
}
@media screen and (max-width: 991px) {
  .skills-wrapper .info-block {
    margin-bottom: 45px;
  }
}
/* 17.0 - big cta */
.big-cta-wrapper {
  padding: 120px 0;
  background-size: cover;
  background: url(/uploads/image/smcirandom/img-7.jpg) center center no-repeat;
  background-attachment: fixed;
}
.big-cta-wrapper h2 {
  font-size: 36px;
  color: #ffffff;
  line-height: 48px;
  text-transform: uppercase;
}
.big-cta-wrapper p {
  font-size: 18px;
  line-height: 27px;
  color: #ffffff;
  margin: 35px 0 60px;
}
/* 18.0 - feature style two */
.features-two-wrapper {
  padding: 96px 0 76px;
}
/* 19.0 - video section */
.video-section-wrapper {
  padding: 110px 0;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
}
.video-section-wrapper .container {
  position: relative;
  z-index: 10;
}
.video-section-wrapper h2,
.video-section-wrapper h3 {
  text-transform: uppercase;
  color: #ffffff;
}
.video-section-wrapper h2 {
  font-size: 36px;
}
.video-section-wrapper .icon {
  display: inline-block;
  position: relative;
  margin: 55px auto;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  border: 3px solid #ffffff;
  text-align: center;
  line-height: 92px;
  font-size: 40px;
  color: #ffffff;
  -webkit-transition: color 0.2s ease-in-out, border 0.2s ease;
          transition: color 0.2s ease-in-out, border 0.2s ease;
}
.video-section-wrapper .icon i {
  position: relative;
  z-index: 10;
}
.video-section-wrapper .icon::after {
  display: block;
  position: absolute;
  z-index: 1;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #ffffff;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
          transition: transform 0.2s ease-in-out;
}
.video-section-wrapper .icon:hover {
  color: #3f87f5;
  border: 3px solid #3f87f5;
}
.video-section-wrapper .icon:hover::after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
/* 20.0 -cta normal*/
.cta-wrapper {
  background: #3f87f5;
  padding: 50px 0;
}
.cta-wrapper h2,
.cta-wrapper p {
  color: #ffffff;
}
.cta-wrapper h2 {
  text-transform: uppercase;
  margin-bottom: 12px;
}
.cta-wrapper p {
  font-size: 18px;
}
.cta-wrapper .btn-wrapper {
  padding-top: 5px;
  text-align: right;
}
@media screen and (max-width: 760px) {
  .cta-wrapper .btn-wrapper {
    padding-top: 30px;
    text-align: left;
  }
}
/* 21.0 - pricing */
.pricing-wrapper {
  padding: 96px 0;
  background: #ffffff;
}
.pricing-wrapper .pricing-tables {
  padding-top: 72px;
}
@media screen and (max-width: 991px) {
  .pricing-wrapper {
    padding-bottom: 66px;
  }
}
/* 22.0 - portfolio single*/
.portfolio-single-wrapper {
  padding:0 0 96px 0;
  background: #ffffff;
}
.portfolio-single-wrapper .info-block {
  padding: 40px 0 60px;
}
.portfolio-single-wrapper .info-block .description h2 {
  text-transform: uppercase;
  color: #434343;
  margin-bottom: 30px;
}
.portfolio-single-wrapper .info-block .description h4 {
  text-transform: uppercase;
  color: #434343;
  margin-bottom: 25px;
}
.portfolio-single-wrapper .info-block .description p {
  color: #999999;
  margin-bottom: 30px;
}
.portfolio-single-wrapper .info-block .description p:last-child {
  margin-bottom: 0;
}
.portfolio-single-wrapper .info-block .details {
  padding-top: 55px;
}
.portfolio-single-wrapper .info-block .details h4 {
  text-transform: uppercase;
  color: #434343;
  margin-bottom: 25px;
}
.portfolio-single-wrapper .info-block .details ul li {
  
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 15px;
  color: #999999;
}
.portfolio-single-wrapper .info-block .details ul li span {
  
  font-weight: 700;
  text-transform: uppercase;
  color: #434343;
  font-size: 14px;
  margin-right: 8px;
}
.portfolio-single-wrapper .social-media {
  padding-top: 20px;
}
.portfolio-single-wrapper .social-media span {
  
  font-weight: 700;
  color: #434343;
  font-size: 14px;
  margin-right: 15px;
  text-transform: uppercase;
}
.portfolio-single-wrapper .social-media a {
  display: inline-block;
  margin-right: 5px;
  padding: 5px ;
  font-size: 18px;
  color: #999999;
  -webkit-transition: all .2s ease;
          transition: all .2s ease;
}
.portfolio-single-wrapper .social-media a:hover {
  color: #3f87f5;
}
.portfolio-single-wrapper .similar-projects h3 {
  text-transform: uppercase;
  color: #434343;
  margin-bottom: 30px;
}
.portfolio-single-wrapper .simple-links {
  padding-top: 20px;
}
/* 23.0 - sidebar*/
.sidebar .sidebar-widget {
  position: relative;
  display: block;
  margin-bottom: 45px;
}
.sidebar .widget-title {
  text-transform: uppercase;
  color: #434343;
  margin-bottom: 25px;
}
.sidebar .widget-title i {
  color: #3f87f5;
  margin-right: 5px;
}
.sidebar .search-bar {
  position: relative;
}
.sidebar .search-bar form {
  position: relative;
  display: block;
  width: 100%;
}
.sidebar .search-bar form .field {
  display: block;
  width: 100%;
  position: relative;
  height: 48px;
}
.sidebar .search-bar form .field input {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #dddddd;
  padding: 0 65px 0 18px;
  
  font-weight: 400;
  font-size: 16px;
  color: #434343;
}
.sidebar .search-bar form .field button {
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  width: 55px;
  height: 48px;
  line-height: 45px;
  color: #434343;
  background: #ffffff;
  text-align: center;
  border: 1px solid #dddddd;
  -webkit-transition: color .2s ease, background .3s ease, border .1s ease;
          transition: color .2s ease, background .3s ease, border .1s ease;
}
.sidebar .search-bar form .field button:hover {
  border: 1px solid transparent;
  color: #ffffff;
  background: #3f87f5;
}
.sidebar .advertise-space {
  position: relative;
  padding: 45px 55px 25px;
  background: url(/uploads/image/smcirandom/img-11.jpg) center center no-repeat;
  background-size: cover;
  color: #ffffff;
  text-align: center;
}
.sidebar .advertise-space .content {
  position: relative;
  z-index: 10;
}
.sidebar .advertise-space .overlay {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.45);
}
.sidebar .advertise-space h2 {
  text-transform: uppercase;
}
.sidebar .advertise-space i.main {
  display: block;
  width: 42px;
  height: 42px;
  margin: 45px auto ;
  text-align: center;
  line-height: 42px;
  font-size: 28px;
  border-radius: 50%;
  border: 3px solid #ffffff;
}
.sidebar .advertise-space h3 {
  
  font-weight: 700;
  margin-bottom: 100px;
}
.sidebar .advertise-space p {
  
  font-weight: 500;
}
.sidebar .advertise-space p i {
  margin-right: 8px;
}
.sidebar .sidebar-img-overlay {
  display: block;
  position: relative;
}
.sidebar .sidebar-img-overlay .overlay {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.sidebar .sidebar-img-overlay .overlay i {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 4px;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.sidebar .sidebar-img-overlay:hover .overlay {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.sidebar .sidebar-img-overlay:hover .overlay i {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.sidebar .recent-post {
  margin-bottom: 20px;
  overflow: hidden;
}
.sidebar .recent-post .img-wrapper {
  float: left;
  margin-right: 15px;
  position: relative;
  margin-bottom: 5px;
}
.sidebar .recent-post .img-wrapper .overlay {
  line-height: 70px;
  background: rgba(0, 0, 0, 0.45);
}
.sidebar .recent-post .img-wrapper .overlay i {
  color: #3f87f5;
  background: #ffffff;
}
.sidebar .recent-post h4 {
  text-transform: uppercase;
  line-height: 22px;
  font-size: 13px;
  color: #434343;
}
.sidebar .recent-post h5 {
  margin-top: 10px;
  
  font-weight: 400;
  color: #3f87f5;
}
.sidebar .recent-post:hover .img-wrapper .overlay {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.sidebar .recent-post:hover .img-wrapper .overlay i {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.sidebar ul.categories li {
  margin-bottom: 7px;
}
.sidebar ul.categories li a {
  display: inline-block;
  padding: 5px 0;
  font-size: 14px;
  
  font-weight: 700;
  text-transform: uppercase;
  color: #434343;
  -webkit-transition: all .2s ease;
          transition: all .2s ease;
}
.sidebar ul.categories li a:hover {
  color: #3f87f5;
}
.sidebar ul.tags li {
  display: inline-block;
  margin: 0 6px 6px 0;
}
.sidebar ul.tags li a {
  display: inline-block;
  overflow: hidden;
  height: 45px;
  line-height: 45px;
  padding: 0 25px;
  border: 1px solid #dddddd;
  color: #999999;
  position: relative;
  font-size: 14px;
  -webkit-transition: color .2s ease;
          transition: color .2s ease;
}
.sidebar ul.tags li a span {
  position: relative;
  z-index: 10;
}
.sidebar ul.tags li a::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 100px;
  top: 0;
  left: 0;
  z-index: 1;
  background: #3f87f5;
  -webkit-transition: width .3s ease;
          transition: width .3s ease;
}
.sidebar ul.tags li a:hover {
  color: #ffffff;
}
.sidebar ul.tags li a:hover::after {
  width: 100%;
}
.sidebar .text-box p {
  color: #999999;
  margin-bottom: 25px;
}
.sidebar .text-box a {
  
  font-weight: 700;
  text-transform: uppercase;
  color: #3f87f5;
  font-size: 14px;
}
.sidebar #fam-insta-sidebar li {
  display: block;
  float: left;
  position: relative;
  width: 82px;
  height: 82px;
  line-height: 82px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.sidebar #fam-insta-sidebar li .overlay {
  background: rgba(129, 180, 65, 0.8);
}
.sidebar #fam-insta-sidebar li .overlay i {
  background: #ffffff;
  color: #434343;
}
@media screen and (max-width: 991px) {
  .sidebar {
    margin-top: 96px;
  }
}
/* 24.0 - blog page */
.blog-page-wrapper {
  padding: 96px 0;
  background: #ffffff;
}
.blog-page-wrapper .posts-list .blog-post {
  background: #f7f7f7;
  margin-bottom: 45px;
}
.blog-page-wrapper .posts-list .blog-post .info-block {
  padding: 40px 30px ;
  position: relative;
}
.blog-page-wrapper .posts-list .blog-post .category {
  text-transform: uppercase;
  color: #3f87f5;
  margin-bottom: 20px;
}
.blog-page-wrapper .posts-list .blog-post h2 {
  text-transform: uppercase;
  color: #434343;
  margin-bottom: 25px;
  line-height: 32px;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.blog-page-wrapper .posts-list .blog-post h2:hover {
  color: #3f87f5;
}
.blog-page-wrapper .posts-list .blog-post p {
  color: #999999;
  margin-bottom: 35px;
}
.blog-page-wrapper .posts-list .blog-post .meta.two {
  margin-bottom: 30px;
}
.blog-page-wrapper .posts-list .blog-post .meta h5,
.blog-page-wrapper .posts-list .blog-post .meta .sep {
  
  font-weight: 700;
  color: #3f87f5;
  display: inline-block;
}
.blog-page-wrapper .posts-list .blog-post .meta h5.icon {
  margin-right: 25px;
}
.blog-page-wrapper .posts-list .blog-post .meta h5.icon i {
  color: #434343;
  margin-right: 10px;
}
.blog-page-wrapper .posts-list .blog-post .meta .sep {
  
  font-weight: 500;
  margin: 0 12px;
  font-size: 12px;
}
.blog-page-wrapper .posts-list .blog-post .btn-more {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  border-right: 96px solid #3f87f5;
  border-top: 96px solid transparent;
}
.blog-page-wrapper .posts-list .blog-post .btn-more i {
  position: absolute;
  font-size: 36px;
  color: #ffffff;
  top: -45px;
  left: 48px;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.blog-page-wrapper .posts-list .blog-post .btn-more:hover i {
  left: 53px;
}
.blog-page-wrapper .posts-list .blog-post blockquote {
  padding: 15px 35px 30px;
}
.blog-page-wrapper .posts-list .blog-post blockquote i {
  float: left;
  margin-right: 15px;
  margin-top: -15px;
  margin-bottom: 35px;
  font-size: 30px;
  color: #3f87f5;
}
.blog-page-wrapper .posts-list .blog-post blockquote p {
  color: #999999;
  font-style: italic;
  margin-bottom: 0;
}
.blog-page-wrapper .posts-list .blog-post .post-footer .social-media,
.blog-page-wrapper .posts-list .blog-post .post-footer .tags {
  padding-top: 20px;
}
.blog-page-wrapper .posts-list .blog-post .post-footer .social-media span,
.blog-page-wrapper .posts-list .blog-post .post-footer .tags span {
  
  font-weight: 700;
  color: #434343;
  font-size: 14px;
  margin-right: 15px;
  text-transform: uppercase;
}
.blog-page-wrapper .posts-list .blog-post .post-footer .social-media a,
.blog-page-wrapper .posts-list .blog-post .post-footer .tags a {
  display: inline-block;
  margin-right: 5px;
  padding: 5px ;
  
  font-weight: 700;
  font-size: 14px;
  color: #999999;
  -webkit-transition: all .2s ease;
          transition: all .2s ease;
}
.blog-page-wrapper .posts-list .blog-post .post-footer .social-media a span,
.blog-page-wrapper .posts-list .blog-post .post-footer .tags a span {
  margin: 0;
  color: #999999;
}
.blog-page-wrapper .posts-list .blog-post .post-footer .social-media a:hover,
.blog-page-wrapper .posts-list .blog-post .post-footer .tags a:hover {
  color: #3f87f5;
}
.blog-page-wrapper .posts-list .blog-post .post-footer .social-media {
  float: left;
}
.blog-page-wrapper .posts-list .blog-post .post-footer .tags {
  float: right;
}
.blog-page-wrapper .posts-list .blog-post .post-footer .tags a {
  padding: 0px;
  margin: 2px;
}
.blog-page-wrapper .posts-list .blog-post.list-style .info-block {
  float: left;
  width: 55%;
  padding: 35px 30px 36px ;
}
.blog-page-wrapper .posts-list .blog-post.list-style .img-wrapper {
  float: left;
  width: 45%;
}
@media screen and (max-width: 650px) {
  .blog-page-wrapper .posts-list .blog-post.list-style .info-block,
  .blog-page-wrapper .posts-list .blog-post.list-style .img-wrapper {
    width: 100%;
  }
}
.blog-page-wrapper .posts-list .about-author {
  padding-top: 30px;
}
.blog-page-wrapper .posts-list .about-author img {
  float: left;
  margin-right: 30px;
}
.blog-page-wrapper .posts-list .about-author .info-block {
  float: left;
  width: 72%;
}
.blog-page-wrapper .posts-list .about-author .info {
  display: block;
  margin-bottom: 25px;
}
.blog-page-wrapper .posts-list .about-author .info .name {
  float: left;
}
.blog-page-wrapper .posts-list .about-author .info .name h3 {
  text-transform: uppercase;
  color: #434343;
  margin-bottom: 7px;
}
.blog-page-wrapper .posts-list .about-author .info .name h5 {
  
  font-weight: 400;
  color: #3f87f5;
}
.blog-page-wrapper .posts-list .about-author .info .social-media {
  float: right;
}
.blog-page-wrapper .posts-list .about-author .info .social-media a {
  display: inline-block;
  width: 42px;
  height: 42px;
  font-size: 18px;
  line-height: 38px;
  margin-right: 3px;
  text-align: center;
  color: #3f87f5;
  border-radius: 50%;
  border: 2px solid #3f87f5;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.blog-page-wrapper .posts-list .about-author .info .social-media a:hover {
  color: #ffffff;
  background: #3f87f5;
}
.blog-page-wrapper .posts-list .about-author p {
  color: #999999;
}
@media screen and (max-width: 670px) {
  .blog-page-wrapper .posts-list .about-author .info-block {
    width: 55%;
  }
  .blog-page-wrapper .posts-list .about-author .info .name {
    float: none;
  }
  .blog-page-wrapper .posts-list .about-author .info .social-media {
    margin-top: 25px;
    float: none;
  }
}
@media screen and (max-width: 450px) {
  .blog-page-wrapper .posts-list .about-author .info-block {
    margin-top: 30px;
    width: 100%;
  }
}
.blog-page-wrapper .posts-list .comments-wrapper {
  background: #f7f7f7;
  margin-top: 60px;
  padding: 40px 30px 10px;
}
.blog-page-wrapper .posts-list .comments-wrapper h2 {
  text-transform: uppercase;
  color: #434343;
  margin-bottom: 45px;
}
.blog-page-wrapper .posts-list .comments-wrapper .comments .comment {
  overflow: hidden;
  position: relative;
  margin-bottom: 40px;
}
.blog-page-wrapper .posts-list .comments-wrapper .comments .comment img {
  float: left;
  margin-right: 25px;
  margin-bottom: 30px;
  width: 96px;
  height: 96px;
}
.blog-page-wrapper .posts-list .comments-wrapper .comments .comment .name {
  margin-bottom: 20px ;
}
.blog-page-wrapper .posts-list .comments-wrapper .comments .comment .name h5 {
  
  font-weight: 700;
  text-transform: uppercase;
  color: #434343;
  margin-bottom: 10px;
}
.blog-page-wrapper .posts-list .comments-wrapper .comments .comment .name p {
  font-size: 14px;
  line-height: 14px;
  color: #3f87f5;
}
.blog-page-wrapper .posts-list .comments-wrapper .comments .comment a {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  
  font-weight: 700;
  font-size: 16px;
  color: #3f87f5;
}
.blog-page-wrapper .posts-list .comments-wrapper .comments .comment p {
  color: #999999;
}
.blog-page-wrapper .posts-list .comments-wrapper .comments .comment.replay {
  padding-left: 116px;
}
@media screen and (max-width: 768px) {
  .blog-page-wrapper .posts-list .comments-wrapper .comments .comment a {
    right: 25px;
  }
  .blog-page-wrapper .posts-list .comments-wrapper .comments .comment.replay {
    padding: 10px 25px;
    background: #f2f2f2;
  }
  .blog-page-wrapper .posts-list .comments-wrapper .comments .comment.replay a {
    top: 5px;
  }
}
@media screen and (max-width: 450px) {
  .blog-page-wrapper .posts-list .comments-wrapper .comments .comment a {
    position: relative;
    left: 0;
    margin-bottom: 25px;
  }
  .blog-page-wrapper .posts-list .comments-wrapper .comments .comment img {
    float: none;
  }
}
.blog-page-wrapper .posts-list .comment-form-wrapper {
  margin-top: 60px;
}
.blog-page-wrapper .posts-list .comment-form-wrapper h2 {
  text-transform: uppercase;
  color: #434343;
  margin-bottom: 45px;
}
.blog-page-wrapper .posts-list .pagination-wrapper {
  padding-top: 10px;
  text-align: center;
}
/* 25.0 - contact page*/
.contact-page-wrapper {
  padding: 96px 0;
  background: #ffffff;
}
.contact-page-wrapper .contact-details {
  padding: 96px 0;
}
.contact-page-wrapper .contact-details .section-title {
  padding-bottom: 72px;
}
/* 首页-关于我们 */
#home-about .img-responsive{    
  width: 300px;
  display: inline-block;
  float: left;
  margin-right: 48px;
  margin-bottom: 35px;
}
#home-about .img-responsive img{
  width: 100%;
}
@media screen and (min-width: 701px){
  #home-about .img-responsive img{
    width: 300px;
    height: 200px;
  }
}
#home-about .info-block{
  padding: 10px 0;
}
#home-about .info-block div{
  overflow: hidden;
}
#home-about .icon {
  position: absolute;
  left: 50% !important;
  top: 50% !important;
  display: inline-block;
  margin-left: -30px !important;
  margin-top: -30px !important;
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 3px solid #ffffff;
  text-align: center;
  line-height: 60px;
  font-size: 28px;
  color: #ffffff;
  -webkit-transition: color 0.2s ease-in-out, border 0.2s ease;
  transition: color 0.2s ease-in-out, border 0.2s ease;
}
#home-about .video-trigger {
  position: relative;
  /* border: solid 1px red; */
  display: block;
  margin: auto;
  width: auto;
  height: auto;
}
#home-about .icon i {
  position: relative;
  z-index: 10;
  color: #ffffff;
  margin-left: 5px;
  display: block;
  margin-top: 15px;
  font-size: 25px;
}
#home-about .video-trigger:hover .icon {
  color: #ffffff;
  border: 3px solid #3f87f5;
  background-color: #ffffff;
}
#home-about .video-trigger:hover .icon i {
  color: #3f87f5;
}
#home-about .video-trigger:hover .icon::after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
#home-aboutpper .icon::after {
  display: block;
  position: absolute;
  z-index: 1;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #3f87f5;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}
.section-title h2{
  line-height: normal;
}
/* .section-title h2.title-en{
  font-size: 36px;
  font-weight: normal;
} */
.section-title .bar{
  height: 3px;
  width: 30px;
  margin: 25px 0 15px 0;
  display: inline-block;
  background-color: #3f87f5;
}

.zt-btn{
  font-style: 12px;
  display: inline-block;
  padding:5px;
  min-width: 100px;
  text-align: center;
  border-radius: 4px;
}
.zt-btn.btn-border-blue{
  margin-top: 15px;
  border: 1px solid #3f87f5;
  color: #3f87f5;
}
.teaser-wrapper{
  padding-top: 0px;
}
.title-cn{
  font-size: 28px;
  display: block;
}
.rev_slider_wrapper{
  overflow: hidden !important;
}
.content-area{
  padding-bottom: 30px;
}
.content-area p{
  font-size: 16px;
padding: 0 30px;
line-height: 180%;
text-indent: 2em;
}
.content-area img{
  padding: 40px 0;
  display: block;
  width: 100%;
}

.content-area .project-showcase img{
  padding: 0;
  display: block;
  width: 100%;
}

.testimonials-wrapper .childbtn{
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;    
  position: absolute;
  bottom: 0px;
  left: 0px;
  cursor: pointer;
  width: 163px;
  height: 36px;
  line-height: 36px;
  border: 2px solid #3f87f5;
  color: #3f87f5;
  font-size: 12px;
  background-image: ;
  background-repeat: no-repeat;
  background-position: 110px center;
  background-size: 36px 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1920px) and (min-width: 1440px)
{
  .main .content .child .childinfo .childbtn {
    width: 138px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    background-position: 94px center;
    background-size: 30px 15px;
  }
}
.teaser-wrapper .section-title,
.site-content .section-title,
.portfolio-wrapper .section-title{
  padding-bottom: 72px;
  padding-top: 48px;
}


#videoplay {
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background-color:rgba(0, 0, 0, 0.75);;
  display: none;
}
.videoplayview {
  width: 100%;
  height: 100%;
  z-index: 2;
  position: relative;
  text-align: center;
}
.middleout {
  width: 100%;
  height: 100%;
  display: table;
}
.middlein {
  display: table-cell;
  vertical-align: middle;
}
#videoplay .middlein {
  font-size: 0;
}
.videoplay_info {
  width: 80%;
  font-size: 0;
  position: relative;
  /* width: auto; */
  display: inline-block;
}

@media screen and (max-width: 1400px) {
 
  .videoplay_info {
    width: 80%;
  }
}
@media screen and (max-width: 1024px) {
  .videoplay_info {
    width: 90%;
  }
}
@media screen and (max-width: 700px) {
  .videoplay_info {
    width: 95%;
  }
}

.videoplay_info h2, .videoplay_info video {
  box-shadow: 0 0 10px #eee;
  max-width: 100%;
}
.videoplayview .nivo-lightbox-close {
  /* text-indent: -9999px; */
  background: url(/uploads/image/smcimg/lightbox-close.png) center center no-repeat;
  width: 65px;
  height: 65px;
  opacity: .6;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mainhead{position:relative;width:100%;text-align:center;border-bottom:1px solid #949494;padding: 40px 0px;}
.mainhead .title{line-height:52px;color:#434343;font-size:30px;}
.mainhead .tag{color:#656565;font-size:16px;line-height:30px;}


@media  (max-width: 479px) {
  .mainhead{height:auto;margin-top:74px;padding:0 0 10px 0;}
  .mainhead .title{line-height:36px;font-size:18px;padding-top:20px;}
  .mainhead .tag{font-size:12px;line-height:12px;padding-bottom: 14px;}
}

@media (min-width: 480px) and (max-width: 639px) {
  .mainhead{height:auto;margin-top:74px;padding:0 0 10px 0;}
  .mainhead .title{line-height:36px;font-size:18px;padding-top:20px;}
  .mainhead .tag{font-size:12px;line-height:12px;padding-bottom: 14px;}
}

@media (min-width: 640px) and (max-width:1023px ) {
  .mainhead .title{line-height:44px;font-size:26px;padding-top:26px;}
  .mainhead .tag{font-size:14px;line-height:26px;}
}

@media (min-width: 1024px) and (max-width:1199px ) {
  .mainhead{height:120px;margin-top:56px;}
  .mainhead .title{line-height:36px;font-size:21px;}
  .mainhead .tag{font-size:12px;line-height:21px;}
}

@media (min-width: 1200px) and (max-width:1439px ) {
  .mainhead{height:120px;margin-top:56px;}
  .mainhead .title{line-height:36px;font-size:21px;}
  .mainhead .tag{font-size:12px;line-height:21px;}
}

@media (min-width: 1440px) and (max-width:1920px ) {
  .mainhead .title{line-height:44px;font-size:26px;}
  .mainhead .tag{font-size:14px;line-height:26px;}
}  