/*

Exroz - Constuction HTML Template
Author : aStylers
Author URL : https://themeforest.net/user/astylers

*/

/*

Table of Content:
- fonts
- general
- button
- navbar
- header title
- about us
- home intro
- section title
- services
- our works
- pricing
- features
- latest blog
- blog
- blog single
- pagination
- contact
- footer
- responsive

*/

/* fonts */
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800,900");

/* general */
body {
    background: #fff;
    color: #343434;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #111;
}

a {
    color: #111;
}

a:hover {
    color: #f7a30a;
    text-decoration: none;
    transition: .5s ease-out;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style-type: none;
}

p {
    line-height: 26px;
}

.bg-grey {
    background: #f5f3fd;
}

/* button */
.button {
    background: #f7a30a;
    padding: 12px 30px;
    font-weight: 500;
    font-size: 15px;
    border-radius: 5px;
    color: #fff;
    letter-spacing: 1px;
    margin-top: 22px;
    display: inline-block;
    border: 0;
}

.button:hover {
    color: #fff;
}

.hb-fill-right:before {
    background: #021d38 !important;
    color: #fff !important;
}

/* navbar */

.navbar {
  	display: flex;
  	justify-content: space-between;
  	align-items: center;
  	flex-wrap: wrap;
    padding: 0 15px;
    transition: .5s ease-out;
    background-color: #fff;
}

.navbar.navbar-fixed {
	box-shadow: 2px 4px 8px rgba(51, 51, 51, .25);
}

.navbar-collapse {
	justify-content: flex-end;
}

.navbar-nav {
	flex-wrap: wrap;
}

.navbar span.call {
    font-size: 17px;
    margin-left: 12px;
    margin-top: 5px;
    color: #fff;
}

.navbar .navbar-brand{
	padding: 15px 25px 15px 0;
}

.navbar .navbar-brand {
  	display: block;
  	max-width: 100%;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
  	line-height: inherit;
  	overflow: hidden;
  	white-space: nowrap;	
  	text-overflow: ellipsis;
  	margin: 0;
}

.navbar .navbar-brand img {
	width: 280px;
  	max-width: 100%;
}

.navbar .navbar-nav li {
    padding: 0 15px;
}

.navbar .navbar-nav li a {
    color: #4c4c4c;
    font-weight: 500;
    font-size: 15px;
}

@media screen and (max-width: 768px) {
	.navbar .navbar-nav li a {
        color: #fff;
    }
}

.navbar .navbar-nav li a:last-child {
    padding-right: 0 !important;
}

.navbar .navbar-nav li:last-child {
    padding-right: 30px;
}

.navbar .navbar-toggler i {
    color: #4c4c4c;
}

.navbar-fixed span.call {
    color: #4c4c4c;
}

.navbar-fixed .navbar-brand {
    color: #4c4c4c;
}

.navbar-fixed .navbar-nav li a {
    color: #4c4c4c;
}

.navbar-fixed .navbar-toggler i {
    color: #4c4c4c;
}

.navbar-transparent {
    background: transparent !important;
}

.navbar-toggler {
	position: absolute;
  	top: 15px;
  	right: 10px;
  	padding: 5px 10px;
}

/* haader title */

.header-title {
    background: linear-gradient(rgba(2, 29, 56, 0.84), rgba(2, 29, 56, 0.98));
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-attachment: scroll, scroll;
    background-size: auto, auto;
    background-position: center;
    background-size: cover;
    padding: 160px 0 70px;
    text-align: center;
}

.header-title h1,
.header-title h3 {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
}

@media screen and (max-width: 768px) {
	.header-title h1,
    .header-title h3 {
        font-size: 30px;
    }
}

/*----------------- Breadcrumbs ---------------*/

.breadcrumbs-wrap {
    padding: 10px 15px;
    margin-bottom: 40px;
}

.breadcrumbs-list {
    list-style: none;
  	color: #fff;
    display: flex;
  	justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 0;
    margin: 0 0;
}

