/*
Theme Name: Superb
Theme URI: http://themeforest.net/user/iWebStudio/portfolio
Author: iWebStudio
Author URI: http://themeforest.net/user/iWebStudio/portfolio
Description: Superb is a responsive one page wordpress theme for creative
Version: 1.0.2
Tags: theme-options, translation-ready
License: Split GPL License
License URI: license.txt
*/

@import url(https://fonts.googleapis.com/css?family=Assistant:400,700);
@import url(https://fonts.googleapis.com/css?family=Assistant:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);

body {    
    margin-top:77px;
    text-rendering: optimizeLegibility; 
    -webkit-font-smoothing: antialiased;   
    font-family: 'Assistant', sans-serif;
    font-weight:400;
	font-size: 16px;
    line-height:25px;
	color: #707070;
}

/* TYPOGRAPHY */
h1 {
    font-family: 'Assistant', sans-serif;
    font-weight:700;
    text-transform: uppercase;
	letter-spacing: 4px;
	font-size: 60px;
    line-height:80px;
    margin:0px;
    padding:0px;	
}

h2 {
    font-family: 'Assistant', sans-serif;
    font-weight:700;
    text-transform: uppercase;
	font-size: 48px;
    line-height:72px;
    margin:0px;
    padding:0px;

}

h3 {
    font-family: 'Assistant', sans-serif;
    font-weight:700;
    text-transform: uppercase;
	font-size: 36px;
    line-height:54px;
    margin:0px;
    padding:0px;

}

h4 {
    font-family: 'Assistant', sans-serif;
    font-weight:700;
    text-transform: uppercase;
	font-size: 18px;
    line-height:27px;
    margin:0px;
    padding:0px;

}

a {
    color:#0070aa;
}

a:hover {
    color:#0070aa;
}

p {
    font-family: 'Assistant', sans-serif;
    font-weight:400;
	font-size: 16px;
    line-height:25px;
    margin:0px;
    padding:0px;
    margin-top:25px;
}

blockquote p {
    font-family: 'Assistant', serif;
    font-weight:400;
    font-style:bold;
    text-align:center;
    font-size: 24px;
    line-height:36px;
    margin:0px;
    padding:0px;
    opacity:1;
	margin-top:36px;
}

blockquote  {
    margin:0px;
    padding:0px;
}

table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 1px 0 0;
	margin-bottom: 24px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: right;
}

th {
	border-width: 0 0 1px 1px;
	font-weight: bold;
}

td {
	border-width: 0 0 1px 1px;
}

del {
	color: #767676;
}

.tlt  {
    font-family: 'Assistant', sans-serif;
    font-weight:700;
    text-align:center;
    text-transform: uppercase;
	letter-spacing: 4px;
	font-size: 60px;
    line-height:80px;
    margin:0px;
    padding:0px;
    color:white;
}

/* Keep hero subtitle height stable across rotating lines */
#home .tlt {
    min-height: 80px;
}

/* Two-line mode for two-word subtitles */
#home .tlt.force-two-lines span.split-before-word2 .word2::before {
    content: "\A";
    white-space: pre;
}

/* Two-line mode for 3+ word subtitles ("LOVED BY USERS" => "LOVED BY" + "USERS") */
#home .tlt.force-two-lines span.split-before-word3 .word3::before {
    content: "\A";
    white-space: pre;
}

.bypostauthor, .wp-caption, .wp-caption-text,.gallery-caption, .sticky {
	font-weight: normal;
}

.alignright {
	text-align: left;
}

.alignleft {
	text-align: right;
}

.aligncenter  {
	text-align: center;
}

/* Divider */

.blank50 {
	display: block;
	height: 50px;
}
.blank70 {
	display: block;
	height: 70px;
}
.blank100 {
	display: block;
	height: 100px;
}
/* //TYPOGRAPHY */




/*##################################################################*/
/* NAVIGATION - Desktop ############################################*/
/*##################################################################*/

nav {
    position:fixed;
    margin:0px;
    padding:0px;
    top:0;
    right:0;
    width: 100%;
    height: 77px;
    background-color:#fff;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(23, 23, 23, 0.24);
    box-shadow: 0px 1px 0px 0px rgba(23, 23, 23, 0.24);
    z-index:200;
}

    body.admin-bar nav { top: 32px !important; }
	
nav #logo {    
    margin-top:27px;
    padding:0px; 
    display:block;
}

nav #logo a {
    outline: none;
}

nav .col-md-12.col-lg-12 {
    display:flex;
    align-items:center;
    justify-content:space-between;
}


#navigation {
    float:none;
    margin-left:auto;
}

#navigation ul {
    float:none;
    display:flex;
    justify-content:flex-end;
    gap:42px;
    margin:0;
    padding:0;
    list-style: none;
}

#navigation ul li {
    float:none;   
}

#navigation a {
    font-family: 'Assistant', sans-serif;
    font-weight:700;
	position: relative;
	display: inline-block;
	outline: none;
	color: #6e6e6e;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0,5px;
	font-size: 14px;
    margin-right:0;
    margin-top:15px;
}

#navigation a:hover,
#navigation a:focus-visible {
	outline: none;
}

#navigation a {
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}

#navigation a:focus-visible::before,
#navigation a:hover::before
{
	color: #0070aa;
	
}

#navigation a:hover,
#navigation a:focus-visible {
	color: #0070aa;
}

#sections .current a {
    color: #0070aa;    
}
#sections .current-menu-item a {
    color: #0070aa;    
}



.menu .sub-menu,
.menu .children {
	background-color: #220e10;
	border: 2px solid #f7f5e7;
	border-top: 0;
	display: none;
	padding: 0;
	position: absolute;
	right: -2px;
	z-index: 99999;
}

