/*-------------------------------------------------
 =  Table of Css

 1.General code                             
 2.Form code                              
 3.Logo                          
 4.Slider                  
 5.Button       
 6.Header
 7.Title code                       
 8.Section code 
 9.About section                              
 10.Service section                           
 11.Parallax Section                             
 12.Pricing Section                               
 13.Portfolio Section
 14.Accordion Tab                             
 15.Testimonial section                             
 16.Team section                            
 17.Progress bar section
 18.Fun facts section
 19.Quote section
 20.Subscription section
 21.Contact form section
 22.Footer section
 23.Blog page 
 24.Responsive Media Quaries  
-------------------------------------------------*/

/*-------------------------------------------------------*/
/* 1. General code
/*-------------------------------------------------------*/
@font-face {
  font-family: "Muli-Italic";
  src: url("fonts/Muli-Italic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Muli-Light";
  src: url("fonts/Muli-Light.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Muli-LightItalic";
  src: url("fonts/Muli-LightItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Muli-Regular";
  src: url("fonts/Muli-Regular.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Sniglet-ExtraBold";
  src: url("fonts/Sniglet-ExtraBold.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Sniglet-Regular";
  src: url("fonts/Sniglet-Regular.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
html,
body {
  height: 100%;
  width: 100%;
  color: #566473;

  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

body {
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #566473;
}

h1 {
  font-size: 36px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
#section1 {
  /* background: url("../img/Group-pic.png");
  background-size: cover;
  padding-bottom: 250px; */
  position: relative;
}
#navigation-sticky-wrapper{
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 1000;
}
.is-sticky  #navigation {
right: 0;
left: 0;
}
#section {
  position: absolute;
  top: 13%;
  left: 20px;
}
.wrap {
  height: 100%;
  width: 100%;
}

.divider {
  padding: 0 0 100px;
}

.divider-xs {
  padding: 50px 0;
}
img {
  width: 100%;
  display: inline-block;
}
.light,
.light h2,
.light h3 {
  color: #fff !important;
}

/* List styles */
ul.why {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.why li {
  margin: 15px 0;
}

ul.why li:before {
  content: "\f00c";
  font-family: FontAwesome;
  position: relative;
  color: #fff;
  background: #777777;
  border-radius: 100%;
  margin: 0 7px 0 0;
  padding: 3px;
}

/* ribbon top */
.blueribbon {
  background: #041836;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 0px;
}

.companiesrow {
  padding: 10px 0px;
  background: #fff;
}

.companiesrow ul {
  margin-bottom: 0px;
  padding-left: 0px;
  margin: auto;
  width: 88%;
}

.companiesrow ul li {
  display: inline-block;
  list-style-type: none;
  background: url(../img/comp_sep.jpg) no-repeat right center;
  width: 19%;
}
.companiesrow ul li:last-child {
  background: none;
}

.companiesrow ul li img {
  padding: 0px 20px;
  width: 90%;
}

.slogan p{
  /*text-transform:uppercase;*/
  font-size: 18px !important;
  font-family: "Muli-Regular" !important;
  margin-bottom: 20px !important;
  color: #fff !important;
}
.get-btn img {
  width: 60%;
  display: inline-block;
}
.get-btn {
  text-align: left !important;
}
.arrow-img {
  width: 25%;
  position: absolute;
  display: block;
  bottom: 20%;
  margin: 0 auto 0 45%;
}
.arrow-img img {
  width: 30%;
}
.green {
  color: #8cc63f;
  font-size: 10px;
  text-transform: uppercase;
  text-align: center !important;
  margin: 0;
  font-family: "Muli-Regular";
}
/*-------------------------------------------------------*/
/* 2. Form code
/*-------------------------------------------------------*/

.form-control {
  height: 44px;
}

input:hover,
textarea:hover,
input:focus,
textarea:focus {
  border-color: #c9c9c9;
}
button:focus{
  outline: none !important;
  box-shadow: none !important;
}
input:focus{
  outline: none !important;
  box-shadow: none !important;
}
textarea:focus{
  outline: none !important;
  box-shadow: none !important;
}
/*-------------------------------------------------------*/
/* 3. Logo
/*-------------------------------------------------------*/

.top-logo {
  height: 140px;
  margin: 0 auto;
  position: relative;
  width: 140px;
  z-index: 9999;
  outline: 0;

  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.top-logo a {
  outline: 0;
}

.top-logo .scrollNormal {
  opacity: 1;
  filter: alpha(opacity=100);
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -70px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.top-logo .scrollDown {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -70px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.top-logo:hover .scrollNormal {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}

.top-logo:hover .scrollDown {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotate(-360deg);
  -moz-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  -o-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

/* Logo */

.site-logo {
  display: inline-block;
  margin-top: 30px;
}
.site-logo img {
  width: 100%;
}
.m-l {
  margin-left: 20%;
}
#navigation .site-logo a,
#navigation .site-logo a:hover,
#navigation .site-logo a:focus,
#navigation .site-logo a:before,
#navigation .site-logo a:after {
  background: transparent !important;
}
.navbar-brand {
  text-align: center;
  padding-top: 10px;
}
.navbar-brand img {
  width: 80%;
}
.navbar-toggler {
  border: 2px solid #fff;
}
.navbar-toggler i {
  color: #fff;
  font-size: 25px;
}

.talkbtn{
  background: url(../img/btn.png);
  background-size: cover;
  border: none;
  float: right;
  width: 200px;
  height: 70px;
  color: #ffffff;
  display: block;
  margin-top: -4px;
  padding-top: 33px;
    text-align: center;
}
.talkbtn:hover {
  color: #fff !important;
}
.talkbtn:after,
.talkbtn:before {
  background: none !important;
}
/*-------------------------------------------------------*/
/* 4. Slider
/*-------------------------------------------------------*/

/* Home Fullwidth Parallax Slider */

ul.fullwidth-slider {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #222222;
  z-index: 0;
  -webkit-backface-visibility: visible;
  background-position: center center;
  background-repeat: no-repeat;
}

ul.fullwidth-slider li.slide {
  position: relative;
  display: none;
  overflow: hidden;
  float: left;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-attachment: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-backface-visibility: visible;
}

ul.fullwidth-slider li.slide .caption {
  position: relative;
  height: 100%;
  width: 100%;
}

ul.fullwidth-slider li.slide .caption .caption-inside {
  position: absolute;
  top: 0px;
  width: 100%;
}

ul.fullwidth-slider li.slide .caption .slide-caption {
  height: 100%;
  z-index: 0;
  display: table;
  position: relative;
  top: 0;
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
}

ul.fullwidth-slider li.slide .caption .slide-caption .vertical-align-middle {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.vertical-align-middle p {
  margin: 20px 0;
  color: #fff;
}

.vertical-align-middle.dark p,
.vertical-align-middle.dark h1 {
  color: #222;
}

ul.fullwidth-slider,
ul.fullwidth-slider .caption-inside {
  height: 700px;
}

.parallax-slider .bx-wrapper .bx-next {
  right: 50px;
}

.parallax-slider .bx-wrapper .bx-prev {
  left: 50px;
}

.video-section {
  min-width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  background-color: black;
  text-align: center;
}

.video-section .container {
  padding-top: 0;
}

.video-section .top-logo {
  margin-bottom: 50px;
}

.video-section .video-overlay {
  background: url(../img/texture_layer.png) repeat;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 110px 0 32px;
  height: 100%;
  /* Incase of overlay problems just increase the min-height*/
}

.video-section .buttonBar {
  display: none;
}

.player {
  font-size: 1px;
}

/* Home Full Screen Slider */

.slider-container {
  width: 100%;
  height: 100%;
  position: relative;
}

#slider_left i,
#slider_right i,
.bx-prev i,
.bx-next i {
  font-size: 80px;
  color: #fff;
}

#slider_left {
  top: 50%;
  height: 60px;
  position: absolute;
  left: 50px;
  width: 32px;
  z-index: 1000;
  margin-top: -40px;
  cursor: pointer;
}

#slider_right {
  top: 50%;
  height: 60px;
  position: absolute;
  right: 50px;
  width: 32px;
  z-index: 1000;
  margin-top: -40px;
  cursor: pointer;
}

div.mc-image {
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  overflow: hidden;
  width: 100%;
}

#slider_left:hover,
#slider_right:hover {
  margin-top: -38px;
}
#slider_left:active,
#slider_right:active {
  margin-top: -38px;
}

.slide-content {
  height: 100%;
  display: table;
  margin: 0 auto;
  position: relative;
  text-align: left;
}

.slide-content h1,
.slide-caption h1,
.video-section h1 {
  color: inherit;
  font-size: 80px;
  font-weight: normal !important;
  font-family: "Sniglet-Regular";
  line-height: 80px;
  margin: 10px 0 30px;
  letter-spacing: 1px;
}

ul.text-slide {
  padding-left: 0;
  margin: 10px 0 30px;
}

.text-slide li {
  color: inherit;
  font-size: 80px;
  font-weight: 600;
  line-height: 180px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.text-slide li span.text-color {
  background: #ffffff;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.img-btn {
  margin-top: 30px;
}

.welcome {
  font-family: "Pacifico", "Times New Roman", Times, serif;
  font-size: 40px;
  line-height: 40px;
  font-style: italic;
  padding: 10px 0 30px;
  letter-spacing: 3px;
}

.slide-content p {
  margin: 10px 0;
  font-family: "Muli-Light";
  color: #939dac;
}

.slide-content a {
  margin: 10px 0;
}

.align-center {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.bg-overlay {
  width: 60%;
  height: 100%;
  z-index: 100;
  padding-left: 5%;
  text-align: left;
}

.bx-wrapper .bx-viewport {
  border: none;
  box-shadow: none;
  left: 0;
  background: transparent;
}

.bx-wrapper .bx-controls-direction a {
  text-indent: 1px;
}

/*-------------------------------------------------------*/
/* 5. Button
/*-------------------------------------------------------*/

/* General button style (reset) */

.btn {
  border: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: none;
  cursor: pointer;
  padding: 20px 70px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 101;
}

.btn:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.btn:focus {
  outline: none;
  color: white;
}

/* Button 1 */
.btn-1 {
  border: 3px solid #fff;
  color: #fff;
  outline: none;
}

/* Button 1b */
.btn-1:after {
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  background: #fff;
}

.btn-1:hover:after,
.btn-1:active:after {
  height: 100%;
}

/* Button 2 */
.btn-2 {
  color: #fff;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

/* Button 2c */
.btn-2 {
  border-radius: 5px;
}

.btn-2:hover {
  color: #fff;
  top: 2px;
}

.btn-2:active {
  color: #fff;
  top: 6px;
}

.subscribe-btn {
  background-image: none;
  border: medium none;
  color: #ffffff;
  font-size: 16px;
  height: 44px;
  padding: 6px 16px;
  text-shadow: none !important;
}

/*-------------------------------------------------------*/
/* 6. Header
/*-------------------------------------------------------*/
/* Navbar */

.is-sticky .navbar {
  background-color: #435a81;
  padding-right: 20px;
}

.navbar {
  width: 100%;
  min-height: 80px;
  position: relative;
  border-radius: 0;
  margin-bottom: 0;
  z-index: 9999;
  padding: 10px;
  font-family: "Muli-Regular";
}
.navbar-nav{
  margin-top: 20px !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: #ffffff;
  font-size: 15px;
  outline: none;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 20px;
}
.navbar .navbar-nav > li > a:hover {
  color: #8cc63f !important;
}
.navbar .navbar-nav > li > a:after,
.navbar .navbar-nav > li > a:before {
  background: none !important;
}
.navbar .navbar-nav > li a.active {
  color: #8cc63f !important;
}
.dropdown-menu > li > a {
  color: #566473 !important;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 20px;
  outline: none;
  text-decoration: none;
  text-transform: uppercase;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: transparent;
}

.dropdown-menu {
  box-shadow: none;
  border: none;
  border-radius: 0;
}

.caret {
  margin-left: 5px;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #e0e1e7;
  background-image: none;
  background-repeat: no-repeat;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.navbar-nav > li.active > a {
  background-color: transparent;
}

ul.navbar-right {
  padding-right: 0;
}

#navigation-sticky-wrapper {
  width: 100%;
  z-index: 9999;
}
#navigation-sticky-wrapper {
  height: 80px;
}

nav a:hover,
nav a:focus {
  outline: none;
}

/*-------------------------------------------------------*/
/* 7. Title code
/*-------------------------------------------------------*/

/* Big title second border slides up */

.big-title {
  text-align: center;
}

.big-title h2 {
  padding: 0px 10px 10px;
  color: #232c2e;
  font-size: 40px;
  line-height: 50px;
  margin: 0 auto 0px;
  text-align: center !important;

  text-shadow: none;
  font-weight: normal !important;
  position: relative;
  display: inline-block;
  font-family: "Sniglet-Regular";
}

/*.big-title h2::before,*/
/*.big-title h2::after {*/
/*    position: absolute;*/
/*    top: 100%;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 3px;*/
/*    background: #001f4e;*/
/*    content: '';*/
/*    -webkit-transition: -webkit-transform 0.3s;*/
/*    -moz-transition: -moz-transform 0.3s;*/
/*    transition: transform 0.3s;*/
/*    -webkit-transform: scale(0.85);*/
/*    -moz-transform: scale(0.85);*/
/*    transform: scale(0.85);*/
/*}*/

/*.big-title h2::after {*/
/*    opacity: 0;*/
/*    -webkit-transition: top 0.3s, opacity 0.3s, -webkit-transform 0.3s;*/
/*    -moz-transition: top 0.3s, opacity 0.3s, -moz-transform 0.3s;*/
/*    transition: top 0.3s, opacity 0.3s, transform 0.3s;*/
/*}*/

/*.big-title h2:hover::before,*/
/*.big-title h2:hover::after,*/
/*.big-title h2:focus::before,*/
/*.big-title h2:focus::after {*/
/*    -webkit-transform: scale(1);*/
/*    -moz-transform: scale(1);*/
/*    transform: scale(1);*/
/*}*/

/*.big-title h2:hover::after,*/
/*.big-title h2:focus::after {*/
/*    top: 0%;*/
/*    opacity: 1;*/
/*}*/

/*!* big title light *!*/

/*.big-title.light h2::before,*/
/*.big-title.light h2::after {*/
/*    background: white;*/
/*}*/

/* Sub title */

.sub-title h3 {
  font-size: 18px;
  color: #828793 !important;
  line-height: 28px;
  margin: 0 auto 70px;
  font-family: "Muli-Regular";
  max-width: 900px;
  font-weight: normal;
  text-transform: none;
}

/* Effect 21: borders slight translate */
.cl-effect-21 a {
  /*padding: 10px;*/
  text-shadow: none;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}

.cl-effect-21 a::before,
.cl-effect-21 a::after,
.cl-effect-21 .active a::before,
.cl-effect-21 .active a::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
}

.cl-effect-21 a::before,
.cl-effect-21 .active a::before {
  top: 0;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
}

.cl-effect-21 a::after,
.cl-effect-21 .active a::after {
  bottom: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px);
}

.cl-effect-21 a:hover::before,
.cl-effect-21 a:focus::before,
.cl-effect-21 a:hover::after,
.cl-effect-21 a:focus::after,
.cl-effect-21 .active a::before,
.cl-effect-21 .active a:focus::before,
.cl-effect-21 .active a::after,
.cl-effect-21 .active a:focus::after {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}

/*-------------------------------------------------------*/
/* 8. Section code
/*-------------------------------------------------------*/

section {
  margin: 0 auto;
  position: relative;
}

section.page-title {
  padding: 70px 0 30px;
}

section.blog-small .container,
section.blog .container {
  padding-top: 30px;
  padding-bottom: 120px;
}

footer .container {
  padding-top: 15%;
  padding-bottom: 10px;
}

section.portfolio {
  padding-top: 40px;
  padding-bottom: 70px;
  background: url("../img/portfolio-bg.png");
  margin-top: 50px;
}
.portfolio h2 {
  color: #ffffff !important;
  margin-bottom: 30px;
}
#filters .clearfix {
  padding: 0;
}
.filter-ul {
  border-radius: 40px;
  width: 95%;
  margin: 0 auto;
  background: #414b53;
}
/*-------------------------------------------------------*/
/* 9. About section
/*-------------------------------------------------------*/

div.content-box {
  clear: both;
}

div.content-box h4 {
  line-height: 32px;
  margin: 0 0 5px;
  font-weight: 600;
}

div.content-box div.content-box-info {
  padding-left: 135px;
}

div.content-box.big {
  padding: 15px;
  margin-top: 52px;
  -webkit-transition: background 0.5s ease-in-out;
  -moz-transition: background 0.5s ease-in-out;
  -o-transition: background 0.5s ease-in-out;
  -ms-transition: background 0.5s ease-in-out;
  transition: background 0.5s ease-in-out;
}

div.content-box.big .ch-info-wrap {
  margin: -52px auto 35px;
  position: relative;
  left: auto;
  top: auto;
}

div.content-box.big div.content-box-info {
  padding-left: 0;
  text-align: center;
  margin: 25px 0 0;
}

div.content-box.big div.content-box-info p {
  text-align: center;
  margin-top: 25px;
}

/*-------------------------------------------------------*/
/* 10. Service section
/*-------------------------------------------------------*/

.service-bg {
  background: url("../img/service-bg.png");
  background-size: cover;
}
.service-reasons div.content-box.big {
  transition: none;
  margin-top: 30px;
  border: 1px solid #fff;
}

.services p,
.content p {
  text-align: left;
}

.service-box {
  text-align: center;
  margin-bottom: 30px;
  background: #ffffff;
  border-radius: 10px;
  padding: 50px 0;
  -webkit-box-shadow: 2px 2px 13px 0px rgb(182, 182, 190);
  -moz-box-shadow: 2px 2px 13px 0px rgb(182, 182, 190);
  box-shadow: 2px 2px 13px 0px rgb(182, 182, 190);
}
.service-container {
  width: 60%;
  margin: 0 auto;
}

.service-box img {
  width: 40%;
}

.service-icon {
  height: 120px;
}

.service-box-content h4 {
  margin-top: 20px;
  color: #8cc63f;
  font-family: "Muli-Regular";
  font-weight: normal;
  font-size: 15px;
}

.service-box:hover .service-icon i {
  background: #566473;
}

/* Circle items */
.ch-item {
  width: 100%;
  height: 100%;
  position: relative;
  cursor: default;
}

.ch-info-wrap i {
  color: #ffffff;
  font-size: 40px;
  line-height: 100px;
  position: relative;
  z-index: 5;
}

.ch-info-wrap {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;

  top: 10px;
  left: 10px;
}

.ch-info {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-align: center;
}

.ch-info-front {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.ch-info > div {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-position: center center;

  -webkit-backface-visibility: hidden; /*Just for webkit to have a smooth font*/
}

.ch-item:hover .ch-info-front {
  background: #566473 !important;
}

/*-------------------------------------------------------*/
/* 11. Parallax Section
/*-------------------------------------------------------*/
.client-logo img {
  width: 100%;
}
.client-row .col-sm-4{
  width:50% !important;
}
.lets {
  display: none;
}
.client-logo:hover .main-pic {
  display: none;
}
.client-logo:hover .lets {
  display: block;
}
.clients {
  background: #f0f5f9;
  padding: 50px 0;
}
.client-row {
  width: 80%;
  margin: 0 auto;
}
.clients,
.contacts,
.about {
  position: static;
}
/*testimonals*/
#testimonals {
  background: #ffffff;
  padding-top: 50px;
  padding-bottom: 50px;
}
.carasoul-wrap {
  position: relative;
}
.testi {
  position: relative;
  width: 90%;
  margin-left: 10%;
}
.qoute {
  position: absolute;
  top: -20px;
  left: -50px;
  width: 50px;
}
.iner-caral {
  width: 50%;
  margin: 0 auto;
  position: absolute;
  top: 40%;
  left: 20%;
}
.img-container img {
  width: 50%;
  border-radius: 100%;
}
.feedback p {
  color: #232c2e;
  font-family: "Sniglet-Regular";

  font-size: 20px;
}
.img-container {
  text-align: center;
}
.img-container .p {
  color: #232c2e !important;
  font-family: "Muli-Regular";
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  margin-bottom: 0;
  display: block;
  margin-top: 10px;
}
.img-container .h6 {
  color: #b5b8ba !important;
  font-family: "Sniglet-Regular";
  font-size: 13px;
  text-align: center;
  display: block;
}
.carousel-indicators {
  bottom: -20px;
  justify-content: left;
  margin-left: 25%;
}
.carousel-indicators li {
  width: 3px;
  height: 3px;
  border-radius: 100%;
  padding: 5px;
  background-color: #d2e7c1;
  border: 1px solid #8cc63f;
}
.carousel-indicators .active {
  opacity: 1;
  background-color: #8cc63f;
}
.parallax-layer {
  height: 500px;
  width: 1600px;
  position: absolute;
}

.icons {
  background: url(../img/bg_icons.png) no-repeat;
  height: 552px;
  width: 1600px;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 -800px;
}

.texture {
  background: url(../img/bg_pattern.png) no-repeat;
  height: 352px;
  width: 1600px;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 -800px;
}

.featuresss,
.image-parallax {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed !important;
}

.image-parallax {
  height: 80%;
  width: 100%;
  position: relative;
}

.image-parallax .slide-content {
  width: 90%;
  margin-right: 5%;
  margin-left: 5%;
}

.about-wrap {
  position: relative;
  overflow: hidden;
}

.main_header {
  font-size: 53px !important;
  margin: 10px 0 !important;
}

.testimonial-wrap {
  background: url("../img/plx2.jpg") 50% 0 no-repeat fixed;
}

.quote-wrap {
  background: url("../img/plx5.jpg") 50% 0 no-repeat fixed;
}

.subscription-wrap {
  background: url("../img/plx4.jpg") 50% 0 no-repeat fixed;
}

.fun-wrap {
  background: url("../img/plx3.jpg") 50% 0 no-repeat fixed;
}

.parallax-overlay {
  /* background: rgba(22, 26, 72, 0.6); */
  background: rgba(37, 39, 88, 0.9);
  width: 100%;
  height: 100%;
  z-index: 100;
}

/*-------------------------------------------------------*/
/* 12. Pricing Section
/*-------------------------------------------------------*/

.flat .plan {
  list-style: none;
  padding: 0 0 20px;
  margin: 0 0 15px;
  background: #fff;
  text-align: center;
}
.flat .plan li {
  padding: 10px 15px;
  color: #566473;
  border-top: 1px solid #f5f5f5;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.flat .plan li.plan-price {
  border-top: 0;
}
.flat .plan li.plan-name {
  padding: 15px;
  font-size: 22px;
  line-height: 22px;
  color: #fff;
  margin-bottom: 30px;
  border-top: 0;
  font-family: "Raleway", Helvetica, Arial;
}

.flat .plan li.plan-action {
  margin-top: 10px;
  border-top: 0;
}

.flat .plan li.plan-action .btn {
  margin: 0;
  padding: 10px 30px;
}

.flat .plan.featured {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.flat .plan.featured li.plan-name {
  background: #566473;
}

.flat .plan:hover li.plan-name {
  background: #566473;
}

/*-------------------------------------------------------*/
/* 13. Portfolio Section
/*-------------------------------------------------------*/

/* Portfolio Filters */

#filters {
  margin-top: 10px;
  margin-bottom: 40px;
  text-align: center;
  display: block;
  float: none;
  z-index: 2;
  position: relative;
}

#filters ul li {
  display: inline-block;
  margin: 0 5px;
}

#filters ul li a {
  display: block;
}

#filters ul li a h5 {
  padding: 5px 60px;
  text-transform: uppercase;
  /*background: #8fb337;*/
  border-radius: 50px;
  /* padding: 25px 20px; */
  line-height: 66px;
  margin: 0;
  color: #a0a5a9;
  font-size: 18px;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

#filters ul li a:hover h5,
#filters ul li a.active h5 {
  background: url("../img/li-bg.png");
  background-size: cover;
  color: #ffffff;
}

#filters ul li a:hover {
  text-decoration: none;
}

/* Portfolio Items */

#portfolio-wrap {
  position: relative;
  padding: 0;
  width: 100%;
  margin: 0 auto;
  display: block;
}