.breadcrumbs-list li {
  	position: relative;
    padding: 0 10px;
  	margin-right: 15px;
}

.breadcrumbs-list li:first-child {
	padding-left: 0;
}

.breadcrumbs-list li:not(:last-child)::after {
	content: "/";
  	position: absolute;
  	top: 0;
  	right: -10px;
}

.breadcrumbs-list li a {
	color: #f7a30a;
}

/*----------------- Breadcrumbs end -----------*/

/* about us */
.about {
    position: relative;
}

.about .content {
    padding: 0 20px 20px;
}

.about .content-image {
    padding: 0 20px 20px;
}

.about .row {
    background: #fff;
    position: relative;
    top: 120px;
    border-radius: 0 0 5px 5px;
    margin-top: -20px;
}

.about .bg-style {
    width: 100%;
    height: 244px;
    background: #f7a30a;
}

.about ul li {
    margin-bottom: 10px;
}

.about ul li i {
    margin-right: 15px;
}

.about ul li:last-child {
    margin-bottom: 0;
}

.about h2 {
    font-weight: 600;
}

.about h2 span {
    color: #f7a30a;
}

.about h6 {
    color: #333;
    margin-bottom: 28px;
    margin-top: 10px;
}

/* home intro */
.home-intro {
    background: linear-gradient(rgba(3, 6, 28, 0.7), rgba(3, 6, 28, 0.9)), url("../images/bg-intro.jpg");
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-attachment: scroll, scroll;
    background-size: auto, auto;
    background-position: center;
    background-size: cover;
    padding: 210px 0 120px !important;
}

.home-intro .content {
    text-align: center;
}

.home-intro .content .button-intro {
    border: 2px solid #f7a30a;
    background: transparent;
    padding: 10px 30px;
}

.home-intro .content .button-intro:hover {
    border-color: #fff;
}

.home-intro .content .button {
    margin-right: 20px;
    margin-left: 20px;
}

.home-intro .button:hover {
    color: #333;
}

.home-intro .hb-fill-right:before {
    background: #fff !important;
    color: #333 !important;
}

.home-intro h5 {
    color: #f7a30a;
    font-size: 26px;
    margin-bottom: 32px;
    font-weight: 600;
}

.home-intro h2 {
    color: #fff;
    font-size: 62px;
    font-weight: 700;
    margin: 25px 0;
    line-height: 54px;
    letter-spacing: 1px;
}

.home-intro h6 {
    color: #fff;
    line-height: 35px;
    font-size: 17px;
    margin-bottom: 15px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.home-intro img {
    height: auto;
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
}

/* section */
.section {
    padding: 100px 0 120px;
}

.title-section {
    text-align: center;
    margin-bottom: 50px;
}

.title-section h3 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
}

.title-section h3 span {
    color: #f7a30a;
}

.title-section-left {
    margin-bottom: 0;
}

.title-section-left h3 {
    font-size: 40px;
    font-weight: 600;
}

.title-section-left h3 span {
    color: #f7a30a;
}

.title-section p {
    width: 60%;
    margin: auto;
    line-height: 30px;
    font-size: 15px;
}

.title-section-two {
    text-align: left;
}

.title-section-two p {
    width: 100%;
}

/* services */
.services {
    padding: 100px 0 90px;
}

.services .content {
    background: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 12px 30px -15px rgba(0, 0, 0, 0.2);
}

.services .content i {
    font-size: 54px;
    color: #f7a30a;
}

.services .content h5 {
    margin: 25px 0 14px;
}

.services .content-center {
    background: #f7a30a;
    color: #fff;
}

.services .content-center i {
    color: #fff;
}

.services .content-center h5 {
    color: #fff;
}

/* our work */
.our-work {
    background: #111;
    padding-top: 100px;
    color: #eee;
}

.our-work h3 {
    color: #fff;
}

.our-work .content img {
    width: 100%;
    height: 300px;
    position: relative;
}

