@import url(https://fonts.googleapis.com/css?family=Montserrat:400, 700|Roboto);

body {
    font-size: 15px;
font-family: 'Ubuntu', sans-serif !Important;
    background: 0 0;
    line-height: 1.5;
    font-weight: 400;
    color: #747474;
}

img {
    max-width: 100%;
}

a {
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}
a:hover {
    text-decoration: none !important;
}
p {
    font-weight: 400;
    line-height: 24px;
    font-size: 14px;
}
h1 {
    font-size: 30px;
    line-height: 40px;
}
h1,
h2,
h3,
h4,
h5 {
    font-weight: 500;
    color: #333;
}
h5,
h6 {
    line-height: 24px;
}
h2 {
    font-size: 46px;
    line-height: 32px;
    font-family: 'Ubuntu', sans-serif;
}
h3 {
    font-size: 40px;
    line-height: 28px;
    font-family:  'Ubuntu', sans-serif;
}
h4 {
    font-size: 18px;
    line-height: 26px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 13px;
}
.btn:focus,
a,
a:focus,
a:hover {
    -webkit-text-decoration: none;
    -moz-text-decoration: none;
    -ms-text-decoration: none;
    -o-text-decoration: none;
    text-decoration: none;
    -webkit-text-decoration: none;
    -moz-text-decoration: none;
    -ms-text-decoration: none;
    -o-text-decoration: none;
    text-decoration: none;
    -webkit-text-decoration: none;
    -moz-text-decoration: none;
    -ms-text-decoration: none;
    -o-text-decoration: none;
    text-decoration: none;
    -webkit-text-decoration: none;
    -moz-text-decoration: none;
    -ms-text-decoration: none;
    -o-text-decoration: none;
    text-decoration: none;
    -webkit-text-decoration: none;
    -moz-text-decoration: none;
    -ms-text-decoration: none;
    -o-text-decoration: none;
    text-decoration: none;
    outline: 0;
}
a {
    color: #000;
}
.btn.btn-fill {
    background: #fff;
}
.btn.btn-fill {
    color: #000;
}
.btn {
    border-width: 1px;
    border-style: solid;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    cursor: pointer;
    padding: 10px 22px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    min-width: 150px;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    color: #fff;
    margin-top: 100px !important;
}
section {
    background: #fff;
    padding-top: 0px;
    padding-bottom: 100px;
}
.base-header {
padding: 65px 0px 25px 0px;
}

.pro-header{
	    padding: 65px 0px 25px 0px;
    text-align: right;
}

.pro-header h3 {
    letter-spacing: .5px;
    text-transform: uppercase;
    margin: 0px;
    font-weight: 600;
    font-size: 14px;
    color: #322d7c !important;
}

.pro-header h4{
	    margin: 25px 0px 25px 0px;
    font-weight: bolder;
    color: #322d7c;
    font-size: 40px;
	line-height: 40px;
    text-transform: uppercase;
}

.pro-header hr {
    color: #322d7c;
    border: 1px solid #322d7c;
    width: 4%;
    display: inline-block;
    margin: 0px 0px 28px 0px;
}

.base-header h3 {
    letter-spacing: .5px;
    text-transform: uppercase;
    margin: 0px;
    font-weight: 600;
    font-size: 14px;
    color: #322d7c !important;
}

.base-header h4{
	    margin: 25px 0px 25px 0px;
    font-weight: bolder;
    color: #322d7c;
    font-size: 40px;
    text-transform: uppercase;
}

.base-header hr {
    color: #322d7c;
    border: 1px solid #322d7c;
    width: 4%;
    display: inline-block;
    margin: 0px 0px 28px 0px;
}
.base-header p {
    text-align: center;
    font-size: 15px;
    margin-top: 30px;
    margin-bottom: -15px;
    color: #cea95f;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: capitalize;
}
.base-header h3::before {
    content: "";
    position: absolute;
    left: 46.5%;
    top: 50px;
    height: 2px;
    width: 80px;
    border-top: none !Important;
}
#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff url(../images/pre_loader.gif) no-repeat center center;
    color: #000;
}
.more-link::before {
    background: #cea95f;
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.more-link:active,
.more-link:focus,
.more-link:hover {
    color: #fff;
}
.more-link:active::before,
.more-link:focus::before,
.more-link:hover::before {
    border: 2px solid #e3bf89;
}
.more-link:active::after,
.more-link:focus::after,
.more-link:hover::after {
    border-left: 1px solid #e3bf89 !important;
}
.more-link:active::before,
.more-link:focus::before,
.more-link:hover::before {
    -webkit-transform: scale(2);
    transform: scale(2);
}
.more-link {
    display: inline-block;
    font-size: 17px;
    padding: 12px 24px 12px 24px;
    color: #151414;
    font-family:  'Ubuntu', sans-serif;
    font-weight: 300;
    position: relative;
    text-transform: uppercase;
}
.more-link {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.header {
    background-color: #fff;
    padding-top: 8px;
    padding-bottom: 8px;
    height: auto;
}
.header i {
    color: #cea95f;
}
.header .top-icon .icon_mail_alt {
    top: -3px;
    position: relative;
}
.top-icon {
    float: left;
    font-size: 32px;
    padding-right: 20px;
}
.navigation .badge {
    font-size: 10px;
    background-color: #c45d3c;
}
.top-title {
    font-size: 16px;
    letter-spacing: 0px;
    color: #07abde;
    font-weight: 700;
 text-transform: uppercase;
}
.refit-number {
    font-size: 14px;
    letter-spacing: 1px;
    color: #2e2983;
    font-weight: 700;
}
.navbar_logo {
    margin-top: 0;
}
.social-nav ul {
    float: right;
    margin-bottom: 0;
    list-style: none;
    padding: 0 0;
}
.social-nav li {
    float: left;
    padding-left: 18px;
}
.social-nav li a i {
    color: #cea95f;
    border: 1px solid #cea95f;
    padding: 7px 7px;
    border-radius: 50%;
    font-size: 12px;
}
.navigation {
    background-color: #322d7c;
    z-index: 999;
    position: relative;
}
#navigation,
#navigation #menu-button,
#navigation ul,
#navigation ul li,
#navigation ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#navigation:after,
#navigation > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
#navigation #menu-button {
    display: none;
}
#navigation {
    font-family: 'Ubuntu', sans-serif;
}
#navigation > ul > li {
    float: left;
}
#navigation.align-center > ul {
    font-size: 0;
    text-align: center;
}
#navigation.align-center > ul > li {
    display: inline-block;
    float: none;
}
#navigation.align-center ul ul {
    text-align: left;
}
#navigation.align-right > ul > li {
    float: right;
}
#navigation > ul > li > a {
    padding: 17px 17px;
    font-size: 11px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: -1px;
}
#navigation > ul > li > .active {
    background: #cea95f;
}
#navigation > ul > li:hover > a {
    background: #cea95f;
}
#navigation ul ul {
    position: absolute;
    left: -9999px;
}
#navigation.align-right ul ul {
    text-align: right;
}
#navigation ul ul li {
    height: 0;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