#portfolio-wrap .one-four {
  margin: 0px!important;
  line-height:0;
  width: 25%;
  padding: 0;
  position:relative;
}

.portfolio-item {
  padding: 0;
  position: relative;
  overflow: hidden;
}

.portfolio-item .img-holder {
display:block;
overflow:hidden;
position: relative;
margin: 5px;
}

/* .d-flex-port {
  display: table;
  width: 100%;
}
.iner-port {
  display: table-cell;
}
.left-port {
  display: table-cell;
  float: left;
}
.smal-port {
  display: table-cell;
}
.big-port {
  display: table-cell;
}
.left-port img {
  width: 90% !important;
  margin: 10px auto;
}
.iner-port img {
  width: 90% !important;
  margin: 10px auto;
} */

.view-btn {
  display: block;
  width: 20%;
  margin: 0 auto;
}
.view-btn img {
  width: 100%;
}
.img-holder img {
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.img-holder:hover img {
  -webkit-transform: rotate(7deg) scale(1.2);
  -moz-transform: rotate(7deg) scale(1.2);
  -ms-transform: rotate(7deg) scale(1.2);
  -o-transform: rotate(7deg) scale(1.2);
  transform: rotate(7deg) scale(1.2);
}

.img-holder .img-overlay {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -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;
  width: 100%;
}

.img-holder:hover .img-overlay {
  opacity: 1;
}

.RoundBg {
  background-color: #ffffff;
  border: medium none;
  display: inline-block !important;
  float: none !important;
  font-size: 14px;
  font-weight: normal;
  height: 40px;
  line-height: 40px;
  margin: 0 2px;
  text-align: center;
  width: 40px;
  -webkit-border-radius: 250px 250px 250px;
  border-radius: 250px 250px 250px;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5),
    inset 0 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1);
}
.RoundBg > a {
  color: #222222;
  display: block;
  font-weight: normal;
}

