@import url('https://fonts.googleapis.com/css?family=Poppins:400,300,200,500,700,600,800|Montserrat:400,400italic,700,700italic,800,900|Squada+One:400,400italic,700,700italic,800,900');
@import "et-icons/et-line-icons.css";
@import "font-awesome/css/font-awesome.min.css";
@import "bootstrap.min.css";
@import "owl.carousel.css";
@import "jquery.fancybox.css";

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul li {
	list-style: none;
}
:active,
:focus {
  outline: none !important;
}
html {
  font-size: 100%;
}
body {
  color: #13191f;
  font-size: 16px;
  font-family: "Poppins",sans-serif;
  background-color: #fff;
  line-height: 1.6;
  font-weight: 400;
}
img {
  max-width: 100%;
}
/* -------- Headings ---------- */
h1,
.h1 {
  font-size: 51px;
  font-weight: 600;
}
h2,
.h2 {
  font-size: 44px;
  font-weight: 600;
}
h3,
.h3 {
  font-size: 26px;
  font-weight: 800;
}
h4,
.h4 {
  font-size: 24px;
  font-weight: 600;
}
h5,
.h5 {
  font-size: 20px;
  font-weight: 600;
}
h6,
.h6 {
  font-size: 12px;
}
/* -------- Basic Structure ---------- */
html {
  font-size: 100%;
  max-width: 100%;
}
@media only screen and (max-width: 991px) {
  html {
    font-size: 90%;
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 65%;
  }
h1,
.h1 {
  font-size: 32px;
  font-weight: 600;
}
h2,
.h2 {
  font-size: 28px;
  font-weight: 600;
}
h3,
.h3 {
  font-size: 22px;
  font-weight: 800;
}
h4,
.h4 {
  font-size: 16px;
  font-weight: 600;
}
h5,
.h5 {
  font-size: 15px;
  font-weight: 600;
}
h6,
.h6 {
  font-size: 12px;
}  
}
@media only screen and (max-width: 479px) {
  html {
    font-size: 50%;
  }
  h1,
.h1 {
  font-size: 25px;
  font-weight: 600;
}
h2,
.h2 {
  font-size: 22px;
  font-weight: 600;
}
h3,
.h3 {
  font-size: 13px;
  font-weight: 800;
}
h4,
.h4 {
  font-size: 12px;
  font-weight: 600;
}
h5,
.h5 {
  font-size: 12px;
  font-weight: 600;
}
h6,
.h6 {
  font-size: 10px;
}
}
html,
html a {
  -webkit-font-smoothing: antialiased;
}
body {
  max-width: 100%;
  overflow-x: hidden;
}

/* -------- Section & Divider ---------- */
section {
  position: relative;
}
section > .container,
section > .container-fluid {
  padding-top: 120px;
  padding-bottom: 120px;
}
a, a:hover, a:focus {
	text-decoration: none;
}
.mb-0 {
	margin-bottom: 0px;
}
.mr-20 {
	margin-right: 20px;
}
.ml-20 {
	margin-left: 20px;
}
.mr-10 {
	margin-right: 10px;
}
.ml-10 {
	margin-left: 10px;
}
@media only screen and (max-width: 767px) {
.mr-xs-0 {
	margin-right: 0px;
	}
.ml-xs-0 {
	margin-left: 0px;
	}
}

::-webkit-input-placeholder { 
    color: #000000;
}
::-moz-placeholder { 
    color: #000000;
}
:-ms-input-placeholder { 
    color: #000000;
}
:-moz-placeholder { 
    color: #000000;
}
:placeholder { 
    color: #000000;
}
/*==========================*/
      /* Header Four */
/*==========================*/
header p{
    margin-bottom: 0px;
}
.top-bar{
    background: #f9f9fb;
}

.top-element{
    display: flex;
    color: #fff;
    padding: 24px 0px;
}
.top-left-elements, .top-right-elements {
    display: inline-flex;
    color: #fff;
}
.top-right-elements{
    margin-left: auto;
}
.top-right-elements .element{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 300;
}
.top-element .element{
    padding: 0px 10px;
}
.top-element .element:first-child{
  padding-left: 0px;
}
.element select,.element select:focus{
    background: transparent;
    border: none;
    outline: none;
    color: #000;
}
.element select option,
.element select option:hover{
    background: #f9f9fb;
    padding: 5px;
}
.top-element .element, 
.top-element .element a,
.element select option{
    color: #000;
    font-weight: 300;
}
.top-element .element .login{
    letter-spacing: 3px;
    font-weight: 400;
    font-size: 12px;
    background: #ffa32c;
    color: #fff;
    padding: 15px 36px;
    border-radius: 30px;
}
.credit{
    margin-bottom: 0px;
    margin-right: 55px;
    padding-right: 50px;
    display: flex;
}
.credit:last-child{
    margin-right: 0px;
    padding-right: 0px;
    border: none;
}
.credit i{
    margin-right: 30px;
    color: #ffa32c;
    font-size: 36px;
    line-height: 48px;
}
.credit p{
	color: #dddddd;
    margin-bottom: 0px;
}
.credit p b{
    color: #ffa32c;
}
.credit p span {
    font-size: 14px;
}

.middle-bar-inner{
  display: flex;
  padding: 30px 0px 40px 0px;
}

.middle-credential{
    display: inline-flex;
    color: #000;
    margin-left: auto;
}

.middle-bar{
    background: #000;
    display: flex;
    border-top: 1px solid #fafafa;
}
.top-social li a {
    font-size: 22px;
    color: #fff;
    margin-right: 18px;	
}
.top-social-white li a {
	color: #999999;
}

/* =========== Menu CSS ============*/
#flexmenu{
    margin-left: auto;
}
.nav-bar {	
  background: #ffa32c;
}
.navigation{
  position: relative;
  padding: 14px 0px 14px 0;
  display: flex;
  border-radius: 6px;
}
.nav-inner {
    position: relative;
    margin: 0 auto;
}

.main-menu{
  margin-bottom: 0px;
  padding: 0px 0px;
}
/* keep the drop-downs from being hidden by content wrappers etc */
.sub-menu {
  z-index: 1234;
}

