/**
* Template Name: BizLand - v3.0.1
* Template URL: https://bootstrapmade.com/bizland-bootstrap-business-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
    font-family: 'SolaimanLipi', Arial, sans-serif !important;
    color: #444444;
}

p {
    font-size: 16px;
    color: #4f4f4f;

}

@import url('https://fonts.maateen.me/solaiman-lipi/font.css');
p {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

a {
    color: #f9f8f8;
    text-decoration: none;
}

a:hover {
    color: #fccb05;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {}

.btn-danger-2:hover {
    color: #fff;
    background-color: #d00c0e !important;
    border-color: #d00c0e !important;
}

.btn-danger-2 {
    color: #fff;
    background-color: #ed2224 !important;
    border-color: #ed2224 !important;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #ed2224;
    border-top-color: #e2eefd;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #ed2224;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
    color: #fff !important;
}

.back-to-top .fas {
    font-size: 20px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background: #333;
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/

@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

#topbar {
    background: #fff;
    height: 100px;
    font-size: 15px;
    transition: all 0.5s;
    color: #444;
    padding: 0;
}

#topbar .contact-info i {
    font-style: normal;
    color: #fff;
}

#topbar .contact-info i a,
#topbar .contact-info i span {
    padding-left: 5px;
    color: #fff;
}

#topbar .contact-info i a {
    line-height: 0;
    transition: 0.3s;
    transition: 0.3s;
}

#topbar .contact-info i a:hover {
    color: #fff;
    text-decoration: underline;
}

#topbar .social-links a {
    font-size: 22px;
    display: inline-block;
    color: #091e39;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    transition: 0.3s;
}

#topbar .social-links a:hover {
    color: #ed2224;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    background: ;
    transition: all 0.5s;
    z-index: 997;
    height: 40px;
}

#header.fixed-top {
    height: 50px;
}

#header .logo {
    font-size: 30px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.8px;
    font-family: "Poppins", sans-serif;
}

#header .logo a {
    color: #222222;
}

#header .logo a span {
    color: #ed2224;
}

#header .logo img {
    max-height: 60px;
}

.scrolled-offset {
    margin-top: 70px;
}

.top-header {
    padding: 20px 0px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/**
* Desktop Navigation 
*/

.navbar {
    padding: 1px;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    position: relative;
}

.navbar>ul>li {
    white-space: nowrap;
    padding: 10px 0px 10px 20px;
}

.donor .owl-prev {
    font-size: 27px !important;
    background: #3333335e !important;
    width: 36px;
    color: #fff;
}

.donor .owl-prev span,
.donor .owl-next span {
    color: #000;
}

.donor .owl-next {
    float: right !important;
    font-size: 27px !important;
    background: #3333335e !important;
    width: 36px;
    color: #fff;
}

.donor .owl-next:hover {
    background: #333 !important;
}

.donor .owl-prev:hover {
    background: #333 !important;
}

.donor .owl-nav {
    position: absolute;
    width: 100%;
    top: 40%;
}

.navbar a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3px;
    font-size: 18px;
    color: #fff;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
}

.navbar a i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

.navbar .active i {
    font-size: 22px;
    line-height: 0;
    margin-left: -20px
}

/*.navbar > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: #ed2224;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}
*/

.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
    visibility: visible;
    width: 100%;
}

.navbar a:hover,
.navbar .active,
.navbar li:hover>a {
    color: #ed2224;
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 28px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 0px;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
}

.navbar .dropdown ul li {
    min-width: 200px;
    border-bottom: 1px solid #050d17;
    background: #091e39;
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    font-weight: 400;
}

.navbar .dropdown ul a i {
    font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
    color: #fff;
    background: #051224;
}

.navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }
    .navbar .dropdown .dropdown:hover>ul {
        left: -100%;
    }
}

/**
* Mobile Navigation 
*/

.mobile-nav-toggle {
    color: #222222;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
    color: #fff;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }
    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(9, 9, 9, 0.9);
    transition: 0.3s;
    z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}

