/*------------------------------------------------------------------
[Table of contents]

1. Body
2. Global Styles
3. Typography
4. Colors
5. Header
6. Topbar / .h-topbar
7. Navbar / .h-navbar
8. Logo / .navbar-brand
9. Navigation / .navbar-nav
10. Home Slider / .home-slider
11. Main Content / main
12. Footer / .footer
13. Inner Header Banner / .inner-banner
14. Inner Page Heading / .page-heading
-------------------------------------------------------------------*/
/** ========= GLOBAL STYLES ========= **/
body {
    --primary-color: #30aafc;
	--primary-text-color: #fff;
	--secondary-color: #e8383a;
	--secondary-text-color: #fff;
    --heading-color: #333;
    --text-color: #777;
    font-size: 15px;
    line-height: 1.8em;
    color: var(--text-color);
    font-family: 'Roboto', sans-serif;
    background: #fff;
    font-weight: 400;
    word-spacing: 0.1em;
}


.h2txt{
	
	
	    font-size: 30px;
    margin-top: 0px !important;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: none;
}

img {
    max-width: 100%;
}

input,
textarea {
    font-family: 'Roboto', sans-serif;
}

.clr {
    clear: both;
}

.clearfix:after {
    display: block;
    content: '';
    width: 100%;
    clear: both;
}

::-webkit-input-placeholder {
    color: #505050;
}

::-moz-placeholder {
    color: #505050;
}

:-ms-input-placeholder {
    color: #505050;
}

input:disabled,
textarea:disabled,
select:disabled,
button:disabled {
    background: rgba(0, 0, 0, 0.2) !important;
}

/** ========= TYPOGRAPHY ========= **/
a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: var(--primary-color);
    text-decoration: none;
}

p {
    margin-bottom: 10px;
}

.pr-text-big {
    font-size: 1.2em;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    color: var(--heading-color);
    margin: 0 0 15px;
    font-weight: 700;
    line-height: 1.25;
}

.h1,
h1 {
    font-size: 3.2em;
}

.h2,
h2 {
    font-size: 2.8666666666666667em;
}

.h3,
h3 {
    font-size: 2.4em;
}

.h4,
h4 {
    font-size: 2em;
}

.h5,
h5 {
    font-size: 1.6em;
}

.h6,
h6 {
    font-size: 1.2em;
    line-height: 1.6;
}

.fw-3 {
    font-weight: 300 !important;
}

.fw-4 {
    font-weight: 400 !important;
}

.fw-5 {
    font-weight: 500 !important;
}

.fw-6 {
    font-weight: 600 !important;
}

.fw-7 {
    font-weight: 700 !important;
}

.fw-8 {
    font-weight: 800 !important;
}

.btn {
    background-color: #302b24;
    color: var(--secondary-text-color);
    border-radius: 30px;
    font-size: 15px;
    line-height: 16px;
    text-align: center;
    font-weight: 500;
    /* padding: 12px 40px; */
}

.btn:hover {
    background-color: var(--primary-color);
    color:var(--primary-text-color);
}

.btn-blue {
    background-color: var(--primary-color);
    color: var(--primary-text-color);
}

.btn-blue:hover {
    background-color: var(--secondary-color);
    color:var(--secondary-text-color);
}

.btn-blue-border {
    border: var(--primary-color) 2px solid;
    color: var(--primary-color);
    background-color: inherit;
}

.btn-blue-border:hover {
    background-color: var(--primary-color);
    color:var(--primary-text-color);
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}







.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

b,
strong {
    font-weight: 700;
}

.text-normal {
    text-transform: none;
}

ul.list {
    padding: 0;
    margin: 0 0 30px;
}

ul.list li {
    padding-left: 28px;
    margin-bottom: 20px;
    line-height: normal;
    position: relative;
    display: block;
    list-style: none;
}

ul.list li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 2px;
    border: var(--secondary-color) 1px solid;
    border-radius: 50%;
    width: 12px;
    height: 12px;
}

/** ========= COLORS ========= **/
.text-white {
    color:var(--primary-text-color) !important;
}

.text-black {
    color: var(--heading-color);
}

.text-blue {
    color: #bb2e25;
}

.text-red {
    color: var(--secondary-color);
}


.bg-blue {
    background-color: var(--primary-color);
}

.sec-bg-graphics {
    background-image: url(../images/section-bg.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
}

/** ========= HEADER ========= **/
header {
    position: relative;
    z-index: 9;
}

/* middile */
.h-middle {
    background: #fff;
    padding: 15px 0 35px;
    -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.15);
    position: relative;
}

.h-middle:before {
    position: absolute;
    content: "";
    left: 5px;
    top: 5px;
    width: 74px;
    height: 20px;
    background: url(../images/dot.png) repeat top left;
}

.h-middle:after {
    position: absolute;
    content: "";
    right: 3px;
    bottom: 30px;
    width: 74px;
    height: 20px;
    background: url(../images/dot.png) repeat top left;
}

.navbar-brand {
    padding: 0 0 1px;
    display: inline-block;
}

.navbar-brand img {
    max-width: 420px;
}

.h-middle-right {
    font-size: 14px;
    line-height: 15px;
}

.h-middle-right span {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin-top: 11px;
}

.h-middle-right span i {
    width: 23px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    background-color: var(--primary-color);
    font-size: 13px;
    color: #fff;
    border-radius: 50%;
}

.h-middle-right {
    text-align: right;
    margin-top: 18px;
}

/* navbar */
.h-navbar {
    position: relative;
    margin-top: -25px;
}

.h-navbar nav.navbar {
    background-color: #bb2e25;
    border-radius: 30px 0 0 30px;
    padding: 0;
    position: relative;
}

.h-navbar nav.navbar ul.nav {
    padding: 4px;
}

.h-navbar nav.navbar li.nav-item {
    margin-right: 2px;
}

.h-navbar nav.navbar li.nav-item .nav-link {
    font-size: 15px;
    line-height: 15px;
    color:var(--primary-text-color);
    font-weight: 500;
    padding: 14px 28px;
    border-radius: 30px;
    transition: 0.3s;
}

.h-navbar nav.navbar li.nav-item.active .nav-link,
.h-navbar nav.navbar li.nav-item:hover .nav-link {
    background-color: #0a60a6;
    color: #ffffff;
}