.img-holder .overlay-effect {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  top: 50%;
  margin-top: -20px;
  -webkit-transform: scale(0.2);
  -moz-transform: scale(0.2);
  -ms-transform: scale(0.2);
  -o-transform: scale(0.2);
  transform: scale(0.2);
}
.img-holder:hover .overlay-effect {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.img-holder .overlay-effect {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/* Portfolio Isotope Transitions */

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/*-------------------------------------------------------*/
/* 14. Accordion Tab
/*-------------------------------------------------------*/

.accordionMod .panel-heading .accordion-toggle {
  position: relative;
  cursor: pointer;
  margin: 0;
  padding: 10px 40px;
}

.accordion-body,
.panel-heading {
  background: #fff;
  border-radius: 0;
  padding: 0;
}

.accordionMod .panel-heading .accordion-toggle .icon:before {
  content: "\f067";
  font-family: FontAwesome;
  font-weight: 300;
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 11px;
}

.accordionMod .panel-heading .accordion-toggle .iconActive:before {
  content: "\f068";
  font-family: FontAwesome;
}

.accordionMod .panel-heading .current {
  color: #fff;
}

.panel-group .panel {
  border-radius: 0;
  box-shadow: none;
  border: none;
}

.panel-group .panel + .panel {
  margin-top: 10px;
}

/* Tabs */
#horizontal-tabs {
  margin-bottom: 30px;
}

#horizontal-tabs ul.tabs li {
  cursor: pointer;
  float: left;
  font-size: 15px;
  padding: 12px;
}