.navbar-mobile a {
    padding: 10px 20px;
    font-size: 15px;
    color: #222222;
}

.navbar-mobile>ul>li {
    padding: 0;
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover>a:before,
.navbar-mobile .active:before {
    visibility: hidden;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
    color: #ed2224;
}

.navbar-mobile .getstarted {
    margin: 15px;
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
    min-width: 200px;
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
    color: #ed2224;
}

.navbar-mobile .dropdown>.dropdown-active {
    display: block;
}

/*--------------------------------------------------------------
# Top News
--------------------------------------------------------------*/

.top-news-list {
    display: flex;
    align-items: flex-start;
    background: #f7f7f7;
}

.top-news-list-details {}

.top-news-list-img {
    width: 40%;
    float: left;
}

.top-news-list-img img {
    padding-right: 10px;
    height: 75px;
    object-fit: cover
}

.sub-news {
    display: flex;
}

.sub-news img {
    width: 110px;
    height: 75px;
    object-fit: cover;
    margin-right: 10px
}

.time {
    font-size: 12px;
    color: #737373;
}

.media-body h6 {
    color: #444;
    line-height: 1.5;
    height: 67px;
    overflow: hidden;
}

.media-body h6:hover {
    color: #ed2224;
    line-height: 1.5;
}

.bg-all {
    background-color: #eeeeee8c;
    padding: 5px;
}

.top-news-slider a {
    color: #fff;
}

.top-news-slider a:hover {
    color: #ed2224;
}

.top-news-slider p {
    text-align: justify;
    height: 41px;
    overflow: hidden;
}

.top-news-slider-img img {
    height: 360px;
    object-fit: cover;
}

.heading-title {
    background: #e8e8e8;
    padding: 5px;
    border-left: 5px solid #ed2224;
    margin-bottom: 10px;
}

.heading-title-black {
    background: #0000003d;
    padding: 5px;
    border-left: 5px solid #ed2224;
    margin-bottom: 10px;
}

.heading-title-black span {
    float: right;
    font-size: 14px;
    color: #444;
    padding: 5px;
}

.heading-title h5 {
    margin-bottom: 0px !important;
    font-size: 22px;
    margin-left: 10px;
}

.heading-title-black h5 {
    margin-bottom: 0px !important;
    font-size: 22px;
    margin-left: 10px;
    color: #ddd;
}

.top-news-slider-titile-bg {
    position: absolute;
    bottom: 0px;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    padding: 10px 5px 0px;
    width: 100%
}

.top-news-sub {
    height: 337px;
    overflow-y: auto;
}

.top-news-slider-titile-bg h5 {
    line-height: 1.8;
}

/*End Top News*/

/*new slider-08.03.24*/

.slider{
    width: 1300px;
    max-width: 100vw;
    height: 700px;
    margin: auto;
    position: relative;
    overflow: hidden;
}
.slider .list{
    position: absolute;
    width: max-content;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    transition: 1s;
}
.slider .list img{
    width: 1300px;
    max-width: 100vw;
    height: 100%;
    object-fit: cover;
}
.slider .buttons{
    position: absolute;
    top: 45%;
    left: 5%;
    width: 90%;
    display: flex;
    justify-content: space-between;
}
.slider .buttons button{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff5;
    color: #fff;
    border: none;
    font-family: monospace;
    font-weight: bold;
}
.slider .dots{
    position: absolute;
    bottom: 10px;
    left: 0;
    color: #fff;
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}
.slider .dots li{
    list-style: none;
    width: 10px;
    height: 10px;
    background-color: #fff;
    margin: 10px;
    border-radius: 20px;
    transition: 0.5s;
}
.slider .dots li.active{
    width: 30px;
}
@media screen and (max-width: 768px){
    .slider{
        height: 400px;
    }
}

/* end new slider*/


/*--------------------------------------------------------------
# National News
--------------------------------------------------------------*/

.national-news a {
    color: #444;
}

.national-news a:hover h5 {
    color: red;
}

.natinal-sub-news img {
    width: 100%;
    height: 100px;
    object-fit: cover;
}

.nation-sub-heading {}

.natinal-sub-news {
    float: left;
    width: 33.3%;
    margin-left: -1px;
    margin-top: -1px;
}

.national-title p {
    text-align: justify;
}

.natinal-sub-news h6 {
    text-align: left;
}

.heading-title span {
    float: right;
    font-size: 14px;
    color: #444;
    padding: 5px;
}

.heading-title-black span {
    float: right;
    font-size: 14px;
    color: #444;
    padding: 3px;
}

.heading-title span a {
    color: #444;
}

.heading-title span a:hover {
    color: #ed2224;
}

.international-sub img {
    width: 100%;
}

.inter-news-sub h6 {
    color: #444;
}

.inter-news-sub a:hover h6 {
    color: #ed2224;
}

.international-sub img {
    height: 186px;
}

.international-sub h6 {
    max-height: 64px;
    overflow: hidden;
    font-size: 20px;
    line-height: 1.5;
    color: #000;
}

/*End National News*/

/*--------------------------------------------------------------
# Details
--------------------------------------------------------------*/

.details-heading img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.details-heading h6 {
    height: 55px;
    overflow: hidden;
    font-size: 19px;
    color: #333;
    line-height: 1.5;
}

.details-heading:hover h6 {
    color: #ed2224;
}

.details-heading-1st img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.details-heading-1st h6 {
    height: 55px;
    overflow: hidden;
    font-size: 19px;
    color: #333;
    line-height: 1.5;
}

.details-heading-1st:hover h6 {
    color: #ed2224;
}

/*--------------------------------------------------------------
# Marquee
--------------------------------------------------------------*/

#marquee ul li a {
    color: #333;
}