.h-navbar nav.navbar .dropdown-menu {
    font-size: 15px;
    color:var(--primary-text-color);
    background-color: var(--primary-color);
    border: none;
    border-radius: 0 0 5px 5px;
}

.h-navbar nav.navbar .dropdown-item {
    color:var(--primary-text-color);
}

.h-navbar nav.navbar .dropdown-item:focus,
.h-navbar nav.navbar .dropdown-item:hover {
    color: var(--primary-color);
    background-color: #fff;
}

.header-search-mobile {
    display: none;
}

.h-navbar nav.navbar form {
    width: 365px;
    background: rgba(0, 0, 0, 0.25);
    padding-right: 60px;
    position: relative;
}

.h-navbar nav.navbar form .form-control {
    height: 51px;
    display: block;
    background: none;
    border: none;
    box-shadow: none;
    padding: 0 15px;
    font-size: 14px;
    line-height: 14px;
    color: var(--primary-text-color);
}

.h-navbar nav.navbar form button {
    display: block;
    width: 60px;
    height: 100%;
    background: none;
    border: none;
    box-shadow: none;
    font-size: 18px;
    color:var(--primary-text-color);
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
}

.h-navbar nav.navbar form .form-control::-webkit-input-placeholder {
    color:var(--primary-text-color);
}

.h-navbar nav.navbar form .form-control::-moz-placeholder {
    color:var(--primary-text-color);
}

.h-navbar nav.navbar form .form-control:-ms-input-placeholder {
    color:var(--primary-text-color);
}

.h-navbar nav.navbar form .form-control:-moz-placeholder {
    color:var(--primary-text-color);
}

.blue-bg-right {
    background: #0a60a6;
    flex: 0 0 auto;
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
}

/** ========= MAIN SECTION ========= **/
section.page-section {
    overflow: hidden;
    padding: 85px 0;
}

/** ========= HOME SLIDER ========= **/
.home-slider-section {
    padding-top: 65px;
    position: relative;
    margin-top: -55px;
}

.home-slider-section:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 300px;
    background: url(../images/slider-bg.jpg) repeat center;
    z-index: -9;
}

.home-slider {
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.08);
}

.home-slider .item {
    width: 100%;
    height: 480px;
    position: relative;
}

.slider-txt {
    position: absolute;
    top: 50%;
    left: 65px;
    transform: translate(0, -50%);
}

.slider-txt p {
    color: var(--heading-color);
}

.owl-carousel.home-slider,
.owl-carousel.home-slider .owl-item {
    position: inherit;
}

.owl-carousel.home-slider .owl-nav button.owl-next,
.owl-carousel.home-slider .owl-nav button.owl-prev {
    background: #bb2e25;
    color:var(--primary-text-color);
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translate(0, 0);
}

.owl-carousel.home-slider .owl-nav button.owl-next {
    border-radius: 30px 0 0 30px;
    right: 0;
}

.owl-carousel.home-slider .owl-nav button.owl-prev {
    border-radius: 0 30px 30px 0;
    left: 0;
}

.owl-carousel.home-slider .owl-nav button.owl-next:after {
    content: "\f0da";
    font-family: 'Font Awesome 5 Free';
    font-size: 18px;
	display:inline-block;
}

.owl-carousel.home-slider .owl-nav button.owl-prev:after {
    content: "\f0d9";
    font-family: 'Font Awesome 5 Free';
    font-size: 18px;
	display:inline-block;
}

.owl-carousel.home-slider .owl-nav button.owl-next span,
.home-slider .owl-nav button.owl-prev span {
    display: none;
}

/** ========= HOME ABOUT ========= **/
.image-dots-bg {
    padding: 30px;
    position: relative;
}

.image-dots-bg:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 60%;
    height: 85px;
    background: url(../images/dot.png) repeat;
}

.image-dots-bg:after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 60%;
    height: 85px;
    background: url(../images/dot.png) repeat;
}

.image-dots-bg.full-width-img:before,
.image-dots-bg.full-width-img:after {
    width: 30%;
}

.image-dots-bg img {
    position: relative;
    z-index: 1;
    width: 100%;
}

/** ========= HOME SERVICES ========= **/
.service-box {
    background-color: #fff;
    padding: 40px 45px 10px;
    margin-bottom: 30px;
    text-align: center;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
    position: relative;
    transition: 0.3s;
}

.service-icon {
    width: 65px;
    height: 65px;
    line-height: 65px;
    border: #c8190c 2px dotted;
    border-radius: 50%;
    color: #9fd089;
    font-size: 30px;
    margin: 0 auto 20px;
    transition: 0.3s;
}


.read-more-btn {
    width: 50px;
    height: 50px;
    line-height: 46px;
    display: block;
    font-size: 16px;
    color: var(--secondary-text-color);
    text-align: center;
    background-color: #f3a124;
    border: #fff 3px solid;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -25px;
    margin: 0 auto;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
}

.read-more-btn:hover {
    background-color: var(--primary-color);
    color:var(--primary-text-color);
}

.service-box:hover {
    background-color: #6cb947;
    background-image: url(../images/succinct-bg1.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
}

.service-box:hover .read-more-btn {
    opacity: 1;
    visibility: visible;
}

.service-box:hover .service-icon {
    border-color:var(--primary-text-color);
    color:var(--primary-text-color);
}

.service-box:hover h5,
.service-box:hover p {
    color:var(--primary-text-color);
}

/** ========= HOME TEAM ========= **/
.page-section#home-team {
    padding: 0 0 85px;
}

.team-heading-section {
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    height: 470px;
    padding-top: 85px;
}

.team-heading-section:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
}

.team-heading-section .container {
    position: relative;
    z-index: 1;
}

.curb-bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    width: 100%;
}

.curb-bg img {
    width: 100%;
}

.home-team-members {
    margin-top: -215px;
}

.home-team-slider {
    background-color: #fff;
    padding: 40px 70px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.08);
}

.home-team-box {
    text-align: center;
}

.home-team-box h6 {
    margin: 0 0 3px;
}

.home-team-box p {
    margin: 0;
}

.home-team-img {
    width: 215px;
    height: 215px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: top center;
}

