/*------------------------------------------------------------------
Template - One page HTML Design 

Author: arivndaenvato_12
Date: December 2016
Version: 1.0

[Table of contents]

1. Fonts
2. Body and selector
3. Buttons
4. Header
5. sections style
6. top slider
7. services section
8. counters section
9. features section
10. portfolio section
11. owl slider
12.  pricing section 
13. blog section
14. skill section
15. Newsletter section
16. Login panel
17. footer section

-------------------------------------------------------------------*/

/*==================================================================*/
/*                                1. fonts                            */
/*==================================================================*/
#freewha{
  display: none;
}
@font-face {
  font-family: 'robotobold';
  src: url('../fonts/fonts/roboto-bold-webfont.eot?v=4.6.3');
  src: url('../fonts/fonts/roboto-bold-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'),
       url('../fonts/fonts/roboto-bold-webfont.woff2?v=4.6.3') format('woff2'), 
       url('../fonts/fonts/roboto-bold-webfont.woff?v=4.6.3') format('woff'), 
       url('../fonts/fonts/roboto-bold-webfont.ttf?v=4.6.3') format('truetype'), 
       url('../fonts/fonts/roboto-bold-webfont.svg?v=4.6.3#robotobold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'robotoregular';
  src: url('../fonts/fonts/roboto-regular-webfont.eot?v=4.6.3');
  src: url('../fonts/fonts/roboto-regular-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'),
       url('../fonts/fonts/roboto-regular-webfont.woff2?v=4.6.3') format('woff2'), 
       url('../fonts/fonts/roboto-regular-webfont.woff?v=4.6.3') format('woff'), 
       url('../fonts/fonts/roboto-regular-webfont.ttf?v=4.6.3') format('truetype'), 
       url('../fonts/fonts/roboto-regular-webfont.svg?v=4.6.3#robotoregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*==================================================================*/
/*                                 2. Body                          */
/*==================================================================*/
*,body{
  padding: 0px;
  margin: 0px;

}
body{
  font-family: 'robotoregular';
  overflow-x: hidden;
}
p,span,li,a{
  font-family: 'robotoregular';

}
h1,h2,h3,h4,h5{
  font-family: 'robotobold';
}
p {
  color: #8b8b8b;
}
.clear{
  clear:both;
}
/*==================================================================*/
/*                                3. Buttons                        */
/*==================================================================*/

.btn-default {
  background: #0059B2 none repeat scroll 0 0;
  border: 1px solid #0059B2;
  border-radius: 25px;
  color: #fff;
  padding: 12px 45px;
  transition:0.3s all;
  -webkit-transion:0.3s all;
}
.org-bg .btn-default {
  background: #fff none repeat scroll 0 0;
  color: #fe5500;

}
.org-bg .btn-default:hover{
  box-shadow: 0px 0px 14px #D03200;
  background-color: #fff;
   color: #0059B2;
}
.btn-default:hover{
  background-color: #0059B2;
  color: #ffffff;
  border-color: #0059B2;
  box-shadow: 0px 0px 4px 3px #cecece;
}
.lead {
  font-size: 16px;
}
/*==================================================================*/
/*                                4. preloader                         */
/*==================================================================*/
.loading {
  background-color: #0059B2;
  height: 100%;
  margin-top: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999;
}
.loading-center {
  height: 100%;
  position: relative;
  width: 100%;
}
.loading-center-absolute {
  height: 150px;
  left: 50%;
  margin-left: -75px;
  margin-top: -75px;
  position: absolute;
  top: 50%;
  width: 150px;
}
.object {
  background-color: #fff;
  border-radius: 50%;
  float: left;
  height: 20px;
  margin-right: 20px;
  margin-top: 65px;
  width: 20px;
}
.object_one {
    -webkit-animation: object_one 1.5s infinite;
    animation: object_one 1.5s infinite;
}
.object_two {
    -webkit-animation: object_two 1.5s infinite;
    animation: object_two 1.5s infinite;
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}
.object_three {
    -webkit-animation: object_three 1.5s infinite;
    animation: object_three 1.5s infinite;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;

}

@-webkit-keyframes object_one {
    75% { -webkit-transform: scale(0); }
}

@keyframes object_one {

    75% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }

}
@-webkit-keyframes object_two {


    75% { -webkit-transform: scale(0); }


}
@keyframes object_two {
    75% {
        transform: scale(0);
        -webkit-transform:  scale(0);
    }

}

@-webkit-keyframes object_three {

    75% { -webkit-transform: scale(0); }

}

@keyframes object_three {

    75% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }

}





/*==================================================================*/
/*                                4. header                         */
/*==================================================================*/
.sticky-header .home{
  padding-top: 150px;
}
.header-logo img {
  margin-top: 10px;
  width: 255px;
}
.header-narrow {
  padding-bottom: 0;
  padding-top: 0;
}
.sticky-header header {
  padding-bottom: 10px;
  padding-top: 10px;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -moz-transition: 0.3s all;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 9999;
}
.sticky-header header.sticky-app-top{
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
}
header .header-btn-collapse-nav {
  background: #061d47 none repeat scroll 0 0;
  color: #fff;
  display: none;
  float: right;
  margin: 12px 0 8px 15px;
}
.cloned-header .header-btn-collapse-nav{
    display: none;
}
header .header-nav-main {
  float: right;
  margin: 12px 0 0;
  min-height: 45px;
}
header .header-column .header-row {
  clear: right;
  display: block;
}
header .header-nav {
  display: block !important;
}
header .header-nav-main {
  display: block !important;
  height: auto !important;
  margin-top: 0px;
}
.header-nav-main a {
  background-color: transparent !important;
  border-radius: 0 !important;
}
.header-nav-main a{
  color: #0A112D;
  transition:0.3s all;
  -webkit-transition:0.3s all;
}
.header-nav-main .nav > li > a {
  
  border-bottom: 3px solid transparent;
  display: block;
  padding: 20px 15px;
  position: relative;
}
.header-nav-main .nav > li > a:hover,.header-nav-main .nav > li > a.active{
  border-color: #0059B2;
  background-color: rgba(7, 178, 140, 0.1) !important;
}
.header-nav-main a:hover{
  color: #07B28C;
}
.cloned-header.header-narrow {
  background-color: #fff;
  border-bottom: 1px solid #fff;
  height: auto;
  left: 0;
  position: fixed;
  top: 0;
  transform: translateY(-100%);
  transition: all 0.2s ease 0s;
  width: 100%;
  z-index: 9999;
}
.cloned-header.header-narrow.sticky-app-top {
  transform: translateY(0%);
  box-shadow: 2px 2px 37px 4px #848484;
  transition: 0.3s all;
  -webkit-transition:0.3s all;
}



/*==================================================================*/
/*                                5. sections style                 */
/*==================================================================*/
section {
  padding-bottom: 70px;
  padding-top: 70px;
}
.section.home {
  background: #141730 none repeat scroll 0 0;
  color: #fff;
  padding: 40px 15px;
  text-align: center;
}
#home .item h4 {
  margin-bottom: 40px;
  margin-top: 25px;
}
.a-center{
  text-align: center;
}
.a-center .img-responsive {
  display: inline-block !important;
  
}
#overview .img-responsive{
  margin-top: 30px;
}
.common-heading {
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  width: 500px;
}
.common-heading h2 {
  margin-top: 0;
}
.features .mt-xl {
  margin-top: 0;
}
.yellow-bg {
  background: #f1c40e none repeat scroll 0 0;
}
.gray-bg {
  background: #ebebeb none repeat scroll 0 0;
}
.blue-bg {
  background: #0a112d none repeat scroll 0 0;
  color: #fff;
}
.org-bg{
  background-color: #0059B2;
  color: #fff;
}
.org-bg h1,.org-bg h2,.org-bg h3,.org-bg h4,.org-bg h5,.org-bg h6,.org-bg p{
  color: #fff;
}
.divider-lines {
  margin-bottom: 20px;
  margin-top: 25px;
}
.divider-lines span {
  background: #0059B2 none repeat scroll 0 0;
  display: block;
  height: 1px;
  margin: 3px auto;
  width: 81px;
}
.blue-bg .divider-lines span{
  background-color: #fff;
}
.blue-bg .common-heading p{
  color: #fff;
}
.divider-lines span.large {
  width: 135px;
}
/*==================================================================*/
/*                                6. top slider                   */
/*==================================================================*/

