body {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
}

a {
    text-decoration: none;
}

.mt_50 {margin-top: 50px;}
.h_100 {height: 100px;}
.h_150 {height: 150px;}


/* Main Navigation */
.main-nav {
    background: #0d6efd;
    padding-top: 5px;
    padding-bottom: 5px;
}
.main-nav .navbar-brand {
    font-weight: 700;
}
.main-nav .navbar-light .navbar-nav .nav-link {
    padding-left: 15px;
    padding-right: 15px;
    color: #fff;
}
.main-nav img {
    max-width: 100%;
    height: 40px;
}
.main-nav .nav-item-button {
    background: #0d6efd;
    margin-left: 15px;
    border-radius: 3px;
    padding-left: 20px;
    padding-right: 20px;
}
.main-nav .nav-item-button a {
    color: #fff!important;
}
@media only screen and (max-width: 991px) {
    .main-nav .navbar-light .navbar-toggler {
        background: #fff;
    }
    .main-nav .navbar-light .navbar-nav {
        padding-top: 20px;
    }
    .main-nav .navbar-light .navbar-nav .nav-item {
        border-top: 1px solid #fff;
    }
    .main-nav .navbar-light .navbar-nav .nav-item a {
        padding-left: 0;
        padding-right: 0;
    }
}



/* Home Page Content */
.home-page-content {
    padding-top: 70px;
    padding-bottom: 70px;
}
.home-page-content .left {
    border: 1px solid #cbcbcb;
    padding: 20px;
}
.home-page-content .left .photo img {
    width: 100%;
}
.home-page-content .middle .hello {
    margin-bottom: 20px;
    padding: 5px 15px;
}
.home-page-content .middle h1 {
    font-size: 24px;
}
.home-page-content .middle h2 {
    font-size: 15px;
    margin-bottom: 20px;
    color: #727272;
}
.home-page-content .middle p {
    font-size: 14px;
}
.home-page-content .right table tr td {
    font-size: 14px;
    vertical-align: middle;
}
.home-page-content .right table tr td .heading {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 5px;
    background: #484848;
    color: #fff;
    position: relative;
}
.home-page-content .right table tr td .heading:before {
    font-family: "Font Awesome 5 Free";
    content: '\f0da';
    position: absolute;
    top: 0;
    right: -40px;
    font-weight: normal;
}
.home-page-content .right table tr td .social ul {
    margin: 0;
    padding: 0;
}
.home-page-content .right table tr td .social ul li {
    list-style-type: none;
    float: left;
    margin-right: 5px;
}
.home-page-content .right table tr td .social ul li a {
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    display: block;
    background: #0d6efd;
    color: #fff;
    border-radius: 4px;
}
@media only screen and (max-width: 767px) {
    .home-page-content .middle {
        padding-bottom: 25px;
    }
    .home-page-content .left {
        margin-bottom: 20px;
    }
}





/* Page Banner */
.page-banner {
    background: #e7f1ff;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}
.page-banner h1 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 0px;
}

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


/* Resume */
.resume .item-container {
    margin-bottom: 50px;
}

.resume .item-container h2 {
    background: #fd6464;
    color: #fff;
    display: inline-block;
    padding: 10px 30px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 4px;
    margin-bottom: 20px;
}
.resume .item-container .item {
    border-left: 2px solid #0d6efd;
    padding-left: 20px;
    position: relative;
    padding-bottom: 10px;
}
.resume .item-container .item:before {
    content: "";
    position: absolute;
    left: -10px;
    top: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #0d6efd;
}
.resume .item-container .item .title {
    font-size: 20px;
    font-weight: 700;
    color: #0d6efd;
}
.resume .item-container .item .company {
    font-size: 16px;
    font-weight: 700;
    color: #949494;
    margin-bottom: 20px;
}
.resume .item-container .item .time {
    background: #e7f1ff;
    color: #0d6efd;
    padding: 3px 8px;
    border-radius: 4px;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
}
.resume .item-container .item .des {
    font-size: 14px;
}
.resume .item-container .progress-item {
    margin-bottom: 15px;
}
.resume .item-container .progress-item .text {
    font-size: 14px;
    margin-bottom: 2px;
}
.resume .item-container .resume-download {
    margin-top: 30px;
}



/* Service */
.service .item {
    margin-bottom: 50px;
    background: #fff;
}
.service .item .photo img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}
.service .item .photo-single img {
    width: 100%;
    height: auto;
}
.service .item .text {
    text-align: left;
    margin-top: 15px;
}
.service .item .text h3 {
    color: #333;
    font-size: 22px;
    font-weight: 700;
}
.service .item .text h3 a {
    color: #333;
}
.service .item .text p {
    color: #333;
}

@media only screen and (max-width: 1199px) {
    .service .item .photo img {
        height: 200px;
    }
}
@media only screen and (max-width: 991px) {
    .service .item .photo img {
        height: 220px;
    }
}
@media only screen and (max-width: 767px) {
    .service .item .photo img {
        height: 320px;
    }
}
@media only screen and (max-width: 575px) {
    .service .item .photo img {
        object-fit: none;
        height: auto;
    }
}





