/* Default Theme Gaido */

/* -------------------------------
   General
------------------------------- */

body {
    background: #fff;
    font-family: 'Open Sans', "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #333;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
h1, h2, h3, h4, h5, h6{
    font-weight: 500;
    color: #333;
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 1.25;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 60%;
    font-weight: 300;
    color: #7c7f83;
}
a {
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}
a:focus {
    outline: none;
}
label {
    color: #242a30;
}
p {
    line-height: 1.5;
    font-size: 1.2em;
}
.contentAnimated {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.finishAnimated {
    -webkit-animation: none !important;
    animation: none !important;
}
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid\9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.page-main {
    padding-top: 87px;
}
.header.navbar.navbar-transparent {
	background: #ffffff;
	-webkit-box-shadow: 0px 3px 0px 0px rgba(238 238 238);
	-moz-box-shadow: 0px 3px 0px 0px rgba(238 238 238);
	box-shadow: 0px 3px 0px 0px rgb(238 238 238);
}

/* -------------------------------
   Header
------------------------------- */

.header.navbar {
	display: block;
	padding: 0;
    border-bottom: none;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}
.header.navbar .navbar-nav > li > a {
    font-size: 15px;
    line-height: 5px;
    color: #2d353c;
    font-weight: 600;
	padding: 25px 25px;
}
.header.navbar .navbar-nav > li.active > a,
.header.navbar .navbar-nav > li > a.active,
.header.navbar .navbar-nav > li > a:hover,
.header.navbar .navbar-nav > li > a:focus {
    background: none;
}
.header .navbar-nav {
	margin: 7.5px -15px;
}
.header .nav > li > a {
	position: relative;
	display: block;
	padding: 10px 15px;
	text-decoration: none;
}
.header .container-fluid > .navbar-collapse, 
.header .container-fluid > .navbar-header, 
.header .container > .navbar-collapse, 
.header .container > .navbar-header {
	margin-right: -15px;
	margin-left: -15px;
}
.header .navbar-collapse {
	padding-right: 15px;
	padding-left: 15px;
	overflow-x: visible;
	-webkit-overflow-scrolling: touch;
	border-top: 1px solid transparent;
}
.header {
    background: transparent;
    z-index: 1;
}

/* Navbar Brand Logo & Text */


.header .navbar-header:before,
.header .navbar-header:after {
	content: '';
	display: table;
	clear: both;
}
.header .navbar-brand {
    padding: 17px 15px;
    height: auto;
			float: left;
}
.header .navbar-brand img {
	display: block;
	margin: -10px 0;
	max-height: 70px;
	width: auto;
	-webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}
.header .brand2 img {
	max-height: 95px;
}
.header .brand3 {
    margin-right: 0px;
}
.brand-logo {
    float: left;
    border: 15px solid;
    border-color: #4DCACA #31A3A3 #1D8888;
    margin-right: 10px;
    margin-top: -5px;
    margin-bottom: -5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.brand-logo + .brand-text {
    margin-left: 42px;
    display: block;
    color: #2d353c;
    font-size: 20px;
    line-height: 20px;
    display: block;
}


/* Navbar Mobile Toggle */

.header .navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-right: 15px;
    margin-top: 18px;
    margin-bottom: 18px;
	background-color: transparent;
	background-image: none;
	border-width: 1px;
	border-style: solid;
	border-radius: 4px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}
.header .navbar-toggle:focus,
.header .navbar-toggle:active {
	outline: none;
}
.header .navbar-toggle .icon-bar + .icon-bar {
	margin-top: 4px;
}
.header .navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
}
.header.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}
.header.navbar-default .navbar-collapse, 
.header.navbar-default .navbar-form {
    border-color: #e7e7e7;
}

.header .navbar-toggle .mobile-bar {
}
.header .navbar-toggle .mobile-bar i {
	display: block;
    margin-top: 1px;
    color: #4a4a4a;
}


/* Navbar Transparent & Inverse  */

