/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
body{
	margin:0;
	font-family: 'Roboto-Regular';
	line-height:0;
}
@font-face {
      font-family: 'Roboto-Regular';
      src: url(../fonts/Roboto-Regular.ttf) format('truetype');
}
/*--
@font-face {
      font-family: 'Playball-Regular';
      src: url(../fonts/Playball-Regular.ttf) format('truetype');
}
--*/
body a{
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
	font-family: 'Playball-Regular';
}
p{
	margin:0;
}


a:hover, a:focus{color: #ffa80b;}

a:visited {
    color: #d77a30;
}


ul,label{
	margin:0;
	padding:0;
}
body a:hover{
	text-decoration:none;
}


.simplefilter_355 li {
    background-color: #e57410 !important;
    color: #ffffff !important;
    border-radius: 10px !important;
}


/*--banner--*/
.banner{
	height: auto;
	width:100% !important;
}

.banner img{
	height: 100%;
	width:100%;
}


.headder {
    background: rgb(39, 39, 39);
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
}

a{text-decoration:none !important;}




.navbar-header {
  display: block;
}

.navbar-nav {
    list-style: none;
    float: right; /* Clear floats */
    /* Bring the nav above everything else--uncomment if needed.
    position: relative;
    z-index: 5;
    */
    text-decoration:none;
}



nav.navbar.navbar-default {
  background:none;
  border: none;
  padding:1.5em 0;
  margin: 0;
}
ul.nav.navbar-nav {
  margin: 1.3em 0;
}
a.navbar-brand {
  padding: 0;
  line-height: 1.6em;
 height: inherit;
}
.navbar-nav li {
    position: relative;
    margin: 0 1.2em;
}


.navbar-nav li a {
    color: #fff !important;
    font-size: 1.4em;
    padding: 0;
    text-decoration:none;
}

.navbar-nav li a:hover, .navbar-nav li a.active {
    color: #d77a30 !important;
    background: none;
}


.navbar-nav a {
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}
.navbar-nav li a::before {
  position: absolute;
  top: 65%;
  left: 50%;
  color: transparent;
  content: '.';
  text-shadow: 0 0 transparent;
  font-size: 1.7em;
  -webkit-transition: text-shadow 0.3s, color 0.3s;
  -moz-transition: text-shadow 0.3s, color 0.3s;
  transition: text-shadow 0.3s, color 0.3s;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
}

.navbar-nav ul li{background:#fff;
    padding:5px;
    color:#333 !important;
    padding-top: 1px; /* Introducing a padding between the li and the a give the illusion spaced items */
    float: none;
}

.navbar-nav ul li a{
    padding:5px;
    color:#333 !important;
    
}



.navbar-nav li ul li a::before {
  display:none;
}

.navbar-nav a:hover::before,
.navbar-nav a:focus::before ,.navbar-nav  a.active::before{
	color: #fff;
	text-shadow: 10px 0 #d77a30 , -10px 0 #d77a30 ;
}
.navbar-nav a:hover,
.navbar-nav a:focus {
	color: #d77a30 ;
}


.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{text-decoration:none;}

.navbar-nav a {
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}





/*--- DROPDOWN ---*/
.navbar-nav ul {
    list-style: none;
    position: absolute;
    left: -9999px; /* Hide off-screen when not needed (this is more accessible than display: none;) */
}

.navbar-nav ul a {
    white-space: nowrap; /* Stop text wrapping and creating multi-line dropdown items */
}
.navbar-nav li:hover ul { /* Display the dropdown on hover */
    left: -45px; /* Bring back on-screen when needed */
        top: 23px;
}
.navbar-nav li:hover a { /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
      text-decoration: underline;
}
.navbar-nav li:hover ul a { /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
    text-decoration: none;
}
.navbar-nav li:hover ul li a:hover { /* Here we define the most explicit hover states--what happens when you hover each individual link. */
text-decoration:none;
}





.header-logo.navbar-brand {
  padding: 0;
}
.banner-title {
  position: absolute;
  top: 14.5%;
  width: 23%;
  right: 16.5%;
  text-align: center;
}
.banner-title h3 {
  font-size: 3em;
  color: #fff;
  line-height: 1.3em;
  font-family: 'Playball-Regular';
}
.banner-title p {
  font-size: 1.2em;
  color:  #fff;
  margin-top: 1em;
  line-height: normal;
}
/*------------------ Slider Part starts Here----------*/

#slider3,#slider4 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}
.rslides_tabs {
  list-style: none;
  padding: 0;
  background: rgba(0,0,0,.25);
  box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  font-size: 18px;
  list-style: none;
  margin: 0 auto 50px;
  max-width: 540px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
}
.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
}
.rslides_tabs li:first-child {
  margin-left: 0;
}
.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
}
.events {
  list-style: none;
}
.banner-title .callbacks_container {
  background-color: rgba(215, 122, 48, 0.99);
  padding: 5em 2em 0;
  display: inline-block;
  min-height:450px;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.callbacks img {
  position: relative;
  z-index: 1;
  height: auto;
  border: 0;
}
.callbacks_nav {
  	position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 41%;
  left: 10%;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 51px;
  width: 22px;
  background: transparent url("../images/icons.png") no-repeat 0px -4px;
}
.callbacks_nav:active {
  opacity: 1.0;
}
.callbacks_nav.next {
  left: auto;
  right: 10%;
  background: url(../images/icons.png)no-repeat -41px -4px;
}
#slider3-pager a ,#slider4-pager a {
  display: inline-block;
}
#slider3-pager span, #slider4-pager span{
  float: left;
}
#slider3-pager span,#slider4-pager span{
	width:100px;
	height:15px;
	background:#fff;
	display:inline-block;
	border-radius:30em;
	opacity:0.6;
}
#slider3-pager .rslides_here a , #slider4-pager .rslides_here a {
  background: #FFF;
  border-radius:30em;
  opacity:1;
}
#slider3-pager a ,#slider4-pager a{
  padding: 0;
}
#slider3-pager li ,#slider4-pager li{
	display:inline-block;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li{
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  height: auto;
  border: 0;
  width:auto;
}
.callbacks_tabs {
  list-style: none;
  position: absolute;
  bottom: 10%;
  z-index: 111;
  right: 27%;
  padding: 0;
  margin: 0;
}
.slider-top{
	text-align: center;
	padding:10em 0;
}
.slider-top h1{
	font-weight:700;
	font-size:48px;
	color:#010101;
}
.slider-top p{
	font-weight:400;
	font-size:20px;
	padding:1em 7em;
	color:#010101;
}
.slider-top ul.social-slide{
	display:inline-flex;
	margin: 0px;
	padding: 0px;
}
ul.social-slide li i{
	width:70px;
	height:74px;
	background:url(../images/img-resources.png)no-repeat;
	display: inline-block;
	margin:0px 15px;
}
ul.social-slide li i.win{
	background-position:-6px 0px;
} 
ul.social-slide li i.android{
	background-position:-110px 0px;
}
ul.social-slide li i.mac{
	background-position:-215px 0px;
}
.callbacks_tabs li{
	display: inline-block;
	margin: 0 .5em;
}
@media screen and (max-width: 600px){
  .callbacks_nav {
    top: 47%;
    }
}
/*----*/
.callbacks_tabs a{
 visibility: hidden;
}
.callbacks_tabs a:after {
  content: "\f111";
  font-size: 0;
  font-family: FontAwesome;
  visibility: visible;
  display: block;
  height: 4px;
  width: 41px;
  display: inline-block;
  background: #FCFAFA;
}
.callbacks_here a:after{
	background: #ffa80b;
}
/*--//slider end here--*/
/*--about--*/
.about {
  padding: 2em 0;
}
.about img {
  width: 100%;
}
.about h3 {
  font-size: 3em;
  color:#d77a30;
  /*--font-family:'Playball-Regular';--*/
}
.about p {
  font-size: 1.1em;
  color: #868585;
  line-height: 1.8em;
  margin-top: 1em;
  text-align:justify;
}
/*--//about--*/

