/*********************************************************************************
common styles
***************/
body {
 background:#fff!important;
 color:#333!important;
 font-family: 'Montserrat', sans-serif;
 font-size:13px!important;
}
h1, h2, h3, h4, h5, p, ul, li {
 margin:0px!important;
 padding:0px!important;
}
a {
 color:#333!important;
 cursor:pointer;
 text-decoration:none!important;
}
a:active {
 box-shadow:none!important;
}
p {
 line-height:22px;
 margin-bottom:10px!important;
 font-size:14px!important;
}
h1, h2 {
 margin-bottom:10px!important;
}
.no-padding {
 padding-left:0px!important;
 padding-right:0px!important;
}
.no-padding-right {
 padding-right:0px!important;
}
.no-padding-left {
 padding-left:0px!important;
}
/*********************************************************************************
colored text and buttons
***************/
.text-orange {
 color:#ef642d
}
.btn {
 padding:6px 20px !important;
 border-radius:0!important;
 -webkit-transition: all 300ms linear;
 -moz-transition: all 300ms linear;
 -o-transition: all 300ms linear;
 -ms-transition: all 300ms linear;
 transition: all 300ms linear;
}
.btn-sub, .btn-cancel {
 background: #04b4ff;
 color:#fff;
 padding:10px 20px !important;
 border-radius:3px!important;
 margin-right:10px;
 margin-top:15px;
}
.btn-cancel {
 background:#fc910f;
}
.btn:hover {
 background:#333!important;
 color:#fff!important;
}
/*********************************************************************************
header styles
***************/
header .top-wc-msg {
 position: relative;
 padding: 5px 0;
 background:#49ace0;
}
header .top-wc-msg p {
 font-size: 14px !important;
 line-height: 24px;
 color: #FFF !important;
 font-weight: 600;
 margin-bottom: 0 !important;
 text-align: center;
 text-transform: uppercase;
 letter-spacing: 1px;
}
header .top-bar-outer {
	position: relative;
    background: linear-gradient(to left, #a07b10 20%, #000000 100%);
}
header .top-bar {
 position: relative;
 padding:0 15px;
 border-top:none;
}
/*cont nav*/
header .cont-nav {
 float: left;
 position: relative;
 z-index: 1;
}
header .cont-nav ul {
 list-style: none;
}
header .cont-nav ul li {
 float: left;
 padding:10px 0 !important;
}
header .cont-nav ul a {
 /* display: block; */
	padding: 0px 10px;
 font-size: 13px;
 color: #fff !important;
 border-left: 1px solid #ffffff54;
 -webkit-transition: all 300ms linear;
 -moz-transition: all 300ms linear;
 -o-transition: all 300ms linear;
 -ms-transition: all 300ms linear;
 transition: all 300ms linear;
}
header .cont-nav ul a img {
 margin-right: 10px;
 width: 20px;
 filter: brightness(0) invert(1);
}
header .cont-nav ul li:first-child a {
 padding-left: 0;
 border: 0;
}
header .cont-nav ul a span.cont-text {
}
header .cont-nav ul a:hover {
}
/*user nav*/
header .user-nav {
 float: right;
 margin: 25px 0px 15px 0
}
header .user-nav ul {
 list-style: none;
}
header .user-nav ul li {
 float: left;
}
header .user-nav ul a {
 display: block;
 margin-left: 5px;
 padding: 5px 12px 6px;
 font-size: 14px;
 color: #fff !important;
 text-transform: capitalize;
 border-radius: 5px;
 border: 1px solid #ffffffb0;
}
header .user-nav ul a.f-login {
 color: #04b4ff!important;
 padding-left: 0;
 padding-right: 2px;
}
header .user-nav ul a.f-login:hover {
 background: #fff!important;
 color:#333!important
}
header .user-nav ul a.login {
 background: #ca9911;
}
header .user-nav ul a.join {
 background: #504a3a;
}
header .user-nav ul a:hover, header .user-nav ul a:hover .fa {
 background: #000 !important;
}
/*social links*/
header .social-nav {
 float: right;
}
header .social-nav ul {
 list-style: none;
}
header .social-nav li {
 float: left;
 padding:12px 0 !important;
 margin-left: 20px !important;
}
header .social-nav li:first-child {
 padding-left:10px !important;
}
header .social-nav li a {
 width: 17px;
 height: 17px;
 display: block;
 color: #fff !important;
}
header .social-nav li a img {
 max-width: 100%;
}
header .social-nav li a:hover img {
 opacity: 0.5
}
/*logo bar*/
header .logo-bar {
 background: #fff;
}
header .logo-fixed-bar {
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 z-index:99;
 -moz-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
 -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
 box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
}
header .logo-fixed-bar .logo {
 top: 0px
}
header .logo-fixed-bar .logo img {
 max-width: 110px;
 -webkit-transition: all 100ms linear;
 -moz-transition: all 100ms linear;
 -o-transition: all 100ms linear;
 -ms-transition: all 100ms linear;
}
header .logo {
	margin-top: 0px;
    display: block;
    background: #000;
    padding: 5px;
    width: 121px;
}
header .logo img {
	max-width: 100%;
   text-align: center;
    margin: 0 auto !important;
}
/* nav bar */
header .nav-bar {
 position: relative;
 background:red;
}
header .nav-bar:after {
 content: '';
 position: absolute;
 right: -32px;
 top: 0;
 bottom: 0;
 width: 50px;
 background: #127f95;
 -ms-transform: skewY(-40deg);
 -moz--transform: skewY(-40deg);
 -webkit-transform: skewY(-40deg);
 transform: skewX(-40deg);
 -webkit-transition: all 0.4s ease-out;
 -moz-transition: all 0.4s ease-out;
 -ms-transition: all 0.4s ease-out;
 -o-transition: all 0.4s ease-out;
 transition: all 0.4s ease-out;
 border-bottom-right-radius: 10px;
}
/*site nav*/
header .site-nav {
 float:left;
 margin-left:30px;
}
header .cont-btn {
 display: inline-block;
 overflow: hidden;
 position: relative;
 border-radius: 4px;
 font-weight: 600;
 margin-top:10px;
 float:right;
}
header .cont-btn:before {
 content: 'Contact Us';
 position: absolute;
 top: 0;
 left: 0;
 padding: 11px 25px 10px;
 width: 100%;
 height: 100%;
 -webkit-transform: translateX(-25%);
 -ms-transform: translateX(-25%);
 transform: translateX(-25%);
 -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
 -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
 transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
 background: #127f95;
 color: #ffffff;
}
header .cont-btn:hover:before {
 -webkit-transform: translateX(0%);
 -ms-transform: translateX(0%);
 transform: translateX(0%);
}
header .cont-btn span {
 border: 2px solid #ff7e00;
 background: #ff7e00;
 padding: 10px 25px;
 color: #ffffff;
 display: block;
 -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
 -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
 transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
 position: relative;
 z-index: 2;
}
header .cont-btn:hover span {
 -webkit-transform: translateX(101%);
 -ms-transform: translateX(101%);
 transform: translateX(101%);
}
/*********************************************************************************
section styles
***************/
section.slider {
}
/**/
section.contents {
}
section.contents .content-bar {
 padding:40px 0;
 overflow:hidden;
}
/* page banner*/
.banner-bar {
 background:#0072b8 url(../design_img/banner-back.png) no-repeat center center;
 background-size:cover;
 padding:100px 0 100px;
}
.banner-bar .banner-content {
}
.banner-bar .banner-content h1 {
 font-weight:bold;
 color:black;
 text-transform:uppercase;
 position:relative;
 font-family: 'Josefin Sans', sans-serif;
}
/*.banner-bar .banner-content h1:before {
	content: '';
	border-top: 1px solid white;
	width: 30px;
	position: absolute;
	left: 0;
	top: -15px;
	z-index: 2;
} */
/*location*/ 
.location {
 list-style:none;
 position: relative;
}
.location li {
 color:white!important;
 text-transform:capitalize;
 float:left;
 width:auto;
 margin:  5px 10px 0px 0!important;
}
.location li:last-child {
 margin-right:0px!important;
}
.location li a:after {
 content: '\f105 ';
 font-family: 'FontAwesome';
 font-size: 13px;
 margin-left:10px;
 color:white
}
.location li:last-child a:after {
 content: '';
 margin-left:0px;
}
.location li a {
 color:white!important;
 font-size:13px;
 -webkit-transition: all 300ms linear;
 -moz-transition: all 300ms linear;
 -o-transition: all 300ms linear;
 -ms-transition: all 300ms linear;
 transition: all 300ms linear;
 font-weight: bold;
}
.location li a:hover {
 color:#0aad11 !important;
}
.location li a.active {
  color: #ffdd56 !important;
}
/*bankers*/
.banker-col {
 min-height: 20px;
 padding: 15px;
 margin-bottom: 20px;
 background-color: #fff;
 border-radius: 4px;
 border: 1px solid #ddd;
}
.banker-col img {
 margin-bottom: 20px;
 display: inline-block;
 max-width: 100%;
 height: auto;
 padding: 4px;
 line-height: 1.42857143;
 background-color: #fff;
 border-radius: 4px;
 -webkit-transition: all .2s ease-in-out;
 -o-transition: all .2s ease-in-out;
 transition: all .2s ease-in-out;
}
.banker-col p {
 color: #333;
 font-size:14px!important;
 margin-bottom:0!important
}
/*legals*/
.legal {
 height: auto;
 padding:10px 0px 0px 0px!important;
}
.legal:first-child {
 border: none;
}
.legal img {
 margin: auto;
 display: block;
 max-width: 100%;
}
.legal p {
 margin-top:10px!important;
 font-weight:600!important;
 text-transform: uppercase;
 color: #666;
 padding-bottom: 6px;
 text-align: center !important;
}
/* download col*/
 .download-col {
 text-align: center;
}
.download-col p {
 margin-bottom: 5px !important;
 font-weight: 600;
 font-size: 15px !important;
 text-align: center !important;
 color: #333;
 padding: 20px 5px !important;
 text-transform:uppercase
}
.download-col a {
 font-size:14px;
 background:#f34747;
 text-transform:uppercase;
 color:#fff!important;
 padding:5px 10px;
 letter-spacing:1.8px;
}
.download-col a:hover {
 background:#666;
}
.download-col img {
 margin:auto;
}
/* contact bar */
.contact-bar {
}
.contact-bar .cont-nav {
 background:#f5dd96;
 padding:40px;
 overflow:hidden;
}
.contact-bar .cont-nav h3 {
 color:#333;
 text-transform:uppercase;
 font-weight:600;
 margin: 0 0 40px 0!important;
 text-align:left
}
.contact-bar .cont-nav ul {
 list-style:none;
 margin-bottom:20px!important;
}
.contact-bar .cont-nav ul li {
 line-height: 24px;
 margin-bottom: 20px !important;
 overflow:hidden;
}
.contact-bar .cont-nav ul a {
 display:block;
 color:#333 !important;
 -webkit-transition: all 300ms linear;
 -moz-transition: all 300ms linear;
 -o-transition: all 300ms linear;
 -ms-transition: all 300ms linear;
 transition: all 300ms linear;
 font-size: 14px;
}
.contact-bar .cont-nav ul a i {
 margin-right:25px;
 float:left;
 margin-top: 4px;
 font-size: 20px;
 width:20px;
}
.contact-bar .cont-nav ul a span {
 float:left;
 display:block;
 width:calc(100% - 50px );
}
/**/
.contact-bar .main-head {
 text-align:center;
 margin: 30px 0 !important;
}
.contact-bar .iframe-form {
 width:100%;
 height:400px;
}
.contact-bar .form-group {
 position: relative;
 margin-bottom:7px!important;
}
.contact-bar .input-group-addon {
 border-radius: 3px !important;
 background: #eee;
 border:0;
 color:#999;
 width: 42px !important;
 border-top-right-radius:0 !important;
 border-bottom-right-radius:0 !important
}
.contact-bar .input-group {
 width: 100%;
}
.contact-bar input[type="text"], .contact-bar input[type="email"], .contact-bar input[type="password"], .contact-bar select, .contact-bar textarea {
 display:block;
 width:100%;
 color:#333333;
 font-size:14px;
 padding:15px 10px;
 height:auto;
 background:#f6f6f6!important;
 border-radius: 3px !important;
 border-top-left-radius:0 !important;
 border-bottom-left-radius:0 !important;
 border:0px solid #ececec!important;
 transition:all 500ms ease;
 -webkit-transition:all 500ms ease;
 -ms-transition:all 500ms ease;
 -o-transition:all 500ms ease;
}
.contact-bar textarea {
 height:160px;
 resize:none;
 padding-left: 10px !important;
}
.contact-bar .button {
 font-size:16px;
 margin-top:10px;
 margin:auto;
 display:table;
}
/*rankers*/
.rankers .achievers {
 background:#fff;
 border:1px solid #eee;
 border-bottom-color:#eee;
 -webkit-transition: all 300ms linear;
 -moz-transition: all 300ms linear;
 -o-transition: all 300ms linear;
 -ms-transition: all 300ms linear;
 transition: all 300ms linear;
 margin-bottom:10px!important;
 margin-top:10px!important;
 width:100%;
 border-radius:0;
 overflow:hidden;
 margin: auto;
}
.rankers .achievers-container {
 width:100%;
 height:auto;
 position:relative;
 border-bottom:1px solid #eee;
}
.rankers .achievers-pic-container {
 width:100%;
 height:260px;
 margin-bottom:0px;
 position:relative;
}
.rankers .achievers-pic-container img {
 max-width:100%;
 max-height:100%;
 border-radius:0;
 position:absolute;
 top:50%;
 margin-bottom:-50%;
 left:50%;
 margin-right:-50%;
 -webkit-transform:translate(-50%, -50%);
 -moz-transform:translate(-50%, -50%);
 transform:translate(-50%, -50%);
}
.rankers .achievers-back {
 position:absolute;
 bottom:0%;
 left:0;
 top:0%;
 right:0;
 background:#000;
 z-index:2;
 -webkit-transition: all 200ms linear;
 -moz-transition: all 200ms linear;
 -o-transition: all 200ms linear;
 -ms-transition: all 200ms linear;
 transition: all 200ms linear;
 opacity:0;
 height:100%;
}
.rankers .achievers-btn {
 width:100%;
 height:auto;
 position:absolute;
 z-index:3;
 top: 130%;
 left: 50%;
 -moz-transform: translate(-50%, -50%);
 -webkit-transform: translate(-50%, -50%);
 transform: translate(-50%, -50%);
 -webkit-transition: all 200ms linear;
 -moz-transition: all 200ms linear;
 -o-transition: all 200ms linear;
 -ms-transition: all 200ms linear;
 transition: all 200ms linear;
}
.rankers .achievers-btn p {
 font-size:14px !important;
 color:#fff!important;
 text-align:center;
 line-height:24px;
}
.rankers h2 {
 font-size: 13px !important;
 color: #555;
 font-weight: 300;
 text-transform: capitalize;
 background: none;
 margin-bottom: 15px !important;
 border: 0;
 text-align: center;
 margin-top: 15px !important;
}
.rankers .rank {
 background: #c61c00;
 color: #fff;
 position: absolute;
 z-index: 1;
 top: -3px;
 padding: 2px 2px;
 font-size: 12px;
 border-radius: 0;
 left: -3px;
 font-weight: bold;
 width: 58px;
 text-align: center;
}
.rankers .achievers-container:hover .achievers-back {
 opacity: 0.8;
}
.rankers .achievers-container:hover .achievers-btn {
 top:50%;
}
/*********************************************************************************
my table start
***************/
section.contents .mytable {
}
section.contents .mytable caption {
 color:#333333;
 text-align:center;
 margin-bottom:5px;
 padding:0px;
 font-weight:600;
}
section.contents .mytable th {
 background:#3b8334;
 color:#fff;
 font-weight:600;
 vertical-align:middle!important;
 text-align:center;
 font-size:14px;
 text-transform:capitalize;
 height:40px;
}
section.contents .mytable td {
 vertical-align:middle!important
}
section.contents .mytable tr {
 -webkit-transition: all 0.25s ease-out;
 -moz-transition: all 0.25s ease-out;
 -ms-transition: all 0.25s ease-out;
 -o-transition: all 0.25s ease-out;
 transition: all 0.25s ease-out;
}
section.contents .mytable tbody > tr > td {
 text-align:center;
 font-size:14px;
}
 section.contents .mytable tr:nth-child(odd) {
background:#e9faf9;
}
section.contents .mytable tr:hover {
 background:#eee
}
/*********************************************************************************
list styles start
***************/
ul.mylist {
 list-style:none;
 padding:0 0 0 10px;
 margin:0 0 15px 25px !important;
 font-size:14px
}
ul.mylist li {
 line-height:22px;
 text-indent:-25px;
}
ul.mylist li:before {
 content: "\f138   ";/*f105 f138  */
 font: normal normal normal 14px/1 FontAwesome;
 margin-right:10px;
 color:#f88530;
}
ul.mylist li li:before {
 content: "- ";/*f105 f138  */
 font: normal normal normal 14px/1 FontAwesome;
 margin-right:16px;
 color:#f88530;
}
/* Index Page Css */
/* offer bar*/
/* .offer-bar {
	padding: 20px 0
}

.offer-bar .offer-left {
	width: 30%;
	float: left;
	padding: 10px;
}

.offer-bar .offer-center {
	width: 40%;
	float: left;
	padding: 10px;
}

.offer-bar .offer-right {
	width: 30%;
	float: left;
	padding: 10px;
}

.offer-bar img {
	max-width: 100%;
}

.offer-bar .offer {
	margin-bottom: 25px;
}

.offer-bar .offer a {
	display: block;
	overflow: hidden;
	position: relative;
}

.offer-bar .offer a:before {
	overflow: hidden;
	position: absolute;
	top: 0;
	content: "";
	width: 100% !important;
	height: 100%;
	left: 0px;
	opacity: 0;
	webkit-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
	-moz-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
	transform: scale(0.5) rotateY(90deg);
	background-image: url(../design_img/plus-img.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #000;
}

.offer-bar .offer a:hover:before {
	visibility: visible;
	opacity: 0.4;
	transform: scale(1) rotateY(0deg);
} */


/* About Us */
.idx-abtsec {
 padding:80px 0;
 position:relative;
}
.home-abt-block {
}
.home-abt-block img {
 position:relative;
 max-width:100%;
 z-index:9;
}
.image-border {
 position: absolute;
 border: 1px solid #717a79;
 top: -10px;
 right: 0px;
 bottom: 10px;
 left: 30px;
 border-radius: 4px !important;
 z-index:11
}
.home-abt-text {
 padding:80px 0px 0px 50px;
 margin-top:20px;
}
.main-head span {
    font-size: 14px;
    line-height: 26px;
    color: #000;
    font-weight: 400;
    margin-bottom: 10px;
    position: relative;
    text-transform: capitalize;
    display: table;
}
/* .main-head span:before{
	position:absolute;
	content:"";
	width:45px;
	height:2px;
	top:12px;
	background:#e6c554;
	display:inline-block;
	margin:0 0px 0 -60px;
} */
.main-head span:after {
 position:absolute;
 content:"";
 width:45px;
 height:2px;
 top:12px;
 background:#11181e;
 display:inline-block;
 margin:0 20px;
}
.main-head {
 font-size: 40px !important;
 line-height: 50px !important;
	color: #7a5f10;
 font-weight: 500;
 margin-bottom: 10px !important;
 position: relative;
 /* text-transform: capitalize; */
    font-family: 'Josefin Sans', sans-serif;
}
.home-abt-text p {
 font-size:14px !important;
 line-height:26px;
 color:#424242;
 font-weight:400;
 margin-bottom:20px !important;
 text-align: justify;
}
.home-abt-text p a {
 color:#04b4ff !important;
}
.vsn-gape {
 margin-top:50px;
}
.vsn-blk-left .main-head {
 font-size:70px !important;
 line-height: 80px !important;
 font-weight: 800;
 margin-top:20px !important;
}
.vsn-blk-right {
 padding:20px;
 position: relative;
 margin-bottom:30px !important;
 background: #1a1a1a;
 border-radius:4px;
}
.vsn-blk-right h4 {
 font-size:18px !important;
 line-height: 25px;
 color:#424242;
 font-weight: 700;
 margin-bottom: 5px !important;
}
.vsn-blk-right p {
 font-size: 15px !important;
 line-height: 26px;
 color: #fff;
 font-weight: 400;
 margin-bottom: 0px !important;
 text-align: justify;
}
.idx-btn {
 width: 150px;
 font-size: 15px !important;
 font-weight: 500;
 padding: 19px 15px 17px !important;
 z-index: 1;
 position: relative;
 display: block;
 text-align: center;
 color: #fff !important;
 line-height: 1;
	background: #ca9911;
 text-transform: capitalize;
 border: none;
 -webkit-transition: 0.5s all ease;
 transition: 0.5s all ease;
}
.idx-btn:before {
 content: "";
 position: absolute;
 left: 8px;
 top: 8px;
 width: 150px;
 border: 1px solid #ffc72b;
 padding: 29px 15px 20px;
 transition: all 0.8s ease 0s;
}
.idx-btn:hover::before {
 left: 0px;
 top: 0px;
}
.idx-btn:hover {
	 background: #333;
	 border-color:#333 !important;
	 color: #fff !important;
}
.offer-bar .main-head {
 text-align: center;
 margin-bottom: 30px !important;
}
#background {
 position: relative;
 z-index: 11;
 background: #717a79;
 display: block;
 min-height: 50%;
 min-width: 50%;
}
#bg-text {
     position: absolute;
    color: #daa91e;
    font-size: 60px !important;
    z-index: 3;
    text-align: center;
    opacity: 0.55;
    width: 100%;
    letter-spacing: 2px;
    top: 50px !important;
    font-family: 'Josefin Sans', sans-serif;
    text-transform: capitalize;
    font-weight: 700;
}
.offer-bar {
 padding:80px 0 40px;
 position: relative;
}
.portfolio-box {
 position: relative;
 overflow: hidden;
 height: 100%;
 display: block;
 background: #222;
 margin-bottom:10px !important;
}
.portfolio-box.bottom {
 margin-top:40px;
}
.portfolio-box .image-container {
 position: relative;
}
.portfolio-box .image-container:before {
 content: '';
 display: block;
 position: absolute;
 width: 100%;
 height: 100%;
 background: #333;
 opacity: 0.3;
 transition: 0.3s all ease-in-out;
}
.portfolio-box:hover .image-container:before {
 opacity: .6;
}
.portfolio-box .image-container img {
 transition: 0.5s;
 max-width: 100%;
}
.portfolio-box .portfolio-box-caption {
 color: white;
 opacity: 0.7;
 display: block;
 position: absolute;
 bottom: 0;
 text-align: center;
 width: 100%;
 height: 100%;
 -webkit-transition: all 0.2s;
 -moz-transition: all 0.2s;
 transition: all 0.2s;
}
.portfolio-box .portfolio-box-caption-content {
 width: 100%;
 text-align: center;
 position: absolute;
 top: 54%;
 transform: translateY(-50%);
 text-shadow: 0px 0px 20px rgb(0 0 0 / 30%);
 transition: 0.4s;
}
.project-category {
 text-transform: capitalize;
 font-size: 1.2em;
 color: #cccccc;
 letter-spacing: 1px;
 margin-bottom: 5px;
 font-weight: 500;
}
.project-name {
 font-size: 1.8em;
 display: block;
 font-weight: 400;
 color: #fff;
 margin-bottom: 10px;
 letter-spacing: 0px;
}
.portfolio-box:hover .portfolio-box-caption {
 opacity: 1;
}
.portfolio-box:hover .portfolio-box-caption .portfolio-box-caption-content {
 top: 50%;
}
.idx-vsn-msn .vsn-blk {
 padding: 40px;
 background: linear-gradient(to left, #d8aea9 20%, #e0b9b4 100%);
 min-height:370px;
}
.idx-vsn-msn .vsn-blk.msn-blk {
 background: linear-gradient(to left, #6dbab7 20%, #76bdbb 100%);
 min-height:370px;
}
.idx-vsn-msn .vsn-blk.msn-blk h4:before {
 content: url(../design_img/icon-mission.png);
 margin-right: 15px;
 vertical-align: -12px;
}
.idx-vsn-msn .vsn-blk.goal-blk {
 background: linear-gradient(to left, #e3a521 20%, #ffc851 100%);
 min-height:370px;
}
.idx-vsn-msn .vsn-blk h4 {
 font-size: 25px;
 font-weight: 500;
 color: #fff;
 border-bottom: 1px solid #fff;
 padding-bottom: 15px !important;
 margin-bottom: 15px !important;
}
.idx-vsn-msn .vsn-blk h4:before {
 content: url(../design_img/icon-vision.png);
 margin-right: 15px;
 vertical-align: -12px;
}
.idx-vsn-msn .vsn-blk.goal-blk h4:before {
 content: url(../design_img/icon-goal.png);
 margin-right: 15px;
 vertical-align: -12px;
}
.m-padd-8 {
 padding-left:8px !important;
 padding-right:8px !important;
}
.idx-vsn-msn .vsn-blk p {
 font-size:15px !important;
 line-height: 25px;
 color:#fff;
 font-weight: 500;
 text-align: justify;
}
/* New Arrivals */
.idx-new-arrival {
	 padding:80px 0;
	 position: relative;
	 background:#1e1e1e;
}
.idx-new-arrival .main-head {
 text-align: center;
}
.idx-new-arrival .main-head span:before {
 position:absolute;
 content:"";
 width:45px;
 height:2px;
 top:12px;
 background:#f2f2f2;
 display:inline-block;
 margin:0 0px 0 -60px;
}
.idx-new-arrival .main-head span:after {
	background:#f2f2f2;
}
.idx-new-arrival .main-head span {
	margin: 0 auto !important;
	color:#f2f2f2;
}
.offer-bar .main-head span {
 margin: 0 auto !important;
}
.offer-bar .main-head span:before {
 position:absolute;
 content:"";
 width:45px;
 height:2px;
 top:12px;
 background:#6c7079;
 display:inline-block;
 margin:0 0px 0 -60px;
}
/*service  bar*/
.srvcs-bar {
 padding:40px 0 30px
}
.srvcs-bar .srvcs-col {
 height:80px;
 display: flex;
 justify-content: center;
 align-items: center;
 margin-bottom:15px;
 padding:15px;
 font-weight:600;
 color:#020267!important;
 border:1px solid #4b4bf9;
 border-radius:7px;
 -moz-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
 -webkit-box-shadow: 0px 5px 20px rgb(0 0 0 / 10%);
 box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
 -webkit-transition: all 300ms linear;
 -moz-transition: all 300ms linear;
 -o-transition: all 300ms linear;
 -ms-transition: all 300ms linear;
 transition: all 300ms linear;
}
.srvcs-bar .srvcs-col:hover {
 background:#4b4bf9;
 color:#fff!important;
}
.srvcs-bar .artst-col {
 text-align:center;
 margin-bottom: 25px;
}
.srvcs-bar .artst-col .artst-pic {
	border-radius: 15px;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    height: 190px;
    width: 100%;
    position: relative;
    text-align: center;
}
.srvcs-bar .artst-col .artst-pic img {
	position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    max-width: 95%;
    max-height: 95%;
    margin: auto;
}
.srvcs-bar .artst-col .artst-name {
 color:#020267;
 font-weight:600;
 margin: 8px 0!important;
}
.srvcs-bar .artst-col a {
 background: #4b4bf9;
 color: #fff!important;
 display: table;
 margin: auto;
 padding: 5px 15px;
 border-radius: 25px;
}
/*artist details page*/
.artst-bar {
 padding:40px 0
}
.artst-bar .artst-pic {
	border-radius: 8px;
    border: 1px solid #e5e5e5;
    overflow: hidden;
}

.artst-bar .artst-pic img {
	max-width:100%;
}
.artst-bar h4.artst-name {
    color: #020267;
    font-weight: 700;
    margin: 12px 0 !important;
    font-size: 20px !important;
    line-height: 27px;
    text-transform: capitalize;
}
.artst-bar p.artst-desc {
 text-align:justify
}
.artst-bar p.msg-show {
	width:36%;
	float:left;
	
}

.artst-bar p.msg-show span{
	font-size: 18px !important;
    line-height: 25px;
    font-weight: 700;
    margin: 10px 0 !important;
    color: #4b4bf9;
    position: relative;
    top: 4px;
}

.clear-fix{
	clear:both;
}

.artst-bar a.btn-book {
 background: #4b4bf9;
 color: #fff!important;
 display: table;
 padding: 8px 15px;
 border-radius: 5px;
 margin: 25px 0
}
.artst-bar .btn-book{
	display: block;
    padding: 10px 12px !important;
    margin-top: 20px;
    background: #0aad11;
    color: #fff;
    border:1px solid #0aad11;
	min-width:150px;
	font-size:15px !important;
	line-height:25px;
	border-radius:5px !important;
}
.artst-bar .btn-book:hover{
	background:#333 !important;
	border-color:#333 !important;
}

/*products*/
.product {
 margin: 0 10px;
}
.product-container {
 width: 100%;
 height: auto;
 overflow: hidden;
}
.product-pic-container {
 width: 100%;
 height: auto;
 position: relative;
 overflow: hidden;
 -webkit-transition: all 200ms linear;
 -moz-transition: all 200ms linear;
 -o-transition: all 200ms linear;
 -ms-transition: all 200ms linear;
 transition: all 200ms linear;
}
.product-back {
 position: absolute;
 top: 50%;
 left: 0;
 bottom: 50%;
 right: 0;
 background: rgba(51, 51, 51, .7);
 z-index: 1;
 visibility: hidden;
 opacity: 0;
 -webkit-transition: all 100ms linear;
 -moz-transition: all 100ms linear;
 -o-transition: all 100ms linear;
 -ms-transition: all 100ms linear;
 transition: all 100ms linear;
}
.product-pic {
 border: 1px solid #d7d7d7;
}
.product-pic img {
 max-width: 100%;
 -webkit-transition: all 300ms linear;
 -moz-transition: all 300ms linear;
 -o-transition: all 300ms linear;
 -ms-transition: all 300ms linear;
 transition: all 300ms linear;
}
.product-new {
 position: absolute;
 z-index: 1;
 top: 0px;
 left: 0px;
 display: inline-block;
 background-color: #f36a1f;
 display: none
}
.product-new span {
 color: white;
 text-transform: capitalize;
 padding: 15px 0px;
 display: inline-block;
 transform: rotate(-90deg);
 font-weight: 300;
}
.product-new:after {
 content: "";
 width: 0px;
 height: 0;
 border-right: 4px solid transparent;
 border-left: 4px solid transparent;
 border-top: 4px solid #f36a1f;
 position: absolute;
 bottom: -4px;
 left: 50%;
 margin-left: -4px;
}
.discount {
 background: #ffefca;
 color: #000;
 width: 62px;
 height: 25px;
 position: absolute;
 top: 0px;
 right: 0;
 z-index: 1;
 text-align: center;
 line-height: 22px;
 display: none
}
.product-btn {
 width: 50px;
 height: 50px;
 position: absolute;
 z-index: 3;
 right: 8px;
 bottom: 8px;
 /* margin-top: -56px; */
	/* margin-left: -25px; */
	-webkit-transition: all 350ms linear;
 -moz-transition: all 350ms linear;
 -o-transition: all 350ms linear;
 -ms-transition: all 350ms linear;
 transition: all 350ms linear;
}
.prduct-list .product-btn {
 height: 50px;
 width: 100%;
}
.prduct-list .product-btn .cart {
 position: absolute;
 right: 0;
 background: #FFF !important;
}
.prduct-list .product-btn a:hover {
 background: #717a79;
 color: #FFF !important;
}
.prduct-list .product-btn .cart {
 position: absolute;
 right: 0;
 background: #FFF !important;
}
.prduct-list .product-btn a.cart:hover {
 background: #76bdbb !important;
 color: #FFF !important;
}
.product-btn a {
 background: #333;
 font-size: 16px;
 color: #ffb120 !important;
 width: 50px;
 height: 50px;
 display: block;
 border-radius: 50%;
 float: left;
 text-align: center;
 padding-top: 13px;
 text-transform: uppercase;
 -webkit-transition: all 150ms linear;
 -moz-transition: all 150ms linear;
 -o-transition: all 150ms linear;
 -ms-transition: all 150ms linear;
 transition: all 150ms linear;
 position: relative
}
.product-btn a.cart {
 background: #666;
 top: 30px;
 opacity: 0;
}
.product-btn a.view {
 background: #FFF;
 bottom: 50px;
 opacity: 0;
}
.product-btn a:hover {
 background: #9e7709;
 color: #FFF !important
}
.product-name {
 text-align: center;
 text-transform: uppercase;
 font-size: 16px !important;
 line-height: 24px;
 margin: 0px !important;
 overflow: hidden !important;
 padding: 20px 10px;
 text-overflow: ellipsis;
 display: inline-block;
 white-space: nowrap !important;
 width: 100%;
 background: #FFF;
 z-index: 1;
 position: relative;
 border-radius:0px;
 font-weight:500;
 font-family: 'Josefin Sans', sans-serif;
}
.product-name a {
 color: #c7960d !important
}
.product-name span {
 color: #999
}
.product-price {
 text-transform: capitalize;
 text-align: center;
 margin-top: 5px !important;
 margin-bottom: 5px !important;
 display: none
}
.product-price .price-before {
 color: #999;
 text-decoration: line-through;
 font-size: 17px;
}
.product-price .price-now {
 font-weight: 600;
 color: #1393dd;
 margin: 0 5px;
 font-size: 17px;
}
.product-container:hover .product-back {
 visibility: visible;
 opacity: 0.8;
 top: 0;
 bottom: 0%;
}
.product-container:hover .product-btn a.cart {
 top: 0;
 opacity: 1;
}
.product-container:hover .product-btn a.view {
 bottom: 0;
 opacity: 1;
}
.home-product-sec .owl-buttons {
 position: absolute;
 left: -15%;
 top: 35%;
}
.home-product-sec .owl-buttons div {
 color: #00cdcd !important;
}
.home-product-sec .owl-buttons div:hover {
 background: #09b4f7 !important;
 color: #fff !important;
}
/* Date 06-06-2023 */

.trending-sec.idx-new-arrival {
 background:#f6f6f6;
}
.trending-sec.idx-new-arrival .main-head span {
	color:#000;
}
.trending-sec.idx-new-arrival .main-head span:after {
    background: #6c7079;
}
.trending-sec.idx-new-arrival .portfolio-box {
 margin-bottom: 30px !important;
}
.trending-sec.idx-new-arrival .portfolio-box .image-container:before {
 opacity:.01;
}
.trending-sec.idx-new-arrival .portfolio-box:hover .image-container:before {
 opacity: .6;
}
/*********************************************************************************
login form 
***************/
.log-body {
 padding: 70px 0 60px;
 background: url(../design_img/slide-log.jpg) no-repeat center right;
 background-size: cover;
 position: relative;
}
.log-model {
 width: 95%;
 max-width: 400px;
 background: #fffffff2;
 -webkit-box-shadow: 0px 0px 80px rgba(202, 168, 120, 0.18);
 -moz-box-shadow: 0px 0px 80px rgba(202, 168, 120, 0.18);
 box-shadow: 0px 0px 80px rgba(202, 168, 120, 0.18);
 border-radius: 10px;
 padding: 20px 40px 40px;
 display: table;
 margin: auto;
 position: relative;
 z-index: 1
}
.log-model h2 {
 font-size: 20px;
 color: #b18711;
 font-weight: 700;
 margin-top: 20px !important;
 margin-bottom: 20px !important;
 text-align: center
}
.log-model .btn-sub {
 width: 100%;
 font-size: 16px;
 font-weight: 600;
 background:#ca9911;
}
.log-model .btn-sub:hover {
 background:#000066 !important;
}
.log-model .link-forgot {
 text-align: right;
 display: block;
 color: #eca254 !important;
 font-size: 12px;
 margin-bottom: 10px;
}
.log-model .alert {
 margin-bottom: 0;
 margin-top: 20px
}
/*********************************************************************************
Join form 
***************/
.join-body {
 padding: 60px 0 70px;
 background: url(../design_img/slide-log.jpg) no-repeat center right;
 background-size: cover;
 position: relative
}
.join-model {
 width: 95%;
 max-width: 1000px;
 margin: auto;
 position: relative;
 z-index: 1
}
.join-body.art-appoint{
	width:100%;
	max-width:100%;
}
.join-body.art-appoint .join-model{
	width:100%;
	max-width:100%;
}
.clear-fix{
	clear:both; 
}
.join-nav {
 white-space: nowrap;
 overflow-x: auto;
 margin-bottom: 10px;
}
.join-nav .join-nav-container {
 display: table;
 margin: auto;
}
.join-nav ul {
 list-style: none;
 display: flex;
}
.join-nav li {
 float: left;
 margin-right: 10px !important
}
.join-nav li a {
 display: block;
 text-decoration: none;
 text-transform: capitalize;
 font-weight: 500;
 color: rgba(0, 0, 0, 0.5) !important;
 padding: 0px 10px 0px;
 border: 1px solid rgba(0, 0, 0, 0.1);
 cursor: default
}
.join-nav li a span {
 display: block;
 width: 40px;
 height: 40px;
 background: rgba(0, 0, 0, 0.5);
 text-align: center;
 margin: 0 auto 10px;
 color: rgba(255, 255, 255, 0.7);
 border-radius: 100%;
 font-size: 20px;
 font-weight: 400;
 padding-top: 5px;
}
.join-nav li a.active {
 cursor: pointer;
 color: #ef7ca1 !important;
 font-weight: 700;
}
.join-nav li a.active span {
 background: #ef7ca1;
 color: #fff;
}
.join-form-box {
 margin: 25px 0 0;
 padding: 35px 30px 0;
 background: #fffffff2;
 border-radius: 20px;
 -webkit-box-shadow: 0px 0px 80px rgba(202, 168, 120, 0.18);
 -moz-box-shadow: 0px 0px 80px rgba(202, 168, 120, 0.18);
 box-shadow: 0px 0px 80px rgba(202, 168, 120, 0.18);
}
.join-body.art-appoint .join-form-box {
	padding:35px 30px;
}
.join-body.art-appoint  .join-form-box .btn-sub {
	margin: 20px 10px 20px 0;
    display: inline-block;
    background: #0aad11 !important;
    color: #ffffff !important;
    width: 150px;
    text-transform: capitalize;
    font-weight: 700;
    padding: 10px 12px !important;
    border: 1px solid #0aad11;
    min-width: 150px;
    font-size: 15px !important;
    line-height: 25px;
    border-radius: 5px !important;
}
.join-body.art-appoint  .join-form-box .btn-sub:hover{
	background:#333 !important;
}
.join-body.art-appoint  .join-form-box .btn-sub.btn-back{
	background:#4b4bf9 !important;
	border-color:#4b4bf9 !important;
}
.join-body.art-appoint  .join-form-box .btn-sub.btn-back:hover{
	background:#333 !important;
}

.join-form-box h4 {
 color: #dbb919;
 text-align: center;
 font-size: 20px;
 font-weight: 600;
 border-radius: 5px;
 margin: 0px 0 30px !important;
}
.join-form-box p {
 color: #666;
 font-weight: 600;
 font-size: 18px !Important;
 margin-bottom: 15px !important
}
.join-body.art-appoint  .form-group .form-control {
    padding: 8px 12px !important;
	font-size:14px !important;
	line-height:24px;
}
.artst-bar .social {
    list-style: none;
    padding: 0px !important;
    float:left;
}
.artst-bar .social li {
    float: left;
    margin-right: 5px !important;
	background: #008800;
    color: #fff !important;
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    border-radius: 100%;
    border: 0px;
    vertical-align: middle;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.artst-bar .social li a .fa {
     color: #fff !important;
}
.artst-bar .social li:hover{
	background:#020267 !important;
}
.artst-bar .social li img{
	width:20px;
	height:20px;
	text-align:center;
}


.join-form-box input[type=file] {
 padding: 6px 9px;
}
.join-form-box .join-type-col {
 display: none
}
.join-form-box .join-type-col.col-active {
 display: block
}
.join-form-box .btn-search {
 background: #fff url(../design_img/icon-search.png) no-repeat center center;
 border-bottom-right-radius: 4px;
 border-top-right-radius: 4px;
 border: 0;
 height: 38px;
 width: 37px;
 position: absolute;
 top: 26px;
 right: 1px;
 text-align: center;
 background-size: 20px;/* padding-right: 50px; */
}
.join-form-box .btn-sub {
 margin: 45px auto -20px;
 display: block;
 border-radius: 25px !important;
 background: #04b4ff;
 color: #fff;
 width: 150px;
 text-transform: uppercase;
 font-weight: 700;
}
.join-form-box .btn-sub:hover {
 background: #333 !important;
 color: #fff;
}
.join-form-box .alert {
 margin-top: 40px
}
/* password show hide*/
.toggle-password {
 position: absolute;
 right: 10px;
 width: 10px;
 color: #fff !important;
 text-align: center;
 top: 32px;
 padding: 13px 11px 11px 10px;
 float: right;
 margin-right: 1px;
}
.toggle-password.open-eye {
 background: url(../design_img/icon-show-pwd.png);
 background-repeat: no-repeat;
 background-size: contain;
}
.toggle-password.close-eye {
 background: url(../design_img/icon-hide-pwd.png);
 background-repeat: no-repeat;
 background-size: contain;
}
/*********************************************************************************
default form styles start
***************/
.form-group {
 position: relative;
 margin-bottom: 18px !important;
}
.form-group label {
 font-weight:normal;
}
.form-group .label-err {
 width: auto;
 font-size: 11px;
 color: #f17e21;
 padding: 0px;
 position: absolute;
 left: 0;
}
.form-group .form-control {
 border-radius:0!important;
 box-shadow:none;
 background:none;
 padding:8px 12px;
 height:auto;
}
.form-group select.form-control {
 background-color: transparent;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 background-image: url(../design_img/icon-select-arrow.png);
 background-repeat: no-repeat;
 background-position: right 6px top 50%;
 z-index: 0;
 /*padding: 7px 20px 7px 4px; */
	padding-left:5px;
 padding-right:20px;
}
/*@-moz-document url-prefix() {
	.form-group select.form-control {
		padding: 7px 20px 7px 4px;
	}
}*/
.form-group .label-radio {
 margin-right:15px;
}
.form-group input[type=radio] {
 margin-right:5px;
}
.form-group .label-check {
 margin-right:15px;
 text-transform:none!important;
 font-family: 'Poppins', sans-serif!important;
}
.form-group .label-check a {
 color: #ff8d00!important;
}
.form-group .label-check a:hover {
 text-decoration:underline!important
}
.form-group input[type=checkbox] {
 margin-right:5px;
}
.form-group .form-control:focus {
 box-shadow:none;
 border-color:#ffa34a;
 color:#ffa34a
}
.form-group textarea.form-control {
 resize:none;
}
/*********************************************************************************
footer styles
***************/
footer {
 background:#002239 url(../design_img/footer-bg.jpg) no-repeat center center;
 background-size: cover;
 position: relative;
}
footer .logo {
 width:180px;
 margin-bottom:15px !important;
 margin-top:-15px !important;
 display:block;
}
footer .logo img {
 max-width:100%;
}
footer .footer-sec {
 width:100%;
 display:block;
 /* padding:60px 0; */
	height:350px;
}
footer .footer-sec .footer-sec-abt {
 width:50%;
 float:left;
 padding:60px 0 40px;
 padding-right:60px;
 border-right:1px solid rgba(255, 255, 255, .4);
 min-height:400px;
}
footer .footer-sec .footer-sec-abt.footer-cont-last {
 width:50%;
 float:left;
 padding:60px 0 20px;
 padding-left:60px !important;
 border:none !important;
 padding-right:0;
}
footer .footer-abt {
 font-size:14px !important;
 line-height:22px !important;
 color:#FFF;
 font-weight:400;
 text-align:justify;
}
footer .footer-abt p {
 font-size:14px !important;
 line-height:24px;
 color:#fff;
 font-weight:400;
 text-align:justify;
}
footer .footer-abt .social-sec {
 padding: 10px 0;
}
footer .footer-abt .social-sec h4 {
 font-size: 24px;
 line-height: 26px;
 font-weight: 600;
 text-transform: uppercase;
 color: #433833;
 font-family: 'Saira Condensed', sans-serif !important;
}
footer .social-nav ul {
 list-style: none;
 /* margin-top: 20px!important; */
    overflow: hidden;
 margin: 0px auto 0 !important;
 text-align: center;
}
footer .social-nav li {
 float: left;
 margin-right: 10px !important;
 line-height: 35px;
}
footer .social-nav li a {
 border: 0!important;
 padding: 0!important;
}
footer .social-nav li a .fa {
	 color: #FFF !important;
	 width: 35px;
	 height: 35px;
	 font-size:16px;
	 border-radius: 100%;
	 line-height: 35px;
	 text-align: center;
	 vertical-align: middle;
	 -webkit-transition: all 300ms linear;
	 -moz-transition: all 300ms linear;
	 -o-transition: all 300ms linear;
	 -ms-transition: all 300ms linear;
	 transition: all 300ms linear;
	  background: #d7a71f;
}
footer .social-nav li a:hover .fa {
 color:#d7a71f !important;
 background:#FFF !important;
}
footer .important-link-sec {
}
footer .important-link-sec h3 {
	text-align: left;
 /* color: #278fd8; */
		color: #fbc11d;
	 font-size: 20px !important;
	 font-weight: 700;
	 line-height:27px;
	 text-transform: uppercase;
	 letter-spacing:1.3px;
	 position: relative;
	 margin-bottom:10px !important;
	 font-family: 'Josefin Sans', sans-serif;
}
footer .important-link-sec h3.social-heading {
 margin-top:30px !important;
}
footer .nav-menu ul {
 list-style: none;
}
footer .nav-menu ul li {
 line-height: 26px;
 font-size: 13px !important;
 color: #022438;
 font-weight: 400;
 text-align: left;
}
footer .nav-menu ul li:before {
 content: "\f068";
 font: normal normal normal 14px/1 FontAwesome;
 margin-right: 5px !important;
 color: #d3d2d2;
 font-size:8px;
 font-weight: 400;
}
footer .nav-menu ul li a {
 color: #d3d2d2 !important;
 text-transform:capitalize;
 font-weight:400;
 line-height: 30px !important;
 display:inline-block;
}
footer .nav-menu ul li:hover a {
 color:#ce9233 !important;
}
footer .site-nav ul {
 list-style: none;
 margin-top: 6px!important;
 margin-bottom: 20px!important;
}
footer .site-nav ul li {
 color: #FFF !important;
 margin-bottom: 15px !important;
}
footer .site-nav ul li .icon-outer {
 height:0px;
 width: 110px;
 position: relative;
 display: inline-block;
 vertical-align: top;
 color: #e5af18;
 font-weight:700;
 font-size:14px;
 line-height:24px;
}
footer .site-nav ul li.icon-outer:before {
 content: "\f111 ";
 font: normal normal normal 14px/1 FontAwesome;
 margin-right: 10px !important;
 color: #66b337;
 font-size: 7px;
 font-weight: 700;
}
footer .site-nav ul li .icon-outer i.fa-map-marker {
 padding-left: 11px;
}
footer .site-nav ul li .icon-outer i {
 margin-right: 8px;
 color: #ff5e14 !important;
 font-size: 16px;
 padding-top: 5px;
 padding-left: 8px;/* -ms-transform: rotate(15deg); */
    /* -webkit-transform: rotate(15deg); */
    /* transform: rotate(15deg); */
}
footer .add-text {
 display: inline-block;
 width: calc(100% - 115px);
 font-size: 14px !important;
 line-height: 24px !important;
 color: #f7f7f7;
 font-weight:400;
}
footer .site-nav ul li i {
 margin-right: 8px;
 color: #eed518 !important;
}
footer .site-nav ul a {
 font-size: 14px;
 color: #fff !important;
 text-align: left;
 -webkit-transition: all 300ms linear;
 -moz-transition: all 300ms linear;
 -o-transition: all 300ms linear;
 -ms-transition: all 300ms linear;
 transition: all 300ms linear;
}
footer .site-nav ul li:hover a {
	color: #ffd96f !important;
}
footer .footer-bar-bottom {
	padding:10px 15px;
	background: #cb9602 !important;
}
footer .social-nav {
 margin:0px;
 display:table;
}
footer .footer-bar-bottom p.copy {
 text-align: center !important;
 color: #121212 !important;
 font-size:14px !important;
 line-height:24px !important;
 margin-bottom:0 !important;
}
footer .footer-bar-bottom p.copy .co-name {
 color:#fff;
 font-weight:600;
}
footer .footer-bar-menu {
 border-top: 1px solid rgba(255, 255, 255, 0.4);
 border-bottom: 1px solid rgba(0, 0, 0, 0.2);/* background:#cae5e4; */
}
footer .site-nav-menu ul {
 list-style: none;
 margin: auto!important;
 display: table;
 padding: 10px 15px !important;
 text-align: center;
}
footer .site-nav-menu ul li {
 /* float: left; */
    margin: 10px 20px 10px 0px!important;
 padding: 0 20px !important;
 display: inline-flex;
}
footer .site-nav-menu ul a {
 display: block;
 color: #f7f7f7 !important;
 font-size: 15px;
 font-weight: 600;
 text-transform: capitalize;
 -webkit-transition: all 300ms linear;
 -moz-transition: all 300ms linear;
 -o-transition: all 300ms linear;
 -ms-transition: all 300ms linear;
 transition: all 300ms linear;
}
footer .site-nav-menu ul li:hover a {
    color: #ffd45d !important;
}
/* top and down button*/
#goTop, #goDown {
 border-radius:100%;
 width:40px;
 height:40px;
 padding-top:5px;
 text-align:center;
 position: fixed;
 bottom: 30px;
 right:  45px;
 -webkit-transition: all 300ms linear;
 -moz-transition: all 300ms linear;
 -o-transition: all 300ms linear;
 -ms-transition: all 300ms linear;
 transition: all 300ms linear;
 cursor: pointer;
 color: #fff!important;
 font-weight: bold;
 background: #08b0ef;
 z-index:9999;
 font-size:14px !important;
 color:#FFF;
}
#goTop:hover, #goDown:hover {
 background: #ce9233;
 color: #FFF !important;
}
/* vision-mission */
.vis-mis-blk {
 padding:15px;
}
.vis-mis-text {
 text-align: justify;
 padding:15px;
}
.vis-mis-text h2 {
 font-weight: bold;
 line-height: 30px;
}
.vis-mis-text p {
 font-size: 15px;
}
.vis-image {
 max-width:100% !important;
}
.vis-mis-img {
 position: relative;
 display: inline-block;
}
.vis-mis-img::before {
 content: '';
 position: absolute;
 width: 40px;
 height: 160px;
 background-color: #b39728;
 top: -20px;
 left: -24px;
 z-index: 0;
}
.vis-mis-img::after {
 content: '';
 position: absolute;
 width: 40px;
 height: 160px;
 background-color: #b39728;
 bottom: -17px;
 right: -20px;
 z-index: 0;
}
.vis-image {
 display: block;
 width: auto;
 height: auto;
 position: relative;
 z-index: 1;
}
/* contact us */

.inner-contact-sec {
 padding: 80px 0;
 position: relative;
}
.contents {
/* background-image: url(../design_img/contact-us.png); */
}
.contact-form {
 background-color: #f8f8f8;
 padding:30px 20px;
 border-radius:5px;/* box-shadow: 5px 5px #f8f8f8; */
}
.contact-form .main-head {
 padding-left:15px !important;
}
.contact-form .main-head span:after {
 display:none;
}
.cont-gape {
 margin-top:30px;
}
.contact-img {
 position:relative;
}
.contact-img img {
 max-width:100%;
}
.contact-info {
	padding:20px;
	background-color: #c99d23;
	 margin-top: 30px;
	 text-align: center;
	 min-height:163px;
	 box-shadow: 5px 5px 5px #f8f8f8;
}
.contact-info i {
 font-size:30px;
 background-color: white;
 color:black;
 padding: 10px;
 border-radius: 10px;
}
.btn-submit {
 padding:10px 10px !important;
 width:150px;
 font-size: 16px !important;
background: #ca9911 !important;
border:1px solid #ca9911 !important;
}
.btn-submit:hover{
	background:#1e1e1e !important;
	border-color:#1e1e1e !important;
}
.address-icon {
 font-size: 10px;
 padding:10px 15px 10px 15px !important;
}
.contact-info .text {
 font-size: 15px;
 margin-top: 10px;
 color:white
}
.form-group .label-err, .form-group .error:not(.form-control) {
 background: #4b4bf9;
 width: auto;
 font-size: 11px;
 color: #fff !important;
 padding: 0px 5px 2px;
 border-radius: 2px;
 position: absolute;
 bottom: -22px;
 z-index: 1;
 font-weight: 400 !important;
}
 .form-group .label-err::before, .form-group .error::before {
 content: "\f0d8 ";
 font: normal normal normal 20px/1 FontAwesome;
 color: #4b4bf9;
 position: absolute;
 top: -13px;
 left: 20px;
}
.form-group .form-control {
 border-radius: 0 !important;
 box-shadow: none;
 background: none;
 padding: 8px 12px;
 height: auto;
 color: #121212;
}
.form-group select.form-control {
 background-color: transparent;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 background-image: url(../design_img/icon-select-arrow.png);
 background-repeat: no-repeat;
 background-position: right 6px top 50%;
 z-index: 0;
 /*padding: 7px 20px 7px 4px; */
	padding-left: 5px;
 padding-right: 20px;
}
/*@-moz-document url-prefix() {
	.form-group select.form-control {
		padding: 7px 20px 7px 4px;
	}
}*/
.form-group .label-radio {
 margin-right: 15px;
}
.form-group input[type=radio] {
 margin-right: 5px;
}
.form-group .label-check {
 margin-right: 15px;
 text-transform: none !important;
 font-family: 'Poppins', sans-serif !important;
}
.form-group .label-check a {
 color: #fcd80f !important;
}
.form-group .label-check a:hover {
 text-decoration: underline !important
}
.form-group input[type=checkbox] {
 margin-right: 5px;
}
.form-group .form-control:focus {
 box-shadow: none;
 border-color: #145383;
 color: #121212;
}
.form-group textarea.form-control {
 resize: none;
}
/* our-profile */
.profile-image-container {
 position: relative;
 display: inline-block;
 margin-top: 10px;
 margin-bottom: 10px;
 padding: 10px;
}
 .profile-image-container::before {
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: #b39728;
    top: -20px;
    left: -24px;
    z-index: 0;
}
 .profile-image-container::after {
	 content: '';
	 position: absolute;
	 width: 60px;
	 height: 60px;
	 background-color: #b39728;
	 bottom: -17px;
	 right: -20px;
	 z-index: 0;
}
.profile-image1 {
 display: block;
 width: auto;
 height: auto;
 position: relative;
 z-index: 1;
 max-width:100%;
}
.our-profile-text {
 text-align: justify;
}
.our-profile-text h2 {
    font-weight: bold;
    line-height: 40px;
    color: #7a5f10;
    font-size: 30px;
}
.our-profile-text {
 padding:20px;
}
