/* https://colorhunt.co/palette/0f28541c4d8d4988c4bde8f5 */
body {
    font-family: 'Montserrat', sans-serif;
}

/* Common Style */
.w-0 {width: 0%;}
.mt_40 {margin-top: 40px;}

/* Header Section */
.dropdown:hover .dropdown-menu {
    display: block;
}

.logo span {
    font-weight: bold;
    color: #1C4D8D;
}

.logo img {
    height: 80px;
}

nav .nav-item a {
    font-weight: 600;
    font-size: 14px;
    margin-left: 15px;
}

nav .nav-item .nav-link.active {
    color: #4988C4;
}

nav .nav-item .nav-link:hover {
    color: #4988C4;
}

/* Home Banner Section */
.home-banner {
    background: #4988C4;
}

.home-banner .left {
    color: #fff;
}

.home-banner .left h4 {
    font-weight: 400;
    font-size: 16px;
}

.home-banner .left h2 {
    font-weight: 700;
    font-size: 34px;
    text-transform: uppercase;
}

.home-banner .left h3 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
}

.home-banner .button a {
    background: #fff;
    color: #4988C4;
    border-radius: 0;
    border: 0;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 30px;
}

.home-banner .button a:hover {
    background: #3b3b3b;
    color: #fff;
}

.home-banner .left p {
    font-size: 16px;
}

.home-banner .right {
    text-align: right;
}

.home-banner .right img {
    max-width: 100%;
}

@media only screen and (max-width: 767px) {
    .home-banner .left {
        margin-top: 40px;
        margin-bottom: 30px;
    }

    .home-banner .right {
        text-align: center;
    }
}

/* Home Page - About Section */
.home-about {
    background: #f2f2f2;
    padding-top: 70px;
    padding-bottom: 70px;
}

.home-about .left img {
    width: 100%;
    height: auto;
    border: 2px solid #d8d8d8;
}

.home-about .right h3 {
    font-size: 16px;
    color:#4988C4;
}

.home-about .right h2 {
    font-weight: 700;
    font-size: 34px;
}

.home-about .right p {
    font-size: 14px;
}

.home-about .contact-info table tr td {
    font-size: 14px;
}

.home-about .contact-info i {
    color: #4988C4;
}

.home-about .contact-info table tr td:nth-child(1) {
    width: 50px;
}

.home-about .social {
    margin-top: 20px;
}

.home-about .social h3{
    color: #0F2854;
    font-weight: 600;
}

.home-about .social ul {
    padding-left: 0;
}

.home-about .social ul li {
    list-style-type: none;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #4988C4;
}

.home-about .social ul li a {
    color: #fff;
    display: block;
}

.home-about .button a {
    background: #4988C4;
    color: #fff;
    border-radius: 0;
    border: 0;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 30px;
    margin-top: 25px;
}

.home-about .button a:hover {
    background: #3b3b3b;
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .home-about .right {
        padding-top: 30px;
    }
}

/* Home Page - Skill Section */
.home-skill {
    padding-top: 70px;
    padding-bottom: 70px;
}

.home-skill .heading h2 {
    color:#4988C4;
    font-size: 16px;
    text-align: center;
}

.home-skill .heading h3 {
    font-weight: 700;
    font-size: 34px;
    text-align: center;
    margin-bottom: 30px;
}

.home-skill .progress-text {
    font-size: 14px;
    font-weight: 600;
}

.home-skill .progress {
    margin-bottom: 20px;
}

.home-skill .progress-bar {
    background-color: #4988C4;
}

/* Home Page - Qualification Section */
.home-qualification {
    background: #f2f2f2;
    padding-top: 70px;
    padding-bottom: 70px;
}

.home-qualification .heading h2 {
    color:#4988C4;
    font-size: 16px;
    text-align: center;
}

.home-qualification .heading h3 {
    font-weight: 700;
    font-size: 34px;
    text-align: center;
    margin-bottom: 40px;
}