.knowmore ul li {
	display:block !important;
	background: url(http://smitasyogamantra.com/wp-content/themes/twentynineteen/images/icon1.png)no-repeat 140px 7px !important;
	padding-left: 2em !important;
	margin: 0.5em 0 0 !important;
}
.knowmore ul li:nth-child(1) {
  margin: 0 !important;
}
.knowmore ul li a{
  color: #ffa80b!important;
  font-size: 1.1em !important;
}


/*---services---*/
.services {
  padding: 0;
}
.services-grids ul {
    color: #868585;
  font-size: 1.1em;
 
}
.services-grids ul li {
	display:block;
	background: url(http://smitasyogamantra.com/wp-content/themes/twentynineteen/images/icon1.png)no-repeat 0px 2px;
	padding-left: 2em;
	margin: 0.5em 0 0;
}
.services-grids ul li:nth-child(1) {
  margin: 0;
}
.services-grids ul li a{
  color: #868585;
  font-size: 1.1em;
}
.services-grids ul li a:hover{
	color:#d77a30;
	padding-left: 1em;
}

.services h2 {
  font-size: 3em;
  color: #d77a30;
  font-family: 'Playball-Regular';
  text-align:center;
}

.services h2:after {display:none;}
.services h2:before {display:none;}

.services h3 {
  font-size: 2em;
  color: #d77a30;
  font-family: 'Playball-Regular';
}
.services-grids-info img{
	width: 100%;
}
.services-grids h4 {
  margin: 0em 0 0em 0;
  font-size: 1.9em;
  line-height: 1.5em;
  color: #d77a30;
  font-family: 'Playball-Regular';
  text-align: center;
}
.services-grids h4 a{
  color:#d77a30;
}
.services-grids h4 a:hover{
  color: #0BD2F5 ;
}
.services-grids-info p{
	margin: 0.8em 0 0;
  font-size: 1.1em;
  color: #868585;
  line-height: 1.8em;
}
/*--testimonials--*/
.testimonials {
  background: url(../images/slid.jpg)no-repeat 0px -93px;
  text-align: center;
  padding: 5em 0 4em;
  background-size: cover;
}
.testi-img {
  width: 35%;
  margin: 0 auto;
}
.testimonial-left {
  border-left: 3px solid #fff;
  padding: 4.5em 0;
  margin: 3.5em 0;
  float: right;
}
.testimonial-left h3 {
  color: #fff;
  font-size: 3em;
  font-family: 'Playball-Regular';
}	
.testi-text {
  width: 61%;
  margin: 0 auto;
}		
.testi-text h4 {
  font-size: 1.5em;
  color: #fff;
  margin: 0.8em 0 .3em;
}
.testi-text p {
  font-size: 1.1em;
  color: #B6B2B2;
  line-height: 1.8em;
}
.testimonials.callbacks_container {
  position: relative;
  float: left;
  width: 100%;
}
/*--gallery--*/
.gallery {
  padding: 4em 0;
}
.gallery h3 {
  font-size: 3em;
  color: #d77a30;
  text-align: left;
  font-family: 'Playball-Regular';
  margin-bottom: 0.5em;
}
/*--contact-page--*/
.contact {
  padding: 0.5em 0;
  background:url(../images/map-smitasyogamantra.jpg)no-repeat 0px 0px;
  background-size:cover;
}
.contact h3 {
  font-size: 3em;
  color: #fff;
  text-align: center;
  font-family: 'Playball-Regular';
      text-shadow: 1px 1px 1px #494138;
}

.contact h4 {
  font-size: 1.7em;
  color: #fff;
  font-family: 'Playball-Regular';
}

.contact-grids {
  margin-top: 0.5em;
}
.contact-right p {
  font-size: 1.1em;
  color: #fff;
  margin-top: 0.3em;
      line-height: 1.3;
}
p.cnt-p {
  margin-bottom: 1.5em;
  
}
.contact-right a {
	color: #fff;
	margin: 0 0 .5em 0;
	text-align: left;
	font-size: 1em;
}
.contact-right a:hover {
  color:#000;
}
.contact-left input[type="text"] {
  border: 1px solid #fff;
  width: 32.3%;
  margin: 0 0 1em 0;
  outline: none;
  font-size: 1em;
  color: #838080;
  padding: 10px 12px;
}
.contact-left input[type="email"] {
  border: 1px solid #fff;
  margin: 0 .5em 1em 0.5em;
  outline: none;
  font-size: 1em;
  color: #838080;
  padding: 10px 12px;
  width: 32%;
}
.contact-left textarea {
  border: 1px solid #fff;
  outline: none;
  font-size: 1em;
  color: #838080;
  padding: 10px 12px;
  width: 100%;
  resize: none;
  height: 180px;
  font-family: sans-serif;
}
.contact-left input[type="submit"] {
  border: 1px solid #fff;
  padding: .7em 0;
  width: 22%;
  margin-top: 0.8em;
  font-size: 1em;
  color: #838080;
  font-weight: 500;
  letter-spacing: 1px;
  outline: none;
  background-color: #fff;
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
}
.contact-left input[type="submit"]:hover{
	background-color:#d77a30;
	color:#fff;
}
/*--footer--*/
.footer{
	padding:3em 0;
}
.footer p {
  color: #d77a30;
  font-size: 1.1em;
  text-align: left;
}
.footer p a {
  color: #d77a30;
}
.footer p a:hover{
  color: #000;
}
/*--slider-up-arrow--*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 3%;
	right: 3%;
	overflow: hidden;
	width: 32px;
	height: 32px;
	border: none;
	text-indent: 100%;
	background: url("../images/move-up.png") no-repeat 0px 0px;
}
#toTopHover {
	width: 32px;
	height: 32px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}


.video-home {
  padding: 1em 0 1em 0;
}


/*--//slider-up-arrow--*/
/*---- responsive-design -----*/
@media(max-width:1440px){
.banner-title {
  right: 13%;
}
}
@media(max-width:1366px){
.banner-title {
  right: 11%;
}
.about {
  padding: 5em 0 3em;
}
.video-home {
  padding: 1em 0 1em;
}
}
@media(max-width:1280px){
.banner-title {
  right: 8.5%;
}
.banner-title .callbacks_container {
  padding: 3em 2em 0;
}
.banner-title h3 {
  font-size: 2.8em;
}
.callbacks_tabs {
  right: 18%;
}
}

@media(max-width:1024px){
.navbar-nav li a {
  font-size: 1.25em;
}
.navbar-nav li {
  margin: 0 1em;
}
.navbar-header {
  display: block;
  width: 16%;
}
.navbar-header img {
  width: 100%;
}
ul.nav.navbar-nav {
  margin: 1em 0 0;
}
.navbar-nav li:nth-child(6) {
  margin-right: 0;
}
.banner {
  min-height: 565px;
}
.banner-title {
  top: 16.3%;
  right: 5.5%;
  width: 27%;
}
.banner-title .callbacks_container {
  min-height: 473px;
    padding: 2em 2em 0;
}
.banner-title h3 {
  font-size: 2.5em;
}
.banner-title p {
  font-size: 1.2em;
}
.callbacks_tabs {
  right: 14%;
}
.about {
  padding: 4em 0 3em;
}
.about p {
  font-size: 1em;
  margin-top: 1em;
}
.about h3 {
  font-size: 2.8em;
}
.services {
  padding: 1em 0;
}
.services h3 {
  font-size: 2.8em;
}
.services-grids ul li a {
  font-size: 1em;
}
.services-grids h4 {
  font-size: 1.5em;
}
.services-grids-info p {
  font-size: 1em;
}
.testimonials {
  background-position:0px -65px;
    padding: 3em 0;
}
.testimonial-left {
  padding: 3.5em 0;
  margin: 3.5em 0;
}
.gallery {
  padding: 3em 0;
}
.gallery h3 {
  font-size: 2.8em;
  margin-bottom: 0;
}
.contact {
  padding: 3em 0;
}
.contact-left {
  padding-left: 0;
}
.contact-grids {
  margin-top: 2.5em;
}
.contact h3 {
  font-size: 2.5em;
}
.contact-left input[type="text"] {
  width: 32%;
}
.footer {
  padding: 2em 0;
}
.testi-text p {
  font-size: 1.1em;
}
.video-home {
  padding: 1em 0 1em;
}
}   
@media(max-width:768px){
.navbar-nav li a {
  font-size: 1.1em;
}
.navbar-nav li {
  margin: 0 0.8em;
}
ul.nav.navbar-nav {
  margin: 0.5em 0 0;
}
.banner-title h3 {
  font-size: 2em;
}
.banner-title {
  right: 5.5%;
  width: 31%;
  top: 13.4%;
}
.banner-title .callbacks_container {
  padding: 3em 2em 0;
}
nav.navbar.navbar-default {
  padding: 1.2em 0;
}
.banner {
  min-height: 546px;
}
.about {
  padding: 3em 0 2em;
}
.about-info {
  float: left;
  width: 40%;
  padding-left: 0;
}
.about-info:nth-child(2) {
  width: 60%;
  padding: 0;
}
.about h3 {
  font-size: 2.5em;
}
.services {
  padding: 1em 0;
}
.services h3 {
  font-size: 2.5em;
}
.services-grids-info {
  margin-bottom:2em;
  float: left;
  width: 33%;
}
.services-grids-info:nth-child(1) {
  padding: 0;
}
.services-grids-info:nth-child(2) {
  padding-right: 0;
}
.services-grids-info:nth-child(3) {
  padding-right: 0;
}
.services-grids ul {
  margin-top: 1em;
}
.services-grids ul li {
  background-position: -3px 2px;
  padding-left: 1.3em;
}
.services-grids ul li a:hover {
  padding-left: 0.1em;
}
.testimonial-right {
  float: left;
  width: 70%;
  padding: 0;
}
.testimonial-left {
  width: 30%;
}
.testi-text {
  width: 60%;
  margin: 0 auto;
}
.testimonial-left h3 {
  font-size: 2.5em;
}
.testi-text h4 {
  font-size: 1.4em;
}
.testimonials {
  background-position: 0px -25px;
  padding: 3em 0;
}
.gallery {
  padding: 2.5em 0;
}
.gallery h3 {
  font-size: 2.5em;
}
.gallery-grids {
  margin-top: 2em;
}
.contact-right {
  padding-left: 0;
  margin-top: 2em;
  width: 70%;
}
p.cnt-p {
  margin-bottom: 0.8em;
}
.video-home {
  padding: 1em 0 1em;
}
} 
@media(max-width:767px){
.navbar-header {
  width: 100%;
  margin: 0 !important;
}
.services-grids-info {
    float: left;
    width: 100% !important;
}
a.navbar-brand {
    width: 65% !important;
}
#mega-menu-wrap-my-custom-menu .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block{
    margin: 0 0 55px 4px;
}
#mega-menu-wrap-my-custom-menu #mega-menu-my-custom-menu[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu, #mega-menu-wrap-my-custom-menu #mega-menu-my-custom-menu[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu{
    opacity: unset !important;
margin-left: 0px !important;
transform: translate(0, 10px);
transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;
background-color: #666;
}
figure {
    margin: 74px 0px 0px 0;
}
#page .mega-title-below {

    font-size: 16px !important;
    text-align: center !important;
    color: #fff !important;
    padding-top: 0 !important;
    font-weight: normal;

}
.posts-wrap {
    float: left;
    clear: none;
    margin: 0 10px 10px 0;
    padding: 20px 0;
    width: 400px !important;
}
.about-grids {margin:0 0 0 0;
    
}
nav.navbar.navbar-default {
  padding: 1em 0 0;
}
a.navbar-brand {
  width: 26%;
}
.navbar-nav {
  margin: 0;
}
.navbar-nav li{
    margin:0;
}
.navbar-nav li a {
    padding: 1em;
	text-align:center;
}
.navbar-nav a::before {
  font-size: 1.7em;
    top: 42%;
}
div#bs-example-navbar-collapse-1 {
  padding: 0;
}
button.navbar-toggle.collapsed {
  margin: .5em 0 1.5em 0;
}
button.navbar-toggle {
	background: #d77a30;
	border: #d77a30;
	margin: .5em 0 1.5em 0;
}
button.navbar-toggle:hover{
	background: #d77a30;
  border:#d77a30;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #d77a30 !important;
}
.navbar-default .navbar-toggle .icon-bar {
 background-color: #fff !important;
}




