/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
html, body{
    font-size: 100%;
	background:	#fff;
	font-family: 'Open Sans', sans-serif;
}
p{
	margin:0;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Raleway', sans-serif;
	margin:0;
}
ul,label{
	margin:0;
	padding:0;
}
body a:hover{
	text-decoration:none;
}
/*-- banner --*/
.navbar-default .navbar-nav > li > a,.services-grid1-sub1 span,.footer-copy p a,.services-grid1-sub span,.services-grid1-sub2 span,.logo-top-right ul li a,.services-grid1,.mail-grid1 p a,input[type="submit"]{
	transition:.5s ease-in-out;
	-webkit-transition:.5s ease-in-out;
	-moz-transition:.5s ease-in-out;
	-o-transition:.5s ease-in-out;
	-ms-transition:.5s ease-in-out;
}
.banner{
	background:url(../images/index.png) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height:750px;
}
.logo{
	text-align:center;
	margin: 10em 0 0;
	position:relative;
}
.logo h1 a {
    font-size: 2em;
    color: #39BC54;
    font-weight: 700;
    text-decoration: none;
    border: 1px solid #fff;
    padding: 0 10px;
}
.logo h1 a span{
	color:#fff;
}
.logo-top-left{
	float:left;
}
.logo-top-left p{
	color:#fff;
	font-size:14px;
	margin:0;
	text-transform: uppercase;
	line-height:1.8em;
}
.logo-top-right{
	float:right;
}
.logo-top-right ul{
	padding:.5em 0 0;
}
.logo-top-right ul li{
	font-size:14px;
	color:#fff;
	display: inline-block;
	margin-left:3em;
}
.logo-top-right ul li a{
	text-decoration:none;
	color:#fff;
}
.logo-top-right ul li a:hover{
	color:#f8be1e;
}
.logo-top-right ul li span{
	left:-.5em;
}
.logo-top {
    padding: 2em 0 0;
}
.head-top {
    margin-top: 1.5em;
}
/*-- nav --*/
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
}
.navbar-nav {
    float: none;
    width: 65%;
    margin: 0 auto;
}
.navbar-collapse {
    padding: 0;
}
.navbar-default {
    background: none;
    border: none;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background: none;
}
.navbar-inverse .navbar-nav > li > a {
    color:#fff;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color:#e68523;
    background-color: transparent;
}
.nav > li > a {
    padding: 10px 30px !important;
    font-size: 1.1em;
    color: #fff! important;
}
/*-- //nav --*/
/* Effect 11: text fill based on Lea Verou's animation http://dabblet.com/gist/6046779 */
nav a {
	position: relative;
	display: inline-block;
	outline: none;
	color: #fff;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: 400;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size:0.9em;
}

nav a:hover,
nav a:focus {
	outline: none;
}
.cl-effect-11 a {
	padding: 10px 0;
	color: #0972b4;
	text-shadow: none;
} 

.cl-effect-11 a::before {
	position: absolute;
	top: 0;
	overflow: hidden;
	padding: 10px 0;
	max-width: 0;
	border-bottom: 2px solid #39BC54;
	color:#39BC54;
	content: attr(data-hover);
	-webkit-transition: max-width 0.6s;
	-moz-transition: max-width 0.6s;
	transition: max-width 0.6s;
}

.cl-effect-11 a:hover::before,
.cl-effect-11 a:focus::before {
	max-width: 100%;
}
.banner h2 {
    color: #fff;
    font-size: 2.5em;
    margin: 5em 0 0;
    text-align: center;
}
.banner p {
    font-size: 1em;
    color: #fff;
    margin: 1em 0;
	text-align:center;
	line-height:1.8em;
}
/*-- //banner --*/
.w3l {
    padding: 5em 0;
}
/*-- w3l --*/
.w3l h3{
    font-size: 2.5em;
    color: #39BC54;
    text-align: center;
    position: relative;
    padding-bottom: .5em;
}
.wthree_w3l_grid-left1{
	width: 100px;
    height: 100px;
    border: 1px solid #39BC54;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    margin: 0 auto;
    text-align: center;
}
.wthree_w3l_grid-left1 span{
	font-size: 1.5em;
    color: #fff;
    padding: 1.2em;
    border: 1px solid #fff;
    top: .3em;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    background:#39BC54;
	transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
}
.wthree_w3l_grids:nth-child(3) {
    margin: 3em 0;
}
.wthree_w3l_grid-right p{
	color:#999;
	line-height:1.8em;
	font-size: 1em;
}
.wthree_w3l_grid-right h4{
	text-transform: capitalize;
    font-size: 1.5em;
    line-height: 1.5em;
    color: #212121;
    margin: 0 0 0.5em;
}
.wthree_w3l_grid:hover .wthree_w3l_grid-left1 span {
    -webkit-transform:scale(1.3) translateY(1px);
    transform:scale(1.3) translateY(1px);
	-o-transform:scale(1.3) translateY(1px);
	-ms-transform:scale(1.3) translateY(1px);
    color: #fff;
	transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
}
.wthree_w3l_grid:hover .wthree_w3l_grid-right h4{
	color:#39BC54;
	transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
}
p.wt {
    font-size: 1em;
    color: #999;
    line-height: 1.8em;
    text-align: center;
}
/*-- //w3l --*/
.heading h3{
    font-size: 2.5em;
    color: #39BC54;
    margin: 0;
	padding-bottom: .5em;
}
/*--w3ls-starts--*/
.w3ls{
	padding:6em 0px;
}
.w3ls-top{
	text-align:center;
}
.w3ls-bottom{
	margin-top:4%;
}
.ad-left{
	width:35%;
	float:left;
}
.ad-right {
    width: 61%;
    float: right;
}
.w3ls-left {
    border-right: 1px solid #999;
    position: relative;
    padding: 0 30px;
}
.w3ls-left:hover  .ad-right span{
	background-position:-22px 0px;
}
.ad-right span {
    position: absolute;
    right: -2px;
    top: 40%;
    background: url(../images/s-arw.png) no-repeat;
    width: 22px;
    height: 29px;
    display: block;
}
.ad-left img{
	width:100%;
}
.ad-right h4 {
    font-size: 1.4em;
    color: #212121;
    margin: 0;
}

.ad-right p{
	font-size: 16px;
    line-height: 1.8em;
    margin-top: 10px;
    color: #999;
	width: 95%;
}
.ad-btn {
    margin-top: 18px;
}
.ad-btn a {
    color: #fff;
    padding: 5px 12px;
    background: #000;
    font-size: 14px;
}
.ad-btn a:hover{
	background:#00eacf;
	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;
	text-decoration:none;
}
.w3ls-two{
	margin-top:5%;
}
/*--w3ls-end--*/
/*--agile--*/
.agile {
    background: url(../images/4.bmp) no-repeat;
    min-height: 500px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
	text-align:center;
}
.agile h3 {
    font-size: 2.5em;
    color: #39BC54;
	margin:0;
}
.agile p {
    font-size: 1em;
    line-height: 1.8em;
    color: #fff;
    margin: 1em 0;
}
.agile-botom {
    padding: 10em 0 0;
}
/*--agile--*/
/*--footer-starts--*/
.footer {
    background: url(../images/3.jpg) no-repeat;
    background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
    min-height: 389px;
}
.ft-left{
	text-align:left;
}
.ft-right {
    text-align: right;
    margin-top: 8px;
}
.footer-text {
    margin-top: 8%;
}
.footer-main {
    margin-top: 8%;
}
.ft-left input[type="text"] {
    width: 70%;
    color: #fff;
    background: none;
    padding: 9px 10px;
    outline: none;
    border: 1px solid #fff;
    font-size: 12px;
}
.ft-left form input[type=submit] {
    color: #fff;
    padding: 7px 20px;
    font-size: 14px;
    cursor: pointer;
    border: 1px solid #39BC54;
    margin-left: 10px;
    outline: none;
    background: #39BC54;
}
.ft-left form input[type=submit]:hover {
    background: #fff;
    border: 1px double #fff;
    color: #39BC54;
    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;
}
.ft-left p{
	font-size:1em;
	color:#fff;
	line-height:1.8em;
	margin:1em 0;
}
.ft-right p a{
	color:#fff;
}
.ft-right p a:hover{
	text-decoration:none;
	color:#00eacf;
}
.footer h4{
	font-size:2.1em;
    color: #fff;
	margin-bottom: 1em;
}
.footer-left ul {
    padding: 0;
}
.footer-left ul li{
	list-style:none;
	margin-bottom:10px;
}
.footer-left ul li a {
    font-size: 16px;
    color: #fff;
}
.footer-left ul li a:hover{
	color: #39BC54;
}
.footer-left ul li a span{
	margin-right:7px;
}
.f-left{
	width:33.3%;
	float:left;
	padding:2px;
}
.flickr{
	background:#fff;
	margin-top:5%;
}
.f-left img{
	width:100%;
}
/*--footer-end--*/
.footer-copy{
	padding:1.5em 0;
	background:#141414;
	text-align:center;
}
.footer-copy p{
	font-size:14px;
	color:#8F8F8F;
	margin:0;
	line-height:1.8em;
}
.footer-copy p a{
	color:#fff;
	text-decoration:none;
}
.footer-copy p a:hover{
	color:#8F8F8F;
}
/*-- //footer --*/
.banner-1 {
    background: url(../images/4.bmp) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 370px;
}
/*-- gallery --*/
.gallery-grids{
	margin:3em 0 0;
}
.gallery-grid-left1{
	position:relative;
	overflow: hidden;
}
.gallery-grid-left1 .p-mask, .row .product .vm-product-media-container .p-mask {
    opacity: 0;
    visibility: hidden;
    background:rgba(0, 0, 0, 0.72);
    bottom: 0%;
    position: absolute;
    padding:1.5em 1.5em;
    width: 100%;
    -webkit-transform: translate3d( 0px, 100%, 0px );
    -moz-transform: translate3d( 0px, 100%, 0px );
    -ms-transform: translate3d( 0px, 100%, 0px );
    -o-transform: translate3d( 0px, 100%, 0px );
    transform: translate3d( 0px, 100%, 0px );
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    text-align: left;
}
.gallery-grid-left1 .p-mask .p-desc{
    color: #a3a3a3;
    position: relative;
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 1em;
}
.gallery-grid-left1:hover .p-mask, .row .product:hover .p-mask {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d( 0px, 0px, 0px );
    -moz-transform: translate3d( 0px, 0px, 0px );
    -ms-transform: translate3d( 0px, 0px, 0px );
    -o-transform: translate3d( 0px, 0px, 0px );
    transform: translate3d( 0px, 0px, 0px );
}
.p-mask h4{
	color:#C5C5C5;
	font-size:1.5em;
	text-decoration:none;
	line-height:1.8em;
}
.p-mask p{
	margin: 0;
    color: #D7D7D7;
    line-height: 1.8em;
    font-size: 14px;
}
.gallery-grids1{
	margin:3em 0 0;
}
.gallery-grid-left{
	float:left;
	width:33.33%;
}
.gallery-grids2-left{
	float:left;
	width:33.33%;
}
.gallery-grids2-right{
	float:right;
	width:66.67%;
}
.gallery-grids2-rightl{
	float:left;
	width:50%;
}
.gallery-grid-left1:hover {
    opacity: .8;
}
/*-- //gallery --*/
.gallery,.services,.contact,.typo {
    padding: 5em 0;
}
.gallery h2,.about h2,.services h2,.contact h2,h2.title{
    font-size: 3em;
    color: #39BC54;
    text-align: center;
    position: relative;
    padding-bottom: .5em;
}
/*--Typography--*/
.show-grid [class^=col-] {
    background: #fff;
  text-align: center;
  margin-bottom: 10px;
  line-height: 2em;
  border: 10px solid #f0f0f0;
}
.show-grid [class*="col-"]:hover {
  background: #e0e0e0;
}
.grid_3{
	margin-bottom:2em;
}
.xs h3, h3.m_1{
	color:#000;
	font-size:1.7em;
	font-weight:300;
	margin-bottom: 1em;
}
.grid_3 p{
  color: #999;
  font-size: 0.85em;
  margin-bottom: 1em;
  font-weight: 300;
}
.grid_4{
	background:none;
	margin-top:50px;
}
.label {
  font-weight: 300 !important;
  border-radius:4px;
}  
.grid_5{
	background:none;
	padding:2em 0;
}
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
	margin-bottom: 1em;
	font-size:2.2em;
    color:#212121;
	font-family: 'Raleway', sans-serif;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  border-top: none !important;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 0;
}
.badge-primary {
  background-color: #03a9f4;
}
.badge-success {
  background-color: #8bc34a;
}
.badge-warning {
  background-color: #ffc107;
}
.badge-danger {
  background-color: #e51c23;
}
.grid_3 p{
  line-height: 2em;
  color: #888;
  font-size: 0.9em;
  margin-bottom: 1em;
  font-weight: 300;
}
.bs-docs-example {
  margin: 1em 0;
}
section#tables  p {
 margin-top: 1em;
}
.tab-container .tab-content {
  border-radius: 0 2px 2px 2px;
  border: 1px solid #e0e0e0;
  padding: 16px;
  background-color: #ffffff;
}
.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  padding: 15px!important;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  font-size: 0.9em;
  color: #999;
  border-top: none !important;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.label {
  font-weight: 300 !important;
}
.label {
  padding: 4px 6px;
  border: none;
  text-shadow: none;
}
.nav-tabs {
  margin-bottom: 1em;
}
.alert {
  font-size: 0.85em;
}
h1.t-button,h2.t-button,h3.t-button,h4.t-button,h5.t-button {
line-height:1.8em;
  margin-top:0.5em;
  margin-bottom: 0.5em;
}
li.list-group-item1 {
  line-height: 2.5em;
}
.input-group {
  margin-bottom: 20px;
  }
