/* ----------------------------------
CTO Currency
Version: 1.0
Author: DynamicWebLab

-------------------------------------

Table of contents

  @ Main Styles
  @ Common style
  @ Service
  @ Resume
  @ Portfolio
  @ testimonial
  @ Blog
  @ Contact
  @ Single Post
  @ Footer
  @ Responsive

*/


/* ====================
  Main Styles
=======================*/

html,
body {
  height: 100%;
  font-family: 'Open Sans', sans-serif;
}

img {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', sans-serif;
  padding: 0;
  margin: 0;
}

p {
color: #666666;
line-height: 24px;
font-size: 16px;
  font-family: 'Open Sans', sans-serif;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

li,
ul {
  margin: 0;
  padding: 0;
}

/* ====================
  Common Styles
=======================*/
.fix {
  overflow: hidden;
}

.pt100 {
  padding-top: 100px;
}
.pt150 {
  padding-top: 150px;
}
.pb100 {
  padding-bottom: 100px;
}
.pb50{
    padding-bottom: 50px;
}

.pb30 {
  padding-bottom: 30px;
}
.pb80{
 padding-bottom: 80px;
}
.pb70{
 padding-bottom: 70px;
}
.mb100 {
  margin-bottom: 100px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb10 {
  margin-bottom: 10px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}
.mt75 {
  margin-top: 75px;
}
.h-100 {
    height: 100%!important;
}

@media (min-width: 767px){

  .row.is-flex {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  }

  .row.is-flex > [class*='col-'] {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
  }

}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}


.nopad {
  padding-left: 0;
  padding-right: 0;
}

.section-title {
  text-align: center;
  position: relative;
  padding-bottom: 3px;
}

.section-title h2 {
  font-size: 36px;
  font-weight: 700;
  text-transform: capitalize;
  color: #252525;
  line-height: 28px;
}

.section-title h2:after {
  content: "";
  height: 2px;
  width: 100px;
  background: #666666;
  position: absolute;
  top: 55px;
  left: calc(50% - 45px);
  z-index: 1;
}

.section-title p {
  margin-top: 47px !important;
  max-width: 500px;
  margin: 0 auto;
  line-height: 24px;
}

.site-btn.border:hover {
 background: #ffaf53;
border-color: #ffaf53;
}
.site-btn.transition-ease.hero {
    background: #ffaf53;
    color: #252525;
}
.site-btn.transition-ease.hero:hover {
color: #fff;
    background: transparent;

}
.site-btn {
 position: relative;
color: #fff;
padding: 14px 28px;
border: none;
font-family: 'Open Sans', sans-serif;
line-height: normal;
text-transform: capitalize;
border-radius: 50px;
font-size: 14px;
border: 1px solid #f35b68;
z-index: 2;
letter-spacing: 1px;
border-color: transparent;
}
.site-btn.get-quote-bottom {
    background: #f35b68;
}
.site-btn.get-quote-bottom.about:hover {

    color: #f7f7f7;

}
.site-btn.get-quote-bottom:hover {

    border:1px solid #f35b68;
    background: transparent;

}
.site-btn:hover {
  background: transparent;
  border: 1px solid #f35b68;
}
.transition-ease {
  transition: all 0.3s ease;
}

.transition-ease:hover {
  opacity: 0.90;
}
.site-btn:hover,
.site-btn:focus {
  outline: none;
}

.site-btn.btn-outline {
  background: transparent;
  padding: 12px 40px;
}

.mouse-bg {
  background-repeat: no-repeat;
  background-size: auto auto;
  position: absolute;
}

.bounce {
  display: inline-block;
  position: relative;
  -moz-animation: bounce 0.5s infinite linear;
  -o-animation: bounce 0.5s infinite linear;
  -webkit-animation: bounce 0.5s infinite linear;
  animation: bounce 0.5s infinite linear;
  color: #000;
}

.fa-angle-double-down {
  color: #fff;
  font-size: 30px;
}

.down-section {
  position: absolute;
  bottom: 20px;
  left: 49.4%;
}
/*------------------
        Preloder
--------------------*/

.rotate{
  -webkit-animation: rotate 1.5s linear infinite;
          animation: rotate 1.5s linear infinite;
}
@-webkit-keyframes rotate{ to{-webkit-transform: rotate(360deg); } }
@keyframes         rotate{ to{        transform: rotate(360deg); } }

.spinner {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: inset -1px 0 0 1px #fff;
}

.loading-text {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    text-align: center;
    height: 20px;
    padding-top: 65px;
}
.loading-text:after {
  content: ' .';
  animation: dots 1s steps(5, end) infinite;}

@keyframes dots {
  0%, 20% {
    color: rgba(0,0,0,0);
    text-shadow:
      .25em 0 0 rgba(0,0,0,0),
      .5em 0 0 rgba(0,0,0,0);}
  40% {
    color: white;
    text-shadow:
      .25em 0 0 rgba(0,0,0,0),
      .5em 0 0 rgba(0,0,0,0);}
  60% {
    text-shadow:
      .25em 0 0 white,
      .5em 0 0 rgba(0,0,0,0);}
  80%, 100% {
    text-shadow:
      .25em 0 0 white,
      .5em 0 0 white;}}
#preloder {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  background: #000;
}

.loader {
  margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;

  background: url(../images/loader.png);
  background-repeat: no-repeat;
  background-position: center;
}

@-webkit-keyframes jump {
  0% {
    top: 0;
    -webkit-animation-timing-function: ease-in;
  }

  40% {
  }

  50% {
    top: 140px;
    height: 140px;
    animation-timing-function: ease-out;
    transform: rotate(90deg);
  }

  55% {
  }

  65% {
  }

  95% {
    top: 0;
    -webkit-animation-timing-function: ease-in;
  }

  100% {
    top: 0;
    -webkit-animation-timing-function: ease-in;
  }
}

@-moz-keyframes jump {
  0% {
    top: 0;
    -webkit-animation-timing-function: ease-in;
  }

  40% {
  }

  50% {
    top: 140px;
    height: 140px;
    animation-timing-function: ease-out;
    transform: rotate(90deg);
  }

  55% {
  }

  65% {
  }

  95% {
    top: 0;
    -webkit-animation-timing-function: ease-in;
  }

  100% {
    top: 0;
    -webkit-animation-timing-function: ease-in;
  }
}

@-o-keyframes jump {
  0% {
    top: 0;
    -webkit-animation-timing-function: ease-in;
  }

  40% {
  }

  50% {
    top: 140px;
    height: 140px;
    animation-timing-function: ease-out;
    transform: rotate(90deg);
  }

  55% {
  }

  65% {
  }

  95% {
    top: 0;
    -webkit-animation-timing-function: ease-in;
  }

  100% {
    top: 0;
    -webkit-animation-timing-function: ease-in;
  }
}

