.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: none;
    background-color: none;
    border-color: none;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.section-padding {
    padding-top: 40px;
    padding-bottom: 40px;
}


/*--------Slider/header Section---------*/

.slider-header {
    background: linear-gradient(to bottom left, #009bff, #0d0e56);
    padding-top: 50px;
    position: relative;
}

.slider-header-content {
    margin-top: 50px;
}

.slider-header:after {
    content: "";
    width: 60%;
    padding-top: 50%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.slider-header-content h3 {
    color: #ffffff;
    line-height: 1.4;
    font-size: 39px;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 11px;
}

.slider-header-content p {
    color: #ffffff;
    font-size: 17px;
}

.btn-view-demos {
    background-color: #065db5;
    border: 2px solid transparent;
    border-radius: 56px;
    color: #ffffff;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    margin-top: 10px;
    padding: 10px 35px;
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    position: absolute;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.btn-view-demos:hover {
    background-color: #183781;
    border: 2px solid #ffffff;
    border-radius: 4px;
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: none;
}

.slider-header:before {
    content: "";
    background-image: url(../img/top-bg.png);
    background-size: 100% 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 60%;
}

.carousel-item img {
    height: 350px !important;
    width: 100% !important;
}

.carousel-item video {
    height: 350px !important;
    width: 100% !important;
}


/*--------Portfolio Section---------*/

.title-heading h3 {
    text-align: center;
    font-size: 35px;
    font-weight: 600;
}

.title-heading span {
    color: #065db5;
}

.title-heading hr {
    border: 2px solid #065db5;
    width: 5%;
}

.project-thumb {
    border: 2px solid #ebebeb;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.35);
    transition: 0.3s;
    height: 250px;
    cursor: pointer;
    width: 100%;
}

.accordion>.card .card-header {
    margin-bottom: 0px;
}

.accordion>.card:first-of-type {
    border-bottom: 1px solid rgba(0, 0, 0, .125) !important;
}

.portfolio h3 {
    text-align: center;
    padding-top: 15px;
    font-size: 20px;
    font-weight: 600;
    color: #212529;
}

#image-gallery .modal-footer {
    display: block;
}

.filter-button {
    background-color: #065db5;
    border-radius: 0px;
    font-size: 16px;
    padding: 7px 15px;
    border: none;
    font-weight: 500;
    text-transform: uppercase;
}

.filter-button:hover {
    background-color: #0c155e;
    color: #ffffff;
}

.fil-btn-group {
    margin-top: 20px !important;
}

.thumb {
    margin-top: 15px;
    margin-bottom: 15px;
}

.thumb img:hover {
    transform: translateY(-10px) !important;
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.49);
    cursor: pointer;
}

.thumb h3 {
    text-align: center;
    font-size: 17px;
    text-transform: uppercase;
    padding-top: 14px;
}

.jumbotron {
    background-color: transparent;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px !important;
}

.lightbox {
    margin-top: 20px;
}

.btn-view-more {
    background-color: #00d9c8;
    border: 2px solid transparent;
    border-radius: 56px;
    color: #ffffff;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    margin-top: 10px;
    padding: 10px 35px;
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.btn-view-more:hover {
    background-color: #3d3ed0;
    border: 2px solid #ffffff;
    border-radius: 4px;
}

.btn-active {
    background-color: #0c155e;
}

.btn:focus,
.btn:active,
button:focus,
button:active {
    outline: none !important;
    box-shadow: none !important;
}

#image-gallery .modal-footer {
    display: block;
}

.thumb {
    margin-top: 15px;
    margin-bottom: 15px;
}


/*--------Technologie Section---------*/

.technologie {
    background-color: #f3f3f3;
    margin-top: 50px;
    padding-bottom: 60px;
}

.technologie-list {
    padding: 13px 0px 8px 0px;
    box-shadow: 3px 3px 7px 0px #949494;
    text-align: center;
    transition: 0.3s;
    background-color: #065db5;
}

.technologie-list:hover {
    cursor: pointer;
    /* background-color: #00d9c8; */
}

.technologie-list:hover h3 {
    color: #ffffff;
}

.technologie-list h3 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 20px;
}

.rotate {
    -webkit-transform: rotate(90deg);
    /* Chrome, Safari, Opera */
    -moz-transform: rotate(90deg);
    /* Firefox */
    -ms-transform: rotate(90deg);
    /* IE 9 */
    transform: rotate(90deg);
    /* Standard syntax */
}


/*--------Project title Main Header Section---------*/

.title-header .media-body h5 {
    color: #065db5;
    font-weight: 500;
    font-size: 24px;
    text-transform: uppercase;
}

.title-header .media-body p {
    color: #6d6d6d;
    margin-top: -4px;
}