.banner {
  min-height: 565px;
  position:absolute;
}

.banner-title {
  right: 0;
  width: 100%;
  top: initial;
}
.banner-title .callbacks_container {
  padding: 2em 0 4em;
  min-height: initial;
  display: block;
}
.banner-title h3 {
  font-size: 1.9em;
}
.banner-title p {
  font-size: 1em;
  margin-top: 0.5em;
}
.callbacks_tabs {
  right: 39%;
  bottom: 13%;
}
.callbacks_tabs a:after {
  height: 2px;
  width: 26px;
}
.callbacks_tabs li {
  margin: 0 .2em;
}



.blog-title{color:#e47010;font-family: 'Playball-Regular'; padding:0 2% !important;}
.entry-content p {
  font-size: 1.1em;
  color: #868585;
  line-height: 1.875; 
}


}
@media(max-width:640px){
.about {
  padding: 1em 0 0em;
}
.about h3 {
  font-size: 2.3em;
}
.about p {
  margin-top: 0.8em;
}
.services h3 {
  font-size: 2.3em;
}
.services-grids-info:nth-child(1) {
  float: none;
  width: 100%;
}
.services-grids ul li {
  background-position: 0px 2px;
  padding-left: 1.8em;
}
.services-grids ul li a:hover {
  padding-left: 1em;
}
.services-grids-info {
  float: left;
  width: 50%;
}
.services-grids-info p {
  margin: 0.3em 0 0;
}
.testimonials {
  background-position: 0px 0px;
  padding: 2em 0;
}
.testimonial-right {
    width: 67%;
}
.testimonial-left {
  width: 33%;
}
.testi-text {
  width: 75%;
}
.testimonial-left h3 {
  font-size: 2.3em;
}
.testi-text h4 {
  font-size: 1.3em;
}
.testi-text p {
  font-size: 1em;
}
.callbacks_nav {
  left: 0%;
}
.callbacks_nav.next {
  right: 4%;
}
.gallery {
  padding: 2em 0;
}
.gallery h3 {
  font-size: 2.3em;
}
.gallery-grids {
  margin-top: 1em;
}
.contact {
  padding: 2em 0;
}
.footer {
  padding: 1.5em 0;
}
.video-home {
  padding: 1em 0 0em;
}
}
@media(max-width:480px){
.banner {
  min-height: 485px;
}
a.navbar-brand {
  width: 35%;
}
ul.nav.navbar-nav {
  margin: 0.5em 0 1em;
}
button.navbar-toggle.collapsed {
  margin: 0.4em 0 1.5em 0;
}
button.navbar-toggle {
  margin: .4em 0 1.5em 0;
}
.navbar-nav li a {
  padding: 0.8em;
}
.banner-title h3 {
  font-size: 1.7em;
}
.banner-title .callbacks_container {
  padding: 1.5em 0 3em;
}
.about-info {
  float: none;
  width: 100%;
  padding: 0;
}
.about-info:nth-child(2) {
  width: 100%;
  padding: 0;
  margin-top: 1em;
}
.testimonial-right {
  width: 100%;
}
.testimonial-left {
  width: 100%;
  border: none;
  padding: 0;
  margin: 0 0 1em;
}
.testi-text {
  width: 100%;
}
.callbacks_nav {
  top: 24%;
}
.contact-left input[type="text"] {
  width: 100%;
}
.contact-left input[type="email"] {
  width: 100%;
  margin: 0 0 1em;
}
.contact-left input[type="submit"] {
  padding: .6em 0;
  width: 25%;
}
}
@media(max-width:320px){
.banner {
  background-position: -201px -3px;
}
a.navbar-brand {
  width: 48%;
}
.container-fluid {
  padding: 0;
}
nav.navbar.navbar-default {
  padding: 1.5em 0 0;
}
button.navbar-toggle {
  margin: 0.4em 0 1.5em 0;
}
nav.navbar.navbar-default {
  padding: 1.5em 0 0;
}
.banner-title .callbacks_container {
  padding: 1.5em 0 3em;
}
.banner-title h3 {
  font-size: 1.6em;
}
.banner-title p {
  font-size: 1em;
  margin-top: 0.5em;
  padding: 0 1em;
}
.navbar-nav li a {
  padding: 0.7em;
}
.about h3 {
  font-size: 2.1em;
}
.callbacks_tabs {
  right: 33%;
}
.services h3 {
  font-size: 2.1em;
}
.services-grids-info:nth-child(2) {
  padding: 0;
}
.services-grids-info {
  float: none;
  width: 100%;
}
.services-grids-info:nth-child(3) {
  padding: 0;
}
.services-grids h4 {
  font-size: 1.45em;
}
.services-grids-info {
  margin-bottom: 1em;
}
.services-grids ul li {
  margin: 0.8em 0 0;
}
.callbacks_nav {
  top: 28%;
}
.gallery {
  padding: 1em 0;
}
.gallery h3 {
  font-size: 2.1em;
}
.contact {
  padding: 1em 0;
}
.contact-grids {
  margin-top: 1.5em;
}
.contact h3 {
  font-size: 2.1em;
}
.contact-left {
  padding: 0;
}
.contact-left textarea {
  height: 140px;
}
.contact-left input[type="submit"] {
  width: 45%;
}
.contact-right {
  padding: 0;
  margin-top: 1.5em;
  width: 98%;
}
.footer p {
  font-size: 1em;
}
}