#navigation li:hover > ul {
    left: auto;
}
#navigation.align-right li:hover > ul {
    left: auto;
    right: 0;
}
#navigation li:hover > ul > li {
    height: 44px;
}
#navigation ul ul ul {
    margin-left: 100%;
    top: 0;
}
#navigation.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}
#navigation ul ul li a {
    border-bottom: 1px solid #375b63;
    padding: 18px 4px;
    width: 220px;
    letter-spacing: .9px;
    text-transform: uppercase;
    font-size: 12px;
    text-decoration: none;
    color: #fff;
    background: #333131;
}
#navigation ul ul li.last-item > a,
#navigation ul ul li:last-child > a {
    border-bottom: 0;
}
#navigation ul ul li a:hover,
#navigation ul ul li:hover > a {
    color: #cea95f;
}
#navigation.small-screen {
    width: 100%;
}
#navigation.small-screen ul {
    width: 100%;
    display: none;
}
#navigation.small-screen.align-center > ul {
    text-align: left;
}
#navigation.small-screen ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
}
#navigation.small-screen li:hover > ul > li,
#navigation.small-screen ul ul li {
    height: auto;
}
#navigation.small-screen ul li a,
#navigation.small-screen ul ul li a {
    width: 100%;
    border-bottom: 0;
}
#navigation.small-screen > ul > li {
    float: none;
}
#navigation.small-screen ul ul li a {
    padding-left: 25px;
}
#navigation.small-screen ul ul ul li a {
    padding-left: 35px;
}
#navigation.small-screen ul ul li a {
    color: #acc4ca;
    background: 0 0;
}
#navigation.small-screen ul ul li.active > a,
#navigation.small-screen ul ul li:hover > a {
    color: #fff;
}
#navigation.small-screen ul ul,
#navigation.small-screen ul ul ul,
#navigation.small-screen.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
}
#navigation.small-screen ul ul > li.has-sub > a:after,
#navigation.small-screen ul ul > li.has-sub > a:before,
#navigation.small-screen > ul > li.has-sub > a:after,
#navigation.small-screen > ul > li.has-sub > a:before {
    display: none;
}
#navigation.small-screen #menu-button {
    display: block;
    padding: 17px;
    color: #acc4ca;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
}
#navigation.small-screen #menu-button:after {
    position: absolute;
    top: 22px;
    right: 2px;
    display: block;
    height: 8px;
    width: 20px;
    border-top: 2px solid #acc4ca;
    border-bottom: 2px solid #acc4ca;
    content: "";
}
#navigation.small-screen #menu-button:before {
    position: absolute;
    top: 16px;
    right: 2px;
    display: block;
    height: 2px;
    width: 20px;
    background: #acc4ca;
    content: "";
}
#navigation.small-screen #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#navigation.small-screen #menu-button.menu-opened:before {
    top: 23px;
    background: #fff;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#navigation.small-screen .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 46px;
    width: 46px;
    cursor: pointer;
}
#navigation.small-screen .submenu-button.submenu-opened {
    background: #375b63;
}
#navigation.small-screen ul ul .submenu-button {
    height: 34px;
    width: 34px;
}
#navigation.small-screen .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #acc4ca;
    content: "";
}
#navigation.small-screen ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
}
#navigation.small-screen .submenu-button.submenu-opened:after {
    background: #fff;
}
#navigation.small-screen .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #acc4ca;
    content: "";
}
#navigation.small-screen ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
}
#navigation.small-screen .submenu-button.submenu-opened:before {
    display: none;
}
#navigation.small-screen.select-list {
    padding: 5px;
}
.header-transparent {
    padding-bottom: 20px;
}
.top-bar-transparent {
    margin-bottom: 20px;
}
.header-transparent #navigation {
    margin-top: 5px;
    background-color: transparent;
}
.header-transparent #navigation > ul > li > a {
    padding: 10px 4px;
    border: transparent;
    color: #fff;
}
.header-top {
    border-bottom: 1px solid transparent;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    border-color: rgba(250, 250, 250, 0.2);
}
.header-transparent #navigation li a {
    color: #fff;
    background-color: transparent;
    border-left: transparent;
    border-right: transparent;
    padding: 14px 30px 14px 10px;
}
.header-transparent #navigation li ul li a {
    background-color: #446a73;
    padding: 18px 20px;
}
.header-transparent #navigation > ul > li.has-sub > a {
    padding-right: 30px;
}
.header-transparent #navigation li ul li a {
    border-bottom: 1px solid #375b63;
}
.header-top .top-nav ul li a {
    color: #fff;
}
.top-nav-collapse {
    background-color: rgba(18, 45, 52, 0.8);
}
#search-area-v2 {
    position: absolute;
    width: 100%;
    z-index: 1032;
    top: 48px;
}
#search-area-v2 .well-bg {
    background-color: #333;
}
.phone-img {
    margin-bottom: 60px;
}
.slidernav .navbar {
    padding: 20px 0;
    border-bottom: 0 none;
    letter-spacing: 1px;
    background: rgba(255, 255, 255, 0.3);
    -webkit-transition: -moz-transform 0.4s ease 0s, background-color 0.4s ease 0s;
    -moz-transition: -moz-transform 0.4s ease 0s, background-color 0.4s ease 0s;
    -ms-transition: -moz-transform 0.4s ease 0s, background-color 0.4s ease 0s;
    -o-transition: -moz-transform 0.4s ease 0s, background-color 0.4s ease 0s;
    transition: -moz-transform 0.4s ease 0s, background-color 0.4s ease 0s;
    -webkit-transform: translateX(0) translateY(3px) translateZ(0) rotate(0) scale(0.95);
    -moz-transform: translateX(0) translateY(3px) translateZ(0) rotate(0) scale(0.95);
    -ms-transform: translateX(0) translateY(3px) translateZ(0) rotate(0) scale(0.95);
    -o-transform: translateX(0) translateY(3px) translateZ(0) rotate(0) scale(0.95);
    transform: translateX(0) translateY(3px) translateZ(0) rotate(0) scale(0.95);
}
.slidernav .top-nav-collapse {
    padding: 20px 0;
    background-color: #fff;
    -webkit-transition: -moz-transform 0.4s ease 0s, background-color 0.4s ease 0s;
    -moz-transition: -moz-transform 0.4s ease 0s, background-color 0.4s ease 0s;
    -ms-transition: -moz-transform 0.4s ease 0s, background-color 0.4s ease 0s;
    -o-transition: -moz-transform 0.4s ease 0s, background-color 0.4s ease 0s;
    transition: -moz-transform 0.4s ease 0s, background-color 0.4s ease 0s;
    -webkit-transform: translateX(0) translateY(0) translateZ(0) rotate(0) scale(1);
    -moz-transform: translateX(0) translateY(0) translateZ(0) rotate(0) scale(1);
    -ms-transform: translateX(0) translateY(0) translateZ(0) rotate(0) scale(1);
    -o-transform: translateX(0) translateY(0) translateZ(0) rotate(0) scale(1);
    transform: translateX(0) translateY(0) translateZ(0) rotate(0) scale(1);
    top: 0;
}
.slider-area {
    position: relative;
}
.slider-progress {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #1b1a1a4d;
}
.slider-area .big-title {
    font-size: 80px;
    text-align: center;
    font-weight: 700;
    font-family: 'Ubuntu', sans-serif;
    letter-spacing: 13px;
    margin-top: -42px;
}
.slider-area .big-title span {
    visibility: visible;
    background: #fff;
    display: inline-block;
    padding: 0 32px;
    font-size: 54px;
    letter-spacing: 7px;
    text-transform: uppercase;
    margin-top: -13px;
    color: #333;
}
.slider-area .big-title .slide_st1 {
    background: #cea95f;
    color: #fff;
    margin-left: -34px;
}
.slider-area .small-content {
    padding: 40px 240px;
    text-align: center;
}
.slider-area .small-content {
    letter-spacing: 9px;
    font-weight: 700;
    margin-top: -104px;
    font-size: 25px;
    color: #cea95f;
    text-transform: uppercase;
}
.slider-area .slide_btm {
    background: #d4b068;
    padding: 12px 17px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 2px solid #fff;
    color: #fff;
}
.slider-area .slide_btm:hover {
    color: #fff;
    background: #cea95f;
    border: 2px solid #cea95f;
}
.slider-area .button {
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    margin-right: 59px;
    text-align: right;
    top: 63%;
    white-space: normal;
}
.slider-area .down {
    text-align: center;
}
.slider-area .down li {
    display: inline-block;
}
.slider-area .down li img {
    position: inherit;
}
.preview-2 .nivoSlider .nivo-directionNav a.nivo-prevNav {
    left: 15px;
}
.preview-2 .nivoSlider:hover .nivo-directionNav a.nivo-prevNav {
    left: 15px;
}
.preview-2 .nivoSlider .nivo-directionNav a.nivo-nextNav {
    right: 65px;
}
.preview-2 .nivoSlider:hover .nivo-directionNav a.nivo-nextNav {
    right: 65px;
}
.slider-area .preview-2 .nivo-directionNav a.nivo-prevNav::before {
    content: "\34";
    color: #d4b068;
    font-family: ElegantIcons;
}
.slider-area .preview-2 .nivo-directionNav a.nivo-nextNav::before {
    content: "\35";
    color: #d4b068;
    font-family: ElegantIcons;
}
#section-header {
    height: 800px;
    background: #000 url(../images/slider/slider1.jpg) no-repeat fixed 50% 50% / cover;
    position: relative;
    overflow: hidden;
}
.header-overlay {
    position: absolute;
    background: rgba(0, 0, 0, 0.78);
}
.header-overlay {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
}
.header-caption {
    width: 100%;
    text-align: center;
    position: absolute;
    color: #fff;
    padding-top: 290px;
}
.header-caption h3 {
    font-size: 60px;
    color: #fff;
    line-height: 50px;
    margin: 30px 0;
    text-transform: inherit;
    font-family:  'Ubuntu', sans-serif;
}
.widget_mailchimp {
    background: #3a3838;
    padding: 10px 35px 60px 35px;
}
.widget_mailchimp form {
    margin-bottom: 0;
    position: relative;
    text-align: center;
    margin-top: 13px;
}
.trainer-slid .widget_mailchimp .email {
    padding-left: 20px;
}
.widget_mailchimp .email {
    display: block;
    outline: 0 none;
    margin: 0 0 10px;
    text-align: left;
    vertical-align: top;
    height: 45px;
    width: 100%;
    padding: 0 20px;
    line-height: 50px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.05) inset;
    color: #999;
    font-size: 14px;
    position: relative;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s ease 0s;
    padding-left: 30px;
}
.widget_mailchimp .mc-embedded-subscribe {
    background: #cea95f;
}
.widget_mailchimp .mc-embedded-subscribe:hover {
    background: #333030;
}
.widget_mailchimp .mc-embedded-subscribe {
    width: 100%;
    padding: 15px 24px;
    border: transparent;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 700;
}
.h_three_slid .big-title {
    background: #3a3838;
    padding: 0 30px;
}
.h_three_slid .big-title span {
    letter-spacing: 0;
    font-size: 34px;
    color: #fff;
    background: 0 0;
    padding: 0 0;
}
.h_three_slid .big-title p {
    letter-spacing: 1px;
}
.h_three_slid .col-md-4 {
    width: 37.333%;
}
.search-wrap {
    display: inline-block;
    position: relative;
    float: right;
    position: relative;
}
.search-wrap input[type="text"] {
    height: 61px;
    font-size: 13px;
    display: inline-block;
    font-weight: 100;
    border: none;
    outline: 0;
    color: #555;
    padding: 3px;
    padding-right: 60px;
    width: 0;
    position: absolute;
    top: 6px;
    right: 0;
    background: 0 0;
    z-index: 3;
    transition: width 0.4s cubic-bezier(0, 0.795, 0, 1);
    cursor: pointer;
    letter-spacing: 2px;
    text-transform: capitalize;
    padding-bottom: 0;
}
.search-wrap input[type="submit"] {
    height: 55px;
    width: 63px;
    display: inline-block;
    color: red;
    float: right;
    background: url(../images/search.png) no-repeat 50% 50%;
    text-indent: -10000px;
    border: none;
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 2;
    cursor: pointer;
    opacity: 0.4;
    cursor: pointer;
    transition: opacity 0.4s ease;
}
.search-wrap input[type="text"]:focus {
    width: 190px;
    z-index: 1;
    border-bottom: 1px solid #bbb;
    cursor: text;
}
.about-section {
    padding-bottom: 100px;
    background: #fff;
    padding-top: 65px;
}
.about-left {
    font-size: 18px;
    margin-top: 79px;
}
.about-left span {
    color: #333;
    display: block;
    font-size: 23px;
    margin-top: 20px;
}
.about-left h3 {
    letter-spacing: 2px;
    text-transform: capitalize;
    text-align: left;
    margin-bottom: 30px;
    line-height: 1.2;
    font-size: 54px;
    font-weight: 300;
    color: #181818;
}
.about-left p {
    font-size: 13px;
    letter-spacing: 1px;
	text-align: justify;
    color: #545353;
    font-weight: 400;
    margin-top: -10px;
}
.about-left small {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 300;
    display: block;
    line-height: 0.8;
    letter-spacing: 8px;
    margin-bottom: 30px;
}
.about-left .about-more {
    margin-top: 23px;
    text-align: left;
}
.about-more a {
    letter-spacing: .9px;
    background: #322d7c !important;
    color: #fff;
    border-radius: 33px;
    font-size: 9px !important;
    padding: 5px 32px !important;
    text-transform: capitalize !important;
    border: none !important;
}
.about-more .more-link::before {
    background: #333;
}
.about-more a i {
    right: 0;
    -webkit-transition: right 0.3s linear 0s;
    -moz-transition: right 0.3s linear 0s;
    -ms-transition: right 0.3s linear 0s;
    -o-transition: right 0.3s linear 0s;
    transition: right 0.3s linear 0s;
    display: inline-block;
    position: relative;
}
.about-more a:hover i {
    right: -10px;
}
.about-right img {
    margin-left: -10px;
    margin-top: 13px;
}
.about-right .about-img_2 {
    margin-left: 21px;
}
.service-section {
    padding-top: 0px;
    padding-bottom: 60px;
    background: #fbfbfb;
}
.service-item {
    padding: 18px 33px 23px;
    position: relative;
    margin-top: -10px;
    text-align: center;
    background: #483f3f;
    margin-bottom: 40px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: 496px;
}
.service-item:hover {
    webkit-transform: rotateY(26deg);
    -moz-transform: rotateY(26deg);
    -ms-transform: rotateY(26deg);
    -o-transform: rotateY(26deg);
    transform: rotateY(26deg);
    background: #cea95f;
}
.service-item:hover .fea-info {
    color: #fff;
}
.fea-left {
    display: block;
    font-size: 18px;
    letter-spacing: 2px;
    letter-spacing: 2px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 700;
    margin: 0 auto;
    padding: 3px 0;
}
.service-section .icon-fea {
    height: 65px;
}
.service-section .icon-fea::before {
    font-size: 40px;
    display: block;
    color: #fff;
}
.fea-info {
    margin-top: 12px;
    margin-bottom: 20px;
    color: #999;
}
.feat-learn {
    color: #373737;
    letter-spacing: 2px;
    cursor: pointer;
}
.feat-learn i {
    font-size: 26px;
    font-weight: 700;
    position: relative;
    top: 7px;
}
.calltoaction {
    padding-top: 0px;
    padding-bottom: 80px;
    background: #333 url(../images/background/callto.jpg) repeat 0 0/100% auto;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}
.callto-text h4 {
    margin: 0;
    font-size: 30px;
    color: #fff;
    letter-spacing: 6px;
    text-transform: uppercase;
}
.callto-hover {
    color: #cea95f;
}
.callto-text p {
    color: #ddd;
}
.callto-text p {
    color: #ddd;
    font-size: 17px;
    letter-spacing: 5px;
}
.callto-link .more-link {
    color: #fff;
    border: 2px solid #fff;
}
.callto-link .more-link::after {
    border-left: 2px solid #fff;
}
.pricing-section {
    padding-bottom: 100px;
    padding-top: 60px;
}
.pricing-section .col-sm-3 {
    padding-right: 4px;
    padding-left: 0;
}
.pricing-box {
    position: relative;
    text-align: left;
    transition: all 0.4s ease-out 0s;
    transform: translateX(0) translateY(-3px) translateZ(0) rotate(0) scale(1);
    padding: 40px 40px 10px 40px;
    background: #483f3f;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    transition: all 0.4s ease-out 0s;
}
.pricing-box:hover {
    box-shadow: 0 0 0 0 #fff;
    transition: all 0.4s ease-out 0s;
}
.pricing-box h3 {
    font-size: 18px;
    letter-spacing: 3px;
    margin: 0;
    position: relative;
    text-transform: uppercase;
    color: #fff;
}
.pricing-box h2 {
    font-size: 60px;
    margin: 20px 0 25px;
    color: #fff;
}
.pricing-box h2 span {
    font-size: 26px;
    position: relative;
    top: -11px;
    padding-right: 6px;
}
.pricing-box h2 sub {
    font-size: 16px;
    top: -3px;
}
.pricing-box h5 {
    color: #fff;
    border-bottom: 1px solid #fef1f1;
    padding-bottom: 30px;
}
.pricing-box p {
    font-size: 13px;
    letter-spacing: 1px;
    margin-bottom: 24px;
    text-transform: uppercase;
    color: #bcbcbc;
}
.pricing-box a {
    margin-bottom: 37px;
    border: 2px solid #fff;
    color: #000;
    background: #fff;
}
.pricing-box a:hover {
    color: #fff;
}
.pricing-box h3:before,
.pricing-box:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
}
.work-section {
    padding-bottom: 50px;
    background: #f5f5f5;
}
.project-list .mix {
    display: none;
}
.project-filter {
    margin-top: -7px;
    margin-bottom: 10px;
}
.project_menu .hvr-underline-from-center::before {
    bottom: 0;
    height: 2px;
}
.project-filter ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.project-filter ul li {
    padding-bottom: 3px;
    color: #555;
    cursor: pointer;
    margin-bottom: 17px;
    margin-right: 16px;
    display: inline-block;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Ubuntu', sans-serif;
}
.project-filter ul li.active {
    display: inline-block;
    color: #cea95f;
}
.project-filter ul li i {
    margin-right: 4px;
}
.work-section {
    padding-top: 50px;
    padding-bottom: 76px;
    background: #fff;
}
.work-item {
    position: relative;
    margin-top: 18px;
    margin-left: -10px;
}
.mask2 {
    position: absolute;
    width: 100%;
    height: 100.2%;
    top: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    background: #212121;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    padding-left: 0;
    opacity: 0;
}
.mask2 h4 {
    margin-top: 68px;
    color: #fff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0;
    position: relative;
    top: -64px;
    margin-bottom: 24px;
}
.work-item:hover .mask2 h4 {
    opacity: 1;
    position: relative;
    top: 0;
}
.mask-big h4 {
    margin-top: 99px;
}
.mask2 p {
    color: #fff;
    margin-top: -16px;
    font-size: 10px;
}
.mask2 i {
    color: #fff;
    font-size: 25px;
}
.items {
    overflow: hidden;
}
.work-item:hover .mask2 {
    width: 100%;
    height: 100%;
    background: RGBA(21, 21, 21, 0.71);
}
.work-item:hover .mask2 {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.8s ease 0s;
}
.work-item:hover .mask2 {
    border: 10px solid #e4eae9 !important;
}
.mask2:hover h2 {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.mask2:hover {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.work-item:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.work-item img {
    width: 100%;
    display: block;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.team-section {
    padding-bottom: 100px;
    padding-top: 65px;
    background: #fff;
}
.team-medical {
    background: #f9f6f6;
}
.member .img {
    width: 100%;
}
.member .img img {
    width: 100%;
    height: auto;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.member .info {
    text-align: left;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    padding: 0 20px 0;
    background: #f6f7f8;
}
.member .info p {
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 400;
    font-family:  'Ubuntu', sans-serif;
    color: #1b1a1a;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    padding-bottom: 10px;
}
.member .info h6 small {
    display: block;
    color: #373737;
    margin-top: 10px;
}
.member .info h6 {
    border: none;
    color: #0b0a0a;
    letter-spacing: 2px;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 700;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    margin-bottom: 0;
    margin-top: 30px;
}
.member .info i {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    line-height: 2.65em;
    font-size: 24px;
    text-align: left;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}
.social li {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    margin-right: 10px;
    font-size: 17px;
}
.member .social i {
    color: #fff !important;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    font-size: 25px;
}
.member .social i:hover {
    color: #333;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}
.member .social {
    opacity: 0;
    position: absolute;
    bottom: 118px;
    z-index: 9999;
    margin-left: 16px;
}
.member .img:hover .social {
    opacity: 1;
}
.member .img img {
    width: 100%;
    height: auto;
}
.member:hover .timg_overlay img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.member .timg_overlay {
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    overflow: hidden;
}
.member .timg_overlay:before {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    z-index: 5;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    height: 100%;
    background: rgba(51, 51, 51, 0.86);
    opacity: 0;
}
.member .img:hover .timg_overlay:before {
    opacity: 1;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.testimonial-section {
    padding-bottom: 150px;
    background: #000 url(../images/background/testimonial.jpg) repeat 0 0/100% auto;
    background-size: cover;
}
.testimonial-section .base-header h3 {
    color: #fff;
}
#quote-carousel {
background: #fff;
    padding: 15px 0px 15px;
}
#quote-carousel .carousel-control {
    background: 0 0;
    color: #cacaca;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
#quote-carousel .carousel-control.left {
    left: -60px;
}
#quote-carousel .carousel-control.right {
    right: -60px;
}
#quote-carousel .carousel-indicators {
    bottom: -133px;
}
#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    margin: 5px;
    cursor: pointer;
    opacity: 0.4;
    overflow: hidden;
    transition: all 0.4s;
    border-radius: 50%;
    background: 0 0;
    border: 1px solid transparent;
}
#quote-carousel .carousel-indicators .active {
    opacity: 1;
    overflow: hidden;
    border-radius: 1px;
}
#quote-carousel .item {
    border-left: none;
    margin: 0;
}
/* #quote-carousel .item p:before { */
    /* content: "\f10d"; */
    /* font-family:  'Ubuntu', sans-serif; */
    /* float: left; */
    /* margin-right: 10px; */
    /* color: #cea95f; */
    /* font-size: 34px; */
    /* top: -10px; */
    /* position: relative; */