@-ms-keyframes jump {
  0% {
    top: 0;
    -webkit-animation-timing-function: ease-in;
  }

  40% {
  }

  50% {
    top: 140px;
    height: 140px;
    animation-timing-function: ease-out;
    transform: rotate(90deg);
  }

  55% {
  }

  65% {
  }

  95% {
    top: 0;
    -webkit-animation-timing-function: ease-in;
  }

  100% {
    top: 0;
    -webkit-animation-timing-function: ease-in;
  }
}

@keyframes jump {
  0% {
    top: 0;
    -webkit-animation-timing-function: ease-in;
  }

  40% {
  }

  50% {
    top: 140px;
    height: 140px;
    animation-timing-function: ease-out;
    transform: rotate(90deg);
  }

  55% {
  }

  65% {
  }

  95% {
    top: 0;
    -webkit-animation-timing-function: ease-in;
  }

  100% {
    top: 0;
    -webkit-animation-timing-function: ease-in;
  }
}
/* ====================
  Header Styles
=======================*/

.logo {
    margin-top: 25px;
}

.top-header {
  background: #303030;
padding: 12px 0px;
}

.top-info span {
  color: #f7f7f7;
}

.site-btn.get-quote-bottom:hover {
  color: #212121;
}

.top-info i {
color: #ffaf53;
  padding: 0px 6px;
}

.top-info {
  padding-top: 8px;
}