/*--about--*/
.inner-content {
  padding: 5em 0;
}

.inner-bg {
  background: #eee;
  width:100% !important;
}

.inner-content h3 {
  font-size: 3em;
  color:#d77a30;
  font-family:'Playball-Regular';
  margin-bottom:20px;
}



.inner-content h3::before {
    display: block;
    content: "";
    height: 2px;
    width: 70px;
    background-color: #e47010;
    position: absolute;
    /* left: 0; */
    bottom: 0;
    /* top: 0; */
    /* right: 0; */
}

.inner-content h6 {
  font-size: 1.7em;
  color:#d77a30;
  margin-bottom:20px;
}


.inner-content h4 {
  font-size: 3em;
  color:#d77a30;
  font-family:'Playball-Regular';
  text-align:center;
  padding:0 !important;
}

.page-heading {
  
  text-align:center;
}


.page-heading h2 {
  font-size: 3em;
  color:#d77a30;
  font-family:'Playball-Regular';
  text-align:center;
  padding:1em 0 0 0 !important;
  margin:0 auto;
}

.page-heading h2:before {
 display:none;
}

.page-heading h2:after {
 display:none;
}

.page-heading p {
  font-size: 1.1em;
  color: #868585;
  line-height: 1.875;
      padding-top: 2%;
}