/* General Menu Styling */
#flexmenu .nav-inner > ul.main-menu >li{
    margin: 0px 2px;
    padding: 8px 0px;
}
#flexmenu .nav-inner li,
#flexmenu .nav-inner li a{
    border: 0;
    list-style: none;
    line-height: 1;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
}

#flexmenu .nav-inner ul.main-menu li a {
    padding: 0px 15px;
    font-size: 14px;
    letter-spacing: 1px;
    text-decoration: none;
    font-weight: 600;
    line-height: 30px;
    border: 1px solid transparent;
    color: #000;
    text-align: center;
}

#flexmenu .nav-inner > ul.main-menu > li.active > a,
#flexmenu .nav-inner > ul.main-menu > li > a:hover {
    color: #000;
}

#flexmenu .nav-inner > ul.main-menu > li.menu-item-has-children > a i{
    padding-left: 10px;
    font-size: 10px;
}

#flexmenu .nav-inner ul.main-menu ul li.menu-item-has-children a i{
    display: none;
}
#flexmenu .nav-inner ul.main-menu ul li.menu-item-has-children > a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #FFF;
    content: '';
}
#flexmenu .nav-inner > ul.main-menu > li.menu-item-has-children > a:before {
    position: absolute;
    top: 19px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #fff;
}
#flexmenu .nav-inner > ul.main-menu > li.menu-item-has-children:hover > a:before {
    top: 23px;
    height: 0;
}
#flexmenu .nav-inner ul.main-menu ul li.menu-item-has-children > a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #FFF;
    content: '';
}
#flexmenu .nav-inner ul.main-menu ul > li.menu-item-has-children:hover > a:before {
    top: 17px;
    height: 0;
}

#flexmenu .nav-inner ul.main-menu ul.sub-menu li > a {
    background: #000;
    border-top: 1px solid #333;
}
#flexmenu .nav-inner ul.main-menu ul.sub-menu li a{
    color: #fff;
}
/* Submenu default states, removed by hover gives the animation */
#flexmenu .nav-inner ul.main-menu ul {
    position: absolute;
    left: 0;
    opacity: 0;
    visibility: hidden;
    min-width: 180px;
}
#flexmenu .nav-inner > ul.main-menu > li > ul {
    padding-top: 25px;
}
#flexmenu .nav-inner li:hover > ul {
    opacity: 1;
    visibility: visible;
}

#flexmenu .nav-inner ul.main-menu ul li {
    width: 100%;
}

/* tertiary menu */
#flexmenu .nav-inner ul.main-menu ul ul {
    left: 100%;
    top: 0;
}
#flexmenu .nav-inner ul.main-menu ul ul ul ul{
  left: auto;
  right: 100%;
}
#flexmenu .nav-inner ul.main-menu ul li a {
    padding: 5px 20px;
    width: 100%;
    font-size: 12px;
    text-decoration: none;
    text-align: left;
    font-weight: 500;
}

/*===== Top Social ====*/
.nav-more-info{
    padding-top: 7px;
}
.nav-more-info .element{
    display: inline-flex;
    margin-left: 30px;
    padding-left: 40px;
    border-left: 1px solid #f7f7f7;
}
/*---------- Search ---------*/
.nav-more-info .element a.search_icon{
    font-size: 24px;
    line-height: 30px;
    color: #fff;
}
.search-form{
    position: absolute;
    top: 130px;
    right: 0;
    width: 300px;
    opacity: 0;
    visibility: hidden;
    min-width: 50px;
    height: 50px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.search-form input.form-control{
    position:absolute;
    top:0;
    right:0;
    outline:none;
    width:100%;
    height: 50px;
    margin:0;
    z-index:10;
    border-radius: 6px;
    border-color: #ffa32c;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.search-form .form-control-submit{
    width: 50px;
    height:50px;
    line-height:50px;
    position:absolute;
    right:0;
    top:0;
    padding:0;
    margin:0;
    text-align:center;
    cursor:pointer;
    background: #ffa32c;
    border: 0px;
    border-radius: 0px 6px 6px 0px;
    color: #fff;
    z-index: 90;
    outline: none;
    box-shadow: none;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}


.search-form.search-open .form-control-submit{
    z-index: 90;
}

.search-form.active{
    top: 100%;
    opacity: 1;
    visibility: visible;
    z-index: 10;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}


@media screen and (max-width: 991px) {
    .top-element {
        display: block;
        text-align: center;
    }
    .top-left-elements{
        margin-bottom: 15px;
    }
    .middle-bar-inner{
      display: block;
      text-align: center;
    }
    .middle-credential{
      margin-top: 20px;
    }
    #flexmenu .nav-inner{
      display: block;
    }
}

@media screen and (max-width: 767px) {
    .navigation{
        display: block;
    }
    .logo{
        text-align: center;
    }
    .middle-credential {
        display: block;
        margin-left: auto;
        text-align: center;
    }
    .credit {
        margin-top: 10px;
        margin-right: 0;
        padding-top: 10px;
        padding-right: 0px;
        border-top: 1px solid #222;
        border-right: 0px;
        display: block;
    }
    .credit:last-child{
        border-top: 1px solid #222;
    }
    .credit i {
        margin-right: 0px;
    }
    /* Hamburger */
    .mobile-btn {
        width: 50px;
        height: 40px;
        position: relative;
        cursor: pointer;
        z-index: 9;
        float: right;
         background: #000;
    }
    .mobile-btn:before {
        content: '';
        position: absolute;
        top: 13px;
        right: 15px;
        display: block;
        height: 2px;
        width: 20px;
        background: #fff;
        transition: all .3s ease;
    }
    .mobile-btn:after {
        content: '';
        position: absolute;
        top: 19px;
        right: 15px;
        display: block;
        height: 8px;
        width: 20px;
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
        transition: all .3s ease;
    }
  /* Turn it into an X when open */
    .mobile-btn.menu-opened:before {
        top: 18px;
        background: #fff;
        width: 20px;
        height: 2px;
        transform: rotate(-45deg);
    }
    .mobile-btn.menu-opened:after { 
        top: 18px;
        border: 0;
        width: 20px;
        height: 2px;
        background: #fff;
        transform: rotate(45deg);
    }
    #flexmenu .nav-inner ul.main-menu {
        display: none;
        width: 100%;
    }
    .nav-more-info .element {
        display: block;
        margin-left: 0px;
        padding-left: 0px;
        border-left: 0px;
    }
}