.header.navbar.navbar-transparent {
    border-bottom: transparent;
}
.header.navbar.navbar-transparent .navbar-nav > li > a,
.header.navbar.navbar-inverse .navbar-nav > li > a {
    color: #000000;
}
.header.navbar.navbar-fixed-top .navbar-nav > li > a {
    color: #000;
    border-radius:4px;
}
.header.navbar.navbar-fixed-top .navbar-nav > li > a:hover {
    color: #ffffff;
    background: transparent;
}
.navbar-collapse ul.navbar-nav > li.active a,
.navbar-collapse ul.navbar-nav > li a.active,
.navbar-collapse ul.navbar-nav > li:hover > a,
.navbar-collapse ul.navbar-nav > li > a:hover,
.header .navbar-collapse ul.navbar-nav > li.active a,
.header .navbar-collapse ul.navbar-nav > li a.active,
.header .navbar-collapse ul.navbar-nav > li:hover > a,
.header .navbar-collapse ul.navbar-nav > li > a:hover,
.header.navbarnavbar-transparentp.header-prepare .navbar-collapse ul.navbar-nav li a.current,
.header.navbarnavbar-transparentp.header-prepare.header-prepare .navbar-collapse ul.navbar-nav li.current a {
     background: transparent;
     color: #e22340;
}

.header.navbar.navbar-transparent .brand-text,
.header.navbar.navbar-inverse .brand-text {
    color: #fff;
}
.navbar-transparent .navbar-toggle,
.navbar-inverse .navbar-toggle {
    border-color: #dadada;
    -webkit-box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.2);
}
.navbar-transparent .navbar-toggle .icon-bar,
.navbar-inverse .navbar-toggle .icon-bar {
    background: #8f8e8e;
}

/* Navbar Small */