.inner-content h4::after {
    display: none;
}


.inner-content h4::before {
    display: none;
}



.inner-content p {
  font-size: 1.1em;
  color: #868585;
  line-height: 1.875; 
}

.inner-content ul {
  font-size: 1.1em;
  color: #868585;
  line-height: 1.875; 
}



.inner-content h5 {
  font-size: 1.1em;
  color: #868585;
  line-height: 1.875; 
  margin-top:20px;
  text-align:center;
}












    [data-aos][data-aos][data-aos-delay='300'].aos-animate, body[data-aos-delay='300'] [data-aos].aos-animate {
    transition-delay: .3s;
}


[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translate(0);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
    transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-duration='600'], body[data-aos-duration='600'] [data-aos] {
    transition-duration: .6s;
}

[data-aos][data-aos][data-aos-delay='300'], body[data-aos-delay='300'] [data-aos] {
    transition-delay: 0;
}

[data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity, transform;
}

[data-aos=fade-up] {
    transform: translateY(100px);
}



p.lead {
    font-family: "muli-light", sans-serif;
    font-size: 2.1rem;
    line-height: 1.857;
    color: #838383;
    margin-bottom: 3.6rem;
}


.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    z-index: 2000;
    position: fixed;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 5px;
    width: 150px;
    background: #dedede;
    overflow: hidden;
}