@media screen and (max-width: 580px) {
    .top-left-elements, .top-right-elements,.top-element .element .login{
        display: block;
    }
    .nav-more-info .element {
        margin-left: 15px;
        padding-left: 15px;
    }
    .top-element .element{
        margin-bottom: 15px;
    }
    .middle-credential{
        display: block;
    }
    .credit{
        border: 0px;
        margin-bottom: 10px;
        margin-right: 0px;
        padding-right: 0px;
    }
}


/******** Side Navigation ******/
.sidenav {
    height: 100%;
    width: 250px;
    position: fixed;
    z-index: 1;
    top: 0;
    right: -250px;
    padding: 0px 10px 0px 20px;
    background: #000;
    overflow-x: hidden;
}

.sidenav .sidenavclose {
    font-size: 24px;
    margin: 15px 0;
    color: #000;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: block;
    text-align: center;
    border-radius: 3px;
    background: #fff;
}

.sidenav ul{
    list-style-type: none;
}
.sidenav .main-menu{
    padding: 0px;
}
.sidenav ul li a{
    display: block;
    color: #fff;
    padding: 10px 10px;
    background: #000;
    border-bottom: 1px solid #222;
}
.sidenav ul li.active a,.sidenav ul li a:hover,.sidenav ul li a:focus{
    background: #fff;
    color: #000;
}
.sidenav ul li.menu-item-has-children>a>i{
    float: right;
    padding-top: 5px;
    font-size: 12px;
}
.sidenav .sub-menu{
    list-style: none;
    position: relative;
    display: none;
    opacity: 1;
    visibility: visible;
    min-width: 160px;
    width: 100%;
    z-index: 999;
    padding-left: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
}

/******** Responsive Navigation ******/
#responsivemenu{
    background: #fff;
}
#responsivemenu ul.mobilemenu{
    list-style-type: none;
    margin-top: 20px;
}
#responsivemenu ul.mobilemenu li a{
    padding: 5px 15px;
    font-size: 14px;
    letter-spacing: 1px;
    text-decoration: none;
    font-weight: 500;
    line-height: 30px;
    color: #000;
    display: block;
    border-bottom: 1px solid #eee;
}
#responsivemenu ul.mobilemenu li.active a,
#responsivemenu ul.mobilemenu li a:hover{
    color: #ffa32c;
}

#responsivemenu ul li.menu-item-has-children>a>i{
    float: right;
    padding-top: 5px;
    font-size: 12px;
}
#responsivemenu .sub-menu{
    list-style: none;
    position: relative;
    display: none;
    opacity: 1;
    visibility: visible;
    min-width: 160px;
    width: 100%;
    z-index: 999;
    padding-left: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.mobilemenu{
    display: none;
}
@media screen and (min-width: 768px) {
    .mobilemenu{
        display: none!important;
    }
}
/*
 * Shortcode: slide
 * -----------------------------------------------
*/
.slider {
	background-image: url(../images/home/bg1.jpg);
     background-size: cover;
    background-repeat: no-repeat;
}
.slide-desc {
	width: 53.31%;
	float: left;
	margin-top: 240px;
}
.slide-content h1 {
	color: #ffa32c;
	margin-bottom: 15px;
	font-family: 'Poppins', sans-serif;
}
.slide-content p {
	color: #ffffff;
	margin-bottom: 46px;
    font-size: 18px;
}
.slide-content span {
	color: #ffffff;
}
.slide-form {
	width: 34.19%;
	float: right;
}
.btn-slide {
    background: transparent;
    padding: 16px 40px;	
	color: #ffa32c;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	border: 2px solid #ffa32c;
	font-family: 'Squada One', cursive;
	font-size: 18px;
	letter-spacing: 2px;
}
.btn-slide:hover,.btn-slide:focus {
	background: #ffa32c;
	color: #ffffff;
}
@media only screen and (max-width: 991px) {
  .slide-desc {
    width: 100%;
	margin-top: 50px;
	float: none;
	text-align: center;
  }
}
/*
 * Shortcode: form
 * -----------------------------------------------
*/
.appoint-div {
	margin: 68px 0 70px 0;
}
.appoint-div .header {
	background: #252525;
	padding: 40px 20px 17px 20px;
}
.appoint-div .header h4 {
	color: #ffffff;
	margin-top: 28px;
}
.appoint-div .header p {
	color: #ffa32c;	
    padding: 0 23px;
}
.form-container {
	background: #000000;
	padding: 38px 50px;
}
.form-container input {
	margin-bottom: 23px;
	height: 40px;
	font-size: 12px;
}
.form-container .btn {
	background: #ffa32c;
	color: #ffffff;
	width: 100%;
	margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .slide-form {
	width: 100%;
	float: left;
  }
}
/*
 * Shortcode: form-9
 * -----------------------------------------------
*/
.form-9-box{
    max-width: 400px;
    margin: 80px 0px 20px 0px;
    background: #f1f1f1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.form-9-box-top{
    position: relative;
    padding: 30px 45px 25px 45px;
    z-index: 99999;
}
@media screen and (max-width:767px) {
    .form-9-box-top{
        padding: 25px 20px 25px 20px;
    }
	.form-9-box {
		margin: 0 auto;		
	}
}

.form-9-box-input{
    padding: 10px 45px 35px 45px;
}
@media screen and (max-width:767px) {
       .form-9-box-input{
        padding: 40px 20px 35px 20px;
    }
}


.form-9-img{
   text-align: center;
   width: 100%;
}

.form-9-img i{
    color: #c957e5;
    font-size: 65px;
    text-align: center;
}

.form-9-box h4{
    color: #000;
    font-size: 26px;
    text-align: center;
    font-weight: 700;
    margin: 20px 0px 20px 0px; 
}

.form-9-box p{
    color: #000000;
    text-align: center;
    line-height: 1.714;
    font-weight: 500;
}
 

.form-checkin-9 input{
    background: #fff;
    color: #000;
    font-size: 13px;
    font-weight: 500;
    box-shadow: none;
    border: none;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    width: 100%;
    height: 48px;
    margin-bottom: 25px; 
    padding: 15px 20px;
}
.form-checkin-9 .message-area{
    background: #fff;
    color: #000;
    font-size: 13px;
    font-weight: 500;
    box-shadow: none;
    border: none;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    width: 100%;
    height: 100px;
    margin-bottom: 25px; 
    padding: 15px 20px;
}
.form-control-9:focus{
    box-shadow: none;
    border-color: #ebebeb;
}