.home-qualification h2.title {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 700;
    color: #4988C4;
}

.home-qualification .item {
    margin-bottom: 30px;
    position: relative;
    padding-left: 30px;
}

.home-qualification .item:before {
    content: '\f192';
    font-family: 'Font Awesome 7 Free';
    font-weight: normal;
    font-size: 20px;
    position: absolute;
    top: -3px;
    left: 0;
    z-index: 100;
    background: #f2f2f2;
    color: #4988C4;
}

.home-qualification .item .v-line {
    content: '';
    position: absolute;
    top: 0;
    left: 9px;
    width: 2px;
    height: 100%;
    background-color: #4988C4;
    z-index: 1;
}

.home-qualification .item h3 {
    font-size: 18px;
    font-weight: 700;
}

.home-qualification .item h4 {
    font-size: 14px;
    font-weight: 500;
}

.home-qualification .item .time {
    font-size: 14px;
    font-weight: 500;
    color: #808080;
}

/* Home Page - Service Section */
.service {
    background: #fff;
    padding-top: 70px;
    padding-bottom: 70px;
}

.service .heading h2 {
    color:#4988C4;
    font-size: 16px;
    text-align: center;
}

.service .heading h3 {
    font-weight: 700;
    font-size: 34px;
    text-align: center;
    margin-bottom: 40px;
}

.service .item {
    background: #eee;
    padding: 25px;
    margin-bottom: 25px;
}

.service .item .icon {
    text-align: center;
    margin-bottom: 15px;
}

.service .item .icon i {
    font-size: 40px;
    color: #4988C4;
}

.service .item h3 {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.service .item p {
    text-align: center;
    font-size: 14px;
}

.service .item p a {
    color: #4988C4;
    text-decoration: none;
}

.service .item .button {
    text-align: center;
}

.service .item .button button {
    background: #4988C4;
    border: 0;
    font-size: 14px;
}

.service .item .button button:hover{
    background: #000;
}

.modal-footer a button {
    background: #4988C4;
    border: 0;
    font-size: 14px;
}

.modal-footer a button:hover {
    background: #000;
}

/* Footer Section */
.footer{
    background: #212121;
    padding-top: 50px;
    padding-bottom: 40px;
}

.footer .logo img {
    height: 50px;
}

.footer .description {
    font-size: 14px;
    padding-left: 200px;
    padding-right: 200px;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}

.footer .description a {
    color: #4988C4;
    text-decoration: none;
}

.footer .social ul {
    width: 100%;
    text-align: center;
    padding-left: 0;
}

.footer .social ul li {
    display: inline-block;
    list-style-type: none;
    background: #4988C4;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    margin-left: 2px;
    margin-right: 2px;
}

.footer .social ul li a {
    display: block;
    color: #fff;
}

.footer .social ul li:hover {
    background: #fff;
}

.footer .social ul li:hover a {
    color: #4988C4;
    transition: ease .5s;
}

.footer .copyright {
    margin-top: 50px;
    color: #fff;
    text-align: center;
    font-size: 14px;
}

@media only screen and (max-width: 991px) {
    .footer .description {
        padding-left: 0;
        padding-right: 0;
    }
}

/* Preloader Section */
#preloader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999;
}

#preloader_inner {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 200px;
    height: 200px;
    margin: -100px 0 0 -100px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/preloader.gif);
}

/* Scroll To Up Section */
.scrollup {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    display: none;
}

.scrollup i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #4988C4;
    color: #fff;
    opacity: 0.5;
}

.scrollup i:hover {
    opacity: 1;
}

/* Banner Section */
.page-banner {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/page-banner.jpg);
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}

.page-banner:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
}

.page-banner h1 {
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    z-index: 2;
}

/* Page Content Section */
.page-content {
    padding-top: 50px;
    padding-bottom: 70px;
}