/* About */
.about h1 {
    font-size: 30px;
    font-weight: 700;
}
.about h2 {
    font-size: 26px;
    font-weight: 700;
}
.about h3 {
    font-size: 22px;
    font-weight: 700;
}
.about h4 {
    font-size: 18px;
    font-weight: 700;
}
.about h5 {
    font-size: 16px;
    font-weight: 700;
}
.about h6 {
    font-size: 14px;
    font-weight: 700;
}




/* Sidebar */
.sidebar .widget {
    background: #e7f1ff;
    padding: 20px;
    margin-bottom: 20px;
}
.sidebar .widget h2 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}
.sidebar .widget ul {
    margin: 0;
    padding: 0;
}
.sidebar .widget ul li {
    list-style-type: none;
    margin-bottom: 15px;
    position: relative;
    padding-left: 15px;
}
.sidebar .widget ul li a {
    color: #333;
    transition: all 0.4s ease!important;
}
.sidebar .widget ul li a:hover {
    color: #0d6efd;
}
.sidebar .widget ul li:before {
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    top: -3px;
    left: 0;
    color: #0d6efd;
    font-weight: 700;
    font-size: 20px;
}




/* Footer */
.footer {
    padding-bottom: 40px;
}
.footer .copyright {
    border-top: 1px solid #949494;
    margin-top: 20px;
    padding-top: 10px;
    text-align: center;
}