.btn-checkin-9{
    background: #ffa32c;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 3px;
    padding: 10px 10px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;   
	border: none;
}
.btn-checkin-9:hover{
    color: #fff;
}

@media only screen and (max-width: 991px) {
  .slide-form {
    width: 50%;
	margin: 0 auto;
	margin-top: 50px;
	float: none;
	text-align: center;
  }
}
@media only screen and (max-width: 479px) {
	.slide-form {		
		width: 100%;
	}
}

/*
 * Shortcode: portfolio
 * -----------------------------------------------
*/
.portfolio-item {
	display: flex;
}
.portfolio-wrapper {
	overflow: hidden;
    position: relative;
}
.filter{
  -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

ul#filters {
  	padding: 0;
    list-style: none;
    display: block;
    color: #1f1f43;
    width: 50%;
    margin: 0px auto 50px;
}

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

ul#filters li:before{
	content: ".";
	font-size: 40px;
    line-height: 40px;
    margin-right: 5px;
}
ul#filters li:first-child:before{
	display: none;
}

.filter {
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.filter:hover,.filter.active{
    color: #ffa32c;
    font-weight: 600;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
}
 
#portfoliolist .portfolio {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  display:none;
  float:left;
  overflow:hidden;
  margin-bottom: 30px;
}

.grid .portfolio {
  margin-top: 15px;
  margin-bottom: 15px;
}