#marquee .far {
    margin-right: 15px;
    color: #ed2224;
}

#marquee .acme-news-ticker-label {
    background: #ed2224;
    padding: 10px;
    width: auto;
    float: left;
    margin-right: 15px;
    line-height: normal;
    height: 100%;
    color: #fff;
}

#marquee .acme-news-ticker {
    background: #f0f0f0;
    position: relative;
    height: 40px;
    border: 1px solid #f6f6f6;
    margin-top: 15px;
}

#marquee .acme-news-ticker-box {
    height: 100%;
    padding-top: 7px;
    overflow: hidden;
}

.video-sub img {
    width: 100%;
}

.video-sub {
    background: #000;
    border: 1px solid #0000006e;
}

.video-sub:hover {
    background: #353535;
    padding-right: 6px;
}

.video-sub p {
    color: #fff;
}

.video-sub p:hover {
    color: #ed2224;
}

.youtube-icon img {
    height: 30px;
}

.youtube-icon {
    position: absolute;
    padding: 22px;
}

.details-pages-heading h2 {
    color: #333;
}

.details-pages-heading p {
    font-size: 19px;
    color: #333;
    line-height: 1.8;
    text-align: justify;
}

.details-pages-heading img {
    width: 100%;
}

/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/

/*@media (min-width: 320px) and (max-width: 736px) {
  #services .icon-bg-img img {
    width: 100%;
    height: 120px !important;
    object-fit: cover;
    border-bottom: 5px solid #ed2224;
  }

}

#services .icon-bg-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-bottom: 5px solid #ed2224;
}


.featured-services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow:0 0 29px 0 rgba(164, 164, 164, 0.17);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}

#services .icon-box .icon img {
  width: 100%;
}
#services .icon-bg-img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-bottom: 5px solid #ed2224;
}

#services .icon-bg-img .fas {
  color: #ed2224;
  position: absolute;
  margin-top: 0px;
  text-align: center;
  padding: 18px;
  font-size: 23px;
}

.featured-services .icon-box::before {
  content: '';
  position: absolute;
  background: #cbe0fb;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}

.portfolio .owl-dots{
  display: none;
}
.featured-services .icon-box:hover::before {
  background: #ed2224;
  top: 0;
  border-radius: 0px;
}

.featured-services .icon {
  margin-bottom: 15px;
}

.featured-services .icon i {
  font-size: 34px;
  line-height: 1;
  color: #ed2224;
  transition: all 0.3s ease-in-out;
}

.featured-services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 16px;
}

.featured-services .title a {
  color: #111;
}

.featured-services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.featured-services .icon-box:hover .title a, .featured-services .icon-box:hover .description {
  color: #fff;
}

.featured-services .icon-box:hover .icon i {
  color: #fff;
}
.we-pic{
  margin-right: 30px;
}
*/

