.navbar-collapse {
    flex-grow: inherit;
}
.owl-dots {
    text-align: center;
}
.navbar-expand-lg .navbar-brand {
    display: none;
}

.navbar-expand-lg.fixed-navbar .navbar-brand {
    display: block;
}
.nopadding {
    padding: 0;
}
.testimonial {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}
.blog-item .btn__link {
    line-height: 40px;
    background-color: #305E82;
    color: #fff;
}
.btn__link.btn__primary:active, .btn__link.btn__primary:focus, .btn__link.btn__primary:hover {
    background-color: #305E82;
    color: #fff;
}
.blog__desc.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    margin-top: 10px;
}
.slider .heading__subtitle {
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    line-height: 1;
    font-weight: 700;
    color: #F5A72A;
    display: inline-block;
    margin-bottom: 31px;
}

.slider .heading__title {
    font-size: 50px;
    line-height: 42px;
    margin-bottom: 30px;
    color:#305E82;
}
.blog__content {
    padding: 0 20px;
    padding-bottom: 20px;
}
/* .footer__logo {
    filter: brightness(0) invert(1);
} */
.footer-top h6 {
    margin-bottom: 10px;
}
.footer-flex {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.footer-quick-link {
    display: flex;
}
.footer-quick-link .post-item {
    margin-right: 15px;
    padding: 15px;
    padding-top: 7px;
}
.divider__line span {
    width: 80px;
    height: 2px;
    background-color: #F5A72A;
    content: "";
    position: absolute;
    top: 0;
    left: 44%;
    border-radius: 8px;
}
.divider__line:before {
    content: "";
    position: absolute;
    top: -2px;
    left: calc(50% - -30px);
    width: 20px;
    height: 6px;
    border-radius: 8px;
    background-color: #f5a72a;
}
.divider__line:after {
    content: "";
    position: absolute;
    top: -2px;
    right: calc(54% - -8px);
    width: 20px;
    height: 6px;
    border-radius: 8px;
    background-color: #f5a72a;
}
.social__icons a {
    color: #fff !important;
    font-weight: 800;
    font-size: 14px;
}
footer .social__icons a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    color: #fff !important;
    background-color: black;
    text-align: center;
    line-height: 26px;
    padding: 5px;
    font-size: 16px;
    font-weight: 700;
}
footer .social__icons a.facebook {
    background-color: #3b5998;
}
footer .social__icons a.instagram {
    background-color: #e95950;
}
footer .social__icons a.twitter {
    background-color: #00acee;
}
footer .social__icons a.linkedin {
    background-color: #0e76a8;
}
footer .social__icons a.youtube {
    background-color: #FF0000
    ;
}
footer hr {
    border-top: 1px solid #f5a72a38;
    width: 100%;
    height: 1px;
}
.footer-top .post-item .post__title {
    font-size: 16px;
}

/* ==============================
Contact section
============================== */

.contact-item{
    position: relative;
    padding-left: 50px;
    color: #444;
}
.contact-item a{
    color: #444;
    text-decoration: none;    
}

.contact-item a:hover{
    color: #000;
    text-decoration: none;
}

.ci-icon{
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    left: 3px;
    color: #fff;
    text-align: center;
    line-height: 28px;
}
.ci-icon:before{
    content: " ";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #305E82;
    
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    
}
.ci-icon i,
.ci-icon span{
    position: relative;
}
.ci-title{
    margin-bottom: 1px;
    color: #777;    
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.3em;
}
.ci-text{
    font-size: 15px;
    font-weight: 300;
}

/*
* Contact form
*/

.cf-left-col{
    width: 49.4%;
    float: left;
    margin-right: 1.2%;
}
.cf-right-col{
    width: 49.4%;
    float: left;
}
.contact-form .form-group{
    margin-bottom: 10px;
}
.contact-form .col-md-6 {
    padding: 0 5px !important;
}
#contact .divider__line span {
    width: 98px;
}
.fixed-navbar .header__topbar {
    display: none;
}
.footer__widget-content img {
    width: 100%;
}

.pagetitle__heading {
    text-align: left;
}