.home-slider-inner-content {
  width: 60%;
}
.home-slider-content.item-1{
  background-image: url('../img/slider-01.jpg');
}
.home-slider-content.item-2{
  background-image: url('../img/slider-02.jpg');
}
.home-carousel.section {
  padding: 0;
}
.home h1 {
  margin-top: 0;
}
.home-slider-content {
  background-size: 100% auto;
  padding-bottom: 85px;
  padding-top: 85px;
}
.home-slider-inner-content h4 {
  font-family: robotoregular;
  font-size: 27px;
}

.home-slider-inner-content h1 {
  font-size: 70px;
  line-height: 100px;
}
.home-slider-inner-content p {
  border-left: 3px solid #07b28c;
  line-height: 30px;
  margin-bottom: 35px;
  margin-top: 35px;
  padding-left: 10px;
}
.home-slider-inner-content a {
  border: 2px solid #07b28c;
  display: inline-block;
  margin-top: 15px;
  padding: 10px 36px;
}
.word-rotator-title {
  color: #07b28c;
}
.rel {
  overflow: hidden;
  position: relative;
}
.rel > img {
  left: 0;
  opacity: 0.2;
  position: absolute;
  top: 0;
}
.home.style-1{

}
.home.style-1 h1 {
  font-size: 36px;
  text-transform: uppercase;
}
.home.style-1 h2 {
  font-size: 45px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.home.style-1 p {
  color: #fff;
  font-size: 17px;
  margin: 40px auto 0;
  width: 70%;
}
.home.style-1 .button-set a.fill {
  background: #d52c03 none repeat scroll 0 0;
}
.home.style-1 .button-set a {
  border: 2px solid #d52c03;
  border-radius: 6px;
  color: #fff;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 25px;
  padding: 12px 30px;
  text-transform: uppercase;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
}
.home.style-1 .button-set a:hover{
  background-color: #d52c03;
  text-decoration: none;
}
/*==================================================================*/
/*                                 7. services section              */
/*==================================================================*/
.thumnill-wrap {
  margin-bottom: 65px;
  padding: 20px 15px 15px;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -moz-transition: 0.3s all;
}
.thumnill-wrap:hover{
  box-shadow: 0 0 26px 3px #cacaca;
}
.thumnill-wrap .button-set {
  padding-bottom: 0;
  padding-top: 5px;
}
.thumnill-wrap img {
  width: 60px;
}
.thumnill-wrap h3 {
  font-size: 16px;
  text-transform: uppercase;
}
.thumnill-wrap hr {
  background: #0059B2;
  display: block;
  height: 2px;
  margin: 20px auto 13px;
  width: 50px;
}
.thumnill-wrap p {
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 0;
}

/*==================================================================*/
/*                             8. counters section                     */
/*==================================================================*/
.counter-dark i {
  color: #0a112d;
  display: block;
  font-size: 40px;
}
.counter-dark strong {
  color: #0a112d;
  display: block;
  font-size: 15px;
  line-height: 30px;
  margin-top: 15px;
}
.counter-dark label {
  color: #0a112d;
  font-size: 20px;
}
/*==================================================================*/
/*                                9. features section               */
/*==================================================================*/

.row.features {
  padding-bottom: 30px;
}
.row.features.last {
  padding-bottom: 0;
  padding-top: 30px;
}

.features p {
  font-size: 15px;
  line-height: 26px;
}

/*==================================================================*/
/*                     10.  portfolio section                     */
/*==================================================================*/
/*.client-say .carousel-inner {
  background: #fff none repeat scroll 0 0;
  border-radius: 0 50px;
  color: #0a112d;
  overflow: hidden;
}
.client-say .carousel-inner .item {
  padding-bottom: 25px;
  padding-top: 25px;
}
.client-say .item img {
  border-radius: 100%;
  margin-bottom: 15px;
  width: 70px;
}
*/

.testimonials .item-inner {
  padding: 25px;
}
.testimonials  .item-inner-wrap {
  background: #fff none repeat scroll 0 0;
  padding: 8px;
}
.testimonials  .item-inner-wrap img {
  border: 1px solid #e8e8e8;
  border-radius: 100%;
  margin-bottom: 15px;
  padding: 3px;
  width: 80px;
}
.testimonials  .item-inner-wrap span.name {
  color: #333;
  font-style: italic;
}


/* portfolio */
#portfolio_list .pitem{
position:relative;
margin-top:30px;
}
#portfolio_list .portfolio_item {
  box-shadow: 0 0 23px 3px #a1a1a1;
  overflow: hidden;
  position: relative;
}
#portfolio_list .portfolio_item:hover img{
/*transform*/
-webkit-transform:scale(1.1);
   -moz-transform:scale(1.1);
    -ms-transform:scale(1.1);
     -o-transform:scale(1.1);
        transform:scale(1.1);
}
#portfolio_list .pitem  img{
width:100%;
/*transition*/
-webkit-transition:all 200ms linear 0s;
   -moz-transition:all 200ms linear 0s;
     -o-transition:all 200ms linear 0s;
        transition:all 200ms linear 0s;
}
.portfolio_item .portfolio-detail{
display:none
}
.portfolio_item:hover .portfolio-detail{
display:block
}
.portfolio-overlay {
  background: none repeat scroll 0 0 #57BDDB;
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
}
.portfolio-detail a{
background:url("../img/plus.png") no-repeat scroll center center;
display:block;
height:100%;
left:0;
position:absolute;
top:0;
width:100%;
z-index:99;
}
/*==================================================================*/
/*                            11. TEAM SECTION                     */
/*==================================================================*/
.team-wrap {
  border: 1px solid #e2e2e2;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -moz-transition: 0.3s all;
}
.team-wrap:hover{
  box-shadow: 0 0 26px 3px #cacaca;
}
.team-wrap img {
  width: 100%;
}
.team-wrap span {
  display: block;
  padding-bottom: 11px;
  padding-top: 13px;
  text-transform: uppercase;
}
.social-media {
  list-style: outside none none;
}
.social-media li {
  display: inline-block;
}
.social-media li a {
  background: #fff none repeat scroll 0 0 !important;
  border: 1px solid #c7c7c7;
  color: #666;
  display: block;
  height: 30px;
  line-height: 30px;
  margin-left: 5px;
  margin-right: 6px;
  width: 30px;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -moz-transition: 0.3s all;
}
.social-media li a:hover{
  background-color: #0059B2 !important;
  border-color: #0059B2 !important;
  color: #fff;
}