/* } */
#quote-carousel .item p {
    line-height: 26px;
    font-size: 14px;
    color: #6b6b6b;
    letter-spacing: 1px;
    text-transform: capitalize;
    text-align: center;
}
#quote-carousel .item h5 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 20px;
    text-align: center;
    margin-top: 25px;
    color: #000;
    font-weight: 900;
}
#quote-carousel .item h5 span {
    font-size: 13px;
    color: #333;
    font-family:  'Ubuntu', sans-serif;
    font-weight: 400;
    position: relative;
    top: 3px;
    text-transform: capitalize;
}
.blog-section {
    background: #fff;
    padding-bottom: 100px;
}
.blog-warp-1 {
    width: 100%;
    overflow: hidden;
}
.blog-warp-1:hover.blog-warp-1 img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.blog-warp-1 a {
    text-align: left;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    text-transform: uppercase;
    font-weight: 700;
}
.blog-warp-1 img {
    float: left;
    margin-right: 30px;
    display: inline-block;
    margin-bottom: 50px;
    width: 100%;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.blog-warp-1 .subtext {
    text-align: left;
    color: #c6c6c6;
    text-transform: none;
    letter-spacing: 1px;
    font-size: 13px;
    line-height: 17px;
    margin-top: 8px;
    border-bottom: 1px solid #504f4f;
    padding-bottom: 15px;
}
.blog-warp-1 p {
    text-align: left;
    margin-top: 15px;
    color: #c6c6c6;
}
.blog_tx_warp {
    background: #483f3f;
    padding: 20px;
    margin-top: -78px;
    position: relative;
    z-index: 99;
    float: left;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.27);
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.27);
}
.blog_tx_warp:before {
    content: "";
    width: 30px;
    height: 30px;
    background: #483f3f;
    position: absolute;
    left: 234px;
    z-index: 99999;
    top: -15px;
    -ms-transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
    transform: rotate(45deg);
}
.client-section {
    padding-top: 30px;
    padding-bottom: 20px;
    background: #fbfbfb;
}
.client-box {
    width: 100%;
    text-align: center;
    cursor: pointer;
    -webkit-box-shadow: inset 0 0 0 1px transparent;
    -moz-box-shadow: inset 0 0 0 1px transparent;
    -ms-box-shadow: inset 0 0 0 1px transparent;
    -o-box-shadow: inset 0 0 0 1px transparent;
    box-shadow: inset 0 0 0 1px transparent;
    line-height: 120px;
    padding-right: 10px;
}
.client-box,
.client-box img,
.client-box:hover,
.client-box:hover img {
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.client-section .owl-theme .owl-controls {
    margin-top: 38px;
}
.client-section .owl-carousel .owl-item img {
    width: auto;
    display: inline-block;
}
.client-section .owl-theme .owl-controls .owl-page.active span {
    background: #cea95f;
}
.client-section .owl-theme .owl-controls .owl-page span {
    width: 15px;
    height: 15px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background: #c3c3c3;
    display: inline-block;
    border: 3px double;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    color: #fff;
}
.contact-section {
    background: #fff;
    padding-bottom: 100px;
    padding-top: 0;
}
.form-control {
    color: #000!important;
    background-color: #fff !important;
    background-image: none !important;
    border: 1px solid #fff !important;
    border-radius: 1px !important;
    box-shadow: none !important;
    border-bottom: 1px solid #000 !important;
    padding: 0px;
}
.contact-info h3.small {
    font-size: 25px;
    line-height: 24px;
    letter-spacing: .9px;
    text-transform: uppercase;
    border-bottom: 2px solid #000;
    color: #000;
    margin: 0px 0px 10px 0px;
    font-weight: 900;
    display: inline-block;
    padding-bottom: 12px;
}
.contact-info p {
margin: 0;
    font-size: 14px;
    color: #000;
       margin-bottom: 20px;
    font-weight: 700;
}
.contact-form .base-header h3 {
    font-size: 19px;
    letter-spacing: 1px;
    margin-bottom: 0;
    margin-top: -5px;
    font-weight: 700;
}
.contact-form .base-header small {
    font-size: 13px;
    letter-spacing: 3px;
    margin-bottom: 4px;
    margin-top: 6px;
}
.contact-form .header-sign {
    font-size: 19px;
    left: 3px;
}
.tx-tsc h3 {
    font-size: 23px;
        margin-top: 11px;
}
.border-image {
    margin-bottom: 54px;
}
.contact-form .header-sign2 {
    font-size: 19px;
    left: -3px;
}
@media screen and (max-width: 767px) {
    .contact-info .col-sm-4 {
        margin-bottom: 25px;
    }
    .text-margin {
        margin-left: 0 !important;
    }
}
@media screen and (max-width: 767px) {
    .contact-info .col-sm-4:last-child {
        margin-bottom: 0;
    }
}
.contact-warper {
    background: #fff;
}
.form-control {
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 1px;
    box-shadow: none;
    border-bottom: 1px solid #ddd;
}
.form-control:focus {
    border: 1px solid #fff;
    border-bottom: 1px solid #333;
    box-shadow: none;
}
.form-group {
margin-bottom: ;
    padding-right: ;
    padding-left: 0px;
    margin-bottom: 0px !important;
    padding-bottom: 10px;
}
#contactForm .btn-chos {
    display: block;
    margin: 0 auto;
    margin-top: 40px;
    color: #333;
    float: left;
}
#contactForm .btn-chos:hover {
    background: #333;
    color: #fff;
}
.map-container {
    height: 450px;
}
.footer-section {

}
.footer-section .widget {
    padding-bottom: 0;
    margin-bottom: 17px;
    text-align: center;
}
.footer-section .widget h5 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.footer-section .widget h3 {
    color: #fff;
    letter-spacing: 2px;
}
.footer-section .widget p {
    color: #bababa;
    padding-right: 44px;
    margin-top: -12px;
}
.footer-section .widget img {
    margin-top: 34px;
}
.footer_soc {
    margin-top: -6px;
}
.list-icons {
    padding-left: 0;
    list-style: none;
}
.list-icons li {
    display: inline-block;
    padding: 10px 8px 0;
}
.list-icons li a {
    color: #cea95f;
}
.list-icons li a:hover {
    color: #bababa;
    text-decoration: underline;
}
.scrollup {
    display: inline-block;
    line-height: 55px;
    font-size: 11px;
    color: #cea95f;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: -16px;
}
.scrollup:active,
.scrollup:focus,
.scrollup:hover {
    color: rgba(255, 255, 255, 0.9);
}
header {
    position: relative;
    text-align: center;
    color: #fff;
    background-color: rgba(32, 32, 32, 0.74);
    height: 700px;
}
header .container {
    padding-top: 67px;
    padding-bottom: 66px;
    position: relative;
    z-index: 10;
    text-align: center;
}
.tx-tsc ul li {
    list-style: none;
}
.tx-tsc img {
    width: 4%;
}
.tx-tsc ul li {
    text-align: justify;
}
.text-margin {
    margin-left: 72px;
}
.tx-tsc1 img {
    width: 5%;
}
header.blog-banner {
background: transparent url(../images/slider/page2.jpg);
    color: #fff;
    box-sizing: border-box;
    height: 395px;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    background-position: 0% 45%;
}
header {
    position: relative;
    text-align: center;
    color: #fff;
    background-color: rgba(198, 227, 221, 0.39);
    height: 700px;
}
.blog-header {
    padding-left: 30px;
    text-align: center;
}
.blog-header h4 {
    color: #c8c8c8;
    text-transform: capitalize;
    font-size: 14px;
    letter-spacing: 5px;
    display: block;
    margin-bottom: -25px;
    font-weight: 700;
}
.blog-header h4 a {
    color: #c8c8c8;
}
.blog-header h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 45px;
    letter-spacing: 3px;
    padding-bottom: 8px;
    font-weight: 700;
}
.blog-header h4 a:hover {
    color: #fff;
}
.blog_container {
    padding-bottom: 54px;
}
.blog-area {
    padding-top: 100px;
    padding-right: 70px;
}
.blog_container .blog-warp-1 {
    margin-bottom: 40px;
}
.blog-area .pagination {
    width: 100%;
    margin-bottom: 108px;
    margin-top: 13px;
}
.blog-area .pagination .pager {
    text-align: left;
    display: inline-block;
    margin: 10px 10px;
    position: relative;
    top: 6px;
}
.blog-area .pager li {
    position: relative;
    padding: 0 2px;
}
.blog-area .pager .pagi-big a {
    color: #333;
    font-weight: 700;
    color: #333;
}
.blog-area .pager li a {
    border-radius: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 0;
    color: #8b8b8b;
    font-weight: 700;
    padding: 2px 8px;
    border: 1px solid #8b8b8b;
}
.blog-area .pager-icon {
    font-size: 14px;
    left: 0;
    position: relative;
    top: 6px;
    font-weight: 700;
    letter-spacing: 2px;
}
.blog-area .pager-icon:hover {
    color: #000;
}
.blog-area .pagination .pager li > a:focus,
.blog-area .pagination .pager li > a:hover {
    background-color: transparent;
    color: #222;
}
.widget-area {
    text-align: center;
    padding-top: 100px;
}
.widget {
    display: inline-block;
    margin-bottom: 40px;
    width: 100%;
}
.widget {
    margin-bottom: 40px;
}
.widget-search {
    display: block;
    background: #483f3f;
}
.widget-search .input-group {
    padding-bottom: 6px;
    padding-top: 6px;
}
.widget-search .input-group input {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    transition: none 0s ease 0s;
    box-shadow: none;
    font-size: 14px;
    font-weight: 400;
    color: #fff !important;
    height: auto;
}
.widget-search .input-group button {
    background: 0 0;
    border: medium none;
    font-size: 14px;
    color: #c5c5c5;
    padding: 0 12px;
}
.input-group-btn {
    left: 0;
}
.widget .widget-title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    letter-spacing: 1px;
    margin: 0 0 25px;
    position: relative;
    background: #483f3f;
    padding: 10px 0;
    color: #fff;
}
.categories-type li {
    border-bottom: 1px solid #f0f0f0;
    padding: 11px 10px;
    letter-spacing: 0.5px;
    color: #e1e1e1;
    list-style: square;
}
.widget-post-categories .categories-type {
    text-align: left;
    display: inline-block;
    margin-top: -10px;
    width: 100%;
    margin-left: -53px;
}
.categories-type li a {
    color: #8d8d8d;
}
.categories-type li:hover a {
    color: #000;
}
.categories-type li span {
    float: right;
    clear: both;
}
.wiget-recent-post {
    margin-bottom: 22px;
}
.wiget-recent-post .widget-title {
    margin-top: 10px;
}
.recent-post-box {
    display: inline-block;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 13px;
    margin-top: 10px;
    width: 100%;
    position: relative;
}
.recent-post-box:last-of-type {
    border-bottom: none;
}
.recent-title {
    text-align: left;
    padding-right: 100px;
}
.recent-title > a {
    font-size: 14px;
    margin-bottom: 10px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #333;
}
.recent-title > a:hover {
    text-decoration: underline;
    color: #333;
}
.recent-title > p {
    font-size: 13px;
    color: #8b8b8b;
    margin-top: -8px;
}
.instagram-photo-list {
    padding: 0;
    margin: 0;
    list-style: outside none none;
}
.instagram-photo-list li {
    padding: 4px;
    width: 50%;
    float: left;
}
.instagram-photo-list li img {
    transition: all 0.2s ease 0s;
}
.instagram-photo-list li:hover img {
    transition: all 0.2s ease 0s;
    opacity: 0.5;
}
.widget-instagram img {
    width: 300px;
}
.widget-tags {
    text-align: left;
    width: 100%;
}
.widget-tags .widget-title {
    display: inline-block;
    width: 100%;
}
.widget-tags > a {
    color: #8d8d8d;
    text-decoration: none;
    border: 1px solid #c3c3c3;
    padding: 6px 13px;
    display: inline-block;
    margin-bottom: 5px;
    font-size: 13px;
}
.widget-tags > a:hover {
    color: #cea95f;
    transition: all 1s ease 0s;
    border-color: #cea95f;
}
.single_blog_container {
    margin-bottom: -82px;
}
.blog-post-list .entry-cover {
    margin-bottom: 30px;
    overflow: hidden;
}
.blog-post-list .entry-cover img {
    transition: all 0.4s ease 0s;
    display: block;
    width: 100%;
}
.blog-area .entry-title {
    margin-bottom: 0;
}
.blog-area .blog-post-list .entry-title > a {
    text-decoration: none;
    color: #333;
    font-size: 24px;
    letter-spacing: 2px;
    position: relative;
    top: -30px;
    font-family:  'Ubuntu', sans-serif;
}
.blog-post-list .entry-meta {
    color: #b9b9b9;
    letter-spacing: 1px;
    text-transform: capitalize;
    display: inline-block;
}
.blog-post-list .entry-meta span {
    margin-left: 0;
    color: #b9b9b9;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-right: 22px;
}
.blog-post-list .entry-meta a {
    color: #8d8484;
    text-transform: capitalize;
    text-decoration: none;
}
.entry-date a {
    letter-spacing: 2px;
}
.blog-post-list .entry-meta span {
    margin-left: 0;
    color: #b9b9b9;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-right: 22px;
}
.blog-post-list .entry-meta a {
    color: #5c5c5c;
    text-transform: capitalize;
    text-decoration: none;
}
.entry-content {
    margin-top: -27px;
}
.contact .blog-contact .contact-warper {
    background: #fff;
    padding-bottom: 100px;
}
.list-comments {
    padding-top: 75px;
}
.comments-section-title h4 {
    margin-top: 0;
    font-size: 24px;
    margin-bottom: 40px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    padding: 15px 0;
    color: #fff;
    background: #483f3f;
}
.comments {
    padding: 0;
    margin: 0;
}
.comments li {
    list-style: outside none none;
}
.comments li .comment {
    border: 1px solid #f2f2f2;
    padding: 30px 30px 30px;
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
}
.comments li .comment img.comment-avatar {
    border: 5px solid #483f3f;
    margin-bottom: 20px;
}
.comments li .comment strong.commenter-title {
    font-weight: 300;
    font-size: 13px;
    text-transform: uppercase;
    display: block;
    color: #8b8b8b;
    letter-spacing: 2px;
}
.comments li .comment strong.commenter-title a {
    color: #000;
}
.comments li .comment span.comment-date {
    display: block;
    font-size: 11px;
    margin-bottom: 16px;
    color: #8b8b8b;
    margin-top: 0;
    text-transform: uppercase;
}
.comments li .comment span.comment-reply {
    right: 16px;
}
.comments li .comment span.comment-reply a {
    color: rgba(39, 39, 39, 0.51);
    background: #483f3f;
    transition: all 0.5s ease 0s;
    font-size: 11px;
    padding: 5px 15px;
    text-transform: uppercase;
    color: #fff;
}
.comments li .comment span.comment-reply a:hover {
    background: #cea95f;
    color: #fff;
}
.comments li .comment span.comment-reply a i {
    font-size: 11px;
}
.comments li .comment p:last-child {
    margin-bottom: 0;
    font-weight: 300;
    color: #8b8b8b;
}
.comments li > ul {
    padding-bottom: 7px;
}
.comments li .comment p {
    margin-top: 7px;
    font-size: 14px;
}
.blog-contact {
    padding: 0;
    margin-bottom: 100px;
    margin-top: 20px;
}
.blog-contact .form-group .col-sm-12,
.blog-contact .form-group .col-sm-4 {
    padding-left: 0;
}
#contactForm .submit-button:hover {
    background: 0 0;
    color: #cea95f;
    border: 3px solid #cea95f;
}
#contactForm .submit-button {
    color: #fff;
    background: #cea95f;
    font-weight: 700;
    margin-top: 20px !important;
    padding: 11px 0;
    border: 3px solid #cea95f;
}
.about_page {
    padding-bottom: 100px;
}
.about-left {
    font-size: 18px;
    margin-top: 35px;
}
.about-left h3 {
letter-spacing: .5px;
    text-transform: uppercase;
    margin: 0px;
    font-weight: 600;
    font-size: 14px;
    color: #322d7c !important;
}