#horizontal-tabs ul.tabs li.current {
  background: #fff;
  cursor: default;
}

#horizontal-tabs ul.tabs {
  overflow: hidden;
  background: #e0e1e7;
  list-style: none;
  margin: 0;
  padding: 0;
}

#horizontal-tabs .contents {
  background: #fff;
}

#horizontal-tabs .tabscontent.no-padding {
  padding-left: 0;
  padding-right: 0;
}

#horizontal-tabs .tabscontent {
  display: none;
  overflow: hidden;
  padding: 20px 20px 0;
}

.tabs ul.posts li {
  margin-bottom: 15px;
  padding-bottom: 10px;
  overflow: hidden;
  border-bottom: 1px solid #f8f8f8;
}

.tabs ul.posts li img {
  height: 68px;
  width: 68px;
  -webkit-transition: all 0.4s ease-in 0;
  -moz-transition: all 0.4s ease-in 0;
  -o-transition: all 0.4s ease-in 0;
  -ms-transition: all 0.4s ease-in 0;
  transition: all 0.4s ease-in 0;
  float: left;
}

/*-------------------------------------------------------*/
/* 16. Team section
/*-------------------------------------------------------*/

/* Team member*/

.team-wrap .container {
  padding-bottom: 50px;
}

.team-member {
  display: block;
  margin: 0 auto 50px;
  width: 100%;
  max-width: 350px;
  padding: 0;
}