.page-content .about-photo img {
    width: 300px;
    height: auto;
}

.page-content .about-content {
    padding-left: 200px;
    padding-right: 200px;
}

.page-content .about-content h2 {
    font-size: 20px;
    font-weight: 700;
}

.page-content .about-content p {
    font-size: 14px;
}

@media only screen and (max-width: 991px) {
    .page-content .about-content {
        padding-left: 0;
        padding-right: 0;
    }
}

/* Service Detail Page */
/* .service-detail .photo {
    margin-bottom: 15px;
}

.service-detail .photo img {
    width: 100%;
    height: auto;
}

.service-detail .text p {
    font-size: 14px;
}

@media only screen and (max-width: 767px) {
    .service-detail .text {
        margin-bottom: 50px;
    }
} */

/* Sidebar Section */
.sidebar .widget {
    margin-bottom: 30px;
}

.sidebar .widget h2 {
    font-size: 20px;
    font-weight: 700;
    color: #1C4D8D;
    margin-bottom: 20px;
    position: relative;
    padding-left: 20px;
}

.sidebar .widget h2:before {
    content: '\f185';
    font-family: 'Font Awesome 7 Free';
    position: absolute;
    left: -5px;
    top: 1px;
    font-weight: 600;
}

.sidebar .widget ul {
    padding-left: 0;
}

.sidebar .widget ul li {
    list-style-type: none;
    border-bottom: 1px solid #c4c4c4;
    padding-bottom: 5px;
    margin-bottom: 5px;
    position: relative;
    padding-left: 15px;
}

.sidebar .widget ul li:before {
    content: '\f105';
    font-family: 'Font Awesome 7 Free';
    position: absolute;
    left: 0;
    top: 1px;
    font-weight: 600;
    transition: ease .2s;
}

.sidebar .widget ul li a {
    font-size: 14px;
    text-decoration: none;
    color: #1C4D8D;
    transition: ease .2s;
}

.sidebar .widget ul li a:hover {
    color: #4988C4;
}

.sidebar .widget ul li:hover:before {
    color: #4988C4;
}

.sidebar .widget .project-detail .item {
    border-bottom: 1px solid #dadada;
    padding-bottom: 6px;
    margin-bottom: 6px;
}

.sidebar .widget .project-detail .item .name {
    color: #4988C4;
    font-weight: 600;
    font-size: 14px;
}

.sidebar .widget .project-detail .item .value {
    color: #474747;
    font-size: 14px;
}

.sidebar .widget .search input,
.sidebar .widget .search button {
    font-size: 14px;
}

.sidebar .widget .search button {
    background: #4988C4;
    border-color: #4988C4;
}

/* Portfolio Detail Page */
/* .portfolio-detail .photo {
    margin-bottom: 15px;
}

.portfolio-detail .photo img {
    width: 100%;
    height: auto;
}

.portfolio-detail .photo-carousel {
    z-index: 2 !important;
    position: relative;
}

.portfolio-detail .photo-carousel .item {
    text-align: center;
}

.portfolio-detail .photo-carousel .item .photo {
    margin-bottom: 30px;
}

.portfolio-detail .photo-carousel .item .photo img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.portfolio-detail .photo-carousel .owl-nav {
    margin-top: 0;
    position: absolute;
    top: calc(50% - 25px);
    left: 0;
    width: 100%;
}

.portfolio-detail .photo-carousel .owl-nav button.owl-next, 
.portfolio-detail .photo-carousel .owl-nav button.owl-prev {
    font-size: 24px;
    width: 35px;
    height: 35px;
    background: #4988C4;
    color: #fff;
}

.portfolio-detail .photo-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 0;
    left: 0;
}

.portfolio-detail .photo-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 0;
    right: 0;
}

.portfolio-detail .photo-carousel .owl-nav .disabled {
    background: #c9c9c9!important;
    opacity: 1!important;
}

.portfolio-detail .text p {
    font-size: 14px;
}

.portfolio-detail .video {
    margin-top: 20px;
    margin-bottom: 20px;
}

.portfolio-detail .video h3 {
    font-size: 18px;
    font-weight: 700;
}

.portfolio-detail .video iframe {
    width: 100%;
    height: 350px;
}

@media only screen and (max-width: 1199px) {
    .portfolio-detail .photo-carousel .item .photo img {
        height: 400px;
    }
}

@media only screen and (max-width: 991px) {
    .portfolio-detail .photo-carousel .item .photo img {
        height: 300px;
    }

    .portfolio-detail .video iframe {
        height: 250px;
    }
}

@media only screen and (max-width: 767px) {
   .portfolio-detail .video iframe {
        height: 280px;
    }
} */