/*---------------Parralax---------------*/

/*

.parallax-img-title p{
  color: #ed2224;
  text-align: center;
}

.parallax-img-title h4{
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.solutions{
  text-align: center;
  }*/

/*End Parallax*/

/*----------IT Services-------------*/

/*.services2 .item-bx {
  padding: 60px 40px;
  background-color: #fff;
  border: 1px solid #eee;
  border-right-color: rgb(238, 238, 238);
  border-right-style: solid;
  border-right-width: 1px;
  border-right: 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;

}
.services2 .item-bx p{
  font-size: 15px;

}
.services2 .item-bx h6{
 height: 40px;
}


.under-titiles h2{
  color: #555;
  font-family: 'Teko', sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 4px;
  position: relative;
}
.services2 .item-bx .numb {
  font-size: 60px;
  margin-bottom: 20px;
  color: transparent;
  -webkit-text-stroke: 1px #ed2224;
}

.services2 {
  background: #F7F7F7;
}

.services2 .item-bx:hover {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  }*/

/*-----------End IT Services------------*/

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

/*.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 35px;
}

.about .content ul li:first-child {
  margin-top: 35px;
}

.about .content ul i {
  background: #fff;
  box-shadow: 0px 6px 15px rgba(16, 110, 234, 0.12);
  font-size: 24px;
  padding: 20px;
  margin-right: 15px;
  color: #ed2224;
  border-radius: 50px;
}

.about .content ul h5 {
  font-size: 18px;
  color: #555555;
}

.about .content ul p {
  font-size: 15px;
}

.about .content p:last-child {
  margin-bottom: 0;
}


#about .we-are p{
  font-size: 15px;
  }*/

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/

/*
.gallery-img .modal {
  display: none;
  position: fixed;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}
.gallery-img .modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 60%;
  max-width: 1200px;
}
.gallery-img .close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.gallery-img .close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.gallery-img .mySlides {
  display: none;
}
.gallery-img .cursor {
  cursor: pointer;
}
.gallery-img .prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  background: #0000004d;
}

.gallery-part-images img{
  object-fit: cover;
  height: 250px;
  margin-bottom: 20px;
  border-radius: 10px;
}
.gallery-img .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.gallery-img .prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.gallery-img .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.gallery-img .caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.gallery-img .demo {
  opacity: 0.6;
}

.gallery-img .active,
.demo:hover {
  opacity: 1;
}

.gallery-img img.hover-shadow {
  transition: 0.3s;
}

.gallery-img .hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
*/

/*--------------------------------------------------------------
# End Gallery
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.contact .info-box {
    color: #444444;
    text-align: center;
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.3);
    padding: 20px 0 30px 0;
}

.contact .info-box i {
    font-size: 23px;
    color: #ed2224;
    border-radius: 50%;
    padding: 16px;
    border: 2px dotted #ed2224;
    height: 60px;
    width: 60px;
}

.contact .info-box h3 {
    font-size: 20px;
    color: #777777;
    font-weight: 700;
    margin: 10px 0;
}

.contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.contact .php-email-form {
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.4);
    padding: 30px;
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .error-message br+br {
    margin-top: 25px;
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-group {
    margin-bottom: 20px;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
    border-color: #ed2224;
}

.contact .php-email-form input {
    padding: 10px 15px;
}

.contact .php-email-form textarea {
    padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
    background: #ed2224;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
    background: #666666;
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.project-view a {
    color: #333;
}

.project-view {
    background-color: #e1e8f2;
    background-image: linear-gradient(189deg, rgba(255, 255, 255, 0) 60%, #ffffff 0%);
}

.project-box h6 {
    text-align: center;
    margin-top: 10px;
}

/*mobile menu*/