.pace.pace-inactive {
    display: none;
}

#home {
  width: 100%;
  height: 786px;
  min-height: 786px;
  background-color: transparent;
  position: relative;
  display: table;
  
}

#home .shadow-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .2;
  background: -moz-linear-gradient(left, black 0%, black 20%, transparent 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, black 0%, black 20%, transparent 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, black 0%, black 20%, transparent 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000', GradientType=1);
  /* IE6-9 */
}

#home .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .2;
  background-color: #000000;
}

.no-js #home {
  background: #151515;
}

.home-content {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

.home-content .contents {
  position: relative;
}

.home-content-left {
  padding: 15rem 0 12rem 40px;
  position: relative;
  width: 50%;
}

.home-content-left h3 {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.6rem;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: .2rem;
  margin-bottom: 2.4rem;
}

.home-content-left h1 {
  font-family: "montserrat-regular", sans-serif;
  font-size: 5.2rem;
  letter-spacing: -.05rem;
  line-height: 1.269;
  color: #ffffff;
  margin-bottom: 9rem;
}

.home-content-left .button.stroke {
  color: #ffffff !important;
  border-color: #ffffff;
  margin: 0 .6rem 1.2rem;
  padding: 0 2.2rem;
  min-width: 188px;
}

.home-content-left .button.stroke span[class*="icon"] {
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.home-content-left .button.stroke:hover,
.home-content-left .button.stroke:focus {
  background-color: white !important;
  color: #000000 !important;
}

.home-image-right {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-top: 21rem;
  z-index: 500;
  width: 50%;
  text-align: right;
}

.home-image-right img {
  vertical-align: bottom;
  width: 75%;
}


/* home social-list */

.home-social-list {
  position: absolute;
  right: 42px;
  top: 50%;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 2.2rem;
  line-height: 1.75;
  text-align: center;
  -webkit-transform: translateY(-55%);
  -ms-transform: translateY(-55%);
  transform: translateY(-55%);
}

.home-social-list::before {
  display: block;
  content: "";
  width: 2px;
  height: 42px;
  background-color: rgba(255, 255, 255, 0.15);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12px;
}

.home-social-list li {
  padding-left: 0;
}

.home-social-list li a,
.home-social-list li a:visited {
  color: #FFFFFF;
}

.home-social-list li a:hover,
.home-social-list li a:focus,
.home-social-list li a:active {
  color: #44c455;
}


/* scroll down */

.home-scrolldown {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  float: right;
}

.home-scrolldown i {
  padding-left: 9px;
}

.home-scrolldown a:hover,
.home-scrolldown a:focus {
  color: #44c455 !important;
}

html[data-useragent*='MSIE 10.0'] .home-scrolldown,
.oldie .home-scrolldown {
  display: none;
}

.scroll-icon {
  display: inline-block;
  font-family: "montserrat-medium", sans-serif;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: .3rem;
  color: #FFFFFF !important;
  background: transparent;
  position: relative;
  top: 36px;
  right: 42px;
  -webkit-animation: animate-it 3s ease infinite;
  animation: animate-it 3s ease infinite;
}

.scroll-icon i {
  font-size: 2.4rem;
  position: relative;
  bottom: -6px;
}



/* vertical animation */

@-webkit-keyframes animate-it {
  0%,
  60%,
  80%,
  100% {
    -webkit-transform: translateX(0);
  }
  0%,
  60%,
  80%,
  100% {
    transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(-5px);
  }
  20% {
    transform: translateX(-5px);
  }
  40% {
    -webkit-transform: translateX(20px);
  }
  40% {
    transform: translateX(20px);
  }
}

@keyframes animate-it {
  0%,
  60%,
  80%,
  100% {
    -webkit-transform: translateX(0);
  }
  0%,
  60%,
  80%,
  100% {
    transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(-5px);
  }
  20% {
    transform: translateX(-5px);
  }
  40% {
    -webkit-transform: translateX(20px);
  }
  40% {
    transform: translateX(20px);
  }
}


/* ------------------------------------------------------------------- 
 * responsive:
 * home section 
 * ------------------------------------------------------------------- */

@media only screen and (max-width: 1300px) {
  .home-image-right {
    right: 5rem;
  }
}

@media only screen and (max-width: 1200px) {
  #home {
    overflow: hidden;
  }
  .home-content {
    vertical-align: middle;
  }
  .home-content-left {
    padding: 18rem 0 12rem 40px;
  }
  .home-content-left h3 {
    font-size: 1.5rem;
  }
  .home-content-left h1 {
    font-size: 4.8rem;
  }
  .home-image-right {
    padding-top: 18rem;
  }
  .home-image-right img {
    vertical-align: top;
    width: 70%;
  }
}

@media only screen and (max-width: 1100px) {
  .home-content-left h1 {
    font-size: 4.6rem;
  }
  .home-content-left h1 br {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .home-content-left {
    width: 60%;
    padding: 18rem 6rem 12rem 4rem;
  }
  .home-content-left h3 {
    font-size: 1.5rem;
  }
  .home-content-left h1 {
    font-size: 4.2rem;
  }
  .home-image-right {
    width: 40%;
    padding-top: 120px;
  }
  .home-image-right img {
    vertical-align: top;
    width: 100%;
  }
}

@media only screen and (max-width: 900px) {
  #home {
    height: auto;
    min-height: 840px;
  }
  #home,
  .home-content {
    display: block;
    text-align: center;
  }
  .home-content-left {
    width: 94%;
    position: static;
    padding: 15rem 6rem 366px;
    margin: 0 auto;
  }
  .home-content-left h1 {
    margin-bottom: 3.6rem;
  }
  .home-image-right {
    width: 400px;
    right: auto;
    top: auto;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 0;
    margin-bottom: -378px;
  }
}

@media only screen and (max-width: 768px) {
  #home {
    min-height: auto;
  }
  .home-content-left h3 {
    font-size: 1.4rem;
  }
  .home-content-left h1 {
    font-size: 3.6rem;
  }
}