.in-gp-tl{
padding:0;
}
.in-gp-tb{
padding-right:0;
}
.list-group {
  margin-bottom: 48px;
}
 ol {
  margin-bottom: 44px;
}
@media (max-width:768px){
.grid_5 {
	padding: 0 0 1em;
}
.grid_3 {
	margin-bottom: 0em;
}
}
@media (max-width:640px){
h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 0px;
	margin-bottom: 0px;
}
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
	margin-bottom: .5em;
}
.progress {
	height: 10px;
	margin-bottom: 10px;
}
ol.breadcrumb li,.grid_3 p,ul.list-group li,li.list-group-item1 {
	font-size: 14px;
}
.breadcrumb {
	margin-bottom: 10px;
}
.well {
	font-size: 14px;
	margin-bottom: 10px;
}
.label {
	font-size: 60%;
}
}
@media (max-width:480px){
.table h1 {
	font-size: 26px;
}
.table h2 {
	font-size: 23px;
}
.table h3 {
	font-size: 20px;
}
.label {
	font-size: 53%;
}
.alert,p {
	font-size: 14px;
}
.pagination {
	margin: 20px 0 0px;
}
}
@media (max-width: 320px){
.grid_4 {
	margin-top: 18px;
}
.alert, p,ol.breadcrumb li, .grid_3 p,.well, ul.list-group li, li.list-group-item1,a.list-group-item {
	font-size: 13px;
}
.alert {
	padding: 10px;
	margin-bottom: 10px;
}
ul.pagination li a {
	font-size: 14px;
	padding: 5px 11px;
}
.list-group {
	margin-bottom: 10px;
}
.well {
	padding: 10px;
}
.nav > li > a {
	font-size: 14px;
}
table.table.table-striped,.table-bordered,.bs-docs-example {
	display: none;
}
}
/*--//Typography --*/
/*-- mail --*/
.mail-grid-right {
    padding-right: 0;
}
.contact h3,h3.title{
	text-align:center;
}
p.ever{
	font-size: 14px !important;
    color: #999;
    margin: 2em auto 0 !important;
    line-height: 1.8em;
    font-weight: 500 !important;
    text-align: center;
    width: 70%;
}
.mail-grid-left{
    background: #EFEEEE;
}
.mail-grid-left1{
	padding:2em 1em;
}
.mail-grid-left1 input[type="text"],.mail-grid-left1 input[type="email"],.mail-grid-left1 textarea{
	outline: none;
    background: #FFFFFF;
    font-size: 14px;
    color: #999;
    padding: 10px;
    width: 100%;
    border: 1px solid #E6E6E6;
	resize: none;
}
.mail-grid-left1 input[type="email"]{
	margin:1em 0;
}
.mail-grid-left1 textarea{
	margin:1em 0 .8em;
	min-height:200px;
}
.mail-grid-left1 input[type="submit"]{
	outline:none;
	border:none;
	padding:9px 0;
	width:100%;
	font-size:1em;
	color:#fff;
	background:#39BC54;
	transition:.5s ease-in;
	-webkit-transition:.5s ease-in;
	-moz-transition:.5s ease-in;
}
.mail-grid-left1 input[type="submit"]:hover{
	background:#212121;
}
.mail-grids {
    margin:4em 0 3em;
}
.mail-grid-right1 {
    padding: 5.7em 5em;
    background: #EFEEEE;
}
.mail-grid-right1 ul li{
	display:inline-block;
	font-size:14px;
	color:#999;
	line-height: 1.8em;
}
.mail-grid-right1 ul li:nth-child(1){
	margin-right:4em;
}
.mail-grid-right1 ul li i{
	font-size: 3em;
    color: #39BC54;
    top: 0em;
}
.mail-grid-right1 ul li span{
	display:block;
}
.mail-grid-right1 ul li a{
	color:#999;
	text-decoration:none;
}
.mail-grid-right1 ul li a:hover{
	color: #39BC54;
}
.mail-grid-right1 ul:nth-child(2){
	margin:2em 0;
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
	padding:2.8em 0;
}
.mail-grid-right1 ul:nth-child(2) li i,.mail-grid-right1 ul:nth-child(3) li i{
	top:0em;
}
.contact iframe{
	width:100%;
	min-height:400px;
}
/*-- //mail --*/
/*--services-page--*/
.ser-img img {
  width: 100%;
}
.caption h4 {
  color: #212121;
  font-weight: 600;
  font-size: 20px;
}
.caption p {
  margin: 15px 0 0 0;
  font-size: 1em;
  color: #999;
  line-height: 1.8em;
  }
.row{
margin:0;
}
.ser-img{
float:left;
width:39%;
}
.caption{
float:right;
width:57%;
}
.services-grid:nth-child(3),.services-grid:nth-child(4){
margin-top:50px;
}
.services-top{
padding:5em 0 0 0;
  background: url(../images/3.jpg) no-repeat 0px 0px;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
  min-height:450px;
}
.ser-first{
padding:5em 0;
}
.ser-top-grids,.ser-first-grids{
  margin-top: 50px;
}
.ser-top-img{
float:left;
width:40%;
}
.ser-top-img img{
width:100%;
}
.ser-top-txt{
float:left;
width:52%;
margin-left:30px;
}
.ser-top-txt p{
  margin: 0px 0 0 0;
  font-size: 1em;
  color: #999;
  line-height: 1.8em;
}
.ser-top-txt p:nth-child(2) {
  margin: 15px 0 0 0;
}
.ser-top-grid-1 ul{
margin:0;
padding:0;
}
.ser-top-grid-1 ul li{
list-style-type:none;
padding-left:30px;
background:url(../images/arrow.png) no-repeat 0px 7px;
line-height:2em;
}
.ser-top-grid-1 ul li a{
color:#999;
text-decoration:none;
font-size:1em;
}
.ser-top-grid-1 ul li a:hover{
  color:#39BC54;
  padding-left: 5px;
}
.ser-first-grid h3 {
  margin: 26px 0 10px 0;
  color: #212121;
  font-weight:600;
  font-size: 20px;
}
.ser-first-grid  p {
  margin: 0px 0 0 0;
  font-size: 1em;
  color: #999;
  line-height: 1.8em;
  }
.ser-first-grid span {
  font-size: 33px;
  color: #fff;
  background: #39BC54;
  border-radius: 100%;
  padding: 25px 25px;
  text-align: center;
}
h3.tittle {
    text-align: center;
    font-size: 2.2em;
    color: #39BC54;
    margin-bottom: 60px;
}
/*-- //services-page --*/
/*-- staff --*/
.our-staff {
    padding: 0 0 8em 0;
}
.our-staff-head h3 {
    font-size: 2.5em;
    color: #39BC54;
    font-weight: 400;
    letter-spacing: 1px;
}
.our-staff-head p {
    font-size: 1.05em;
    line-height: 1.6em;
    color: #BBBBBB;
    font-weight: 400;
    margin-top: 0.5em;
}
.our-staff-grid {
	margin-top:3em;
}
.our-staff-grid img {
	width:100%;
}
.our-staff-grid h4 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin: 0.6em 0;
}
.our-staff-grid p {
	font-size: 1em;
    line-height: 1.8em;
    color: #999;
    font-weight: 400;
}
.get{
	margin:0 auto;
}
.view {
  position: relative;
  text-align: center;
}
.view .mask,.view .content {
  width: 255px;
  height: 255px;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}