#navigation a:hover .sub-menu {
    display: block;
	background-color: #220e10;
	border: 2px solid #f7f5e7;
	border-top: 0;
	padding: 0;
	position: absolute;
	right: -2px;
	z-index: 99999;
}

#navigation ul li a:hover .menu .sub-menu li{
    float:none;   
}


.menu .sub-menu ul,
.menu .children ul {
	border-right: 0;
	right: 100%;
	top: 0;
}

/* //NAVIGATION - Desktop*/



/*##################################################################*/
/* NAVIGATION - Mobile ############################################*/
/*##################################################################*/

.cbp-spmenu {
	background: #3c3f41;
	position: fixed;
    width: 240px;
	height: 100%;
	top: 0;
	z-index: 1000;
    right: -240px;
    text-align:center;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.cbp-spmenu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 10px 14px;
    border-bottom: 1px solid #434546;
}

.cbp-spmenu h3 {
    font-family: 'Assistant', sans-serif;
    text-transform: uppercase;
    font-weight:700;
	color: #2d2e30;
	font-size: 20px;
	padding: 0;
	margin: 0;
	font-weight: 300;
	background: transparent;
    flex: 1;
    text-align: center;
}

.cbp-spmenu-close {
    border: 0;
    background: transparent;
    color: #ffffff;
    font-size: 28px;
    line-height: 1;
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0.9;
    border-radius: 50%;
}

.cbp-spmenu-close:hover,
.cbp-spmenu-close:focus {
    opacity: 1;
    background: rgba(255, 255, 255, 0.08);
    outline: none;
}

.cbp-spmenu a {
    text-decoration: none;
    font-family: 'Assistant', sans-serif;
    text-transform: uppercase;
    font-weight:700;
	display: block;
	color: #fff;
	font-size: 15px;
    border-bottom: 1px solid #434546;
	padding-right: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.cbp-spmenu a:hover {
	background: #2d2e30;
}

.cbp-spmenu a:active {
	background: #2d2e30;
	color: #8d9b9f;
}

.cbp-spmenu.cbp-spmenu-open {
	right: 0px;
}

.cbp-spmenu {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#mobile-menu-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 999;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    -moz-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

body.mobile-menu-open #mobile-menu-backdrop {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

#navigation_mobile { 
    float:left;
    display: inline-block;
}
#cbp-spmenu ul{
    list-style: none;
    padding-right:0px;   
}

#showLeft {
    float:left;
    margin-top:19px;
}

.button_nav {
	background-color:#ffffff;
	-webkit-border-top-right-radius:100px;
	-moz-border-radius-topleft:100px;
	border-top-right-radius:100px;
	-webkit-border-top-left-radius:100px;
	-moz-border-radius-topright:100px;
	border-top-left-radius:100px;
	-webkit-border-bottom-left-radius:100px;
	-moz-border-radius-bottomright:100px;
	border-bottom-left-radius:100px;
	-webkit-border-bottom-right-radius:100px;
	-moz-border-radius-bottomleft:100px;
	border-bottom-right-radius:100px;
	text-indent:0;
	border:2px solid #0071aa;
	display:inline-block;
	color:#0071aa;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	font-style:normal;
	height:auto;
	width:auto;
	text-decoration:none;
	text-align:center;
    padding:5px;
    padding-top:5px;
    width:39px;
	height:38px;
    outline: none;
    
}

.button_nav:hover {
	background-color:#f7f9fa;
}

.button_nav:active {
	position:relative;
	top:1px;
    
}

/* //NAVIGATION - Mobile*/

/*##################################################################*/
/* HOME ############################################################*/
/*##################################################################*/

#home {
    height:574px;
    width:100%;
    background-color: #0070aa;
    /* background-image: url(../images/backgrounds/home-bg.jpg); */
    background-position:center top;
    background-repeat:no-repeat;
    background-size: cover;
    overflow-y:hidden;
    text-align:center;
    position:relative;
}

#home h1, #home blockquote {
    color:white;
}
#home blockquote {
    margin-top:165px;
}

/* Button Learn More */

.btn {
	border: none;
	font-family: 'Assistant', sans-serif;
    font-weight:400;
	font-size: 14px;
	color: white;
	background: none;
	cursor: pointer;
	padding: 17px 35px;
	display: inline-block;
	margin: 100px 0px 0px 0px;
	text-transform: uppercase;
	letter-spacing: 1px;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
    z-index:90;
    opacity:0;
}

.anim {
    margin-top: 60px;
    opacity:1;    
}

.btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn:before {
	font-family: 'unicons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: relative;
	-webkit-font-smoothing: antialiased;
}

.icon-arrow:before {
	content: "\e096";
}