.owl-carousel.home-team-slider .owl-nav button.owl-next,
.owl-carousel.home-team-slider .owl-nav button.owl-prev {
    background: var(--primary-color);
    color: var(--primary-text-color);
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.owl-carousel.home-team-slider .owl-nav button.owl-next {
    border-radius: 30px 0 0 30px;
    right: 0;
}

.owl-carousel.home-team-slider .owl-nav button.owl-prev {
    border-radius: 0 30px 30px 0;
    left: 0;
}

.owl-carousel.home-team-slider .owl-nav button.owl-next:after {
    content: "\f0da";
    font-family: 'Font Awesome 5 Free';
    font-size: 18px;
}

.owl-carousel.home-team-slider .owl-nav button.owl-prev:after {
    content: "\f0d9";
    font-family: 'Font Awesome 5 Free';
    font-size: 18px;
}

.owl-carousel.home-team-slider .owl-nav button.owl-next span,
.home-team-slider .owl-nav button.owl-prev span {
    display: none;
}

/** ========= HOME NEWS ========= **/
.home-news-box {
    background-color: #fff;
    background-position: bottom center;
    background-size: contain;
    border-radius: 5px;
    margin-bottom: 25px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: 0.3s;
}

.home-news-box .news-content {
    padding: 25px 20px 30px;
}

.home-news-box .news-heading {
    display: block;
    max-height: 56px;
    overflow: hidden;
    margin-bottom: 15px;
}



.home-news-box .news-heading h6 {
    margin: 0;

}

.home-news-box .news-meta {
    font-size: 12px;
    margin-bottom: 10px;
}

.home-news-box .news-meta span,
.home-news-box .news-meta a {
    display: inline-block;
    margin-right: 10px;
}

.home-news-box .news-meta a {
    color: var(--secondary-color);
}

.home-news-box .news-sort-description {
    margin-bottom: 20px;
    max-height: 54px;
    overflow: hidden;
}

.home-news-box:hover {
    background-image: url(../images/succinct-bg3.png);
    background-repeat: no-repeat;
}

.home-news-box.hnb-small .news-content {
    padding: 15px;
}

.home-news-box.hnb-small .news-heading {
    max-height: 44px;
    margin-bottom: 10px;
}

.home-news-box.hnb-small .news-heading h6 {
    font-size: 14px;
}

.home-news-box.hnb-small .news-meta {
    margin-bottom: 0;
}

.home-news-box.hnb-small .news-meta span,
.home-news-box.hnb-small .news-meta a {
    margin-right: 5px;
}

/** ========= HOME TESTIMONIALS ========= **/
.home-testimonials-slider {
    padding: 0 30px;
}

.home-testimonials-box {
    background-color: #f3f7fa;
    border-radius: 5px;
    padding: 65px 30px 25px;
    margin-top: 25px;
    margin-bottom: 15px;
    text-align: center;
    position: relative;
    transition: all 0.3s;
}

.home-testimonials-box:before {
    content: "\f10d";
    font-family: 'Font Awesome 5 Free';
    color: var(--primary-color);
    font-size: 32px;
    position: absolute;
    left: 20px;
    top: 20px;
    opacity: 0.4;
}

.home-testimonials-box:after {
    content: "\f10e";
    font-family: 'Font Awesome 5 Free';
    color: var(--primary-color);
    font-size: 32px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    opacity: 0.4;
}

.home-testimonials-box .user-image {
    width: 70px;
    height: 70px;
    background-repeat: no-repeat;
    background-position: top center;
    border: #fff 5px solid;
    border-radius: 50%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: -25px;
}

.home-testimonials-box .testimonial-rating {
    font-size: 12px;
    color: #ffbe5f;
}

.home-testimonials-box .user-comment {
    font-size: 14px;
    line-height: 24px;
    font-style: italic;
    margin-bottom: 20px;
}

.home-testimonials-box .user-name {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 5px;
}

.home-testimonials-box .user-address {
    font-size: 14px;
    color: var(--secondary-color);
    margin: 0;
}

.owl-item.active.center .home-testimonials-box {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
}

.owl-carousel.home-testimonials-slider .owl-nav button.owl-next,
.owl-carousel.home-testimonials-slider .owl-nav button.owl-prev {
    background: var(--primary-color);
    color:var(--primary-text-color);
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.owl-carousel.home-testimonials-slider .owl-nav button.owl-next {
    border-radius: 30px 0 0 30px;
    right: 0;
}

.owl-carousel.home-testimonials-slider .owl-nav button.owl-prev {
    border-radius: 0 30px 30px 0;
    left: 0;
}

.owl-carousel.home-testimonials-slider .owl-nav button.owl-next:after {
    content: "\f0da";
    font-family: 'Font Awesome 5 Free';
    font-size: 18px;
}

.owl-carousel.home-testimonials-slider .owl-nav button.owl-prev:after {
    content: "\f0d9";
    font-family: 'Font Awesome 5 Free';
    font-size: 18px;
}

.owl-carousel.home-testimonials-slider .owl-nav button.owl-next span,
.home-testimonials-slider .owl-nav button.owl-prev span {
    display: none;
}

/** ========= HOME CLIENTS ========= **/
section.page-section#home-clients {
    padding-top: 0;
}

.clients-slider {
    background-color: #f3f7fa;
    padding: 30px 30px;
    border-radius: 5px;


}

/** ========= FOOTER ========= **/
#footer .section-inner.footer-achievements {
    padding: 85px 0 70px;
    background-color: var(--primary-color);
    background-image: url(../images/map.png);
    background-repeat: no-repeat;
    background-position: center;
}

.section-inner.footer-top {
    padding: 0 0 25px;
}

.footer p a {
    color: #fff;
}

.footer p span {
    color: #ffde00;
}

/* achievements box */
.achievements-box {
    width: 20%;
    margin: 0 0 25px;
}

.achievements-box-inner {
    background-color: #fff;
    border-radius: 5px;
    padding: 25px 5px;
}

.achievements-box .achievements-icon {
    font-size: 41px;
    margin-bottom: 12px;
}

.achievements-box p {
    margin: 0;
}

/* footer logo */
.footer-logo {
    display: inline-block;
    margin: 40px 0 45px;
}

.footer-logo img {
    max-width: 248px;
}

/* go top btn */
.gotop-btn {
    display: block;
    width: 64px;
    height: 64px;
    margin: -32px auto 0;
    line-height: 57px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--primary-color);
    border: #fff 5px solid;
    font-size: 20px;
    color:var(--primary-text-color);
    transition: 0.3s;
}

.gotop-btn:hover {
    background-color: var(--secondary-color);
    color:var(--secondary-text-color);
}