/*==================================================================*/
/*                            11. owl slider                     */
/*==================================================================*/
.owl-pagination {
  display: none;
}
.home-carousel .carousel-control {
  height: 40px;
  top: 50%;
  width: 40px;
  opacity: 1;
}
.home-carousel .carousel-control:hover{
  opacity: 1;
}
.home-carousel .carousel-control {
  background-color: #fff;
  background-image: url("../img/slider-control-bg.png");
  background-repeat: no-repeat;
  border: 1px solid #333;
  opacity: 0;
  visibility: hidden;
  transition:0.3s all;
  -webkit-transion:0.3s all;
}
.home-carousel .carousel-control:hover{
  border-color: #07B28C;
  transition:0.3s all;
  -webkit-transion:0.3s all;
  background-color: #07B28C;
}
.home-carousel .carousel-control.left:hover{
    background-position: 10px -37px;
}
.home-carousel .carousel-control.right:hover{
  background-position: -33px -37px;
}
.home-carousel .carousel-control.left {
  background-position: 10px 11px;
  left: 100px;
}
.home-carousel .carousel-control.right {
  background-position: -33px 11px;
  right: 100px;
}
.home-carousel:hover .carousel-control{
  opacity: 1;
  visibility: visible;
}
.home-carousel:hover .carousel-control.right{
  right: 10px;
}
.home-carousel:hover .carousel-control.left{
  left: 10px;
}
/*==================================================================*/
/*                            12. pricing section                     */
/*==================================================================*/
.button-set {
  padding-bottom: 30px;
  padding-top: 25px;
}
.pricing-table-wrp {
  margin-top: 40px;
}
.pricing-col {
  background: #fff none repeat scroll 0 0;
}
.pricing-col.business {
  box-shadow: 0 5px 10px 4px #bdbdbd;
  margin-top: -30px;
}
.plan-wrapper-up {
  padding-top: 0;
  text-align: center;
}
.pricing_head .plan-heading {
  background: #0059B2 none repeat scroll 0 0;
  color: #fff;
  font-size: 31px;
  line-height: 60px;
  margin: 0;
  padding: 25px 0;
}
.plan_duration {
  color: #333;
  padding: 20px 15px;
}
.pricing_head .plan-wrapper {
 
}
.plan-wrapper .old-price {
  font-size: 25px;
  position: relative;
}
.plan-wrapper .old-price::after {
  background: #333 none repeat scroll 0 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 17px;
  width: 100%;
}
.current_price {
  display: inline-block;
  margin-top: 20px;
  vertical-align: top;
}
.save_details {
  padding: 10px;
}
.price-value{
  font-size:60px;
  font-weight: bold;
}
.save_details > p {
  color: #333;
  font-size: 25px;
  text-shadow: 0 0 1px #6d6d6d;
}
.price-list li {
  background-position: 12px center;
  background-repeat: no-repeat;
  background-size: 16px auto;
  padding-left: 50px;
  text-align: left;
}
.price-list li {
  border-bottom: 1px solid #cecece;
  color: #787878;
  font-size: 16px;
  font-weight: normal;
  line-height: 27px;
  padding: 19px 35px;
  text-align: center;
  list-style: none;
}
.price-list li.yes {
  background-image: url("../img/right-img.png");
}
.price-list li.no {
  background-image: url("../img/cross-image.png");
}