.team-member-image {
  float: none;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}

.team-member-image img {
  max-width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.team-member-image:hover img {
  -webkit-transform: rotate(10deg) scale(1.2);
  -moz-transform: rotate(10deg) scale(1.2);
  -ms-transform: rotate(10deg) scale(1.2);
  -o-transform: rotate(10deg) scale(1.2);
  transform: rotate(10deg) scale(1.2);
}

.team-member-links p {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  padding: 7px;
}

.team-member-links {
  top: 0;
  min-height: 1px;
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.25) inset;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.team-member:hover .team-member-links {
  box-shadow: 0 0 0 175px rgba(50, 50, 50, 0.75) inset;
}

.team-member-links-list {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  -ms-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.team-member:hover .team-member-links-list {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  opacity: 1;
}

.team-member-links-item {
  font-size: 22px;
  line-height: 22px;
  height: 22px;
  width: 22px;
  margin: 5px 5px 20px;
  position: relative;
  color: #fff;
}

.team-member-meta {
  margin-left: 0;
  min-height: 1px;
  padding: 15px 0 0;
  text-align: center;
}

.team-member-name {
  margin-bottom: 6px;
}

.team-member-role {
  font-size: 13px;
  margin-bottom: 10px;
  color: #999;
}

.team-member-description p {
  margin-bottom: 0;
  text-align: center;
}

.member-social.dark a {
  background: #9e9e9e;
  -webkit-transition: background 0.5s ease-in-out;
  -moz-transition: background 0.5s ease-in-out;
  -o-transition: background 0.5s ease-in-out;
  -ms-transition: background 0.5s ease-in-out;
  transition: background 0.5s ease-in-out;
}

.team .item .team-member-links a {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.member-social a {
  width: 36px;
  float: left;
  text-align: center;
  margin: 0 6px 6px 0;
  padding: 7px 0 6px;
  border-radius: 2px;
}

.member-social a i {
  display: block !important;
  font-size: 20px;
  color: #fff;
  margin: 0 auto !important;
}

/*-------------------------------------------------------*/
/* 17. Progress bar section
/*-------------------------------------------------------*/

.skills-wrap .container {
  padding-bottom: 70px;
}

.progress {
  height: 35px;
  line-height: 35px;
  margin-bottom: 45px;
  background: #fff;
  border-radius: 0;
  box-shadow: none;
  list-style: none;
}

.progress-bar {
  font-weight: 600;
  line-height: 35px;
  padding-left: 20px;
  text-align: left;
}

/*-------------------------------------------------------*/
/* 18. Fun facts section
/*-------------------------------------------------------*/

.fun-box {
  text-align: center;
  padding: 50px 20px;
  margin-top: 50px;
  background: rgba(255, 255, 255, 0.1);
}

.fun-box i {
  display: block;
  font-size: 60px;
  font-weight: 700;
  color: white;
}

.fun-box p {
  color: white;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.fun {
  font-size: 44px;
  font-weight: 700;
  line-height: 70px;
  text-shadow: 1px 1px 1px #444;
}

/*-------------------------------------------------------*/
/* 19. Quote section
/*-------------------------------------------------------*/

.quote-wrap {
  text-align: center;
  text-transform: uppercase;
}

.quote-wrap h2 {
  line-height: 44px;
}

.quote-wrap p,
.quote-wrap i {
  text-transform: none;
  color: #ccc;
}

/*-------------------------------------------------------*/
/* 20. Subscription section
/*-------------------------------------------------------*/

#signup .subEmail {
  width: 60%;
}

#signup input {
  display: inline-block;
  margin-right: 7px;
}

#signup .btn {
  padding: 10px 40px;
}

#no-spam {
  margin-top: 7px;
  color: #ccc;
}