.our-work .content .caption {
    position: absolute;
    background-color: rgba(255, 169, 11, 0.9);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: all .3s ease;
    padding-top: 140px;
    text-align: center;
    width: 80%;
    height: 100%;
    margin: auto;
}

.our-work .content .caption h6 {
    color: #fff;
}

.our-work .content .caption p {
    color: #fff;
}

.our-work .content .caption p:hover {
    color: #fff;
}

.our-work .content a:hover .caption {
    opacity: 1;
    width: 100%;
    transition: all .3s ease;
}

/* pricing */
.pricing .content {
    border-radius: 6px;
    padding: 30px;
    box-shadow: 0 12px 30px -15px rgba(0, 0, 0, 0.2);
    text-align: center;
    background: #fff;
}

.pricing .content h3 {
    font-size: 38px;
    font-weight: 600;
    margin: 10px 0 22px;
    color: #f7a30a !important;
}

.pricing .content li {
    margin: 15px 0;
}

.pricing .content li i {
    margin-right: 20px;
}

.pricing .content-color {
    border: 2px solid #f7a30a;
    padding: 0 !important;
}

.pricing .content-color .head {
    background: #f7a30a;
    padding: 30px;
    border-radius: 0 0 50px 50px;
    padding-bottom: 1px;
}

.pricing .content-color .head h5 {
    color: #fff;
}

.pricing .content-color .head h3 {
    color: #fff !important;
}

.pricing .content-color .button {
    margin-bottom: 30px;
}

/* features */
.features .content {
    background: #fff;
    border-radius: 6px;
    padding-bottom: 40px;
    position: relative;
}

.features .content i {
    font-size: 30px;
    color: #f7a30a;
    margin-top: 16px;
}

.features .content h5 {
    margin: 0 0 9px;
}

.features .content .icon {
    float: left;
    margin-right: 30px;
    text-align: center;
    width: 65px;
    height: 65px;
    background: #021d38;
    border-radius: 5px;
    line-height: 65px;
}

.features .content .content-text {
    overflow: hidden;
}

/* latest blog */
.latest-blog {
    padding-top: 120px;
}

.latest-blog .content {
    border-radius: 6px;
    box-shadow: 0 12px 30px -15px rgba(0, 0, 0, 0.2);
    background: #fff;
}

.latest-blog .content img {
    border-radius: 3px 3px 0 0;
}

.latest-blog .content-text {
    padding: 30px;
}

.latest-blog .content-text span {
    font-size: 15px;
    color: #777;
    margin-bottom: 15px;
    display: block;
}

.latest-blog .content-text h5 {
    line-height: 30px;
}

.latest-blog .content-text a:hover {
    color: #f7a30a;
    transition: .5s ease-out;
}

/* blog */

.top-content {
	padding: 20px 0;
}

.top-content h1 {
	font-size: 36px;
}

@media screen and (max-width: 768px) {
	.top-content h1 {
        font-size: 30px;
    }
}

.blog .content {
    border-radius: 6px;
    margin-bottom: 30px;
    box-shadow: 0 12px 30px -15px rgba(0, 0, 0, 0.2);
    background: #fff;
}

.blog .content-image {
	position: relative
}

.content-image .meta-date {
  	display: inline-block;
	font-weight: 500;
  	font-size: 12px;
  	color: #111;
  	border-radius: 3px;
  	background-color: #f7a30a;
  	position: absolute;
  	top: 5px;
  	left: 5px;
  	padding: 5px 10px;
}

.blog .content-image img {
    border-radius: 3px 3px 0 0;
}

.blog .content-text {
    padding: 0 25px 30px 25px;
}

.meta-element {
	display: flex;
  	justify-content: space-between;	
  	align-items: center;
    flex-wrap: wrap;
  	border-bottom: 1px solid rgba(0, 0, 0, .07);
  	padding: 10px 0;
  	column-gap: 10px;
  	margin-bottom: 10px;
}