form.newsletter-form {
    width: 100%;
    background: #f3f7fa;
    border: #dce1e5 1px solid;
    border-radius: 30px;
    padding-right: 50px;
    position: relative;
}

form.newsletter-form input {
    height: 46px;
    width: 100%;
    display: block;
    background: none;
    border: none;
    box-shadow: none;
    padding: 0 15px;
    font-size: 15px;
    line-height: 15px;
    color: #555555;
}

form.newsletter-form button {
    display: block;
    width: 40px;
    height: 40px;
    background: var(--secondary-color);
    border: none;
    border-radius: 50%;
    box-shadow: none;
    font-size: 15px;
    color: #fff;
    text-align: center;
    position: absolute;
    right: 4px;
    top: 3px;
}

/* contact form */
.contact-form .f-field {
    margin-bottom: 24px;
}

.contact-form .f-field input {
    display: block;
    width: 100%;
    height: 31px;
    border: none;
    border-bottom: #b4b4b4 1px solid;
    background: none;
    padding: 0 5px;
    font-size: 14px;
    line-height: 14px;
    color: #505050;
}

.contact-form .f-field textarea {
    display: block;
    width: 100%;
    height: 90px;
    border: none;
    border-bottom: #b4b4b4 1px solid;
    background: none;
    padding: 0 5px;
    font-size: 14px;
    line-height: 14px;
    color: #505050;
}

.contact-form .submit-btn {
    margin-top: 32px;
}

.contact-form .submit-btn input,
.contact-form .submit-btn button {
    display: block;
    width: 100%;
    height: 38px;
    border: none;
    border-radius: 30px;
    background: var(--heading-color);
    padding: 0 5px;
    font-size: 1em;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    transition: 0.3s;
}

.contact-form .submit-btn input:hover,
.contact-form .submit-btn button:hover {
    background: #000;
    color: #fff;
}

/* menus */
.footer-menu {
    margin: 0;
    padding: 0;
}

.footer-menu li {
    display: block;
    list-style: none;
    margin-bottom: 8px;
    position: relative;
    padding-left: 12px;
}

.footer-menu li:before {
    position: absolute;
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    font-size: 10px;
    color: var(--primary-color);
    top: 0;
    left: 0;
}

.footer-menu li a {
    line-height: 14px;
    transition: 0.3s;
}

.footer-menu li:hover a {
    color: var(--primary-color);
}

/* social media */
ul.footer-social {
    margin: 0;
    padding: 0;
}

ul.footer-social li {
    display: block;
    margin-bottom: 8px;
}

ul.footer-social .social-icon {
    float: left;
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #2b87c7;
    color: #fff;
    text-align: center;
}

ul.footer-social .social-icon i {
    color: #fff;
    line-height: 32px;
}

ul.footer-social .social-text {
    display: block;
    padding-left: 48px;
    padding-top: 10px;
    font-size: 14px;
    line-height: 14px;
}

ul.footer-social .social-icon.facebook {
    background: #2b87c7;
}

ul.footer-social .social-icon.twitter {
    background: #38c0dd;
}

ul.footer-social .social-icon.gplus {
    background: #dc6218;
}

ul.footer-social .social-icon.linkedin {
    background: #2862d8;
}

ul.footer-social .social-icon.flickr {
    background: #ff0b81;
}