@media only screen and (max-width: 1024px) {
    .desk-logo img {
        max-width: 100%;
    }
    .big-font {
        font-size: 80px;
    }
    .become-next .inner-padding {
        padding: 45px;
    }
    .slider .slide-item{
        height:calc(73vh - 129px);
    }
    .navbar .nav__item .nav__item-link{
        line-height: 40px;
        display: block;
        padding:0 9px;
    }
}
@media only screen and (max-width: 920px) {
    .tablet-none {
        display: none;
    }
    .become-next .inner-padding {
        padding: 45px;
        text-align: center;
    }
    .become-next .text-md-left {
        text-align: center !important;
    }
    .footer-quick-link .post-item {
        margin-right: 8px;
    }
    #contact .divider__line span {
        width: 85px;
    }
    .navbar .nav__item .nav__item-link {
        padding-left: 0 15px;
    }
    .main-wrapper {
        position: relative;
    }
    .main-bg-overlay {
        position: relative;
    }
    .main-bg-overlay::before {
        content: '';
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100vw;
        height: calc(100vh - 140px);
        z-index: 99;
        background-color: rgba(0, 0, 0, 0.57);
        overflow-x: hidden;
        overflow-y: scroll;
    }
    .fixed-navbar .main-bg-overlay::before {
        height: calc(100vh - 100px);
    }
    .navbar .menu-opened.navbar-collapse {
        z-index: 999;
    }
    
    
}
@media only screen and (max-width: 768px) {
    .md-none {
        display: none;
    }
    .desk-logo img {
        max-width: 85%;
    }

}

@media only screen and (max-width: 576px) {
    .footer-quick-link {
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .divider__line:before {
        left: calc(50% - -35px);
    }
    .divider__line:after {
        right: calc(54% - -17px);
    }
    .divider__line span {
        left: 40%;
    }
    #contact .contact-item {
        align-items: center;
        text-align: center;
        padding-left: 0;
    }
    .ci-icon {
        position: relative;
        top: auto;
        left: auto;
        margin: auto;
        text-align: center;
        margin-bottom: 20px;
    }
    .become-next .big-font {
        font-size: 40px;
        line-height: 45px;
    }
    .become-next h4 {
        font-size: 24px;
    }
    .header .navbar,
    .header .navbar>.container,
    .header .navbar>.container-fluid,
    .header-transparent .navbar,
    .header-transparent .navbar>.container,
    .header-transparent .navbar>.container-fluid {
      height: 60px;
    }
    .desk-logo img {
        max-width: 100%;
    }
    .main-bg-overlay::before {
        height: calc(100vh - 60px);
    }
    .fixed-navbar .main-bg-overlay::before {
        height: calc(100vh - 60px);
    }
    .navbar .menu-opened.navbar-collapse {
        z-index: 999;
    }
    .services .fancybox__content {
        padding: 0 15px;
    }
    .slider .slide-item .slide__content {
        text-align: center;
    }
    .footer-bottom {
        text-align: center;
    }
    .footer__widget-content img {
        width: 80%;
    }
    .footer__widget-content {
        text-align: center;
    }
}

/* 
#welcome .heading__desc {
    color: #000;
} */
.skills-3 .inner-padding {
    padding-top: 50px;
    padding-bottom: 30px;
}
.offer {
    padding: 85px 0;
    position: relative;
}
.overlay-1 {
    position: relative;
}
.offer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    z-index: 0;
}
.offer p {
    color: #fff;
    line-height: 30px;
}
.about-info .about-side-banner img {
    width: 100%;
    height: auto;
}

.sticky-image {
    top: 90px;
    position: sticky;
    height: 625px;
}
.sticky-image {
    background-image: url('../images/files/about-side.jpg');
    background-position: center;
    background-size: cover;
}
.breadcrumb-section {
    display: flex;
    justify-content: space-between;
}
.profile-card {
    border: 1px solid #F8E5C8;
    padding: 30px 20px;
}