/* ----------------------------
 mainmenu-area
------------------------------*/
.main-menu {
    float: right;
    padding: 0;
}
.main-menu ul{
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.main-menu ul li{
    display: inline-block;
    position: relative;
    padding: 19px;
}
.main-menu ul li:last-child {
    padding-bottom: 0px
}
.main-menu ul li a{
  color: #252525;
font-size: 14px;
line-height: 62px;
min-height: 62px;
transition: all 0.4s ease 0s;
text-transform: capitalize;
text-decoration: none;
font-weight: 600;

}

.main-menu ul li a::after {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    top: 50px;
    left: 0%;
    margin-left: 0;
    background: #fbb033;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
  }
.main-menu ul li:last-child a::after{
  height: 0px;
}
.main-menu nav>ul>li>a:hover::after{
 width: 100%;
}
.main-menu ul li:first-child a{
    padding: 0;
}
.main-menu ul li:hover a{color: #252525;}
.main-menu ul li a i{
    font-size: 14px;
    margin-left: 6px;
}
/* ----------------------------
Dropdown-menu
------------------------------*/
.main-menu ul li ul.sup-menu,.main-menu ul li .mega-menu {
    left: -25px;
    position: absolute;
    text-align: left;
    transition: all 0.5s ease 0s;
    transform-origin: 0 0 0;
    top:100px;
    width: 250px;
    background: #fff none repeat scroll 0 0;
    margin: 0;
    padding: 10px 0;
    display: block;
    max-height: 0;
    max-width: 0;
    opacity: 0;
    overflow: hidden;
    transform: perspective(600px) rotateX(-90deg);
    transition: transform 0.5s ease 0s, opacity 0.6s ease 0s, max-height 0.6s step-end 0s, max-width 0.6s step-end 0s, padding 0.6s step-end 0s;
    float: none;
    vertical-align: top;
    z-index: 5000;
}
.main-menu ul li:hover ul.sup-menu{
    max-height: 3000px;
    max-width: 3000px;
    opacity: 1;
    overflow: visible;
    transform: perspective(600px) rotateX(0deg);
    transition: transform 0.5s ease 0s, opacity 0.2s ease 0s, max-height 0s step-end 0s, max-width 0s step-end 0s, padding 0s step-end 0s;
  z-index:999;
}
.main-menu ul li ul.sup-menu li a{
    color: #333;
    display: block;
    font-size: 14px;
    font-weight: normal;
    line-height: inherit;
    min-height: inherit;
    padding: 12px 25px;
    text-transform: none;
}
.main-menu ul li ul.sup-menu li{
    display: block;
    padding: 0 19px;
}
/* ----------------------------
mega-menu
------------------------------*/
.main-menu ul li .mega-menu{
    width: 670px;
}
.main-menu ul li:hover .mega-menu,.main-menu ul li:hover .contact-area{
    max-height: 3000px;
    max-width: 3000px;
    opacity: 1;
    overflow: visible;
    transform: perspective(600px) rotateX(0deg);
    transition: transform 0.5s ease 0s, opacity 0.2s ease 0s, max-height 0s step-end 0s, max-width 0s step-end 0s, padding 0s step-end 0s;
}
.main-menu ul li .mega-menu .single-mega-menu{
    width: 33.3333%;
    float: left;
    padding: 0 15px;
}
.main-menu ul li .mega-menu .single-mega-menu .hedding-border a{
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border-bottom: 1px solid #c2c2c2;
color: #000;
display: block;
font-size: 14px;
font-weight: bold;
line-height: inherit;
min-height: inherit;
padding: 10px 0;
text-transform: capitalize;
}
.main-menu ul li .mega-menu .single-mega-menu a{
  color: #7f7f7f;
font-family: Open Sans,Arial,Helvetica,sans-serif;
font-size: 13px;
font-weight: normal;
line-height: 36px;
text-transform: none;
display: block;
padding: 0;
min-height: inherit;
}
.main-menu ul li .mega-menu .single-mega-menu a:hover, .main-menu ul li ul.sup-menu li a:hover {
  color: #fbb033;
}
.mobile-menu {
  display: none;

}

/* ====================
  Intro Section
=======================*/

.intro-section {
    position: relative;
    height: 70%;
    height: 75vh;
    width: 100%;
    z-index: 888;
}
.cover-bg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.intro-inner .intro-content p {
  margin-top: 20px;
  color: #fff;
  font-size: 20px;
}

.social i {
  color: #fff;
  width: 40px;
  border: none;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 100%;
  font-size: 20px;
  letter-spacing: 1px;
  height: 40px;
  padding: 10px;
}

.responsive {
  display: none;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
  background-color: rgb( 19, 19, 19 );
  opacity: 0.871;
}


/* ====================
  hero Section
=======================*/
@media (min-width: 767px){
.hero-content{
  display: flex;
  align-items: center;
}
}

.hero-content h2 {
  font-size: 60px;
  color: #f7f7f7;
  line-height: 1.5;
  text-align: left;
  z-index: 515;
  padding-bottom: 15px;
}

.hero-content h3 {
color: #f7f7f7;
  font-size: 60px;
  z-index: 2;
  padding-bottom: 30px;
}
.hero-content h3 span {
    color: #f35b68;
}
.hero-content p {
  font-size: 16px;
  z-index: 2;
  color:#c3c3c3;
  line-height: 1.688;
  max-width: 560px;
  margin-bottom: 48px;
  position: relative;
}

.hero-content .site-btn.border {
  margin-left: 10px;
  z-index: 2;
}
/* ====================
  Service Section
=======================*/
.service-section {
  background: url(../images/choo-banner.png);
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto auto;
  background-position: center bottom;
  background-size: cover;
  margin-top: -54px;
}

.service-item {
  text-align: center;
  padding: 50px 30px;
  background: rgba(247, 247, 247, 0.2);
  border: 1px dashed #666;
  transition: .7s;
  border-radius: 5px;
  height: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}

.service-item:hover {
  background: #ffaf53;
  border-color: transparent;
}

.service-item:hover.service-item img {
  -webkit-filter: brightness(300%);
  filter: brightness(300%);
}

.service-item:hover.service-item h4 {
  color: #fff;
}

.service-item:hover.service-item p {
  color: #2a2a2a;
}

.service-item i {
  font-size: 30px;
  margin-bottom: 30px;
}

.service-item:hover.service-item i {
  color: #fff;
}

.service-item h4 {
  text-transform: capitalize;
  font-size: 24px;
margin: 17px 0px;
  font-weight: 700;
  color: #252525;
}

.service-item p {
  line-height: 22px;
}


/* ====================
  About Section
=======================*/
.about-section.fix {
  background: url(../images/img-1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-img {
  height: 373px;
  position: relative;
}


.site-btn.border {
  background: transparent;
  border: 1px solid #f35b68;
  z-index: 2;
}

.progress-bars {
  padding-top: 90px;
}

.single-progress-item {
  margin-bottom: 20px;
  position: relative;
}

.single-progress-item p {
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
  color: #252525;
}

.progress-bar-style {
  display: block;
  height: 12px;
  position: relative;
  width: 100%;
  border-radius: 25px;
  background: #ddd;
}

.bar-inner {
  position: absolute;
  height: 12px;
  left: 0;
  top: 0;
}

.bar-inner span {
  position: absolute;
  right: 0;
  font-weight: bold;
  top: -30px;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #000;
}

.about-items {
    position: relative;
    padding:70px 20px 80px 0;
    background-color: rgb( 48, 48, 48 );
    opacity: 0.929;
}
.about-items:before {
    content: "";
    background-color:  rgb( 48, 48, 48 );
    position: absolute;
    height: 100%;
    width: 100%;
    left: -100%;
    z-index: -1;
    top: 0;
    right: 0;
}
.about-items:after {
    content: "";
    background-color: rgb( 48, 48, 48 );
    position: absolute;
    height: 100%;
    width: 130px;
    z-index: -1;
    top: 0;
    right: -70px;
    transform: skew(-12deg);
}


.about-items h4 {
  color: #f7f7f7;
  font-size: 42px;
  position: relative;
}
.about-items h4:after {
  position: absolute;
  content: "";
  width: 115px;
  height: 2px;
  left: 0px;
 bottom: -23px;;
  background: #fff;
}

.about-items h2 {
  line-height: 1.5;
  width: 436px;
  padding: 40px 0px 30px 0px;
 color: #ffaf53;
  font-size: 24px;
}

.about-items p {
  color: #fff;
margin-bottom: 47px;
  width: 480px;
  font-size: 16px;
  line-height: 1.5;
}

/*=======About Inner======*/

.inner-about-content {
}

.inner-about-content h2 {
color: #252525;
font-size: 36px;
position: relative;
margin-bottom: 48px;
font-weight: 700;
line-height: 25px;
}

.inner-about-content h2:before {
  content: "";
  position: absolute;
  width: 110px;
  height: 2px;
  background: #666666;
  left: 0px;
bottom: -27px;
}

.inner-about-content h3 {
color: #f35b68;
margin-bottom: 18px;
font-family: 'Open Sans', sans-serif;
font-size: 20px;
line-height: 30px;
}

.inner-about-content p {
padding: 10px 0px;
}
.inner-about-img.text-center {

padding: 32px;
background: url(../images/circle.png);
background-repeat: no-repeat;
background-position: top;

}
.inner-about-img img {
  background: #f35b68;
  background: linear-gradient(to right, #f35b68, #ffaf53);
  border-radius: 100%;
  padding: 5px;
}

.inner-about-content ul li {
  list-style: none;
  position: relative;
  font-size: 16px;
  line-height: 28px;
  padding-left: 20px;
  font-weight: 600;
}

.inner-about-content ul li::after {
  position: absolute;
 content: "\f105";
font-family: FontAwesome;
  color: #f35b68;
  left: 0;
  top: 0px;
}

/*====================
  Expert
==============*/

.team-contents img {

    border: 2px solid #f35b68;
    height: auto;
    border-radius: 100%;

}

.team-contents h3 {
 font-size: 24px;
font-weight: bold;
margin-bottom: 10px;
}

.team-contents h4 {
font-size: 14px;

color: #757575;
}
.team-contents {

    position: relative;

}
.team-contents::after {
 position: absolute;
content: "";
left: 0;
top: 35%;
border: 2px solid #ddd;
width: 100%;
height: 75%;
z-index: -2;

}

.team-member {
  display: inline-block;
  box-sizing: border-box;
  margin-bottom: 100px;
  padding: 0 30px;
}

.team-member .thumb {
  position: relative;
  margin-bottom: 30px;
}

.team-member .thumb:before {
  position: absolute;
  z-index: 10;
  display: block;
  left: 4%;
  width: 92%;
  height: 100%;
  content: '';
  -webkit-transition: all .3s;
  transition: all .3s;
  border-radius: 100%;
  opacity: 0;
  background: #f35b68;
  background: linear-gradient(to right, #f35b68, #ffaf53);
}

.team-member .thumb .team-info {
  font-size: 14px;
  line-height: 25px;
  position: absolute;
  z-index: 11;
  top: 0;
  padding: 8%;
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 0;
  color: #fff;
}

.team-member:hover .thumb:before {
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 0.8;
}

.team-member:hover .thumb .team-info {
  top: 19%;
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 1;
}

.team-info p {
  color: #000;
  padding: 10px;
}

.team-info span {
  color: #fff;
  padding-bottom: 10px;
}

.notfound-body h1 {
  padding: 30px 0px;
}
.not-found-section {

    margin-bottom: 15px;

}
.notfound-body p {
  padding-bottom: 88px;
  max-width: 510px;
  margin: 0 auto;
}

.team-member .team-socail-links a {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  transition: .4s;
  color: #fff;
}

.team-member .team-socail-links a:hover {
  color: #000;
}

.expert-item {
  background: #f7f7f7;
  box-shadow: 3px 3px 5px 6px #eee;
  -webkit-box-shadow: 3px 3px 5px 6px #eee;
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 3px 3px 5px 6px #eee;
}

.expert-social-links i {
  transition: .6s;
  color: #000;
  padding: 0px 10px;
}

.expert-social-links i:hover {
  color: #f87201;
}

/* ====================
  work Section
=======================*/
.work-section {
  background: #fff;
}

.work-item {
  text-align: center;
  padding: 0px 0px;
 border: 1px dashed #ffaf53;
 border-top-color: transparent;
  padding-bottom: 35px;
  transition: .4s;
  height: 100%;
      overflow: hidden;
}

.work-item.active {
   border: 1px dashed #f35b68;
 border-top-color: transparent;
}

.work-item.active h4 {
  color: #252525;
}

.work-item-header {
    height: 107px;
    transition: .4s;
    margin: 0 0 0 -5%;
    border-radius: 0 0 50% 50%;
    background: #ffaf53;
    width: 110%;
}

.work-item-header-active {
  height: 107px;
  transition: .4s;
  margin: 0 0 0 -5%;
  border-radius: 0 0 45% 45%;
  background: #f35b68;
  width: 110%;
}

.work-item-header img {
  padding-top: 20px;
}
.work-item-header-active img {
  padding-top: 20px;
}
.work-item-header i {
  color: #fff;
  font-size: 40px;
  padding: 30px;
}

.work-item i {
  font-size: 30px;
  margin-bottom: 30px;
}

.work-item h4 {
  text-transform: capitalize;
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 700;
  color: #252525;
  padding-top: 45px;
  transition: .4s;
}

.work-item p {
  font-size: 16px;
  line-height: 22px;
  transition: .4s;
  padding: 0px 30px;
  color: #666;
}


/* ====================
  CountDown Section
=======================*/
.counter-section {
  background: url(../images/fun.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  background-size: cover;
}

.counter-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
}

.count-items {
  text-align: center;
  padding: 50px 20px;
  border-radius: 100%;
  border-bottom: 3px dotted #666;
  border-top: 3px dotted #666;
}
.count-items:hover.count-items i{
  color: #ffaf53
}
.count-items:hover.count-items h2{
  color: #f35b68
}
.count-items i {
  color: #f35b68;
  font-size: 36px;
}

.count-items span {
  color: #fff;
  font-size: 36px;
  padding: 20px 0px;
  display: inherit;
  font-weight: 700;
}

.count-items h2 {
  font-size: 16px;
  color: #ffaf53;
}
.funfact {
  margin-top: 50px;
  text-align: right;
}

.funfact h2 {
    color: #ffaf53;
    font-size: 42px;
    font-weight: 700;
    position: relative;

}
.funfact h2:after {
position: absolute;
content: "";
width: 115px;
height: 2px;
background:#fff;
right: 0px;
bottom: -24px;


}
.funfact p {
  line-height: 24px;
  font-size: 16px;
  margin-top: 50px;
  color: #e1e1e1;
}
a.site-btn.transition-ease.quote-btn {
  padding:14px 28px;
  background: #f35b68;
}
.site-btn.header-quote-btn:hover {

    background: transparent;
    color: #252525;

}
.site-btn.header-quote-btn {
padding:14px 28px;
background: #f35b68;
  background: linear-gradient(to right, #f35b68, #ffaf53);
  margin-left: 20px;
text-transform: capitalize;
background-origin: border-box ;
}
#marquee-container {
  padding: 20px 0px;
}

/*=====================
Pricing

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

.price-item {
  padding: 30px 0px 40px 0px;
  border-radius: 10px;
  border: 1px dashed #ffac54;
  transition: .7s;
  height: 100%;
  margin-bottom: 30px;
}

.price-item:hover {
  background: #f35b68;
  background: linear-gradient(to right, #f35b68, #ffaf53);
}

.price-item:hover.price-item i {
  background: #fff;
  color: #fa8b5c;
}

.price-item:hover.price-item h2 {
  background: #fff;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.price-item:hover.price-item a {
  background: #fff;
  border-color: none;
}

.price-item i {
  color: #fff;
  font-size: 26px;
  padding: 20px;
  background: #f35b68;
  background: linear-gradient(to right, #f35b68, #ffaf53);
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

.price-item h4 {

    color: #252525;
    font-size: 18px;
    padding: 20px 0px;
    font-weight: 600;

}

.price-item h2 {
   color: #f35b68;
padding-bottom: 20px;
font-family: 'Open Sans', sans-serif;
font-weight: 600;
}
.price-item p {

    font-size: 16px;
    color: #252525;
    font-weight: 600;
    padding-bottom: 42px;

}

.price-item a {
  background: transparent;
  border: 1px solid #ffac54;
  padding: 10px 30px;
  border-radius: 20px;
  color: #000;
}
/* ====================
  Testimonials Section
=======================*/

#testimonials{
  background:url(../images/testimonial.png);
  background-size: cover;
background-position: center;
background-repeat: no-repeat;
}

.item .testimonials-content img{
border-style: solid;
border-width: 2px;
border-color: rgb( 243, 91, 104 );
border-radius: 50%;
background-color: rgb( 214, 214, 214 );
width: 126px;
height: 126px;
margin: 0 auto;


}
.testimonials-content p{
color: #c3c3c3;
max-width: 588px;
margin: 0 auto;
padding: 20px 0px;

}
.testimonials-content h2 {

    color: #ffaf53;
    font-size: 16px;
    padding-bottom: 20px;

}
.testimonials-content h3 {

    color: #c3c3c3;
    font-size: 14px;

}
button.owl-next {

    color: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 20px;

}
.owl-next i {
    color: #fff;
    font-size: 20px;

}
.owl-theme .owl-nav [class*="owl-"]:hover {
    background: transparent;
    color: #FFF;
    text-decoration: none;
}
button.owl-prev {
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 20px;
}
.owl-prev i {

    color: #fff;
    font-size: 20px;

}
.owl-theme .owl-nav [class*="owl-"]:focus{outline: 0;}
/* ====================
  Blog Section
=======================*/
.search-form button {
  color: #cccccc;
}

.section-titles h2 {
  font-size: 24px;
  font-weight: 600;
  color: #303030;
}
.text-center.more {

    padding: 76px 0px 15px 0px;

}
.input-group-btn .btn {
  height: 40px;
}

.form-control {
  border-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  margin-bottom: 20px;
  min-height: 40px;
}

.space-60 {
  height: 60px;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.alignleft {
  float: left;
  margin-right: 15px;
}

.list-unstyled li, ul {

 margin: 2px 0px;
}

.list-unstyled h5 {

    font-size: 16px;
    font-weight: 700;
    color: #252525;
    margin: 10px 0 10px;
    max-width: 334px;

}
.list-unstyled small {
  color: #666666;
}

.blog-meta a {
  color: #ababab;
  padding-right: 10px;
}

.blog-area .section-tilte-area h2 {
  color: #000000;
  margin-bottom: 60px;
}

.single-blog-content {
  background-color: #fff;
padding: 25px 15px;
border-bottom-right-radius: 2px;
border-bottom-left-radius: 2px;
margin-top: -6px;
  border:1px dashed #c3c3c3;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.single-blog-area {
    margin: 20px 0px;
    transition: .4s;
    height: 100%;
    overflow: hidden;
}

.read-more a {
  color: #252525;
  font-weight: 600;
  transition: .7s;
}

.read-more a:hover {
color:#f35d67
}

.single-blog-link {
  position: relative;
  display: block;
  overflow: hidden;
}

.single-blog-area a.single-blog-link img {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border-bottom: 2px solid #ffaf53;
  width: 100%;
}

.single-tag {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  padding: 5px;
  text-align: center;
  line-height: 1.1;
}

.single-blog-title {
margin: 15px 0px;
  font-weight: 500;
}

.single-blog-title a {
  color: #252525;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 600;
  transition: .4s;
}
/*----------pagination----------*/
.blog.pagination{
  margin-bottom: 0px;
}
.blog.pagination > li > a, .pagination > li > span{
border:0px;
color: #252525;
font-size: 14px;
}


.blog.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {

  background: transparent;

}
.page-link.active {
z-index: 3;
    color: #252525;
    background-color: #ffaf53;
    border-color: #ddd;
    border-radius: 50%;

}
.single-blog-content p {
  padding-bottom: 10px;
}

.read-more i {
  padding-left: 5px;
}

.single-blog-title a:hover {
color:#f35d67
}

.social-share-title {
  float: left;
  font-size: 16px;
  margin-right: 15px;
}

.social-box:last-of-type {
  margin-top: -5px;
}

.social-btn {
  display: block;
  width: 100%;
}

a.col-2.sbtn {
  display: inline-block;
  text-align: center;
  padding: 11px;
  font-size: 14px;
  -webkit-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
}

.social-btn a {
  color: #222;
  border-radius: 10px;
  transition: .5s;
}

.social-btn a:hover {
  background: #222;
  color: #fff;
}

.cto-tags {
  text-align: left;
  font-size: 16px;
  line-height: 1;
  padding-right: 15px;
}

.cto-tags .meta-tag {
  text-transform: capitalize;
  color: #666;
  padding: 0 7px;
  margin-bottom: 5px;
  line-height: 22px;
}

.cto-tags .meta-tag:hover {
  color: #f35b68;
}

.blog-area {
  padding-bottom: 80px;
}

.blog-footer-decoration {
  position: relative;
}

.blog-footer-decoration:after {
  position: absolute;
  content: "";
  width: 80%;
  height: 1px;
  background: #000;
  left: 13%;
}

.blog-excerpt {
  color: #666;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  font-weight: 500;
  max-width: 550px;
  margin: 0 auto;
  padding-bottom: 40px;
}
.single-blog-post blockquote {
    margin: 0px 0px 10px;
}
.white-bg:hover {
  color: #000;
}

.send-form-style {
  padding: 40px;
}

.blog-footer-decoration:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #000;
  left: 50%;
  transform: rotate(45deg);
  top: -5px;
}
.blog-title {

    font-size: 36px;
    color: #252525;
    font-weight: 700;

}
.blog-meta {
  color: #ababab;
  font-size: 14px;
  line-height: 30px;
  padding-right: 10px;
  letter-spacing: 1px;
  font-weight: 500;
}




.blog-meta.list {
  padding: 15px 0px;
}

.blog-link img {
  width: 100%;

  border-radius: 10px 0px;
}

.blog-content-list {
padding: 52px 0px;
}

.blog-content-list a {
  color: #000;
}

.blog-content-list a:hover {
color: #ffaf53;
}
.blog-meta i {

    padding: 0px 5px;

}
.blog-meta i:first-child {

    padding: 0px;

}

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

 sidebar

===============*/
.sidebar aside {
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 40px 20px;
  margin-bottom: 60px;
}
.widget-title {
  font-size: 24px;
  width: 200px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  position: relative;
}
.widget.category a {
  font-size: 16px;
  color: #666666;

}

.cat-item:after {
  position: absolute;
  font-family: 'FontAwesome';
  content: "\f105";
  left: 0px;
  font-weight: 700;
  margin-top: 2px;
  color: #666666;
}


.widget.category ul li {
  list-style: none;
  padding: 5px 15px;
  position: relative;
}

.widget-title:after {
background: #666666;
position: absolute;
width: 40px;
height: 2px;
left: 0;
bottom: 0px;
content: "";
}

.tagclouds a {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 13px;
  padding: 7px 14px;
  border-radius: 5px 0;
  margin: 3px 3px 6px;
  text-transform: capitalize;
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
  transition: .5s;
  color: #222;
}

.tagclouds a:hover {
  border: 1px solid #fff;
  color: #000;
  text-decoration: none;
  background: #fbb033;
}

.tagclouds {
  margin-top: 30px;
}

.site-btn.transition-ease.quote-btn {
  margin-left: 20px;
  text-transform: capitalize;
}

.site-btn.transition-ease.quote-btn:hover {
  color: #000;
}

.coinscroll {
  bottom: 0;
  width: 100%;
  position: fixed;
  z-index: 9999;
}

.social-links.homefooter.mt25.text-center {
  margin-bottom: 75px;
}

.form-element{
  position: relative;
}
.form-element label.error {
    position: absolute;
    left: 10px;
    top: 10px;
    text-align: right;
    right: 10px;
    margin: 0;
    font-size: 13px;
}

.list-unstyled.sidebar-widget-list li {
    display: inline-block;
    margin-bottom: 20px;
    width: 100%;
}

.list-unstyled.sidebar-widget-list img {
  border: 3px solid #ddd;
  width: 90px;
}

.rpwwt-widget ul li {
  padding: 0;
  margin: 0;
}

.sidebar li a {
  font-size: 14px;
  color: #000;
}

#rpwwt-recent-posts-widget-with-thumbnails-3 img {
  border: 2px solid #ddd;
  width: 90px;
  height: 80px;
}

.rpwwt-post-title {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 10px;
  color: #000;
}

.rpwwt-post-date {
  font-size: 12px;
  padding: 5px 0;
  color: #b3b3b7;
}

.rpwwt-widget ul li {
  overflow: hidden;
  margin: 0 0 1.5em;
}

#search-form button {
  background: #c3c3c3;
  color: #fff;
  padding: 0px 15px;
  font-size: 18px;
  height: 50px;
}
#search-form input {

    height: 50px;

}
/* ====================
  Contact Section
=======================*/
.contact-info {
  text-align: center;
  padding-bottom: 30px;
}
.contact-title p {

    max-width: 500px;
    margin: 0 auto;
    margin-top: 0px;
    line-height: 24px;
    text-align: center;

}

.contact-info-box {
  margin-top: 120px;
}

.contact-info i {
  color: #f35b66;
  font-size: 20px;
}

.contact-info-head {
  border-bottom: 1px solid #666666;
  padding-bottom: 5px;
  max-width: 130px;
  margin: 0 auto;
}

.contact-info p {
  font-size: 14px;
  line-height: 20px;
  margin-top: 20px;
}
#send-form {
    border: 1px solid #ffaf53;
    color: #252525;
    background: transparent;
}
#send-form:hover {
background: #ffaf53;

}
#contact-form {
  padding: 35px;
  margin: 60px 0px;
}