.btn-arrow {
    border-radius: 50px;
	border: 2px solid #fff;
	color: #fff;
	overflow: hidden;
    -webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.btn-arrow:active {
	background: #0070aa;
	top: 2px;
}

.btn-arrow span {
	display: inline-block;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s;
	-webkit-backface-visibility: hidden;
	-moz-transition: all 0.3s;
	-moz-backface-visibility: hidden;
	transition: all 0.3s;
	backface-visibility: hidden;
}

.btn-arrow:before {
	position: absolute;
	height: 100%;
	width: 100%;
	line-height: 2.5;
	font-size: 180%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-arrow:active:before {
	color: #004a70;
}

.btn-arrowb:hover span {
	-webkit-transform: translateY(200%);
	-moz-transform: translateY(200%);
	-ms-transform: translateY(200%);
	transform: translateY(200%);
}

.btn-arrowb:before {
	right: 0;
	top: -100%;
}

.btn-arrowb:hover:before {
	top: -2px;
}
/* //Button Learn More */


/* sections */

section.home-section {
    padding-top: 90px;
    padding-bottom: 72px;
    display:block;
    position:relative;
    z-index:120;
}

section.inner {
	margin-top: 40px;
    padding-bottom: 72px;
}

section.home-section .section-heading {
	text-align: center;
}	

section.home-section .section-heading > p {
    font-size: 18px;
    line-height: 29px;
}



/*##################################################################*/
/* ABOUT ###########################################################*/
/*##################################################################*/

.our-apps-grid {
    margin-top: 58px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.app-card {
    width: 100%;
    max-width: 360px;
    min-height: 468px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 34px 34px 28px;
    border: 1px solid #d9dce1;
    border-radius: 16px;
    background: #f8f9fb;
    box-shadow: 0 3px 18px rgba(0, 0, 0, 0.10);
}

.app-card-icon {
    width: 190px;
    height: 190px;
    object-fit: contain;
    display: block;
    margin-bottom: 20px;
}

.app-card-icon-small {
    width: 170px;
    height: 170px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.app-card-title {
    margin: 0;
    color: #4c4c4c;
    font-family: 'Assistant', sans-serif;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    text-transform: none;
}

.app-card-title-row {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    min-height: 24px;
    gap: 10px 12px;
}

.app-card-description {
    margin-top: 6px;
    margin-bottom: 4px;
    color: #4f4f4f;
    font-size: 16px;
    line-height: 1.45;
}

.coming-soon-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    padding: 0 12px;
    border-radius: 999px;
    background: #d6ebff;
    color: #5e9fdf;
    font-family: 'Assistant', sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
}

.app-card-type-badge {
    margin-bottom: 12px;
}

.app-card-button {
    margin-top: auto;
    width: 190px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #0070aa;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.70);
    color: #0070aa;
    font-family: 'Assistant', sans-serif;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s ease;
}

.app-card-button:hover,
.app-card-button:focus {
    color: #004a70;
    text-decoration: none;
    border-color: #004a70;
    background: rgba(255, 255, 255, 1);
}

.app-card-button-disabled,
.app-card-button-disabled:hover,
.app-card-button-disabled:focus {
    border-color: #cbcbcb;
    color: #ababab;
    background: #eeeeee;
    cursor: not-allowed;
}

@media (max-width: 991px) {
    .our-apps-grid {
        gap: 24px;
    }
    .app-card {
        max-width: 332px;
        min-height: 448px;
        padding: 30px 26px 24px;
    }
    .app-card-title {
        font-size: 18px;
        line-height: 1.3;
    }
    .app-card-description {
        font-size: 16px;
        line-height: 1.45;
    }
    .coming-soon-badge {
        font-size: 13px;
        height: 24px;
        padding: 0 12px;
    }
    .app-card-button {
        width: 190px;
        height: 42px;
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .our-apps-grid {
        margin-top: 44px;
        gap: 20px;
    }
    .app-card {
        width: calc(100% - 24px);
        max-width: 420px;
        min-height: auto;
        margin-left: auto;
        margin-right: auto;
        padding: 28px 22px 24px;
    }
    .app-card-title {
        font-size: 18px;
        line-height: 1.3;
    }
    .app-card-description {
        font-size: 16px;
        line-height: 1.45;
    }
    .app-card-button {
        margin-top: 22px;
        width: 190px;
        height: 42px;
        font-size: 16px;
    }
}


/*##################################################################*/
/* Clients #########################################################*/
/*##################################################################*/

.client_logo {
    border-style:solid;
    border-width:4px;
    border-color: #d2d2d2;
    margin: 0 auto 30px auto;    
}

#client_logos {
    margin-bottom:110px;
}


/*##################################################################*/
/* SERVICES ########################################################*/
/*##################################################################*/



#service_boxes {
    margin-top:100px;
}
.service_box {
    text-align:center;
    direction:ltr;
}
.service_box ul {
	list-style:none; /* removes the default bullet */
	padding-left: 20px;
	padding-right: 0;
    text-align:left;
    width:250px;
    margin: 0 auto;
}

.service_box ul li {
    position: relative;
    line-height: 35px;
    padding-left: 30px;
    padding-right: 0;
}

.service_box ul li:before {
    position: absolute;
    font-family: 'unicons';
    font-size:18px;
    vertical-align: bottom;
    top:7px;
    left: 0;
    right: auto;
    margin: 0;
}

.service_box li:before {
    content: "\e049";
}

.service_box li:before, .service_box li:after {
    color: white;
    padding-left:0;
}

.service_box {
    margin-bottom:60px;        
}

.animbox {
	border: none;
	font-family: 'Assistant', sans-serif;
    font-weight:400;
	font-size: 14px;
	color: white;
	background: none;
	cursor: default;
	padding: 17px 35px;
    width: 250px;
	display: inline-block;
	margin-top:0px;
    margin-bottom: 30px;

	text-transform: uppercase;
	letter-spacing: 1px;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
    z-index:90;    
}

.animbox:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.animbox:before {
	font-family: 'unicons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: relative;
	-webkit-font-smoothing: antialiased;
}

.icon-design:before {
	content: "\e066";
    margin-top:1px;
}

.icon-develop:before {
	content: "\e07b";
    margin-top:4px;
}

.icon-print:before {
	content: "\e08a";
}

.animbox-icon {
    border-radius: 0px;
	border: 2px solid rgba(255, 255, 255, .5);
	color: #fff;
	overflow: hidden;
    -webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.animbox-icon span {
	display: inline-block;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s;
	-webkit-backface-visibility: hidden;
	-moz-transition: all 0.3s;
	-moz-backface-visibility: hidden;
	transition: all 0.3s;
	backface-visibility: hidden;
}

.animbox-icon:before {
	position: absolute;
	height: 100%;
	width: 100%;
	line-height: 2.5;
	font-size: 180%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.service_box:hover .animbox-iconb span {
	-webkit-transform: translateY(200%);
	-moz-transform: translateY(200%);
	-ms-transform: translateY(200%);
	transform: translateY(200%);
}

.animbox-iconb:before {
	right: 0;
	top: -100%;
}

.service_box:hover .animbox-iconb:before {
	top: -2px;
}




/*##################################################################*/
/* TESTIMONIALS ####################################################*/
/*##################################################################*/

.homepagesections-portfolio .section-heading > p {
    color: #6f6f6f;
}

.testimonials-shell {
    position: relative;
    margin-top: 44px;
    padding: 0 54px;
    --testimonials-track-width: 100%;
    --testimonials-arrow-size: 46px;
    --testimonials-arrow-gap: 18px;
}

.testimonials-track {
    position: relative;
    width: 100%;
    overflow: hidden;
    touch-action: pan-y;
    cursor: grab;
}

.testimonials-track.is-dragging {
    cursor: grabbing;
}

.testimonials-rail {
    display: flex;
    gap: 28px;
    will-change: transform;
    transition: transform 360ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

.testimonials-rail.no-transition {
    transition: none !important;
}

.testimonial-card {
    flex: 0 0 auto;
    box-sizing: border-box;
    background: #ffffff;
    border: 1px solid #e4e8ed;
    border-radius: 22px;
    box-shadow: 0 6px 20px rgba(20, 41, 61, 0.08);
    padding: 42px 28px 32px;
    text-align: center;
    min-height: 330px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.testimonial-stars {
    color: #f2bb2b;
    font-size: 32px;
    line-height: 1;
    letter-spacing: 4px;
}

.testimonial-app-badge {
    margin-top: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 2px solid #d6dfed;
    border-radius: 999px;
    color: #0f68ad;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    padding: 10px 22px;
    max-width: 100%;
}

.testimonial-app-badge.icon-only {
    padding: 10px;
    gap: 0;
    min-width: 44px;
}

.testimonial-app-badge.icon-only .testimonial-app-name {
    display: none;
}

.testimonial-app-icon {
    width: 20px;
    height: 20px;
    display: block;
}

.testimonial-app-name {
    min-width: 0;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    color: #116cb1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.testimonial-text {
    margin-top: 34px;
    color: #454545;
    font-size: 16px;
    line-height: 1.65;
    font-style: italic;
}

.testimonial-author {
    margin-top: 14px;
    padding-top: 0;
    color: #2f2f2f;
    font-size: 17px;
    line-height: 1.3;
    font-weight: 700;
}

.testimonial-stars,
.testimonial-app-badge,
.testimonial-app-name,
.testimonial-text,
.testimonial-author {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.testimonials-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    background: transparent;
    color: #0e6fa9;
    line-height: 0;
    padding: 0;
    width: var(--testimonials-arrow-size);
    height: var(--testimonials-arrow-size);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.testimonials-arrow span {
    display: none;
}

.testimonials-arrow::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
}

.testimonials-arrow:hover,
.testimonials-arrow:focus-visible {
    color: #0b5d91;
    outline: none;
}

.testimonials-arrow.is-disabled {
    opacity: 0.32;
    cursor: default;
    pointer-events: none;
}

.testimonials-arrow-prev {
    left: calc((100% - var(--testimonials-track-width)) / 2 - var(--testimonials-arrow-gap) - var(--testimonials-arrow-size));
}

.testimonials-arrow-prev::before {
    transform: rotate(-135deg);
}

.testimonials-arrow-next {
    right: calc((100% - var(--testimonials-track-width)) / 2 - var(--testimonials-arrow-gap) - var(--testimonials-arrow-size));
}

.testimonials-arrow-next::before {
    transform: rotate(45deg);
}

.testimonials-dots {
    display: none !important;
}

.is-hidden {
    display: none !important;
}

@media (max-width: 1199px) {
    .testimonials-shell {
        padding: 0;
        --testimonials-arrow-size: 42px;
        --testimonials-arrow-gap: 14px;
    }
    .testimonials-track {
        width: min(900px, calc(100% - 152px));
        margin: 0 auto;
    }
    .testimonials-rail {
        gap: 20px;
    }
    .testimonial-card {
        min-height: 330px;
        padding: 34px 24px 26px;
    }
    .testimonial-author {
        margin-top: 14px;
    }
}

@media (max-width: 991px) {
    .testimonials-rail {
        gap: 18px;
    }
    .testimonial-card {
        min-height: 330px;
        padding: 30px 22px 22px;
    }
    .testimonial-stars {
        font-size: 28px;
    }
    .testimonial-text,
    .testimonial-author {
        font-size: 15px;
    }
    .testimonial-app-badge {
        padding: 8px 16px;
    }
    .testimonial-app-name {
        font-size: 14px;
    }
    .testimonial-author {
        margin-top: 12px;
    }
    .testimonials-arrow {
        width: var(--testimonials-arrow-size);
        height: var(--testimonials-arrow-size);
    }
}

@media (max-width: 767px) {
    .testimonials-shell {
        padding: 0;
        --testimonials-arrow-size: 32px;
        --testimonials-arrow-gap: 10px;
    }
    .testimonials-rail {
        gap: 14px;
    }
    .testimonials-track {
        width: min(400px, calc(100% - 72px));
        margin: 0 auto;
    }
    .testimonial-card {
        min-height: 330px;
        padding: 26px 18px 18px;
    }
    .testimonials-arrow {
        top: 50%;
        transform: translateY(-50%);
        width: var(--testimonials-arrow-size);
        height: var(--testimonials-arrow-size);
    }
    .testimonial-author {
        margin-top: 10px;
        font-size: 16px;
    }
}


/*##################################################################*/
/* TEAM ############################################################*/
/*##################################################################*/

#our-team.home-section {
    padding-top: 104px;
    padding-bottom: 96px;
    position: relative;
    overflow: hidden;
}

#our-team.home-section::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(circle at 74% 36%, rgba(24, 170, 230, 0.24) 0%, rgba(24, 170, 230, 0) 47%);
}

#our-team.home-section > .container {
    position: relative;
    z-index: 1;
}

.about-layout-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 54px;
}

.about-layout-copy {
    color: #ffffff;
    max-width: 610px;
}

.about-layout-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 22px;
}

.about-layout-eyebrow-label {
    color: #9fd9f2;
    font-family: 'Assistant', sans-serif;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.24em;
    font-weight: 700;
    text-transform: uppercase;
}

.about-layout-eyebrow-line {
    width: 64px;
    height: 3px;
    border-radius: 999px;
    background: #77d2ff;
}

.about-layout-lead {
    margin: 0;
    color: #ffffff;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: 0;
    font-weight: 400;
    text-transform: none;
}

.about-layout-divider {
    display: block;
    width: 56px;
    height: 3px;
    border-radius: 999px;
    margin-top: 20px;
    margin-bottom: 24px;
    background: #77d2ff;
}

.about-layout-body {
    margin: 0 0 18px 0;
    color: rgba(255, 255, 255, 0.96);
    font-family: 'Assistant', sans-serif;
    font-size: 18px;
    line-height: 1.55;
}

.about-layout-body:last-child {
    margin-bottom: 0;
}

.about-layout-portrait-wrap {
    text-align: center;
}

.about-layout-portrait {
    margin: 0;
}

.about-layout-image-ring {
    width: 360px;
    max-width: 100%;
    aspect-ratio: 1 / 1;
    margin: 0 auto;
    padding: 10px;
    border-radius: 50%;
    border: 2px solid rgba(142, 225, 255, 0.58);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.20);
}