.about-left h4{
margin: 25px 0px 25px 0px;
    font-weight: bolder;
    color: #322d7c;
    font-size: 40px;
	line-height: 40px;
    text-transform: uppercase;	
}

.about-left hr{
color: #322d7c;
    border: 1px solid #322d7c;
    width: 4%;
    display: inline-block;
    margin: 0px 0px 28px 0px;
}

.about-left small {
    font-size: 28px;
    text-transform: capitalize;
    font-weight: 400;
    display: block;
    line-height: 0.8;
    letter-spacing: 3px;
    margin-bottom: 30px;
    color: #cea95f;
}
.about-left .about-more {
    margin-top: 23px;
    text-align: left;
}
.about-right img {
    margin-top: 35px;
}
.about-right .about-img_2 {
    margin-left: 21px;
}
.skill_page {
    background: #493f40;
    padding-top: 110px;
    padding-bottom: 65px;
}
.funfactor_warper {
    -webkit-background-size: cover;
    background-size: cover;
    color: #efefef;
}
.funfactor_warper .fun-info {
    padding-bottom: 20px;
    text-align: center;
}
.funfactor_warper .icon-container {
    display: block;
    margin-top: 5px;
    text-align: center;
}
.funfactor_warper .icon-container i {
    font-size: 50px;
    color: #fff;
    text-align: center;
    -webkit-transition: all ease-in 0.25s;
    transition: all ease-in 0.25s;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}