.profile-card .fancybox__desc {
    text-align: justify;
}
.profile-card .fancybox__icon img {
    width: 90px;
    height: 90px;
}
.icon-list li {
    line-height: 40px;
    font-size: 18px;
    padding-left: 28px;
}
.icon-list.layout6 li:before {
    content: '';
    background-image: url('../images/small-fav.png');
    width: 22px;
    height: 22px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 6px;
}
.we-provide p {
    font-size: 18px;
    padding-bottom: 15px;
}

.we-provide .icon-list {
    columns: 3;
}
.btn__link {
    line-height: 40px;
    background-color: #305E82;
    color: #fff;
}
.btn__link.btn__primary {
    color: #fff;
}
.book-btn {
    position: absolute;
    left: auto;
    right: 22px;
    top: -70px;
}
.single-desc {
    position: relative;
}
.service-single .side-bar {
    position: sticky;
    top: 90px;
}
#blogSingleCentered .blog__desc p {
    text-align: justify;
}
.blog-share .social__icons a.facebook {
    background-color: #3b5998;
}
.blog-share .social__icons a.instagram {
    background-color: #e95950;
}
.blog-share .social__icons a.twitter {
    background-color: #00acee;
}
.blog-share .social__icons a.linkedin {
    background-color: #0e76a8;
}
#blogSingleCentered .blog__img::before {
    display: none;
}
#blogSingleCentered .blog__title.single__title {
    color: #305E82;
    margin-bottom: 15px;
    margin-top: 10px;
}
#blogSingleCentered .blog__share-title {
    font-size: 20px;
    color: #305E82;
}
.terms .terms-content .terms-title {
    font-size: 22px;
    font-weight: 600;
    color: #305E82;
    margin-bottom: 10px;
}
.terms .terms-content {
    margin-bottom: 30px;
}
.services-page .fancybox__content p {
    margin-bottom: 15px;
}
@media only screen and (max-width: 1024px) {
    .sticky-image {
        height: 425px;
    }
}
@media only screen and (max-width: 992px) {
    .profile-card {
        margin-bottom: 25px;
    }
}

@media only screen and (max-width: 768px) {
    .we-provide .icon-list {
        columns: 2;
    }
    .side-bar .icon-list {
        columns: 2;
    }
    .wrapper {
        overflow: hidden;
    }
}
@media only screen and (max-width: 576px) {
    .breadcrumb-section {
        flex-direction: column;
    }
    .we-provide .icon-list {
        columns: 1;
    }
    .side-bar .icon-list {
        columns: 1;
    }
    .blog-share {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    #blogSingleCentered .blog__share-title {
        margin-bottom: 15px;
    }
}



/*Form CSS*/

.form-cv {
    position: relative;
    padding: 75px 0;
    margin-top: 75px;
    color: #000;
}

.img-insert {
    position: absolute;
    border: 2px solid;
    width: 165px;
    height: 175px;
    right: 0;
    top: 0;
    padding: 5px;
    text-align: center;
}

.hidden-image {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.label-img {
    padding: 35px 5px;
    color: #000;
}

.form-title {
    font-size: 38px;
    font-weight: 900;
    margin-bottom: 30px;
}

.form-small-title {
    font-size: 24px;
    color: #305E82;
    margin-bottom: 0;
    font-weight: 800;
    border-bottom: 2px solid #305E82;
    margin-bottom: 25px;
}

.form-group input {
    margin-bottom: 13px;
}

.add-more-btn {
    margin-top: -10px;
}

.add-more-btn input {
    transform: scale(0.85);
    transform-origin: left;
}

.note {
    padding-bottom: 20px;
}

.note strong {
    color: #000;
}

.form-inner-group {
    margin-bottom: 15px;
    position: relative;
}

.add-more-btn.absolute-btn {
    position: absolute;
    top: 0;
    right: 0;
}

.form-input-group select.form-control {
    border-color: #e6e6e6;
}

.main-submit-btn {
    transform: scale(1.1);
}

@media only screen and (max-width: 700px) {
    .img-insert {
        position: relative;
        margin-bottom: 25px;
    }
    
    .form-cv {
        padding-top: 10px;
        margin-top: 45px;
    }
    
}




