/*************************************

Template Name: Bongosoft -  Page
Author:
Version: 1.0
Design and Developed by:

****************************************/
/*================================================
            Table of contents
==================================================*/

@import url('https://fonts.googleapis.com/css?family=Lato|Nunito+Sans:400,700|Ubuntu:400,700');
/*
font-family: 'Ubuntu', sans-serif;
font-family: 'Nunito Sans', sans-serif;
font-family: 'Lato', sans-serif;
 */
/*================================================
            0 BASE CSS
==================================================*/
body {
  overflow-x: hidden;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
}
a:focus {
    outline: 0 solid;
}
img {
    height: auto;
}
a{
   transition: 0.4s;
   text-decoration: none;
}
html,
body {
    height: 100%;
}
/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
input {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a:hover {
  text-decoration: none!important;
}
.btn.focus, .btn:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
a:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
*, *::after, *::before {
    box-sizing: border-box;
}
/*================================================
             2. PRELOADER
==================================================*/
.preloader {
  position: fixed;
  overflow: hidden;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #188747;
  text-align: center;
}
.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
.bounce1,
.bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #188747;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out
}
.bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s
}
@-webkit-keyframes sk-bounce {
  0%,
  100% {
      -webkit-transform: scale(0)
  }
  50% {
      -webkit-transform: scale(1)
  }
}
@keyframes sk-bounce {
  0%,
  100% {
      transform: scale(0);
      -webkit-transform: scale(0)
  }
  50% {
      transform: scale(1);
      -webkit-transform: scale(1)
  }
}
/*================================================
             3. BACK TO TOP
==================================================*/
.scrollup {
  background: #1da255  none repeat scroll 0 0;
  border: 1px solid #1da255;
  bottom: 38px;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  height: 40px;
  line-height: 35px;
  position: fixed;
  right: 30px;
  text-align: center;
  width: 40px;
  z-index: 99;
}
.scrollup:hover {
  background: #ffffffff;
  color: #000000;
  border: 1px solid #1da255;
  transition: 1s;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
.back-to-top span {
  padding-bottom: 10px;
}
.back-to-top--active {
  visibility: visible;
  -webkit-animation: back-to-top .3s ease-in;
  animation: back-to-top .3s ease-in;
  transition: width 2s;
}
/*================================================
     Small Top Nav
==================================================*/
.wrapper_top {
  background: #2A323E;
  color: #fff;
  padding: 5px 0;
}
.top-text-left {
  padding-top: 3px;
}
.top-text-left a:hover {
  text-decoration: none;
}
.top-text-left a {
  padding-right: 10px;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
  font-family: 'Ubuntu', sans-serif;
}
.small-padding {
  padding-right: 5px;
}
.top-text-left a:last-child {
  padding-left: 20px;
  border-left: 1px solid #ffffff;
}
.wrapper_top_right {
  float: right;
  color: #fff;
}
.top_list_style {
  margin: 0;
  padding: 0;
  float: right;
  padding-top: 2px;
  padding-right: 30px;
}
.top_list_style li {
  display: inline-block;
  padding: 0;
}
.top_list_style li a {
  padding: 0 10px;
  color: #fff;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.top_list_style li:first-child a {
  border-right: 1px solid #fff;
}
.social-icon {
  margin: 0;
  display: block;
  padding: 0;
  float: right;
}
.social-icon li a {
  font-size: 15px;
  color: #ffffff;
  width: 28px;
  height: 28px;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
  line-height: 24px;
  text-align: center;
  transition: all 0.7s ease-in;
  background: transparent;
  display: inline-block;
  margin-left: 5px;
}
.social-icon  li {
  list-style: none;
  transform: rotate(0deg);
  display: inline-block;
}
.social-icon li a:last-child {
  margin-right: 0;
}
.social-icon li a:hover {
    transform: rotate(360deg);
}
.social-icon li .facebook {
    border: 2px dotted #fff;
}
.social-icon li:hover .facebook {
    background: #3b5999 !important;
    border: 2px dotted transparent;
}
.social-icon li .twitter {
    border: 2px dotted #fff;
}
.social-icon li:hover .twitter {
    background: #55acee !important;
    border: 2px dotted transparent;
}
.social-icon li .google-plus {
    border: 2px dotted #fff;
}
.social-icon li:hover .google-plus {
    background: #dd4b39 !important;
    border: 2px dotted transparent;
}
.social-icon li .dribbble {
    border: 2px dotted #fff;
}
.social-icon li:hover .dribbble {
    background: #ea4c89 !important;
    border: 2px dotted transparent;
}
.social-icon li .linkedin {
    border: 2px dotted #fff;
}
.social-icon li:hover .linkedin {
    background: #0077B5 !important;
    border: 2px dotted transparent;
}
/*================================================
        Top Nav
==================================================*/
#logo, #header.header2 #logo {
    margin: 15px 0 8px;
    float: left;
}
#header-wrapper {
  clear: both;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 99;
  -webkit-backface-visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 9px 0px rgba(180, 180, 180, 0.75);
}
#header-wrapper header {
  clear: both;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  /* z-index: 99999; */
  -webkit-backface-visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 9px 0px rgba(180, 180, 180, 0.75);
}
#header.header2 .main-menuwrapper ul li a {
    padding: 11px 20px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    float: left;
}
.main-menuwrapper > ul > li.current_page_item > a {
  background: #1da255;
  text-decoration: none;
  color: #fff;
}
.main-menuwrapper > ul > li.current_page_item > a:hover {
  background: #188747;
  color: #fff;
}
#header.header2 .main-menuwrapper > ul > li > ul:before {
    border-bottom-color: #1da255;
}
.main-menuwrapper ul ul li {
  background: #1da255;
}
.main-menuwrapper ul ul li:hover {
  background: #188747;
}
#header.header2 .main-menuwrapper ul ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
}
#header.header2 .main-menuwrapper ul ul li:first-child {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
#header.header2 .main-menuwrapper ul ul li:last-child {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.main-menuwrapper ul li a {
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  color: #000000;
  text-decoration: none;
  /* font-family: 'Lato', sans-serif; */
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
}
.main-menuwrapper ul li a:hover {
  color: #1da255;
  text-decoration: none;
}
/*================ ONLY FOR NAV SEARCH BOX =====================*/
.search-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}

.search-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: white;
}

.search-input::-ms-input-placeholder { /* Microsoft Edge */
  color: white;
}
.search .search-icon {
  display: block;
  padding: 22px 0;
  color: #101010;
}
.search-box {
  top: 100%;
  position: absolute;
  right: 14px;
  width: 100%;
  max-width: 1141px;
  z-index: 1;
}
.search-box input {
  background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  height: 55px;
}
.search {
  position: relative;
  float: left;
}
.search .search-input-elm {
  position: absolute;
  right: 29px;
  top: 22px;
  width: 200px;
  display: none;
}
.search .search-btn {
  cursor: pointer;
  margin-top: 22px;
  margin-left: 3px;
  float: right;
  background: #1da255;
  padding: 5px;
  margin-right: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: .35s ease;
  -moz-transition: .35s ease;
  -ms-transition: .35s ease;
  -o-transition: .35s ease;
  transition: .35s ease;
}
.search .search-btn:hover {
  background: #188747;
}
.search .search-btn .fa {
  color: #ffffff;
  font-size: 18px;
}
.search .search-input {
  width: 100%;
  background: #1da255;
  color: #fff;
  border: 0;
  padding: 3px 10px;
  border-radius: 0;
  text-transform: capitalize;
  height: 31px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
}
.search-submit {
  position: absolute;
  top: 3px;
  right: 10px;
}
/*================================================
        Main Slider Section
==================================================*/
.wrapper-slider {
  position: relative;
  float: left;
  width: 100%;
}
.dt-sc-button.ico-button {
    background: #1da255;
    color: #fff;
    display: inline-block;
    font-family: 'Ubuntu', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    margin: 10px 0 0;
    padding: 0 0 0 15px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.dt-sc-button.ico-button span {
    /* border-right: 1px solid #1da255; */
    display: block;
    float: left;
    line-height: 24px !important;
    padding: 10px 15px 10px 0;
}
.dt-sc-button.ico-button i {
  padding-top: 12px;
  padding-right: 10px;
}
.dt-sc-button .ico-btn-image {
    display: inline-block;
    line-height: 0;
    margin: 0;
    padding: 16px 20px;
    text-align: center;
}
#slider .dt-sc-button.ico-button:hover {
    background: #188747;
}
/*================================================
        ABOUT SECTION
==================================================*/
.heading-title {
  padding-bottom: 40px;
}
.heading-title h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 40px;
  line-height: 40px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
}
/*============== Start Main title boder Effect ============*/
.box {
  display: flex;
  width: 15%;
  height: 8px;
  margin: 0 auto;
}
.box-sm {
    height: 8px;
    margin: 0;
    flex-grow: 1;
    transition: all 0.8s ease-in-out;
    cursor: pointer;
}
.red {
  background-color: #ff5852;
}
.orange {
  background-color: #ff9000;
}
.yellow {
  background-color: #ffd300;
}
.green {
  background-color: #3dcd49;
}
.blue {
  background-color: #0089d7;
}
.purple {
  background-color: #9e44c4;
}
.box-sm:hover {
  flex-grow: 12;
}
/*============== End Main title boder Effect ============*/

.about-section {
  /* position: relative;
  float: left;
  width: 100%;
  padding: 50px 0 60px;
  background: #fff; */
}
.about_image {
  /* padding: 15px; */
  float: right;
}
.des-res {
  /* max-width: 364px; */
  margin: 0 auto;
  position: relative;
}

.bubbling-dev-icons-vert-seo {
  -webkit-animation-name: bubblinger-inverse;
  -moz-animation-name: bubblinger-inverse;
  animation-name: bubblinger-inverse;
  border-radius: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  width: 100px;
  height: 100px;
  -webkit-animation-duration: 12s;
  -webkit-animation-delay: 4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(1,0,0,1);
  -moz-animation-duration: 12s;
  -moz-animation-delay: 4s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: cubic-bezier(1,0,0,1);
  animation-duration: 12s;
  animation-delay: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(1,0,0,1);
  background-image: url(../images/custom/about/seo.png);
}
.dev1-seo {
  position: absolute;
  right: 16%;
  top: 64%;
}