/*-------------------------------------------------------*/
/* 21. Contact form section
/*-------------------------------------------------------*/
.contact-wrap {
  position: relative;
  bottom: -60px;
  background: #5d3047;
  border-radius: 33px;

}
.contact-wrap img {
  width: 100%;
}
.cntct-txt {
  position: absolute;
  top: 0;
  left: 0;
}
.side-txt {
  padding-top: 60px;
}
.white {
  color: #ffffff;
  font-size: 10px;
  text-transform: uppercase;
  text-align: left !important;
  margin: 0;
  font-family: "Muli-Regular";
}
.side-txt h1 {
  font-weight: normal !important;
  font-family: "Sniglet-Regular";
  color: #ffffff;
  font-size: 45px;
  text-transform: capitalize;
}
.side-txt p {
  font-size: 20px;
  font-family: "Muli-Regular";
  color: #ffffff;
}
.form-iner {
  width: 80%;
  margin: 0 auto;
}
#contact {
  text-align: center;
  background: #ffffff;
  border-radius: 10px;
  padding-top: 30px;
  padding-bottom: 20px;
  -webkit-box-shadow: 2px 2px 13px 0px rgb(182, 182, 190);
  -moz-box-shadow: 2px 2px 13px 0px rgb(182, 182, 190);
  box-shadow: 2px 2px 13px 0px rgb(182, 182, 190);
  transform: scale(1, 1.1);
  font-family: "Muli-Regular";
}
.reply .form-group {
  width: 80% !important;
  margin: 0px auto;
  text-align: left;
}
.reply .form-control {
  margin-bottom: 5px;
  border-radius: 20px;
  border: 1px solid #d8d8dd;
  background: #eaeaf1;
}
.reply label {
  color: #828793;
  font-size: 13px;
  text-transform: uppercase;
}
.reply button {
  background: none;
  width: 80%;
  margin: 0 auto;
  border: none;
  margin-top: 10px !important;
}
.form-wrap {
  width: 80%;
  margin: 0 auto;
}

.reply textarea {
  resize: none;
  min-width: 80% !important;
  margin: 0 auto !important;
}

#contact .btn {
  padding: 10px 40px;
  margin-top: 20px;
  margin-bottom: 20px;
}

/*-------------------------------------------------------*/
/* 22. Footer section
/*-------------------------------------------------------*/

.footer-wrap {
  background: url(../img/footer-bg.png);
  background-size: cover;
  font-family: "Muli-Regular";
}
.footer-wrap ul {
  list-style: none;

}
.logo-div a {
  color: #fff !important;
  font-size: 15px;
  line-height: 50px;
  cursor: pointer;
}
.logo-div img {
  padding: 0 70px;
}
.ul-foot li a {
  color: #fff !important;
  font-size: 16px;
}
.ul-foot li {
  padding-right: 55px;
}
.ul-foot {
  margin: 30px 0;
}
.social-icons-footer-bottom a {
  color: #4d5863;
}

.social-icons-footer-bottom a:hover {
  text-decoration: none;
}

.social-icons-footer-bottom li {
  display: inline-block;
  margin-right: 20px;
  list-style: none;
  border-radius: 100%;
  padding: 5px;
  background: #fff;
  width: 40px;
  -webkit-transition: all 0.2s ease-in-out 0;
  -moz-transition: all 0.2s ease-in-out 0;
  -o-transition: all 0.2s ease-in-out 0;
  -ms-transition: all 0.2s ease-in-out 0;
  transition: all 0.2s ease-in-out 0;
}
.social-icons-footer-bottom li a{
width: 100%;
display: block;
}
.social-icons-footer-bottom li:hover {
  background: #8cc63f;
}
.social-icons-footer-bottom li i {
  display: inline-block;
  font-family: FontAwesome;
  font-size: 15px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  color: #4d5863;
  line-height: 30px;
  padding-top: 0;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
}

.site {
  margin-top: 25px;
  color: #98a0a7;
  visibility: visible !important;
}

.scrollup {
  width: 40px;
  height: 40px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  opacity: 0.8;
  position: fixed;
  bottom: 100px;
  right: 15px;
  display: none;
  text-align: center;
  color: #fafafa;
  font-size: 28px;
  background: #8fb337;
  z-index: 9999;
  outline: none;
}

.scrollup i {
  line-height: 38px;
}

a.scrollup:hover i,
a.scrollup:focus i {
  text-decoration: none;
  color: #fafafa;
  outline: none;
}

.google-maps {
  height: 400px;
}

/*-------------------------------------------------------*/
/* 23. Blog page 
/*-------------------------------------------------------*/

.page article.post {
  border-bottom: none;
}

.post-header h3.content-title {
  text-align: left !important;
  margin-bottom: 15px;
  margin-top: 0;
}

.blog-divider {
  margin: 50px 0 70px;
  background-color: #d3d4d8;
  height: 1px;
}

.blog-entry-meta {
  font-size: 0;
}

.blog-entry-meta-date {
  display: inline-block;
  margin-right: 25px;
  margin-bottom: 10px;
  font-size: 14px;
  vertical-align: top;
}

.author-content,
.comment-des {
  border-style: solid;
  border-width: 1px 1px 3px;
  background: #fff;
  border-color: transparent;
  padding: 20px;
  margin-top: 30px;
}

.blog-entry-meta-author {
  display: none;
  margin-right: 15px;
  margin-bottom: 10px;
  font-size: 14px;
  vertical-align: top;
}

.blog-entry-meta-tags {
  display: none;
  margin-right: 25px;
  margin-bottom: 10px;
  font-size: 14px;
  vertical-align: top;
}

.blog-entry-meta-comments {
  display: none;
  margin-bottom: 10px;
  font-size: 14px;
  vertical-align: top;
}

ol.commentlist,
ol.commentlist li {
  list-style: none;
  padding: 0;
}

.comment-wrapper h3 {
  margin-bottom: 30px;
}

.blog-entry-meta i {
  margin-right: 4px;
}

.blog.meta_author .blog-entry-meta-author {
  display: inline-block;
}

.blog.meta_tags .blog-entry-meta-tags {
  display: inline-block;
}

.blog.meta_comments .blog-entry-meta-comments {
  display: inline-block;
}

.blog.meta_authortags .blog-entry-meta-author,
.blog.meta_authortags .blog-entry-meta-tags {
  display: inline-block;
}

.blog.meta_authorcomments .blog-entry-meta-author,
.blog.meta_authorcomments .blog-entry-meta-comments {
  display: inline-block;
}

.blog.meta_tagscomments .blog-entry-meta-tags,
.blog.meta_tagscomments .blog-entry-meta-comments {
  display: inline-block;
}

.blog-entry-meta-author,
.blog-entry-meta-tags,
.blog-entry-meta-comments {
  display: inline-block;
}

.post-content {
  padding-bottom: 10px;
  padding-top: 5px;
}