.view img {
   display: block;
   position: relative;
   width: 100%;
}
.view-seventh .mask {
    background-color: rgba(44, 51, 61, 0.55);
   -webkit-transform: rotate(0deg) scale(1);
   -moz-transform: rotate(0deg) scale(1);
   -o-transform: rotate(0deg) scale(1);
   -ms-transform: rotate(0deg) scale(1);
   transform: rotate(0deg) scale(1);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.1s ease-out;
   -moz-transition: all 0.1s ease-out;
   -o-transition: all 0.1s ease-out;
   -ms-transition: all 0.1s ease-out;
   transition: all 0.1s ease-out;
}
.view-seventh:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px) rotate(0deg);
   -moz-transform: translateY(0px) rotate(0deg);
   -o-transform: translateY(0px) rotate(0deg);
   -ms-transform: translateY(0px) rotate(0deg);
   transform: translateY(0px) rotate(0deg);
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.4s;
   transition-delay: 0.1s;
}
ul.staff-social-icons{
  margin: 7.5em 0 0 0;
  padding: 0;
}
ul.staff-social-icons li{
	display:inline-block;
}
ul.staff-social-icons li a span{
	width:32px;
	height:32px;
	display:inline-block;
	background: url('../images/img-sprite.png') no-repeat 0px 0px;
	margin-right:0.2em;
	webkit-transform: translateY(-200px);
  -moz-transform: translateY(-200px);
  -o-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  transform: translateY(-200px);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
ul.staff-social-icons li a span:hover{
 opacity:0.6;
}
.view-seventh:hover ul.staff-social-icons li a span{
	  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s;
  	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
ul.staff-social-icons li a span.facebook{
	background-position:0px 0px;
}
ul.staff-social-icons li a span.twitter{
	background-position: -36px 0px;
}
ul.social-icons li a:hover{
	opacity:0.7;
}
/*-- //staff --*/
/*-- about-section-starts-here --*/
.about-section {
	padding:5em 0;
}
.about-bottom h4 {
    margin: 15px 0;
    line-height: 1.3em;
    color: #212121;
    font-size: 1.3em;
    font-weight: 600;
}
.about-bottom img {
    margin-top: 2em;
}
.about {
    margin-bottom: 8em;
}
.about-bottom p {
    font-size: 1em;
    line-height: 1.8em;
    color: #999;
    font-weight: 400;
}
.about-middle {
    padding: 3em 0;
    background-color: #F7F7F7;
    position: relative;
}
.about-staff{
	padding:5em 0 0 0;
}
.about-middle:before {
    content: '';
    position: absolute;
   
    background-size: 100% 100%;
    height: 60px;
    z-index: 9;
    top: -11.7%;
    width: 100%;
    transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}
.about-middle:after {
    content: '';
    position: absolute;
  
    background-size: 100% 100%;
    height: 60px;
    z-index: 9;
    top: 100%;
    width: 100%;
}
.testimonials h3 {
    font-size: 1.8em;
    color: #212121;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 1.5em;
}
.list3 li strong {
    float: left;
    margin-right: 30px;
    width: 55px;
    height: 55px;
    line-height: 1.6em;
    font-size: 2em;
    color: #fff;
    background: #39BC54;
    text-align: center;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    font-weight: 400;
}
ul.list3 li,ul.list4 li {
    list-style-type: none;
}
.list4 li img {
    float: left;
    margin-right: 21px;
    margin-top: 7px;
}
ul.list3 li {
    display: inline-block;
    margin-bottom: 0.3em;
}
.extra a {
    font-size: 1em;
    color: #39BC54;
    margin-bottom: 1em;
    display: block;
    font-weight: 600;
}
.extra {
    overflow: hidden;
}
.extra p {
    color: #fff;
    font-size: 16px;
    line-height: 1.5em;
    margin: 0 0 15px 0;
}
.testimonials h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.2em;
}
.testimonials p {
    color: #9A9797;
    margin: 5px 0px 15px 0;
    font-size: 1em;
    line-height: 1.8em;
}
.list1-2 li a {
    color: #9A9797;
}
.list1-2 li a:hover {
    text-decoration: underline;
	color:#39BC54;
}
.list1-2 li {
    font-size: 1em;
    line-height: 1.428571429;
    overflow: hidden;
    margin-bottom: 10px;
    padding-left: 26px;
    background: url(../images/list_arrow2.png) left 4px no-repeat;
}
/*-- //about-section-ends-here --*/
.copy-rights {
    margin-top: 15px;
}
.copy-rights ul li{
  padding: 0em;
  list-style:none;
  display:inline-block;
}
.copy-rights ul li a span.fa {
  background-position: 0px -2px;
}
.copy-rights ul li a span.tw {
  background-position: -41px -3px;
}
.copy-rights ul li a span.g {
  background-position:-86px -4px;
}
.copy-rights ul li span.in {
  background-position: -129px -4px;
}
.copy-rights ul li a  span.pin {
  background-position:-174px -5px;
}
.copy-rights ul li a  span.fa:hover {
  opacity:0.5;
}
.copy-rights ul li a span.tw:hover {
  opacity:0.5;
}
.copy-rights ul li a span.g:hover {
  opacity:0.5;
}
.copy-rights ul li a span.in:hover {
  opacity:0.5;
}
.copy-rights ul li a span.pin:hover {
 opacity:0.5;
}
.copy-rights ul li span{
  background:url(../images/ftr-icons.png)no-repeat;
  width:34px;
  height:36px;
  display:block;
}
 /*-- responsive-design --*/
@media (max-width: 1280px){
.banner h2 {
    margin: 3em 0 0;
}
.logo {
    margin: 8em 0 0;
}
.banner {
    min-height: 650px;
}
}
 /*-- responsive-design --*/
@media (max-width: 1024px){
.navbar-nav {
    width: 79%;
}
.banner {
    min-height: 610px;
}
.w3l h3 {
    font-size: 2.3em;
}
.wthree_w3l_grid-right h4 {
    font-size: 1.4em;
}
.agile-botom {
    padding: 5em 0 0;
}
.agile h3 {
    font-size: 2.3em;
}
.agile {
    min-height: 330px;
}
.w3l {
    padding: 3em 0;
}
.w3ls {
    padding: 3em 0px;
}
.heading h3 {
    font-size: 2.3em;
}
.ad-right h4 {
    font-size: 1.2em;
}
.ad-right p {
    font-size: 14px;
}
p.wt {
    font-size: 14px;
}
.wthree_w3l_grid-right p {
    font-size: 14px;
}
.agile p {
    font-size: 14px;
}
.footer h4 {
    font-size: 1.8em;
}
.footer-left ul li a {
    font-size: 14px;
}
.footer-main {
    margin-top: 6%;
}
.footer {
    min-height: 340px;
}
.ft-left p {
    font-size: 14px;
}
.banner h2 {
    font-size: 2.3em;
}
.banner p {
    font-size: 14px;
}
.banner-1 {
    min-height: 320px;
}
.gallery h2, .about h2, .services h2, .contact h2, h2.title {
    font-size: 2.5em;
}
.about-bottom h4 {
    font-size: 1.2em;
}
.about-bottom p {
    font-size: 14px;
}
.about {
    margin-bottom: 3em;
}
.about-section {
    padding: 3em 0;
}
.testimonials h3 {
    font-size: 1.5em;
}
.testimonials-box.testimonials {
    margin-top: 2em;
}
.testimonials p {
    font-size: 14px;
}
.list1-2 li {
    font-size: 14px;
}
.about-staff {
    padding: 3em 0 0 0;
}
.view .mask, .view .content {
    width: 205px;
    height: 205px;
}
ul.staff-social-icons {
    margin: 5.5em 0 0 0;
    padding: 0;
}
.our-staff-grid h4 {
    font-size: 18px;
}
.our-staff-grid p {
    font-size: 14px;
}
.gallery, .services, .contact, .typo {
    padding: 3em 0;
}
.services-top {
    padding: 3em 0;
}
.ser-first {
    padding: 3em 0;
}
.ser-top-grids, .ser-first-grids {
    margin-top: 30px;
}
.ser-first-grid h3 {
    font-size: 19px;
}
.ser-first-grid p {
    font-size: 14px;
}
.caption h4 {
    font-size: 19px;
}
.caption p {
    font-size: 14px;
}
.ser-top-txt p {
    font-size: 14px;
}
.ser-top-grid-1 ul li a {
    font-size: 14px;
}
.gallery-grid-left1 .p-mask, .row .product .vm-product-media-container .p-mask {
    padding: 0.5em 1em;
}
}
 /*-- responsive-design --*/
@media (max-width: 991px){
.navbar-nav {
    width: 100%;
}
.nav > li > a {
    padding: 10px 28px !important;
}
.logo h1 a {
    font-size: 1.7em;
    padding: 5px 14px;
}
.logo {
    margin: 7em 0 0;
}
.banner h2 {
    font-size: 2em;
}
.banner {
    min-height: 510px;
}
.w3l h3 {
    font-size: 2em;
}
.wthree_w3l_grids:nth-child(3) {
    margin: 0;
}
.wthree_w3l_grid {
    margin-top: 2em;
}
.agile h3 {
    font-size: 2em;
}
.agile-botom {
    padding: 3em 0 0;
}
.agile {
    min-height: 270px;
}
.heading h3 {
    font-size: 2em;
}
.ad-right {
    width: 77%;
}
.ad-left {
    width: 20%;
}
.w3ls-bottom {
    margin-top: 0;
}
.w3ls-two {
    margin-top: 0;
}
.w3ls-left {
    margin-top: 2em;
}
.footer h4 {
    font-size: 1.6em;
}
.ft-left input[type="text"] {
    width: 65%;
    padding: 7px 10px;
}
.ft-left form input[type=submit] {
    font-size: 12px;
    margin-left: 4px;
    float: right;
    width: 33%;
	padding: 7px 11px;
}
.footer-left {
    float: left;
    width: 32%;
}
.ft-left {
    float: left;
    width: 36%;
}
.our-staff-grid {
    float: left;
    width: 25%;
}
.view .mask, .view .content {
    width: 151px;
    height: 151px;
}
ul.staff-social-icons {
    margin: 4em 0 0 0;
}
.our-staff-head h3 {
    font-size: 2.3em;
}
.banner-1 {
    min-height: 290px;
}
.ser-first-grid.text-center {
    float: left;
    width: 50%;
    margin-top: 2em;
}
.ser-top-grids, .ser-first-grids {
    margin-top: 0;
}
h3.tittle {
    font-size: 2em;
}
.ser-top-grid {
    float: left;
    width: 64%;
}
.ser-top-grid-1 {
    float: left;
    width: 36%;
}
.services-top {
    min-height: 407px;
}
.services-grid:nth-child(3), .services-grid:nth-child(4) {
    margin-top:2em;
}
.services-grid {
    margin-top: 2em;
}
h3.tittle {
    margin-bottom: 40px;
}
.mail-grid-right {
    float: left;
    width: 50%;
}
.mail-grid-left {
    float: left;
    width: 50%;
}
.mail-grid-right1 {
    padding: 5.7em 3em;
}
.mail-grids {
    margin: 2em 0 2em;
}
.p-mask p {
    line-height: 1.5em;
    font-size: 13px;
}
}
 /*-- responsive-design --*/
@media (max-width: 800px){
}
 /*-- responsive-design --*/
@media (max-width: 768px){
.banner-1 {
    min-height: 275px;
}
}
 /*-- responsive-design --*/
@media (max-width: 767px){
.mail-grid-right1 ul li:nth-child(1) {
    margin-right: 3em;
}
.navbar-nav {
    text-align: center;
}
.navbar-default .navbar-toggle {
    border-color: #39BC54 ! important;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #39BC54 ! important;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: rgba(57, 188, 84, 0) ! important;
}
.navbar-nav {
    margin: 7.5px 0px ! important;
}
}
 /*-- responsive-design --*/
@media (max-width: 667px){
.logo h1 a {
    font-size: 1.5em;
}
.logo {
    margin: 5em 0 0;
}
.banner h2 {
    font-size: 1.7em;
}
.banner {
    min-height: 450px;
}
.w3l h3 {
    font-size: 1.7em;
}
.wthree_w3l_grid-right h4 {
    font-size: 1.3em;
}
.agile h3 {
    font-size: 1.7em;
}
.agile {
    min-height: 260px;
}
.heading h3 {
    font-size: 1.7em;
}
.footer-left {
    width: 50%;
}
.ft-left {
    width: 100%;
    margin: 2em 0;
}
.copy-rights {
    margin-top: 10px;
}
.footer-copy {
    padding: 1em 0;
}
.banner-1 {
    min-height: 240px;
}
.gallery h2, .about h2, .services h2, .contact h2, h2.title {
    font-size: 2.3em;
}
.about-bottom h4 {
    font-size: 1.1em;
line-height:1.4em;
}
.testimonials {
    margin-bottom: 1em;
}
.our-staff-head h3 {
    font-size: 2.1em;
}
.view .mask, .view .content {
    width: 125px;
    height: 125px;
}
ul.staff-social-icons {
    margin: 3em 0 0 0;
}
.ser-first-grid.text-center {
    padding-left: 0;
}
.ser-top-txt {
    margin-left: 16px;
}
.ser-top-grid {
    width: 62%;
}
.ser-top-grid-1 {
    width: 38%;
}
.services-top {
    min-height: 386px;
}
.mail-grid-right1 ul li:nth-child(1) {
    margin-right: 2em;
}
.mail-grid-right1 {
    padding: 5.7em 2em;
}
}
 /*-- responsive-design --*/
@media (max-width: 640px){
.view .mask, .view .content {
    width: 119px;
    height: 119px;
}
.ser-first-grid.text-center {
    padding-left: 15px;
}
h3.tittle {
    font-size: 1.8em;
}
.ser-top-grid {
    width: 100%;
}
.ser-top-grid-1 {
    width: 100%;
    margin-top: 1em;
}
.mail-grid-left {
    width: 100%;
}
.mail-grid-right {
    width: 100%;
    padding-left: 0;
    margin-top: 1em;
}
}
 /*-- responsive-design --*/
@media (max-width: 600px){
.banner h2 {
    font-size: 1.6em;
}
.our-staff-grid {
    float: left;
    width: 50%;
	margin-top: 2em;
}
.view .mask, .view .content {
    width: 246px;
    height: 246px;
}
ul.staff-social-icons {
    margin: 7em 0 0 0;
}
.ser-first-grid.text-center {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
}
 /*-- responsive-design --*/
@media (max-width: 568px){
.banner h2 {
    font-size: 1.5em;
}
.ad-right {
    width: 73%;
}
.ad-left {
    width: 24%;
}
.agile {
    min-height: 280px;
}
.view .mask, .view .content {
    width: 230px;
    height: 230px;
}
ul.staff-social-icons {
    margin: 6em 0 0 0;
}
}
 /*-- responsive-design --*/
@media (max-width: 480px){
.logo h1 a {
    font-size: 1.2em;
}
.logo {
    margin: 4em 0 0;
}
.banner h2 {
    margin: 2em 0 0;
}
.banner {
    min-height: 410px;
}
.w3l h3 {
    font-size: 1.5em;
}
.agile h3 {
    font-size: 1.5em;
}
.agile {
    min-height: 320px;
}
.heading h3 {
    font-size: 1.5em;
}
.ad-right p {
    width: 100%;
}
.footer-left {
    width: 100%;
    margin-bottom: 1em;
}
.footer h4 {
    font-size: 1.5em;
	margin-bottom: 0.8em;
}
.ft-left {
    margin: 0em 0em 2em;
}
.about-section {
    padding: 2em 0;
}
.banner-1 {
    min-height: 200px;
}
.about-bottom h4 {
    font-size: 1em;
    line-height: 1.4em;
    margin: 0 0 15px;
}
.gallery h2, .about h2, .services h2, .contact h2, h2.title {
    font-size: 2em;
}
.about-middle {
    padding: 2em 0;
}
.about {
    margin-bottom: 2em;
}
.testimonials h3 {
    font-size: 1.4em;
}
.our-staff-head h3 {
    font-size: 2em;
}
.view .mask, .view .content {
    width: 186px;
    height: 186px;
}
ul.staff-social-icons {
    margin: 5em 0 0 0;
}
.ser-first {
    padding: 2em 0;
}
h3.tittle {
    font-size: 1.7em;
}
h3.tittle {
    margin-bottom: 0;
}
.ser-top-grids{
    margin-top: 2em;
}
.gallery-grid-left {
    width: 100%;
}
.gallery-grid-left1 {
    margin-bottom: 1em;
}
.gallery-grid-left1 img {
    width: 100%;
}
.gallery-grids2-left {
    width: 100%;
}
.gallery-grids2-right {
    width: 100%;
}
.gallery-grids2-rightl {
    width: 100%;
}
.gallery-grids {
    margin: 0em 0 0;
}
.gallery-grids1 {
    margin: 1em 0 0;
}
}
 /*-- responsive-design --*/
@media (max-width: 414px){
.logo h1 a {
    font-size: 0.9em;
}
.logo {
    margin: 3em 0 0;
}
.head-top {
    margin-top: 0.5em;
}
.banner h2 {
    font-size: 1.3em;
}
.banner p {
    font-size: 13px;
}
.banner {
    min-height: 350px;
}
.w3l h3 {
    font-size: 1.3em;
}
.w3l {
    padding: 2em 0;
}
p.wt {
    font-size: 13px;
}
.wthree_w3l_grid-left {
    float: none;
    width: 100%;
    margin-bottom: 1em;
}
.wthree_w3l_grid-right {
    float: none;
    width: 100%;
    text-align: center;
}
.wthree_w3l_grid-right h4 {
    font-size: 1.2em;
}
.wthree_w3l_grid-right p {
    font-size: 13px;
}
.agile h3 {
    font-size: 1.3em;
}
.agile-botom {
    padding: 2em 0 0;
}
.agile p {
    font-size: 13px;
}
.agile {
    min-height: 290px;
}
.heading h3 {
    font-size: 1.3em;
}
.w3ls {
    padding: 2em 0px;
}
.ad-right h4 {
    font-size: 1em;
}
.w3ls-left {
    padding: 0 0px;
}
.ad-right p {
    width: 95%;
	font-size: 13px;
}
.footer h4 {
    font-size: 1.3em;
}
.footer-left ul li a {
    font-size: 13px;
}
.footer-left ul li {
    margin-bottom: 4px;
}
.ft-left p {
    font-size: 13px;
}
.footer-copy p {
    font-size: 13px;
}
.gallery h2, .about h2, .services h2, .contact h2, h2.title {
    font-size: 1.8em;
}
.about-bottom h4 {
    font-size: 0.9em;
}
.about-bottom p {
    font-size: 13px;
}
.testimonials h3 {
    font-size: 1.3em;
}
.testimonials p {
    font-size: 13px;
}
.list1-2 li {
    font-size: 13px;
}
.about-middle {
    padding: 2em 0 0;
}
.testimonials p {
    margin: 0px 0px 15px 0;
}
.list3 li strong {
    width: 40px;
    height: 40px;
    font-size: 1.5em;
}
.view .mask, .view .content {
    width: 153px;
    height: 153px;
}
ul.staff-social-icons {
    margin: 4em 0 0 0;
}
.our-staff-grid h4 {
    font-size: 16px;
}
.our-staff-grid p {
    font-size: 13px;
}
.our-staff-head h3 {
    font-size: 1.7em;
}
.ser-top-img {
    width: 100%;
}
.ser-top-txt {
    width: 100%;
    margin-left: 0;
    margin-top: 1em;
}
.ser-first-grid p {
    font-size: 13px;
}
.ser-first-grid.text-center {
    margin-top: 1.5em;
}
.ser-top-txt p {
    font-size: 13px;
}
.ser-top-grid-1 ul li a {
    font-size: 13px;
}
.services-top {
    padding: 2em 0;
}
.gallery, .services, .contact, .typo {
    padding: 2em 0;
}
h3.tittle {
    font-size: 1.5em;
}
.caption h4 {
    font-size: 16px;
}
.caption p {
    font-size: 13px;
	margin: 6px 0 0 0;
}
.mail-grids {
    margin: 1em 0 1em;
}
.contact iframe {
    min-height: 220px;
}
.banner-1 {
    min-height: 170px;
}
}
 /*-- responsive-design --*/
@media (max-width: 384px){
.view .mask, .view .content {
    width: 139px;
    height: 139px;
}
}
 /*-- responsive-design --*/
@media (max-width: 375px){
.view .mask, .view .content {
    width: 134px;
    height: 135px;
}
ul.staff-social-icons {
    margin: 3.5em 0 0 0;
}
}
 /*-- responsive-design --*/
@media (max-width: 320px){
.logo {
    margin: 2em 0 0;
}
.logo h1 a {
    font-size: 0.8125em;
}
.banner h2 {
    font-size: 1.2em;
	margin:1.5em 0 0;
	line-height: 1.4em;
}
.banner p {
    line-height: 1.6em;
}
.banner {
    min-height: 330px;
}
.w3l h3 {
    font-size: 1.2em;
}
.wthree_w3l_grid {
    margin-top: 1em;
}
.wthree_w3l_grid-right {
    padding: 0;
}
.wthree_w3l_grid {
    padding: 0;
}
.wthree_w3l_grid-right h4 {
    font-size: 1.05em;
}
.agile h3 {
    font-size: 1.2em;
}
.agile p {
    line-height: 1.6em;
}
.agile {
    min-height: 300px;
}
.heading h3 {
    font-size: 1.2em;
    line-height: 1.4em;
}
.ad-right h4 {
    font-size: 0.9em;
}
.ad-right p {
    line-height: 1.6em;
}
.footer h4 {
    font-size: 1.2em;
}
.footer-left {
    padding: 0;
}
.ft-left {
    padding: 0;
}
.our-staff-grid {
    width: 100%;
    margin-top: 2em;
	padding:0;
}
.view .mask, .view .content {
    width: 273px;
    height: 273px;
}
ul.staff-social-icons {
    margin: 8em 0 0 0;
}
.banner-1 {
    min-height: 150px;
}
.testimonials {
    padding: 0;
}
.about-staff {
    padding: 2em 0 0 0;
}
.ser-first-grid.text-center {
    padding: 0;
}
.ser-first-grid h3 {
    font-size: 18px;
}
.ser-img {
    width: 100%;
}
.caption {
    width: 100%;
    margin-top: 1em;
}
.services-grid {
    padding: 0;
}
.ser-top-grid {
    padding: 0;
}
.ser-top-grid-1 {
    padding: 0;
}
.mail-grid-left1 {
    padding: 2em 0em;
}
.mail-grid-left1 input[type="text"], .mail-grid-left1 input[type="email"], .mail-grid-left1 textarea {
    font-size: 13px;
    padding: 8px;
}
.mail-grid-left1 textarea {
    min-height: 150px;
}
.mail-grid-left1 input[type="submit"] {
    padding: 8px 0;
    font-size: 13px;
}
.mail-grid-right1 ul li {
    font-size: 13px;
}
.mail-grid-right1 {
    padding: 2em 1em;
}
}
/***************************************
* Component - Working Progress Display
****************************************/
.video-wrapper {
  margin-top: 80px;
}
@media (min-width: 992px) {
  .video-wrapper {
    margin-top: 0;
  }
}

.working-process-shape {
  overflow: hidden;
  position: absolute;
  width: 873px;
  height: 873px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#ff9900), to(#f3722e));
  background: linear-gradient(90deg, #ff9900 0%, #f3722e 100%);
  opacity: 0.05;
  right: 0;
  bottom: -45%;
  right: -8%;
}

.working-process-display-wrapper {
  position: relative;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .working-process-display-wrapper {
    display: block;
    margin-bottom: 237px;
  }
}

.working-process-single-item {
  position: static;
  margin-top: 80px;
}
@media (min-width: 768px) {
  .working-process-single-item.pos-absolute {
    position: absolute;
    margin-top: 0px;
  }
}
.working-process-single-item.pos-absolute:nth-child(1) {
  top: 50px;
  left: 0%;
}
@media (min-width: 992px) {
  .working-process-single-item.pos-absolute:nth-child(1) {
    top: 96px;
  }
}
.working-process-single-item.pos-absolute:nth-child(2) {
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
@media (min-width: 768px) {
  .working-process-single-item.pos-absolute:nth-child(2) {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (min-width: 992px) {
  .working-process-single-item.pos-absolute:nth-child(2) {
    top: 20px;
  }
}
.working-process-single-item.pos-absolute:nth-child(3) {
  top: 50px;
  right: 0%;
}
@media (min-width: 992px) {
  .working-process-single-item.pos-absolute:nth-child(3) {
    top: -79px;
  }
}
@media (min-width: 1200px) {
  .working-process-single-item.pos-absolute:nth-child(3) {
    top: -163px;
  }
}
.working-process-single-item .icon {
  background: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#f3722e), to(#ff9900));
  background: linear-gradient(90deg, #f3722e 0%, #ff9900 100%);
  width: 120px;
  height: 120px;
  border-radius: 50%;
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  overflow: hidden;
  z-index: 1;
  text-align: center;
  line-height: 120px;
}
.working-process-single-item .icon::after {
  position: absolute;
  content: "";
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 50%;
  z-index: -1;
}
.working-process-single-item .box {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  z-index: 1;
}
.working-process-single-item .box::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.9);
          transform: translate(-50%, -50%) scale(0.9);
  background: -webkit-gradient(linear, left top, right top, from(#f3722e), to(#ff9900));
  background: linear-gradient(90deg, #f3722e 0%, #ff9900 100%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  z-index: -1;
}
.working-process-single-item .box .title {
  font-size: 32px;
  font-weight: 600;
  color: #301514;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.working-process-single-item:hover .box .title {
  color: #fff;
}
.working-process-single-item:hover .box::after {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.working-process-display-arrow {
  position: absolute;
}
.working-process-display-arrow.arrow-1 {
  display: none;
}
@media (min-width: 992px) {
  .working-process-display-arrow.arrow-1 {
    display: block;
    top: 120px;
    left: 225px;
  }
}
@media (min-width: 1200px) {
  .working-process-display-arrow.arrow-1 {
    top: 120px;
    left: 272px;
  }
}
@media (min-width: 1400px) {
  .working-process-display-arrow.arrow-1 {
    top: 120px;
    left: 315px;
  }
}
@media (min-width: 1800px) {
  .working-process-display-arrow.arrow-1 {
    top: 120px;
    left: 315px;
  }
}
.working-process-display-arrow.arrow-2 {
  display: none;
}
@media (min-width: 992px) {
  .working-process-display-arrow.arrow-2 {
    display: block;
    top: 49px;
    left: 594px;
  }
}
@media (min-width: 1200px) {
  .working-process-display-arrow.arrow-2 {
    top: 49px;
    left: 745px;
  }
}
@media (min-width: 1400px) {
  .working-process-display-arrow.arrow-2 {
    top: 49px;
    left: 866px;
  }
}
@media (min-width: 1800px) {
  .working-process-display-arrow.arrow-2 {
    top: 49px;
    left: 866px;
  }
}

.video-btn .text {
  color: #301514;
}

/*****************************
* Component - Counter Display
*****************************/
.counter-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-bottom: -50px;
}
@media (min-width: 576px) {
  .counter-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.counter-wrapper .separator {
  position: absolute;
  content: "";
  height: 180px;
  width: 1px;
  background: #f2ede9;
  display: none;
}
@media (min-width: 576px) {
  .counter-wrapper .separator {
    display: block;
    left: 29.333%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (min-width: 768px) {
  .counter-wrapper .separator {
    left: 29.333%;
  }
}
@media (min-width: 992px) {
  .counter-wrapper .separator {
    top: -50%;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    left: 31.333%;
  }
}
@media (min-width: 1200px) {
  .counter-wrapper .separator {
    left: 30.333%;
  }
}
@media (min-width: 1200px) {
  .counter-wrapper .separator {
    left: 29.5%;
  }
}
.counter-wrapper .separator:last-child {
  left: 69.333%;
}
@media (min-width: 768px) {
  .counter-wrapper .separator:last-child {
    left: 70.5%;
  }
}
@media (min-width: 992px) {
  .counter-wrapper .separator:last-child {
    left: 68.333%;
  }
}
@media (min-width: 1200px) {
  .counter-wrapper .separator:last-child {
    left: 69.6%;
  }
}
@media (min-width: 1400px) {
  .counter-wrapper .separator:last-child {
    left: 70.3%;
  }
}
.counter-wrapper .separator::after {
  position: absolute;
  content: "";
  height: 20px;
  width: 1px;
  background: #fe8403;
  right: 0%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.counter-single-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 50px;
  text-align: center;
  width: 100%;
}
@media (min-width: 576px) {
  .counter-single-item {
    margin-bottom: 0px;
    width: 20%;
  }
}
@media (min-width: 768px) {
  .counter-single-item {
    width: 18%;
  }
}
@media (min-width: 992px) {
  .counter-single-item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
    width: 26%;
  }
}
@media (min-width: 1200px) {
  .counter-single-item {
    width: 22%;
  }
}
@media (min-width: 1400px) {
  .counter-single-item {
    width: 20%;
  }
}
.counter-single-item .icon {
  width: 70px;
  height: 70px;
  border: 1px solid #f2ede9;
  border-radius: 15px;
  text-align: center;
  line-height: 70px;
  margin-right: 0px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .counter-single-item .icon {
    margin-right: 50px;
    margin-bottom: 0;
  }
}
.counter-single-item .content .number {
  font-size: 65px;
  color: #301514;
  margin-top: -12px;
}
.counter-single-item .content .text {
  color: #6c6c6c;
}

/*****************************
* Component - Project Display
*****************************/
.project-display-single-item .content .title {
  font-size: 30px;
  color: #fff;
  margin-bottom: 5px;
}
@media (min-width: 1200px) {
  .project-display-single-item .content .title {
    font-size: 35px;
  }
}
.project-display-single-item .content .catagory {
  font-size: 12px;
  color: #fe8403;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.projects-gallery-filter-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: -30px;
}
.projects-gallery-filter-nav .btn {
  margin-right: 40px;
  margin-bottom: 30px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.projects-wrapper {
  margin-top: 40px;
}

/*****************************
* Component - Team Display
*****************************/
.team-display-single-item .content .title {
  font-size: 30px;
  color: #fff;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .team-display-single-item .content .title {
    font-size: 35px;
  }
}
.team-display-single-item .content .title-tag {
  font-size: 12px;
  font-weight: 600;
  color: #fe8403;
  text-transform: uppercase;
  margin-bottom: 30px;
}

/*****************************
* Component -Testimonial Display
*****************************/
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: transparent;
  border-color: transparent;
}

.testimonial-single-item .content {
  text-align: center;
}
@media (min-width: 1400px) {
  .testimonial-single-item .content {
    text-align: left;
  }
}
.testimonial-single-item .content .text {
  position: relative;
  font-size: 14px;
  color: #838383;
  padding-left: 10px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .testimonial-single-item .content .text {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .testimonial-single-item .content .text {
    font-size: 22px;
  }
}
.testimonial-single-item .content .text::before {
  position: absolute;
  content: '"';
  color: #f3722e;
  left: 0;
  font-style: italic;
}
.testimonial-single-item .content .text::after {
  position: absolute;
  content: '"';
  color: #f3722e;
  right: auto;
  font-style: italic;
}
.testimonial-single-item .content .name {
  margin-top: 0;
  font-size: 40px;
  color: #301514;
}
@media (min-width: 1200px) {
  .testimonial-single-item .content .name {
    margin-top: 44px;
    font-size: 50px;
  }
}
.testimonial-single-item .content .designation {
  display: inline-block;
  margin-top: 0px;
  color: #fe8403;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .testimonial-single-item .content .designation {
    margin-top: 7px;
  }
}
.testimonial-single-item.active .text {
  -webkit-animation: fadeInDown 0.5s ease 0.3s 1 backwards;
          animation: fadeInDown 0.5s ease 0.3s 1 backwards;
}
.testimonial-single-item.active .name {
  -webkit-animation: fadeInDown 0.5s ease 1s 1 backwards;
          animation: fadeInDown 0.5s ease 1s 1 backwards;
}
.testimonial-single-item.active .designation {
  -webkit-animation: fadeInDown 0.5s ease 1.3s 1 backwards;
          animation: fadeInDown 0.5s ease 1.3s 1 backwards;
}

.testimonial-tab {
  position: relative;
  max-width: 100%;
  left: 50;
  border-bottom: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  margin-bottom: -10px;
}
@media (min-width: 1400px) {
  .testimonial-tab {
    position: absolute;
    width: 50%;
    top: 11%;
    border-bottom: none;
    display: block;
    right: 50px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
@media (min-width: 1800px) {
  .testimonial-tab {
    right: 0px;
  }
}

.textimonial-curve-border {
  /*Border*/
}
@media (min-width: 1400px) {
  .textimonial-curve-border {
    display: block;
    position: absolute;
  }
}
.textimonial-curve-border .nav-link {
  position: relative;
  border: none;
  padding: 0;
  width: 70px;
  margin: 10px;
  display: inline-block;
  z-index: 99;
}
.textimonial-curve-border .nav-link img {
  width: 100%;
}
@media (min-width: 1400px) {
  .textimonial-curve-border .nav-link {
    max-width: 100%;
    position: absolute;
  }
}
.textimonial-curve-border .nav-link::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.8);
          transform: translate(-50%, -50%) scale(0.8);
  background: -webkit-gradient(linear, left top, right top, from(#f3722e), to(#ff9900));
  background: linear-gradient(90deg, #f3722e 0%, #ff9900 100%);
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.textimonial-curve-border .nav-link:hover::after, .textimonial-curve-border .nav-link.active::after {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}
.textimonial-curve-border-outside {
  background: none;
}
@media (min-width: 1400px) {
  .textimonial-curve-border-outside {
    width: 100%;
    height: 710px;
    background-repeat: no-repeat;
    background-image: url("../images/icons/testimonil-border-outside.svg");
  }
}
.textimonial-curve-border-center {
  background: none;
}
@media (min-width: 1400px) {
  .textimonial-curve-border-center {
    width: 60%;
    top: 88px;
    height: 545px;
    width: 80%;
    left: 8%;
    background-repeat: no-repeat;
    background-image: url("../images/icons/testimonil-border-center.svg");
  }
}
@media (min-width: 1800px) {
  .textimonial-curve-border-center {
    width: 63%;
  }
}
.textimonial-curve-border-inside {
  background: none;
}
@media (min-width: 1400px) {
  .textimonial-curve-border-inside {
    width: 40%;
    top: 200px;
    height: 340px;
    width: 80%;
    left: 26%;
    background-repeat: no-repeat;
    background-image: url("../images/icons/testimonil-border-inside.svg");
  }
}
@media (min-width: 1800px) {
  .textimonial-curve-border-inside {
    left: 19%;
    width: 40%;
  }
}

@media (min-width: 1400px) {
  .textimonial-curve-border-outside .nav-link:nth-child(1) {
    top: 60px;
    left: 30px;
  }
}
@media (min-width: 1400px) {
  .textimonial-curve-border-outside .nav-link:nth-child(2) {
    top: 110px;
    left: 580px;
  }
}
@media (min-width: 1400px) {
  .textimonial-curve-border-outside .nav-link:nth-child(3) {
    top: 550px;
    left: 40px;
  }
}

@media (min-width: 1400px) {
  .textimonial-curve-border-center .nav-link:nth-child(1) {
    top: -41px;
    left: 205px;
  }
}
@media (min-width: 1400px) {
  .textimonial-curve-border-center .nav-link:nth-child(2) {
    top: 409px;
    left: 415px;
  }
}

@media (min-width: 1400px) {
  .textimonial-curve-border-inside .nav-link:nth-child(1) {
    top: 50px;
    left: 280px;
  }
}
@media (min-width: 1400px) {
  .textimonial-curve-border-inside .nav-link:nth-child(2) {
    bottom: 0px;
    left: -30px;
  }
}

.quite-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

/*****************************
* Component - Client Logo Display
*****************************/
.client-logo-slider .swiper-slide {
  text-align: center;
}

.client-logo-display-single-item .image {
  -webkit-transition: all 0.001s;
  transition: all 0.001s;
}
.client-logo-display-single-item .image:hover {
  -webkit-filter: invert(62%) sepia(44%) saturate(4989%) hue-rotate(342deg) brightness(99%) contrast(93%);
          filter: invert(62%) sepia(44%) saturate(4989%) hue-rotate(342deg) brightness(99%) contrast(93%);
}

/*****************************
* Component - Blog Feed Display
*****************************/
.blog-feed-slider {
  padding-left: 0;
  margin-bottom: -30px;
}
@media (min-width: 1800px) {
  .blog-feed-slider {
    padding-left: 22px;
  }
}

.blog-feed-slider-single-item .image {
  overflow: hidden;
}
.blog-feed-slider-single-item .image img {
  width: 100%;
}
.blog-feed-slider-single-item .content {
  margin-top: 35px;
  padding: 28px 28px;
  border-radius: 35px;
  background: #f8f5f3;
}
@media (min-width: 768px) {
  .blog-feed-slider-single-item .content {
    padding: 18px 18px;
  }
}
@media (min-width: 992px) {
  .blog-feed-slider-single-item .content {
    padding: 35px 30px;
  }
}
@media (min-width: 1200px) {
  .blog-feed-slider-single-item .content {
    padding: 35px 50px;
  }
}
.blog-feed-slider-single-item .content .blog-meta {
  margin-bottom: -20px;
}
.blog-feed-slider-single-item .content .title {
  margin-top: 25px;
  margin-bottom: 20px;
  font-size: 26px;
}
@media (min-width: 768px) {
  .blog-feed-slider-single-item .content .title {
    font-size: 30px;
  }
}
.blog-feed-slider-single-item .content .title a {
  color: #301514;
}
.blog-feed-slider-single-item .content .title a:hover {
  color: #f3722e;
}

.meta-box > li {
  margin-right: 10px;
  padding: 7.5px 9px;
  margin-bottom: 20px;
  border-radius: 15px;
  background: #f7e8d9;
  text-align: center;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.meta-box > li:hover {
  background: #f7d7b6;
}
@media (min-width: 992px) {
  .meta-box > li {
    margin-right: 15px;
    padding: 7.5px 17px;
  }
}
@media (min-width: 1200px) {
  .meta-box > li {
    margin-right: 15px;
    padding: 7.5px 20px;
  }
}
.meta-box > li:last-child {
  margin-right: 0;
}
.meta-box > li .title {
  font-weight: 600;
  color: #301514;
  padding-right: 5px;
}
.meta-box > li a {
  color: #757575;
}
.meta-box > li i {
  color: #f3722e;
}
.meta-box .list-item {
  display: inline;
}
.meta-box .list-item li {
  display: inline;
  margin-right: 8px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.meta-box .list-item li:last-child {
  margin-right: 0;
}
.meta-box .list-item li a, .meta-box .list-item li i {
  color: #757575;
}
.meta-box .list-item li a:hover, .meta-box .list-item li i:hover {
  color: #301514;
}

.meta-box-content {
  display: i;
}

/*****************************
* Component - Form
*****************************/
.form-group-single-item {
  position: relative;
}
.form-group-single-item input, .form-group-single-item textarea {
  background: #fff;
  border-radius: 10px;
  padding: 15px 30px;
  position: relative;
  border: 1px solid transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  outline: none;
}
.form-group-single-item input::-webkit-input-placeholder, .form-group-single-item textarea::-webkit-input-placeholder {
  color: #757575;
  background-image: url("images/some-red-star.png") no-repeat;
}
.form-group-single-item input::-moz-placeholder, .form-group-single-item textarea::-moz-placeholder {
  color: #757575;
  background-image: url("images/some-red-star.png") no-repeat;
}
.form-group-single-item input:-ms-input-placeholder, .form-group-single-item textarea:-ms-input-placeholder {
  color: #757575;
  background-image: url("images/some-red-star.png") no-repeat;
}
.form-group-single-item input::-ms-input-placeholder, .form-group-single-item textarea::-ms-input-placeholder {
  color: #757575;
  background-image: url("images/some-red-star.png") no-repeat;
}
.form-group-single-item input::placeholder, .form-group-single-item textarea::placeholder {
  color: #757575;
  background-image: url("images/some-red-star.png") no-repeat;
}
.form-group-single-item input:focus, .form-group-single-item textarea:focus {
  border-color: #fe8403;
}
.form-group-single-item label {
  position: absolute;
  left: 30px;
  top: 15px;
  z-index: 1;
  color: #757575;
  font-size: 15px;
}
.form-group-single-item label::after {
  content: "*";
  color: #fe8403;
  padding-left: 5px;
}
.form-group-single-item-inner-bg input, .form-group-single-item-inner-bg textarea {
  background: #f8f5f3;
}

/*****************************
* Component - Breadcrumb
*****************************/
.breadcrumb-wrapper {
  position: relative;
  z-index: 12;
}
.breadcrumb-wrapper .image {
  width: 100%;
  height: 350px;
}
@media (min-width: 992px) {
  .breadcrumb-wrapper .image {
    height: 400px;
  }
}
@media (min-width: 1200px) {
  .breadcrumb-wrapper .image {
    height: auto;
  }
}
.breadcrumb-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.breadcrumb-wrapper .content {
  position: absolute;
  top: calc(50% + 70px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.breadcrumb-wrapper .content .title {
  font-size: 50px;
  color: #fff;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .breadcrumb-wrapper .content .title {
    font-size: 60px;
  }
}
@media (min-width: 1400px) {
  .breadcrumb-wrapper .content .title {
    font-size: 70px;
  }
}
@media (min-width: 1800px) {
  .breadcrumb-wrapper .content .title {
    font-size: 80px;
  }
}

.breadcrumb-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-left: 20px;
}
.breadcrumb-link::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 4px;
  background: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.breadcrumb-link li {
  position: relative;
  font-size: 15px;
  color: #fff;
  padding-left: 25px;
  font-weight: 500;
  text-transform: uppercase;
}
.breadcrumb-link li::before {
  position: absolute;
  content: "-";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  left: calc(100% + 10px);
  display: block;
}
.breadcrumb-link li:last-child::before {
  display: none;
}
.breadcrumb-link a {
  color: #fff;
}

/*****************************
* Component - Comment
*****************************/
.comment-single-item {
  background: #f8f5f3;
  border-radius: 35px;
  padding: 40px 40px;
  margin-bottom: 30px;
}
.comment-single-item:last-child {
  margin-bottom: 0;
}
.comment-single-item .image {
  margin-right: 40px;
  width: 160px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .comment-single-item .image {
    margin-bottom: 0;
  }
}
.comment-single-item .image img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 35px;
  border: 4px solid rgba(255, 255, 255, 0.45);
}
.comment-single-item .top {
  margin-bottom: 20px;
}
.comment-single-item .top .left.user-profile .name {
  font-size: 35px;
  font-weight: 500;
  color: #301514;
}
.comment-single-item .top .left.user-profile .designation {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.2px;
  line-height: 3.16;
}
.comment-single-item .top .right .comment-time {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .comment-single-item .top .right .comment-time {
    margin-right: 30px;
  }
}
.comment-single-item-reply {
  margin-left: 0px;
}
@media (min-width: 992px) {
  .comment-single-item-reply {
    margin-left: 50px;
  }
}
@media (min-width: 1400px) {
  .comment-single-item-reply {
    margin-left: 200px;
  }
}

/*****************************
* Component - Pagination
*****************************/
.pagination-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: -20px;
}
.pagination-nav li {
  margin-right: 20px;
  margin-bottom: 20px;
}
.pagination-nav li:last-child {
  margin-right: 0;
}
.pagination-nav li.active a,
.pagination-nav li a:hover {
  color: #ff9900;
  border-color: #ff9900;
}
.pagination-nav li a {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 2px solid #f2ede9;
  border-radius: 50%;
  font-size: 20px;
}
@media (min-width: 992px) {
  .pagination-nav li a {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}

/*****************************
Components - Sidebar Widget
*****************************/
.siderbar-section {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .siderbar-section {
    margin-top: 80px;
  }
}
@media (min-width: 992px) {
  .siderbar-section {
    margin-top: 0;
  }
}

.sidebar-single-widget {
  margin-top: 20px;
  margin-bottom: 40px;
}
.sidebar-single-widget:first-child {
  margin-top: 0px;
}
.sidebar-single-widget:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.sidebar-title {
  font-size: 26px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: 700;
  padding-bottom: 15px;
  position: relative;
  color: #301514;
}
.sidebar-title::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 3px;
  left: 0;
  bottom: -1.5px;
  background: -webkit-gradient(linear, left top, right top, from(#f3722e), to(#ff9900));
  background: linear-gradient(90deg, #f3722e 0%, #ff9900 100%);
}

.sidebar-banner {
  margin: 0 auto;
  display: block;
}

.default-search-style {
  position: relative;
}

.default-search-style-input-box {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 15px 30px;
  position: relative;
  border: 1px solid #301514;
  color: #301514;
  padding-right: 80px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.default-search-style-input-box:focus {
  border-color: #ff9900;
}

.default-search-style-input-btn {
  position: absolute;
  top: 0%;
  right: 0;
  line-height: 60px;
  font-size: 22px;
  width: 60px;
  height: 60px;
}

.tag-link {
  margin-bottom: -10px;
}
.tag-link a {
  margin-right: 10px;
  padding: 5px 15px;
  margin-bottom: 10px;
  border-radius: 15px;
  background: #f7e8d9;
  text-align: center;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tag-link a:hover {
  background: #f7d7b6;
  color: #25100f;
}

.sidebar-menu li {
  margin-bottom: 14px;
}
.sidebar-menu li:last-child {
  margin-bottom: 0;
}
.sidebar-menu li a {
  font-weight: 700;
  color: #301514;
}
.sidebar-menu li a:hover {
  color: #f3722e;
}

.accordion-title {
  color: #301514;
  font-weight: 700;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}

.accordion-title {
  position: relative;
}

.collapsed.accordion-title i {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}

.accordion-title i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  line-height: 1.6;
  font-size: 22px;
}

.accordion-category-list li {
  margin-top: 7px;
  margin-bottom: 7px;
  padding-left: 10px;
}
.accordion-category-list li a {
  color: #757575;
}

/*Pages*/
/*****************************
* Pages - Service
*****************************/
.working-process-section > .content > .title {
  font-size: 40px;
  color: #25100f;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .working-process-section > .content > .title {
    font-size: 60px;
  }
}

.service-content-wrapper > .content > .title-tag {
  text-transform: uppercase;
}
.service-content-wrapper > .content > .title {
  color: #301514;
  font-size: 40px;
  margin-bottom: 27px;
  text-transform: capitalize;
}
@media (min-width: 992px) {
  .service-content-wrapper > .content > .title {
    font-size: 60px;
  }
}
.service-content-wrapper .image-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.service-content-wrapper .image-group .image {
  width: 100%;
  overflow: hidden;
  margin-right: 40px;
}
@media (min-width: 768px) {
  .service-content-wrapper .image-group .image {
    margin-right: 60px;
  }
}
@media (min-width: 1200px) {
  .service-content-wrapper .image-group .image {
    margin-right: 90px;
  }
}
.service-content-wrapper .image-group .image:last-child {
  margin-right: 0;
}
.service-content-wrapper .image-group img {
  width: 100%;
}

.working-process-section {
  padding-left: 50px;
  padding-right: 50px;
}
@media (min-width: 992px) {
  .working-process-section {
    padding-left: 70px;
    padding-right: 70px;
  }
}

.working-process-arrow {
  margin-top: 60px;
}

.download-wrapper {
  border-top: 4px solid #f8f5f3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.download-wrapper .content > .title {
  font-size: 40px;
  color: #25100f;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .download-wrapper .content > .title {
    font-size: 60px;
  }
}
.download-wrapper .download-links a {
  margin-bottom: 30px;
  margin-right: 20px;
}
@media (min-width: 576px) {
  .download-wrapper .download-links a {
    margin-bottom: 0;
  }
}
.download-wrapper .download-links a:last-child {
  margin-right: 0;
}

/*****************************
* Pages - Project
*****************************/
.projects-gallery-filter-nav .btn {
  margin-right: 15px;
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .projects-gallery-filter-nav .btn {
    margin-right: 40px;
    margin-bottom: 30px;
  }
}
.projects-gallery-filter-nav .btn-outline-secondary {
  padding: 8px 20px;
}
@media (min-width: 576px) {
  .projects-gallery-filter-nav .btn-outline-secondary {
    padding: 8px 30px;
  }
}

.project-box-wrapper {
  margin-bottom: 60px;
}
.project-box-wrapper:last-child {
  margin-bottom: 0;
}
.project-box-wrapper .image {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.project-box-wrapper .image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.project-content-box {
  background: #f8f5f3;
  padding: 50px 30px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .project-content-box {
    padding: 50px 40px;
  }
}
@media (min-width: 992px) {
  .project-content-box {
    padding: 50px 60px;
  }
}

.project-info {
  margin-bottom: 40px;
}
.project-info .title-info {
  position: relative;
  font-weight: 600;
  font-size: 18px;
  color: #301514;
  padding-right: 100px;
  width: 30%;
}
@media (min-width: 576px) {
  .project-info .title-info {
    width: 35%;
  }
}
@media (min-width: 768px) {
  .project-info .title-info {
    width: 30%;
  }
}
@media (min-width: 992px) {
  .project-info .title-info {
    width: 45%;
  }
}
@media (min-width: 1400px) {
  .project-info .title-info {
    width: 30%;
  }
}
.project-info .title-info::after {
  position: absolute;
  content: "-";
  top: 0;
  right: 40px;
  visibility: hidden;
}
@media (min-width: 576px) {
  .project-info .title-info::after {
    visibility: visible;
  }
}
.project-info .info-details {
  width: auto;
}
.project-info li {
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 7px;
}
.project-info li:last-child {
  margin-bottom: 0;
}

/*****************************
* Pages - Error 404
*****************************/
.error-404-section-wrapper .p-tb-100 {
  padding: 0;
}
@media (min-width: 768px) {
  .error-404-section-wrapper .p-tb-100 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .error-404-section-wrapper .p-tb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.error-404-box {
  background: #f8f5f3;
  border-radius: 50%;
  text-align: center;
  width: 300px;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  position: relative;
  z-index: 11;
}
@media (min-width: 576px) {
  .error-404-box {
    width: 480px;
    height: 480px;
  }
}
@media (min-width: 768px) {
  .error-404-box {
    width: 700px;
    height: 700px;
  }
}
@media (min-width: 1200px) {
  .error-404-box {
    width: 775px;
    height: 775px;
  }
}
.error-404-box .image {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .error-404-box .image {
    margin-bottom: 50px;
  }
}
.error-404-box .image img {
  width: 45%;
}
@media (min-width: 768px) {
  .error-404-box .image img {
    width: 100%;
  }
}
.error-404-box .title {
  font-size: 28px;
  color: #301514;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .error-404-box .title {
    font-size: 70px;
    margin-bottom: 45px;
  }
}
.error-404-box .title span {
  font-size: 30px;
  color: #757575;
}

@-webkit-keyframes border-animation-404-1 {
  0% {
    -webkit-transform: translateX(calc(0% + 100px));
            transform: translateX(calc(0% + 100px));
  }
  25% {
    -webkit-transform: translateY(calc(0% + 100px));
            transform: translateY(calc(0% + 100px));
  }
  50% {
    -webkit-transform: translateX(calc(0% - 100px));
            transform: translateX(calc(0% - 100px));
  }
  100% {
    -webkit-transform: translateY(calc(0% - 100px));
            transform: translateY(calc(0% - 100px));
  }
}

@keyframes border-animation-404-1 {
  0% {
    -webkit-transform: translateX(calc(0% + 100px));
            transform: translateX(calc(0% + 100px));
  }
  25% {
    -webkit-transform: translateY(calc(0% + 100px));
            transform: translateY(calc(0% + 100px));
  }
  50% {
    -webkit-transform: translateX(calc(0% - 100px));
            transform: translateX(calc(0% - 100px));
  }
  100% {
    -webkit-transform: translateY(calc(0% - 100px));
            transform: translateY(calc(0% - 100px));
  }
}
.error-404-box-border-animate li {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #f8f5f3;
  border-radius: 50%;
  z-index: -1;
  animation: border-animation-404-1 linear infinite alternate-reverse;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.error-404-box-border-animate li:nth-child(1) {
  top: 0;
  left: 0;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}
.error-404-box-border-animate li:nth-child(2) {
  top: 0;
  right: calc(0% + 104px);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}
.error-404-box-border-animate li:nth-child(3) {
  top: calc(0% + 104px);
  left: 0;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
}
.error-404-box-border-animate li:nth-child(4) {
  bottom: calc(0% + 104px);
  left: 0;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
  -webkit-animation-duration: 9s;
          animation-duration: 9s;
}

/*****************************
* Pages - Price
*****************************/
/*Price Tab*/
.pricing-tab {
  text-align: center;
}
.pricing-tab .nav-tabs {
  border: 1px solid #f2f2f2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 20px;
}
.pricing-tab .nav-tabs .nav-link {
  padding: 4px 34px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 20px;
  border: none !important;
}
.pricing-tab .nav-tabs .nav-link.active {
  background: -webkit-gradient(linear, left top, right top, from(#f3722e), to(#ff9900));
  background: linear-gradient(90deg, #f3722e 0%, #ff9900 100%);
  color: #fff;
}
.pricing-tab .nav-tabs .nav-link:hover, .pricing-tab .nav-tabs .nav-link:focus {
  border-color: none !important;
}

.price-content-single-wrapper {
  margin-top: 80px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 55px;
}
@media (min-width: 768px) {
  .price-content-single-wrapper {
    -ms-grid-columns: 1fr 55px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .price-content-single-wrapper {
    grid-column-gap: 55px;
    -ms-grid-columns: 1fr 55px 1fr 55px 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
}

/*Pricing Box*/
.price-box-single-item {
  background: #f8f5f3;
  border-radius: 35px;
  padding: 105px 30px 60px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.price-box-single-item .price-top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.price-box-single-item .price-value {
  text-transform: uppercase;
  width: 130px;
  height: 130px;
  background: -webkit-gradient(linear, left top, right top, from(#f3722e), to(#ff9900));
  background: linear-gradient(90deg, #f3722e 0%, #ff9900 100%);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  z-index: 2;
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.price-box-single-item .price-value::after {
  position: absolute;
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background: #fff;
  border-radius: 50%;
  z-index: -1;
}
.price-box-single-item .price-value .price {
  font-size: 45px;
  color: #301514;
  line-height: 1;
}
.price-box-single-item .price-value .text {
  margin-top: -5px;
  font-size: 12px;
}
.price-box-single-item .price-tag {
  width: 220px;
  height: 220px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}
.price-box-single-item .price-tag::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  background: -webkit-gradient(linear, left top, right top, from(#f3722e), to(#ff9900));
  background: linear-gradient(90deg, #f3722e 0%, #ff9900 100%);
  opacity: 0;
  z-index: -1;
  border-radius: 50%;
}
.price-box-single-item .price-tag .tag {
  font-size: 38px;
  font-weight: 500;
  background: -webkit-gradient(linear, left top, right top, from(#f3722e), to(#ff9900));
  background: linear-gradient(90deg, #f3722e 0%, #ff9900 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.price-box-single-item .price-list-text {
  text-align: center;
  font-size: 18px;
  margin-bottom: 50px;
}
.price-box-single-item .price-list-text li {
  margin-bottom: 12px;
}
.price-box-single-item:hover .price-tag::after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.price-box-single-item:hover .price-tag .tag {
  background: #fff;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*****************************
* Pages - Blog
*****************************/
.blog-details-box-wrapper .default-content {
  border-bottom: 2px solid #f8f5f3;
  padding-bottom: 60px;
}
.blog-details-box-wrapper .data-nav-arrow-box {
  margin-top: 50px;
}

.blog-quote {
  border-radius: 35px;
  padding: 40px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (min-width: 576px) {
  .blog-quote {
    padding: 50px 50px;
  }
}
@media (min-width: 992px) {
  .blog-quote {
    padding: 61px 60px;
  }
}
@media (min-width: 1200px) {
  .blog-quote {
    padding: 61px 70px;
  }
}
.blog-quote::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url("../images/icons/quotation.png");
  width: 190px;
  height: 175px;
}

.blog-quote-text {
  font-size: 28px;
  line-height: 1.38;
  font-weight: 400;
  margin-bottom: -5px;
}

.blog-section-wrapper .blog-feed-slider-single-item {
  margin-bottom: 60px;
}

/*****************************
* Pages - Contact
*****************************/
.contact-box-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1200px) {
  .contact-box-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.contact-box-info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 30px;
}
@media (min-width: 768px) {
  .contact-box-info {
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .contact-box-info {
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}

.contact-box-info {
  margin-right: 0px;
}
@media (min-width: 1200px) {
  .contact-box-info {
    margin-right: 70px;
  }
}

.contact-info-single-item {
  background: #f8f5f3;
  border-radius: 15px;
  padding: 32.5px 40px;
  z-index: 1;
  position: relative;
}
.contact-info-single-item::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#f3722e), to(#ff9900));
  background: linear-gradient(90deg, #f3722e 0%, #ff9900 100%);
  -webkit-transform: scale(0.985);
          transform: scale(0.985);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: -1;
  border-radius: 25px;
  opacity: 0;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (min-width: 1200px) {
  .contact-info-single-item {
    padding: 32.5px 60px;
  }
}
.contact-info-single-item .icon {
  width: 80px;
  height: 80px;
  text-align: center;
  background: #fff;
  line-height: 80px;
  border-radius: 15px;
  margin-bottom: 30px;
}
.contact-info-single-item .content .title-tag {
  color: #fe8403;
  font-weight: 500;
  text-transform: uppercase;
}
.contact-info-single-item .content .info-text {
  margin-top: 15px;
  font-size: 35px;
  font-weight: 500;
  color: #301514;
}
.contact-info-single-item .content .info-text * {
  color: #301514;
}
.contact-info-single-item:hover::after {
  background: -webkit-gradient(linear, left top, right top, from(#f3722e), to(#ff9900));
  background: linear-gradient(90deg, #f3722e 0%, #ff9900 100%);
  -webkit-transform: scale(1);
          transform: scale(1);
  visibility: visible;
  opacity: 1;
}
.contact-info-single-item:hover .title-tag {
  color: #fff;
}
.contact-info-single-item:hover .info-text {
  color: #fff;
}
.contact-info-single-item:hover .info-text * {
  color: #fff;
}

.contact-box-contact-form {
  margin-top: 60px;
}
@media (min-width: 1200px) {
  .contact-box-contact-form {
    margin-top: 0;
  }
}

.gmap-box {
  height: 530px;
  overflow: hidden;
  border-radius: 15px;
}
.gmap-box iframe {
  width: 100%;
  height: 100%;
}

/*****************************
* Pages - About
*****************************/
.about-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.about-wrapper:last-child {
  margin-bottom: 0;
}
.about-wrapper .content {
  width: 100%;
}
.about-wrapper .content .title-tag {
  font-size: 22px;
  letter-spacing: 0.8px;
  line-height: 1.4;
}
.about-wrapper .content .title {
  font-size: 40px;
  font-weight: 500;
  text-transform: uppercase;
  color: #301514;
  margin-top: 15px;
}
@media (min-width: 576px) {
  .about-wrapper .content .title {
    font-size: 50px;
  }
}
@media (min-width: 1200px) {
  .about-wrapper .content .title {
    font-size: 70px;
  }
}
.about-wrapper .content .sub-title {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3;
  text-transform: uppercase;
  color: #301514;
  margin-top: 10px;
  margin-bottom: 35px;
}
@media (min-width: 576px) {
  .about-wrapper .content .sub-title {
    font-size: 34px;
  }
}
@media (min-width: 1200px) {
  .about-wrapper .content .sub-title {
    font-size: 48px;
  }
}
.about-wrapper .image {
  width: 100%;
}
.about-wrapper .image img {
  width: 100%;
  border-radius: 35px;
}
@media (min-width: 1200px) {
  .about-wrapper .image img {
    margin-right: 0;
  }
}
.about-wrapper-1 {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .about-wrapper-1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 992px) {
  .about-wrapper-1 .content {
    width: 45%;
  }
}
.about-wrapper-1 .image {
  margin-top: 30px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
@media (min-width: 992px) {
  .about-wrapper-1 .image {
    margin-top: 0px;
    width: calc(55% - 100px);
  }
}
@media (min-width: 1400px) {
  .about-wrapper-1 .image {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
.about-wrapper-1 .image img {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) {
  .about-wrapper-1 .image img {
    height: 500px;
  }
}
.about-wrapper-2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media (min-width: 992px) {
  .about-wrapper-2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (min-width: 992px) {
  .about-wrapper-2 .content {
    width: calc(55% - 100px);
  }
}
.about-wrapper-2 .image {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .about-wrapper-2 .image {
    margin-bottom: 0px;
    width: 45%;
  }
}
@media (min-width: 992px) {
  .about-wrapper-2 .image {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}
@media (min-width: 1400px) {
  .about-wrapper-2 .image {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}

.about-wrap-section.m-t-70 {
  margin-top: 0;
}
@media (min-width: 576px) {
  .about-wrap-section.m-t-70 {
    margin-top: 60px;
  }
}
@media (min-width: 576px) {
  .about-wrap-section.counter-display-section {
    margin-top: 0px;
  }
}

/*Layout*/
/*****************************
* Layout - Header
*****************************/
.header-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

/*Header Top*/
.header-top {
  background: #301514;
  color: #fffefe;
  padding-top: 10px;
  padding-bottom: 10px;
}
.header-top P {
  margin-bottom: 0;
}
.header-top-left {
  position: relative;
  padding-left: 50px;
}
.header-top-left::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 35px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fffefe;
}
.header-top-right .text {
  color: #f3722e;
  padding-right: 5px;
}

/*Header Bottom*/
.header-bottom {
  background: rgba(48, 21, 20, 0.05);
  /*Header Logo*/
  /*Header Menu*/
  /*Header Social Link*/
}
.header-bottom .logo {
  width: 190px;
  overflow: hidden;
}
.header-bottom .logo img {
  width: 100%;
}
.header-bottom .header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-bottom .header-nav > li > a {
  padding-right: 20px;
  padding-left: 20px;
  line-height: 100px;
  display: inline-block;
  color: #fff;
  position: relative;
}
@media (min-width: 1200px) {
  .header-bottom .header-nav > li > a {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.header-bottom .header-nav > li > a:hover {
  color: #301514;
}
.header-bottom .header-nav > li > a::after {
  position: absolute;
  content: "";
  top: 0;
  left: auto;
  right: 0;
  width: 0%;
  height: 100%;
  background: rgba(48, 21, 20, 0.07);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header-bottom .header-nav > li > a:hover::after {
  left: 0;
  width: 100%;
}
.header-bottom .header-nav .has-dropdown {
  position: relative;
}
.header-bottom .header-nav .has-dropdown:hover .submenu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) scaleY(1);
          transform: translateY(0) scaleY(1);
}
.header-bottom .header-nav .submenu {
  position: absolute;
  top: 100%;
  left: 0%;
  width: 240px;
  background: -webkit-gradient(linear, left top, right top, from(#f3722e), to(#ff9900));
  background: linear-gradient(90deg, #f3722e 0%, #ff9900 100%);
  border-radius: 0 0 5px 5px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s cubic-bezier(0.2, 0, 0.2, 1), -webkit-transform 0.1s cubic-bezier(0.2, 0, 0.2, 1);
  transition: opacity 0.2s cubic-bezier(0.2, 0, 0.2, 1), -webkit-transform 0.1s cubic-bezier(0.2, 0, 0.2, 1);
  transition: transform 0.1s cubic-bezier(0.2, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.2, 0, 0.2, 1);
  transition: transform 0.1s cubic-bezier(0.2, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.2, 0, 0.2, 1), -webkit-transform 0.1s cubic-bezier(0.2, 0, 0.2, 1);
  -webkit-transform: translateY(0px) scaleY(0.2);
          transform: translateY(0px) scaleY(0.2);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 9;
}
.header-bottom .header-nav .submenu a {
  padding: 10px 25px;
  display: block;
  position: relative;
  color: #fff;
}
.header-bottom .header-nav .submenu a::after {
  position: absolute;
  content: "";
  top: 0;
  left: auto;
  right: 0;
  width: 0%;
  height: 100%;
  background: rgba(48, 21, 20, 0.07);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header-bottom .header-nav .submenu a:hover::after {
  left: 0;
  width: 100%;
}

/*Main Menu Style*/
.sticky-header.sticky {
  position: fixed;
  z-index: 99;
  width: 100%;
  top: 0;
  background: #ff9900;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-duration: 900ms;
          animation-duration: 900ms;
  -webkit-animation-timing-function: cubic-bezier(0.2, 1, 0.22, 1);
          animation-timing-function: cubic-bezier(0.2, 1, 0.22, 1);
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: none;
          animation-fill-mode: none;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  border-bottom: 0;
}

/*****************************
* Layout - Footer
*****************************/
.footer-bg {
  background-color: #301514;
  position: relative;
  z-index: 11;
}
.footer-bg::after {
  content: "";
  position: absolute;
  width: 100%;
  background: url(../images/background/footer-bg.png);
  bottom: calc(0% + 99px);
  height: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  z-index: -1;
}
@media (min-width: 768px) {
  .footer-bg::after {
    bottom: calc(0% + 54px);
  }
}

.footer-top {
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #392120;
}
.footer-top .bg-color-bold-red {
  background: #25100f;
  position: absolute;
  width: calc(100% - 600px);
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 1400px) {
  .footer-top .bg-color-bold-red {
    width: calc(100% - 350px);
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 1800px) {
  .footer-top .bg-color-bold-red {
    width: calc(100% - 600px);
  }
}

.footer-top-wrapper {
  padding-top: 70px;
  padding-bottom: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  .footer-top-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.footer-top-wrapper .logo {
  width: 40%;
  display: inline-block;
}
@media (min-width: 1200px) {
  .footer-top-wrapper .logo {
    width: 30%;
  }
}
@media (min-width: 1800px) {
  .footer-top-wrapper .logo {
    width: 30%;
  }
}
.footer-top-wrapper .newsletter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 7px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .footer-top-wrapper .newsletter {
    width: 70%;
  }
}
@media (min-width: 992px) {
  .footer-top-wrapper .newsletter {
    margin-top: 0;
    width: 45%;
  }
}
@media (min-width: 1200px) {
  .footer-top-wrapper .newsletter {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 0;
    width: 70%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.footer-top-wrapper .newsletter .content .title-tag {
  font-size: 22px;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-weight: 600;
}
.footer-top-wrapper .newsletter .content .sub-title {
  font-size: 40px;
  color: #fff;
}
.footer-top-wrapper .newsletter-form {
  width: 100%;
  margin-left: 0px;
}
@media (min-width: 1200px) {
  .footer-top-wrapper .newsletter-form {
    width: 48%;
    margin-left: 86px;
  }
}
@media (min-width: 1400px) {
  .footer-top-wrapper .newsletter-form {
    width: 55%;
    margin-left: 86px;
  }
}
.footer-top-wrapper .newsletter-form-group {
  position: relative;
}
.footer-top-wrapper .newsletter-form-group input {
  width: 100%;
  background: #301514;
  border-radius: 10px;
  padding: 15px 30px;
  position: relative;
  border: 1px solid #fff;
  color: #f8f5f3;
  padding-right: 80px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.footer-top-wrapper .newsletter-form-group input::-webkit-input-placeholder {
  color: #bca09f;
}
.footer-top-wrapper .newsletter-form-group input::-moz-placeholder {
  color: #bca09f;
}
.footer-top-wrapper .newsletter-form-group input:-ms-input-placeholder {
  color: #bca09f;
}
.footer-top-wrapper .newsletter-form-group input::-ms-input-placeholder {
  color: #bca09f;
}
.footer-top-wrapper .newsletter-form-group input::placeholder {
  color: #bca09f;
}
.footer-top-wrapper .newsletter-form-group input:focus {
  border-color: #f3722e;
}
.footer-top-wrapper .newsletter-form-group .newsletter-submit-btn {
  position: absolute;
  top: 0%;
  right: 0;
  line-height: 60px;
  font-size: 22px;
  width: 60px;
  height: 60px;
}

.footer-center {
  padding-bottom: 89px;
  margin-bottom: -60px;
}
@media (min-width: 768px) {
  .footer-center {
    padding-bottom: 109px;
  }
}
@media (min-width: 1200px) {
  .footer-center {
    padding-bottom: 335px;
  }
}

.footer-widget-single-item {
  margin-bottom: 60px;
}
@media (min-width: 1200px) {
  .footer-widget-single-item {
    margin-bottom: 0px;
  }
}
.footer-widget-single-item .title {
  font-size: 35px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 47px;
  text-transform: uppercase;
}

/*Footer About*/
.footer-about {
  margin-top: -10px;
  font-size: 15px;
}
.footer-about li {
  margin-bottom: 6px;
}
.footer-about li:last-child {
  margin-bottom: 0;
}
.footer-about .text,
.footer-about .text a {
  color: #cbcbcb;
}
.footer-about .text-marker {
  color: #fe8403;
  margin-right: 10px;
}

/*Footer Recent Blog*/
.footer-blog li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #392120;
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer-blog li:first-child {
  padding-top: 0;
}
.footer-blog .content {
  margin-left: 20px;
  margin-top: -10px;
  width: 100%;
}
@media (min-width: 768px) {
  .footer-blog .content {
    width: 210px;
  }
}
@media (min-width: 768px) {
  .footer-blog .content {
    width: 210px;
  }
}
@media (min-width: 1200px) {
  .footer-blog .content {
    width: 210px;
  }
}
.footer-blog .image {
  width: 44px;
  height: 44px;
  overflow: hidden;
  display: inline-block;
}
.footer-blog .image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer-blog .title {
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #cbcbcb;
}
.footer-blog .title:hover {
  color: #fe8403;
}
.footer-blog .date {
  display: block;
  color: #fe8403;
  margin-top: 7px;
}

/*Footer Navigation*/
.footer-nav {
  margin-top: -10px;
}
.footer-nav a {
  position: relative;
  display: inline-block;
  color: #cbcbcb;
  margin-bottom: 12px;
  padding-left: 33px;
}
.footer-nav a::before {
  position: absolute;
  content: "\ea94";
  font-family: "IcoFont";
  font-size: 17px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.footer-nav a:hover {
  color: #fe8403;
}

.footer-bottom {
  background: #25100f;
  padding-top: 21px;
  padding-bottom: 21px;
}

.footer-copyright {
  color: #fff;
}
.footer-copyright a, .footer-copyright i {
  color: #fe8403;
}

.footer-soacial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-soacial li {
  margin-right: 30px;
  position: relative;
}
.footer-soacial li::after {
  content: "|";
  position: absolute;
  display: block;
  color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: calc(100% + 15px);
}
.footer-soacial li:last-child {
  margin-right: 0;
}
.footer-soacial li:last-child::after {
  display: none;
}
.footer-soacial a {
  color: #fff;
  text-transform: capitalize;
}
.footer-soacial a:hover {
  color: #fe8403;
}

/*****************************
* Layout - Mobile Layout
*****************************/
/*****************************
* Layout - Header
*****************************/
.mobile-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background: rgba(48, 21, 20, 0.05);
  padding: 20px 0;
}

.mobile-action-link {
  font-size: 24px;
}
.mobile-action-link a {
  color: #fff;
}

/*****************************
* Layout - Offcanvas
*****************************/
.offcanvas {
  z-index: 999999;
  position: fixed;
  top: 0;
  overflow: auto;
  height: 100vh;
  padding: 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #301514;
  width: 300px;
  overflow-x: hidden;
}
@media (min-width: 576px) {
  .offcanvas {
    width: 400px;
  }
}

.offcanvas-leftside {
  left: 0%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.offcanvas-rightside {
  right: 0%;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.offcanvas.offcanvas-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
		  visibility:visible;
}

.offcanvas-overlay {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
}

.offcanvas-header {
  margin-bottom: 30px;
}

.offcanvas-close {
  width: 40px;
  height: 40px;
  font-size: 30px;
  line-height: 38px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #fff;
}

.offcanvas-title {
  margin-bottom: 40px;
}

/*****************************
* Layout - Offcanvas Menu
*****************************/
/*Mobile Menu Bottom Area*/
.offcanvas-menu {
  margin: 20px 0;
}

.offcanvas-menu li {
  position: relative;
  padding: 7px 5px;
}

.offcanvas-menu > ul > li {
  border-bottom: 1px solid transparent;
}

.offcanvas-menu > ul > li:last-child {
  border-bottom: none;
}

.offcanvas-menu li a {
  display: block;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.offcanvas-menu li a:hover {
  color: #fff;
}

.offcanvas-menu li .mobile-sub-menu {
  display: none;
}

.offcanvas-menu-expand::after {
  content: "\eaa0";
  position: absolute;
  font-family: "IcoFont";
  right: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
  font-size: 18px;
  line-height: 1.8;
}

.offcanvas-menu .active > .offcanvas-menu-expand:last-child,
.sub-menu > .active .offcanvas-menu-expand:last-child {
  border-bottom: none;
}

.offcanvas-menu .active > .offcanvas-menu-expand::after,
.sub-menu > .active .offcanvas-menu-expand::after {
  color: #fff;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/*Mobile Address*/
.mobile-contact-info .address span {
  display: block;
  color: #fff;
}

.mobile-social-link {
  margin-top: 20px;
  text-align: center;
}
.mobile-social-link a {
  color: #fff;
  margin-right: 30px;
}
.mobile-social-link a:last-child {
  margin-right: 0;
}

.mobile-contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/**
* material-scrolltop
*
* Author: Bartholomej
* Website: https://github.com/bartholomej/material-scrolltop
* Docs: https://github.com/bartholomej/material-scrolltop
* Repo: https://github.com/bartholomej/material-scrolltop
* Issues: https://github.com/bartholomej/material-scrolltop/issues
*/
.material-scrolltop {
  z-index: 999;
  display: block;
  position: fixed;
  width: 0;
  height: 0;
  bottom: 23px;
  right: 23px;
  padding: 0;
  overflow: hidden;
  outline: none;
  border: none;
  border-radius: 2px;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
  cursor: hand;
  border-radius: 50%;
  background: #ff9900;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
}
.material-scrolltop:hover {
  background-color: #ff9900;
  text-decoration: none;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5), 0 3px 15px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5), 0 3px 15px rgba(0, 0, 0, 0.5);
}
.material-scrolltop::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  width: 0;
  border-radius: 100%;
  background: #ffa826;
}
.material-scrolltop:active::before, .material-scrolltop.nice-select.open::before {
  width: 120%;
  padding-top: 120%;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.material-scrolltop.reveal {
  width: 56px;
  height: 56px;
}
.material-scrolltop span {
  display: block;
  font-size: 25px;
  color: #fff;
}

.material-scrolltop, .material-scrolltop::before {
  background-image: url(../images/icons/top-arrow.svg);
  background-position: center 50%;
  background-repeat: no-repeat;
}

.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 15px;
  font-weight: normal;
  height: 60px;
  line-height: 58px;
  outline: none;
  padding-left: 30px;
  padding-right: 42px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: 100%;
}
.nice-select:hover {
  border-color: transparent;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #fe8403;
}
.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
          transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}
.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: #cccccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 60px;
  line-height: 58px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 58px;
  min-height: 58px;
}
.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
          box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-30px);
          transform: scale(0.75) translateY(-30px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 58px;
  list-style: none;
  min-height: 58px;
  outline: none;
  padding-left: 30px;
  padding-right: 41px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6;
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}
  .mb-xxl-n5 {
    margin-bottom: -25px !important;
  }

  .mb-xxl-n6 {
    margin-bottom: -30px !important;
  }

  .mb-xxl-n7 {
    margin-bottom: -35px !important;
  }

  .mb-xxl-n8 {
    margin-bottom: -40px !important;
  }

  .mb-xxl-n9 {
    margin-bottom: -45px !important;
  }

  .mb-xxl-n10 {
    margin-bottom: -50px !important;
  }

  .ms-xxl-n1 {
    margin-left: -5px !important;
  }

  .ms-xxl-n2 {
    margin-left: -10px !important;
  }

  .ms-xxl-n3 {
    margin-left: -15px !important;
  }

  .ms-xxl-n4 {
    margin-left: -20px !important;
  }

  .ms-xxl-n5 {
    margin-left: -25px !important;
  }

  .ms-xxl-n6 {
    margin-left: -30px !important;
  }

  .ms-xxl-n7 {
    margin-left: -35px !important;
  }

  .ms-xxl-n8 {
    margin-left: -40px !important;
  }

  .ms-xxl-n9 {
    margin-left: -45px !important;
  }

  .ms-xxl-n10 {
    margin-left: -50px !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-1 {
    padding: 5px !important;
  }

  .p-xxl-2 {
    padding: 10px !important;
  }

  .p-xxl-3 {
    padding: 15px !important;
  }

  .p-xxl-4 {
    padding: 20px !important;
  }

  .p-xxl-5 {
    padding: 25px !important;
  }

  .p-xxl-6 {
    padding: 30px !important;
  }

  .p-xxl-7 {
    padding: 35px !important;
  }

  .p-xxl-8 {
    padding: 40px !important;
  }

  .p-xxl-9 {
    padding: 45px !important;
  }

  .p-xxl-10 {
    padding: 50px !important;
  }

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxl-1 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }

  .px-xxl-2 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .px-xxl-3 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .px-xxl-4 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .px-xxl-5 {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }

  .px-xxl-6 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }

  .px-xxl-7 {
    padding-right: 35px !important;
    padding-left: 35px !important;
  }

  .px-xxl-8 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }

  .px-xxl-9 {
    padding-right: 45px !important;
    padding-left: 45px !important;
  }

  .px-xxl-10 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .py-xxl-2 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .py-xxl-3 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .py-xxl-4 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .py-xxl-5 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .py-xxl-6 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .py-xxl-7 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }

  .py-xxl-8 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .py-xxl-9 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }

  .py-xxl-10 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-1 {
    padding-top: 5px !important;
  }

  .pt-xxl-2 {
    padding-top: 10px !important;
  }

  .pt-xxl-3 {
    padding-top: 15px !important;
  }

  .pt-xxl-4 {
    padding-top: 20px !important;
  }

  .pt-xxl-5 {
    padding-top: 25px !important;
  }

  .pt-xxl-6 {
    padding-top: 30px !important;
  }

  .pt-xxl-7 {
    padding-top: 35px !important;
  }

  .pt-xxl-8 {
    padding-top: 40px !important;
  }

  .pt-xxl-9 {
    padding-top: 45px !important;
  }

  .pt-xxl-10 {
    padding-top: 50px !important;
  }

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: 5px !important;
  }

  .pe-xxl-2 {
    padding-right: 10px !important;
  }

  .pe-xxl-3 {
    padding-right: 15px !important;
  }

  .pe-xxl-4 {
    padding-right: 20px !important;
  }

  .pe-xxl-5 {
    padding-right: 25px !important;
  }

  .pe-xxl-6 {
    padding-right: 30px !important;
  }

  .pe-xxl-7 {
    padding-right: 35px !important;
  }

  .pe-xxl-8 {
    padding-right: 40px !important;
  }

  .pe-xxl-9 {
    padding-right: 45px !important;
  }

  .pe-xxl-10 {
    padding-right: 50px !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-1 {
    padding-bottom: 5px !important;
  }

  .pb-xxl-2 {
    padding-bottom: 10px !important;
  }

  .pb-xxl-3 {
    padding-bottom: 15px !important;
  }

  .pb-xxl-4 {
    padding-bottom: 20px !important;
  }

  .pb-xxl-5 {
    padding-bottom: 25px !important;
  }

  .pb-xxl-6 {
    padding-bottom: 30px !important;
  }

  .pb-xxl-7 {
    padding-bottom: 35px !important;
  }

  .pb-xxl-8 {
    padding-bottom: 40px !important;
  }

  .pb-xxl-9 {
    padding-bottom: 45px !important;
  }

  .pb-xxl-10 {
    padding-bottom: 50px !important;
  }

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: 5px !important;
  }

  .ps-xxl-2 {
    padding-left: 10px !important;
  }

  .ps-xxl-3 {
    padding-left: 15px !important;
  }

  .ps-xxl-4 {
    padding-left: 20px !important;
  }

  .ps-xxl-5 {
    padding-left: 25px !important;
  }

  .ps-xxl-6 {
    padding-left: 30px !important;
  }

  .ps-xxl-7 {
    padding-left: 35px !important;
  }

  .ps-xxl-8 {
    padding-left: 40px !important;
  }

  .ps-xxl-9 {
    padding-left: 45px !important;
  }

  .ps-xxl-10 {
    padding-left: 50px !important;
  }

  .gap-xxl-0 {
    gap: 0 !important;
  }

  .gap-xxl-1 {
    gap: 5px !important;
  }

  .gap-xxl-2 {
    gap: 10px !important;
  }

  .gap-xxl-3 {
    gap: 15px !important;
  }

  .gap-xxl-4 {
    gap: 20px !important;
  }

  .gap-xxl-5 {
    gap: 25px !important;
  }

  .gap-xxl-6 {
    gap: 30px !important;
  }

  .gap-xxl-7 {
    gap: 35px !important;
  }

  .gap-xxl-8 {
    gap: 40px !important;
  }

  .gap-xxl-9 {
    gap: 45px !important;
  }

  .gap-xxl-10 {
    gap: 50px !important;
  }

  .text-xxl-start {
    text-align: left !important;
  }

  .text-xxl-end {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.1875rem !important;
  }

  .fs-2 {
    font-size: 1.75rem !important;
  }

  .fs-3 {
    font-size: 1.53125rem !important;
  }

  .fs-4 {
    font-size: 1.3125rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: -ms-grid !important;
    display: grid !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }
}
/*****************************
* Base - Default
*****************************/
/*-- Google Font --*/
/***********************************
Fonts Family:
------------
font-family: 'Poppins', sans-serif;
font-family: 'Teko', sans-serif;

**************************************/
/*-- Common Style --*/
*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
  position: relative;
  visibility: visible;
  background: #fff;
  color: #757575;
}
body[dir=rtl] {
  text-align: right;
}

h1, .h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Teko", sans-serif;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: #757575;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  outline: none;
}

input,
button,
a {
  border: none;
  outline: none !important;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

p:last-child {
  margin-bottom: 0;
}

input, textarea {
  width: 100%;
}

.orange-text-marker-dark {
  color: #f3722e;
}
.orange-text-marker-light {
  color: #ff9900;
}

.text-gradient {
  background: -webkit-gradient(linear, left top, right top, from(#f3722e), to(#ff9900));
  background: linear-gradient(90deg, #f3722e 0%, #ff9900 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

.border-bottom-thick {
  border-bottom: 2px solid #f2ede9;
}

/*************************
 Bootstrap Custom Container
************************/
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container,
.container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
.container-md,
.container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
.container-lg,
.container-md,
.container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 1200px;
  }
}
@media (min-width: 1400px) {
  .container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1200px;
  }
}
.row {
  --bs-gutter-x: 30px;
}

@-webkit-keyframes wave-button {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  50% {
    opacity: 0.5;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes wave-button {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  50% {
    opacity: 0.5;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/*Hero Slider*/
.hero-slider-active .swiper-pagination {
  bottom: 40px;
}
.hero-slider-active .swiper-pagination-bullet {
  width: 25px;
  height: 4px;
  display: inline-block;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  outline: none;
  opacity: 1;
  bottom: 40px;
}
.hero-slider-active .swiper-pagination-bullet-active {
  background: -webkit-gradient(linear, left top, right top, from(#f3722e), to(#ff9900));
  background: linear-gradient(90deg, #f3722e 0%, #ff9900 100%);
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
}
.hero-slider-active .hero-slider-single-item.swiper-slide-active .hero-content .sup-title {
  -webkit-animation: fadeInDown 1.5s ease 0.8s 1 backwards;
          animation: fadeInDown 1.5s ease 0.8s 1 backwards;
}
.hero-slider-active .hero-slider-single-item.swiper-slide-active .hero-content .title {
  -webkit-animation: fadeInDown 1.2s ease 1.8s 1 backwards;
          animation: fadeInDown 1.2s ease 1.8s 1 backwards;
}
.hero-slider-active .hero-slider-single-item.swiper-slide-active .hero-content .sub-title {
  -webkit-animation: fadeInDown 1.2s ease 2.5s 1 backwards;
          animation: fadeInDown 1.2s ease 2.5s 1 backwards;
}
.hero-slider-active .hero-slider-single-item.swiper-slide-active .hero-content .btn {
  -webkit-animation: zoomIn 0.8s ease 3s 1 backwards;
          animation: zoomIn 0.8s ease 3s 1 backwards;
}

/*Default Navigation Style*/
.default-arrow .default-arrow-style, .default-arrow .swiper-button-next, .default-arrow .swiper-button-prev {
  background: -webkit-gradient(linear, left top, right top, from(#f3722e), to(#ff9900));
  background: linear-gradient(90deg, #f3722e 0%, #ff9900 100%);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  outline: none;
  right: -45px;
  display: none;
  line-height: 53px;
  text-align: center;
}
@media (min-width: 768px) {
  .default-arrow .default-arrow-style, .default-arrow .swiper-button-next, .default-arrow .swiper-button-prev {
    display: block;
  }
}
.default-arrow .swiper-button-prev {
  display: none;
  left: -55px;
}
@media (min-width: 768px) {
  .default-arrow .swiper-button-prev {
    display: block;
  }
}
@media (min-width: 1200px) {
  .default-arrow .swiper-button-prev {
    left: -90px;
  }
}
.default-arrow .swiper-button-prev::after {
  color: #fff;
  font-family: "IcoFont";
  content: "\ea9d";
  font-size: 26px;
}
.default-arrow .swiper-button-next {
  right: -55px;
}
@media (min-width: 1200px) {
  .default-arrow .swiper-button-next {
    right: -90px;
  }
}
.default-arrow .swiper-button-next::after {
  color: #fff;
  font-family: "IcoFont";
  content: "\eaa0";
  font-size: 26px;
}

.default-slider-item {
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.default-slider-item .image {
  border-radius: 70px;
}
.default-slider-item .image img {
  width: 100%;
  height: auto;
}
.default-slider-item .content {
  position: absolute;
  width: calc(100% - 50px);
  height: calc(100% - 50px);
  border-radius: 50px;
  background: #301514;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  visibility: hidden;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  padding: 0 20px;
}
@media (min-width: 576px) {
  .default-slider-item .content {
    width: calc(100% - 50px);
    height: calc(100% - 50px);
    border-radius: 50px;
  }
}
@media (min-width: 992px) {
  .default-slider-item .content {
    width: calc(100% - 50px);
    height: calc(100% - 50px);
    border-radius: 30px;
  }
}
@media (min-width: 1200px) {
  .default-slider-item .content {
    width: calc(100% - 50px);
    height: calc(100% - 50px);
    border-radius: 50px;
  }
}
@media (min-width: 1200px) {
  .default-slider-item .content {
    width: calc(100% - 70px);
    height: calc(100% - 70px);
    border-radius: 50px;
  }
}
@media (min-width: 1800px) {
  .default-slider-item .content {
    width: calc(100% - 100px);
    height: calc(100% - 100px);
    border-radius: 70px;
  }
}
.default-slider-item:hover .content {
  visibility: visible;
  opacity: 1;
}

/* Section CSS*/
.section-fluid {
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .section-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 992px) {
  .section-fluid {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media (min-width: 1200px) {
  .section-fluid {
    padding-left: 120px;
    padding-right: 120px;
  }
}
@media (min-width: 1400px) {
  .section-fluid {
    padding-left: 163px;
    padding-right: 163px;
  }
}

.section-top-space {
  margin-top: 80px;
}
@media (min-width: 576px) {
  .section-top-space {
    margin-top: 100px;
  }
}
@media (min-width: 768px) {
  .section-top-space {
    margin-top: 120px;
  }
}
@media (min-width: 992px) {
  .section-top-space {
    margin-top: 160px;
  }
}

.section-inner-gap {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .section-inner-gap {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 768px) {
  .section-inner-gap {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media (min-width: 992px) {
  .section-inner-gap {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}

.section-inner-bg {
  background: #f8f5f3;
  z-index: 0;
}

.section-content-space {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .section-content-space {
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .section-content-space {
    margin-bottom: 80px;
  }
}

.section-content-space-small {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .section-content-space-small {
    margin-bottom: 40px;
  }
}

.section-content {
  margin-top: -7px;
  text-align: center;
}
@media (min-width: 576px) {
  .section-content {
    text-align: left;
  }
}
.section-content .title-tag {
  font-size: 22px;
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-weight: 600;
}
.section-content .title {
  color: #301514;
  font-size: 55px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .section-content .title {
    font-size: 65px;
  }
}
@media (min-width: 992px) {
  .section-content .title {
    font-size: 70px;
  }
}
@media (min-width: 1200px) {
  .section-content .title {
    font-size: 85px;
  }
}
.section-content .title-dash {
  position: relative;
}
.section-content .title-dash::after {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80px;
  height: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#f3722e), to(#ff9900));
  background: linear-gradient(90deg, #f3722e 0%, #ff9900 100%);
}
@media (min-width: 1200px) {
  .section-content .title-dash::after {
    bottom: -25px;
  }
}
@media (min-width: 1200px) {
  .section-content .title-dash::after {
    left: 0;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
.section-content .sub-title {
  color: #301514;
  font-size: 40px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .section-content .sub-title {
    font-size: 46px;
  }
}
@media (min-width: 992px) {
  .section-content .sub-title {
    font-size: 50px;
  }
}
@media (min-width: 1200px) {
  .section-content .sub-title {
    font-size: 60px;
  }
}
.section-content p {
  font-size: 16px;
  color: #757575;
}
@media (min-width: 768px) {
  .section-content p {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .section-content p {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .section-content p {
    font-size: 23px;
  }
}
.section-content .btn {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .section-content .btn {
    margin-top: 50px;
  }
}
@media (min-width: 1200px) {
  .section-content .btn {
    margin-top: 70px;
  }
}

.p-tb-100 {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .p-tb-100 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 992px) {
  .p-tb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.p-t-100 {
  padding-top: 60px;
}
@media (min-width: 768px) {
  .p-t-100 {
    padding-top: 80px;
  }
}
@media (min-width: 992px) {
  .p-t-100 {
    padding-top: 100px;
  }
}

.p-b-160 {
  padding-bottom: 80px;
}
@media (min-width: 576px) {
  .p-b-160 {
    padding-bottom: 100px;
  }
}
@media (min-width: 768px) {
  .p-b-160 {
    padding-bottom: 120px;
  }
}
@media (min-width: 992px) {
  .p-b-160 {
    padding-bottom: 160px;
  }
}

.p-tb-70 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.p-t-70 {
  padding-top: 60px;
}

.m-tb-70 {
  margin-top: 70px;
  margin-bottom: 70px;
}

.m-t-70 {
  margin-top: 60px;
}

.m-b-70 {
  margin-bottom: 60px;
}

.icon-space-left i {
  padding-left: 10px;
}

.icon-space-right i {
  padding-right: 10px;
}

.review-star li {
  display: inline-block;
  font-size: 15px;
  letter-spacing: 0.15em;
}
.review-star li.empty {
  color: #e1e1e1;
}

.img-responsive img {
  width: 100%;
}

.pos-relative {
  position: relative;
}

.pos-absolute {
  position: absolute;
}

.img-hover-zoom {
  overflow: hidden;
}
.img-hover-zoom img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.img-hover-zoom img:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

.nice-select .list {
  left: auto;
  right: 0;
}

.wave-btn {
  position: relative;
  width: 80px;
  height: 80px;
  background: transparent;
  border-radius: 50%;
  z-index: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wave-btn::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  -webkit-animation: wave-button 5s infinite 0.5s linear backwards;
          animation: wave-button 5s infinite 0.5s linear backwards;
  background: #f6dec9;
  border-radius: 50%;
  top: 0;
  left: 0;
  z-index: -1;
}
.wave-btn::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  -webkit-animation: wave-button 3s infinite 0.5s linear backwards;
          animation: wave-button 3s infinite 0.5s linear backwards;
  background: #f6dec9;
  border-radius: 50%;
  top: 0;
  left: 0;
  z-index: -1;
}
.wave-btn .icon {
  background: #f6dec9;
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.video-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 992px) {
  .video-btn {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.video-btn .text {
  font-weight: 600;
  margin-left: 30px;
  text-align: left;
}

.social-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.social-link li {
  margin-right: 15px;
  display: inline-block;
}
.social-link li:last-child {
  margin-right: 0;
}
.social-link-white a {
  border: 1px solid #fff;
  color: #fff;
}
.social-link-dark-red a {
  border: 1px solid #301514;
  color: #301514;
}
.social-link a {
  font-size: 15px;
  display: block;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  text-align: center;
  line-height: 45px;
  position: relative;
  z-index: 1;
}
.social-link a::before {
  position: absolute;
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#f3722e), to(#ff9900));
  background: linear-gradient(90deg, #f3722e 0%, #ff9900 100%);
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: -1;
}
.social-link a:hover {
  border-color: transparent;
  color: #fff;
}
.social-link a:hover::before {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.data-nav-arrow-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.data-nav-arrow-box::after {
  position: absolute;
  content: "";
  background-image: url("../images/icons/three-dots.svg");
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 53px;
  height: 55px;
  background-repeat: no-repeat;
}
.data-nav-arrow-box .data-nav-arrow {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #fe8403;
  display: block;
  font-size: 22px;
  color: #301514;
}
.data-nav-arrow-box .data-nav-arrow:hover {
  color: #fe8403;
}
@media (min-width: 576px) {
  .data-nav-arrow-box .data-nav-arrow {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
}
@media (min-width: 768px) {
  .data-nav-arrow-box .data-nav-arrow {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
}
@media (min-width: 992px) {
  .data-nav-arrow-box .data-nav-arrow {
    width: 90px;
    height: 90px;
    line-height: 90px;
  }
}
@media (min-width: 1200px) {
  .data-nav-arrow-box .data-nav-arrow {
    width: 100px;
    height: 100px;
    line-height: 100px;
  }
}

/*****************************
* Base - Button
*****************************/
.btn {
  color: #fff;
  border-radius: 35px;
  border: none;
  font-size: 15px;
  outline: none;
  font-weight: 400;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  overflow: hidden;
}
.btn:active:focus, .btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-lg, .btn-group-lg > .btn {
  padding: 15px 20px;
}
@media (min-width: 1200px) {
  .btn-lg, .btn-group-lg > .btn {
    padding: 17.5px 45px;
  }
}
@media (min-width: 1400px) {
  .btn-lg, .btn-group-lg > .btn {
    padding: 22.5px 50px;
  }
}
.btn-lg i, .btn-group-lg > .btn i {
  font-size: 20px;
}
.btn-primary {
  background: -webkit-gradient(linear, left top, right top, from(#f3722e), to(#ff9900));
  background: linear-gradient(90deg, #f3722e 0%, #ff9900 100%);
  z-index: 1;
  overflow: hidden;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-primary::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#ff9900), to(#f3722e));
  background: linear-gradient(90deg, #ff9900 0%, #f3722e 100%);
  -webkit-transform: translateY(0px) rotate(0deg);
          transform: translateY(0px) rotate(0deg);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: -1;
}
.btn-primary:hover {
  color: #301514;
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
}
.btn-primary:hover::after {
  opacity: 0.45;
  -webkit-transform: translateY(5px) rotate(-45deg);
          transform: translateY(5px) rotate(-45deg);
}
.btn-secondary {
  background: -webkit-gradient(linear, left top, right top, from(#f3722e), to(#ff9900));
  background: linear-gradient(90deg, #f3722e 0%, #ff9900 100%);
  color: #25100f;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.btn-secondary::after {
  position: absolute;
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 35px;
  z-index: -1;
}
.btn-secondary-white::after {
  background: #fff;
}
.btn-secondary-gray::after {
  background: #f8f5f3;
}
.btn-secondary:hover::after {
  background: -webkit-gradient(linear, left top, right top, from(#f3722e), to(#ff9900));
  background: linear-gradient(90deg, #f3722e 0%, #ff9900 100%);
}
.btn-outline-primary {
  border: 1px solid #f2ede9;
  color: #757575;
  font-weight: 500;
  padding: 8px 30px;
}
.btn-outline-primary:hover {
  border-color: #fff;
  background: #fff;
  color: #757575;
}
.btn-outline-secondary {
  border: 1px solid #f2ede9;
  color: #757575;
  font-weight: 500;
  padding: 8px 30px;
  background: #fff;
}
.btn-outline-secondary.active, .btn-outline-secondary:hover {
  border-color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#f3722e), to(#ff9900));
  background: linear-gradient(90deg, #f3722e 0%, #ff9900 100%);
  color: #fff;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
/*Component*/
/*****************************
* Component - Hero Slider
*****************************/
.hero-bg {
  width: 100%;
  height: 580px;
  overflow: hidden;
}
@media (min-width: 576px) {
  .hero-bg {
    height: 650px;
  }
}
@media (min-width: 992px) {
  .hero-bg {
    height: 700px;
  }
}
@media (min-width: 1200px) {
  .hero-bg {
    height: auto;
  }
}
@media (min-width: 1400px) {
  .hero-bg {
    height: 1100px;
  }
}
.hero-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 1200px) {
  .hero-bg img {
    height: auto;
  }
}
@media (min-width: 1400px) {
  .hero-bg img {
    height: 100%;
  }
}

.hero-slider-single-item {
  position: relative;
}
.hero-slider-single-item .content-box {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  color: #fff;
}
@media (min-width: 992px) {
  .hero-slider-single-item .content-box {
    top: calc(50% + 50px);
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
  }
}
@media (min-width: 1200px) {
  .hero-slider-single-item .content-box {
    top: calc(0% + 75px);
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
  }
}
@media (min-width: 1200px) {
  .hero-slider-single-item .content-box {
    top: calc(0% + 255px);
    -webkit-transform: translateY(0%) translateX(-50%);
            transform: translateY(0%) translateX(-50%);
  }
}
.hero-slider-single-item .sup-title {
  font-size: 22px;
  line-height: 1.45;
  text-transform: uppercase;
  margin-bottom: 25px;
}
@media (min-width: 1400px) {
  .hero-slider-single-item .sup-title {
    margin-bottom: 45px;
  }
}
.hero-slider-single-item .title {
  font-size: 60px;
  text-transform: uppercase;
  line-height: 0.85;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .hero-slider-single-item .title {
    font-size: 85px;
    line-height: 0.85;
  }
}
@media (min-width: 1400px) {
  .hero-slider-single-item .title {
    font-size: 140px;
    line-height: 0.85;
    margin-bottom: -10px;
  }
}
.hero-slider-single-item .sub-title {
  font-size: 40px;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 45px;
}
@media (min-width: 1200px) {
  .hero-slider-single-item .sub-title {
    font-size: 60px;
    line-height: 1;
    margin-bottom: 35px;
  }
}
@media (min-width: 1400px) {
  .hero-slider-single-item .sub-title {
    font-size: 80px;
    line-height: 1;
    margin-top: 15px;
    margin-bottom: 50px;
  }
}

/*****************************
* Component - Promo Display
*****************************/
.promo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 992px) {
  .promo-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.promo-single-item {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 1px solid #f2ede9;
  border-right: none;
  height: 100%;
}
.promo-single-item:last-child {
  border-right: none;
}
@media (min-width: 768px) {
  .promo-single-item {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .promo-single-item {
    padding-left: 30px;
    padding-right: 30px;
    border-right: 1px solid #f2ede9;
  }
}
@media (min-width: 1800px) {
  .promo-single-item {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 70px;
    padding-right: 70px;
    border-right: 1px solid #f2ede9;
  }
}
.promo-single-item .icon {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background: #fff;
  margin-right: 0px;
  margin-bottom: 40px;
}
@media (min-width: 1800px) {
  .promo-single-item .icon {
    margin-bottom: 0;
    margin-right: 35px;
  }
}
.promo-single-item .icon img {
  padding: 25px;
  width: 100%;
  height: auto;
}
.promo-single-item .content {
  width: 100%;
}
@media (min-width: 1800px) {
  .promo-single-item .content {
    width: calc(100% - 135px);
  }
}
.promo-single-item .content * {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.promo-single-item .content .title {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #301514;
}
.promo-single-item .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 40px;
  background: #f8f5f3;
  border-radius: 25px;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.promo-single-item .box::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#f3722e), to(#ff9900));
  background: linear-gradient(90deg, #f3722e 0%, #ff9900 100%);
  -webkit-transform: scale(0.985);
          transform: scale(0.985);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: -1;
  border-radius: 25px;
  opacity: 0;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.promo-single-item .box:hover * {
  color: #fff;
}
.promo-single-item .box:hover::after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media (min-width: 1800px) {
  .promo-single-item .box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 50px 45px;
    text-align: left;
  }
}

/*****************************
* Component - About Display
*****************************/
.about-display-wrapper .box {
  position: relative;
}
.about-display-wrapper .image {
  height: 900px;
  border-radius: 40px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 576px) {
  .about-display-wrapper .image {
    height: 650px;
  }
}
@media (min-width: 768px) {
  .about-display-wrapper .image {
    height: 700px;
  }
}
@media (min-width: 768px) {
  .about-display-wrapper .image {
    height: 700px;
  }
}
@media (min-width: 992px) {
  .about-display-wrapper .image {
    height: 500px;
  }
}
.about-display-wrapper .image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.about-display-wrapper .image::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #301514;
  top: 0;
  left: 0;
  opacity: 0.9;
}
.about-display-wrapper .content {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  padding-left: 40px;
  padding-right: 40px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 992px) {
  .about-display-wrapper .content {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 992px) {
  .about-display-wrapper .content {
    padding-left: 80px;
    padding-right: 80px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 992px) {
  .about-display-wrapper .content {
    padding-left: 100px;
    padding-right: 100px;
  }
}
.about-display-wrapper .content .left {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  text-transform: uppercase;
}
.about-display-wrapper .content .left .sup-title {
  display: inline-block;
  font-size: 22px;
  letter-spacing: 0.8px;
  margin-bottom: 18px;
}
.about-display-wrapper .content .left .title {
  font-size: 46px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .about-display-wrapper .content .left .title {
    font-size: 50px;
  }
}
@media (min-width: 992px) {
  .about-display-wrapper .content .left .title {
    font-size: 70px;
  }
}
.about-display-wrapper .content .left .sub-title {
  font-size: 32px;
  line-height: 1.3;
}
@media (min-width: 992px) {
  .about-display-wrapper .content .left .sub-title {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  .about-display-wrapper .content .left .sub-title {
    font-size: 48px;
  }
}
.about-display-wrapper .content .right {
  -ms-flex-preferred-size: 34%;
      flex-basis: 34%;
}

/*****************************
* Component - Service Display
*****************************/
.service-display-wrapper .col-12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -40px;
}
.service-display-wrapper .service-plus-icon-seperator {
  position: relative;
}
.service-display-wrapper .service-plus-icon-seperator::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  background: #f2ede9;
  top: calc(50% - 20px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: none;
}
@media (min-width: 576px) {
  .service-display-wrapper .service-plus-icon-seperator::before {
    display: block;
  }
}
.service-display-wrapper .service-plus-icon-seperator::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 30px;
  background: #f2ede9;
  top: calc(50% - 20px);
  left: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
}
@media (min-width: 576px) {
  .service-display-wrapper .service-plus-icon-seperator::after {
    display: block;
  }
}

.service-single-item {
  border: 1px solid #f2ede9;
  border-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 40px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-right: 0px;
  margin-bottom: 40px;
  text-align: center;
}
.service-single-item:nth-child(even) {
  margin-right: 0px;
}
@media (min-width: 576px) {
  .service-single-item {
    -ms-flex-preferred-size: calc(50% - 20px);
        flex-basis: calc(50% - 20px);
    padding: 25px 25px;
    margin-right: 30px;
  }
}
@media (min-width: 992px) {
  .service-single-item {
    -ms-flex-preferred-size: calc(50% - 20px);
        flex-basis: calc(50% - 20px);
    margin-right: 40px;
    text-align: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .service-single-item {
    padding: 60px 60px;
  }
}
.service-single-item .icon {
  margin-right: 0;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .service-single-item .icon {
    margin-bottom: 0px;
    margin-right: 40px;
  }
}
@media (min-width: 1200px) {
  .service-single-item .icon {
    margin-right: 50px;
  }
}
.service-single-item .content .title {
  font-size: 25px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 1.52;
  margin-bottom: 20px;
  text-transform: capitalize;
  color: #301514;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.service-single-item .content .btn {
  position: relative;
  border-color: #fff;
  border: 1px solid #f2ede9;
  font-weight: 500;
  padding: 8px 30px;
  background: #fff;
}
.service-single-item .content .btn span {
  color: #757575;
}
.service-single-item .content .btn:hover {
  border: 1px solid #fff;
}
.service-single-item .content .btn:hover span {
  background: -webkit-gradient(linear, left top, right top, from(#f3722e), to(#ff9900));
  background: linear-gradient(90deg, #f3722e 0%, #ff9900 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
.service-single-item:hover {
  background: #f8f5f3;
}
.service-single-item:hover .content .title {
  background: -webkit-gradient(linear, left top, right top, from(#f3722e), to(#ff9900));
  background: linear-gradient(90deg, #f3722e 0%, #ff9900 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