.carousel-indicators li {
    display: none;
}

.project-details .media-body h5 {
    color: #065db5;
    text-transform: uppercase;
    font-weight: 500;
}

.project-sub-details-title {
    background-color: rgba(204, 204, 204, 0.18);
}


/*--------project description Section---------*/

.project-description p i {
    color: #2e2fc3;
}

.project-description p {
    color: #6d6d6d;
    font-size: 15px;
    line-height: 1.6;
}

.project-description-section {
    margin-top: 40px;
}

.project-description-title .media-body h5 {
    color: #065db5;
    text-transform: uppercase;
    font-weight: 500;
}

.project-description h5 {
    color: #065db5;
    background-color: transparent;
    text-decoration: none !important;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
}

.project-description h5 i {
    margin-right: 5px;
}


/*--------Start footer Section---------*/

.footer {
    padding: 15px 0px 7px 0px;
    background-color: #065db5;
}

.copyright p {
    color: #ffffff;
    padding-top: 10px;
}

.social-icons {
    text-align: right;
    font-size: 18px;
}

.social-icons a {
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 50%;
    display: inline-block;
    height: 40px;
    margin: 0px 5px;
    text-align: center;
    line-height: 37px;
    width: 40px;
}

.social-icons a:hover {
    background-color: #003163;
}


/*--------project image and video Section---------*/

.nav-tabs {
    border: none;
}

.nav-tabs .nav-link {
    border: none;
    font-size: 21px;
    font-weight: 600;
    color: #065db5;
}

.nav-tabs .nav-link.active {
    color: #000000;
    border-bottom: 3px solid #065db5;
    border-radius: 0px;
}

.panel-group {
    margin-top: 25px;
}


/*--------project details tab Section---------*/

.accordion {
    margin-top: 30px;
}

#accordion-style-1 h1,
#accordion-style-1 a {
    color: #007b5e;
}

#accordion-style-1 .btn-link {
    font-weight: 400;
    color: #065db5;
    background-color: transparent;
    text-decoration: none !important;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 25px;
}

#accordion-style-1 .card-body {
    border-top: 2px solid #065db5;
    color: #6d6d6d;
}

#accordion-style-1 .card-header .btn.collapsed .fa.main {
    display: none;
}

#accordion-style-1 .card-header .btn .fa.main {
    background: #065db5;
    padding: 13px 11px;
    color: #ffffff;
    width: 35px;
    height: 41px;
    position: absolute;
    left: -1px;
    top: 10px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    display: block;
}

a:hover,
a:focus {
    outline: none;
    text-decoration: none;
}

.tab {
    text-align: center;
}

.tab .nav-tabs {
    display: inline-block;
    position: relative;
    border-bottom: none;
}

.tab .nav-tabs li {
    margin: 0;
}

.tab .nav-tabs li a {
    display: block;
    padding: 80px 20px 10px;
    background: #fff;
    font-size: 17px;
    font-weight: 700;
    color: #999;
    text-transform: uppercase;
    text-align: center;
    border-radius: 0;
    border: none;
    border-bottom: 2px solid #fff;
    margin-right: 0;
    overflow: hidden;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease 0s;
}

.tab .nav-tabs li a span {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #f2f2f2;
    margin: auto;
    font-size: 22px;
    color: #999;
    border-radius: 5px;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    transform: rotate(45deg);
}

.tab .nav-tabs li.active a span {
    background: #29335c;
    color: #fff;
}

.tab .nav-tabs li a span i {
    transform: rotate(-45deg);
}

.tab .nav-tabs li.active a,
.tab .nav-tabs li a:hover {
    color: #999;
    border: none;
    border-bottom: 2px solid #fff;
}

.tab .nav-tabs li.active a {
    border-bottom: 2px solid #29335c;
}

.tab .tab-content {
    padding: 20px;
    margin-top: -5px;
    font-size: 15px;
    color: #757575;
    line-height: 26px;
    text-align: left;
    border-top: 1px solid #e5e5e5;
}

.tab .tab-content h3 {
    font-size: 24px;
    margin-top: 0;
}


/*--------page scroll Section---------*/

.page-scroll a {
    font-size: 18px;
    color: #fff;
    background: #065db5;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 39px;
    display: inline-block;
}

.page-scroll {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.load-more {
    background-color: #065db5;
    border: 2px solid transparent;
    border-radius: 56px;
    color: #ffffff;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    margin-top: 10px;
    padding: 10px 35px;
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    position: absolute;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.load-more:hover {
    background-color: #0c155e;
    border: 2px solid #ffffff;
    border-radius: 4px;
    color: #ffffff;
    text-decoration: none;
}

#images {
    color: transparent !important;
}

#video {
    color: transparent !important;
}