.mobile-v .sidepanel {
    width: 0;
    position: fixed;
    z-index: 9999;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #111111f2;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.mobile-v .sidepanel a {
    text-decoration: none;
    color: #fff;
    display: block;
    transition: 0.3s;
    font-size: 15px;
}

.mobile-v .sidepanel a:hover {
    color: red;
}

.mobile-v .sidepanel .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
}

.mobile-v .openbtn {
    font-size: 25px;
    cursor: pointer;
    color: #fff;
    border: none;
    background: none;
    position: absolute;
    left: 20px;
}

.mobile-v .openbtn:hover {
    background: #ed2224;
    color: #fff;
}

.mobile-v {
    display: none;
}

.sidemenu a {}

    {
    color: #fff;
}

.sidemenu {
    color: #fff;
    padding-left: 20px;
}

.mobile-v ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.mobile-v ul li a {
    margin-left: 20px;
}

.mobile-v ul li:hover {
    background-color: #e82123;
    color: #fff;
}

.mobile-v ul li {
    padding: 10px 0px;
    border-bottom: 1px solid #6a6a6a3b;
}

.mobile-v ul li a:hover {
    background-color: #e82123;
    color: #fff;
}

.mobile-v ul li ul {
    background-color: #333;
    width: 100%;
}

.sidemenu {
    color: #fff;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
    background-color: #1c1c1c;
    padding: 0 0 0px 0;
    font-size: 17px;
}

#footer .footer-newsletter {
    padding: 50px 0;
    background: #f0f0f0;
    text-align: center;
    font-size: 15px;
}

#footer .footer-newsletter h4 {
    font-size: 24px;
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 1;
    font-weight: 600;
}

#footer .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 4px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
    text-align: left;
}

#footer .footer-newsletter form input[type="email"] {
    border: 0;
    padding: 4px 8px;
    width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #ed2224;
    color: #fff;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type="submit"]:hover {
    background: #0d58ba;
}

#footer .footer-top {
    padding: 60px 0 30px 0;
}

#footer .footer-top .footer-contact {
    margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
    font-size: 24px;
    margin: 0 0 15px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
}

#footer .footer-top .footer-contact h3 span {
    color: #ed2224;
}

#footer .footer-top p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Roboto", sans-serif;
    color: #ffffffd6;
}

#footer .footer-top .footer-contact p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Roboto", sans-serif;
    color: #ffffffd6;
}

.footer-contact a {
    color: #011270;
	padding-top: 50px;
}

.footer-contact a:hover {
    color: #ed2224;
}

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    color: #ffffffd6;
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-top .footer-links {
    margin-bottom: 10px;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul i {
    padding-right: 13px;
    color: #ed2224;
    font-size: 11px;
    line-height: 1;
}

#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    color: #ffffffd6;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
    text-decoration: none;
    color: #ed2224;
}

#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #ed2224;
    color: #fff;
    line-height: 1;
    padding: 9px 0;
    margin-right: 4px;
    border-radius: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
    background: #666666;
    color: #fff;
    text-decoration: none;
}

#footer .copyright {
    text-align: center;
    color: #fff;
}

#footer .credits {
    float: right;
    text-align: center;
    font-size: 13px;
    color: #444444;
}

@media (max-width: 768px) {
    #footer .copyright,
    #footer .credits {
        float: none;
        text-align: center;
        padding: 2px 0;
    }
}

.underline {}

.tips p .span {
    font-size: 30px;
}

.tips p {
    padding-top: 25%;
}

.underline img {
    height: 6px;
    width: 120px;
    margin: 20px;
}

.we-pic img {
    border: 10px solid #f7f7f7;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.footer-logo img {
    width: 40%;
    object-fit: cover;
}

#faq-page .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #ed2224;
}

.faq-images img {
    width: 100%;
}

.about p {
    text-align: justify;
}

.office-hours {
    background-color: #fff;
}