/*==================================================================*/
/*                           13. blog section                     */
/*==================================================================*/
.vgpc-wrapper .vgpc-image-block {
  padding: 0;
  position: relative;
}
.vgpc-wrapper .vgpc-item-i {
  background-color: transparent;
  margin: 0 15px;
  padding: 0 0 20px;
}
.vgpc-image-block img {
  width: 100%;
}
.vgpc-wrapper .vgpc-text-block {
  padding-left: 50px;
  position: relative;
}
.vgpc-wrapper .wrapper-text-block::after {
  background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
  bottom: -4px;
  content: "";
  height: 90%;
  left: -5px;
  position: absolute;
  transform: skew(-2deg, -1deg);
  width: 90%;
  z-index: 0;
}
.vgpc-wrapper .wrapper-text-block {
  margin-top: -50px;
  position: relative;
}
.vgpc-wrapper .inner-text-block {
  background: #fff none repeat scroll 0 0;
  padding-left: 140px;
  position: relative;
  z-index: 10;
}
.vgpc-wrapper .timmer {
  background: #fff none repeat scroll 0 0;
  display: block;
  font-size: 14px;
  font-weight: 500;
  left: 0;
  line-height: 20px;
  min-width: 140px;
  padding: 15px 10px;
  position: absolute;
  text-align: center;
  text-transform: capitalize;
  top: 0;
  vertical-align: top;
  z-index: 1000;
}
.vgpc-wrapper .timmer .vgpc-large {
  color: #e9ac4c;
  font-size: 60px;
  line-height: 60px;
}
.vgpc-wrapper .timmer .vgpc-date span {
  display: inline-block;
  margin: 0 2px;
  vertical-align: top;
}
.vgpc-wrapper .meta-text-block {
  background: #fff none repeat scroll 0 0;
  border-left: 1px solid #e5e5e5;
  padding: 25px 25px 20px;
}
.vgpc-wrapper .vgpc-post-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
  padding: 0 0 10px;
  text-transform: uppercase;
}
.vgpc-wrapper .vgpc-post-desc {
  color: rgba(34, 34, 34, 0.8);
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}
.main-container .page-content .entry-content p {
  margin: 0 0 20px;
}
.vgpc-wrapper .vgpc-post-desc p {
  line-height: 20px;
  margin-bottom: 0 !important;
}
/*==================================================================*/
/*                             14. skill section                     */
/*==================================================================*/
.Our-skills h4 {
  margin-bottom: 50px;
}
.border-orange-color {
  border-color: #fcb03b;
}
.bg-orange-color {
  background-color: #fcb03b;
  width: 95%;
}
.bg-green-color {
  background-color: #3cb878;
  width: 86%;
}
.border-green-color {
  border-color: #3cb878;

}
.border-secondary-color {
  border-color: #f15b26;
}
.bg-secondary-color {
  background-color: #f15b26;
  width: 80%;
}
.bg-primary-color {
  background-color: #4cc2c0;
  width: 85%;

}
.border-primary-color {
  border-color: #4cc2c0;
}
.skills .skills-item {
  margin-bottom: 25px; }