.meta-element .meta-author {
	color: #f7a30a;
}

.meta-comments {
	display: flex;
  	align-items: center;
}

.meta-comments svg {
  	width: 16px;
  	height: 16px;
	fill: #111;
  	margin-right: 5px;
}

@media screen and (min-width: 768px) {
	.blog .content-text h5 {
        min-height: 57px;
    }
}

.blog .content-text h5 {
	margin: 0 0 10px 0;
}

.blog .content-text h5 a {
  	font-size: 20px;
  	color: #111;
  	line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog .content-text p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.blog .content-text span {
    font-size: 15px;
    color: #777;
    display: block;
}

.blog .content-text h5 {
    line-height: 30px;
}

.blog .content-text a:hover {
    color: #f7a30a;
    transition: .5s ease-out;
}

/*------------------------ blog-articles -----------------------*/

.blog-articles {
	border-top: 1px solid #ddd;
  	padding-top: 30px;
  	margin-top: 30px;
    margin-bottom: 30px;
}

.blog-articles h2 {
  	font-weight: 500;
	font-size: 28px;
  	color: #111;
  	margin-bottom: 10px;
}

.blog-articles h3 {
  	font-weight: 500;
	font-size: 24px;
  	color: #111;
  	margin-bottom: 10px;
}

.blog-articles p {
	margin: 0 0 10px 0;
}

/*------------------------ blog-articles -----------------------*/

/* pagination */

.pagination {
    text-align: center;
    margin: 0 auto;
    display: inherit;
}

.pagination ul li {
    display: inline-block;
    margin: 10px 5px;
}

.pagination ul li a {
    height: 50px;
    min-width: 50px;
    line-height: 48px;
    text-align: center;
    border: 2px solid #ddd;
    display: block;
    font-size: 18px;
    border-radius: 6px;
  	padding: 0 10px;
}

.pagination ul li .active {
    background: #f7a30a;
    color: #fff;
    border-color: #f7a30a;
}

/* blog single */

.blog-single {
	overflow-x: hidden;
}

.blog-single .content h5 {
    font-size: 24px;
    line-height: 34px;
}

.blog-single .content li {
    display: inline-block;
    margin-right: 20px;
}

.blog-single .content li i {
    margin-right: 10px;
}

.blog-single .content img {
    margin-top: 30px;
    margin-bottom: 25px;
}

.blog-single .content .quote {
    background: #eee;
    padding: 20px;
    margin-bottom: 20px;
    margin-top: 22px;
}

.blog-single .comments {
    padding-top: 30px;
    margin-top: 35px;
}

.blog-single .comments h5 {
    margin-bottom: 25px;
}

.blog-single .button {
    margin-top: 0;
}

.blog-single .search {
    margin-bottom: 16px;
}

.blog-single .search input {
    width: calc(100% - 65px);
    height: 52px;
}

.blog-single .search .button {
    float: right;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 22px;
    height: 52px;
    line-height: 26px;
    width: 52px;
}

.blog-single .sidebar-link h5 {
    border-bottom: 2px solid #ddd;
    padding-bottom: 14px;
    margin-bottom: 22px;
}

.blog-single .sidebar-link li {
    margin-bottom: 16px;
}

.blog-single .sidebar-link li a {
    font-size: 15px;
  	display: flex;
  	align-items: center;
}

.blog-single .sidebar-link li a span {
	margin-left: auto;
}

.blog-single .categories {
    margin-top: 40px;
}

.single-blog-text p a{
	color: #f7a30a;
}

/*------------------------ blog-post-styles ------------------------*/

.single-post-text img {
	margin: 15px 0 10px 0;
}

.single-post-text h2 {
    font-size: 28px;
	margin-top: 15px;
    margin-bottom: 10px;
}

.single-post-text h3 {
    font-size: 24px;
	margin-top: 15px;
    margin-bottom: 10px;
}

.single-post-text p {
	margin: 0 0 10px 0;
}

.single-post-text a{
	color: #f7a30a;
}

.single-post-text ol {
	padding-left: 15px;
}

.single-post-text ol li {
	padding: 5px 0;
}

.single-post-text ul {
	list-style: none;
  	padding-left: 15px;
}

.single-post-text ul li {
	padding: 5px 0;
}

.single-post-text ul li,
.single-post-text ul li a {
	color: #000;
}

.single-post-text blockquote {
  	font-style: italic;
	padding: 10px 20px;
    margin: 10px 0 20px 0;
    font-size: 17.5px;
    border-left: 5px solid #ddd;
}

.single-post-text table {
	width: 100%;
  	border: 1px solid #ddd;
  	background-color: #fff;
  	border-collapse: collapse;
  	margin: 15px 0;
}

.single-post-text table,
.single-post-text td,
.single-post-text th {
	border: 1px solid #ddd;
    border-collapse: collapse;
  	padding: 10px 15px;
}

.single-post-text td,
.single-post-text th {
	border: 1px solid #ddd;
    border-collapse: collapse;
  	padding: 10px 15px;
}

/*---------------------- blog-post-styles end ----------------------*/

/*--------------Related Posts------------*/

.related-posts {
	padding: 40px 0 20px 0;
}

.related-posts-title {
	display: block;
  	font-weight: 500;
  	font-size: 20px;
  	color: #111;
  	margin: 0 0 10px 0;
}

.entry__img-holder img {
	max-width: 100%;
}

.related-posts .entry__body {
	margin-bottom: 20px;
}

.related-posts .entry__body-date {
	display: inline-block;
  	font-size: 14px;
    color: #777;
    line-height: 2;
}

.related-posts .entry__title {
    display: block;
    font-weight: 500;
  	font-size: 18px;
	margin: 0 0 10px 0;
}

.related-posts .entry__title a {
	color: #181818;
  	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  	transition: all .3s ease;
}

.related-posts .entry__title a:hover {
  	text-decoration: none;
	color: #f7a30a;
}

.related-posts .read-more {
	color: #f7a30a;
}

/*--------------Related Posts------------*/

/* contact */

.contact form input,
.contact form textarea {
    border: 2px solid #ddd;
    padding: 15px 20px;
    border-radius: 6px;
    margin-bottom: 30px;
    width: 100%;
    color: #aaa;
}

.contact .button {
    margin-top: 0;
}

.contact li {
    margin-bottom: 25px;
    font-size: 20px;
}

.contact li i {
    margin-right: 28px;
    color: #f7a30a;
}

.contact .map {
    position: relative;
    top: -5px;
}

.contact .map i {
    float: left;
    margin-right: 34px;
    margin-top: 10px;
}

.contact .map p {
    overflow: hidden;
    line-height: 42px;
}

::placeholder {
    color: #aaa;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #aaa;
}

::-ms-input-placeholder {
    color: #aaa;
}

form input,
form textarea {
    border: 2px solid #ddd;
    padding: 15px 20px;
    border-radius: 6px;
    margin-bottom: 30px;
    width: 100%;
    color: #aaa;
}

/*---------------------------- Coments block ------------------------- */

.comments-block-wrap {
    border-top: 1px solid #ddd;
    padding: 30px 0;
    margin-top: 30px;
}
  
.comments-title {
    font-size: 20px;
    font-weight: 500;
    color: #111;
    line-height: 1.2;
    margin-top: 0;
    padding-bottom: 7px;
    margin-bottom: 25px;
}
   
.comment-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
  
.comment-list__item {
    border-bottom: 1px solid #ececec;
    padding-bottom: 15px;
    margin-bottom: 25px;
}
  
.comment-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
  
.comment-info__author {
    display: flex;
    align-items: center;
}
  
@media screen and (max-width: 1200px) {
    .comment-info__author {
        margin-bottom: 15px;
    }
}
  
.comment-author-image {
    min-width: 80px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
}
  
.comment-author-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
  
.comment-author-name {
    font-size: 16px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 10px;
}
  
.comment-date {
    font-weight: 500;
    color: #999999;
    font-size: 14px;
}
  
.comment-stat {
    display: block;
    color: #777;
}

.comment-content {
	color: #2b2e3f;
}
  
/*------------------------- Coments block  ------------------------ */

/* footer bottom */
.footer-bottom {
    background: #021d38;
    text-align: center;
    color: #eee;
    padding: 20px 0 8px;
}

/* footer */
footer {
    background: linear-gradient(rgba(2, 29, 56, 0.98), rgba(2, 29, 56, 0.98));
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-attachment: scroll, scroll;
    background-size: auto, auto;
    background-position: center;
    background-size: cover;
    padding: 80px 0 80px;
    color: #bbb;
    font-size: 15px;
    border-bottom: 1px solid #253d55;
}

footer h5 {
    color: #fff;
    margin-bottom: 25px;
}

footer ul li {
    margin-bottom: 15px;
}

footer ul li a {
    color: #bbb;
}

footer ul li a:hover {
    color: #f7a30a;
    transition: .5s ease-out;
}

footer ul li i {
    margin-right: 25px;
}

footer ul .map {
    line-height: 30px;
}

footer ul .map i {
    float: left;
    margin-right: 34px;
    margin-top: 5px;
}

footer ul .map p {
    overflow: hidden;
}

footer ul li:last-child {
    margin-bottom: 0;
}

/*responsive*/
@media (max-width:980px) {
    .navbar .navbar-nav li {
        padding: 0 5px;
    }

    .home-intro h2 {
        line-height: 80px;
    }

    .our-work .content img {
        height: 240px;
    }

    .our-work .content .caption {
        padding-top: 90px;
    }

    .features .content:last-child {
        margin-bottom: 30px;
    }

    .services .content {
        padding: 20px;
    }

    .pricing .content {
        padding: 20px;
    }

    .latest-blog .content {
        margin-bottom: 30px;
    }

    .latest-blod .content.r-980 {
        margin-bottom: 0;
    }

    .about .col-md-6 {
        max-width: 100%;
        flex: 100%;
    }

    .features .col-md-6 {
        max-width: 100%;
        flex: 100%;
    }

}

@media (max-width:767px) {
    .navbar span.call {
        display: none;
    }

    .navbar .navbar-nav {
        background: #021d38;
        padding-top: 10px;
        padding-bottom: 12px;
    }

    .navbar .navbar-nav li {
        padding: 0 32px;
    }

    .pricing .content {
        margin-bottom: 30px;
    }

    .pricing .last-content {
        margin-bottom: 0;
    }

    .latest-blod .content.r-980 {
        margin-bottom: 0;
    }

    .blog-single .search {
        margin-top: 30px;
    }

}

@media (max-width:640px) {
    .services .content {
        margin-bottom: 30px;
    }

    .services .col-sm-12:last-child .content {
        margin-bottom: 0;
    }

    .our-work .content img {
        height: 210px;
    }

    .pricing .content {
        margin-bottom: 30px;
    }

    .pricing .col-sm-12:last-child .content {
        margin-bottom: 0;
    }

    .latest-blod .content.r-980 {
        margin-bottom: 0;
    }

    .blog-single .search {
        margin-top: 30px;
    }

    footer .col-sm-6 {
        margin-top: 50px;
    }

}

@media (max-width:480px) {
    .home-intro h2 {
        font-size: 42px;
        line-height: 60px;
    }

    .about .content-image {
        padding-bottom: 0;
    }

    .about .bg-style {
        background: transparent;
    }

    .latest-blod .content.r-980 {
        margin-bottom: 0;
    }

    footer .col-12 {
        margin-top: 30px;
    }

}

@media (max-width:360px) {
    .home-intro h2 {
        font-size: 36px;
        line-height: 48px;
    }

    .latest-blod .content.r-980 {
        margin-bottom: 0;
    }

}