.header.navbar.navbar-small {
    border-bottom: none;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.header.navbar.navbar-small .navbar-brand,
.header.navbar.navbar-small .navbar-nav > li > a {
    padding: 15px;
}
.header.navbar.navbar-transparent.navbar-small {
    background: #fff;
}
.header.navbar.navbar-transparent.navbar-small .navbar-nav > li > a,
.header.navbar.navbar-transparent.navbar-small .brand-logo + .brand-text {
}
.navbar-small .navbar-toggle {
    margin-top: 8px;
    margin-bottom: 8px;
}
.navbar-small .navbar-toggle .icon-bar {
    background: #888;
}

.navbar-small .navbar-brand img {
    max-height: 34px;
}
.navbar-small .navbar-nav .dropdown-menu {
    margin-top: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.navbar-nav .dropdown-menu {
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 12px;
    padding: 0;
    margin-top: -13px;
    border: none;
	position: absolute;
}

.header.navbar.navbar-small .brand2 {
    display:none;
}
.header.navbar-small .navbar-collapse.collapse {
    width: auto;
}
.header.navbar-small .navbar-header {
    width: auto;
}
.header.navbar-small .navbar-right {
    width: auto;
}

/* Navbar */

.navbar-nav > li.dropdown:hover > .dropdown-menu,
.navbar-nav > li.dropdown:focus > .dropdown-menu {
    display: block;
}
.navbar-nav .dropdown-menu {
    background: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    padding: 0;
    margin-top: 0px;
    border: none;
    position: absolute;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.header.navbar.navbar-fixed-top .navbar-nav > li > a {
    color: #000;
    border-radius: 4px;
}
.header.navbar.navbar-fixed-top .dropdown:hover a {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
} 
.navbar-nav .dropdown-menu.dropdown-menu-left {
	left: 0;
}
.navbar-nav .dropdown-menu > li > a,
.navbar-nav .dropdown-menu .dropdown-item {
    color: #000;
    padding: 7px 25px;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 20px;
    display: block;
    text-decoration: none;
}
.navbar-nav .dropdown-menu > li.active > a,
.navbar-nav .dropdown-menu > li > a:hover,
.navbar-nav .dropdown-menu > li > a:focus,
.navbar-nav .dropdown-menu .dropdown-item:hover,
.navbar-nav .dropdown-menu .dropdown-item:focus,
.navbar-nav .dropdown-menu .dropdown-item.active {
    background: #fbfbfb;
}
.navbar-nav .dropdown-menu > li + li,
.navbar-nav .dropdown-menu .dropdown-item + .dropdown-item {
    border-top: 1px solid #cecece;
}

/* -------------------------------
   Dropdown Menu
------------------------------- */

.dropdown-menu {
    border: none;
    -webkit-box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.2);
    font-size: 12px;
}
.dropdown-menu > li > a {
    padding: 5px 15px;
}
.dropdown-menu > li > a:hover, 
.dropdown-menu > li > a:focus {
    background: #edf0f5;
}
.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:hover, 
.dropdown-menu > .active > a:focus {
    background: #348fe2;
}
.dropdown-menu .divider {
    border-color: #eee;
}
.dropdown-menu.media-list {
    max-width: 280px;
    padding: 0;
}
.dropdown-menu.media-list p {
    text-overflow: ellipsis;
    overflow: hidden;
}
.dropdown-menu.media-list .dropdown-header {
    padding: 10px 20px !important;
    background: #fafafa;
}
.dropdown-menu.media-list > .media {
    margin-top: 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-bottom: -1px;
}
.dropdown-menu.media-list > .media > a {
    display: block;
    padding: 10px 20px !important;
}
.dropdown-menu.media-list > .media .media-object {
    height: 36px;
    width: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-right: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.dropdown-footer {
    padding: 10px 20px;
}
.dropdown-menu > li.dropdown-footer > a {
    padding: 0 !important;
    display: inline !important;
}
.dropdown-menu > li.dropdown-footer > a:hover,
.dropdown-menu > li.dropdown-footer > a:focus {
    background: none !important;
    text-decoration: underline !important;
}

.dropdown-submenu {
  position: relative;
}
.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
}
.dropdown-toggle::after {
    margin-left: 8px;
    margin-bottom: -1px;
    margin-top: 9px;
    transform: rotateZ(-90deg);
    float: right;
}

.dropdown-submenu:hover>.dropdown-menu{display:block;}

/* -------------------------------
   Fixed Top Menu
------------------------------- */

.header.navbar-fixed-bottom, 
.header.navbar-fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
}
.header.navbar-fixed-top {
	top: 0;
}
.header.navbar-fixed-bottom {
	bottom: 0;
}
.header .navbar-fixed-bottom .navbar-collapse, 
.header .navbar-fixed-top .navbar-collapse {
	max-height: 340px;
}


.header-navbar-2ndsection {
    float:right;
}
.header-navbar-dropdown-title {
    background: #ffffff;
    color: #000 !important;
    text-align: center;
    font-weight: 600;
}
.header.navbar.navbar-fixed-top .navbar-nav > li > a:hover {
    color: #e41956;
}

/* Filled Navbar Buttons - Start */

.header.navbar .navbar-nav > li > a {
    padding: 20px 24px;
}
.header.navbar.navbar-fixed-top .navbar-nav > li > a:hover {
    color: #ffffff;
    background: #48459b !important;
}
.navbar-collapse ul.navbar-nav > li.active a,
.navbar-collapse ul.navbar-nav > li a.active,
.navbar-collapse ul.navbar-nav > li:hover > a,
.navbar-collapse ul.navbar-nav > li > a:hover,
.header .navbar-collapse ul.navbar-nav > li.active a,
.header .navbar-collapse ul.navbar-nav > li a.active,
.header .navbar-collapse ul.navbar-nav > li:hover > a,
.header .navbar-collapse ul.navbar-nav > li > a:hover,
.header.navbarnavbar-transparentp.header-prepare .navbar-collapse ul.navbar-nav li a.current,
.header.navbarnavbar-transparentp.header-prepare.header-prepare .navbar-collapse ul.navbar-nav li.current a {
     background: #48459b !important;
     color: #ffffff;
}
.navbar-nav .dropdown-menu {
    background: #48459b;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.navbar-nav .dropdown-menu .dropdown-item:hover, .navbar-nav .dropdown-menu .dropdown-item:focus, .navbar-nav .dropdown-menu .dropdown-item.active, a {
    color: #000000;
}
.navbar-nav .dropdown-menu > li.active > a, .navbar-nav .dropdown-menu > li > a:hover, .navbar-nav .dropdown-menu > li > a:focus, .navbar-nav .dropdown-menu .dropdown-item:hover, .navbar-nav .dropdown-menu .dropdown-item:focus, .navbar-nav .dropdown-menu .dropdown-item.active {
    background: #fbfbfb;
}
.navbar-nav .dropdown-menu > li + li, .navbar-nav .dropdown-menu .dropdown-item + .dropdown-item {
    border-top: 1px solid #48459b;
}
.navbar-nav .dropdown-menu > li > a, .navbar-nav .dropdown-menu .dropdown-item {
    color: #fff;
}
.navbar-nav .dropdown-menu .dropdown-item:hover, .navbar-nav .dropdown-menu .dropdown-item:focus, .navbar-nav .dropdown-menu .dropdown-item.active {
    color: #000 !important;
}
/* Filled Navbar Buttons - End */


/* -------------------------------
   Footer Setting
------------------------------- */

.footer {
    padding: 60px 0;
    padding-top: 0px;
    background: #ffffff;
    color: #333;
    border-top: solid 2px #c7c7c7;
    text-align: center;
    box-shadow: inset 0 100px 80px -80px rgb(255 255 255 / 70%);
    -webkit-box-shadow: inset 0 100px 80px -80px rgb(255 255 255 / 70%);
}
.footer a {
    color: #333;
}
.footer a:hover {
    color: #d9486e;
}
.footer-panel-info a {
    color: #333;
}
.footer .footer-brand-logo {
    display: block;
    margin: 0 auto 10px;
    width: 40px;
    border: 20px solid;
    border-color: #4DCACA #31A3A3 #1D8888;
    border-radius: 4px;
}
.footer .footer-brand {
    font-size: 24px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 30px;
}
.sub-footer {
    padding: 5px;
	font-size: 15px;
    text-align: center;
    background-color: #5e498c;
    color: #ffffff;
    box-shadow: inset 0 2px 2px 0 rgba(0,0,0,.14),inset 0 3px 1px -2px rgba(0,0,0,.2),inset 0 1px 5px 0 rgba(0,0,0,.12);
}
.sub-footer p:last-child {
    margin-bottom: 0;
	font-weight: 400;
}
.sub-footer a {
    color: #fff;
}
.footeraddress p {
    margin-bottom: 5px;
	font-size: 14px;
}
.footeraddress-icon-1 {
    color: #0097d7;
    text-shadow: 2px 2px 1px rgba(0,0,0,.2);
	margin-right:5px;
}
.footeraddress-icon-2 {
    color: #015fff;
    text-shadow: 2px 2px 1px rgba(0,0,0,.2);
	margin-right:5px;
}
.footeraddress a {
    color: #242a30;
}
.footeraddress-icon-3 {
    color: #021aff;
    text-shadow: 2px 2px 1px rgba(0,0,0,.2);
	margin-right:5px;
}
.footer-right {
    text-align:right;
}

.footer-social {
    margin-left: -15px;
}
.footer-twitterembed  {
    margin-top: -10px;
}
.footer-panel-info  {
    padding-left:20px;
	padding-right:20px;
}
.footer-legal {
    text-align: right;
    margin-bottom: 0px;
}
.footer-legal ul, ol {
    list-style-type: none;
    padding: 0;
	text-align: right;
}
.footer-legal li {
	display: inline-block;
}
.footer-legal li:after {
    content: '/';
    padding: 0 5px;
    color: #ffffff;
}
.footer-legal li:last-child:after {
	content:'';
}
.footer-powered {
	text-align: left;
}
footer a:hover, a:focus {
    color: #0097d7;
}
footer .sub-footer a:hover, a:focus {
    color: #eeeeee;
}
.footer .footer-brand > img {
    max-height: 150px;
}
.soc-links li a {
	background-color: var(--contrast);
}

.soc-links li a:hover {
	background-color: #fff;
	color: var(--contrast);
	border-color: var(--contrast);
}



/* -------------------------------
   Pace Loader
------------------------------- */

.pace-inactive {
    opacity: 0;
    filter: alpha(opacity=0);
}
.pace {
    background: #2d353c;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
    z-index: 1020;
}
.pace-progress {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    height: 3px;
    background: #00acac;
    -webkit-transition: width 1s;
    -moz-transition: width 1s;
    -o-transition: width 1s;
    transition: width 1s;
    z-index: 2000;
}
.pace:before {
    content: '';
    background: #242a30;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
}
.pace .pace-activity {
    display: block;
    position: fixed;
    z-index: 2000;
    top: 15px;
    right: 15px;
    width: 14px;
    height: 14px;
    border: solid 2px transparent;
    border-top-color: #00acac;
    border-left-color: #00acac;
    border-radius: 10px;
    -webkit-animation: pace-spinner 400ms linear infinite;
    -moz-animation: pace-spinner 400ms linear infinite;
    -ms-animation: pace-spinner 400ms linear infinite;
    -o-animation: pace-spinner 400ms linear infinite;
    animation: pace-spinner 400ms linear infinite;
}
@-webkit-keyframes pace-spinner {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes pace-spinner {
  0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes pace-spinner {
  0% { -o-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes pace-spinner {
  0% { -ms-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes pace-spinner {
  0% { transform: rotate(0deg); transform: rotate(0deg); }
  100% { transform: rotate(360deg); transform: rotate(360deg); }
}


/* -------------------------------
   Content
------------------------------- */

.content {
    padding: 0px 0px 0px;
}
.content-sections {
    padding: 40px 0px 55px;
}
.content-sections-top {
    padding: 40px 0px 0px;
}
.content-sections-bottom {
    padding: 00px 0px 55px;
}
.content .content-title {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 15px;
    margin-top: 0;
}
.content .content-title:after {
    content: '';
    display: block;
    position: absolute;
    width: 40px;
    background: #242a30;
    height: 2px;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
}
.content .content-desc {
    text-align: center;
    margin-bottom: 60px;
    color: #242a30;
}
.content.has-bg {
    padding-bottom: 60px;
    overflow: hidden;
    position: relative;
	margin-right: 0px;
}
.content.has-bg .content-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.content.has-bg .content-bg img {
    max-width: 100%;
}
.content.has-bg .content-title:after {
    background: #fff;
}
.content.has-bg .content-bg:before {
    content: '';
    background: url(images/bg-content-cover.png);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.content.has-bg .container {
    position: relative;
}
.content.has-bg .container .content-title {
    color: #fff;
}
.content.has-bg .container .content-desc {
    color: rgba(255,255,255,0.6);
}
.content.has-bg h1,
.content.has-bg h2,
.content.has-bg h3,
.content.has-bg h4,
.content.has-bg h5,
.content.has-bg h6 {
    color: #fff;
}


/* -------------------------------
	Home
------------------------------- */

.home {
    padding: 0 !important;
    color: #fff;
}
.home-content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    color: #8F8E8E;
    margin-top: -120px;
    padding: 0 15px;
    text-align: center;
}
.home-content h1,
.home-content h2,
.home-content h3,
.home-content h4 {
    color: #fff;
    margin: 0 0 30px;
    font-weight: 300;
}
.home-content h1 {
    font-size: 64px;
    font-weight: 600;
}
.home-content h3 {
    font-size: 32px;
}
.home-content p {
    margin-bottom: 60px;
}
.home-content a:hover,
.home-content a:focus {
    color: #fff;
}
.home-content .btn + .btn {
    margin-left: 15px;
}



/* -------------------------------
   About Us
------------------------------- */

.skills .skills-name {
    font-size: 12px;
    color: #242a30;
    margin-bottom: 5px;
    font-weight: 600;
}


/* -------------------------------
   Team
------------------------------- */

.team {
    text-align: center;
    padding: 0 30px;
}
.team .image {
    display: inline-block;
    border-radius: 300px;
    overflow: hidden;
}
.team .info {
    margin-top: 15px;
}
.team .image img {
    border-radius: 300px;
}
.team .name {
    margin-bottom: 5px;
}
.team .title {
    font-size: 12px;
    margin-bottom: 15px;
    font-weight: 600;
}
.team p {
    margin-bottom: 15px;
}
.team .social a {
    border-radius: 300px;
    border: 1px solid #ccc;
    padding: 5px;
    width: 40px;
    height: 40px;
    line-height: 28px;
    text-align: center;
    display: inline-block;
    color: #ccc;
    text-decoration: none;
}
.team .social a + a {
    margin-left: 5px;
}



/* -------------------------------
   Quote Setting
------------------------------- */

.quote {
    text-align: center;
    font-size: 28px;
    font-weight: 300;
    color: #fff;
}
.quote .fa-quote-left,
.quote .fa-quote-right {
    color: #fff;
    font-size: 20px;
    position: relative;
    top: -14px;
}
.quote small {
    display: block;
    font-size: 14px;
    color: rgba(255,255,255,0.75);
    margin-top: 20px;
}



/* -------------------------------
   Service
------------------------------- */

.service {
    margin-bottom: 30px;
}
.service .icon {
    float: left;
    width: 50px;
    height: 50px;
    background: #242a30;
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.service .title {
    margin-bottom: 5px;
}
.service .icon + .info {
    margin-left: 70px;
}
.service.service-vertical {
    text-align: center;
}
.service.service-vertical .icon {
    float: none;
    margin: 0 auto 15px;
}
.service.service-vertical .info {
    margin: 0;
}



/* -------------------------------
   Work
------------------------------- */

.work {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}
.work .image img {
    max-width: 100%;
}
.work:hover .desc,
.work:focus .desc {
    margin-top: -62px;
}
.work .desc {
    padding: 12px 15px;
    position: absolute;
    right: 0;
    left: 0;
    top: 100%;
    background: rgba(0, 0, 0, 0.7);
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}
.work .desc .desc-title {
    color: #fff;
    font-size: 14px;
    display: block;
    font-weight: 600;
}
.work .desc .desc-text {
    font-size: 12px;
    color: #ccc;
    display: block;
}



/* -------------------------------
   Action Box
------------------------------- */

.action-box h3 {
    margin-bottom: 5px;
    margin-top: 3px;
}
.action-box p {
    margin-bottom: 0px;
}
.action-box .icon-large {
    font-size: 48px;
    float: left;
    margin-right: 20px;
    line-height: 50px;
    width: 50px;
    text-align: center;
}
.action-box .btn {
    margin-top: -3px;
}



/* -------------------------------
   Testimonial
------------------------------- */

.testimonials {
    padding-bottom: 50px;
}
.testimonials .item {
    padding-top: 15px;
}
.testimonials .carousel-indicators {
    bottom: 0;
}
.testimonials blockquote {
    border: none;
    text-align: center;
    color: #fff;
    position: relative;
    font-weight: 300;
    margin-bottom: 15px;
    padding: 10px 20px;
    font-size: 17.5px;
}
.testimonials blockquote .fa-quote-left,
.testimonials blockquote .fa-quote-right {
    font-size: 28px;
    position: absolute;
    margin-left: 15px;
    margin-top: 15px;
    color: #8F8E8E;
}
.testimonials blockquote .fa-quote-left {
    margin-left: -43px;
    margin-top: -15px;
}
.testimonials .name {
    color: #fff;
    font-size: 14px;
    margin-bottom: 15px;
}
.testimonials .name span {
    margin-left: 5px;
}
.testimonials .carousel-indicators li {
    background: rgba(255,255,255,0.4);
    border: none;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}
.testimonials .carousel-indicators li:hover,
.testimonials .carousel-indicators li:focus {
    background: rgba(255,255,255,0.7);
}
.testimonials .carousel-indicators li.active {
    background: #fff;
}
.carousel-indicators li,
.carousel-indicators li.active {
    width: 12px;
    height: 12px;
    margin: 1px 3px;
    border-radius: 12px;
}



/* -------------------------------
   Pricing
------------------------------- */

.pricing-table {
    list-style-type: none;
    margin: 0 -10px;
    padding: 0;
    text-align: center;
}
.pricing-table:before,
.pricing-table:after {
	content: '';
	display: table;
	clear: both;
}
.pricing-table > li {
    float: left;
    padding: 10px;
}
.pricing-table.pricing-col-4 > li {
    width: 25%;
}
.pricing-table.pricing-col-3 > li {
    width: 33.33333%;
}
.pricing-table .pricing-container {
    overflow: hidden;
    border-radius: 6px;
    background: #f0f3f4;
    box-shadow: 0 3px #b6c2c9;
}
.pricing-table h3 {
    background: #242a30;
    margin: 0;
    color: #fff;
    font-size: 14px;
    padding: 15px 30px;
    font-weight: bold;
}
.pricing-table .features {
    list-style-type: none;
    margin: 0;
    padding: 0 30px;
}
.pricing-table .features > li {
    padding: 10px 0;
}
.pricing-table .features > li + li {
    border-top: 1px solid #e2e7eb;
}
.pricing-table .price {
    width: 100%;
    display: table;
    background: #2d353c;
}
.pricing-table .price .price-figure {
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    height: 80px;
}
.pricing-table .price .price-number {
    font-size: 28px;
    color: #00a3a3;
    display: block;
}
.pricing-table .price .price-tenure {
    font-size: 12px;
    color: #fff;
    color: rgba(255, 255, 255, 0.7);
    display: block;
    text-align: center;
}
.pricing-table .footer {
    padding: 15px 20px;
}
.pricing-table .highlight {
    padding: 0px;
    margin-top: -30px;
}
.pricing-table .highlight .features > li {
    padding: 15px 0;
}
.pricing-table .highlight h3 {
    padding: 20px 30px;
}
.pricing-table .highlight .price .price-figure {
    height: 90px;
}
.pricing-table .highlight .price .price-number {
    color: #fff;
}


/* -------------------------------
   Modules
------------------------------- */

/* 6.9 Widget - Unlimited Nav Tabs (Added in V1.6) */

.tab-overflow {
	position: relative;
	overflow: hidden;
	border-radius: 2px 2px 0 0;
}
.tab-overflow .nav.nav-tabs {
	white-space: nowrap;
	overflow: hidden;
	display: table;
	margin: 0;
	border-radius: 2px 2px 0 0;
}
.tab-overflow .nav.nav-tabs > li,
.tab-overflow.nav.nav-tabs > li {
	display: table-cell;
	float: none;
}
.tab-overflow .nav.nav-tabs > li > a {
	margin-left: -1px;
}
.tab-overflow .next-button,
.tab-overflow .prev-button {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
	display: none !important;
	opacity: 0;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
	transition: all .2s linear;
}
.tab-overflow .prev-button {
	left: 0;
	right: auto;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.tab-overflow .nav.nav-tabs.nav-tabs-inverse .next-button,
.tab-overflow .nav.nav-tabs.nav-tabs-inverse .prev-button {
	box-shadow: 0 0 15px #000;
}
.tab-overflow .nav.nav-tabs.nav-tabs-inverse .prev-button {
	box-shadow: 0 0 15px #000;
}
.tab-overflow .next-button a,
.tab-overflow .prev-button a {
	margin: 0;
	background: #c1ccd1;
}
.flat-black .tab-overflow .next-button a,
.flat-black .tab-overflow .prev-button a {
	background: #d2d2d2;
}
.tab-overflow .prev-button > a {
	border-radius: 3px 0 3px;
}
.tab-overflow .nav-tabs-inverse .next-button > a,
.tab-overflow .nav-tabs-inverse .prev-button > a,
.nav.nav-tabs.nav-tabs-inverse > li > a,
.nav.nav-tabs.nav-tabs-inverse > li > a:hover,
.nav.nav-tabs.nav-tabs-inverse > li > a:focus {
	background: #242a30;
}
.flat-black .tab-overflow .nav-tabs-inverse .next-button > a,
.flat-black .tab-overflow .nav-tabs-inverse .prev-button > a,
.flat-black .nav.nav-tabs.nav-tabs-inverse > li > a,
.flat-black .nav.nav-tabs.nav-tabs-inverse > li > a:hover,
.flat-black .nav.nav-tabs.nav-tabs-inverse > li > a:focus {
	background: #2A2A2A;
}
.nav.nav-tabs.nav-tabs-inverse > li.active > a,
.nav.nav-tabs.nav-tabs-inverse > li.active > a:hover,
.nav.nav-tabs.nav-tabs-inverse > li.active > a:focus {
	background: #fff;
	color: #242a30;
}
.tab-overflow.overflow-right .next-button,
.tab-overflow.overflow-left .prev-button {
	display: block !important;
	opacity: 1;
	background: none;
}
.tab-overflow .nav-tabs > li.prev-button + li.active > a {
	border-radius: 0 3px 0 0;
}

/* -------------------------------
   Demo Homepage
------------------------------- */

/* HOMEPAGE HERO */
.demo-hero-bg {
    height: 70vh !important;
    background-image: url("/files/blocks/upload/success-846055_1920.png");
    background-size: cover !important;
background-position: bottom center !important;
background-repeat: no-repeat !important;
position: relative;
background-attachment: fixed;
}
.demo-hero-bg p {
    line-height: 2rem;
	color: #ffffff;
}

.demo-hero-title {
    font-size: 5rem;
	color: #ffffff;
}

.demo-top-wave {
    height: 130px;
    width: 100%;
    background-image: url("/files/blocks/upload/demo-wave-01.png");
    background-size: 100% 100%;
    background-position: bottom center !important;
    background-repeat: no-repeat !important;
}
.demo-border-radius {
    border-radius: 25px;
}

.btn.rsdemo-hero-btn {
    color: #ffffff;
    border-color: rgb(255, 255, 255);
    border-radius: 50px;
}
.btn.rsdemo-hero-btn:hover {
    color: #ffffff;
    border-color: #d9486e;
    background-color: #d9486e;
}
.btn.rsdemo-contact-btn {
    color: #fff;
    border-color: #0b0c26;
	background: #0b0c26;
    border-radius: 50px;
}
.btn.rsdemo-contact-btn:hover {
    color: #ffffff;
    border-color: #d9486e;
    background-color: #d9486e;
}
.demo-h-white h1 {
    color: #ffffff;
}
.demo-h-white h2 {
    color: #ffffff;
}
.demo-h-white h3 {
    color: #ffffff;
}
.demo-h-white h4 {
    color: #ffffff;
}
.demo-h-white h5 {
    color: #ffffff;
}
.demo-h-white h7 {
    color: #ffffff;
}
.demo-h-white p {
    color: #ffffff;
}
.demo-bg-contact {
    background: #f9f9f9;
	padding-left:15px !important;
	padding-right:15px !important;
	padding-top:25px;
}
.demo-headings-1 {
    color: #48459b;
}
.demo-border-right {
    border-right: rgba(255,255,255, 0.7) solid 1px;
}
.demo-border-left {
    border-left: rgba(255,255,255, 0.7) solid 1px;
}

:root {
    --main-bg: #0B0C26;
    --secondary-bg: #eee;
    --body: #fff;
    --contrast: #D9486E;
    --secondary-contrast: #5E498C;
}
.color-contrast {
    color: #d9486e;
}
.bg-sec-contrast {
    background: var(--secondary-contrast);
}
.bg-contrast-gradient {
    background-image: linear-gradient( var(--secondary-contrast) 30%, var(--contrast) 90%);
}
.rs-winners-gallery-1 {
    height: 300px;
    max-height: 300px;
}


/* -------------------------------
   Custom
------------------------------- */

.gr-headline-bannerimg-line {
    text-align: center; margin-top: 30px; background-image: url("/files/blocks/upload/dcbadfe3817f22ab2927315fdef1f8c5.png"); background-position: center center; background-repeat: no-repeat; height: 70px; background-size: contain;
}

.nav.nav-tabs.nav-tabs-dark.nav-tabs-full.nav-tabs-3 .nav-link.withoutripple.active,
.soc-links li a,
.sub-footer {
    background-color: rgb(76, 153, 42) ;
}
.soc-links li a:hover {
    color: rgb(76, 153, 42);
    border-color: rgb(76, 153, 42);
}
.header.navbar.navbar-fixed-top .navbar-nav > li > a:hover {
    background: rgb(76, 153, 42) !important;
}

.product-info-item .product-name {
    color: rgb(76, 153, 42);
}

.green-hills-bg {
    background-image: url("https://golfraffles.com/files/blocks/upload/greenwaves.png");
background-size: 100% 80%;
background-repeat: no-repeat;
}

/* About Us */
#about {
    position: relative;
}
#about .green-hills-bg {
    position: absolute;
    top: 0;
}

.product-item {
    background-color: white;
}
.product-img img {
    max-width: 100%;
    border-radius: 5px 5px 5px 5px;
}
.product-item:hover .product-img img {
    transform: none;
}

.footer a:hover {
    color: rgb(76, 153, 42);
}

.has-bg .bg-cover {
    position: absolute;
    left: 0;
    right: 0;
    top: -190px;
    bottom: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /* background: url(/files/blog/cover-3.jpg) center -88px; */
    background-image: url(/files/blocks/upload/03525958edb27b2dccd3d04e2100c4d5.jpeg);
}