.timer {
    font-family:  'Ubuntu', sans-serif;
    font-size: 52px;
    font-weight: 700;
    color: #f9f7f7;
}
.fun-work {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.int-skills {
    border-bottom: 1px solid #e8e8e8;
}
.int-skills .col-md-6 {
    padding-left: 0;
    padding-right: 0;
}
.init-fun {
    padding-left: 80px;
    padding-top: 15px;
    padding-right: 40px;
}
.progress {
    width: 80%;
    background: none repeat scroll 0 0 #e8e8e8;
    background-color: #514949;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    height: 2px;
    margin-bottom: 15px;
}
.progress .bar {
    line-height: 30px;
    text-align: left;
    font-weight: 700;
    text-indent: 15px;
    text-transform: uppercase;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    -webkit-transition: width 1.5s ease;
    -moz-transition: width 1.5s ease;
    -o-transition: width 1.5s ease;
    transition: width 1.5s ease;
}
.progress:hover .bar {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    background: #2c3e50 !important;
    color: #fff;
    cursor: pointer;
}
.progress-skill-bar {
    margin-bottom: 20px;
    margin-left: 0;
    margin-top: 15px;
    margin-right: 30px;
}
.progress-skill-bar li {
    font-family:  'Ubuntu', sans-serif;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: none;
    text-align: left;
    overflow: hidden;
    padding-bottom: 3px;
    color: #fff;
}
.progress-skill-bar .label {
    float: right;
    font-weight: 400;
    color: #878787;
    font-size: 13px;
    border-right: 1px transparent solid;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 8px;
    position: relative;
    top: -4px;
}
.progress .bar-success,
.progress-success .bar {
    filter: none;
    background: 0 0;
}
.progress .bar {
    background: #6b6868;
}
.client_section_page {
    padding-top: 65px;
    padding-bottom: 90px;
}
.work_section_page {
    padding-bottom: 100px;
}
.single-work-page {
    padding-top: 100px;
}
.portfolio-single-info {
    margin-top: 50px;
}
.portfolio-single-info h4 {
    font-size: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.portfolio-single-detail {
    margin-top: 50px;
    padding-left: 20px;
}
.portfolio-single-detail h4 {
    margin-bottom: 15px;
    font-size: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 400;
}
.portfolio-single-detail ul {
    margin-bottom: 50px;
    margin-top: 23px;
}
.project-detail-list strong {
    display: inline-block;
    min-width: 90px;
    position: relative;
    margin-right: 12px;
}
.project-detail-list strong::before {
    position: absolute;
    content: ":";
    right: -5px;
}
.social-icons > li {
    padding: 0 2px 5px 2px;
}
.social-icons > li > a {
    display: inline-block;
    vertical-align: middle;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    line-height: 27px;
    text-align: center;
    color: #1e1c1c;
}
.social-icons-small > li > a {
    width: 30px;
    height: 30px;
    line-height: 28px;
}
.social-icons-bordered > li > a {
    background: #cea95f;
    color: #fff;
}
.social-icons-small > li > a i {
    font-size: 13px;
}
.related-portfolio {
    margin-top: 70px;
}
.contact_page {
    padding: 64px 0 100px 0;
}
.contact_page .contact-addrs {
    /*! margin-top: -20px; */
}
.contact_page .contact-addrs h5 {
    font-size: 20px;
    margin-bottom: 20px;
}
.contact-two .submit-button,
.contact_page .submit-button {
    margin-left: 15px;
}
.contact_page .submit-button {
    margin-top: 0 !important;
}
.single_warp_wrk .col-md-3 {
    padding-left: 0;
    padding-right: 0;
    margin: 5px;
    width: 24%;
}
.img-holder {
    position: relative;
}
.img-holder .overlay-box {
    background: #cea95f none repeat scroll 0 0;
    bottom: 15px;
    content: "";
    left: 15px;
    opacity: 0;
    position: absolute;
    right: 15px;
    top: 15px;
    transform: scale(0.4);
    transition: all 0.3s ease 0s;
}
.single_warp_wrk:hover .img-holder .overlay-box {
    opacity: 0.9;
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.single_warp_wrk .img-holder .overlay-box .content h4 {
    position: relative;
    top: -90px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.single_warp_wrk:hover .img-holder .overlay-box .content h4 {
    margin-bottom: -100px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.single_warp_wrk .img-holder .overlay-box .content .info2 {
    margin-left: 70px;
}
.single_warp_wrk:hover .img-holder .overlay-box .content .info2 {
    margin-left: 0;
}
.img-holder .overlay-box .box {
    display: table;
    width: 100%;
    height: 100%;
}
.img-holder .overlay-box .box .content {
    display: table-cell;
    text-align: left;
    vertical-align: bottom;
    bottom: 14px;
    position: absolute;
    left: 20px;
}
.img-holder .overlay-box .box .content a {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.img-holder .overlay-box .content h4 {
    margin-bottom: -7px;
    color: #fff;
    letter-spacing: 2px;
}
.img-holder .overlay-box .content i {
    font-size: 20px;
    position: relative;
    top: -5px;
    color: #eceace;
}
.service_v3_section {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #fff;
    position: relative;
}
.srvis_img {
    position: relative;
}
.service-box {
    position: absolute;
    bottom: 9%;
    background: #cea95f;
    padding: 0 28px 0 35px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.srvis_img:hover .service-box {
    padding: 0 28px 0 55px;
}
.service-box h4 {
    margin: 10px 0;
    color: #fff;
    text-transform: uppercase;
}
.single_warp_srvis .col-sm-4 {
    margin-bottom: 30px;
}
.srvis_img_hvor::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(50, 53, 52, 0.19);
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    opacity: 0;
}
.srvis_img:hover .srvis_img_hvor::after {
    opacity: 1;
}
.srvis_img_hvor img {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    overflow: hidden;
}
.srvis_img_hvor {
    overflow: hidden;
}
.srvis_img:hover .srvis_img_hvor img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.service-box .svr_icon {
    color: #fff;
    opacity: 0;
    width: 0;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    font-size: 28px;
}
.srvis_img:hover .svr_icon {
    opacity: 1;
    left: 13px;
}
.about_v3_section {
    background: #fbfbfb;
    padding-bottom: 85px;
}
.border-image img {
    border: 2px solid #ddd;
}
.about_v3_section .about-left p {
    font-size: 15px;
    letter-spacing: 1px;
    margin-top: 10px;
}
.about_v3_section .about-more {
    margin-top: 27px !important;
    padding-left: 26px;
}
.about_v3_section .about-left {
    margin-top: 0;
}
.mobile-display {
    display: none;
}
.mobile-display-none {
    display: block;
}
@media (max-width: 600px) {
    .mobile-display {
        display: block;
    }
    .mobile-display-none {
        display: none;
    }
}

/* popup  CSs*/
#pop-up {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
    position: fixed;
    top: 300px;
    right: 0px;
    z-index: 999999;
    background: #ec3c01;
    border: 2px solid #eceae9;
    -webkit-box-shadow: 0 0 10px #fff;
    box-shadow: 0 0 10px #fff;
}
#call-btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
    position: fixed;
    top: 115px;
    right: 0px;
    z-index: 999999;
    background: #ec3c01;
    border: 2px solid #eceae9;
    -webkit-box-shadow: 0 0 10px #fff;
    box-shadow: 0 0 10px #fff;
}
.form-control {
    margin-bottom: 10px;
    -moz-box-shadow: 0 0 2px #999;
    -webkit-box-shadow: 0 0 2px #999;
    box-shadow: 0 0 2px #999;
}
.sub-btn {
    background: #ec3c01;
    width: 100px;
    color: #fff;
    font-size: 18px;
}
.sub-btn:hover {
    background: #333;
    width: 100px;
    color: #fff;
    font-size: 18px;
}
#pop-up {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
    position: fixed;
    top: 300px;
    right: 0px;
    z-index: 999999;
    background: #ec3c01;
    border: 2px solid #eceae9;
    -webkit-box-shadow: 0 0 10px #fff;
    box-shadow: 0 0 10px #fff;
}
#call-btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
    position: fixed;
    top: 115px;
    right: 0px;
    z-index: 999999;
    background: #6d6b6b;
    border: 2px solid #eceae9;
    -webkit-box-shadow: 0 0 10px #fff;
    box-shadow: 0 0 10px #fff;
}
.form-control {
    margin-bottom: 5px;
    -moz-box-shadow: 0 0 2px #999;
    -webkit-box-shadow: 0 0 2px #999;
    box-shadow: 0 0 2px #999;
}
.sub-btn {
background: #322d7c;
    width: 100px;
        border: 2px solid #ffffff;
    color: #fff;
    font-size: 13px;
    padding: 10px 10px;
    border-radius: 33px;
}
.sub-btn:hover {
    background: #fff;
    border: 2px solid #322d7c;
    width: 100px;
    color: #000;
    font-size: 13px;
    padding: 10px 10px;
    border-radius: 33px;
}
#btn-fix {
    position: fixed;
    top: 174px;
    right: 0px;
    z-index: 999;
}
/* popup Css */
.client-box img {
    padding: 20px;
}
.owl-item {
    width: 200px !important;
}

h2 {
    text-align: center;
    padding: 20px;
}
/* Slider */
.slick-slide {
    margin: 0px 20px;
}
.slick-slide img {
    width: 100%;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: "";
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
#callme {
    position: fixed;
    left:10px;
    bottom: 100px;
    width: 40px;
    height: 40px;
    cursor: pointer;

    z-index: 99;
}
#callme #callmeMain {
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: rgb(50 45 124);
    width: 50px;
    height: 50px;
    -webkit-animation: zcwmini2 1.5s 0s ease-out infinite;
    -moz-animation: zcwmini2 1.5s 0s ease-out infinite;
    animation: zcwmini2 1.5s 0s ease-out infinite;
}
#callme #callmeMain:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
top: 5px;
    left: 5px;
    background-size: 15px;
    background-size:15px;
    background-image: url(https://ss.zadarma.com/callbackWidget/images/mini.png);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-animation: zcwphone2 1.5s linear infinite;
    -moz-animation: zcwphone2 1.5s linear infinite;
    animation: zcwphone2 1.5s linear infinite;
}
@-webkit-keyframes zcwphone {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }
    50% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }
    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@-moz-keyframes zcwphone {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }
    50% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }
    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@keyframes zcwphone {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }
    50% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }
    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@-webkit-keyframes zcwphone2 {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }
    50% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }
    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@-moz-keyframes zcwphone2 {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }
    50% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }
    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@keyframes zcwphone2 {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }
    50% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }
    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@-webkit-keyframes zcwmini {
    0% {
        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(207, 8, 8, 0);
    }
    10% {
        box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 12px 14px;
    }
    100% {
        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 40px rgba(0, 0, 0, 0), 0 0 0 40px rgba(207, 8, 8, 0);
    }
}
@-moz-keyframes zcwmini {
    0% {
        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(207, 8, 8, 0);
    }
    10% {
        box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 12px 14px;
    }
    100% {
        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 40px rgba(0, 0, 0, 0), 0 0 0 40px rgba(207, 8, 8, 0);
    }
}
@keyframes zcwmini {
    0% {
        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(207, 8, 8, 0);
    }
    10% {
        box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 12px 14px;
    }
    100% {
        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 40px rgba(0, 0, 0, 0), 0 0 0 40px rgba(207, 8, 8, 0);
    }
}
@-webkit-keyframes zcwmini2 {
    0% {
        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(207, 8, 8, 0);
    }
    10% {
        box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 12px 14px;
    }
    100% {
        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 40px rgba(0, 0, 0, 0), 0 0 0 40px rgba(207, 8, 8, 0);
    }
}
@-moz-keyframes zcwmini2 {
    0% {
        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(207, 8, 8, 0);
    }
    10% {
        box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 12px 14px;
    }
    100% {
        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 40px rgba(0, 0, 0, 0), 0 0 0 40px rgba(207, 8, 8, 0);
    }
}
@keyframes zcwmini2 {
    0% {
        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(207, 8, 8, 0);
    }
    10% {
        box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 12px 14px;
    }
    100% {
        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 40px rgba(0, 0, 0, 0), 0 0 0 40px rgba(207, 8, 8, 0);
    }
}
.tp-cl-btn {
    display: none;
}
@media (max-width: 767px) {
    .tp-cl-btn {
        display: block;
        background-color: #cea95f;
        text-align: center;
    }
    .tp-cl-btn p {
        margin-top: 4px;
        margin-bottom: 1px;
    }
    .cll-clr {
        color: #fff;
    }
}