.send-form-style {
  position: relative;
}

.send-form-style .text-center,
.send-form-style2 .text-center {
  margin-top: 8px;
}

.send-form-style input.error,
.send-form-style2 input.error,
.send-form-style textarea.error,
.send-form-style2 textarea.error {
  border: 1px solid red;
}

.send-form-style label.error,
.send-form-style2 label.error {
  color: red;
  font-size: 12px;
}

#result {
  text-align: center;
}

#result .alert {
  padding: 5px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  position: relative;
  z-index: 10;
  font-size: 13px;
}

#result .alert-success {
  color: #081738;
}

.from-footer img {
  width: 250px;
}

.from-footer {
  position: absolute;
  bottom: 0;
  right: -110px;
}

.send-form-style input {
  width: 100%;
  height: 50px;
  margin-bottom: 30px;
  padding: 15px;
  border: none;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.form-element label {
    padding: 14px 0px 4px 0px;
    color: #666;
}
.send-form-style2 input {
  width: 100%;
  height: 50px;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.send-form-style2 textarea {
  width: 100%;
  height: 236px;
  margin-bottom: 50px;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.sidebar .widget.widget_search {

    padding: 0px;
    border: 0px;

}
.request-clback {
  background: #081738;
  overflow: hidden;
}

.request-clback-header {
  height: 110px;
  background: #ffaf53;
  background: linear-gradient(to right, #f35b68, #ffaf53);
  padding-top: 30px;
  margin: 0 0 0 -5%;
  border-radius: 0 0 50% 50%;
  width: 110%;
}

.request-clback-header h2 {
  color: #fff;
  text-align: center;
  font-weight: 700;
}

.contact-info span {
  font-size: 20px;
  font-weight: 600;
  padding-left: 5px;
  color: #252525;
  font-family: 'Lato', sans-serif;
}

.send-form-style input:hover,
.send-form-style input:focus {
  outline: none;
}

.send-form-style textarea {
  width: 100%;
  height: 200px;
  padding: 15px;
  border: none;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.send-form-style textarea:hover,
.send-form-style textarea:focus {
  outline: none;
}

.send-form-style #send-form.done {
  background: #0fa049;
  border-color: #0fa049;
  color: #fff;
}

.send-form-style #send-form.error {
  background: #e20808;
  border-color: #e20808;
  color: #fff;
}

#map {
  width: 100%;
  height: 300px;
}
/*
====================================================================
    currency-exchange style
====================================================================
*/
.prices {
  background: #f7f7f7;
}

.prices .sec-title p {
  max-width: 650px;
  margin: 0 auto;
  color: #848484;
  margin-top: 20px;
}

.prices .table {
  margin-bottom: 0;
}

.table-striped thead {
  background: #f35b68;
  background: linear-gradient(to right, #f35b68, #ffaf53);
  color: #fff;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #f1f1f1;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 0px solid #ddd;
  padding: 15px;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 14px;
}

.prices .currency-icon {
  max-width: 25px;
  margin-right: 15px;
}

.prices .up {
  color: #43c443;
}

.prices .down {
  color: red;
}

.prices .chart {
  margin-top: 46px;
}

.tv-embed-widget-wrapper__heade {
  display: none;
}

.tv-screener__symbol {
  color: #ffb426;
}
/*
/* ====================
  Single Post
=======================*/
.page-top {
  height: 320px;
  width: 100%;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: table;
  background: #111;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-top-info .breadcrumb{
  margin-top: 10px;
  background: transparent;
  margin-bottom: 0px;
padding-bottom: 3px;
}

.breadcrumb-item a {
  color: #d4d4d4;
}

.breadcrumb > .active {
  color: #d4d4d4;
}

.page-top-info {
  display: table-cell;
  vertical-align: middle;
  z-index: 11;
  position: relative;
}

.page-top-info h1 {
  color: #f7f7f7;
  font-size: 48px;
  font-weight: 700;
}

.page-top-info h2 {
  color: #f7f7f7;
  font-size: 50px;
}
.post-intro span {

    color: #818181;
    padding-right: 10px;

}

.meta {
  color: #818181;
  font-size: 12px;
}
.meta i {

    padding: 0px 5px;

}
.meta i:first-childe {

    padding: 0px;

}
.pb50.blog-design-list {

    margin-right: 0px;

}
.title {
  color: #252525;
  font-size: 36px;
  padding: 30px 0px 20px;
}

.entry-footer.pb30 {
  margin-bottom: 25px;
}

.bottom-style:after {
  position: absolute;
  content: "";
  width: 597px;
  height: 1px;
  background: #ddd;
  left: 0;
}
.single.send-form-style {

    padding: 0px;

}
.single.send-form-style .col-sm-12, .single.send-form-style .col-sm-6 {

    padding: 0px;

}
.single.send-form-style textarea {
margin-top: 35px;
    width: 97%;

}
.single.send-form-style input  {

    margin-top: 30px;
    width: 95%;
}
#send-comment {
    border: 1px solid #f35b68;
    background: transparent;
    color: #252525;
    margin-top: 10px;
    margin-bottom: 20px;
}
#send-comment:hover {
    border: 1px solid #f35b68;
    background: #f35b68;
    color: #fff;
}
.single.send-form-style input #email {

    margin-top: 30px;
    width: 100%;


}
.bottom-style:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background: #252525;
  right: 18%;
  transform: rotate(45deg);
  top: -7px;
}

