/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

/* Main Page */
/* ----- Tab ----- */
.block-tab-2 ul.tab-nav:not(.tab-nav-lg) {
    border-bottom: none;
}

.block-tab-2 ul.tab-nav:not(.tab-nav-lg) li {
    float: left;
    border: 0;
    height: auto;
    text-align: center;
}

.block-tab-2.tabs.tabs-alt ul.tab-nav li.ui-tabs-active a {
    border: 0;
}

.block-tab-2 ul.tab-nav:not(.tab-nav-lg) li a {
    height: auto;
    line-height: 1;
    background-color: transparent;
    font-size: 15px;
    font-weight: 400;
    padding: 0 0 20px 0;
}

.block-tab-2 ul.tab-nav:not(.tab-nav-lg) li a i {
    display: block;
    font-size: 42px;
    margin: 0 0 17px 0;
}

.block-tab-2 ul.tab-nav:not(.tab-nav-lg) li.ui-tabs-active a {
    top: 0;
}

.block-tab-2 ul.tab-nav:not(.tab-nav-lg) li.ui-tabs-active i {
   /* color: var(--danger, #dc3545); */
}

.block-tab-2 ul.tab-nav:not(.tab-nav-lg) li.ui-tabs-active a::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
    border-radius: 50%;
   /* background: var(--danger, #dc3545); */
}


/*HEADER*/

#header.transparent-header:not(.sticky-header) #header-wrap {
    background: white;
    border-bottom: 0.5px solid lightgray;
}

/*Intro Section ABOUT US Page*/



.intro-text-detailed p {
    font-weight: 200;
}

/*Footer Stylings*/

.footer-wrapper {
    background-color: #555555;
}
.footer-logo {
    width: 180px;
    height: auto;
    margin-bottom: 0 !important;
}

.info-text-footer a {
    margin-left: 5px;
    font-family: "Lato", Sans-serif;
}
.h-text-danger:hover, a.h-text-danger:hover {
    color: #2ED4A8 !important;
}
.browse-btn {
    color: #ffffff !important;
    background-color: #2ED4A8;
    border-color: #2ED4A8;
}

/*BG Colour Contact Page icons*/
.icon-pinboard,
.icon-mail,
.icon-phone,
.icon-linkedin {
    background-color: transparent !important;
    padding-right: 0;
}

.fbox-sm .fbox-content {
    padding-top: 1px;
}
.fbox-sm .fbox-content.linkedin {
    padding-top: 3px;
}

.fbox-sm .fbox-content {
    padding-left: 0;
}

.contact-us-col-1 {
    padding-left: 0px !important;
}

h2,h3,h4 {
    font-weight: 200 !important;
}

p {
    line-height: 30px;
    font-size: 20px;
}

/*MAIN PAGE*/

#main-page_img {
    background-size: cover;
    background-repeat: no-repeat;
}

.contact {
    background-color: #f5f5f5;
}

.contact h1 {
    font-weight: 200;
    font-size: 55px;
}

.contact-form-main-page label {
    color: #555555 !important;
}

.contact-form-main-page button {
    background-color: #555555 !important;
}

/*About us*/
.about-us-img {
    background-size: cover;
    background-repeat: no-repeat;
}

.about-us h3 {
    font-weight: 200 !important;
}

/*Technologies*/

.technologies i {
    font-size: 40px;
}

.intro-section p,
.technologies p {
    font-weight: 200;
}

.info-box {
    position: relative;
    border: 1px solid lightgray;
    padding: 20px;
    margin: 20px;
}

.coding-img {
    background-size: contain;
    background-repeat: no-repeat;
}

/*Portfolio*/

.portfolio h3,
.projects h3 {
    font-weight: 200 !important;
}

.container-width {
    margin-left: 8.3333% !important;
}