.ef{
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    COLOR: #FFF;
}

.mh{
    background-color: #322d7c;
}

.myfmbtn{
    color: #ffffff;
}

.fd{
border: 2px solid #322d7c!important;
    padding: 22px 10px;
    color: #000 !important;
    border-radius: 19px !important;
    margin: 30px 0px 30px 0px;
}

.tfd{
    border: 2px solid #322d7c!important;
    padding: 22px 10px;
    color: #000 !important;
        height: 150px !important;
    border-radius: 19px !important;
    margin: 30px 0px 30px 0px;
}



carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.carousel,
.carousel-inner,
.carousel-inner .item {
  height: 100%;
}

.carousel-indicators .active {
    background-color: #322d7c !Important;
}

.carousel-indicators li {
    border: 1px solid #322d7c !Important;
}

.bottom-right{
        position: absolute;
right: -6px;
    top: 6px;
}

.bottom-left{
        position: absolute;
left: -6px;
    top: 6px;
}

.buy-r{
    background-color: #322d7c;
    padding: 12px 25px;
    color: #ffffff;
    font-weight: bold;
border-top-left-radius: 30px;
    font-size: 10px;
    letter-spacing: .4px;
    transition: .3s;
    border-bottom-right-radius: 30px;
}

.buy-r:hover{
    background-color:#4c4797;
    color:#ffffff;
}