.post-image img {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.post-image:hover img {
  -webkit-transform: rotate(4deg) scale(1.2);
  -moz-transform: rotate(4deg) scale(1.2);
  -ms-transform: rotate(4deg) scale(1.2);
  -o-transform: rotate(4deg) scale(1.2);
  transform: rotate(4deg) scale(1.2);
}

.blog-small article .post-image {
  float: left;
  width: 43%;
  margin-bottom: 25px;
}

.blog-small article .post-content-wrap {
  float: left;
  width: 50%;
  margin: 0 0 0 4%;
}

.blog-small article .post-image {
  float: left;
  margin-bottom: 25px;
  width: 43%;
}

.post-image {
  border-radius: 2px;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}

.post-image a {
  display: block;
  position: relative;
}

.post-date a.date {
  background: #fff;
  display: block;
  float: left;
  margin-right: 20px;
  padding: 10px 0 0;
  text-align: center;
  text-decoration: none;
  width: 55px;
}

.post-date a.date strong {
  display: block;
  font-size: 27px;
  font-weight: normal;
  margin-bottom: 10px;
}

.post-date a.date i {
  border-top: 1px solid #f3f3f3;
  color: #ffffff;
  display: block;
  font-size: 11px;
  font-style: normal;
}

.post-footer .btn {
  padding: 12px 25px;
}

.blog-small .blog-entry-meta-author,
.blog-small .blog-entry-meta-tags,
.blog-small .blog-entry-meta-comments {
  font-size: 11px;
}

/* Sidebar */
.sidebar ul.slide li {
  padding-left: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.sidebar ul.slide li:hover {
  padding-left: 5px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.sidebar p {
  text-align: left !important;
  margin: 0 0 2px;
}

.sidebar .widget,
.widget {
  margin-bottom: 50px;
}

.widget ul {
  list-style: none;
  padding: 0;
}

.search-input {
  height: 44px !important;
  width: 218px;
}

.recent-post-img {
  margin: 0 13px 5px 0;
}

.sidebar .testimonials-title h3 {
  margin: 0 0 20px !important;
}

.category ul li:before {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  padding-right: 10px;
}

.widget.category ul li {
  margin-bottom: 7px;
  border-bottom: 1px solid #d3d4d8;
  padding: 3px 0;
}

.widget .ads-img img {
  margin-bottom: 30px;
  max-width: 100%;
}

/* Author Info */
.about-author {
  margin-top: 30px;
}

.author-content {
  padding: 20px;
}

.author-content .avatar {
  float: left;
  margin: 0 20px 0 0;
}

.avatar {
  border-radius: 100%;
}

.avatar img {
  border-radius: 100%;
}

.author-content .data {
  margin: -10px 0 0;
}

/* Comments Section */
.comments-sec {
  float: left;
  width: 100%;
  margin: -5px 0 25px;
}

ol.commentlist li {
  float: left;
  padding: 10px 0 15px;
}

ol.commentlist {
  float: left;
  width: 100%;
  margin: 0;
}

ol li ol.childlist {
  float: right;
  width: 88%;
  margin: 0;
  padding-left: 0;
}

ol.commentlist li ol.childlist li:first-child {
  padding: 25px 0 0;
}

ol.commentlist li:first-child {
  margin: 0 0 7px;
  padding: 25px 0 0;
}

.avatar img {
  float: left;
  max-width: 70px;
}

.comment-des p {
  line-height: 23px;
  margin: 0;
}

.comment-des {
  float: left;
  background: #fff;
  color: #888;
  margin: -70px 0 0 100px;
  padding: 19px 22px 22px;
}

.comment:before {
  position: absolute;
  display: block;
  content: "";
  margin-left: 93px;
  margin-top: 25px;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border: none;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: none;
  border-top: 0;
  z-index: 1;
}

.comment-des strong {
  float: left;
  padding-right: 5px;
  font-size: 14px;
  color: #777777;
}

.comment-des span {
  float: left;
  color: #999;
}

.comment-by {
  float: left;
  width: 100%;
  padding-bottom: 8px;
  padding-top: 5px;
}

.comment-by span.reply {
  float: right;
  display: inline;
}

.comment-by span.reply a {
  float: right;
  height: 17px;
  margin-left: 5px;
  font-weight: 400;
  color: #999;
}

.comment-by span.reply a i {
  color: #bbb;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.comment-by span.reply a:hover,
.comment-by span.reply a:hover i {
  color: #a0a0a0;
}

.comment-by span.date {
  color: #999;
  float: left;
  font-weight: 300;
  margin: 0 0 0 2px;
  padding: 0 0 0 9px;
}

.pagination-centered {
  text-align: center;
}

.pager li > a,
.pager li > span {
  border: none;
  border-radius: 4px;
}

.blog-small .content-title a,
.blog .content-title a {
  color: #566473;
}

.ss {
  font-family: sans-serif !important;
}
.zopim{
  display:none !important;
}
.service-wrap{
  padding-top: 30px;
}
/*-------------------------------------------------------*/
/* 24. Responsive Media Quaries
/*-------------------------------------------------------*/

@media (max-width: 1200px) {
  .slide-content h1,
  .slide-caption h1,
  .video-section h1 {
    line-height: 60px;
  }
  #section {
    top: 13%;
  }
  .main_header {
    font-size: 45px !important;
    margin: 0 !important;
  }
  .slogan p{
    font-size: 16px !important;
  }
  .get-btn img {
    width: 45%;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 13px;
  }
  .navbar-brand img {
    width: 90%;
  }
  .service-box {
    padding: 20px 0;
  }
 
  .left-port img {
    margin: 5px auto;
  }
  .iner-port img {
    margin: 5px auto;
  }
  .feedback p {
    font-size: 16px;
  }
  .side-txt {
    padding-top: 30px;
  }
  .side-txt p {
    font-size: 16px;
  }
  .side-txt h1 {
    font-size: 30px;
  }
  .form-control {
    height: 35px;
  }
  #contact {
    padding-top: 30px;
  }
  .reply label {
    font-size: 12px;
    margin-bottom: 0;
  }
  .contact-wrap {
    bottom: 0;
  }
}

@media (max-width: 992px) {
  .navbar-nav {
    margin-top: 0px !important;
}
  #filters ul li a h5{
    font-size: 14px;
  }
  .talkbtn {
    float: none;
  }
  .contact-form {
    background: #c2a1b9;
    padding: 30px 0;
  }
  footer .container {
    padding-top: 5%;
  }
  .logo-div img {
    padding: 0 50px;
  }
  .carasoul-wrap {
    background: #f0f5f9;
    padding: 30px 0;
    
  }
  #testimonals{
    padding-bottom: 0;
  }
  .carasoul-wrap .testi {
    display: none;
  }
  .iner-caral {
    position: unset;
    width: 90%;
    margin: 0 auto;
  }
  .carousel-indicators {
    justify-content: center;
  }
  .img-container img {
    width: 30%;
  }
  .service-box-content h4 {
    font-size: 12px;
    margin-top: 0;
  }
  .main_header {
    font-size: 30px !important;
  }
  .slide-content p {
    margin: 0;
  }
  .slogan p {
    font-size: 14px !important;
    margin-bottom: 0 !important;
  }
  .arrow-img {
    bottom: 30px;
  }
  #section {
    top: 17%;
  }
  section.portfolio {
    padding: 20px 0 0;
  }
  .service-icon {
    height: 80px;
  }
  .big-title h2 {
    margin: 0;
  }
  .slide-content h1,
  .slide-caption h1,
  .video-section h1 {
    line-height: 40px;
  }
  .contact-wrap{
    background: none;
    border-radius:0px;
  }
  .contact-wrap .contct-bg {
    display: none;
  }
  .contact-wrap img {
    width: 80%;
  }
  .cntct-txt {
    position: inherit;
  }
  #contact {
    transform: none;
  }
  section .container,
  .landing-right .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  #slider_left,
  #slider_right,
  .bx-prev,
  .bx-next {
    display: none;
  }

  .companiesrow ul {
    width: 100%;
  }
  .companiesrow ul li {
    background: none;
    text-align: center;
    margin: 0px;
    display: block;
    width: auto;
  }
  .companiesrow ul li img {
    width: auto;
  }
  .navbar-collapse{
    background-color: #655a76;
    padding-top:20px;
    padding-bottom: 20px !important;
  }
  .talkbtn{
    width: 200px;
    height: 70px;
  }

}