.about-layout-image {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
    object-fit: cover;
    object-position: center 50%;
}

.about-layout-caption {
    margin-top: 16px;
}

.about-layout-caption-divider {
    display: block;
    width: 56px;
    height: 3px;
    border-radius: 999px;
    margin: 0 auto 14px;
    background: rgba(144, 225, 255, 0.85);
}

.about-layout-caption h3 {
    margin: 0;
    color: #ffffff;
    font-family: 'Assistant', sans-serif;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0.28em;
    font-weight: 400;
    text-transform: uppercase;
}

.about-layout-caption p {
    margin: 10px 0 0;
    color: rgba(187, 232, 248, 0.98);
    font-family: 'Assistant', sans-serif;
    font-size: 13px;
    line-height: 1.35;
    letter-spacing: 0.22em;
    font-weight: 400;
    text-transform: uppercase;
}

@media (max-width: 1199px) {
    .about-layout-eyebrow-label {
        font-size: 18px;
        letter-spacing: 0.22em;
    }
    .about-layout-eyebrow-line {
        width: 58px;
    }
    .about-layout-lead {
        font-size: 28px;
    }
    .about-layout-body {
        font-size: 17px;
    }
    .about-layout-image-ring {
        width: 330px;
    }
    .about-layout-caption h3 {
        font-size: 17px;
        letter-spacing: 0.24em;
    }
    .about-layout-caption p {
        font-size: 12px;
        letter-spacing: 0.20em;
    }
}