/* Portfolio */
ul.portfolio-menu {
	text-align: center;
	margin-bottom: 25px;
    padding-left: 0;
}
ul.portfolio-menu li {
	display: inline-block;
	margin-right: -4px;
    margin-bottom: 10px;
	padding: 6px 14px;
	cursor: pointer;
	border: 2px solid #efeded;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	font-weight: bold;
	font-size: 14px;
	background: #efeded;
	color: #0d6efd;
}
ul.portfolio-menu li:hover {
	border: 2px solid #0d6efd;
	background: #0d6efd;
	color: #fff;
}
ul.portfolio-menu li.filter.active {
	border: 2px solid #0d6efd;
	background: #0d6efd;
	color: #fff;
}
ul.portfolio-menu li {
	border-radius: 0;
}
ul.portfolio-menu li.filter:nth-of-type(1) {
	border-radius: 0;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
ul.portfolio-menu li.filter:nth-last-of-type(1) {
	border-radius: 0;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
.portfolio .mix {
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
	display: none;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
}
.portfolio .mix .content-box {
	position: relative;
}
.portfolio .mix img {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
    transition: all 0.4s ease;
}
.portfolio .mix .inner {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	text-align: center;
}
.portfolio .mix .inner .photo {
	width: 100%;
	height: 250px;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: top center;
}
.portfolio .inner .overlay {
	position: absolute;
	display: inline-block;
	vertical-align: middle;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background-color: #333;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: opacity 0.4s ease-in-out;
}
.portfolio .inner:hover .overlay {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.portfolio .inner .icons {
	position: absolute;
	top: 50%;
	left: calc(50% - 40px);
	margin-left: 0px;
	margin-top: -20px;
	display: inline-block;
	vertical-align: middle;
	width: auto;
	height: 36px;
	z-index: 200;
	transition: all 0.4s ease-in-out;
}
.portfolio .inner .icons-inner {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.portfolio .inner .icons-inner a {
	background: #0d6efd;
	color: #fff;
	width: 40px;
	height: 40px;
    line-height: 40px;
    border-radius: 50%;
    display: inline-block;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all 0.6s ease;
}
.portfolio .inner .icons-inner a:hover {
	background: #333;
}
.portfolio .inner .icons-inner a i {
	font-size: 16px;
}
.portfolio .inner:hover .icons-inner a {
	opacity: 1;
	filter: alpha(opacity=1);
}

@media only screen and (max-width: 1199px) {
    .portfolio .mix .inner .photo {
        height: 220px;
    }
}
@media only screen and (max-width: 767px) {
    .portfolio .mix .inner .photo {
        height: 350px;
    }
    ul.portfolio-menu li.filter {
        width: 100%;
        border-radius: 6px;
    }
    ul.portfolio-menu li.filter:nth-of-type(1),
    ul.portfolio-menu li.filter:nth-last-of-type(1) {
        border-radius: 6px;
    }
}


/* Portfolio Single */
.portfolio-single .slick-photos {
    margin-bottom: 30px;
}

.portfolio-single .slick-photos .photo-item {
    position: relative;
}
.portfolio-single .slick-photos .photo-item .icon {
    position: absolute;
    top: calc(50% - 12px);
    left: calc(50% - 12px);
    opacity: 0;
    transition: all 0.4s ease!important;
}
.portfolio-single .slick-photos .photo-item:hover .icon {
    opacity: 1;
    z-index: 999;
}
.portfolio-single .slick-photos .photo-item .icon a {
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    display: block;
    background: #0d6efd;
    color: #fff;
}
.portfolio-single .slick-photos .photo-item .bg-dark {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #000;
    opacity: 0;
    transition: all 0.4s ease!important;
}
.portfolio-single .slick-photos .photo-item:hover .bg-dark {
    opacity: 0.4;
}

.portfolio-single .slick-photos .photo-item .title {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    color: #fff;
    opacity: 0;
    font-weight: 500;
    transition: all 0.4s ease!important;
}
.portfolio-single .slick-photos .photo-item:hover .title {
    opacity: 1;
    z-index: 999;
}

.portfolio-single .slick-photos img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}
.portfolio-single .slick-prev {
    left: 10px;
    z-index: 999;
}
.portfolio-single .slick-next {
    right: 30px;
    z-index: 999;
}
.portfolio-single .slick-prev:before,
.portfolio-single .slick-next:before {
    color: #fff;
    font-size: 40px;
    opacity: 1;
    line-height: 30px;
}

.portfolio-single .sidebar .widget {
    background: #e7f1ff;
    padding: 20px;
    margin-bottom: 20px;
}
.portfolio-single .sidebar .widget h2 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}
.portfolio-single .sidebar .widget p {
    margin-bottom: 20px;
}
.portfolio-single .sidebar .widget ul {
    margin: 0;
    padding: 0;
    margin-top: 20px;
}
.portfolio-single .sidebar .widget ul li {
    list-style-type: none;
    margin-bottom: 15px;
    position: relative;
    padding-left: 15px;
}
.portfolio-single .sidebar .widget ul li a {
    color: #333;
    transition: all 0.4s ease!important;
}
.portfolio-single .sidebar .widget ul li a:hover {
    color: #0d6efd;
}
.portfolio-single .sidebar .widget ul li:before {
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    top: -3px;
    left: 0;
    color: #0d6efd;
    font-weight: 700;
    font-size: 20px;
}
.portfolio-single .video-container {
    margin-top: 30px;
}
.portfolio-single .video-container .video-item {
    margin-bottom: 30px;
}
.portfolio-single .video-container .video-item iframe {
    width: 100%;
    height: 400px;
}
.portfolio-single .video-container .video-item .caption {
    font-size: 15px;
}


@media only screen and (max-width: 1199px) {
    .portfolio-single .slick-photos img {
        height: 400px;
    }
}
@media only screen and (max-width: 991px) {
    .portfolio-single .slick-photos img {
        height: 300px;
    }
}
@media only screen and (max-width: 768px) {
    .portfolio-single .slick-photos img {
        height: 350px;
    }
}




/* Blog */
.blog .item {
    margin-bottom: 50px;
    background: #fff;
}
.blog .item .photo img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}
.blog .item .photo-single img {
    width: 100%;
    height: auto!important;
}
.blog .item .text {
    text-align: left;
    margin-top: 15px;
}
.blog .item .text h3 {
    color: #333;
    font-size: 22px;
    font-weight: 700;
}
.blog .item .text h3 a {
    color: #333;
}
.blog .item .text .date {
    color: #7c7c7c;
    margin-bottom: 10px;
}
.blog .item .text .category {
    color: #7c7c7c;
    margin-bottom: 10px;
}
.blog .item .text p {
    color: #333;
}
@media only screen and (max-width: 1199px) {
    .blog .item .photo img {
        height: 200px;
    }
}
@media only screen and (max-width: 991px) {
    .blog .item .photo img {
        height: 230px;
    }
}
@media only screen and (max-width: 767px) {
    .blog .item .photo img {
        height: 350px;
    }
}
@media only screen and (max-width: 575px) {
    .blog .item .photo img {
        object-fit: none;
        height: auto;
    }
}




/* Contact */
.contact form {
    margin-top: 30px;
}
.contact .map {
    overflow: hidden;
    margin-top: 50px;
}
.contact .map h2 {
    font-size: 22px;
    font-weight: 700;
}
.contact .map iframe {
    width: 100%;
    height: 400px;
}
.contact button:hover,
.contact button:focus {
    background: #000;
    border-color: #000;
}


/* Testimonial */
.testimonial-item {
    background: #e7f1ff;
    margin-bottom: 40px;
    padding: 20px;
}

.testimonial-item .icon {
    text-align: center;
    margin-bottom: 20px;
}

.testimonial-item .icon i {
    font-size: 35px;
    color: #949494;
}

.testimonial-item .top {
    margin-bottom: 20px;
    text-align: center;
}
.testimonial-item .top .left {
    display: inline-block;
    vertical-align: middle;
}
.testimonial-item .top .left img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 10px;
}
.testimonial-item .top .right {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}
.testimonial-item .top .right h2 {
    font-size: 20px;
    font-weight: 700;
}
.testimonial-item .top .right h3 {
    font-size: 14px;
    font-weight: 500;
}

/* Ajax Loader */
#loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.75) url(loading.gif) no-repeat center center;
    z-index: 10000;
}