.enq-r{
        background-color: #0ea8dc;
    padding: 12px 27px;
    color: #ffffff;
    font-weight: bold;
border-top-left-radius: 30px;
    font-size: 10px;
    letter-spacing: .4px;
    transition: .3s;
    border-bottom-right-radius: 30px;
}

.enq-r:hover{
    background-color:#2ca1c9;
    color:#ffffff;
}

.viewm-r{
        background-color: #333;
    padding: 12px 20px;
    color: #ffffff;
    font-weight: bold;
border-top-left-radius: 30px;
    font-size: 10px;
    letter-spacing: .4px;
    transition: .3s;
    border-bottom-right-radius: 30px;
}

.viewm-r:hover{
        background-color:#333;
    color:#ffffff;
}

.buy-l{
    background-color: #322d7c;
    padding: 12px 25px;
    color: #ffffff;
    font-weight: bold;
border-top-right-radius: 30px;
    font-size: 10px;
    letter-spacing: .4px;
    transition: .3s;
    border-bottom-left-radius: 30px;
}

.buy-l:hover{
    background-color:#4c4797;
    color:#ffffff;
}

.enq-l{
        background-color: #0ea8dc;
    padding: 12px 27px;
    color: #ffffff;
    font-weight: bold;
border-top-right-radius: 30px;
    font-size: 10px;
    letter-spacing: .4px;
    transition: .3s;
    border-bottom-left-radius: 30px;
}