.skills .skills-item .skills-item-info {
  margin-bottom: 15px; }
.skills .skills-item .skills-item-info .skills-item-title {
  font-size: 16px;
  color: #fff; }
.skills .skills-item .skills-item-info .skills-item-count {
  font-size: 16px;
  color: #fff;
  float: right; }
.skills .skills-item .skills-item-meter {
  padding: 0 5px;
  width: 100%;
  border-radius: 10px;
  background-color: #373434;
  position: relative;
  height: 17px;
}
.skills .skills-item .skills-item-meter .skills-item-meter-active {
    border-radius: 5px;
    bottom: 1px;
    display: inline-block;
    height: 12px;
    opacity: 1;
    position: relative;
    transition: all 0.2s ease 0s;
  }
.skills .skills-item .skills-item-meter .skills-item-meter-active.skills-animate {
  animation: skills-animated 1.2s ease-out; 
}
.skills .skills-item .skills-item-meter .skills-item-meter-active.skills-animate-opacity {
  animation: skills-animated-opacity .2s ease-out; 
}
.skills .skills-item .skills-item-meter .skills-item-meter-active:after {
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  border: 13px solid;
  border-color: inherit;
  border-radius: 100%;
  position: absolute;
  right: -23px;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%); 
}
.skills .skills-item .skills-item-meter.bg-border-color {
  background-color: #f7f9f9; 
}