.comments {
  margin-top: 100px;
}

.bottom-style {
  position: relative;
}

.single-poat blockquote {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  border-left: 4px solid #4bbc6c;
  padding-left: 20px;
  margin: 40px 0;
}

.post-intro {
  margin-bottom: 30px;
}

.full-img {
  min-width: 100%;
  border-radius: 15px 0px;
}

.list-style {
  padding: 30px;
  line-height: 24px;
}

.list-style li {
  font-size: 16px;
  list-style: circle;
}

.comments h2 {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: -1px;
}

.post-comments {
margin: 50px 0px 100px 0px;
  list-style: none;
}

.post-comments li {
  overflow: hidden;
  padding-bottom: 10px;
  margin-bottom: 50px;
}

.comments-replay {
  padding-left: 45px;
}

.post-comments li:last-child {
  margin-bottom: 0;
  border: none;
}

.post-comments h3 {
    font-size: 16px;
    margin-bottom: 10px;
    color: #252525;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.post-comments p {
  font-size: 16px;
  max-width: 416px;
  margin-top: 5px;
}

.comment-text span {
  font-size: 12px;
  color: #666666;
}

h4.widget-title {
  color: #fff;
  margin-bottom: 45px;
  font-size: 24px;
}

.commernt-img {
  width: 15%;
  float: left;
}