.enq-l:hover{
    background-color:#2ca1c9;
    color:#ffffff;
}

.viewm-l{
        background-color: #333;
    padding: 12px 20px;
    color: #ffffff;
    font-weight: bold;
border-top-right-radius: 30px;
    font-size: 10px;
    letter-spacing: .4px;
    transition: .3s;
    border-bottom-left-radius: 30px;
}

.viewm-l:hover{
        background-color:#333;
    color:#ffffff;
}





.crd__img h1{
margin: 0px 0px 10px 0px;    
}


.crd__img img{

}

.cards {
  position: relative;  
  list-style-type: none;
  padding: 0;
}

.card {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  
  background: #ccc;
  border-radius: 30px;
padding: 10px;
    text-align: center;
  box-shadow: 0 0 15px #000;
  transform: translateY(0) rotate(4deg) translateX(25px) scale(1);
  transform-origin: 0 0;
  
  transition: transform 0.6s cubic-bezier(.8,.2,.1,0.8) 0.1s,
    background 0.4s linear;
  
  cursor: pointer;
  user-select: none;
  
  :last-child { margin-bottom: 0; }
}

.card--next { 
  z-index: 5; 
  transform: translateY(-25px) rotate(4deg) translateX(25px) scale(1);
}

.card--out {
  animation: card-out 0.6s cubic-bezier(.8,.2,.1,0.8);
  transform: translateY(-50px) rotate(8deg) translateX(55px) scale(0.95);
  z-index: 1;
  background: #bbb;
}

@keyframes card-out {
  0% { z-index: 20; transform: translateY(0px) rotate(-4deg); }
  50% { transform: translateY(-120%) rotate(-5deg) translateX(-40px); }
  80% { z-index: 1; }
  100% { transform: translateY(-50px) rotate(8deg) translateX(55px) scale(0.95); }
}

.card--current {
  cursor: auto;
  user-select: auto;
  position: relative;
  z-index: 10;
  opacity: 1;
  background: #EEE;
  transform: rotate(-1deg) translateX(0%) scale(1);
}



.certi{
    
}

.certi h1{
    font-size: 17px;
    text-align: center;
    font-weight: 500;
    border: 2px solid #322d7c;
    letter-spacing: 1.6px;
    background-color: #322d7c;
    color: #fff;
}

.social {
    position: fixed;
    top: 238px;
    z-index: 99;
    width: 45px;
}

.social ul {
    padding: 0px;
    transform: translate(-270px,0);
}

.social ul li {
    display: block;
    margin: 5px;
    background: #322d7c;
    width: 300px;
    text-align: right;
    padding: 10px;
    border-radius: 0 30px 30px 0;
    transition: all 1.5s;
}

.social ul li:hover {
    transform: translate(110px,0);
    background:#16135a;
    transition: all .9s;
}

.social ul li:hover a {
color: #ffffff;
    font-weight: 600;
    letter-spacing: .9px;
}

.social ul li:hover i{
    color: #c44a73;
    background: white;
    transform: rotate(360deg);
    transition: all 1.5s;
}

.social ul li i {
    margin-left: 10px;
    color: #000;
    background: white;
    padding: 3px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    transform: rotate(0deg);
    text-align: center;
    font-size: 14px;
}

.goog-te-gadget-simple span{
    display: inline-block !important;
    color: #ffffff !important;
}

.goog-te-gadget-simple{
        background-color: rgba(0,0,0,0) !Important;
    border:none !important;
}

.goog-te-gadget-simple .goog-te-menu-value {
    color: #ffffff !important;
    font-weight: 800 !important;
    letter-spacing: .9px !important;
    font-size: 12px !important;
}


.container_flow {
align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transform-style: preserve-3d;
}

.container_flow .box {
    position: fixed;
    transform-style: preserve-3d;
    width: 167px;
    top: 0px;
    left: 0;
}

.container_flow .box:hover,
.container_flow .box:focus,
.container_flow .box:active {
	box-shadow: 0 50px 80px rgba(0, 0, 0, 0.1);
}

.container_flow .box .img-box-1 {
    padding: 17px 10px;
}

.container_flow .box .img-box-1 a {
    object-fit: cover;
    height: 100%;
    width: 100%;
    color: #ffffff;
    font-weight: 800;
    letter-spacing: .9px;
    font-size: 12px;
}

.payment_scanner{
    border-radius: 10px;    
}

.container_flow .box .content-box {
background-color: #6bef67;
    left: 0px;
    position: absolute;
    right: 0px;
    width: 195px;
    top: 45px;
    transform: translateZ(20px) scaleY(0);
    transform-origin: top;
    transform-style: preserve-3d;
    transition: transform 0.5s ease;
}

.container_flow .box:hover .content-box {
	transform: translateZ(50px) scaleY(1);
}

#footCaptcha{
    line-height: 28px;
    font-size: 20px;
    padding: 0px;
    text-align:left;
    margin-bottom: 10px;
        margin-top: 0px;
}
#mymodal {
  display: none !important;
}
