/*********************************************************************************
common styles
***************/

body {
    background: #fff !important;
    color: #333 !important;
    font-family: 'Poppins', sans-serif !important;
    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: #5ca14d;
    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 {
    /* background: linear-gradient(to right, #FFF 35%, #181617 35% 65%); */
    position: relative;
}

header .top-bar {
    /*background: linear-gradient(to right, #FFF 35%, #009933 35% 65%); */
    background: #f2b814;
    position: relative;
}

header .contact-sec {
    /* border-top:4px solid #29aeb5; */
    /* background: linear-gradient(to right, #3bd907 20%, #009933 100%); */
    padding: 10px 0 !important;
    position: relative;
}

header .cont-nav {
    float: right;
    padding-bottom: 10px;
    padding-right: 10px;
}

header .cont-nav ul {
    list-style: none;
}

header .cont-nav ul li {
    float: left;
    color: #FFF !important;
}

header .cont-nav ul a {
    display: inline-block;
    padding: 0px 15px;
    font-size: 12px;
    font-weight: 400;
    color: #FFF !important;
    /* border-left: 1px solid #FFF; */
    -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 li:first-child a {
    padding-left: 0;
    border: 0;
}

header .cont-nav ul li span {
    color: #c3df2b;
    font-weight: 600;
}

header .logo {
    padding: 0px 0 0px 0;
    display: block;
    /* margin-top: -46px; */
    width: 160px;
    position: absolute;
    z-index: 99;
    background: #fff;
    border-radius: 50%;
    padding: 0px 8px;
    margin-top: 0px;
}

header .logo img {
    max-width: 100%;
}

header .menu-bar-outer {
    padding: 10px 0;
    position: relative;
    height: 60px;
}

header .site-nav {
    float: right;
}

header .social-nav {
    float: right;
    margin-top: 5px;
}

header .social-nav ul {
    list-style: none;
    margin: 4px auto 0 !important;
    text-align: center;
}

header .social-nav li {
    float: left;
    margin-right: 5px !important;
    line-height: 27px;
}

header .social-nav li a .fa {
    color: #FFF;
    width: 27px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    border-radius: 100%;
    vertical-align: middle;
    -webkit-transition: all 300mslinear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300mslinear;
    font-size: 13px !important;
    margin: 0px 5px 0px 5px;
}

header .social-nav ul .fa-facebook {
    background: #3b5a9a;
    border: 1px solid #3b5a9a;
}

header .social-nav ul .fa-twitter {
    background: #1d9bf0;
    border: 1px solid #1d9bf0;
}

header .social-nav ul .fa-instagram {
    background: #813cac;
    border: 1px solid #813cac;
}

header .social-nav ul .fa-youtube {
    background: #f51e1e;
    border: 1px solid #f51e1e;
}

header .social-nav li:hover a .fa {
    color: #f99302 !important;
}

header .top-bar .contact-sec p {
    float: left;
    font-size: 14px !important;
    line-height: 22px;
    color: #fff;
    padding: 0px 0px 0px 10px !important;
    margin-bottom: 0 !important;
}

header .user-nav {
    margin: 4px 0;
    padding: 4px 0px 8px;
    overflow: hidden;
}

header .user-nav ul {
    list-style: none;
}

header .user-nav ul li {
    float: left;
    position: relative;
    /* padding:0 15px !important; */
}

header .user-nav ul li:first-child a {
    border-right: 1px solid #ccc;
}

header .user-nav ul li:last-child a {
    border-right: none;
}

header .user-nav ul li a {
    display: block;
    padding: 6px 15px 6px;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: capitalize;
    color: #333 !important;
    /* border-right:1px solid #ffd311; */
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    position: relative;
    z-index: 1;
}

header .user-nav ul a img {
    margin-right: 8px;
    max-width: 13px;
    vertical-align: -1px
}

header .user-nav ul a.login {
    background: #7dbb40;
    padding: 6px 8px !important;
    border-radius: 4px;
    margin-left: 7px;
    color: #FFF !important;
}

header .user-nav ul a.join {
    background: #404040;
    padding: 6px 8px !important;
    border-radius: 4px;
    margin-left: 10px;
    color: #FFF !important;
}

header .user-nav ul a.join .fa {
    color: #fff;
}

header .user-nav ul a:hover {
    background: #181818;
}

/*news-bar*/

.top-news-bar {
    overflow: hidden;
    float: right;
    margin-top: 8px;
    width: 100%
}

.top-news-bar .news-title {
    float: left;
    width: 52px;
    padding: 5px 0px 5px !important;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
}

.top-news-bar .news-title .fa {
    margin-right: 5px;
}

.top-news-bar .news-text {
    float: left;
    padding: 8px 0px 5px !important;
    margin-bottom: 0 !important;
    width: calc(100% - 52px);
    color: #fff;
    line-height: 15px;
}

.top-news-bar .news-text a {
    border-right: 1px solid #fff;
    padding-right: 10px;
    margin-right: 10px;
    cursor: default;
    color: #fff !important;
}

.top-news-bar .news-text a:hover {
    /*color:#d84a21 !important*/
}

.top-news-bar .news-text a:last-child {
    border: 0
}

/*********************************************************************************
section styles
***************/

/* section.slider .slider-overlay {
	position: absolute;
	top: 0px;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	background: #647941;
	width: 40%;
} */

/*********************************************************************************
section styles
***************/

section.slider {}

/**/

section.contents {}

section.contents .content-bar {
    padding: 80px 0;
    overflow: hidden;
}

.inn-abt-sec .inn-abt-left {
    position: relative;
    padding: 80px 0px;
}

.inn-abt-sec .inn-abt-left.gape-less {
    padding: 40px 0px;
}

.inn-abt-sec .inn-abt-left p {
    font-size: 14px !important;
    line-height: 24px;
    color: #1a1a1a;
}

.inn-abt-sec .inn-abt-right {
    position: relative;
}

.inn-abt-sec .inn-abt-right img {
    max-width: 100%;
}

.home-txt-col {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-right: 1px solid #e5e5e5;
}

.home-txt-col .h-icon {
    position: relative;
    width: 40%;
    float: left;
}

.home-txt-col .h-icon img {
    max-width: 100%;
}

.home-vm-details {
    position: relative;
    width: 60%;
    float: left;
    padding: 0 20px;
}

.home-vm-details p {
    font-size: 14px !important;
    line-height: 24px;
    color: #1a1a1a;
}

.home-vm-details h3 {
    font-size: 20px !important;
    line-height: 27px;
    color: #ff9d27 !important;
    font-weight: 700;
    margin-bottom: 10px !important;
}

.inn-abt-sec .secd-blk h2.main-head {
    text-align: center;
    margin: 50px 0 20px !important;
    text-transform: capitalize;
}

.inn-abt-sec .secd-blk .seg-block {
    position: relative;
    border: 1px solid #e5e5e5;
    padding: 30px 20px 20px;
    margin-bottom: 40px !important;
}

.inn-abt-sec .secd-blk .seg-block h4 {
    font-size: 25px !important;
    line-height: 35px !important;
    font-weight: 700;
    margin-bottom: 10px !important;
    color: #0f8805;
}

.inn-abt-sec .secd-blk .seg-block p {
    font-size: 14px !important;
    line-height: 24px;
    color: #1a1a1a;
}

/* Index Page Css */

.home-abt-bar {
    padding: 80px 0;
    position: relative;
}

.home-abt-bar .home-abt-right {
    padding: 40px 20px 0px 20px;
    position: relative;
}

.home-abt-bar .home-abt-left {
    position: relative;
}

.home-abt-bar .home-abt-left img {
    max-width: 100%;
}

.home-abt-bar .home-abt-left .home-img-col {
    position: relative;
    padding: 20px;
}

.cate-gape {
    margin-top: 50px !important;
}

.home-abt-bar .cate-blk {
    position: relative;
    padding: 8px;
    position: relative;
    border: 1px solid #e5e5e5;
}

.home-abt-bar .cate-blk img {
    max-width: 100%;
}

.home-abt-bar .cate-blk h4 {
    color: #ea8c27;
    margin-bottom: 10px;
    font-size: 15px !important;
    line-height: 25px;
    font-weight: 600;
    text-align: center;
    margin-top: 12px !important;
}

/*
.home-abt-bar .home-abt-left .home-img-col:before {
	content: "";
	background: #5ca14d;
	position: absolute;
	height: 200px;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}
*/

.home-abt-bar .abt-pattern {
    background: url(../design_img/dots.png) no-repeat top right;
    background-size: cover;
    width: 120px;
    height: 120px;
    position: absolute;
    top: -22px;
    right: -22px;
    z-index: -111;
}

.home-abt-bar .home-abt-right p {
    font-size: 14px !important;
    line-height: 24px;
    color: #1a1a1a;
}

.main-head {
    font-size: 40px;
    line-height: 55px;
    font-weight: 700;
    color: #2e3c2d;
    font-family: 'PT Serif', serif;
}

.main-head span {
    font-size: 15px !important;
    display: block;
    line-height: 24px;
    color: #414f40;
    font-weight: 500;
}

.btn-more {
    min-width: 150px !important;
    font-size: 15px;
    line-height: 24px;
    padding: 12px 15px !important;
    border-radius: 5px !important;
    background: #5ca14d;
    color: #FFF !important;
    font-family: 'PT Serif', serif;
    font-weight: 600;
    margin-top: 15px !important;
}

/**/

.idx-story-sec {
    padding: 80px 0;
    position: relative;
    background: #eef0e9;
}

.idx-story-sec .fea-blk {
    position: relative;
    text-align: center;
}

.idx-story-sec .fea-blk .fea-icon {
    width: 60px;
    margin: 0 auto 10px !important;
}

.idx-story-sec .fea-blk .fea-icon img {
    max-width: 100%;
}

.idx-story-sec .fea-blk .fea-text h4 {
    font-size: 20px !important;
    line-height: 27px;
    margin-bottom: 5px !important;
    font-weight: 600;
    color: #2e3c2d;
}

.idx-story-sec .fea-blk .fea-text p {
    font-size: 14px !important;
    line-height: 24px;
    color: #1a1a1a;
}

.fea-gape {
    margin-top: 30px;
}

/* page banner*/

.banner-bar {
    background: #0072b8 url(../design_img/inner-banner.jpg) no-repeat center bottom;
    background-size: cover;
    padding: 150px 0 100px;
    position: relative;
    z-index: 2;
}

.banner-strip {
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: #647941;
    width: 40%;
}

.banner-bar .banner-content {}

.banner-bar .banner-content h1 {
    font-weight: 700;
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    z-index: 99;
    font-family: 'PT Serif', serif;
}

/*location*/

.location {
    list-style: none;
    position: relative;
    z-index: 11;
}

.location li {
    color: #999 !important;
    text-transform: capitalize;
    float: left;
    width: auto;
    margin: 0px 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: #999
}

.location li:last-child a:after {
    content: '';
    margin-left: 0px;
}

.location li a {
    color: #999 !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;
}

.location li a:hover {
    color: #fbcf48 !important;
}

.location li a.active {
    color: #fbcf48 !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%;
}

/**/

.home-web-col-bar {
    background: url(../design_img/home-back.png) no-repeat right top #333;
    background-size: cover;
    background-attachment: fixed;
    padding-right: 15px;
    padding-top: 80px;
    padding-bottom: 80px;
}

.home-web-col-bar .main-head {
    color: #fff;
}

.home-web-col-bar .main-head strong {
    color: #f3db6c
}

.home-web-col-bar .col-left {
    width: 46%;
    height: 85%;
    background: #3d8900;
    position: absolute;
    top: 50%;
    margin-bottom: -50%;
    right: 40px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.home-web-col-bar .vsn-msn-sec {
    position: relative;
    background: #277f25 url("../design_img/vsn-bg.jpg") center center no-repeat;
    background-size: cover;
    padding: 40px 30px;
}

.home-web-col-bar .vsn-msn-sec .vm-blk.first {
    margin-bottom: 20px !important;
}

.home-web-col-bar .vsn-msn-sec h4 {
    font-size: 18px !important;
    line-height: 25px;
    color: #fbd110 !important;
    font-weight: 600;
    margin-bottom: 10px !important;
}

.home-web-col-bar .vsn-msn-sec p {
    font-size: 14px !important;
    line-height: 24px;
    color: #fff;
    font-weight: 400;
}

.home-web-col-bar img {
    max-width: 90%;
    position: relative;
    z-index: 1
}

.home-web-text-col {
    padding: 40px 0 0;
}

.home-web-text-col p,
.home-web-text-col .mylist {
    color: #fff
}

.home-web-text-col .mylist li {
    line-height: 30px;
}

.home-web-text-col .mylist li:before {
    color: #fff;
    content: '\f00c';
    margin-right: 15px;
}

.home-web-col {
    margin-top: 40px;
    padding: 0px 10px !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;
    border-left: 1px solid rgba(255, 255, 255, 0.6)
}

.home-web-col:nth-child(1) {
    border-left: 0;
}

.home-web-col h4 {
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin: 20px 0 15px !important;
    text-align: center;
}

.home-web-col p {
    color: #fff;
    font-size: 13px !important;
    line-height: 18px;
    text-align: center;
}

.home-web-col .h-icon {
    width: 50px;
    height: 50px;
    color: #999;
    margin: auto
}

.home-web-col .h-icon img {
    max-width: 100%;
}

.home-web-text-col .mylist li h4 {
    display: inline-block;
    margin-left: 20px !important;
}

/**/

/*product slide bar */

.product-slide-bar {
    padding: 60px 15px !important;
    background: #fff;
}

.special-offer--style-1 .text {
    font-size: 6rem;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation-name: masked-animation;
    animation-name: masked-animation;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.product-slide-bar .main-head {
    font-weight: 600;
    color: #333;
    text-align: center
}

.product-slide-bar .main-head span.brdr {
    margin: 20px auto 40px !important;
}

.product-slide-bar .main-head span.brdr::after {
    left: 32%;
}

/*products*/

.product {
    margin: 0 10px 20px !important;
}

.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: #000;
    z-index: 2;
    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 {
	margin-bottom:10px !important;
}
*/

.product-pic img {
    max-width: 100%;
    border: 1px solid #e5e5e5;
    -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: 115px;
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    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;
}

.product-btn a {
    background: #333;
    font-size: 16px;
    color: #fff !important;
    width: 50px;
    height: 50px;
    margin: 3px 0px;
    display: block;
    float: left;
    text-align: center;
    padding-top: 13px;
    text-transform: uppercase;
    border-radius: 100%;
    -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: #f3db6c;
    color: #333 !important;
    bottom: 50px;
    opacity: 0;
}

.product-btn a:hover {
    background: #fff;
    color: #333 !important
}

.product-name {
    text-align: center;
    text-transform: capitalize;
    font-size: 14px !important;
    margin: 10px 0 5px !important;
    overflow: hidden !important;
    text-overflow: ellipsis;
    display: inline-block;
    white-space: nowrap !important;
    width: 100%;
    display: none
}

.product-name a {
    color: #b19c3a !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.2;
    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;
}

.product-slide-bar .owl-theme .owl-controls .owl-buttons div {
    background: #f6f6f6 !important;
}

/**  **/

.idx-story-sec.join-sec {
    padding: 40px 0 40px;
}

.idx-story-sec.join-sec .join-blk p {
    font-size: 14px !important;
    line-height: 24px;
    color: #1a1a1a;
    text-align: center;
}

/*********************************************************************************
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;
}

/*********************************************************************************
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: #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: #ffa34a;
    color: #ffa34a
}

.form-group textarea.form-control {
    resize: none;
}

/* 15-07-2022 */

.inner-contact-sec {
    padding: 80px 0 !important;
    position: relative;
}

.inner-contact-sec .cont-left {
    padding-right: 30px !important;
}

.inner-contact-sec .cont-left .idx-heading {
    font-size: 30px !important;
    line-height: 40px;
}

.inner-contact-sec .cont-left p {
    font-size: 14px !important;
    line-height: 24px;
    color: #777 !important;
    text-align: justify !important;
    font-family: 'Saira Condensed', sans-serif !important;
    margin-bottom: 30px !important;
}

/* Contact social nav */

.inner-contact-sec .social-nav ul {
    list-style: none;
    padding: 0px !important;
    display: table;
    margin: 0px !important;
    font-size: 14px;
    font-weight: 300;
    margin-top: 20px !important;
}

.inner-contact-sec .social-nav li {
    float: left;
    margin-right: 10px !important;
    line-height: 35px;
}

.inner-contact-sec .social-nav li a {
    border: 0 !important;
    padding: 0 !important
}

.inner-contact-sec .social-nav li a .fa {
    color: #3b5999;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #555;
    border-radius: 100%;
    background: #FFF;
    -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: 13px !important;
}

.inner-contact-sec .social-nav li a .fa.fa-twitter {
    color: #55acee;
    border-color: #55acee;
}

.inner-contact-sec .social-nav li a .fa.fa-linkedin {
    color: #0077b7;
    border-color: #0077b7;
}

.inner-contact-sec .social-nav li a:hover .fa {
    color: #fff;
    border-color: #FFF;
    background: #3b5999;
}

.inner-contact-sec .social-nav li a:hover .fa.fa.fa-twitter {
    background: #55acee;
    color: #FFF;
    border-color: #FFF;
}

footer .social-nav li a .fa.fa-instagram {
    color: #e4405f;
    border-color: #e4405f;
}

.inner-contact-sec .social-nav li a:hover .fa.fa-linkedin {
    background: #0077b7;
    color: #FFF;
    border-color: #FFF;
}

.inner-contact-sec .social-nav li a:hover .fa.fa-instagram {
    background: #e4405f;
    color: #FFF;
    border-color: #FFF;
}

.inner-contact-sec .cont-right {
    padding: 20px 0 0 0;
    position: relative;
}

.inner-contact-sec .cont-right .map {
    width: 100%;
    height: 550px;
}

.inner-contact-sec .cont-blk {
    position: relative;
    display: block;
    margin-bottom: 30px !important;
}

.inner-contact-sec .cont-blk img {
    max-width: 45px !important;
    margin-bottom: 10px !important;
}

.inner-contact-sec .cont-blk h5 {
    font-size: 16px !important;
    line-height: 24px;
    color: #ef6d19 !important;
    font-weight: 600;
    margin-bottom: 5px !important;
}

.inner-contact-sec .cont-blk h4 {
    font-size: 14px !important;
    line-height: 24px;
    color: #777 !important;
    font-weight: 400;
    margin-bottom: 0 !important;
    /* font-family: 'Open Sans', sans-serif !important; */
    font-family: 'Saira Condensed', sans-serif !important;
}

.inner-contact-sec .cont-blk h4 a {
    color: #777 !important;
}

.inner-contact-sec .cont-blk h4 a:hover {
    color: #eb6e23 !important;
}

.inner-contact-sec .main-head {
    font-size: 40px !important;
    line-height: 50px;
    color: #0b2b43;
    font-weight: 800;
    margin-bottom: 20px !important;
    text-transform: capitalize;
    font-family: 'Playfair Display', serif;
}

.inn-galler-sec .gallery-outer {
    margin-bottom: 30px !important;
}

.inn-galler-sec .gallery {
    position: relative;
    border-radius: 0px;
}

.inn-galler-sec .gallery img {
    display: block;
    position: relative;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    max-width: 100%;
}

.sl-wrapper .sl-image .sl-caption {
    bottom: -30px !important;
}

/* CONTACT_FORM */

.cont-form-outer {
    padding: 26px 15px 17px;
    position: relative;
    background: #fff;
    min-height: 450px;
    border-radius: 0px 20px 20px 0px;
}

.cont-form-outer .main-head {
    margin-bottom: 20px !important;
    color: #0f8805 !important;
}

.cont-form-outer label {
    color: #333 !important;
    font-weight: 500;
}

.form-group .form-control:focus {
    box-shadow: none;
    border-color: #258cd6 !important;
    color: #121212;
}

.cont-gape {
    margin-top: 50px !important;
}

.gape-form {
    margin-top: 50px !important;
}

.main-color {
    color: rgb(114, 6, 6) !important;
}

.inner-contact-sec2 {
    position: relative;
    background: #eef0e9;
}

.inner-contact-sec .idx-btn {
    min-width: 150px !important;
    font-size: 15px;
    line-height: 24px;
    padding: 10px 15px !important;
    border-radius: 5px !important;
    background: #647941;
    color: #FFF !important;
    font-family: 'PT Serif', serif;
    font-weight: 600;
    margin-top: 15px !important;
    border: 1px solid #647941;
}

.inner-contact-sec .idx-btn:hover {
    background: #333 !important;
    border-color: #333;
}

.inner-contact-sec .contact-blk {
    padding: 20px;
    position: relative;
    border: 1px solid #e9e9e9;
    border-radius: 8px;
    width: 100%;
    margin-bottom: 30px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.inner-contact-sec .contact-blk:hover {
    border-color: #1a1a1a;
}

.inner-contact-sec .contact-blk .icon-outer {
    width: 75px;
    height: 75px;
    display: inline-block;
    vertical-align: top;
}

.inner-contact-sec .contact-blk .icon {
    width: 75px;
    height: 75px;
    background: #647941;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    border-radius: 8px;
    overflow: hidden;
    margin: 0 auto;
}

.inner-contact-sec .contact-blk .icon img {
    max-width: 40px;
}

.inner-contact-sec .contact-blk .text {
    width: calc(100% - 80px);
    padding-left: 10px !important;
    display: inline-block;
    vertical-align: top;
    font-size: 14px !important;
    line-height: 24px;
    color: #392917;
    padding-top: 4px !important;
}

.inner-contact-sec .contact-blk .text h4 {
    font-weight: 700;
    font-size: 16px !important;
    line-height: 24px;
    margin-bottom: 6px !important;
    font-family: 'Kumbh Sans', sans-serif;
}

.inner-contact-sec .contact-blk .text p {
    font-weight: 400;
    float: left !important;
    margin-bottom: 0 !important;
    color: #777 !important;
    font-size: 14px !important;
    line-height: 24px;
    text-align: justify;
}

.inner-contact-sec .contact-blk .text p a {
    color: #777 !important;
}

.inner-contact-sec .cont-form-heading {
    margin-top: 100px !important;
}

.inner-contact-sec .cont-form-heading p {
    font-size: 14px !important;
    line-height: 24px;
    color: #1a1a1a;
    text-align: justify;
}

/*********************************************************************************
login form 
***************/

.log-body {
    padding: 160px 0 60px;
    background: url(../design_img/slide-log.jpg) no-repeat center right;
    background-size: cover;
    position: relative;
}

/*
.log-body:after {
	content: '';
	background: linear-gradient(180deg, #a3aab9 0%, #fff0 90%);
	position: absolute;
	width: 100%;
	height: 200px;
	top: 0;
	left: 0;
}*/

.log-model {
    width: 95%;
    max-width: 400px;
    background: #fff;
    -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: #e9971b;
    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;
}

.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 100px;
    background: url(../design_img/slide-log.jpg) no-repeat center right;
    background-size: cover;
    position: relative
}

/*
.join-body:after {
	content: '';
	background: linear-gradient(180deg, #a3aab9 0%, #fff0 90%);
	position: absolute;
	width: 100%;
	height: 200px;
	top: 0;
	left: 0;
}
*/

.join-model {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    position: relative;
    z-index: 1
}

.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: #f69826 !important;
    font-weight: 700;
}

.join-nav li a.active span {
    background: #f69826;
    color: #fff;
}

.join-form-box {
    margin: 25px 0 0;
    padding: 35px 30px 0;
    background: #fff;
    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-form-box h4 {
    color: #0f5c89;
    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-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: #29b3c7;
    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,
.form-group .error:not(.form-control) {
    background: #011828;
    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: #011828;
    position: absolute;
    top: -13px;
    left: 20px;
}

.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: #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: #f99545 !important;
    color: #777;
}

.form-group textarea.form-control {
    resize: none;
}

.map-blk {
    width: 100%;
    height: 416px;
}

.cont-gape {
    margin-top: 40px;
}

/* Privacy Policy */

.policy-sec {
    padding: 0px 0px !important;
    position: relative;
}

.policy-sec p {
    text-align: justify;
    color: #666;
    font-size: 14px !important;
    line-height: 25px;
    font-weight: 400;
}

.policy-sec a {
    color: #666 !important;
}

.policy-sec h2 {
    font-size: 27px !important;
    line-height: 35px;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
    color: #647941;
    font-weight: 600;
    font-family: 'PT Serif', serif;
    letter-spacing: 0.5px;
}

.policy-sec ul {
    font-size: 14px;
    margin: 0 0 10px 28px !important;
    color: #898989;
    list-style: none;
}

.policy-sec ul li {
    line-height: 26px;
    font-size: 14px !important;
    color: #666;
    text-indent: -30px;
    font-weight: 400;
    text-align: left;
    margin-bottom: 5px !important;
    text-align: justify;
}

.policy-sec ul li::before {
    content: "\f0a9 ";
    font: normal normal normal 14px/1 FontAwesome;
    font-weight: normal;
    font-size: 14px;
    margin-right: 10px !important;
    color: #647941;
    font-size: 15px;
    font-weight: 700;
}

/* Contact Us */

/* INNER_CONTACT_PAGE */

.inner-contact-sec {
    padding: 80px 0;
    position: relative;
}

.inner-contact-sec .contact-info {
    width: 100%;
    display: block;
    margin-bottom: 30px;
    border: 1px solid #e5e5e5;
    padding: 18px 15px;
    min-height: 165px;
}

.sec-row {
    margin-top: 40px !important;
}

.inner-contact-sec .contact-info .contact-icon {
    display: inline-block;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background: #0f8805;
    vertical-align: top;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
}

.inner-contact-sec .contact-info .contact-icon img {
    max-width: 100%;
    padding: 15px;
}

.inner-contact-sec .contact-info .contact-text {
    width: calc(100% - 85px);
    vertical-align: top;
    display: inline-block;
    padding-left: 20px;
}

.inner-contact-sec .contact-info .contact-text h4 {
    font-size: 22px !important;
    line-height: 30px;
    color: #666 !important;
    font-weight: 600;
    margin-bottom: 5px !important;
    font-family: 'PT Serif', serif;
}

.inner-contact-sec .contact-info .contact-text p {
    font-size: 15px !important;
    line-height: 25px;
    color: #333;
    font-weight: 500;
    text-align: left;
    margin-bottom: 0 !important;
}

.inner-contact-sec .contact-info .contact-text p span {
    font-weight: 600;
}

.inner-contact-sec .contact-left {
    padding-left: 30px;
}

.map-box {
    width: 100% !important;
    height: 400px;
}

.inner-contact-sec .social-nav {
    float: left;
    margin: 10px 0;
}

.inner-contact-sec .social-nav ul {
    list-style: none;
}

.inner-contact-sec .social-nav li {
    float: left;
    padding-right: 10px !important;
}

.inner-contact-sec .idx-btn {
    width: 150px;
    text-align: center;
    border: 0px !important;
    padding: 12px 15px !important;
    color: #fff !important;
    background: #5ca14d;
    border-radius: 0 !important;
    font-size: 15px !important;
    line-height: 25px;
    font-weight: 600;
    border-radius: 5px !important;
}

.inner-contact-sec .idx-btn:hover {
    background: #333 !important;
    color: #fff !important;
}

.inner-contact-sec .form-group {
    margin-bottom: 25px !important;
}

.inner-contact-sec .form-group .form-control {
    padding: 12px 12px !important;
    background: #f2f3f4;
    font-size: 14px;
    line-height: 24px;
    color: #454545;
    font-weight: 400;
}

.inner-contact-sec .form-group .form-control:focus {
    box-shadow: none;
    border-color: #ff8400 !important;
    color: #454545;
}

.inner-contact-sec .main-head span {
    display: block;
    font-size: 14px !important;
    line-height: 24px !important;
    margin-bottom: 0px !important;
    color: #414f40;
}

.inner-contact-sec .cont-right {
    position: relative;
}

.inner-contact-sec .cont-right img {
    max-width: 100%;
}

.map-box {
    width: 100%;
    height: 505px;
}

.form-group {
    position: relative;
    margin-bottom: 18px !important;
}

.form-group label {
    font-weight: normal;
}

.form-group .label-err,
.form-group .error:not(.form-control) {
    background: #d81a1a;
    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: #d81a1a;
    position: absolute;
    top: -13px;
    left: 20px;
}

.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: #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: #ffa34a;
    color: #ffa34a
}

.form-group textarea.form-control {
    resize: none;
}

/*********************************************************************************
footer styles
***************/

footer {
    background: #010101 url(../design_img/footer-bg.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
}

footer .footer-bar-top {
    padding: 20px 0;
    position: relative;
}

footer .footer-bar-bg {
    padding: 60px 0;
    position: relative;
    /*	background: linear-gradient(to right, transparent 62%, #647941 62% 38%); */
}

footer .sol-block {
    width: 100%;
    display: block;
}

footer .sol-block .sol-blk-left {
    width: 50%;
    position: relative;
    float: left;
}

footer .sol-block .sol-blk-right {
    width: 50%;
    position: relative;
    float: left;
}

footer .sol-block .sol-blk-left h2 {
    position: relative;
    font-size: 20px !important;
    line-height: 27px;
    color: #FFF;
    letter-spacing: 1.3px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 0 !important;
    margin-top: 10px !important;
}

footer .sol-block .sol-blk-left h2:after {
    position: absolute;
    content: "";
    left: 224px;
    top: 12px;
    width: 44px;
    height: 3px;
    background: #f58634;
}

footer .footer-bar {
    padding: 0px 0 0px;
    position: relative;
    background-size: cover;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

footer .footer-logo-outer {
    text-align: center;
}

footer .logo {
    width: 250px;
    display: block;
    padding: 14px !important;
    margin-bottom: 20px !important;
    margin-top: -20px;
    background: #FFF !important;
}

footer .logo img {
    max-width: 100%;
}

footer .footer-sec {
    width: 100%;
    display: block;
}

footer .footer-sec .footer-sec-abt {
    width: 32%;
    float: left;
    padding-right: 20px;
    /*border-right:1px solid rgba(255,255,255,.1); */
    min-height: 200px;
}

footer .footer-sec .footer-sec-abt p {
    font-size: 14px !important;
    line-height: 24px;
    color: #FFF;
    text-align: justify;
}

footer .footer-sec .footer-sec-link {
    width: 18%;
    float: left;
    padding: 0 30px;
}

footer .footer-sec .footer-sec-abt.footer-cont-last {
    width: 32%;
    float: left;
    padding-left: 30px !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: 13px !important;
}

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: 'Signika', sans-serif;
}

footer .social-nav {
    margin-top: 5px !important;
}

footer .social-nav ul {
    list-style: none;
    padding: 0px !important;
    display: table;
    margin: 0px !important;
    font-size: 14px;
    font-weight: 300;
    margin-top: 20px !important;
}

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: #3b5999;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #555;
    border-radius: 100%;
    background: #FFF;
    -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: 13px !important;
}

footer .social-nav li a .fa.fa-twitter {
    color: #55acee;
    border-color: #55acee;
}

footer .social-nav li a .fa.fa-linkedin {
    color: #0077b7;
    border-color: #0077b7;
}

footer .social-nav li a:hover .fa {
    color: #fff;
    border-color: #FFF;
    background: #3b5999;
}

footer .social-nav li a:hover .fa.fa.fa-twitter {
    background: #55acee;
    color: #FFF;
    border-color: #FFF;
}

footer .social-nav li a .fa.fa-instagram {
    color: #e4405f;
    border-color: #e4405f;
}

footer .social-nav li a:hover .fa.fa-linkedin {
    background: #0077b7;
    color: #FFF;
    border-color: #FFF;
}

footer .social-nav li a:hover .fa.fa-instagram {
    background: #e4405f;
    color: #FFF;
    border-color: #FFF;
}

footer .important-link-sec {}

footer .important-link-sec h3 {
    text-align: left;
    color: #b8de1e;
    font-size: 18px !important;
    font-weight: 500;
    line-height: 24px;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 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: "\f101 "; */

/* font: normal normal normal 14px/1 FontAwesome; */

/* margin-right: 10px !important; */

/* color: #bf9f62; */

/* font-size:14px; */

/* font-weight: 700; */

/* } */

footer .nav-menu ul li a {
    color: #FFF !important;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 30px !important;
    display: inline-block;
}

footer .nav-menu ul li:hover a {
    color: #f58532 !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: 70px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    color: #b8de1e;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
}

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% - 85px);
    margin-left: 10px !important;
    font-size: 14px !important;
    line-height: 24px !important;
    color: #FFF;
    font-weight: 400;
}

footer .site-nav ul li i {
    margin-right: 8px;
    color: #eed518 !important;
}

footer .site-nav ul a {
    font-size: 14px imo !important;
    line-height: 24px;
    font-weight: 400;
    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 .footer-bar-bottom {
    padding: 10px 0;
    background: #f2b814;
}

footer .footer-bar-bottom p.copy {
    text-align: center !important;
    color: #FFF !important;
    font-size: 14px !important;
    line-height: 24px !important;
    margin-bottom: 0 !important;
}

footer .footer-bar-bottom p.copy .co-name {
    color: #52ff5d;
    font-weight: 600;
}

/* top and down button*/

#goTop,
#goDown {
    border-radius: 100%;
    width: 40px;
    height: 40px;
    padding-top: 5px;
    text-align: center;
    position: fixed;
    bottom: 60px;
    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: #27772e;
    z-index: 9999;
    font-size: 14px !important;
    color: #FFF;
}

#goTop:hover,
#goDown:hover {
    background: #f58634;
    color: #FFF !important;
}