.office-hours .active {
    background-color: #ed2224;
    color: #fff;
}

/*Blogs*/

.blog-subtitle {
    padding: 10px;
}

.blog-subtitle a {
    color: #333;
    font-size: 17px;
}

.blog-subtitle a:hover {
    color: #ed2224;
}

.blog-subtitle h5 {
    height: 50px;
}

.blog-subtitle p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

/*End blogs*/

@media (min-width: 320px) and (max-width: 1000px) {
    #marquee {
        display: none;
    }
    .brand-logo-top {
        position: absolute;
        right: 35%;
    }
    .youtube-icon img {
        height: 20px;
    }
    #header.fixed-top {
        height: 70px;
    }
    .brand-logo-top img {
        height: 60px;
        object-fit: contain;
    }
    .mobile-v .openbtn {
        font-size: 25px;
        cursor: pointer;
        color: #fff;
        border: none;
        background: none;
        position: absolute;
        left: 10px;
        margin-top: 2px;
    }
    .mobile-v .nav-link {
        font-size: 25px;
        cursor: pointer;
        color: #fff;
        border: none;
        background: none;
        position: absolute;
        right: 10px;
        margin-top: 2px;
    }
    .mobile-top-head .fa-clock {
        display: none;
    }
    #footer .footer-top h4 {
        background: #353434;
        padding: 6px 10px;
    }
    .mobile-v {
        display: block !important;
        margin-top: -45px;
    }
    .we-pic img {
        border: 0px solid #f7f7f7;
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    }
    .gallery-part-images img {
        object-fit: cover;
        height: 120px;
        margin-bottom: 15px;
        border-radius: 10px;
    }
    .gallery-img .modal-content {
        width: 92%;
    }
    .tips p {
        padding-top: auto;
         !important;
        padding: 20px 0px;
    }
    .services .icon-box p {
        display: none;
    }
    .section-title-left h3 {
        font-size: 22px;
    }
    .section-title-left {
        text-align: center;
        padding-bottom: 30px;
    }
    section {
        padding: 40px 0 !important;
        overflow: hidden;
    }
    .we-pic img {
        border-left: none;
        margin-left: 0px;
    }
    .under-titiles h2,
    p {
        text-align: center;
    }
    .about .content h3 {
        font-weight: 600;
        font-size: 22px;
        margin-bottom: 15px;
    }
    .services2 .item-bx {
        padding: 10px;
        text-align: center;
    }
    .services2 .item-bx h6 {
        height: 28px;
        font-weight: bold;
    }
    .portfolio .owl-carousel .owl-item img {
        display: block;
        width: 100%;
        height: 200px;
        object-fit: cover;
    }
    #footer .footer-top p {
        text-align: left;
    }
    #footer .footer-top .footer-contact p {
        text-align: left;
    }
    .sm-header {
        height: 155px !important;
    }
    .about-title {
        color: #fff;
        text-align: center;
        font-weight: bold;
        margin-top: 30%;
    }
    #featured-services .icon-box {
        text-align: center;
    }
    .featured-services .icon-box {
        padding: 10px !important;
    }
    .featured-services .title {
        font-weight: 600;
        margin-bottom: 10px;
        font-size: 15px;
    }
    .services .icon-box {
        padding: 0px;
        border-radius: 0px;
    }
    .services .icon-box h5 {
        font-size: 16px;
    }
    .parallax-img-title h4 {
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        line-height: 1.8;
    }
    .services2 .item-bx {
        margin-top: -1px;
    }
    .tips p .span {
        font-size: 23px;
        font-weight: bold;
    }
    .gets {
        text-align: center;
    }
    #topbar {
        padding: 0px !important;
    }
    .mobile-top-head {
        display: none;
    }
    .navbar-mobile .dropdown ul a:hover,
    .navbar-mobile .dropdown ul .active:hover,
    .navbar-mobile .dropdown ul li:hover>a {
        color: #fff;
    }
    #featured-services {
        padding: 40px 0 30px 0 !important;
    }
    #featured-services .mb-5 {
        margin-bottom: 15px !important;
    }
    .we-pic {
        margin-right: 00px;
    }
    #header {
        height: 65px;
    }
    #header .logo img {
        max-height: 45px;
        object-fit: contain;
    }
    #topbar {
        height: 20px;
        font-size: 13px;
        display: none !important;
    }
    .about-title h3 {
        font-size: 17px;
    }
    .about-title h6 {
        font-size: 14px;
    }
    #topbar .ms-4 {
        margin-left: 0px !important;
    }
}