@media (max-width: 991px) {
    #our-team.home-section {
        padding-top: 86px;
        padding-bottom: 82px;
    }
    .about-layout-copy {
        max-width: none;
    }
    .about-layout-eyebrow {
        margin-bottom: 18px;
    }
    .about-layout-eyebrow-label {
        font-size: 16px;
        letter-spacing: 0.2em;
    }
    .about-layout-eyebrow-line {
        width: 52px;
    }
    .about-layout-lead {
        font-size: 26px;
    }
    .about-layout-body {
        font-size: 16px;
        line-height: 1.46;
    }
    .about-layout-divider {
        margin-top: 18px;
        margin-bottom: 20px;
    }
    .about-layout-image-ring {
        width: 300px;
        padding: 9px;
    }
    .about-layout-caption h3 {
        font-size: 16px;
        letter-spacing: 0.20em;
    }
    .about-layout-caption p {
        font-size: 12px;
        letter-spacing: 0.17em;
    }
}

@media (max-width: 767px) {
    #our-team.home-section {
        padding-top: 74px;
        padding-bottom: 72px;
    }
    .about-layout-row {
        row-gap: 44px;
    }
    .about-layout-eyebrow {
        gap: 12px;
        margin-bottom: 14px;
    }
    .about-layout-eyebrow-label {
        font-size: 13px;
        letter-spacing: 0.18em;
    }
    .about-layout-eyebrow-line {
        width: 42px;
        height: 2px;
    }
    .about-layout-lead {
        font-size: 24px;
        line-height: 1.2;
    }
    .about-layout-body {
        font-size: 15px;
        line-height: 1.52;
    }
    .about-layout-divider {
        width: 50px;
        margin-top: 16px;
        margin-bottom: 18px;
    }
    .about-layout-image-ring {
        width: min(78vw, 250px);
        padding: 8px;
    }
    .about-layout-caption {
        margin-top: 14px;
    }
    .about-layout-caption-divider {
        margin-bottom: 10px;
    }
    .about-layout-caption h3 {
        font-size: 14px;
        letter-spacing: 0.14em;
    }
    .about-layout-caption p {
        margin-top: 8px;
        font-size: 11px;
        letter-spacing: 0.1em;
    }
}





/*##################################################################*/
/* CONTACT #########################################################*/
/*##################################################################*/

/*
.section_contact {
    margin-top:2px;
    background-color:white;
    display:block;
    position:relative;
    z-index:120;
    text-align:center;  
} */

.section_contact p {
    margin-bottom: 30px;
}


/* Send Button */

.btn-blue {
	border: none;
	font-family: 'Assistant', sans-serif;
    font-weight:400;
	font-size: 14px;
	color: blue;
	background: none;
	cursor: pointer;
	padding: 17px 35px;
	display: inline-block;
	margin: 0px;
    width:100%;
    max-width: 300px;
	text-transform: uppercase;
	letter-spacing: 1px;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
    z-index:90;
    opacity:1;
}