ul.footer-social .social-icon.instagram {
    background: #b22bb1;
    background: -moz-linear-gradient(left, #b22bb1 1%, #5554d1 100%);
    background: -webkit-linear-gradient(left, #b22bb1 1%, #5554d1 100%);
    background: linear-gradient(to right, #b22bb1 1%, #5554d1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b22bb1', endColorstr='#5554d1', GradientType=1);
}

ul.footer-social .social-icon.windows {
    background: #00adef;
}

ul.footer-social .social-icon.paypal {
    background: #00447e;
}

ul.footer-social .social-icon.reddit {
    background: #ff4500;
}

ul.footer-social .social-icon.spotify {
    background: #00da77;
}

ul.footer-social .social-icon.stack-exchange {
    background: #e04006;
}

ul.footer-social .social-icon.steam {
    background: #383334;
}

ul.footer-social .social-icon.tumblr {
    background: #395976;
}

ul.footer-social .social-icon.twitch-tv {
    background: #65469c;
}

ul.footer-social .social-icon.wechat {
    background: #51c332;
}

ul.footer-social .social-icon.wordpress {
    background: #00769d;
}

ul.footer-social .social-icon.yahoo {
    background: #6b0094;
}

/* copyright section */
.section-inner.footer-bottom {
    padding: 15px 0;
    background-color: #bb2e25;
}

.footer-bottom p {
    margin: 0;
    color: white;
    }


/** ========= INNER PAGE BANNER AND PAGE HEADING ========= **/
.inner-banner {
    position: relative;
    background: #f3f7fa;
    padding: 60px 0 30px;
    text-align: center;
    margin-top: -26px;
    border-radius: 0 0 100px 100px;
    overflow: hidden;
}

.inner-banner-graphic-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 260px;
}

.inner-banner-graphic-bottom {
    position: absolute;
    right: 30px;
    bottom: 10px;
    width: 185px;
}

.inner-banner-graphic-top img,
.inner-banner-graphic-bottom img {
    width: 100%;
}

.page-heading {
    margin: 0;
}

.page-heading span {
    position: relative;
}

.page-heading span:before {
    position: absolute;
    content: "";
    left: -95px;
    top: 50%;
    transform: translate(0, -50%);
    width: 75px;
    height: 20px;
    background: url(../images/dot-blue.png) repeat top left;
}

.page-heading span:after {
    position: absolute;
    content: "";
    right: -95px;
    top: 50%;
    transform: translate(0, -50%);
    width: 75px;
    height: 20px;
    background: url(../images/dot-blue.png) repeat top left;
}

ul.breadcrumb {
    display: block;
    margin: 0;
}

ul.breadcrumb li {
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
}

ul.breadcrumb .breadcrumb-item+.breadcrumb-item {
    padding-left: 3px;
}

ul.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: "\f111";
    font-family: 'Font Awesome 5 Free';
    font-size: 5px;
    color: var(--text-color);
    padding-right: 9px;
}

ul.breadcrumb .breadcrumb-item+.breadcrumb-item.active {
    color: var(--primary-color);
}

/** ========= ABOUT PAGE ========= **/
.about-icon {
    float: left;
    width: 65px;
    height: 65px;
    line-height: 65px;
    margin-bottom: 15px;
    border: var(--primary-color) 2px dotted;
    border-radius: 50%;
    color: var(--primary-color);
    font-size: 30px;
    text-align: center;
}

.about-content {
    padding-left: 90px;
}

/** ========= PROJECTS PAGE ========= **/
.grid {
    margin: 0 -15px;
}

.grid-item {
    width: 33.3333%;
    float: left;
    padding: 0 15px;
    margin-bottom: 30px;
}

.project-box {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.project-img img {
    transition: 0.3s;
}

.project-img a {
    display: block;
    position: relative;
    background-color: #000;
}

.project-img a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(49, 170, 252);
    background: linear-gradient(0deg, rgba(49, 170, 252, 1) 0%, rgba(0, 0, 0, 0.19931722689075626) 100%);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.view-project {
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    background-color: #fff;
    color: var(--primary-color);
    font-size: 20px;
    position: absolute;
    left: 0;
    right: 0;
    top: 10%;
    transform: translate(0, -50%);
    transition: all 0.3s;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden
}

.project-content {
    position: absolute;
    left: 0;
    bottom: -50px;
    padding: 0 35px 10px 15px;
    width: 100%;
    color: #fff;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
}

.project-content h5 {
    color: #fff;
    margin-bottom: 5px;
}

.project-content h5 a {
    color: #fff;
}

a.project-read-more {
    position: absolute;
    right: 15px;
    bottom: 10px;
    color: #fff;
    font-size: 20px;
}

.project-box:hover .view-project {
    top: 50%;
    opacity: 1;
    visibility: visible;
}

.project-box:hover .project-content {
    bottom: 0;
    opacity: 1;
    visibility: visible;
}

.project-box:hover .project-img img {
    opacity: 0.50;
}

.project-box:hover .project-img a:before {
    opacity: 1;
    visibility: visible;
}

.project-details-meta {
    margin-bottom: 30px;
}

.project-details-meta span.meta-tag {
    display: inline-block;
    font-size: 13px;
    line-height: 13px;
    text-align: center;
    color:var(--secondary-text-color);
    background-color: var(--secondary-color);
    padding: 5px 30px;
    margin-bottom: 5px;
}

/** ========= TEAM PAGE ========= **/
.team-box {
    position: relative;
    overflow: hidden;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.team-image img {
    border-radius: 5px;
}

.team-social-media {
    position: absolute;
    right: -50px;
    top: 12px;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
}

.team-social-media a {
    display: block;
    width: 50px;
    height: 40px;
    line-height: 40px;
    background-color: var(--heading-color);
    font-size: 16px;
    color: #fff;
    text-align: center;
    border-radius: 30px 0 0 30px;
    margin-bottom: 8px;
    transition: 0.3s;
}

.team-social-media a:hover {
    background-color: var(--primary-color);
	color:var(--primary-text-color);
}

.team-member-details {
    margin: -35px 23px 0;
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
    padding: 15px 5px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
    position: relative;
    transition: 0.3s;
}

.team-member-details h6 {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 12px;
}

.team-member-details h6 a {
    color: var(--heading-color);
    transition: 0.3s;
}

.team-member-details p {
    font-size: 14px;
    line-height: 14px;
    margin: 0;
    transition: 0.3s;
}

.team-box:hover .team-social-media {
    right: 0;
    opacity: 1;
    visibility: visible;
}

.team-box:hover .team-member-details {
    background-color: var(--primary-color)
}

.team-box:hover .team-member-details h6 a,
.team-box:hover .team-member-details p {
    color:var(--primary-text-color);
}

.team-member-designation {
    font-size: 13px;
    line-height: 13px;
    color:var(--secondary-text-color);
    text-align: center;
    background-color: var(--secondary-color);
    padding: 5px 30px;
    margin-bottom: 20px;
    display: inline-block;
}

.team-contact-info {
    margin-bottom: 25px;
}

.team-contact-info span {
    display: inline-block;
    margin-right: 20px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
}

.team-contact-info span i {
    font-size: 24px;
    color: var(--primary-color);
    margin-right: 5px;
    vertical-align: middle;
}

.team-details-social-media a {
    display: inline-block;
    font-size: 36px;
    color: var(--primary-color);
    margin-right: 5px;
}

/** ========= BLOG PAGE ========= **/
.blog-list-box {
    background-color: #fff;
    background-position: bottom center;
    background-size: contain;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
    margin-bottom: 55px;
    border-radius: 0 0 5px 5px;
    transition: 0.3s;
}

.blog-list-box:hover {
    background-image: url(../images/succinct-bg3.png);
    background-repeat: no-repeat;
}

.blog-image img {
    border-radius: 5px 5px 0 0;
}

.blog-content {
    padding: 20px 15px;
    position: relative;
}

.blog-heading {
    font-size: 16px;
    max-height: 48px;
    overflow: hidden;
}

.blog-heading a {
    color: var(--heading-color);
}

.blog-meta {
    border-top: #e8e8e8 1px solid;
    border-bottom: #e8e8e8 1px solid;
    padding: 4px 0;
    margin-bottom: 12px;
}

.blog-meta span {
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
    margin-right: 5px;
    padding-right: 8px;
    border-right: #d5d5d5 1px solid;
}

.blog-meta span:last-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}

.blog-meta span i {
    color: var(--secondary-color);
}

.blog-meta span a {
    margin-right: 5px;
}

.blog-list-box .read-more-btn {
    opacity: 1;
    visibility: visible;
    border-color: var(--primary-color);
    color: var(--primary-color);
    background-color: #fff;
}

.blog-list-box:hover .read-more-btn {
    background-color: var(--primary-color);
    color: var(--primary-text-color);
}

.blog-list-box.blog-row .blog-content {
    padding: 25px 20px;
}

.blog-list-box.blog-row .blog-heading {
    font-size: 18px;
    max-height: inherit;
    overflow: inherit;
}

ul.custom-pagination {
    display: block;
    list-style: none;
    text-align: center;
    margin: 30px 0;
    padding: 0;
}

ul.custom-pagination li {
    display: inline-block;
    vertical-align: top;
    margin: 0 2px;
}

ul.custom-pagination li a {
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
    background: #fff;
    color: var(--text-color);
    font-size: 13px;
    text-transform: uppercase;
    font-weight: normal;
    display: block;
    transition: 0.3s;
    -webkit-box-shadow: inset 0 0 0 rgb(0 0 0 / 0%), 0 0.1em 0.45em 0 rgb(0 0 0 / 25%);
    box-shadow: inset 0 0 0 rgb(0 0 0 / 0%), 0 0.1em 0.45em 0 rgb(0 0 0 / 25%);
}

ul.custom-pagination li:hover a,
ul.custom-pagination li.active a {
    background: var(--primary-color);
    color: var(--primary-text-color);
}

.sidebar-box {
    margin-bottom: 15px;
    background-color: #f3f7fa;
    padding: 25px 20px;
    border-radius: 5px;
}

.search-box {
    position: relative;
}

.search-box:before {
    content: "\f002";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 18px;
}

.search-box .form-control {
    display: block;
    width: 100%;
    height: 43px;
    border: none;
    background: #fff;
    border: #d2dede 1px solid;
    border-radius: 30px;

    padding: 0 15px 0 40px;
    font-size: 14px;
    line-height: 14px;
}

.sidebar-menu {
    margin: 0;
    padding: 0;
}

.sidebar-menu li {
    display: block;
    list-style: none;
    margin-bottom: 8px;
    position: relative;
    padding-left: 15px;
}

.sidebar-menu li:before {
    position: absolute;
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    font-size: 10px;
    color: var(--primary-color);
    top: 0;
    left: 0;
}

.sidebar-menu li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.sidebar-menu li a {
    line-height: 14px;
    transition: 0.3s;
}

.sidebar-menu li:hover a {
    color: var(--primary-color);
}

.sidebar-recent-post {
    margin: 0;
    padding: 0;
}

.sidebar-recent-post li {
    display: block;
    list-style: none;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
    padding-left: 15px;
    border-bottom: #d9e3ea 1px solid;
}

.sidebar-recent-post li:before {
    position: absolute;
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    font-size: 10px;
    color: var(--primary-color);
    top: -1px;
    left: 0;
}

.sidebar-recent-post li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.sidebar-recent-post li a {
    font-size: 14px;
    line-height: 24px;
    display: block;
}

.sidebar-recent-post li .post-date {
    font-size: 12px;
    line-height: 12px;
    color: var(--secondary-color);
}

ul.post-tag-list {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.post-tag-list li {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

ul.post-tag-list li a {
    display: block;
    background: #fff;
    border: #d9e3ea 1px solid;
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 14px;
    padding: 9px 17px;
    transition: 0.3s;
}

ul.post-tag-list li:hover a {
    background: var(--primary-color);
    color: #fff;
}

.share-post {
    border-top: #d9e3ea 1px solid;
    border-bottom: #d9e3ea 1px solid;
    padding: 20px 0 15px;
    margin-bottom: 30px;
}

.share-post h6 {
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}

.share-option a {
    font-size: 24px;
    line-height: 24px;
    color: var(--primary-color);
    display: inline-block;
    margin-right: 10px;
}

.blog-details-tags {
    border-bottom: #d9e3ea 1px solid;
    padding: 0 0 25px;
    margin-bottom: 40px;
}

.blog-details-tags a {
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    padding: 7px 12px;
    border: var(--text-color) 1px solid;
    border-radius: 30px;
    margin-bottom: 5px;
}

.recent-posts .blog-content {
    padding: 15px 12px;
}

.recent-posts .blog-heading {
    font-size: 14px;
    max-height: 45px;
}

.recent-posts .blog-sort-description {
    max-height: 76px;
    overflow: hidden;
}

.recent-posts .read-more-btn {
    width: 35px;
    height: 35px;
    line-height: 34px;
    border: var(--primary-color) 2px solid;
    bottom: -18px;
}

.comment-box {
    background-color: #f3f7fa;
    padding: 30px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.comment-box .reply-user-image {
    float: left;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: top center;
}

.comment-box .reply-user-content {
    padding-left: 75px;
}

.comment-box .reply-user-info {
    padding-left: 25px;
    padding-right: 65px;
    position: relative;
}

.comment-box .reply-user-name {
    font-weight: 500;
    margin-bottom: 0;
}

.comment-box .comment-date {
    font-size: 12px;
}

.comment-box .reply-btn {
    font-size: 13px;
    line-height: 13px;
    text-transform: uppercase;
    color: var(--heading-color);
    position: absolute;
    right: 0;
    top: 0;

}

.comment-box .user-comment {
    padding-left: 25px;
}

.comment-box .user-comment p:last-child {
    margin-bottom: 0;
}

.comment-box .comment-box {
    border-top: #d9e3ea 1px solid;
    padding: 25px 0 0;
    margin-top: 20px;
    margin-bottom: 0;
}

.contact-form .form-field {
    margin-bottom: 40px;
}

.contact-form .form-field input {
    display: block;
    width: 100%;
    height: 48px;
    background: none;
    box-shadow: none;
    border: none;
    border-bottom: #dce1e5 2px solid;
    font-size: 15px;
    line-height: 15px;
}

.contact-form .form-field textarea {
    display: block;
    width: 100%;
    height: 120px;
    margin-top: 55px;
    background: none;
    box-shadow: none;
    border: none;
    border-bottom: #dce1e5 2px solid;
    font-size: 15px;
    line-height: 15px;
}

.send-bnt {
    text-align: right;
}

/** ========= CONTACT PAGE ========= **/
.contact-information {
    padding: 15px;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
}

.contact-info-box {
    background-color: #0a60a6;
    background-image: url(../images/map.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    padding: 25px 25px 55px;
    border-radius: 5px;
    color: var(--primary-text-color);
    height: 100%;
    position: relative;
}

.contact-info-box a {
    color: var(--primary-text-color);
}

.wave-graphic {
    position: absolute;
    bottom: 0;
    left: 0;
}

.wave-graphic img {
    width: 100%;
}

.contact-info {
    margin-bottom: 20px;
}

.contact-info i {
    font-size: 22px;
    margin-right: 10px;
    vertical-align: middle;
}

.contact-information .contact-form {
    padding: 30px 20px;
}

.contact-form .form-field textarea {
    margin-top: 25px;
}

.contact-social {
    font-size: 32px;
    color: #fff;
}

.contact-social a {
    display: inline-block;
    vertical-align: top;
    color:var(--primary-text-color);
}

.google-map {
    border: #fff 10px solid;
    border-bottom: #fff 1px solid;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
    position: relative;
    margin-top: -115px;
    z-index: -1;
}

.google-map iframe {
    width: 100%;
    border-radius: 5px;
}

/** ========= TESTIMONIALS PAGE ========= **/
.testimonial-box {
    background-color: #fff;
    padding: 25px 20px 55px;
    margin-bottom: 70px;
    border-radius: 5px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
    position: relative;
}

.testimonial-box .testimonial-rating {
    color: #ffbe5f;
    margin-bottom: 15px;
}

.testimonial-box .user-comment {
    border: #bde4ff 1px solid;
    padding: 25px 20px;
    margin: 10px 0 25px;
    position: relative;
}

.testimonial-box .user-comment:before {
    content: "\f10d";
    font-family: 'Font Awesome 5 Free';
    color: #b2e0ff;
    font-size: 24px;
    position: absolute;
    left: 15px;
    top: -12px;
}

.testimonial-box .user-comment:after {
    content: "\f10e";
    font-family: 'Font Awesome 5 Free';
    color: #b2e0ff;
    font-size: 24px;
    position: absolute;
    right: 15px;
    bottom: -12px;
}

.testimonial-box .user-image {
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-position: top center;
    border-radius: 50%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -40px;
}

.testimonial-box .testimonial-rating {
    color: #ffbe5f;
    margin-bottom: 10px;
}

.testimonial-box .user-name {
    font-size: 14px;
    margin-bottom: 0px;
}

.testimonial-box .user-address {
    font-size: 14px;
    color: var(--secondary-color);
    margin: 0;

}

/** ========= FAQS PAGE ========= **/
.quick-contact-form {
    background-color: var(--primary-color);
    background-image: url(../images/map.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    padding: 25px 20px 55px;
    border-radius: 5px;
    color: #fff;
    position: relative;
}

.quick-contact-form .qc-form-field {
    margin-bottom: 10px;
}

.quick-contact-form .qc-form-field input {
    display: block;
    width: 100%;
    height: 43px;
    background: #fff;
    border: none;
    border-radius: 30px;
    box-shadow: none;
    padding: 0 15px;
    font-size: 15px;
    line-height: 15px;
    color: var(--heading-color);
}

.quick-contact-form .qc-form-field textarea {
    display: block;
    width: 100%;
    height: 120px;
    background: #fff;
    border: none;
    border-radius: 30px;
    box-shadow: none;
    padding: 15px;
    font-size: 15px;
    line-height: 15px;
    color: var(--heading-color);
}

.quick-contact-form .submit-btn {
    margin-top: 30px;
}

.quick-contact-form .submit-btn .btn {
    display: block;
    width: 100%;
    border: var(--secondary-color) 2px solid;
}

.quick-contact-form .submit-btn .btn:hover {
    color: var(--secondary-text-color);
}

.pricing-box {
    background-color: #fff;
    text-align: center;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.pricing-box-inner {
    padding: 30px 25px 40px;
}

.pricing-graphic-img img {
    max-height: 130px;
}

.pricing-box .price {
    background-color: var(--secondary-color);
    display: inline-block;
    min-width: 155px;
    border-radius: 30px;
    font-size: 24px;
    line-height: 24px;
    color:  var(--secondary-text-color);
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    padding: 10px;
    margin: 10px 0;
}

.pricing-box ul {
    display: block;
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
}

.pricing-box ul li {
    display: block;
    font-weight: 500;
    margin-bottom: 5px;
}

.pricing-box .btn {
    display: block;
}

.popular-heading {
    background-color: var(--primary-color);
    padding: 17px 15px;
    margin: 0;
    color:var(--primary-text-color);
    line-height: normal;
}

/** ========= ELEMENT PAGE ========= **/
#gallery-listing .section-inner {
    padding: 85px 0 60px;
}

.gallery-tab-menu {
    padding: 0;
    margin: 0 0 40px;
    text-align: center;
}

.gallery-tab-menu li {
    display: inline-block;
    vertical-align: top;
    margin: 0 2px 8px;
}

.gallery-tab-menu li a {
    display: block;
    background: #eaeaea;
    border-radius: 30px;
    padding: 10px 15px;
    font-size: 0.8125em;
    line-height: 13px;
    color: var(--heading-color);
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
    transition: 0.3s;
}

.gallery-tab-menu li:hover a,
.gallery-tab-menu li.active a {
    background: var(--secondary-color);
    color:var(--secondary-text-color);
}

.full-screen-btn {
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
    transform: translate(0, -50%);
    margin: 0 auto;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background-color: #fff;
    color: var(--primary-color);
    display: block;
    font-size: 15px;
    text-align: center;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
}

.full-screen-btn:hover {
    background-color: var(--primary-color);
    color:var(--primary-text-color);
}

.grid-item:hover .full-screen-btn {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    background: var(--primary-color);
    color:var(--primary-text-color);
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.owl-carousel .owl-nav button.owl-next {
    border-radius: 30px 0 0 30px;
    right: 0;
}

.owl-carousel .owl-nav button.owl-prev {
    border-radius: 0 30px 30px 0;
    left: 0;
}

.owl-nav button.owl-next:after {
    content: "\f0da";
    font-family: 'Font Awesome 5 Free';
    font-size: 18px;
}

.owl-carousel .owl-nav button.owl-prev:after {
    content: "\f0d9";
    font-family: 'Font Awesome 5 Free';
    font-size: 18px;
}

.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span {
    display: none;
}

.progress {
    margin-bottom: 25px;
    background-color: var(--heading-color);
}

.progress-bar {
    background-color: var(--primary-color);
}

.alert-light {
    border: #e8e8e8 1px solid;
}

.badge {
    background-color: var(--primary-color);
	color:var(--primary-text-color);
}

.btn-light {
    border: #e8e8e8 1px solid;
}

/** ========= TYPOGRAPHY PAGE ========= **/
table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
}

table tbody tr td,
table tbody tr th,
table tfoot tr td,
table tfoot tr th,
table thead tr td,
table thead tr th {
    padding: .75rem;
    vertical-align: top;
    border: 1px solid #7786a3;
}

pre code,
code {
    font-size: 15px;
    color: var(--heading-color);
}

figure {
    margin: 0 0 1rem;
    background: #fff;
    padding: 20px 15px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
}

pre {
    font-size: 15px;
    color: var(--heading-color);
    margin: 0;
}

.bg-grey figure {
    background: #fff;
}

.accordion-flush .accordion-item {
    border-radius: 3px;
    border: none;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
}

.accordion-header {
    font-weight: 500;
}

.accordion-button:focus,
.accordion-button:not(.collapsed) {
    border: none;
    box-shadow: none;
    background-color: #fff;
    color: var(--heading-color);
}

.accordion-body {
    border-top: #d5d5d5 1px solid;
}

/** ========= LOADER ========= **/
.loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 1);
    left: 0;
    top: 0;
    z-index: 999;
    text-align: center;
}

.lds-ellipsis {
    display: inline-block;
    position: absolute;
    width: 64px;
    height: 64px;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}

.lds-ellipsis div {
    position: absolute;
    top: 27px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: var(--primary-color);
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 6px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 6px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 26px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 45px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(19px, 0);
    }
}

/** ========= RESPONSIVE ========= **/
@media only screen and (max-width:1199px) {
    .h-navbar nav.navbar li.nav-item .nav-link {
        padding: 14px 22px;
    }

    .h-navbar nav.navbar form {
        width: 250px;
    }

    .home-slider-section:before {
        height: 260px;
    }

    .home-slider .item {
        height: 400px;
    }

    .slider-txt {
        left: 30px;
    }

    .service-box {
        padding: 40px 15px 10px;
    }
}

@media only screen and (max-width:991px) {

    .h1,
    h1 {
        font-size: 2.8666666666666667em;
    }

    .h2,
    h2 {
        font-size: 2.4em;
    }

    .h3,
    h3 {
        font-size: 2em;
    }

    .h4,
    h4 {
        font-size: 1.6em;
    }

    .h5,
    h5 {
        font-size: 1.2em;
    }

    .h6,
    h6 {
        font-size: 1em;
    }

    .pr-text-big {
        font-size: 1em;
    }

    .btn {
        padding: 12px 25px;
    }

    .h-middle-left,
    .h-middle-right {
        text-align: center;
        margin-top: 0px;
    }

    .navbar-brand {
        padding: 0;
        margin: 0 0 0px;
    }

    .h-middle-right span {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .h-middle-right span:first-child {
        margin-bottom: 0;
    }

    .navbar-light .navbar-toggler {
        color: var(--primary-color);
        border-color: inherit;
        background-color: #fff;
        border-radius: 30px;
        border: none;
        margin-left: 3px;
        padding: 7px 25px;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar-collapse {
        position: absolute;
        top: 28px;
        right: 0;
        background: var(--primary-color);
        color: #fff;
        width: 100%;
        padding: 40px 20px 20px;
        border-radius: 0 0 15px 15px;
        z-index: -1;
    }

    .dropdown-menu {
        min-width: inherit;
        background: none;
        padding: 0;
        left: 0;
        transform: translate(0);
        margin: 0;
        text-align: left;
    }

    .dropdown-item {
        color: #9c9c9c;
    }

    .nav {
        display: block;
    }

    .h-navbar nav.navbar li.nav-item {
        display: block;
    }

    .h-navbar nav.navbar li.nav-item .nav-link {
        padding: 14px 0;
    }

    .h-navbar nav.navbar li.nav-item.active .nav-link,
    .h-navbar nav.navbar li.nav-item:hover .nav-link {
        background-color: inherit;
        color: var(--heading-color);
    }

    .h-navbar nav.navbar .dropdown-menu {
        min-width: inherit;
        background: none;
        padding: 0;
        position: static;
        left: 0;
        transform: translate(0);
        margin: 0;
        text-align: left;
    }

    .header-search-desktop {
        display: none;
    }

    .header-search-mobile {
        display: block;
    }

    .home-slider-section:before {
        height: 235px;
    }

    .home-slider .item {
        height: 350px;
    }

    section.page-section {
        padding: 45px 0;
    }

    .col-md-6.achievements-box {
        width: 50%;
    }

    .col-md-4.achievements-box {
        width: 33.3333%;
    }

    .grid-item {
        width: 50%;
    }

    .comment-box {
        padding: 15px;
    }

    .comment-box .reply-user-image {
        width: 50px;
        height: 50px;
    }

    .comment-box .reply-user-content {
        padding-left: 50px;
    }

    .comment-box .reply-user-info,
    .comment-box .user-comment {
        padding-left: 10px;
    }

    .contact-information .contact-form {
        padding: 15px 0;
    }

    .google-map iframe {
        height: 350px;
    }

    .quick-contact-form {
        padding: 25px 15px 55px;
    }
}

@media only screen and (max-width:767px) {

    .h1,
    h1 {
        font-size: 2.4em;
    }

    .h2,
    h2 {
        font-size: 2em;
    }

    .h3,
    h3 {
        font-size: 1.8em;
    }

    .h4,
    h4 {
        font-size: 1.4em;
    }

    .h5,
    h5 {
        font-size: 1.1em;
    }

    .home-slider-section:before {
        height: 210px;
    }

    .home-slider .item {
        height: 300px;
    }

    .service-box {
        padding: 40px 15px 10px;

    }
ul.footer-social .social-text {
    padding-left: 40px;}


    .grid-item {
        padding: 0 8px;
        margin-bottom: 16px;
    }

    .google-map {
        margin-top: -50px;
    }

    .google-map iframe {
        height: 250px;
    }

    .pricing-box {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width:575px) {

    .h1,
    h1 {
        font-size: 2em;
    }

    .h2,
    h2 {
        font-size: 1.8em;
    }

    .h3,
    h3 {
        font-size: 1.4em;
    }

    .h4,
    h4 {
        font-size: 1.2em;
    }

    .navbar-brand img {
        max-width: 300px;
    }

    .col-md-6.achievements-box,
    .col-md-4.achievements-box {
        width: 100%;
        margin: 0 0 15px;
    }

    .page-heading span:before {
        width: 50px;
        left: -60px;
    }

    .page-heading span:after {
        width: 50px;
        right: -60px;
    }

    .image-dots-bg {
        padding: 15px;
    }

    .image-dots-bg:before,
    .image-dots-bg:after {
        height: 40px;
    }

    .view-project {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }

    ul.custom-pagination li a {
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 12px;
    }

    .google-map {
        margin-top: 30px;
    }
	
	.section-inner.footer-top .col-xs-6 {
    flex: 0 0 auto;
    width:50%;
}
}

@media only screen and (max-width:360px) {
    .h-navbar nav.navbar form {
        width: 200px;
    }

    .grid-item {
        width: 100%;
    }
}