@keyframes skills-animated {
  0% {
    width: 0; } }

@keyframes skills-animated-opacity {
  100% {
    opacity: 1; } }

/*==================================================================*/
/*                             15. newsletter section               */
/*==================================================================*/
.widget_wysija_cont > form .wysija-input {
  background: #fff none repeat scroll 0 0 !important;
  border: 1px solid #b3b3b3;
  border-radius: 0;
  color: #222;
  display: inline-block;
  float: none;
  font-family: "Poppins",sans-serif;
  font-size: 14px;
  height: 44px;
  line-height: 20px;
  padding: 12px 20px;
  width: 100% !important;
}
.vg-newsletter .widget_wysija_cont > form > .wysija-submit {
  background-color: #08b28c !important;
  border: 1px solid #08b28c;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  height: 38px;
  line-height: 20px;
  padding: 9px 30px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s linear 0s;
  white-space: nowrap;
}
.widget_wysija_cont .wysija-paragraph {
  margin: 0 auto 40px;
  max-width: 600px;
  position: relative;
  width: 100%;
}
/*==================================================================*/
/*                                16. Login panel                   */
/*==================================================================*/

.login-wrapper {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 0 20px 2px #000;
  height: 100%;
  overflow-y: scroll;
  padding: 15px;
  position: fixed;
  right: -100%;
  top: 0;
  transition: all 0.3s ease 0s;
  width: 275px;
  z-index: 9999999;
}
.login-wrapper.active{
  right: 0;
}
.login-wrapper .footer_social {
  
  text-align: center;
}
.login-slider-wrap{
  transition:0.3s all;
  -weblkit-transition:0.3s all;
}
.login-slider-wrap.active {
  left: -33px;
}
.login-form {
  text-align: center;
}
.login-form legend {
  border: medium none;
  font-family: robotobold;
  margin-bottom: 30px;
  margin-top: 25px;
}
.login-form .body {
  margin-top: 40px;
}
.login-form .body input {
  height: 45px;
  margin-bottom: 35px;
  width: 100%;
}
.login-form .footer label,.login-form .body label {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
}
.login-form .footer label input {
  margin-left: 0;
  position: static;
}
.login-form .body input {
  border: 1px solid #c3c3c3;
  border-radius: 5px;
  height: 45px;
  margin-bottom: 20px;
  padding: 5px;
  width: 100%;
}