.commernt-img img {
  border-radius: 50%;
  border: 1px solid #e6e6e6;
  padding: 5px;
}

.comment-text {
  width: 85%;
  float: left;
  padding-left: 30px;
}

.cm-reply {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 10px;
  color: #666;
  float: right;
  margin-right: 20px;
}

.cm-reply i {
  margin-right: 5px;
}

.widget.widget_getin_touch p {
  font-size: 16px;
  color: #c3c3c3;
  padding-bottom: 15px;
}

.widget.widget_getin_touch p i {
  margin-right: 10px;
  min-width: 14px;
}


/* ====================
  Footer message Section
=======================*/

#footer-massage {
  background: #f1f1f1;
  padding: 50px 0px;
}

#footer-massage h2 {
  font-size: 24px;
  margin-top: 10px;
  font-weight: 700;
}
#footer-massage h2 span{
  color: #f35b68;
}
/* ====================
  Footer Section
=======================*/
#footer-contact-info {
  background: #ededed;
padding: 70px 0px 35px 0px;
}
.footer-section {
  background: url(../images/footer.png);
  text-align: center;
  padding-top: 75px;
  padding-bottom: 75px;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.social-links a {
  display: inline-table;
  text-align: center;
  height: 35px;
  width: 35px;
  color: #fff;
  border-radius: 50%;
  margin: 0 5px;
  transition: all 0.3s ease;
}

.social-links a:hover {
 color: #ffaf53;
}

.social-links a i {
  display: table-cell;
  vertical-align: middle;
}

.footer-section p {
  margin-bottom: 0;
  line-height: normal;
  text-align: left;
  color: #c3c3c3;
}

.footer-about {
  text-align: left;
}

.footer-about p {
  text-align: left;
  color: #c3c3c3;
line-height: 24px;
}

.widget-title, .widget-title-two, .widget-title-three {
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 25px;
  font-size: 26px;
  text-align: left;
  font-weight: 800;
}

.widget.widget_newsletter p {
  color: #c3c3c3;
  padding-bottom: 10px;
  line-height: 21px;
}

.newsletter-bx {
  margin-top: 25px;
}

.newsletter-bx input {
  background: #3c3c3c;
  border: 0px;
  border-radius: 30px;
  padding: 0px 22px;
  height: 40px;
}

.newsletter-bx i {
color: #f7f7f7
}

.newsletter-bx button {
  background: #666666;
  height: 40px;
  padding: 0px 30px;
  border-radius: 24px;
  margin-left: -18px;
  position: absolute;
  z-index: 99;
  top: 0;
}

.site-button {
   background: #f35b68;
  background: linear-gradient(to right, rgb(0, 176, 155), rgb(150, 201, 61));
  font-size: 20px;
  border: 0px;
  color: #fff;
  padding: 6px 15px;
}

.recent-posts-entry-date .wt-post-date {
  border: 1px solid #c3c3c3;
  width: 55px;
  height: 55px;
  float: left;
  margin-bottom: 20px;
  margin-right: 10px;
  color: #c3c3c3;
  border-radius: 10px;
  padding-top: 5px;
}

.recent-posts-entry-date .wt-post-date strong {
  display: block;
  font-size: 14px;
}

.social-links a {

    color: #919191;

}
.social-links a:hover {

    color: #ffaf53;

}
.copyright p {
  margin-top: 10px;
  font-size: 14px;
  text-align: center;
  color: #c3c3c3;
  padding-top: 5px;
}
.subscribe-section {
  background: url(../images/subscribe.png);
  background-repeat: no-repeat;
}

.subscribe-option h2 {
  color: #fff;
  padding-bottom: 20px;
}

.subscribe-option p {
  color: #fff;
  padding-bottom: 20px;
  max-width: 450px;
  margin: 0 auto;
}

.subscribe-bx {
  max-width: 700px;
  margin: 0 auto;
}

.subscribe-site-button {
   background: #f35b68;
  background: linear-gradient(to right, rgb(0, 176, 155), rgb(150, 201, 61));
  font-size: 16px;
  border: 0px;
  color: #fff;
  padding: 15px 30px;
  border-radius: 30px;
  margin-left: -70px;
  z-index: 9999;
  height: 51px;
}

.subscribe-form-control {
  padding: 0px 30px;
  width: 100%;
  height: 51px;
  border-radius: 30px;
  border: 0px;
  background: #eee;
}
/* ====================
  Responsive Section
=======================*/
/* Tablet desktop :768px. */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-member .thumb::before {
    left: 0%;
    width: 100%;
  }

  .team-member .team-title {
    left: 20%;
  }

  .team-member .team-designation {
    left: 20%;
  }

  .team-content {
    width: 310px;
    margin-left: -17px;
  }

  .count-items {
    text-align: center;
    padding: 40px 20px;
    border-radius: 100%;
    border-bottom: 3px dotted #5cbf62;
    border-top: 3px dotted #5cbf62;
  }

  .count-items span {
    color: #fff;
    font-size: 36px;
    padding: 10px 0px;
    display: inherit;
    font-weight: 700;
  }
}
/* Tablet desktop :768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-content {
    top: 5%;
  }
  .top-info {
    padding-top: 8px;

}
.mean-nav .site-btn.header-quote-btn {

    background: transparent;
    border-radius: 0px;

}
.funfact {
    text-align: left;
}
.funfact h2::after {
    left: 0px;

}
  .about-img {
    margin-bottom: 20px;
  }

  .page-top-info h2 {
    font-size: 40px;
  }
  .about-items:after {
      width: 100%;
      right: -100%;
      transform: none;
  }
  .work-item h4 {
    font-size: 20px;
  }

  #footer-massage h2 {
    font-size: 20px;
    margin-top: 10px;
    line-height: 26px;
    margin-bottom: 20px;
  }

  .team-member .thumb::before {
  width: 96%;

left: 2%;
  }

  .count-items {
    text-align: center;
    border-radius: 100%;
    border-bottom: 3px dotted #5cbf62;
    border-top: 3px dotted #5cbf62;
    margin-top: 36px;
    max-width: 210px;
  }

  .count-items i {
    font-size: 26px;
  }

  .count-items span {
    color: #fff;
    font-size: 26px;
    padding: 10px 0px;
    display: inherit;
    font-weight: 700;
  }
  .newsletter-bx input {
    width: 110px !important;
}
.newsletter-bx button {
    padding: 0px 20px;
}
.cat-item::after {
    left: 10px;
}
.from-footer img {
    display: none;
}
}

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

  .header-menu>.container {
    display: none;
  }
  #cto-meanmenu a>img {
    height: 40px;
        padding-left: 15px;
        padding-top: 5px;
        padding-bottom: 5px;
}
 .top-header>.container {
    width: 100%;
  }
.mean-container {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;

}
.hero-content {
    padding:0px;

}
.hero-content h2 {
    font-size: 50px;
    padding-bottom: 0px;
}
.hero-content h3 {
    font-size: 50px;
}

  .work-item.last-item{
    margin-top: 30px;
  }

}

/* Large Mobile :767px. */
@media only screen and (max-width: 767px) {

  .logo>a {
      position: relative;
      z-index: 10;
  }
  .count-items {
    width: 100%;
    height: auto;
    max-width: 250px;
    margin: 0 auto 30px auto;
  }
  .intro-section {
    height: auto;
}
.mean-nav .site-btn.header-quote-btn {

    background: transparent;
    border-radius: 0px;

}
#cto-meanmenu a>img {
    padding-top: 5px;
    height: 40px;
    padding-bottom: 5px;
}
.hero-content {
    padding:0px;
    margin-top: 12%;
    margin-bottom: 12%;
}
.site-btn.transition-ease.hero {
    margin-right: 10px;
}
a.col-2.sbtn {
    padding: 4px;}

    .cto-tags {

    text-align: left;

}
.quote-body {

    padding: 0px 30px;

}
.footer-content {
    padding: 0px 20px;
}
.send-form-style {

    padding: 24px;


}
  .logo {
    padding-top: 0;
  }

  .hero-content h2 {
    font-size: 35px;
  }

  .price-item {
    margin-bottom: 30px;
  }

  .hero-content h3 {
    font-size: 35px;
  }

  .hero-content .site-btn.border {
    margin-top: 10px;
    margin-left: 0px;
  }

  .col-md-6.pl0.about-img {
    padding-right: 0px;
  }

  .hero-section {
    background-position: center;
  }

  .about-items-decor {
    display: none;
  }

  .about-items {
    padding-bottom: 45px;
  }

  .work-item {
    margin-bottom: 30px;
  }

  .count-items {
    margin-bottom: 30px;
  }

  .about-items p {
    width: 100%;
  }

  .about-items h2 {
    width: 100%;
  }

  .team-member {
    display: inherit;
        padding: 0 15px;
  }