.btn-blue:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
    
}
.btn-blue:before {
	font-family: 'unicons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: relative;
    margin-top:2px;
	-webkit-font-smoothing: antialiased;
}

.icon-mail:before {
	content: "\e053";
    
}

.btn-send {
    border-radius: 50px;
	border: 2px solid #0070aa;
	color: #0070aa;
	overflow: hidden;
    -webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.btn-send:active {
	background: #0070aa;
	top: 2px;
}

.btn-send span {
	display: inline-block;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s;
	-webkit-backface-visibility: hidden;
	-moz-transition: all 0.3s;
	-moz-backface-visibility: hidden;
	transition: all 0.3s;
	backface-visibility: hidden;
}

.btn-send:before {
	position: absolute;
	height: 100%;
	width: 100%;
	line-height: 2.5;
	font-size: 180%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-send:active:before {
	color: #004a70;
}

.btn-sendb:hover span {
	-webkit-transform: translateY(200%);
	-moz-transform: translateY(200%);
	-ms-transform: translateY(200%);
	transform: translateY(200%);
}

.btn-sendb:before {
	right: 0;
	top: -100%;
}

.btn-sendb:hover:before {
	top: -2px;
}


/* Contact Form */

form#contact-form {
    margin-top: 40px;
	text-align: left;
    position: relative;
}

form#contact-form .contact-form-grid {
    max-width: 980px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    column-gap: 30px;
    row-gap: 20px;
}

form#contact-form .contact-field {
    margin-bottom: 0;
}

form#contact-form .contact-field-subject,
form#contact-form .contact-field-message,
form#contact-form .contact-field-turnstile,
form#contact-form .contact-submit {
    grid-column: 1 / -1;
}

form#contact-form .contact-turnstile-wrap {
    display: flex;
    justify-content: center;
}

form#contact-form .contact-honeypot-wrap {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

form#contact-form .contact-submit {
    text-align: center;
    margin-top: 4px;
}

form#contact-form .btn-send {
    width: auto;
    min-width: 190px;
    max-width: none;
}

form#contact-form .btn-send.is-loading,
form#contact-form .btn-send:disabled {
    opacity: 0.7;
    pointer-events: none;
}

form#contact-form input[type="text"],
form#contact-form input[type="email"],
form#contact-form textarea{
    width: 100%;
    max-width: none;
    min-height: 57px;
    padding: 0 20px;
    border-style: solid;
    border-color:#d2d2d2;
    border-radius: 2px;
    box-shadow: none;
    font-family: 'Assistant', sans-serif;
    font-weight:400;
    text-align:left;
	font-size: 14px;
    line-height:25px;    
}

form#contact-form textarea {
    min-height: 220px;
    padding: 16px 20px;
    resize: vertical;
}

form#contact-form input[type="text"]:focus,
form#contact-form input[type="email"]:focus,
form#contact-form textarea:focus {
    border-color: #0070aa;
    outline: none;
    box-shadow: 0 0 0 2px rgba(0, 112, 170, 0.15);
}

@media (max-width: 767px) {
    form#contact-form .contact-form-grid {
        grid-template-columns: minmax(0, 1fr);
        column-gap: 0;
        row-gap: 15px;
    }
    form#contact-form .contact-field {
        margin-bottom: 0;
    }
    form#contact-form textarea {
        min-height: 180px;
    }
}

#alert {
    padding:20px;
    margin-bottom:20px;
    margin-top:20px;
    text-shadow:0 -1px 0 rgba(255, 255, 255, 0.5);
    background-color:#fcf8e3;
    border:1px solid #fbeed5;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}


#message {
    display: none;
}


#message.show {
    display: block;
	text-align: center;
}


#message ul.unordered {
    padding: 0;
	list-style: none;
}

#message ul.unordered li {
    padding: 0 20px 0 0;
}
#message ul.unordered li p {
    padding: 3px 0;
    margin: 0;
}

#message .alert-danger p {
    color: #B94A48;
}

.contact_info {
    margin-top: 70px;
}

.contact_details span{
    color: #d2d2d2;
    font-size:30px;    
}
.contact_details p{
    margin-top:0;
    padding-bottom: 40px;
}

.contact_details {
	text-align: center;
}

.contact_details .contact-icon-link{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:32px;
    height:32px;
    color:#7a7a7a;
    text-decoration:none;
    margin-bottom:14px;
    line-height:1;
    transition: transform 0.2s ease, color 0.2s ease;
}

.contact_details .contact-icon-link:hover,
.contact_details .contact-icon-link:focus-visible{
    color:#0070aa;
    text-decoration:none;
    transform: translateY(-2px);
}

.contact_details.contact-text-link-active .contact-icon-link{
    color:#0070aa;
    text-decoration:none;
    transform: translateY(-2px);
}

.contact_details .contact-icon-link:focus-visible{
    outline:2px solid rgba(0, 112, 170, 0.35);
    outline-offset:4px;
    border-radius:4px;
}

.contact_details .contact-icon-link [class^="icon-"],
.contact_details .contact-icon-link [class*=" icon-"]{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:32px;
    height:32px;
    line-height:1;
}

.contact_details .contact-icon-link [class^="icon-"]:before,
.contact_details .contact-icon-link [class*=" icon-"]:before{
    display:block;
    line-height:1;
}

/* Optical alignment: these two glyphs sit a bit high in this icon font. */
.contact_details .contact-icon-link .icon-youtube:before,
.contact_details .contact-icon-link .icon-mail:before{
    transform: translateY(2px);
}

@media (max-width: 767px) {
    .contact_details p{
        margin-top:0;
        padding-bottom: 26px;
    }
    .contact_details .contact-icon-link{
        margin-bottom:10px;
    }
}