.portfolio img {
  width: 100%;
    webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.portfolio:hover img{
  webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -o-transition: all 1s;
  -ms-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 1;
}

.works-info{
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: -100%;
  color: #ffffff;
  width: 100%;
  height: 100%;
  padding: 40px;
  text-align: center;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.portfolio:hover .works-info{
  z-index: 999;
  top: 0;
  position: absolute;
  -webkit-transform: rotateX(0);
    transform: rotateX(0);
   -o-transition: all 1s;
   -ms-transition: all 1s;
   -moz-transition: all 1s;
   -webkit-transition: all 1s;
    transition: all 1s;
}
.works-info .label-text{
  float: left;
  width: 100%;
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.works-info .label-text h3{
	color: #ffa32c;
  	font-weight: 500;
}
.works-info .label-text a{
  font-size: 24px;
  color: #fff;
  margin: 0px 5px;
  padding: 0px 3px 0px 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}

@media only screen and (max-width: 992px) {
.portfolio-item {
	display: block;
}
	.portfolio-wrapper {
		width: 50%;
	}
}
@media only screen and (max-width: 479px) {
	.portfolio-wrapper {
		width: 100%;
	}
}

/*
 * Shortcode: contact
 * -----------------------------------------------
*/

/*-------- Contact Page---------*/
.keepintouch {
	background: #222;
    padding: 30px 0px 55px 40px;
    margin-right: -15px;
}
.keepintouch h2{
    font-size: 30px;
	font-weight: 800;
	color: #ffa32c;
	margin-top: 0px;
	margin-bottom: 75px;
}
.keepintouch .info-body p{
    font-weight: 700;
    margin-bottom: 16px;
    line-height: 14px;
    color: #fff;
}
.keepintouch .info-body p.voice{
	font-size: 14px;
	font-weight: 300;
	color: #999;
}
.keepintouch .info-body p:last-child{
    font-weight: 400;
    margin-bottom: 0px;
}
.keepintouch ul{
	margin-top: 20px;
}
.keepintouch ul li{
	display: inline-flex;
	margin-bottom: 75px;
}

.keepintouch ul li i{
	color: #ffa32c;
	margin-right: 20px;
	font-size: 24px;
	font-weight: 700;
}

/*---- Form----*/
.contact-form {
    margin-left: -14px;
    padding: 30px 30px 52px 30px;
    text-align: left;
    border: 1px solid #e5e5e5;
}

.contact-form h2{
    margin-top: 0px;
    margin-bottom: 35px;
}
.contact-form .form-group{
	margin-bottom: 35px;
}
.contact-form .form-control {
    display: inline-block;
    width: 48%;
    height: 40px;
    margin: 0px 15px 0px 0px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 20px;
    outline: none;
    box-shadow: none;
}
.contact-form .form-control:nth-child(2){
	margin-right: 0px;
}
.contact-form .form-group:nth-child(3) .form-control{
	width: 100%;
	margin-right: 0px;
}
.contact-form .form-control:focus {
    border-color: #ffa32c;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(255,171,4,.075), 0 0 8px rgba(255,171,4,.6);
    box-shadow: inset 0 1px 1px rgba(255,171,4,.075), 0 0 8px rgba(255,171,4,.6);
}

.contact-form textarea.form-control {
	width: 100%;
    height: 150px;
    margin: 0px 0px 40px 0px;
    border-radius: 10px;
}
.contact-form .btn{
    font-size: 14px;
    font-weight: 800;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 10px 38px;
    background: #ffa32c;
    color: #fff;
    border-radius: 20px;
    width: 100%;
    margin-bottom: 5px;
}
.contact-form .btn:hover{
	background: #222;
}
/*-- Social --*/
.contact-social{
	float: left;
	width: 100%;
}
.contact-social h5{
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 20px;
}
.contact-social ul{
    margin-bottom: 25px;
    float: left;
    width: 100%;
	padding-left: 0;
}
.contact-social .social-item{
	float: left;
	margin-right: 10px;
}
.contact-social .social-item:last-child{
	margin-right: 0px;
}
.contact-social .social-item a{
    float: left;
    width: 32px;
    height: 32px;
    border-width: 1px;
    border-style: solid;
    border-color: #1b1937;
    border-radius: 100%;
	color: #333;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
}
.contact-social .social-item a:hover{
	border-color: #1b1937;
	background: #1b1937;
	color: #ffa32c;
}
.contact .map{
	width: 100%;
    height: 460px;
}
@media screen and (max-width: 767px){
	.contact-form .form-group {
    	margin-bottom: 0;
	}
	.contact-form .form-control{
		width: 100%;
		margin-right: 0px;
		margin-bottom: 35px;
	}
}
@media screen and (max-width: 991px){
	.keepintouch{
		margin-right: 0px;
		margin-bottom: 30px;
	}
	.keepintouch ul li {
    	margin-bottom: 10px;
    	margin-right: 20px;
	}
	.contact-form{
		margin-left: 0px;
		margin-bottom: 30px;
	}
}
/*
 * Shortcode: blog
 * -----------------------------------------------
*/
.detail-img{
	margin-bottom: 100px;
}
.detail-content h2.title{
	margin-top: 0px;
	margin-bottom: 45px;
}

.detail-content p{
    font-size: 14px;
    color: #666;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 30px;
}
.detail-content .navigation1{
	float: left;
	width: 100%;
	margin-top: 100px;
	text-align: center;
}

.detail-content .navigation1 .prev, .detail-content .navigation1 .next{
	background: #ffab04;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 13px 61px;
    float: left;
    border-radius: 5px;
}
.detail-content .navigation1 .prev{
	float: left;
}
.detail-content .navigation1 .next{
	float: right;
}
.detail-content .navigation1 .prev:hover, .detail-content .navigation1 .next:hover{
	background: #1b1937;
}
.detail-content .navigation1 i{
	line-height: 46px;
	color: #ffab04;
}
.blog-list {
	margin-bottom: 40px;
}
.blog-info .date {
	color: #ffa32c;
	margin-top: 13px;
    margin-bottom: 13px;
}
.blog-title {
    font-size: 20px;
	margin-top: 0;
}
.blog-info p {
	    margin-bottom: 25px;
}
.blog-info .btn-slide {
    display: inline-block;
    background: transparent;
    padding: 8px 25px;
    color: #ffa32c;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border: 2px solid #ffa32c;
    font-family: 'Squada One', cursive;
    font-size: 14px;
    letter-spacing: 2px;
}
.blog-info .btn-slide:hover{
    background: #ffa32c;
    color: #fff;
}
.pagination {
    float: left;
    width: 100%;
}
.pagination ul li {
    float: left;
    margin-right: 20px;
}
.pagination ul li a{
    color: #000;
}
.pagination ul li a:hover, .pagination ul li a.active {
    color: #ffa32c;
}

/*-------- Blog Details Page---------*/
.blog-details .post-header{
	text-align: center;
}
.blog-details .post-header ul{
	display: inline-flex;
	font-weight: 600;
	margin-bottom: 40px;
}
.blog-details .post-header ul li{
	margin-right: 15px;
}
.blog-details .post-header ul li,.blog-details .post-header ul li a{
	color: #aaa;
}
.blog-details .post-header ul li a:hover{
	color: #ffa32c;
}
.blog-details .post-header ul li i{
	color: #ffa32c;
	margin-right: 10px;
}
.blog-details .detail-img {
    margin-bottom: 65px;
}
.blog-details .author-img{
	float: left;
	text-align: center;
	height: 330px;
	margin-right: 65px;
}
.blog-details .author-img img{
	width: 110px;
	height: 110px;
	border: 2px solid #ffa32c;
	border-radius: 100%;
}
.blog-details .author-img h4{
	text-transform: uppercase;
}
.blog-details .author-img h6{
	font-weight: 600;
	color: #ffa32c;
}
.blog-details .author-img .line{
    height: 2px;
    width: 30px;
    background: #ffa32c;
    margin: 0 auto;
}
.author-social{
	display: inline-flex;
	margin-top: 5px;
}
.author-social li a{
	color: #1e1e1e;
	font-size: 12px;
	margin-right: 10px;
}
.author-social li a:hover{
	color: #ffa32c
}
.blog-details .full-text{
    border-bottom: 1px dashed #ffa32c;
    padding-bottom: 70px;
}
.blog-details .full-text blockquote {
	position: relative;
    padding: 0px 0px;
    margin: 20px 0 55px 210px;
    font-size: 14px;
    font-weight: 600;
    line-height: 26px;
    color: #272727;
    border-left: 0px solid #eee;
}

.blog-details .full-text blockquote:before{
	content: "";
    background: url(../images/blog/quote-icon.png);
    position: absolute;
    top: -11px;
    left: -35px;
    z-index: 9999;
    width: 27px;
    height: 22px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
@media screen and (max-width: 767px){
	.blog-details .full-text blockquote {
    	margin: 20px 0 30px 35px;
    }
	.blog-title {
		margin-top: 20px;
	}
}

.comment-sec{
	float: left;
    width: 100%;
    margin-top: 100px;
}

.comment-sec h2{
	color: #1f1f43;
	margin-top: 0px;
	margin-bottom: 0px;
}
.line{
    height: 3px;
    width: 60px;
    background: #ffa32c;
    margin-top: 30px;
    margin-bottom: 60px;
}
.commenter-div{
	float: left;
	width: 100%;
	margin-bottom: 60px;
}
.commenter-div:last-child{
	margin-bottom: 0px;
}
.commenter-div .commenter{
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
}
.commenter-div .commenter img{
	background: #f0f0f0;
}
.commenter-div .commenter-desc{
	float: left;
	width: 50%;
}
.commenter-div .commenter-desc h4{
	margin-top: 0px;
	margin-bottom: 8px;
	text-transform: uppercase;
	color: #333;
}
.commenter-div .commenter-desc h5{
	margin-top: 0px;
	margin-bottom: 25px;
	font-weight: normal;
	color: #aaa;
}
.commenter-div .commenter-desc p{
	margin-bottom: 25px;
}
.commenter-div .commenter-desc .reply a{
	color: #ffa32c;
	text-decoration: underline;
	font-size: 14px;
    font-weight: 600;
    line-height: 30px;
}
.commenter-div .commenter-desc .reply a:hover{
	color: #ffa32c;
}
.commentform{
	float: left;
	width: 100%;
	margin-top: 100px;
}
.commentform h2 {
    color: #1f1f43;
    margin-top: 0px;
    margin-bottom: 0px;
}
.comment_form{
	float: left;
    width: 570px;
    max-width: 100%;
    padding: 80px 30px;
    border: 1px solid #e5e5e5;
}
.comment_form .form-group{
	float: left;
	width: 100%;
	margin-bottom: 0px;
}
.comment_form .form-control{
	float: left;
	width: 47%;
	height: 40px;
	border: 1px solid #e5e5e5;
	border-radius: 30px;
	margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.comment_form .form-control:first-child{
	margin-left: 0px;
}
.comment_form .form-control:last-child{
	margin-right: 0px;
}
.comment_form .form-control.full{
	float: left;
	width: 100%;
	margin-left: 0px;
    margin-right: 0px;
}
.comment_form textarea.form-control{
	height: 150px;
	border-radius: 10px;
}
.comment_form .form-control:focus {
    border-color: #ffa32c;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(255,171,4,.075), 0 0 8px rgba(255,171,4,.6);
    box-shadow: inset 0 1px 1px rgba(255,171,4,.075), 0 0 8px rgba(255,171,4,.6);
}
.comment_form .btn:hover {
    background: #ffa32c;
}
.comment_form .btn {
    font-size: 14px;
    font-weight: 800;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 10px 38px;
    background: #ffa32c;
    color: #fff;
    border-radius: 20px;
    width: 100%;
    margin-bottom: 5px;
}
.comment_form .btn:hover{
	background: #1f1f43;
}
@media screen and (max-width: 767px){
	.commenter-div .commenter-desc{
    	width: 70%;
    }
    .comment_form .form-control{
    	width: 100%;
    	margin-left: 0px;
    	margin-right: 0px;
    }
}
@media screen and (max-width: 480px){
	.commenter-div .commenter-desc{
    	width: 100%;
    }
}
/*
 * Shortcode: six-feature
 * -----------------------------------------------
*/
.tb_six_features{
    font-size: 14px;
     margin-bottom: 100px;
}
.tb_six_features-inner {
	margin-bottom: 30px;
}
.tb_six_features:before,.tb_six_features:after {
    clear: both
}
.tb_features_contain{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    
}
.tb_six_features .tb_features_contain .tb_benefit_box{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: inline-block;
    margin-top: 60px;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.tb_six_features .tb_features_contain .tb_benefit_box .tb_media{
    margin-top: 0;
    zoom: 1;
    overflow: hidden;
}
.tb_six_features .tb_features_contain .tb_benefit_box .tb_media .tb_media-left{
    padding: 0;
    text-align: center;
    display: table-cell;
    vertical-align: top;
    float: left;
    margin-right: 40px;
}
.tb_six_features .tb_features_contain .tb_benefit_box .tb_media .tb_media-left .tb_location i{
    width: 70px;
    font-size: 36px;
}
.tb_six_features .tb_features_contain .tb_benefit_box .tb_media .tb_media_body{
    width: 100%;
    display: table-cell;
    vertical-align: top;
}
.tb_six_features .tb_features_contain .tb_benefit_box .tb_media .tb_media_body .tb_tittle{
    margin: 0 0 10px;
    color: #ffa32c;
}
.tb_six_features .tb_features_contain .tb_benefit_box .tb_media .tb_media_body .tb_description{
    color: #e3e3e3;	
    line-height: 1.9;
    font-weight: 300;
}
@media only screen and (min-width: 1024px) {
    .tb_six_features .tb_features_contain .tb_benefit_box{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: inline-block;
    margin-top: 60px;
    width: 33%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
   }
}
@media only screen and (max-width: 1023px) {
    .tb_six_features .tb_features_contain .tb_benefit_box{
    
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: inline-block;
    margin-top: 60px;
    width: 49%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
   }
}
@media only screen and (max-width: 767px) {
    .tb_six_features .tb_features_contain .tb_benefit_box{
    
     box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: inline-block;
    margin-top: 60px;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
   }
}

.page-header {
    background-image: url(../images/bg.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 114px 0px;
    margin: 0px;
    border-bottom: 0px solid #eee;
}
.page-header:before{
	content: "";
	background: rgba(34, 34, 34, 0.6);
	background: linear-gradient(-70deg, rgba(34, 34, 34, 0.3), rgba(34, 34, 34, 0.6), rgba(34, 34, 34, .8));
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
}
.page-header-content {
    position: relative;
    z-index: 2;
}
.page-header-content .heading {
    color: #fff;
    font-size: 60px;
    font-weight: 600;
    line-height: 50px;
    margin-top: 0px;
    margin-bottom: 40px;
}
.breadcrumb {
    padding: 0px 0px;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0px;
}
.breadcrumb>.active {
	color: #ffa32c;
}
.breadcrumb li a {
	color: #fff;
}
/*
 * Shortcode: about
 * -----------------------------------------------
*/
.about h2 {
    margin-bottom: 20px;
    font-size: 36px;
}
.about .about-para {
	color: #797979;
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 18px;
}
.about .about-sm-para {
	font-size: 18px;
	margin-bottom: 30px;
	color: #444444;
}
.btn-theme-color {
	background: #ffa32c;
}
.btn-large {
	padding: 20px 70px;
	letter-spacing: 1.3px;
}
.btn-font {
	color: #ffffff;
	font-weight: 500;
	text-transform: uppercase;
}
.videobox { 
    position: relative; 
	overflow: hidden; 
    max-width: 100%; 
  	background: url('../images/vedio-img.jpg');
  	height: 390px;
  	background-repeat: no-repeat;
    background-size: cover;
} 
.videobox iframe, 
.videobox object, 
.videobox embed { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    border: none;
    visibility: hidden;
}

.videobox .play_btn {
    position: relative;
	z-index: 99;
  	display: block;
  	width: 100px;
    height: 100px;
    text-align: center;
    line-height: 97px;
    border-radius: 100%; 
  	margin: 0 auto; 
  	cursor: pointer;
  	top: 50%;
  	transform: translateY(-50%);
  	font-size: 30px;
  	-webkit-transition: all .5s;
  	-moz-transition: all .5s;
  	-o-transition: all .5s;
  	transition: all .5s;
}
.videobox:hover .play_btn{
	background: #ffa32c;
	-webkit-transition: all .5s;
  	-moz-transition: all .5s;
  	-o-transition: all .5s;
  	transition: all .5s;
}

.videobox.reveal .play_btn {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s;
  	-moz-transition: all .5s;
  	-o-transition: all .5s;
  	transition: all .5s;
}

@media only screen and (max-width: 991px) {
  .about {
	text-align: center;
	margin-bottom: 30px;
  }
}
/*
 * Shortcode: tb_slick_icon_box
 * -----------------------------------------------
*/
.content-box {
	background-image: url(../images/service/bg2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.content-box .section-content {
	background: #f3f3f4;
	border: 3px solid #ffb400;
	padding: 50px 40px;
}
.content-box .section-title {
	margin-bottom: 85px;
}
.content-box-inner .section-title {
	margin-bottom: 85px;
}
.content-box .section-title h2, .testimonial .section-title h2 {
	color: #ffa32c;
	margin-bottom: 25px;
}
.content-box .section-title p {
	color: #fff;
	font-size: 18px;
}
.tb_slick_icon_box {
    position: relative;
    width: 100%;
	padding:0px;
    margin-top: 20px;
}
.tb_slick_icon_box a {
    transition: color 0.40s ease 0s, background-color 0.40s ease 0s;
}
.tb_slick_icon_box .slick_icon_box_container {
    text-align: center;
}
.tb_slick_icon_box .slick_icon_box_container i {
    font-size: 63px;
    color: #fff;
    margin-bottom: 24px;
}
.tb_slick_icon_box .slick_icon_box_container:hover span.bbb {
	border: 4px solid #fff;
}
.tb_slick_icon_box .slick_icon_box_container span.bbb {
	background: #000000;
    border: 4px solid #ffb400;
    border-radius: 50%;
    display: block;
    height: 128px;
    line-height: 128px;
    padding: 9px;
    width: 128px;
    text-align: center;
    margin: 0 auto 12px;
    position:relative;
}
.tb_slick_icon_box p {
    padding: 0px 0 25px 0;
    margin: 0px;
    color: #444444;
}
.tb_slick_icon_box a.readmore {
    background: #ffa32c none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 10px 40px;
    text-decoration: none;
    border: 2px solid #ffa32c;
    border-radius: 5px;
}
.tb_slick_icon_box a.readmore:hover {
    background: #fff;
	color: #ffa32c;
}
.tb_slick_icon_box h4 {
    display: block;
    padding: 20px 0 14px 0;
    margin: 0px;
	font-family: 'Montserrat', sans-serif;
}
.tb_slick_icon_box span.bbb:before {
    background: none;
    border: 4px solid #ffb400;
    border-radius: 100%;
    content: "";
    display: inline-block;
    height: 115%;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%) scale(0.5);
    transition: all 0.3s cubic-bezier(0.69, -0.32, 0.27, 1.39) 0s;
    visibility: hidden;
    width: 115%;
    z-index: 0;
}
.tb_slick_icon_box:hover span.bbb::before {
  opacity: 1;
  transform: translateY(-50%) translateX(-50%) scale(1);
  visibility: visible;
}
.footer-widget .top-social{
    margin-bottom: 25px;
}
@media only screen and (max-width: 991px) {
    .footer-widget{
        margin-bottom: 40px;
    }
	.slick_icon_box_container {
		margin-bottom: 30px;
	}
	.slick_icon_box_container::last-child {		
		margin-bottom: 0;
	}
}
/*
 * Shortcode: counter
 * -----------------------------------------------
*/
.counter-funfact .container {
	padding-top: 75px;
	padding-bottom: 75px;
}
.tb_box_counter .tb_box_counter_col{ width:100%; text-align: center; clear:both; overflow:hidden;}

.tb_box_counter .tb_box_counter_col .tb_counter_box{
	float:left;
	width: 23%; 
	margin: 0px;
	position:relative;
	padding:25px 0 25px 0;
	background: #ffffff;
}
.tb_box_counter .tb_box_counter_col .tb_counter_box h2{
	font-size:44px;
	font-weight:600;
	color:#000;
	margin-bottom: 0px;
	margin-top: 25px;
}
.tb_box_counter .tb_box_counter_col .tb_counter_box span{
	font-size:18px;
	font-weight:600;
	display:inline-block;
	color:#000;
}
.tb_counter_box:last-child {
	margin-right: 0 !important;
}
@media screen and (max-width: 850px) {
	.tb_box_counter .tb_box_counter_col .tb_counter_box h2{ font-size:58px;}
	.image-box {
		text-align: center;
	}
}

@media screen and (max-width: 639px) {
	.tb_box_counter .tb_box_counter_col .tb_counter_box h2{ font-size:46px;}
	.tb_box_counter .tb_box_counter_col .tb_counter_box span{ font-size:13px;}
	.tb_box_counter .tb_box_counter_col .tb_counter_box i{ font-size:22px;}
}
@media screen and (max-width: 414px) {
	.tb_box_counter .tb_box_counter_col .tb_counter_box h2{ font-size:30px;}
	.tb_box_counter .tb_box_counter_col .tb_counter_box span{ font-size:12px;}
	.tb_box_counter .tb_box_counter_col .tb_counter_box i{ font-size:20px;}
}
@media screen and (max-width: 991px) {
	.tb_box_counter .tb_box_counter_col .tb_counter_box{ float:none; display: inline-block; width: 210px;}
}
@media screen and (max-width: 1200px) {
	.tb_box_counter .tb_box_counter_col .tb_counter_box span{ font-size:20px;}
}

/*
 * Shortcode: testimonial
 * -----------------------------------------------
*/
.testimonial {
	background-image: url(../images/testimonial-bg.jpg);
     background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.testimonial .section-title p {
	font-weight: 600;
}
.tb_users_testemonials .owl-dot {
    display: inline-block;
    margin: 0 7px;
}
.tb_users_testemonials .owl-dot span {
    background: #000 none repeat scroll 0 0;
    border-radius: 50%;
    box-sizing: border-box;
    display: block;
    height: 20px;
    transform: scale(0.6);
    transform-origin: 50% 50% 0;
    transition: all 0.25s ease-out 0s;
    width: 20px;
}
.tb_users_testemonials .owl-dot.active span, .tb_users_testemonials .owl-dot:hover span {
    background: #ffa32c none repeat scroll 0 0;
    transform: scale(0.6);
    transition: all 0.25s ease-out 0s;
}

.tb_users_testemonials .owl-dots{
	text-align:center;
    padding-top:20px;
}
.tb_users_testemonials {
    width: 100%;
    display: inline-block;
    position: relative;
    margin:0;
    padding:0;
}
.tb_users_testemonials .tb_color_overlay{
    overflow: hidden;
}
.tb_users_testemonials .tb_color_overlay .tb_client_content {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
}
.tb_users_testemonials .tb_color_overlay .tb_client_content
.tb_owl_carousel {
    width:100%;
    margin:0;
}
.tb_users_testemonials .tb_color_overlay .tb_client_content
.tb_owl_carousel .tb_item {
    text-align: center;
}
.tb_users_testemonials .tb_color_overlay .tb_client_content
 .tb_owl_carousel .tb_item .tb_user{
    display: block;
    width: 100%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 12px;
    text-align: left;
    box-sizing: border-box;
}
.tb_users_testemonials .tb_color_overlay .tb_client_content
 .tb_owl_carousel .tb_item .tb_user .tb_user_contain{
    margin-top: 60px;
    margin-bottom: 20px;
    padding: 16px;
    font-size: 14px;
	text-align: right;
}
.tb_users_testemonials .tb_color_overlay .tb_client_content
 .tb_owl_carousel .tb_item .tb_user_contain .tb-right-content .tb_user_thumb .tb_circle_style{
    border-radius: 50%;
    max-width: 100%;
}
.tb_users_testemonials .tb_color_overlay .tb_client_content
 .tb_owl_carousel .tb_item .tb_user_contain .tb-right-content {
	 overflow: hidden;
    display: inline-block;
 }
 .tb_users_testemonials .tb_color_overlay .tb_client_content
 .tb_owl_carousel .tb_item .tb_user .tb_user_contain .tb-right-content .tb_user_thumb {
	 float: left;
	 width: 60px;
	margin-right: 15px;
 }
.tb_users_testemonials .tb_color_overlay .tb_client_content
 .tb_owl_carousel .tb_item .tb_user .tb_user_contain .tb-right-content .tb_user_thumb img{
    vertical-align: middle;
    width: 80px;
    height: auto;
}
.tb_users_testemonials .tb_color_overlay .tb_client_content
 .tb_owl_carousel .tb_item .tb_user .tb_user_contain .tb_user_say{
    margin: 24px 0;
    font-size: 18px;
    text-align: left;
    color: #000;
    font-weight: 400;
    letter-spacing: -0.5px;
}
.tb_users_testemonials .tb_color_overlay .tb_client_content
 .tb_owl_carousel .tb_item .tb_user .tb_user_contain .tb-right-content .tb_user_info{
    line-height: 1.3;
	margin-top: 5px;
	text-align: left;
	font-size: 18px;
	font-weight: 600;
}
.tb_users_testemonials .tb_color_overlay .tb_client_content
 .tb_owl_carousel .tb_item .tb_user .tb_user_contain .tb-right-content .tb_user_info{

 }
.tb_users_testemonials .tb_color_overlay .tb_client_content
 .tb_owl_carousel .tb_item .tb_user .tb_user_contain .tb-right-content .tb_user_info span.tb_small{
    color: #000;
    font-size: 16px;
	font-weight: 400;
 }
.tb_users_testemonials .tb_color_overlay .tb_client_content
 .tb_owl_carousel .tb_item .tb_user .tb_user_contain .tb-right-content .tb_user_info .tb_review .fa {
    display:inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 100%;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.tb_users_testemonials .tb_color_overlay .tb_client_content
 .tb_owl_carousel .tb_item .tb_user .tb_user_contain .tb-right-content .tb_user_info .tb_review{
    float: left;
    font-size: 100%;
    color:#000;
 }

.tb_users_testemonials .tb_color_overlay .owl-theme 
.owl-controls .owl-page.active span, 
.owl-theme .owl-controls.clickable .owl-page:hover span {
    opacity: 1;
}
.tb_users_testemonials .tb_color_overlay .tb_owl_carousel 
.owl-carousel .owl-theme .owl-theme .owl-controls {
    margin-top: 30px;
}
 .tb_users_testemonials .tb_color_overlay .tb_client_content
 .tb_owl_carousel .tb_item .tb_user .tb_right{
    text-align: left !important;
}
.tb_users_testemonials .tb_color_overlay .tb_client_content
 .tb_owl_carousel .tb_item .tb_user .tb_user_contain .tb_user_info .tb_float_right{
    float:right !important;
}
@media only screen and (min-width: 1023px) {
.tb_users_testemonials .tb_color_overlay .tb_client_content
 .tb_owl_carousel .tb_item .tb_user{
    display: block;
    width: 50%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 24px;
    padding-left: 5px;
    text-align: left;
    box-sizing: border-box;
}
}
.add-banner {
	background: #000;
}
@media only screen and (max-width: 992px) {
	.add-thumb{
		text-align: center;
		margin: 30px 0;
	}
}
/*=========== Footer 3 =========*/

/* Footer Bottom*/
.footer-above .container {
	padding-top: 120px;
	padding-bottom: 50px;
}
.footer-widget-1 p {
	color: #444444;
	font-weight: 400;
    line-height: 26px;
}
.footer-above {
	border-bottom: 1px solid #eeeeee;
}
.footer-bottom{
    padding: 25px 0px;
    text-align: center;
    background: #fff;
}
.footer-bottom .copyright p{
    color: #656565;
    font-size: 14px;
    font-weight: 600;
	margin-bottom: 0;
}
#footernav{
    display: inline-block;
    padding: 10px 70px 20px 70px;
    margin-bottom: 40px;
}
.footer-menu li{
    display: inline-block;
    padding: 0px 25px;
}
.footer-menu li a{
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
}
.widget-title h4 {
    font-size: 20px;
    color: #232323;
    margin-bottom: 30px;
}
.footer-logo {
	margin-bottom: 30px;
}
.footer-para p{
    margin-bottom: 20px;
}
.footer-para p:last-child{
    margin-bottom: 0px;
}
@media only screen and (max-width: 1200px) {
  .respon-img {
    width: 100%;
	margin: 20px 0;
  }
}
@media only screen and (max-width: 992px) {
	.footer-above {
		text-align: center;
	}
	.widget-title h4 {
		margin-top: 30px;
	}
}
@media only screen and (max-width: 619px) {
  .footer-menu li {
	  display: block;
  }
}