.login-wrap-logo {
  margin-bottom: 35px;
  margin-right: 0;
  margin-top: 25px;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
}
.login-wrap-logo .img-responsive {
  display: inline-block;
  width: 160px;
}
.login-copyright {
  margin-top: 20px;
}


/*==================================================================*/
/*                           17. footer section                     */
/*==================================================================*/
footer {
  background: #0a112d none repeat scroll 0 0;
  color: #fff;
}

.footer_social {
  list-style: outside none none;
  padding: 0;
  width: 100%;
}
.footer_social li {
  display: inline-block;
  float: none;
}
.footer_social li a {
  border-radius: 3px;
  color: #ffffff !important;
  display: block;
  height: 35px;
  line-height: 37px;
  margin: 3px;
  opacity: 0.8;
  text-align: center;
  text-decoration: none !important;
  width: 35px;
}
.bg-twitter {
  background-color: #00aced !important;
}
.bg-facebook {
  background-color: #3b5998 !important;
}
.bg-googleplus {
  background-color: #dd4b39 !important;
}
.bg-linkedin {
  background-color: #007bb6 !important;
}
.contacts-item {
  text-align: center;
}
footer a {
  color: #b1b1b1;
  display: inline-block;
  line-height: 30px;
  transition:0.3s all;
  -webkit-transition:0.3s all;
}
footer a:hover{
  color: #07B28C;
  text-decoration: none;
}
footer .list-unstyled a:hover {
  padding-left: 5px;
}
.top-footer {
  padding-bottom: 50px;
  padding-top: 50px;
}
.footer-log img {
  margin-bottom: 30px;
  width: 230px;
}
.footer_about p {
  line-height: 30px;
}
h5.footer_header {
  font-size: 24px;
  margin-bottom: 35px;
  margin-top: 0;
  text-transform: uppercase;
}
.top-footer .footer_social {
  margin-top: 30px;
}
.top-footer .footer_social li {
  margin-right: 10px;
}
.top-footer .footer_social a {
  background-color: rgba(0, 0, 28, 0.9) !important;
  border-radius: 0;
  transition:0.3s all;
  -webkit-transition:0.3s all;
}
.top-footer .footer_social a:hover{
  background-color: #07B28C !important;
}
h5.footer_header {
  font-size: 24px;
  margin-bottom: 35px;
  margin-top: 0;
  text-transform: uppercase;
}
.footer-log img {
  margin-bottom: 30px;
  width: 230px;
}
.mid-footer {
  background: #060d29 none repeat scroll 0 0;
  padding-bottom: 35px;
  padding-top: 40px;
}
.footer-icons {
  display: inline-block;
  margin-right: 15px;
}
.icon.footer-icons > img {
  margin-top: -13px;
  width: 45px;
}
.contacts-item .content {
  display: inline-block;
}
.bottom-footer {
  background: #060925 none repeat scroll 0 0;
  padding-bottom: 25px;
  padding-top: 25px;
}
.bottom-footer p {
  margin: 0;
}

.testimonial-name{
    color:#337ab7;
    text-align:right;
}
.testimonial-designation{
    color:#e9ac4c;
    text-align:right;
}

.border .item-inner{padding: 25px;}
.border .item-inner-wrap{ 
    border: 1px solid #e2e2e2;
    -webkit-transition: 0.3s all;
    min-height: 250px;
    text-align: left;
    padding: 8px;
}