.bubbling-dev-icons-vert3 {
  -webkit-animation-name: bubblinger-inverse;
  -moz-animation-name: bubblinger-inverse;
  animation-name: bubblinger-inverse;
  border-radius: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  width: 100px;
  height: 100px;
  -webkit-animation-duration: 10s;
  -webkit-animation-delay: 5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(1,0,0,1);
  -moz-animation-duration: 10s;
  -moz-animation-delay: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: cubic-bezier(1,0,0,1);
  animation-duration: 10s;
  animation-delay: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(1,0,0,1);
  background-image: url(../images/custom/about/green-circle-icons-min.png);
}
.dev1-an {
  position: absolute;
  right: 6%;
  top: 31%;
}
.bubbling-dev-icons-vert4 {
  -webkit-animation-name: bubblinger-inverse;
  -moz-animation-name: bubblinger-inverse;
  animation-name: bubblinger-inverse;
  border-radius: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  width: 100px;
  height: 100px;
  -webkit-animation-duration: 10s;
  -webkit-animation-delay: 7s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear(1,0,0,1);
  -moz-animation-duration: 10s;
  -moz-animation-delay: 7s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  animation-duration: 10s;
  animation-delay: 7s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  background-image: url(../images/custom/about/software-slider.png);
}
.dev2-an {
  position: absolute;
  right: 28%;
  top: 1%;
}

.bubbling-dev-icons-vert-graphic {
  -webkit-animation-name: bubblinger-inverse;
  -moz-animation-name: bubblinger-inverse;
  animation-name: bubblinger-inverse;
  border-radius: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  width: 100px;
  height: 100px;
  -webkit-animation-duration: 12s;
  -webkit-animation-delay: 7s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(1,0,0,1);
  -moz-animation-duration: 12s;
  -moz-animation-delay: 7s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: cubic-bezier(1,0,0,1);
  animation-duration: 12s;
  animation-delay: 7s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(1,0,0,1);
  background-image: url(../images/custom/about/graphic.png);
}
.dev1-graphic {
  position: absolute;
  right: 53%;
  bottom: 1%;
}


@-webkit-keyframes bubblinger-inverse {
    0% {
        background-position: 0 0
    }
    16.6% {
        background-position: 100px 0
    }
    33% {
        background-position: 100px 0
    }
    49% {
        background-position: 200px 0
    }
    65% {
        background-position: 200px 0
    }
    81% {
        background-position: 300px 0
    }
    100% {
        background-position: 300px 0
    }
}
@-moz-keyframes bubblinger-inverse {
    0% {
        background-position: 0 0
    }
    16.6% {
        background-position: 100px 0
    }
    33% {
        background-position: 100px 0
    }
    49% {
        background-position: 200px 0
    }
    65% {
        background-position: 200px 0
    }
    81% {
        background-position: 300px 0
    }
    100% {
        background-position: 300px 0
    }
}
@keyframes bubblinger-inverse {
    0% {
        background-position: 0 0
    }
    16.6% {
        background-position: 100px 0
    }
    33% {
        background-position: 100px 0
    }
    49% {
        background-position: 200px 0
    }
    65% {
        background-position: 200px 0
    }
    81% {
        background-position: 300px 0
    }
    100% {
        background-position: 300px 0
    }
}