/* Social Icons */

.social_icons {
    text-align:center;
    margin-top:75px;
}

.social_icons ul {
    display: inline-block;
    margin: 0px; 
    padding: 0px;
    /* For IE, the outcast */
    zoom:1;
    *display: inline;
}

.social_icons li {
    float:right;
    padding: 0 7px;
    list-style:none;        
}

.social_icons li a span{
    font-size: 15px;
    color:#0070aa;
}

.social_icons li a:hover {
    text-decoration:none;         
}

/*##################################################################*/
/* INNER #########################################################*/
/*##################################################################*/

section.inner_heading {
	padding: 35px 0 30px;
	background:#0070aa;
}

section.inner_heading h3 {
	color: #fff;
}

section.inner_heading h3.inner-title {
	text-align: right;
	font-size: 24px;
}



/* blog & post */

article, article.post {
	margin-bottom: 60px;
	border-bottom: 1px dotted #eee;
	padding-bottom: 40px;
}

.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
	margin: 0 auto;
	width: 100%;
}

.entry-thumbnail img {
	display: block;
	margin: 0 auto 10px;
}

.entry-header {
	margin-bottom: 30px;
}

.entry-title {
	font-weight: normal;
	margin: 0 0 10px;
}

h3.entry-title a {
	color: #222;
}

h3.entry-title a:hover {
	color: #01a7f4;
}

.entry-thumbnail img,.entry-content img,p img {
	max-width: 100%;
	height: auto;
}

.entry-content img.size-large {
	max-width: 100%;
	height: auto;
}

.comment-content img,
.entry-content img,
.entry-summary img,
#site-header img,
.widget img,
.wp-caption {
	max-width: 100%;
}

.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
#site-header img {
	height: auto;
}

img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
	height: auto;
	max-width: 100%;
}

.entry-meta {
	clear: both;
	font-size: 14px;
}

.entry-meta .meta_left {
	float: right;
}


.entry-meta .meta_left span {
	margin-left: 20px;
}


.entry-meta .meta_right {
	float: left;
}


.entry-meta > span {
	margin-left: 20px;
}

.entry-meta > span:last-child {
	margin-left: 0;
}

.featured-post:before {
	content: "\f308";
	margin-left: 2px;
}

.entry-meta .date a:before {
	content: "\f303";
}


.entry-meta .author a:before {
	content: "\f304";
	position: relative;
	top: -1px;
}

.categories-links a:first-child:before {
	content: "\f301";
}

.tags-links a:first-child:before {
	content: "\f302";
	position: relative;
	top: -1px;
}

.edit-link a:before {
	content: "\f411";
	position: relative;
	top: -1px;
}

.single-author .entry-meta .author,
.sticky.format-standard .entry-meta .date,
.sticky.format-audio .entry-meta .date,
.sticky.format-chat .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-gallery .entry-meta .date {
	display: none;
}

.format-video .entry-content iframe,.format-video .entry-content embed  { 
	position:relative; 
	max-width: 100%;
}


.pagination {
	margin:0;
	padding:0;
}
.pagination ul {
	list-style: none;
}

.pagination li{
	float: right;
	margin:0;
	margin-left:4px;
	padding:0;
}
.pagination li a{
	display: block;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 10px;
	background-color:#474747;
}
.pagination a {
	color:#fff;
}
.pagination-1 a:hover {
	background-color:#5a5a5a;
	color:#fff;
}
.pagination-1 a.pag-current {
	background:#5a5a5a;
	color:#fff;
}


/* comments */
.comment_wrap {
		
}

.comment_wrap .comment_list, .comment_wrap .comment_list .children {
	list-style-type: none;
	list-style-position: outside;	
	list-style: none;
}

.comment_list {
	margin-right: 0;
	padding-right: 0;
	list-style: none;
	padding-top: 15px;	
}

.comment {
	margin: 15px 0 0;	
}

.comment:first-child {
	margin-top: 0;	
}

.comment .children {
	margin: 15px 25px 0 0;
	padding: 0 35px 0 0;
	list-style: none;
}

.comment:first {
	margin-top: 0;	
}

.single_comment {
	display: block;
	position: relative;
	padding: 25px ;
	border: 1px dotted #eee;
}

.single_comment .avatar {
	display: inline-block;
	margin-left: 15px;
	overflow: hidden;
	float: right;	
}

.single_comment .avatar img {
	width: 80px;
	height: 80px;
	display: block;	
}

.single_comment .comment_meta {
	display: inline-block;
	position: relative;
}

.single_comment .comment_meta .author {
	font-size: 16px;
	display: block;
	margin-top: 10px;
	font-weight: bold;	
}

.single_comment .comment_meta .author a {
	color: #666;	
}

.single_comment .comment_meta .author a:hover {
	color: #f15a23;	
}

.single_comment .comment_meta .date {
	line-height: 17px;	
}

.single_comment .comment_meta .date a.reply, .single_comment .comment_meta .date a.comment-reply-link {
	color: #01a7f4;
}

.single_comment .comment_meta .date a.reply:hover,.single_comment .comment_meta .date a.comment-reply-link:hover  {
	color: #444;

}

.single_comment .comment_wrap {
	display: block;
	width: 100%;
	padding-top: 15px;
	overflow: hidden;	
}

.single_comment .comment_wrap p:last-child {
	padding-bottom: 0;	
}

.cancel-comment-reply {
	margin-bottom: 20px;
}

#respond {
	margin-top: 40px;
}

#respond h3 {
	margin-bottom: 20px;
}

form.reply_form input["text"]{
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}


/* comment-form */

#comments form {
	border: none;
}

#comments form label {
    font-family: 'Assistant', sans-serif;
    font-weight:400;
    text-align:right;
	font-size: 16px;
	line-height: 1.6em;
	text-transform: uppercase;
}