/* Blog Detail Page */
/* .blog-detail .photo {
    margin-bottom: 15px;
}

.blog-detail .photo img {
    width: 100%;
    height: auto;
}

.blog-detail .sub {
    margin-bottom: 20px;
    font-size: 14px;
}

.blog-detail .sub .author,
.blog-detail .sub .date,
.blog-detail .sub .category {
    color: #8b8b8b;
}

.blog-detail .sub .author span,
.blog-detail .sub .date span {
color: #8b8b8b;
}

.blog-detail .sub .dash {
    margin-left: 10px;
    margin-right: 10px;
}

.blog-detail .sub .category a {
    color: #4988C4;
}

.blog-detail .text p {
    font-size: 14px;
} */

/* Comment Section */
/* .comment {
    margin-top: 40px;
}

.comment h2 {
    font-size: 18px;
    font-weight: 700;
    color: #1C4D8D;
    margin-bottom: 20px;
}

.comment .comment-section {
    margin-bottom: 20px;
}

.comment .comment-box {
    background: #e3e3e3;
    padding: 15px;
}

.comment .comment-box .left img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    bottom: 1px solid #b6b6b6;
    margin-right: 10px;
}

.comment .comment-box .right .name {
    font-size: 14px;
    font-weight: 600;
}

.comment .comment-box .right .date {
    font-size: 12px;
    color: #515151;
    margin-bottom: 15px;
}

.comment .comment-box .right .text {
    font-size: 13px;
}

.comment .comment-box .right .reply {
    margin-top: 10px;
}

.comment .comment-box .right .reply a {
    color: #4988C4;
    font-size: 14px;
}

.comment .reply-box {
    padding-left: 100px;
}

.comment input {
    font-size: 14px;
}

.comment input,
.comment textarea,
.comment button {
    font-size: 14px;
}

.comment textarea {
    height: 200px;
}

.comment button {
    background: #4988C4;
    border: 1px solid #4988C4;
}

.comment button:hover {
    background: #000 !important;
}

@media only screen and (max-width: 767px) {
    .comment button {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 450px) {
    .comment .reply-box {
        padding-left: 40px;
    }
} */

/* Contact Page */
.contact .item {
    border: 1px solid #d8d8d8;
    background: #f3f3f3;
    padding: 25px;
    text-align: center;
}

.contact .item .icon {
    font-size: 35px;
    color: #4988c4;
    margin-bottom: 1px;
}

.contact .item h2 {
    font-size: 20px;
    font-weight: 700;
}

.contact .item .text {
    font-size: 14px;
}

.contact .form-map {
    margin-top: 50px;
}

.contact .form-map h2 {
    font-size: 20px;
    font-weight: 700;
}

.contact .form-map input,
.contact .form-map textarea,
.contact .form-map button {
    font-size: 14px;
}

.contact .form-map textarea {
    height: 200px;
}

.contact .form-map button {
    background: #4988c4;
    border: 0;
}

.contact .form-map iframe {
    width: 100%;
    height: 350px;
}

@media only screen and (max-width: 991px) {
    .contact .form-map button {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .contact .item {
        margin-bottom: 25px;
    }
}