@media (max-width: 767px) {
  #filters ul li a h5 {
    padding: 5px 20px;
  }
 
.client-row{
  width:100%;
}
  section.portfolio{
    margin-top:0;
  }
  #navigation-sticky-wrapper{
    position: inherit;
  }
  #section{
    position: unset;
  }
.group-pic{
  display: none;
}
.view-btn{
  width:40%;
}
#section1{
  background-color: #655a76;
  padding-bottom: 50px;
}
.is-sticky .navbar {
  background-color: #655a76;
}
.service-wrap{
  padding: 50px 0;
}
.sub-title h3 {
  font-size: 14px;
  line-height: 22px;
}
.service-container {
  width: 90%;
}
#filters ul li a h5{
  line-height: 50px;
}
.side-txt h1 {
  font-size: 25px;
}
.white{
  margin-bottom: 10px;
}
.ul-foot li{
  padding-right: 30px;
}
.logo-div img {
  padding: 0 20px;
}


  .slide-content h1,
  .slide-caption h1,
  .text-slide li {
    font-size: 50px;
  }

  .text-slide li {
    line-height: 60px;
  }

  .video-section .welcome {
    font-size: 28px;
    padding-top: 0;
    margin-bottom: 0;
  }

  .img-btn {
    margin-top: 0;
  }

  .video-section h1 {
    display: none;
  }

  .big-title h2 {
    font-size: 24px;
  }

  #filters ul {
    padding-left: 0;
  }

  div.content-box.big,
  .contact-box {
    margin-bottom: 20px;
  }

  #signup .subEmail {
    width: 90%;
  }

  #signup input {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .posts-block {
    margin-bottom: 50px;
  }

  .blog-small article .post-image {
    width: 99.7%;
  }

  .blog-small article .post-content-wrap {
    float: left;
    margin: 0;
    padding: 0;
    width: 95%;
  }
  .form-wrap {
    width: 100%;
}
}

@media (min-width: 768px) and (max-width: 979px) {

  .slide-content h1,
  .slide-caption h1,
  .video-section h1,
  .text-slide li {
    font-size: 50px;
  }

  .text-slide li {
    line-height: 80px;
  }

  .big-title h2 {
    font-size: 24px;
  }

  #filters ul {
    padding-left: 0;
  }

  .navbar-custom .navbar-header .navbar-toggle {
    padding: 5px 10px;
  }

  .navbar-custom .navbar-nav > li > a {
    margin: 5px 0;
  }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-collapse {
    max-height: 700px;
  }

  div.content-box.big,
  .contact-box {
    margin-bottom: 20px;
  }

  .mob-logo {
    display: inline-block;
  }

  .mob-menu .navbar-header {
    margin-top: -67px;
  }

  .navbar-toggle {
    position: relative;
    float: none;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    border: 1px solid #dddddd;
    border-radius: 4px;
    display: block;
  }

  .navbar-nav,
  .navbar-nav > li {
    float: none !important;
  }

  .navbar-header {
    float: right;
  }

  .navbar-collapse {
    padding-left: 0;
    max-height: 700px;
  }

  .navbar-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
    padding-bottom: 0;
  }

  .navbar-collapse.collapse.in {
    display: block !important;
  }
}



@media (min-width: 980px) {
  .posts-block {
    padding-right: 30px !important;
  }
}
 @media(max-width:567px){
   .bg-overlay{
     padding-left: 10%;
     width:90%;
   }
   .arrow-img {
    bottom: 5px;
}
.arrow-img {
  bottom: 5px;
}
.service-box img {
  width: 20%;
}
.service-box-content h4{
  margin-top: 21px;
}
.filter-ul{
  width:100%;
}

section.portfolio{
  background:#434d56;
  padding-bottom: 30px;
}
.view-btn {
  margin-top: 10px;
}
.sub-title h3 {
  font-size: 13px;
}
.sub-title h3 br{
  display: none;
}
.feedback p {
  font-size: 14px;
}
#testimonals{
  padding-bottom: 0;
}
.logo-div a{
  font-size: 12px;
  line-height: 30px;

}
.logo-div img{
  width:80%;
}
.ul-foot li a{
  font-size: 11px;
}
.ul-foot li {
  padding-right: 20px;
}
.social-icons-footer-bottom li i {
  font-size: 10px;
}
.social-icons-footer-bottom li{
  width:30px;
  padding:0;
}
.site{
  font-size: 10px;
  margin-top:10px;
}
.ul-foot {
  margin: 12px 0;
}
.slide-content p{
  font-size: 10px;
}
 }
 @media(max-width:425px){
   .navbar-brand{
     text-align: left;
   }
   .navbar-brand img{
     width:80%;
   }
   .bg-overlay {
    padding-left: 5%;
    width: 100%;
}
.slogan p{
  margin-bottom: 10px !important;
}

.sub-title h3{
  margin-bottom: 30px;
}
#testimonals{
  padding-top: 20px;
}
.logo-div img {
  padding: 0 10px;
}
.logo-div a {
  font-size: 10px;
}
#filters ul li a h5 {
  line-height: 30px;
}
.footer-wrap ul {

  padding: 0;
}
 }
 @media(max-width:375px){
   .navbar-brand{
     width:75%;
   }
   .slogan p {
    font-size: 13px !important;
   }
   .slide-content p{
     font-size: 10px;
   }
 .logo-div div{
   width:40%;
 }
.logo-div a {
  font-size: 8px;
}
.logo-div img {
  width: 70%;
  padding: 0;
}
.ul-foot li a {
  font-size: 10px;
}
.ul-foot li {
  padding-right: 10px;
}
 }