.container-about {
  display: inline-block;
  margin-top: 60px;
}
.about-section {
  padding-bottom: 50px;
}
.sub-about {
  padding-bottom: 10px;
}
.about-section .block {
  background: #f7f7f7;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.about-section .block:hover {
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  /* box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.1); */
}
.block-border {
  padding: 30px;
  position: relative;
  display: inline-block;
}
.about-section .block-border:before {
  bottom: 0;
  left: 0;
}
.about-section .block-border::before, .about-section .block-border::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 2px;
  background: #188747;
  transition: all 0.9s ease-in-out 0s;
  -webkit-transition: all 0.9s ease-in-out 0s;
  -moz-transition: all 0.9s ease-in-out 0s;
  -o-transition: all 0.9s ease-in-out 0s;
  -ms-transition: all 0.9s ease-in-out 0s;
}
.about-section .block-border::after {
  top: 0;
  right: 0;
}
.about-section .block:hover .block-border::before {
  width: 100%;
}
.about-section .block:hover .block-border::after {
  width: 100%;
}
.icon-box {
  margin-bottom: 20px;
}
.about-section .block h3 {
  font-weight: 700;
  color: #202020;
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 10px;
  line-height: 40px;
}
.about-section .block p {
  color: #000000;
  font-size: 15px;
  line-height: 25px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
.about-content {
  padding: 40px;
}
.sub-title {
  line-height: 50px;
  font-size: 30px;
  font-weight: 700;
  color: #188747;
  text-transform: capitalize;
}
.about-details p {
  color: #000000;
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 10px;
  font-family: 'Ubuntu', sans-serif;
  text-align: justify;
}
.about-section-ul {
  padding-left: 0px;
  font-size: 15px;
  color: #000000;
  font-weight: 400;
  font-family: 'Ubuntu', sans-serif;
  text-align: justify;
}
.about-section-ul li{
  list-style: none;
  line-height: 26px;
}
.about-section-ul strong {
  font-family: 'Nunito Sans', sans-serif;
}
/*========================= New About Section =================*/
.about-content-2 {
  margin-top: 10px;
}
.about-content-2 h3 {
  font-weight: 700;
  font-family: 'Ubuntu', sans-serif;
  font-size: 40px;
}
/* .new-font p, .new-font li {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
} */
.new_image_new {
  /* padding: 20px; */
}
/*=========================bounce button=================*/
.bg-red {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  animation-name: swing-new;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  transform-origin: top center;
}
.btn-start-project {
  color: #fff;
  position: relative;
  display: block;
  background: #1da255;
  width: 262px;
  min-height: 44px;
  font-size: 20px;
  letter-spacing: 0.50px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
}
.req-link {
  display: block;
  transition: all 0.9s ease-in-out 0s;
  -webkit-transition: all 0.9s ease-in-out 0s;
  -moz-transition: all 0.9s ease-in-out 0s;
  -o-transition: all 0.9s ease-in-out 0s;
  -ms-transition: all 0.9s ease-in-out 0s;
  color: #fff;
}
.req-link-hover {
  color: #fff;
  display: none;
  transition: all 0.9s ease-in-out 0s;
  -webkit-transition: all 0.9s ease-in-out 0s;
  -moz-transition: all 0.9s ease-in-out 0s;
  -o-transition: all 0.9s ease-in-out 0s;
  -ms-transition: all 0.9s ease-in-out 0s;
}
.req-link-hover{
  position: absolute;
  width: 100%;
  display: none;
  text-align: center;
  left: 0;
}
.btn-start-project:hover .req-link{
  display: none;
}
.btn-start-project:hover .req-link-hover{
  display: block;
}
@keyframes swing-new {
    0% {
        transform: rotate3d(0, 0, 1, 3deg);
    }
    1% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    2% {
        transform: rotate3d(0, 0, 1, -3deg);
    }
    3% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    4% {
        transform: rotate3d(0, 0, 1, 3deg);
    }
    5% {
        transform: rotate3d(0, 0, 1, -3deg);
    }
    6% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    7% {
        transform: rotate3d(0, 0, 1, 3deg);
    }
    8% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    9% {
        transform: rotate3d(0, 0, 1, -3deg);
    }
    10% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    11% {
        transform: rotate3d(0, 0, 1, 3deg);
    }
    12% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    13% {
        transform: rotate3d(0, 0, 1, -3deg);
    }
    14% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    15%,
    90% {}
    to {
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

/*================================================
             8. COUNTER SECTION
==================================================*/
.counter-section {
  background-image: url('../images/custom/counter/bg-counter.jpg');
  background-size: cover;
  background-position: center;
  height: 450px;
}
.counter-wrapper .counter-column {
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: center;
}
.counter-column span {
  font-size: 50px;
  color: #fff;
  font-weight: 700;
  display: block;
  text-align: center;
  transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  transform: scale(1.0);
}
.counter-column h3 {
  font-size: 24px;
  line-height: 24px;
  color: #188747;
  margin-bottom: 10px;
}
.counter-effects {
  position: relative;
  margin-top: 90px;
}
.counter-circle {
    position: absolute;
    top: -71px;
    left: 50%;
    margin-left: -10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: block;
    box-shadow: 3px 0 15px rgba(0, 0, 0, 0.2);
    /* background-color: #c9bba1; */
    background-color: #fff;
}
.counter-circle:before {
    content: "";
    width: 2px;
    height: 50px;
    position: absolute;
    left: 9px;
    border: 1px dashed #dfe8f3;
    bottom: -50px;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.counter-img {
    width: 105px;
    height: 105px;
    line-height: 105px;
    border-radius: 50%;
    box-shadow: 3px 0 20px rgba(0, 0, 0, 0.2);
    display: inline-block;
    border: 1px solid #fbfbfb;
    background: transparent;
    position: relative;
    top: 0;
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.counter-effects:hover .counter-img {
  position: relative;
  top: 10px;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.counter-effects:hover {
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.counter-effects:hover .counter-circle:before {
  bottom: -60px;
  height: 60px;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.counter-effects:hover .counter-img {
  position: relative;
  top: 10px;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.counter-column:hover span {
  transform: scale(1.2);
}
/*================================================
             10. PORTFOLIO SECTION
==================================================*/
.portfolio-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #f5f5f5;
  /* position: relative;
  width: 100%;
  float: left; */
}
.portfolio-filter {
  margin-bottom: 30px;
}
.portfolio-filter ul li {
  display: inline;
}
.portfolio-filter ul li a {
	color: #202020;
  /* color: #000; */
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
    margin: 0 10px;
    padding: 5px 15px;
    position: relative;
    text-decoration: none;
}
.portfolio-filter ul li a:focus,.portfolio-filter ul li a:hover {
  text-decoration: none;
}
.portfolio-filter ul li a::before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #188747;
	content: '';
	-webkit-transition: bottom 0.3s;
	 -moz-transition: bottom 0.3s;
	-o-transition: bottom 0.3s;
	transition: bottom 0.3s;
}
.portfolio-filter ul li a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 2px;
	height: 2px;
	background: #188747;
	content: '';
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	-o-transition: height 0.3s;
	transition: height 0.3s;
}
.portfolio-filter ul li a:hover::before {
	bottom: 100%;
	opacity: 1;
}
.portfolio-filter ul li a:hover::after {
	height: 100%;
}
.og-grid .mix > a {
	display:block;
	overflow:hidden;
	position:relative;
}
.og-grid .mix a img {
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}
.og-grid .mix a:hover img {
	-webkit-transform: scale(1.4) rotate(15deg);
	 -moz-transform: scale(1.4) rotate(15deg);
	-ms-transform: scale(1.4) rotate(15deg);
	-o-transform: scale(1.4) rotate(15deg);
	transform: scale(1.4) rotate(15deg);
}
.hover-mask {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(24, 135, 71, 0.8);
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 600ms ease-out 0s;
	   -moz-transition: all 600ms ease-out 0s;
		 -o-transition: all 600ms ease-out 0s;
		    transition: all 600ms ease-out 0s;
	-webkit-transform: rotateY(180deg) scale(0.5,0.5);
	   -moz-transform: rotateY(180deg) scale(0.5,0.5);
		-ms-transform: rotateY(180deg) scale(0.5,0.5);
		 -o-transform: rotateY(180deg) scale(0.5,0.5);
			transform: rotateY(180deg) scale(0.5,0.5);
}
.hover-mask h3 {
	color: #ffffff;
	font-size: 20px;
	position: relative;
	text-transform: uppercase;
	top: 55%;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  font-weight: 400;
}
.hover-mask span {
	border: 2px solid #ddd;
	border-radius: 50px;
	color: #ffffff;
	display: inline-block;
	height: 50px;
	left: 39%;
	padding: 11px 0;
	position: absolute;
	text-align: center;
	top: 30%;
	width: 50px;
}
.og-grid .mix a:hover .hover-mask {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: rotateY(0deg) scale(1,1);
	 -moz-transform: rotateY(0deg) scale(1,1);
		-ms-transform: rotateY(0deg) scale(1,1);
		 -o-transform: rotateY(0deg) scale(1,1);
		    transform: rotateY(0deg) scale(1,1);
}
.btn-date-picker {
  position: relative;
  z-index: 10;
  /* transform: translateX(7px); */
  overflow: hidden;
  transition-duration: 0.50s;
  background: #1da255;
  color: white;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: 15px;
  padding: 12px 40px;
  text-transform: capitalize;
}
.btn-date-picker::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.btn-date-picker:hover {
    color: #1da255;
}
.btn-date-picker:active::before, .btn-date-picker:focus::before, .btn-date-picker:hover::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

/*================================================
      Footer Section
==================================================*/
.footer {
  /* background: #2a323e; */
  padding-top: 35px;
  background: #1a1a1a;
}
.footer-widget {
  color: #fff;
  float: left;
  padding: 10px 0 20px 10px;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.footer-widget p {
  color: #6f7a82;
  line-height: 24px;
  margin-bottom: 18px;
  font-size: 14px;
  text-align: justify;
}
.footer-widget .widgettitle {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  padding-top: 20px;
  margin-bottom: 15px;
  font-family: 'Nunito Sans', sans-serif;
  color: #188747;
  position: relative;
  padding-bottom: 10px;
}
.footer-widget .widgettitle:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 1px;
    background: #000;
    content: '';
}
.blog-small {
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.footer-widget .blog-small a {
  display: block;
  margin-top: 6px;
}
.footer-widget .blog-small a:hover .blog-small-right h5 {
  color: #1da255;
}
.footer .footer-widget a, .footer p {
    color: #fff;
    transition: 0.4s;
}
.blog-small-left {
    width: 35%;
    float: left;
}
.blog-small-right {
    width: 65%;
    float: left;
}
.blog-small-right h5 {
    padding-left: 10px;
    padding-top: 5px;
    font-weight: 400;
    transition: ease-in .35s;
    -moz-transition: ease-in .35s;
    -webkit-transition: ease-in .35s;
    color: #6f7a82;
    line-height: 24px;
    margin-bottom: 18px;
    font-size: 14px;
}
.info-contact {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100%;
}
.info-contact li {
  font-size: 15px;
  font-weight: 400;
  padding-bottom: 10px;
  display: block;
  padding: 0;
  line-height: 28px;
  list-style: none;
  color: #6f7a82;
}
.copyright {
    background: #222222;
    clear: both;
    float: left;
    color: #8496b0;
    padding: 10px 0 10px;
    text-align: center;
    width: 100%;
}
.copyright p {
  margin-bottom: 0;
}
.copyright a {
  color: #1da255;
  padding: 0 2px;
  font-family: 'Ubuntu', sans-serif;
}
.copyright a:hover {
  color: #fff;
}
.footer-widget-map {
  padding-top: 33px;
  margin-left: -30px;
  padding-right: 10px;
}


.social {

}
.social a {
    background: url(../images/custom/footer/social.png) no-repeat;
        background-position-x: 0%;
        background-position-y: 0%;
    width: 32px;
    height: 32px;
    display: inline-block;
    margin: 0px 1px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.social a.gplus {
    background-position: 0px 0px;
}
.social a.facebook {
    background-position: -35px 0px;
}
.social a.twitter {
    background-position: -70px 0px;
}
.social a.youtube {
    background-position: -105px 0px;
}
.social a.linkedin {
    background-position: -140px 0px;
}
.social a:hover {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}





.input-container {
  position: relative;
  margin: 10px 30px 0 0px;
}
.input-container input {
  outline: none;
  z-index: 1;
  position: relative;
  background: none;
  width: 100%;
  height: 40px;
  border: 0;
  color: #6f7a82;
  font-size: 20px;
  font-weight: 400;
}
.input-container input:focus ~ label {
  color: #1da255;
  -webkit-transform: translate(-12%, -50%) scale(0.75);
  transform: translate(-12%, -50%) scale(0.75);
  margin-bottom: 0px;
}
.input-container input:focus ~ .bar:before, .input-container input:focus ~ .bar:after {
  width: 100%;
}
.input-container input:valid ~ label {
  color: #fff;
  -webkit-transform: translate(-12%, -50%) scale(0.75);
          transform: translate(-12%, -50%) scale(0.75);
}
.input-container label {
  position: absolute;
  top: 0;
  left: 0;
  color: #6f7a82;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  transition: 0.2s ease;
}
.input-container .bar {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #6f7a82;
  width: 100%;
  height: 1px;
  background: #6f7a82;
}
.input-container .bar:before, .card .input-container .bar:after {
  content: "";
  position: absolute;
  background: #1da255;
  width: 0;
  height: 2px;
  transition: 0.2s ease;
}
.input-container .bar:before {
  /* left: 50%; */
}
.input-container .bar:after {
  right: 50%;
}
/* Keyframes */
@-webkit-keyframes buttonFadeInUp {
  0% {
    bottom: 30px;
    opacity: 0;
  }
}
@keyframes buttonFadeInUp {
  0% {
    bottom: 30px;
    opacity: 0;
  }
}
.form-btn {
  text-align: left;
  margin-top: 15px;
}
/* .btn-send {
  background-color: transparent;
  color: #000000;
  outline:none;
  text-transform: uppercase;
  cursor: pointer;
  border: 2px solid #3a7cc5;
  padding: 10px 40px;
  font-size: 16px;
  letter-spacing: 2px;
  border-radius: 2px;
  box-shadow: inset 0 0 0 0 #3a7cc5;
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  transition: all ease 0.8s;
  font-weight: 700;
}
.btn-send:hover {
  box-shadow: inset 0 100px 0 0 #3a7cc5;
} */
.btn-1{
  position: relative;
  padding: 0px 10px;
  cursor: pointer;
  overflow: hidden;
  background: #1da255;
  border: 0;
  border-bottom: 3px solid #188747;
}
.btn-1 span {
   text-transform: capitalize;
   text-align: center;
   color: #fff;
   font-weight: 400;
   font-size: 18px;
   margin: 0;
   line-height: 36px;
   margin-left: 18px;
   transition: all 0.5s ease;
   font-weight: 700;
   font-family: 'Nunito Sans', sans-serif;
   letter-spacing: 1px;
}
.send{
  position: absolute;
  top: 10px;
  left: 5px;
  color: #fff;
  transition: all 0.5s ease;
}
.send2{
  position: absolute;
  top: 80px;
  left: 5px;
  color: #ffffff;
  transition: all 0.5s ease;
}
/* Hover effects */
.btn-1:hover{
  background: #000;
  transition: all 0.5s ease;
  color: #fff;
}
.btn-1:hover span{
  color: #ffffff;
  transition: all 0.5s ease;
  animation: move 1s linear 1s forwards;
}
.btn-1:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-1:hover .send{
  top: -50px;
  transition: all 0.5s ease;
}
.btn-1:hover .send2{
  top: 10px;
  transition: all 0.5s ease;
  animation: sending 1s linear 1s forwards;
}
/* CSS3 animation keyframes */
@keyframes sending{
  0%{
    transform: translateY(0);
  }
  100%{
    transform: translate(40px, -60px);
  }
}

@keyframes move{
  0%{
    transform: translateX(0);
  }
  100%{
    transform: translateX(-18px);
  }
}

/*================================================
  7.Service Section SECOND
==================================================*/
.service_2 {
  padding: 60px 0 90px;
}
.service_grid {
  display: grid;
  height: 580px;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: repeat(4, 1fr);
  /* grid-template-columns: repeat(4, 1fr); */
  /* grid-gap: 20px; */
}
.service_item {
  /* background: #f96855; */
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: top left;
  /* transition: all ease-in-out 300ms; */
  transition: 0.5s;
  position: relative;
  text-align: center;
}
.service_item:hover {
  transform: scale(1.1);
  z-index: 1;
  box-shadow: 0 5px 20px rgba(0,0,0,1);
}
.service_item.software {
   background: #3dcd49;
}
.service_item.web-design {
    grid-row: span 2;
    /* grid-column: span 2; */
}
.service_content h3 {
  font-size: 20px;
  color: #fff;
  margin-top: 0;
}
.service_item.seo {
   background: #4eccff;
}
.service_item.domain {
  background: #06ccbc;
}
.service_item.graphic {
  /* background: #9e44c4; */
  /* background: #3dcd49; */
  background: #ff5852;
}
.service_item.web-design {
  background: url(../images/custom/service-section/mobile-bg.jpg) no-repeat;
  background-size: cover;
}
.service_item.web-development {
  background: url(../images/custom/service-section/marketing-bg-1.jpg) no-repeat;
  background-size: cover;
}
.service_item.support {
  background: url(../images/custom/service-section/emerging-bg-1.jpg) no-repeat;
  background-size: cover;
}
.service_item .service_details {
  position: absolute;
  overflow: hidden;
  height: 100%;
  width: 100%;
  /* transform: translate(25% , 0%); */
}
.service_content {
  /* top: calc(50% + 16px);
  transform: translateY(-50%);
  position: absolute; */
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  position: absolute;
  top: calc(50% + 95px);
  transform: translateY(-50%);
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
}
.service_item:hover .service_content{
  top: calc(40%);
}
.service_item .btn-service {
  transform: scale(0);
  transition: 0.5s;
  font-family: 'Ubuntu', sans-serif;
  display: inline-block;
  letter-spacing: 1px;
  height: 44px;
  line-height: 40px;
  padding: 0 20px;
  border-radius: 25px;
  color: #fff;
  font-size: 15px;
  border: 2px solid #fff;
  text-align: center;
  font-weight: 400;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  z-index: 9;
}
.btn-service:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: '';
    border-radius: 50%;
    display: block;
    width: 300px;
    height: 300px;
    line-height: 20em;
    left: 50%;
    margin-left: -150px;
    text-align: center;
    -webkit-transition: -webkit-box-shadow 0.5s ease-out;
    transition: -webkit-box-shadow 0.5s ease-out;
    -o-transition: box-shadow 0.5s ease-out;
    transition: box-shadow 0.5s ease-out;
    transition: box-shadow 0.5s ease-out, -webkit-box-shadow 0.5s ease-out;
    z-index: -1;
}
.btn-service:hover {
    border: 2px solid transparent;
    color: #000;
}
.btn-service:hover:before {
    -webkit-box-shadow: inset 0 0 0 10em #fff;
    box-shadow: inset 0 0 0 10em #fff;
}
.service_item:hover .btn-service{
  transform: scale(1);
}
.service_content .icon {
  margin-bottom: 10px;
  transform: scale(1);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.service_item:hover .service_content .icon {
  transform: scale(0);
}
.service_sub_title {
  transform: scale(0);
  transition: 0.5s;
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
}
.service_sub_title li {
  list-style: none;
  line-height: 24px;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  font-family: 'Nunito Sans', sans-serif;
}
.service_item:hover .service_sub_title{
  transform: scale(1);
}
.service_item.domain .service_content {
  top: calc(50% + 0px);
}
.service_item.support .service_content {
  top: calc(50% + 0px);
}
.service_details a {
  text-decoration: none;
}
.service_item.domain:hover .service_content .icon {
  transform: scale(1);
}
.service_item.support:hover .service_content .icon {
  transform: scale(1);
}



.web_design_animation {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  animation-name: swing-new-animation;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  transform-origin: top center;
}
.web_development_animation {
  -webkit-transition: all 0.9s;
  -moz-transition: all 0.9s;
  transition: all 0.9s;
  animation-name: swing-new-animation;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  transform-origin: top center;
}
@keyframes swing-new-animation {
    0% {
        transform: rotate3d(0, 0, 1, 9deg);
    }
    1% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    2% {
        transform: rotate3d(0, 0, 1, -9deg);
    }
    3% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    4% {
        transform: rotate3d(0, 0, 1, 9deg);
    }
    5% {
        transform: rotate3d(0, 0, 1, -9deg);
    }
    6% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    7% {
        transform: rotate3d(0, 0, 1, 9deg);
    }
    8% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    9% {
        transform: rotate3d(0, 0, 1, -9deg);
    }
    10% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    11% {
        transform: rotate3d(0, 0, 1, 9deg);
    }
    12% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    13% {
        transform: rotate3d(0, 0, 1, -9deg);
    }
    14% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    15%,
    90% {}
    to {
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.web_development {
  -webkit-transition: all 1.2s;
  -moz-transition: all 1.2s;
  transition: all 1.2s;
  animation-name: swing-new-develop;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
  -webkit-animation-duration: 7s;
  animation-duration: 7s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  transform-origin: top center;
}
@keyframes swing-new-develop {
    0% {
        transform: rotate3d(0, 0, 1, 15deg);
    }
    1% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    2% {
        transform: rotate3d(0, 0, 1, -15deg);
    }
    3% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    4% {
        transform: rotate3d(0, 0, 1, 15deg);
    }
    5% {
        transform: rotate3d(0, 0, 1, -15deg);
    }
    6% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    7% {
        transform: rotate3d(0, 0, 1, 15deg);
    }
    8% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    9% {
        transform: rotate3d(0, 0, 1, -15deg);
    }
    10% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    11% {
        transform: rotate3d(0, 0, 1, 15deg);
    }
    12% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    13% {
        transform: rotate3d(0, 0, 1, -15deg);
    }
    14% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    15%,
    90% {}
    to {
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.web_domain {
  -webkit-transition: all .7s;
  -moz-transition: all .7s;
  transition: all .7s;
  animation-name: swing-new-domain;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 9s;
  animation-delay: 9s;
  -webkit-animation-duration: 9s;
  animation-duration: 9s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  transform-origin: top center;
}
@keyframes swing-new-domain {
    0% {
        transform: rotate3d(0, 0, 1, 20deg);
    }
    1% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    2% {
        transform: rotate3d(0, 0, 1, -20deg);
    }
    3% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    4% {
        transform: rotate3d(0, 0, 1, 20deg);
    }
    5% {
        transform: rotate3d(0, 0, 1, -20deg);
    }
    6% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    7% {
        transform: rotate3d(0, 0, 1, 20deg);
    }
    8% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    9% {
        transform: rotate3d(0, 0, 1, -20deg);
    }
    10% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    11% {
        transform: rotate3d(0, 0, 1, 20deg);
    }
    12% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    13% {
        transform: rotate3d(0, 0, 1, -20deg);
    }
    14% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    15%,
    90% {}
    to {
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

/*================================================
   PARALLEX SECTION
==================================================*/
.footer_parallax {
  /* height: 560px; */
  background-image: url('../images/custom/footer/footer-talk-bg.jpg');
  background-attachment: fixed;
  /* background-repeat: no-repeat; */
  background-position: center;
  background-size: cover;
  text-align: center;
  overflow: hidden;
}
.footer_parallax .overlay {
  background-color: rgba(0,0,0,0.8);
  padding: 90px 0 230px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.parallax_text {
  text-align: center;
  color: #fff;
}
.parallax_text h3 {
  font-size: 35px;
  margin-bottom: 20px;
  font-weight: 400;
}
.parallax_text p {
  font-size: 18px;
  line-height: 30px;
  color: #ddd;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  padding-bottom: 5px;
}
.btn-quote {
  position: relative;
  text-align: center;
}
.btn-quote a:hover,.btn-quote a:focus {
  text-decoration: none;
}
.btn-contact-us {
  color: #fff;
    font-size: 17px;
    line-height: 46px;
    height: 52px;
    display: inline-block;
    padding: 0 20px;
    border-radius: 25px;
    border: 2px solid #fff;
    text-align: center;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    z-index: 9;
    text-transform: capitalize;
}
.btn-contact-us:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: '';
    border-radius: 50%;
    display: block;
    width: 300px;
    height: 300px;
    line-height: 20em;
    left: 50%;
    margin-left: -150px;
    text-align: center;
    -webkit-transition: -webkit-box-shadow 0.5s ease-out;
    transition: -webkit-box-shadow 0.5s ease-out;
    -o-transition: box-shadow 0.5s ease-out;
    transition: box-shadow 0.5s ease-out;
    transition: box-shadow 0.5s ease-out, -webkit-box-shadow 0.5s ease-out;
    z-index: -1;
}
.btn-contact-us:hover {
    border: 2px solid transparent;
    color: #000;
}
.btn-contact-us:hover:before {
    -webkit-box-shadow: inset 0 0 0 10em #fff;
    box-shadow: inset 0 0 0 10em #fff;
}
/*================================================
      MAIN FOOTER SECTION
==================================================*/
.main-footer {
  background: #f6f6f6;
  padding: 80px 0;
  padding-bottom: 65px;
}
.footer-links h4 {
    font-size: 20px;
    color: #536470;
    margin-bottom: 15px;
    font-weight: 700;
}
.list-footer-menu {
  margin: 0;
  padding: 0;
}
.list-footer-menu li {
  list-style: none;
}
.list-footer-menu li a {
    font-size: 16px;
    color: #5e707d;
    line-height: 32px;
    position: relative;
    font-weight: 400;
    font-family: 'Ubuntu', sans-serif;
}
.list-footer-menu li a:hover {
    color: #1da255;
}
.list-footer-menu li a:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #1da255;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.list-footer-menu li a:hover:before {
    width: 100%;
}
.list-contact {
  margin: 0;
  padding: 0;
}
.list-contact li {
  list-style: none;
  position: relative;
  margin: 10px 0;
}
.list-contact li a {
  text-decoration: none;
  font-size: 16px;
  color: #414e58;
  display: block;
  font-weight: 400;
  font-family: 'Ubuntu', sans-serif;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.list-contact li a:hover {
  color: #1da255;
}
.list-contact li i {
  font-size: 20px;
    width: 35px;
    text-align: center;
    height: 35px;
    display: inline-block;
    border: 2px solid #1da255;
    text-align: center;
    border-radius: 50%;
    line-height: 31px;
    color: #1da255;
    margin-right: 3px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.list-contact li:hover i {
  background: #1da255;
  color: #fff;
}
.newsletter-box {
    margin-bottom: 15px;
}
.newsletter-box .txt-box {
    width: calc(100% - 133px);
    border: 1px solid #d5d5d5;
    height: 44px;
    padding: 0 10px;
    font-size: 13px;
    color: #6f7a82;
    float: left;
    line-height: 50px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #fff!important;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.hvr-grow-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    -webkit-transition-property: -webkit-box-shadow, -webkit-transform;
    transition-property: -webkit-box-shadow, -webkit-transform;
    -o-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
    transition-property: box-shadow, transform, -webkit-box-shadow, -webkit-transform;
}
.hvr-grow-shadow:active, .hvr-grow-shadow:focus, .hvr-grow-shadow:hover {
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.8);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.8);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.subscribe-btn {
  height: 44px;
  width: 133px;
  border: none;
  background: #1da255;
  font-size: 14px;
  color: #fff;
  float: right;
  letter-spacing: 0.5px;
  text-align: center;
  line-height: 44px;
  cursor: pointer;
  font-family: 'Ubuntu', sans-serif;
}
.newsletter-box p {
    font-size: 13px;
    margin-top: 8px;
    clear: both;
    display: block;
    padding-top: 8px;
    line-height: 30px;
}
.footer-bottom p {
  margin-bottom: 0;
  font-size: 15px;
  color: #5e707d;
  line-height: 30px;
  display: inline-flex;
}
.footer-bottom p span {
  display: inline-block;
}
.footer-bottom a {
  font-size: 15px;
  color: #5e707d;
  display: inline-block;
  text-decoration: none;
}
.copyright-footer {
    text-align: right;
}
.footer-bottom {
    padding: 10px 0;
}
.main-top-footer {
  position: relative;
  overflow: hidden;
  background: #fff;
  margin-top: -230px;
  margin-bottom: 70px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
/*================================================
             7.bussiness Section
==================================================*/
.bussiness {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #1da255;
}
.bussiness-left h3 {
  font-size: 24px;
  line-height: 22px;
  color: #ffffff;
  padding-top: 20px;
  margin: 0;
}
.bussiness-right {
  float: right;
}
.btn-buss {
  text-decoration: none;
  background: #1da255;
  float: right;
  color: #232323;
  width: 100%;
  letter-spacing: 1px;
  text-align: center;
  line-height: 58px;
  font-family: 'Ubuntu', sans-serif;
  font-size: 18px;
  font-weight: 700;
  border-width: 1px;
  border-style: solid;
  border-color: #ffffff;
  position: relative;
  z-index: 10;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  text-decoration: none;
}
.btn-buss::after {
    content: "";
    position: absolute;
    left: 2px;
    top: 2px;
    bottom: 2px;
    right: 2px;
    background: #ffffff;
    z-index: -1;
    -moz-transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
}
.btn-buss:hover::after {
    left: 100%;
    top: 2px;
    bottom: 2px;
    -moz-transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
}
.btn-buss i {
  color: #000;
  padding-right: 5px;
}
.btn-buss:hover i{
  color: #fff;
}
.btn-buss:hover {
  color: #fff;
}
/*================================================
        Service Details style
==================================================*/
.service-details-section {
    padding-top: 60px;
    padding-bottom: 60px;
}
.service-details h3 {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 18px;
    font-size: 35px;
    line-height: 40px;
    text-align: center;
    margin-top: -5px;
}
.service-details h3::before {
    bottom: 0;
    width: 100px;
    padding: 4px 0 5px;
    border-style: solid;
    border-width: 1px 0;
    border-color: #1da255;
}
.service-details h3::after,
.service-details h3::before {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.service-details h3::after {
    bottom: 5px;
    width: 50%;
    height: 1px;
    background-color: #1da255;
}
.service-details-secend {
    background: #f7f7f7;
    padding-top: 60px;
    padding-bottom: 60px;
}
.service-small-section {
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.service-heading-top {
    padding: 15px;
    background: #fff;
}
.service-heading-top h4 {
    font-size: 24px;
    margin-bottom: 5px;
    text-transform: capitalize;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.service-heading-top p {
    margin-bottom: 10px;
    color: #000;
    font-size: 15px;
}
.service-small-section:hover .service-heading-top h4 {
    color: #188747;
}
/* .green-top-border {
  border-color: #009688;
}
.blue-top-border {
  border-color: #2196f3;
} */
.btn-details {
    position: relative;
    z-index: 10;
    transform: translateX(7px);
    overflow: hidden;
    transition-duration: 0.50s;
    background: #1da255;
    color: white;
    font-size: 18px;
    font-weight: 700;
    /* letter-spacing: 0.5px; */
    font-family: 'Nunito Sans', sans-serif;
    padding: 8px 20px;
    text-transform: capitalize;
}
.btn-details::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.btn-details:hover {
    color: #1da255;
}
.btn-details:active::before,
.btn-details:focus::before,
.btn-details:hover::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.service-details p {
    font-size: 17px;
    color: #222;
}
.btn-big-details {
    margin-right: 10px;
    text-transform: capitalize;
}
.service-section-btn {
    text-align: center;
}
/*================================================
        Contact Now style
==================================================*/
.contact-now-section {
    padding: 15px 0;
    background: #fff;
}
.contact-now-heading {
    float: left;
}
.contact-now-heading h3 {
    text-transform: capitalize;
    font-size: 30px;
    margin: 0;
}
.btn-call-new-section {
    float: right;
}
.call-now {
    padding: 5px 20px;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1px;
}
/*================================================
        Service Details Main Page
==================================================*/
.service-details-page {
    text-align: center;
    padding: 50px 0 30px;
}
.service-details-page h2 {
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 45px;
}
.service-details-page h4 {
    margin: 0;
    padding-top: 0px;
    font-size: 22px;
    color: #bfbfbf;
    font-weight: 400;
}
.service-details-page p {
    padding-top: 20px;
    color: #222;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}
.service-icon-main {
    padding: 30px 0 0;
}
.service-icon-section {
    margin-bottom: 30px;
}
.service-icon-section-right {
    text-align: left;
}
.service-icon-section-right p {
    text-align: left;
    padding-top: 5px;
    font-size: 14px;
}
.service-icon-section-right h4 {
    margin: 0;
    color: #222;
}
.service-icon {
    line-height: 80px;
    width: 74px;
    border: 1px solid #bfbfbf;
    height: 74px;
    border-radius: 74px;
    text-align: center;
    color: #1da255;
}
.latest-work-row {
    padding-top: 15px;
    margin-bottom: 30px;
}
.latest-work {
    text-align: center;
    margin: 0 auto;
}
.our-latest-work {
    padding: 50px 0;
}
.portfilio-btn {
    position: relative;
    border-radius: 0;
    z-index: 10;
    transform: translateX(7px);
    overflow: hidden;
    transition-duration: 0.50s;
    background: #1da255;
    color: white;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 10px 40px;
    text-transform: capitalize;
    margin-right: 20px;
}
.portfilio-btn::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.portfilio-btn:hover {
    color: #1da255;
}
.portfilio-btn:active::before,
.portfilio-btn:focus::before,
.portfilio-btn:hover::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.portfilio-btn-2 {
    border-radius: 0;
    position: relative;
    overflow: hidden;
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-property: color;
    transition-property: color;
    transition-duration: 0.50s !important;
    padding: 10px 20px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    letter-spacing: 1px;
    border-color: #1da255;
    color: #1da255 !important;
}
.portfilio-btn-2::before {
    background: white;
    transition-duration: 0.50s;
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.portfilio-btn-2:hover {
    background: #1da255 !important;
    color: #fff !important;
}
.portfilio-btn-2:active::before,
.portfilio-btn-2:focus::before,
.portfilio-btn-2:hover::before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}
/*================================================
        Service Details Main Page
==================================================*/
.features-section {
    background: #444444;
    color: #fff;
    padding: 50px 0;
}
.features-left {
    text-align: right;
}
.features-left h3 {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 18px;
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 20px;
}
.features-left h3::before {
    bottom: 0;
    width: 100px;
    padding: 4px 0 5px;
    border-style: solid;
    border-width: 1px 0;
    border-color: #fff;
}
.features-left h3::after,
.features-left h3::before {
    content: " ";
    position: absolute;
    /* left: 0; */
    right: 0;
    /* margin: 0 auto; */
}
.features-left h3::after {
    bottom: 5px;
    width: 50%;
    height: 1px;
    background-color: #fff;
}
.features-left p {
    color: #fff;
    font-size: 16px;
}
.features-right {
    padding-left: 20px;
}
.features-icon-text h3 {
    font-size: 20px;
    margin: 0;
}
.features-icon-text p {
    color: #949494;
}


@-webkit-keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}

@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@-webkit-keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}

.btn-11 {
  position: relative;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #1da255;
  display: inline-flex;
  overflow: hidden;
  padding: 8px 20px;
  text-transform: capitalize;
  border: 1px solid currentColor;
  text-decoration: none;
  text-align: center;
  transition: 0.5s;
}
.btn-11:hover {
  color: #fff;
}
.btn-11:before, .btn-11:after {
  position: absolute;
  top: 50%;
  content: '';
  width: 20px;
  height: 20px;
  background-color: #1da255;
  border-radius: 50%;
  box-sizing: border-box;
  transition: 0.5s ease-in-out;
  z-index: -1;
}
.btn-11:before {
  left: -20px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.btn-11:after {
  right: -20px;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.btn-11:hover {
  color: #fff;
}
.btn-11:focus {
  color: #1da255;
  text-decoration: none;
  border-color: #1da255;
}
.btn-11:hover:before {
  -webkit-animation: criss-cross-left 0.8s both;
          animation: criss-cross-left 0.8s both;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
.btn-11:hover:after {
  -webkit-animation: criss-cross-right 0.8s both;
          animation: criss-cross-right 0.8s both;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
.btn-6 {
  position: relative;
  color: #1da255;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #1da255;
  display: inline-flex;
  overflow: hidden;
  padding: 8px 20px;
  text-transform: capitalize;
  border: 1px solid currentColor;
  text-decoration: none;
  text-align: center;
  margin-left: 10px;
}
.btn-6 span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #1da255;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
.btn-6:hover {
  color: #fff;
}
.btn-6:focus {
  color: #1da255;
  text-decoration: none;
  border-color: #1da255;
}
.btn-6:hover span {
  width: 225%;
  height: 562.5px;
}
.btn-6:active {
  background-color: #1da255;
}
.btn-6:hover {
  color: #fff;
}

/*================================================
    14. BLOG SECTION
==================================================*/
.blog-section {
  position: relative;
  overflow: hidden;
  background: #FFF;
  width: 100%;
  padding: 80px 0;
}
.blog-section::before {
  content: '';
  position: absolute;
  top: 100%;
  width: 100%;
  left: -60%;
  height: 100%;
  background: #f3f3f3;
  transform-origin: right;
  transform: skewY(8deg);
}
.blog-section::after {
  content: '';
  position: absolute;
  top: 100%;
  width: 100%;
  right: -40%;
  height: 100%;
  background: #f3f3f3;
  transform-origin: left;
  transform: skewY(-8deg);
}
.single-post-item {
  position: relative;
  margin-bottom: 50px;
}
.single-post-item .image {
  position: relative;
  width: 100%;
  margin: 0;
}
.single-post-item .image:before {
  content: '';
  position: absolute;
  left: 295px;
  top: 0px;
  width: 62px;
  height: 100%;
  background: #fff;
  z-index: 1;
  transform: skewX(-10deg);
  -webkit-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  -o-transform: skewX(-10deg);
  -moz-transform: skewX(-10deg);
}
.single-post-item .image img {
  position: relative;
  display: block;
  width: auto !important;
}
.single-post-item .content-box {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 30px 15px 0px 25px;
}
.single-post-item .content-box .text-content {
  position: relative;
  width: 280px;
  padding: 25px 20px 25px 30px;
  background: #ffffff;
  border: 1px solid #ccc;
  border-left: none;
  z-index: 5;
}
.single-post-item .content-box .text-content:before {
  content: '';
  position: absolute;
  left: -29px;
  top: -0.5%;
  width: 55px;
  height: 100%;
  background: #ffffff;
  border-left: 4px solid #1da255;
  border-right: none;
  z-index: 1;
  border-bottom: 1px solid #ccc;
  transform: skewX(-10deg);
  margin-top: 3px;
  transform: skewX(-10deg);
  -webkit-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  -o-transform: skewX(-10deg);
  -moz-transform: skewX(-10deg);
}
.single-post-item .content-box .text-content h3 {
  position: relative;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 5px;
  z-index: 3;
  line-height: 28px;
}
.single-post-item .content-box .text-content .info {
  position: relative;
  font-size: 14px;
  color: #7d7878;
  font-weight: 700;
  margin-bottom: 15px;
  z-index: 3;
}
.single-post-item .content-box .text-content .text {
  position: relative;
  color: #000000;
  margin-bottom: 20px;
  z-index: 3;
}
.single-post-item .content-box .text-content .link-btn {
  z-index: 3;
}
.single-post-item .primary-btn {
  position: relative;
  left: 0px;
  display: inline-block;
  overflow: hidden;
  background: #1da255;
  color: #fff !important;
  padding-right: 60px;
  text-decoration: none;
}
.hvr-bounce-to-left {
  /* display: inline-block; */
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.single-post-item .primary-btn.hvr-bounce-to-left::before {
  background: #202e31;
}
.hvr-bounce-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.single-post-item .content-box .text-content .primary-btn .btn-text {
  padding: 6px 10px 6px 20px !important;
}
.primary-btn .btn-text {
  position: relative;
  display: block;
  line-height: 30px;
  padding: 12px 40px 8px 25px;
  font-size: 16px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
}
.primary-btn * {
  transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
}
.single-post-item .content-box .text-content .primary-btn .icon {
  padding: 18px 20px 6px 15px;
}
.primary-btn .icon {
  position: absolute;
  right: -10px;
  top: 0px;
  display: block;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
  height: 100%;
  background: #202e31;
  transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
}
.primary-btn .icon .f-icon {
  position: relative;
  display: block;
  transform: skewX(20deg);
  -ms-transform: skewX(20deg);
  -o-transform: skewX(20deg);
  -moz-transform: skewX(20deg);
  -webkit-transform: skewX(20deg);
}
.hvr-bounce-to-left:hover:before, .hvr-bounce-to-left:focus:before, .hvr-bounce-to-left:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.primary-btn:hover .btn-text{
  color: #fff;
}
.text-content a {
  text-decoration: none;
  color: #000;
}
.all-post {
  position: relative;
}
.btn-all-post {
  background: none;
  border: none;
  padding: 15px 40px;
  color: #000;
  position: relative;
  display: inline-block;
  font-size: 18px;
  cursor: pointer;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.btn-all-post:hover, .btn-all-post:focus {
  text-decoration: none;
}
.btn-all-post:before, .btn-all-post:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 25px;
  border-style: solid;
  border-color: #000;
  transform: skew(-30deg);
  transition: all 0.2s ease-in-out;
}
.btn-all-post:before {
  bottom: 0;
  left: 0;
  border-width: 0 0 3px 3px;
}
.btn-all-post:after {
  top: 0;
  right: 0;
  border-width: 3px 3px 0 0;
}
.btn-all-post:hover {
  color: #fff;
  z-index: 3;
}
.btn-all-post:hover:before, .btn-all-post:hover:after {
  background: #000;
  width: 99%;
  height: 99%;
  z-index: -1;
  transform: scale(.8,.8) skew(-30deg);
}
/*================================================
    17. BLOG Grid
==================================================*/
.all-post-section {
  padding: 90px 0 60px;
}
.blog-pagination .pagination li a,.blog-pagination .pagination li span {
  border: 1px solid #7d7979;
  color: #000;
  transition: all 0.3s ease;
}
.blog-pagination .pagination li.active a {
  background-color: #000;
  color: #fff;
}
.blog-pagination .pagination li a:hover {
  background: #000;
  color: #fff;
}
/*================================================
    18. BOLG DETAILS
==================================================*/
.blog-details {
  padding: 80px 0;
}

.single-blog-post {
    margin-bottom: 30px;
}
.single-post .post-thumbnail {
    margin-bottom: 25px;
}
.post-pin {
    background: #222 none repeat scroll 0 0;
    color: #fff;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 30px;
}
.post-thumbnail .slick-slide img {
  width: 100%;
}
.single-post-header {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 25px;
    padding-bottom: 10px;
}
.single-post-content h4 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 15px;
}
.single-post-content ul:not(.meta-info) {
    margin-bottom: 30px;
    padding-left: 15px;
}
.single-post-content ul:not(.meta-info) li {
    color: #757575;
    font-size: 14px;
    list-style: outside none none;
    margin-bottom: 6px;
    padding-left: 18px;
    position: relative;
}
.single-post-content ul:not(.meta-info) li::before {
    background: #e1e1e1 none repeat scroll 0 0;
    border-radius: 100%;
    content: "";
    height: 7px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
}
.single-post-content blockquote p:first-child {
    font-size: 14px;
    margin-bottom: 8px;
}
.xboot-comment-area {
    background: #fff none repeat scroll 0 0;
    margin-bottom: 20px;
}
.xboot-comment-area .media {
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 0 10px 25px;
}
.media-list li:last-child {
    border-bottom: medium none;
    margin: 0;
}
.xboot-comment-area {
    background: #fff none repeat scroll 0 0;
}
.xboot-comment-area .media-body > p span {
    color: #808080;
    display: inline-block;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 0;
    text-transform: uppercase;
}
.comment-author-name {
    margin: 0;
}
.comment-author-name a {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
}
.media-list li {
    background: #ffffff none repeat scroll 0 0;
    margin-bottom: 20px;
    transition: .3s;
    position: relative;
    list-style: none;
}
.media-replay {
    margin-left: 35px;
}
.xboot-comment-area .media-body {
    margin-top: 0;
    padding-right: 25px;
}
.media-left img {
    border: 1px solid #e5e5e5;
    border-radius: 50%;
}
.media-left,
.media > .pull-left {
    padding-right: 20px;
}
.comment-form input {
    border: 1px solid #e5e5e5;
    height: auto;
    margin-bottom: 20px;
    padding: 10px 15px;
    width: 100%;
}
.comment-form form {
    background: #ffffff none repeat scroll 0 0;
    overflow: hidden;
}
.clear-fix textarea {
    border: 1px solid #e5e5e5;
    height: 150px;
    margin-bottom: 20px;
    margin-top: 0;
    padding: 15px;
    width: 100%;
}
.input-field-wrapper {
    margin: 0 -10px;
}
.input-field.col.s12 > label {
    left: 10px;
}
.my-comment-box.input-field.col.s12 > label {
    top: 30px;
}
.my-comment-box.input-field.col.s12 > label.active {
    top: 50px;
    color: #26A69A;
}
.sub-section-title {
    border-bottom: 1px solid #e5e5e5;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 25px;
    padding-bottom: 15px;
}
.input-field {
    float: left;
    padding: 0 10px;
    width: 33.3333%;
}
.media-body .button {
    margin-bottom: 10px;
    color: #000;
    text-decoration: none;
}
.media-body .button:hover {
  color: #16a085;
}
.media-list > li:last-child .media-body .button {
    margin-bottom: 0;
}
.single-widget {
    margin-bottom: 20px;
}
.static-banner {
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    box-shadow: 0 0 5px rgba(221, 221, 221, 0.5);
    margin-bottom: 30px;
}
.tags > a {
    font-family: 'Nunito Sans', sans-serif;
    border: 1px solid #e5e5e5;
    color: #000;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 33px;
    margin-bottom: 5px;
    margin-right: 3px;
    padding: 0 15px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
}
.tags > a:hover {
    background: #1da255 none repeat scroll 0 0;
    border: 1px solid transparent;
    color: #fff;
}
.post-category-list {
  margin: 0;
  padding: 0;
}
.post-category-list > li {
    border-bottom: 1px solid #e5e5e5;
    list-style: none;
}
.post-category-list > li:last-child {
    border-bottom: medium none;
}
.post-category-list > li a {
    color: #000;
    font-size: 14px;
    display: block;
    padding: 10px 0;
    text-transform: capitalize;
    text-decoration: none;
    font-weight: 400;
}
.post-category-list > li a:hover {
    color: #1da255;
}
.post-category-list a span {
    float: right;
}
.search-widget form {
    position: relative;
}
.search-widget input {
    border: 1px solid #e5e5e5;
    height: 40px;
    padding: 0 15px;
    width: 100%;
}
.search-widget button {
    background: #1da255;
    cursor: pointer;
    border: 1px solid transparent;
    border-left: 1px solid transparent;
    color: #fff;
    font-size: 14px;
    height: 40px;
    line-height: 30px;
    padding: 0 15px;
    transition: .3s;
    top: 0;
    position: absolute;
    right: 0;
}
.search-widget button:hover {
    background: #232323;
    border: 1px solid transparent;
    color: #fff;
}
.about-widget img {
    margin-bottom: 20px;
    width: 100%;
}
.about-widget {
    text-align: left;
}
.author-signature {
    border-bottom: 1px solid #e5e5e5;
    padding: 20px 0 10px;
}
.author-signature p {
    color: #555;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 1;
    margin: 0 0 10px;
    text-transform: uppercase;
}
.author-signature p.designation {
    font-size: 12px;
    font-style: italic;
    line-height: 1;
    margin: 0;
    text-transform: capitalize;
}
.instra-slider img {
    width: 100%;
}
.single-blog-post {
    margin-bottom: 30px;
}
.single-post-content .blog-post-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    margin-top: 20px;
}
.search-widget {
  margin-top: -5px;
}
.single-post .post-thumbnail {
    margin-bottom: 25px;
}
.post-pin {
    background: #222 none repeat scroll 0 0;
    color: #fff;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 30px;
}
.post-thumbnail .slick-slide img {
  width: 100%;
}
.single-post-header {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 25px;
    padding-bottom: 10px;
}
.single-post-content h4 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 15px;
}
.single-post-content ul:not(.meta-info) {
    margin-bottom: 30px;
    padding-left: 15px;
}
.single-post-content ul:not(.meta-info) li {
    color: #757575;
    font-size: 14px;
    list-style: outside none none;
    margin-bottom: 6px;
    padding-left: 18px;
    position: relative;
}
.single-post-content ul:not(.meta-info) li::before {
    background: #e1e1e1 none repeat scroll 0 0;
    border-radius: 100%;
    content: "";
    height: 7px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
}
.single-post-content blockquote p:first-child {
    font-size: 14px;
    margin-bottom: 8px;
}
.post-shearing ul li:first-child {
  color: #000;
}
.button-black {
    background: #222 none repeat scroll 0 0;
    border: 1px solid transparent;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    height: 45px;
    letter-spacing: 2px;
    line-height: 46px;
    padding: 0 30px;
    text-transform: uppercase;
    transition: .3s;
    cursor: pointer;
    font-family: 'Nunito', sans-serif;
}
.button-black:hover {
  background: #1da255;
}
.post-grid {
    margin-bottom: 30px;
}
blockquote {
    border-left: medium none;
    font-style: italic;
    margin: 0 0 15px;
    padding: 15px 30px;
    position: relative;
}
.post-content-inner > blockquote::before,
.post-content-inner > blockquote::after {
    color: #999;
    content: "";
    font-family: fontawesome;
    left: 0;
    position: absolute;
    top: 0;
}
.post-content-inner > blockquote::after {
    bottom: 0;
    content: "";
    left: auto;
    right: 5px;
    top: auto;
}
.post-content-inner p.quote-author {
    font-size: 13px;
    letter-spacing: 0;
    text-align: right;
    text-transform: uppercase;
}
.single-post-footer {
    border-top: 1px solid #e5e5e5;
    margin-top: 30px;
    overflow: hidden;
    padding-top: 30px;
}
.post-shearing {
    display: inline-block;
    float: left;
}
.post-tags {
    display: inline-block;
    float: right;
}
.single-post-footer .post-shearing ul,
.single-post-footer .post-tags ul {
    list-style: outside none none;
    margin: 0;
}
.post-shearing ul li::before,
.post-tags ul li::before {
    display: none;
}
.single-post-footer .post-shearing ul li,
.single-post-footer .post-tags ul li {
    display: inline-block;
    margin-right: 20px;
    padding: 0;
}
.single-post-footer .post-tags ul li {
    margin-left: 20px;
    margin-right: 0;
}
.post-tags a {
    color: #999;
    text-decoration: none;
}
.post-tags a:hover {
    color: #16a085;
}
.single-post-footer .post-shearing > ul {
    margin: 0;
    padding: 0;
}
.single-post-footer .post-shearing ul li a {
    color: #999;
    transition: .3s;
}
.single-post-footer .post-shearing ul li a:hover {
    color: #000;
}
.meta-info {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.meta-info > li:first-child {
    padding: 0;
}
.meta-info > li {
    display: inline-block;
    margin-right: 10px;
    padding-left: 15px;
    position: relative;
    list-style: none;
}
.meta-info > li:first-child::before {
    content: "";
}
.meta-info > li::before {
    color: #888;
    content: "-";
    left: 0;
    position: absolute;
    top: 0;
}
.meta-info a {
    color: #888;
    font-size: 12px;
    text-transform: uppercase;
}
.single-post p {
  font-size: 15px;
}
.footer_blog {
  background: #f6f6f6;
  padding: 60px 0;
}
/*================================================
    CONTACT PAGE STYLE
==================================================*/
.contact_page_section {
  background-image: url(../images/custom/contact/contact-big.jpg);
  /* background-image: url(../images/custom/contact/parallax.jpg); */
  /* background-attachment: fixed; */
  background-position: center;
  background-size: cover;
  text-align: center;
}
.contact_page_main {
  position: relative;
  z-index: 1;
  padding-left: 0;
  padding-right: 0;
  /* background: #232331; */
}
.contact_page_main:after {
  background: #232331;
  content: "";
  position: absolute;
  left: -68px;
  right: -20000px;
  top: 0;
  bottom: 0;
  -webkit-transform: skewX(15deg);
  -ms-transform: skewX(15deg);
  transform: skewX(15deg);
  z-index: -200;
}
.contact_row {
  padding: 55px 0 50px 60px;
}
.contact_title_text {
  text-align: center;
  line-height: 1;
}
.contact_title_text::before {
  color: #ca1f26;
  content: "\\\\";
  font-size: 27px;
  letter-spacing: -3px;
  margin-right: 20px;
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  font-weight: bold;
  font-family: "Times New Roman", "Bitstream Charter", Times, serif;
}
.contact_title_text::after {
  color: #ca1f26;
  content: "\\\\";
    font-size: 27px;
    letter-spacing: -3px;
    margin-left: 20px;
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
    line-height: 1;
    font-family: "Times New Roman", "Bitstream Charter", Times, serif;
}
.contact_title_text h3 {
  color: #fff;
  display: inline-block;
  font-size: 30px;
  line-height: 1;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
}
.contact_text {
  padding-top: 20px;
  padding-bottom: 30px;
}
.contact_text p {
    color: #aaaaaa;
    text-align: center;
    font-size: 15px;
    font-family: 'Ubuntu', sans-serif;
    margin: 0;
    font-weight: 400;
}

.form-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}

.form-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: white;
}

.form-input::-ms-input-placeholder { /* Microsoft Edge */
  color: white;
}
.btn-send {
  border: none;
  padding: 10px 30px;
  color: #fff;
  position: relative;
  display: inline-block;
  text-transform: capitalize;
  z-index: 99;
  background: transparent;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.5px;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  margin: 5px 0 0;
  font-family: 'Nunito Sans', sans-serif;
}
.btn-send::before, .btn-send::after {
    content: "";
    position: absolute;
    transform: skew(-30deg);
    transition: all 0.5s ease-in-out;
    bottom: 0;
    left: 0;
    border: 2px solid #fff;
    width: 100%;
    height: 100%;
    z-index: -1;
}
/* .btn-send:hover {
    color: #;
} */
.btn-send:hover::before, .btn-send:hover::after {
    transform: skew(0deg);
    background: #1da255;
    border: 2px solid #1da255;
}
/*================================================
             14. CONTACT SECTION
==================================================*/
.contact-section {
  padding-top: 60px;
  background: #f5f5f5;
}
.contact-title {
  padding-top: 15px;
  padding-bottom: 15px;
}


.contact-title p {
  font-weight: 400;
  font-size: 20px;
  line-height: 40px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.contact-info {
  line-height: 30px;
  padding-right: 30px;
}
.contact-info h3 {
  color: #188747;
  font-weight: 700;
  font-size: 30px;
}
.contact-info p {
  color: #000000;
  font-weight: 400;
  font-size: 16px;
}
.con-info {
  color: #000000;
  font-weight: 400;
  font-size: 16px;
  line-height: 35px;
}
.con-info span {
  padding-left: 10px;
  color: #000000;
}
.contact-form .form-control {
  background-color: #65656f;
  color: #fff;
  border: none;
  padding: 15px 25px;
  width: 100%;
  border-radius: 0;
}
.contact-padding {
  padding-bottom: 40px;
}
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.map {
  height: 450px;
}

/*================================================
             14. CONTACT SECTION
==================================================*/
.our_work {
    padding: 50px 0 60px;
}
.location_wrapper {
  padding: 20px 0;
  text-align: center;
}
.wrapper_text_location {
  text-align: center;
}
.wrapper_text_location h2 {
  color: #6f7a82;
  opacity: .20;
  font-size: 100px;
  font-weight: 700;
  margin: auto;
}

/*================================================
    About page style
==================================================*/
.about_page_breadcrumb {
  background: url(../images/custom/about/breadcrumb-about.jpg) center;
}
.blog-banner {
  padding: 100px 0 100px;
  background-size: cover;
  background-attachment: cover;
  background-repeat: no-repeat;
  width: 100%;
}
.breadcrumb-content {
  overflow: hidden;
  color: #fff;
}
.breadcrumb-text-wrapper {
  display: inline-block;
}
.breadcrumb-content .page-name {
  display: block;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 1px;
}
.breadcrumb-list {
  display: inline-block;
  float: none;
  margin-top: 0;
  margin: 0;
  padding: 0;
}
.breadcrumb-list li {
  float: left;
  margin-right: 20px;
  position: relative;
  list-style: none;
  font-size: 18px;
  font-weight: 700;
  color: #1da255;
}
.breadcrumb-list li:first-child::before {
  bottom: -1px;
  content: "/";
  position: absolute;
  right: -14px;
}
.breadcrumb-list li:first-child {
  padding-left: 15px;
}
.breadcrumb-list li a {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
}
.breadcrumb-list li a:hover {
  color: #1da255;
}

.align-items-center {
  -ms-flex-align: center!important;
  -webkit-box-align: center!important;
  align-items: center!important;
}
.discount-stryker, .discount-stryker-2 {
    position: absolute;
    top: 15px;
    left: -30px;
    z-index: 1;
    background: rgba(29, 162, 85, 0.9);
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    transform: rotate(-35deg);
}
.choose-provide {
    padding-left: 200px;
    padding-top: 100px;
    position: relative;
    text-align: center;
}
.choose-provide .image-1 img {
    width: 100%;
}
.choose-provide .price-box p {
    background: #f1f1ff;
    color: #1da255;
    font-size: 25px;
    padding: 10px 20px;
    border-radius: 0 0 10px 10px;
    font-weight: 600;
}
.choose-provide .image-2 {
    position: absolute;
    left: 0;
    top: 0;
}
.discount-stryker-2 {
    left: -15px;
}
.about-content h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 27px;
}
.about-content h2 span.tc-1 {
    color: #6564db;
}
.about-content h2 span.tc-2 {
    color: #19cfa3;
}
.about-content h2 span.tc-1 {
    color: #6564db;
}
.about-content p {
    margin-bottom: 46px;
}
.about-feature .icon {
    width: 44px;
    float: left;
    margin-top: 5px;
}
.about-feature .content, .about-feature .content-two {
    overflow: hidden;
}
.about-feature .content h4, .about-feature .content-two h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
}


.about_us_page {
  position: relative;
  overflow: hidden;
  background: #FFF;
  width: 100%;
  padding: 50px 0 70px;
}
.about_us_page::before {
  content: '';
  position: absolute;
  top: 100%;
  width: 100%;
  left: -60%;
  height: 100%;
  background: #f5f5f5;
  transform-origin: right;
  transform: skewY(8deg);
}
.about_us_page::after {
  content: '';
  position: absolute;
  top: 100%;
  width: 100%;
  right: -40%;
  height: 100%;
  background: #f5f5f5;
  transform-origin: left;
  transform: skewY(-8deg);
}


/*================================================
    OUR SKILL SECTION
==================================================*/
/* .our_skill_section {
  background-color: #f1f6f5;
  padding: 50px 0 40px;
}
.donut-chart svg {
  	pointer-events: none;
    height: 100%;
  }
  .donut-chart svg path {
  	fill: none;
  	stroke-width: 15px;
  	stroke: #19a8ff;
  }
  .donut_chart_wrapper h3 {
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .donut-chart {
  	width: 200px;
  	height: 200px;
  	position: relative;
  	display: inline-block;
  }
  .donut-chart p {
  	margin: 0;
  	position: absolute;
  	top: 35%;
  	left: 0;
  	width: 100%;
  	text-align: center;
  	font-size: 30px;
  }
  .donut-chart span {
  	display: block;
  	font-size: 0.5em;
  } */


  /* Just for the purpose of this pen */
  /* .skill-red svg path {
    stroke: #ff5852;
  }
  .skill-orange svg path {
    stroke: #ff9000;
  }
  .skill-yellow svg path {
    stroke: #ffd300;
  }
  .skill-green svg path {
    stroke: #3dcd49;
  }
  .skill-blue svg path {
    stroke: #0089d7;
  }
  .skill-purple svg path {
    stroke: #9e44c4;
  }

  .chart_right {
   margin-right: auto;
  }
  .chart_right .position {
      position: relative;
  }
  .position {
      float: right;
      margin: 0 23px 0 0;
  } */

.our_skill_2 {
   /* background-color: #f1f6f5; */
   padding: 70px 0 60px;
   /* background: #3dcd49; */
   background-color: #f5f5f5;
}
.chart_left_2 h2 {
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 0;
  padding-bottom: 5px;
  color: #3dcd49;
  color: #ff5852;
}
.chart_left_2 h3 {
  font-size: 40px;
  line-height: 38px;
  text-transform: capitalize;
}
.chart_left_2 p {
  font-size: 16px;
}
.box_chart{
    width: 33%;
    float: left;
    text-align: center;
  }
  .box_chart .chart {
    position: relative;
    width: 120px;
    height: 110px;
    margin: 0 auto;
    text-align: center;
    font-size:30px;
    line-height: 125px;
  }
  .box_chart canvas {
    position: absolute;
    top:0;
    left:0;
  }
.box_chart p {
  font-size: 18px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
  margin-top: 15px;
}

.btn-date-picker-btn {
  position: relative;
  z-index: 10;
  /* transform: translateX(7px); */
  overflow: hidden;
  transition-duration: 0.50s;
  background: #1da255;
  color: white;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 12px 40px;
  text-transform: capitalize;
}
.btn-date-picker-btn::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.btn-date-picker-btn:hover {
    color: #1da255;
}
.btn-date-picker-btn:active::before, .btn-date-picker-btn:focus::before, .btn-date-picker-btn:hover::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
/*================================================

             9. TEAM SECTION

==================================================*/
.team-section {
  padding-top: 60px;
  padding-bottom: 50px;
}
.team-sub {
  padding-top: 10px;
}
.member-meta {
  padding: 15px;
  color: #ffffff;
  padding-top: 0;
}
.team_title h2 {
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 40px;
  line-height: 40px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
}
.team_title p {
  font-size: 15px;
  font-weight: 400;
  margin-top: 20px;
}
.member-meta h4 {
  margin: 0;
  font-weight: 700;
  font-size: 22px;
}
.member-meta span {
  font-size: 15px;
  font-weight: 400;
  font-family: 'Nunito Sans', sans-serif;
}
.team-slider .owl-nav {
  position: relative;
	text-align: center;
  margin-top: 30px;
}
.owl-prev, .owl-next {
	border: 0px;
	text-align: center;
	border-radius: 5%;
	display: inline-block;
	width: 40px;
	background: #188747;
	color: #ffffff;
	transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}
.owl-prev:focus, .owl-next:focus {
	border: 0px;
}
.owl-prev:hover, .owl-next:hover {
	color: #000000;
}
.owl-prev {
	margin-right: 10px;
}
.owl-next {
  margin-left: 10px;
}
.card-1 {
  display: table-cell;
  background: #188747;
  /* background: #f7f7f7; */
  width: 100%;
  position: relative;
}
.card-1 .image {
  overflow: hidden;
  position: relative;
  width: 260px;
  margin: 0 auto;
  height: 100%;
}
.card-1 .image:after {
  content: '';
  position: absolute;
  top: 100%;
  width: 100%;
  height: 100%;
  background: #188747;
  /* background: #f7f7f7; */
  transform-origin: right;
  transform: skewY(8deg);
}
.card-1 .image img {
  width: 100%;
  transition: .5s;
}
.card-1:hover .image img {
  opacity: .5;
  transform: translateX(30%);
}

.card-1 .details {
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 100%;
  background:rgba(24, 135, 71, 0.99);
  transition: .5s;
  transform-origin: left;
  transform: perspective(2000px) rotateY(-90deg);
}
.card-1:hover .details {
  transform: perspective(2000px) rotateY(0deg);
}
.card-1 .details .content {
  padding: 20px;
  text-align: center;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.details .content h3 {
  margin: 0;
  padding: 0;
  color: #ff3636;
  line-height: 20px;
  font-size: 20px;
  text-transform: uppercase;
}
.details .content h3 span {
  font-size: 14px;
  color: #000000;
}
.details .content p {
  margin: 10px 0;
  padding: 0;
  color: #262626;
}
.details .content ul {
  margin: 10px auto 0;
  padding: 0;
  display: table;
}
.details .content ul li {
  list-style: none;
  margin: 0 5px;
  float: left;
}
.details .content ul li a {
  display: block;
  background: #262626;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  transition: .5s;
}
.details .content ul li a:hover {
  background: #ff3636;
  border-radius: 50%;
}
/*================================================
        9. TESTIMONIALS SECTION
==================================================*/
.testimonial-section {
  background: url(../images/custom/testimonial/bg-2.jpg);
  background-size: cover;
  background-position: center;
  padding-top: 100px;
  width: 100%;
  height: 350px;
}
.testimonial-slider {
  position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.testimonial.testimonial-style {
  padding: 10px;
  position: relative;
  display: table-cell;
}
.testimonial-avatar {
  margin-top: 30px;
}
.testimonial.style-3 .testimonial-img {
  display: block;
  margin: 30px 0 20px;
}
.testimonial .testimonial-avatar img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  padding: 5px;
  -webkit-box-shadow: 0 0 13px 3px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 0 13px 3px rgba(0,0,0,0.1);
  box-shadow: 0 0 13px 3px rgba(0,0,0,0.1);
  display: inline-block !important;
  max-width: 100%;
}
.testimonial .testimonial-caption {
  display: inline-block;
  vertical-align: middle;
}
.testimonial h6 {
  margin-top: 15px;
  color: #1da255;
  text-transform: capitalize;
  font-size: 18px;
  font-style: normal;
  line-height: 24px;
}
.testimonial.style-3 .testimonial-caption label {
  color: #222021;
  font-size: 14px;
}
.testimonial-slider .owl-nav {
  position: relative;
}
.testimonial-slider .owl-prev,.testimonial-slider .owl-next {
  text-align: center;
  border-radius: 5%;
  display: block;
  padding: 5px;
  background: transparent;
  color: #1da255;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  margin-top: -225px;
}
.testimonial-slider .owl-prev:focus,.testimonial-slider .owl-next:focus {
	border: 0px;
}
.testimonial-slider .owl-prev:hover,.testimonial-slider .owl-next:hover {
	color: #fff;
}
.testimonial-slider .owl-prev {
	float: left;
}
.testimonial-slider .owl-next {
  float: right;
  margin-right: -5px;
}
.testimonial-slider .owl-stage-outer {
  padding-bottom: 60px;
}

.single-testimonial {
    padding: 30px 45px 30px 45px;
    background: #B6DCB5;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    margin-left: 35px;
    margin-right: 30px;
    margin-top: 70px;
}
.testimonial-author {
    display: flex;
    align-items: self-end;
}
.testimonial-dec {
    font-size: 16px;
    line-height: 1.6;
}
.testimonial-dec p {
  margin-bottom: 0;
}
.single-testimonial .image {
    margin-top: -100px;
    border: 1px solid #fff;
    display: block;
}
.single-testimonial .image img {
  display: block;
}
.testimonial-author .outhor-info {
    margin-left: 20px;
    margin-bottom: 20px;
}
.testimonial-author .outhor-info h4 {
    white-space: nowrap;
    font-weight: 600;
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 24px;
}
/*================================================
             11. clients SECTION
==================================================*/
.clients-section {
  padding-top: 100px;
  padding-bottom: 20px;
}
.clients-sub {
  padding: 30px 0 40px 0;
}
.clients-member {
  display: table-cell;
  background: #f7f7f7;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  border: 1px solid #edf0f3;
  transition: all 0.4s ease 0s;
}
.clients-photo {
  overflow: hidden;
  position: relative;
  width: 260px;
  margin: 0 auto;
}
.clients-member:hover {
  border: 1px solid #1da255;
}
.client-title {
  padding-bottom: 0;
}

/*================================================
    Service Page Style
==================================================*/
.service_page_text p {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
}
.page_text_service {
  padding: 30px 0;
}
.service {
  min-height: 500px;
  padding: 80px 0;
  position: relative;
}
.service-1 {
  background: url(../images/custom/service-bg/service-1.jpg) no-repeat right top;
  background-position: 5% top;
}
.service-2 {
  background: url(../images/custom/service-bg/service-2.jpg) no-repeat right top;
  background-position: 5% top;
}
.service-3 {
  background: url(../images/custom/service-bg/service-3.jpg) no-repeat right top;
  background-position: 5% top;
}
.service-4 {
  background: url(../images/custom/service-bg/service-4.jpg) no-repeat right top;
  background-position: 5% top;
}
.service-5 {
  background: url(../images/custom/service-bg/service-5.jpg) no-repeat right top;
  background-position: 5% top;
}
.service-6 {
  background: url(../images/custom/service-bg/service-6.jpg) no-repeat right top;
  background-position: 5% top;
}
.ui_ux_design h3 {
  color: #6f7a82;
  font-size: 40px;
  font-weight: 400;
  padding-bottom: 5px;
}
.ui_ux_design p {
  font-size: 18px;
  line-height: 26px;
  color: #6f7a82;
  font-family: 'Ubuntu', sans-serif;
}
.ui_ux_design h4 {
  font-size: 22px;
  font-weight: 400;
  color: #5e707d;
}
.list-s2 {
  margin: 0;
  padding: 0;
}
.list-s2 li {
  list-style: none;
  transition: all 0.5s ease 0s;
}
.list-s2 li:hover {
  margin-left: 5px;
  /* transition: all 0.3s ease 0.2s;
  -webkit-transition: all 0.3s ease 0.2s;
  -moz-transition: all 0.3s ease 0.2s;
  -ms-transition: all 0.3s ease 0.2s;
  -o-transition: all 0.3s ease 0.2s; */
}
.list-s2 li a span:before {
    position: absolute;
    left: 0;
    top: 13px;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 2px solid #1da255;
    background: #fff;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.list-s2 li a span {
    font-size: 16px;
    color: #5e707d;
    padding: 4px 0;
    position: relative;
    padding-left: 20px;
    display: inline-block;
}
.list-s2 li a span:hover {
    color: #1da255;
}
.list-s2 li a span:hover:before {
    background: #1da255;
}
.list-s2 li a {
  text-decoration: none;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 18px;
}
.service-details-title {
  padding-bottom: 15px;
}
.service-details-title h2 {
  font-size: 30px;
}


/*===== SEARCH BOX STYLE ======*/
.search__box {
  /* background-color: #1da255; */
  box-sizing: border-box;
  display: flex;
  align-items: center;
  position: absolute;
  right: -5px;
  top: 17px;
}
.search__box:hover .search__field {
  width: 220px;
  padding: 9px 10px;
}
.search__box:hover .search__btn {
  /* background-color: #fff; */
}
.search__field {
  outline: none;
  border: none;
  background: #1da255;
  color: #fff;
  font-size: 14px;
  padding: 0;
  margin: 0;
  width: 0;
  transition: all ease-in 400ms;
}
.search__field::-webkit-input-placeholder {
  color: #fff;
  font-size: 0.9rem;
}
.search__field:-ms-input-placeholder {
  color: #fff;
  font-size: 0.9rem;
}
.search__field::-ms-input-placeholder {
  color: #fff;
  font-size: 0.9rem;
}
.search__field::placeholder {
  color: #fff;
  font-size: 0.9rem;
}
.search__btn {
  padding: 6px;
  border: none;
  outline: none;
  background-color: transparent;
  display: grid;
  place-items: center;
  transition: all ease-out 300ms;
  transition-delay: 380ms;
  cursor: pointer;
  outline: none!important;
}
.search__btn i {
  font-size: 22px;
  color: #1da255;
}
/*===== SEARCH BOX STYLE ======*/