#comments form input[type="text"],
#comments form input[type="email"]{
    width: 100%;
    max-width: 400px;
    height: 57px;
    margin-bottom: 20px;
    padding: 0 20px;
    border-style: solid;
    border-color:#d2d2d2;
    border-radius: 2px;
    box-shadow: none;
    font-family: 'Assistant', sans-serif;
    font-weight:400;
    text-align:right;
	font-size: 14px;
    line-height:25px;    
}
#comments form textarea {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px 20px;
    border-style: solid;
    border-color:#d2d2d2;
    border-radius: 2px;
    box-shadow: none;
    font-family: 'Assistant', sans-serif;
    font-weight:400;
    text-align:right;
	font-size: 14px;
    line-height:25px;    
}


/* --- Sidebar --- */

.primary-sidebar {
	margin-top:25px;
	clear: both;
	position: relative;
	z-index: 2;
}

.sidebar_widget  {
	margin-bottom: 40px;
}

.sidebar_widget img  {
	max-width: 100%;
	height: auto;
}

.sidebar_widget header h4 {
	margin-bottom: 10px;
}

.sidebar_widget ul {
	list-style: none;
	margin-right: 0;
	padding-right: 0;
}

form#search-form input{
    width: 100%;
    max-width: 400px;
    height: 57px;
    margin-bottom: 20px;
    padding: 0 20px;
    border-style: solid;
    border-color:#d2d2d2;
    border-radius: 2px;
    box-shadow: none;
    font-family: 'Assistant', sans-serif;
    font-weight:400;
    text-align:right;
   color: #767676;
}

/* std */
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

.sidebar_widget address {
	margin-bottom: 18px;
}

.sidebar_widget abbr[title] {
	border-color: rgba(255, 255, 255, 0.7);
}

.sidebar_widget mark,
.sidebar_widget ins {
	color: #000;
}

.sidebar_widget pre,
.sidebar_widget fieldset {
	border-color: rgba(255, 255, 255, 0.2);
}

.sidebar_widget code,
.sidebar_widget kbd,
.sidebar_widget tt,
.sidebar_widget var,
.sidebar_widget samp,
.sidebar_widget pre {
	font-size: 12px;
	line-height: 1.5;
}

.sidebar_widget blockquote {
	color: rgba(255, 255, 255, 0.7);
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 18px;
}

.sidebar_widget blockquote cite {
	color: #fff;
	font-size: 14px;
	line-height: 1.2857142857;
}

.sidebar_widget dl,
.sidebar_widget dd {
	margin-bottom: 18px;
}

.sidebar_widget ul,
.sidebar_widget ol {
	list-style: none;
	margin: 0;
}

.sidebar_widget li > ol,
.sidebar_widget li > ul {
	margin-right: 10px;
}

.sidebar_widget table,
.sidebar_widget th,
.sidebar_widget td {
	border-color: rgba(255, 255, 255, 0.2);
}

.sidebar_widget table {
	margin-bottom: 18px;
}

.sidebar_widget del {
	color: rgba(255, 255, 255, 0.4);
}

.sidebar_widget hr {
	background-color: rgba(255, 255, 255, 0.2);
}

.sidebar_widget p {
	margin-bottom: 18px;
}

.sidebar_widget input,
.sidebar_widget textarea {
	background-color: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.2);
	color: #fff;
	font-size: 16px;
	padding: 1px 4px 2px 2px;
}

.sidebar_widget input:focus,
.sidebar_widget textarea:focus {
	border-color: rgba(255, 255, 255, 0.3);
}

.sidebar_widget button,
.sidebar_widget input[type="button"],
.sidebar_widget input[type="reset"],
.sidebar_widget input[type="submit"] {
	background-color: #24890d;
	border: 0;
	font-size: 12px;
	padding: 5px 15px 4px;
}

.sidebar_widget input[type="button"]:hover,
.sidebar_widget input[type="button"]:focus,
.sidebar_widget input[type="reset"]:hover,
.sidebar_widget input[type="reset"]:focus,
.sidebar_widget input[type="submit"]:hover,
.sidebar_widget input[type="submit"]:focus {
	background-color: #41a62a;
}

.sidebar_widget input[type="button"]:active,
.sidebar_widget input[type="reset"]:active,
.sidebar_widget input[type="submit"]:active {
	background-color: #55d737;
}

.sidebar_widget .wp-caption {
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 18px;
}


/* Calendar Widget*/

.sidebar_widget_calendar table {
	line-height: 2;
	margin: 0;
}

.sidebar_widget_calendar caption {
	color: #fff;
	font-weight: 700;
	line-height: 1.7142857142;
	margin-bottom: 18px;
	text-align: right;
	text-transform: uppercase;
}

.sidebar_widget_calendar thead th {
	background-color: rgba(255, 255, 255, 0.1);
}

.sidebar_widget_calendar tbody td,
.sidebar_widget_calendar thead th {
	text-align: center;
}

.sidebar_widget_calendar tbody a {
	display: block;
}


.sidebar_widget_calendar #prev {
	padding-right: 5px;
}

.sidebar_widget_calendar #next {
	padding-left: 5px;
	text-align: left;
}

/* RSS Widget */

.rsswidget img {
	margin-top: -4px;
}

.rssSummary {
	margin: 9px 0;
}

.rss-date {
	display: block;
}

.widget_rss li {
	margin-bottom: 18px;
}

.widget_rss li:last-child {
	margin-bottom: 0;
}

/*##################################################################*/
/* FOOTER #########################################################*/
/*##################################################################*/

#footer {
    background-color:#3e3e3e;
    padding-top:38px;
    padding-bottom:38px;
}
#footer p {
    color:#d6d6d6;
    margin:0px;
    padding:0px;
	text-align: center;
}

#our-team {
    background-repeat: repeat-y;
}

#services {
    background-repeat: repeat-y;
}