@media only screen and (max-width: 600px) {
  .home-content-left {
    padding: 12rem 6rem 366px;
  }
  .home-content-left h1 {
    font-size: 3.3rem;
  }
  .home-content-left .button.stroke {
    width: 100%;
    min-width: 0;
    max-width: 280px;
  }
  .home-social-list {
    font-size: 2rem;
    right: 30px;
  }
  .scroll-icon {
    top: 21px;
  }
}

@media only screen and (max-width: 500px) {
  .home-social-list,
  .home-scrolldown {
    display: none;
  }
  .home-content-left {
    padding: 12rem 2.5rem 366px;
    width: 100%;
  }
  .home-content-left h1 {
    font-size: 3rem;
  }
}

@media only screen and (max-width: 400px) {
  .home-content-left {
    padding: 12rem 0 300px;
  }
  .home-content-left .button.stroke {
    margin: 0 0 1.2rem 0;
  }
  .home-image-right {
    width: 320px;
    margin-bottom: -298px;
  }
}




.contact-page {
  padding: 3.5em 0;
  background:#55b3ae;
}
.contact-page h3 {
  font-size: 3em;
  color: #fff;
  text-align: center;
  font-family: 'Playball-Regular';
}

.contact-page h4 {
  font-size: 1.7em;
  color: #fff;
  font-family: 'Playball-Regular';
}




.dashicons-camera{
    color: #d77a30 !important;
    font-size:80px !important;
    float:left !important;
    padding-bottom:0 !important;
}

.dashicons-video-alt2{
    color: #d77a30 !important;
    font-size:80px !important; 
    float:left !important;
    padding-bottom:0 !important;
}


.dashicons-universal-access{
    color: #d77a30 !important;
    font-size:80px !important;
    float:left !important;
    padding-bottom:0 !important;
}