.funfact {
    text-align: center;
}
.funfact p{
   margin-top: 10px;
}
.funfact h2::after {
  height: 0px;
}
button.owl-prev {

 position: relative;

}
.blog-section .text-center.more {

    margin-top: 0px;
    padding: 0;

}

button.owl-next {

  position: relative;

}
  .calculator-left-content {
    margin-bottom: 30px;
  }

  .team-member .thumb img {
    width: 80%;
  }

  .team-member .thumb::before {
    left: 10%;
    width: 80%;
  }

  .team-member:hover .thumb .team-info {
    top: 30%;
  }

  .team-info p {
    color: #fff;
    padding: 10px 100px;
  }

  .bottom-style::after {
    width: 75%;
  }

  .widget.widget_search.row {
    margin-top: 30px;
  }

  #footer-massage h2 {
    font-size: 20px;
    margin-top: 10px;
    line-height: 26px;
    margin-bottom: 20px;
  }




  .header-menu {
    padding: 0px;
    height: auto;
  }

  .social-links.pull-right {
    float: none !important;
  }



  .subscribe-option h2 {
    font-size: 24px;
  }

  .subscribe-option p {
    max-width: 300px;
  }

  .subscribe-site-button {
    padding: 15px 15px;
  }

  .subscribe-bx {
  }

  .contact-info-box {
    margin-top: -80px;
  }

  .request-clback-header h2 {
    font-size: 24px;
  }

  .footer-about p {
    padding-bottom: 20px;
  }

  .from-footer img {
    display: none;
  }

  .progress-bars {
    padding-top: 140px;
  }

  .blog-link img {
    height: auto;
  }

  .weare {
    padding: 0px 30px;
  }

  .service-item,
    .blog-item {
    margin-bottom: 30px;
  }

  .header-section {
    padding: 10px 30px;
  }

  .header-section.bgc {
    background: #000;
  }

  .header-section.bgc .logo {
    margin-bottom: 10px;
  }

  .header-section .menu-list {
    display: none;
    float: none;
    clear: both;
    border-top: 1px solid #222;
  }

  .header-section .menu-list li {
    display: inline;
  }

  .header-section .menu-list li a {
    display: block;
    padding: 10px;
  }

  .header-section .menu-list li a:after {
    left: 0%;
  }

  .header-section .menu-list li a:hover:after {
    width: 10px;
    margin-left: 10px;
  }

  .header-section .menu-list .current a:after {
    margin-left: 10px;
  }

  .responsive {
    display: block;
    color: #fff;
    font-size: 34px;
    position: absolute;
    right: 30px;
  }

  .intro-inner .intro-content h2 {
    font-size: 50px;
  }

  .about-img {
  }

  .about-top h2 {
    font-size: 25px;
  }

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

  .contact-info:last-child {
    margin-bottom: 0;
  }

  .page-top-info h2 {
    font-size: 30px;
  }
}

/* small mobile :320px. */
@media only screen and (max-width: 479px) {
  .stitle h2 {
    font-size: 30px;
  }

  .intro-inner .intro-content h2 {
    font-size: 35px;
    letter-spacing: 1px;
  }

  .intro-inner .intro-content p {
    margin-top: 10px;
  }

  .about-top h2 {
    font-size: 20px;
  }
}