@media (min-width: 950px) and (max-width: 1500px) {
    .top-slider .carousel-caption {
        bottom: 15% !important;
    }
    .top-slider .carousel-caption img {
        width: 300px !important;
    }
    .banner-centers h1 {
        font-size: 35px;
        font-weight: bold;
        text-transform: uppercase;
    }
    .banner-centers {
        text-align: left;
        margin-top: 0%;
    }
}

@media (max-width: 1440px) {
    .about-title {
        margin-top: 30%;
    }
}

@media (max-width: 1280px) {
    .about-title {
        margin-top: 37%;
    }
}

@media (max-width: 414px) {
    .about-title {
        margin-top: 26%;
    }
}


/*start social icon*/
.fa {
  padding: 5px;
  font-size: 30px;
  width: 25px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-google {
  background: #dd4b39;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: white;
}

.fa-pinterest {
  background: #cb2027;
  color: white;
}

.fa-snapchat-ghost {
  background: #fffc00;
  color: white;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.fa-skype {
  background: #00aff0;
  color: white;
}

.fa-android {
  background: #a4c639;
  color: white;
}

.fa-dribbble {
  background: #ea4c89;
  color: white;
}

.fa-vimeo {
  background: #45bbff;
  color: white;
}

.fa-tumblr {
  background: #2c4762;
  color: white;
}

.fa-vine {
  background: #00b489;
  color: white;
}

.fa-foursquare {
  background: #45bbff;
  color: white;
}

.fa-stumbleupon {
  background: #eb4924;
  color: white;
}

.fa-flickr {
  background: #f40083;
  color: white;
}

.fa-yahoo {
  background: #430297;
  color: white;
}

.fa-soundcloud {
  background: #ff5500;
  color: white;
}

.fa-reddit {
  background: #ff5700;
  color: white;
}

.fa-rss {
  background: #ff6600;
  color: white;
}

/*end social icon*/

/*start bottom news ticker*/ 
 .News-footer{ position: fixed; bottom: 0 ; margin:0; width: 100%; height:35px; background-color: #6e611e; display: inline-flex; overflow: hidden; white-space: nowrap; z-index:99; } 
 .N-text { padding-top: 5px; vertical-align: middle; font-size: 22px; color: yellow; margin: 0; width:100%; animation: marquee 20s linear infinite; display: inline-block; padding-right: 10px; } 
 .news{ height:40px; background-color:red; padding: 5px 15px 10px 25px; font-size:20px; color: white; z-index:9; display: block; } 
 .news:after { content:&#39;&#39;; top:0; transform:translateX(100%); width:100%; height:220px; position: absolute; z-index:99; animation: slide 5s infinite; background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(128,186,232,0) 99%, rgba(125,185,232,0) 100%); 
 /* FF3.6+ */ background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,0.8)), color-stop(99%,rgba(128,186,232,0)), color-stop(100%,rgba(125,185,232,0))); background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* IE10+ */ background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=&#39;#00ffffff&#39;, endColorstr=&#39;#007db9e8&#39;,GradientType=1 ); /* IE6-9 */ } #news-head:before{position: absolute; content: ''; top:19px;left: 9px; display: inline-block;height: 10px; width: 10px;background: #fff;animation:at-blink .4s infinite;} @keyframes at-blink{from{opacity:0}to{opacity:1}} @keyframes slide { 0% {transform:translateX(-100%);} 100% {transform:translateX(100%);} } 
 .t-link{color:inherit!important;list-style:none;}
 /*end bottom news ticker*/ 