.dashicons-universal-access-alt{
    color: #d77a30 !important;
    font-size:80px !important;
    float:left !important;
    padding-bottom:0 !important;
}

.dashicons-groups{
    color: #d77a30 !important;
    font-size:80px !important;
    float:left !important;
    padding-bottom:0 !important;
}

.dashicons-businessman{
    color: #d77a30 !important;
    font-size:80px !important;
    float:left !important;
    padding-bottom:0 !important;
}
.dashicons-layout{ color: #d77a30 !important;
    font-size:80px !important;
    float:left !important;
    padding-bottom:0 !important;}
.dashicons-image-filter{color: #d77a30 !important;
    font-size:80px !important;
    float:left !important;
    padding-bottom:0 !important;}
.dashicons-admin-users{color: #d77a30 !important;
    font-size:80px !important;
    float:left !important;
    padding-bottom:0 !important;}
.dashicons-networking{color: #d77a30 !important;
    font-size:80px !important;
    float:left !important;
    padding-bottom:0 !important;}
    
    .mega-title-below{font-size:16px !important; text-align:center !important; color:#333 !important;
        padding-top:0 !important;
    }
    #mega-menu-wrap-my-custom-menu #mega-menu-my-custom-menu li.mega-menu-item.mega-icon-top > a.mega-menu-link:before{
            display: block;
    margin: 0 0 -50px 0;
    text-align: center;
    }
 #mega-menu-wrap-my-custom-menu #mega-menu-my-custom-menu[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu, #mega-menu-wrap-my-custom-menu #mega-menu-my-custom-menu[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu{
         opacity: 0;
    transform: translate(0, 10px);
    transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;
 }  
 

 

 ul.mega-sub-menu{}
 
 
 .video-home{}
 

 
 .video-home h2 {
  font-size: 3em;
  color: #d77a30;
  font-family: 'Playball-Regular';
  text-align:center;
  padding-bottom:.0em;
}

 .video-home h2 {
  font-size: 3em;
  color: #d77a30;
  font-family: 'Playball-Regular';
  text-align:center;
  padding-bottom:.0em;
}

 .video-home h2:after {display:none;}
 .video-home h2:before {display:none;}

.social-media-icon{float:right; width:13%; height:auto; padding: 7% 1% 0 0; line-height:1;}



.sticky-container {
    /* background-color: #333; */
    padding: 0px;
    margin: 0px;
    z-index: 1000;
    position: fixed;
    right: -160px;
    top: 130px;
    width: 200px;
}
.sticky li {
    list-style-type: none;
    background-color: #333;
    color: #efefef;
    height: 43px;
    padding: 0px;
    margin: 0px 0px 1px 0px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
    filter: url(data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter i…0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale);
    filter: gray;
    -webkit-filter: grayscale(100%);
}
ul.sticky li a {
    color: #fff;
}
.sticky li img {
    float: left;
    margin: 5px 5px;
    margin-right: 10px;
}
.sticky li p {
    padding: 0px;
    margin: 0px;
    text-transform: uppercase;
    line-height: 43px;
}
.sticky li:hover {
    margin-left: -115px;
    /* background-color: #8e44ad; */
    filter: url(data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter i…=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale);
    -webkit-filter: grayscale(0%);
}
.lsize1 {
    width: 950px;
    margin: 0 auto;
}
.posts-wrap {
    float: left;
    clear: none;
    margin: 0 10px 10px 0;
    padding: 20px 0;
    width: 950px;
}
.meta {
    float: left;
    width: 100%;
    font-size: 12px;
    color: #999;
    margin: 14px 0 20px 0px;
}

.postcontent {
    float: left;
    width: 98%;
    margin: 0px 0px;
    padding: 10px 0px;
    line-height: 23px;
}
.comments {
    float: right;
    font-size: 1.01em;
    font-weight: normal;
    text-transform: none;
    overflow: hidden;
    margin: -25px 0px;
    padding: 0px 0px 0px 20px;
    clear: both;
    background: url(../images/comment-grey-bubble.png) no-repeat;
    color: #6f9b3a;
    line-height: 1.03em;
}
.lastline {
    margin: 10px 0px 20px 0;
    padding: 0px;
    height: 5px;
    width: 600px;
    clear: both;
}.headderk
h2.entry-title {
   
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: left;
    width: 99%;
    padding: 8px 0 8px 10px;
    margin-bottom: 5px;
}


.inner-content-top{padding:0; line-height:1.5;}


.inner-content-top p{font-size: 1.1em;
    color: #868585;
    line-height: 1.875; text-align:center;}

.screen-reader-response {
    display: none;
}


.blog-title{color:#e47010;font-family: 'Playball-Regular'; padding:0 15% !important;}

.entry-content p {
  font-size: 1.1em;m
  color: #868585;
  line-height: 1.875; 
}

.site-featured-image {
    margin-top: 5%;
}



.home .featured-video-plus #video-5-1:before{
    content: '';
  background: rgb(215,122,48);
background: linear-gradient(96deg, rgba(215,122,48,1) 0%, rgba(247,159,52,0.10688025210084029) 100%);

    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}




@media screen and (max-width: 420px){
  .video-banner {
    margin-top: 20%;
    }
}



