/********** Template CSS **********/
:root {
    --primary: #4761FF;
    --secondary: #555555;
    --light: #F1F3FA;
    --dark: #1C2035;
}
/* carousel custome*/
.bushrs p {
    font-size: 14px !IMPORTANT;
}
a.btn.btn-lg.btn-primary.btn-lg-square.rounded-circle.back-to-top.floatBtn {
    color: #fff;
    background-color: #0f0fa9;
    border-color: #ffffff;
}
small.ms-4.pmd {
    color: #1515ff;
    font-weight: 500;
    padding-left: 20px;
}
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    background: rgb(229 229 229 / 10%) !important;
    z-index: 1;
}
.slide{
    
      background: rgb(229 229 229 / 10%) !important;
}
.mySlideImg {
    object-fit: fill !important;
    height: 400px !important;
    object-position: top center;
    width: 100% !important;
}
.text-start.myContent img {
    height: 300px;
    object-fit: contain;
}
img.articleMainImgStory {
    height: 360px;
    width: 100%;
    object-fit: cover;
}
.latest-post-aside.media.container img {
    height: 100px;
    object-fit: cover;
}
img.article-content{
	
    height: 300px;
    width: 100%;
    object-fit: contain;
}
.img-services{
max-width: 100px;
    height: 100px;
    border: 1px solid #4ca0e0;
    border-radius: 100%;
}
.myCaption {
  
}
.btn-footerbtns {
    color: #fff;
    background-color: #1515fe;
    border-color: #5879ef;
}
small.ms-4.pmd {
   color: #202023;
    font-weight: 500;
}
a.btn.btn-primary.pmd.rounded-pill.py-3.px-5.animated.slideInRight {
    background-color: blue;
}
.recentProj h3 {
    color:#121212 !important;
}

@media (max-width: 767px){

.carousel-caption.hidCaption {
    display: block !IMPORTANT;
    color: white !important;
    background-color: #1316187d !important;
    width: 75%;
    top: 190px;
    padding: 10%;
    margin: auto;
} }
.carousel-caption.hidCaption {
    display: none;
 
}

.carousel-control-prev, .carousel-control-next {
    position: absolute;
    bottom: 110px !important;
	        top: 30px !important;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: .5;
    transition: opacity 0.15s ease;
}
.myCaption h4 {
    color: black !important;
    font-weight: 700;
}
.feature-item {
   
    border: 1px solid #23425a !important;
}
.text-center.CompDesc h3,h4,h5, h6 {
    color: rgba(255,255,255,0.8) !important;
}
.inf {
    background: rgb(1 54 94 / 97%);
    color: #f1f1f1;
    width: 100%;
    transition: .5s ease;
    opacity: 1;
    position: absolute;
    top: 520px;
    color: white;
    font-size: 20px;
    padding: 50px;

}
.starterRow {
    background-color: #012f52;
	    padding: 40px;
}
.ServiceImage {
    margin-bottom: 10px;
}
.starterRow h3{color:white;}
span.myred {
    color: red;
}
span.myBlue {
	color: blue;
}
.mySlideImg {
    object-fit: cover;
    height: 600px;
    object-position: top center;
    width: 100% !important;
}
.w-100 {
    width: 100% !important;
  
}
a.ServHeader {
    color: #4ca0e0 !important;
    font-size: 18px;
    font-weight: 500 !important;
}
a.ServHeader:hover {
    color: blue;
}
.ServiceHeader {
    padding-top: 15px;
}
.kuku {
position: absolute !important;
       top: 595px !important;
    left: 0 !important;
	    background: white;
    right: 0 !important;
    z-index: 3 !important;
    padding: 0 !important;
}
.ServiceContentDescription {
	color:white !important;
  
}
.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.fw-medium {
    font-weight: 500;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--light);
}

.btn-secondary,
.btn-outline-secondary:hover {
    color: var(--dark);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.sticky-top {
    background: transparent !important;
    position: absolute !important;
    top: 85px !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 3 !important;
    padding: 0 !important;
   
}
div#navbarCollapse {
          background-color: #0404ff;
}
.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 15px !important;
    color: white !important;
    font-size: 18px;
    font-weight: 600;
    outline: none;
}
.navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link.active {
    background-color: red !important;
    color: white !important;
}
.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 25px 0;
    color: var(--dark);
    font-size: 18px;
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: red;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        margin-top: 15px;
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }

}
@media (max-width: 991.98px){
.sticky-top {
    background: #ffffff !important;
    position: absolute !important;
    top: 0px !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 3 !important;
    padding: 0 !important;
}
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, .1);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 3.5rem;
    background-color: var(--primary);
    border: 15px solid var(--primary);
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    background: #012f52;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 15px;
    font-weight: 500;
    color: var(--light);
}


/*** Features ***/
.feature-row {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}



/*** About ***/

.about {
background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../img/cb.jpg) left center no-repeat;
    margin-top: 190px;
    background-size: cover;
}

.btn-play {
    position: relative;
    display: block;
    box-sizing: content-box;
    width: 36px;
    height: 46px;
    border-radius: 100%;
    border: none;
    outline: none !important;
    padding: 18px 20px 20px 28px;
    background: var(--primary);
}

.btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 90px;
    height: 90px;
    background: var(--primary);
    border-radius: 100%;
    animation: pulse-border 1500ms ease-out infinite;
}

.btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 90px;
    height: 90px;
    background: var(--primary);
    border-radius: 100%;
    transition: all 200ms;
}

.btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    left: 3px;
    border-left: 30px solid #FFFFFF;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
        opacity: 0;
    }
}

.modal-video .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

.modal-video .modal-body {
    position: relative;
    padding: 0px;
}

.modal-video .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}


/*** Service ***/
.service-item .service-text {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .06);
    transition: .5s;
    z-index: 2;
}

.service-item:hover .service-text {
    top: -1.5rem;
}

.service-item .service-text h5 {
    transition: .5s;
}

.service-item:hover .service-text h5 {
    color: var(--primary);
}

.service-item .service-btn {
    position: absolute;
    width: 80%;
    height: 3rem;
    left: 10%;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    transition: .5s;
    z-index: 1;
}

.service-item:hover .service-btn {
    bottom: -1.5rem;
}


/*** Project ***/
.project-item {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.project-item .project-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    padding-top: 60px;
    transition: .5s;
}

.project-item:hover .project-overlay {
    opacity: 1;
    padding-top: 0;
}

.project-carousel .owl-nav {
    position: absolute;
    top: -100px;
    right: 0;
    display: flex;
}

.project-carousel .owl-nav .owl-prev,
.project-carousel .owl-nav .owl-next {
    margin-left: 15px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    border-radius: 55px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .15);
    font-size: 25px;
    transition: .5s;
}

.project-carousel .owl-nav .owl-prev:hover,
.project-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    color: #FFFFFF;
}

@media (max-width: 768px) {
    .project-carousel .owl-nav {
        top: -70px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }

    .project-carousel .owl-nav .owl-prev,
    .project-carousel .owl-nav .owl-next {
        margin: 0 7px;
        width: 45px;
        height: 45px;
        font-size: 20px;
    }
}


/*** Team ***/
.team-item {
    position: relative;
    text-align: center;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.team-item .team-social {
    position: absolute;
    padding: 0;
    top: 15px;
    left: 0;
    overflow: hidden;
}

.team-item .team-social li {
    list-style-type: none;
    margin-bottom: 10px;
    margin-left: -50px;
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-social li {
    margin-left: 15px;
    opacity: 1;
}

.team-item .team-social li .btn {
    background: #0404ff;
    color: white;
    border-radius: 40px;
    transition: .5s;
}
.profDesc {
     background-color: #012f52;
    padding: 10px;
}
.col-lg-3.col-md-6.wow.fadeInUp.Myprof {
    margin-bottom: 10px;
}
.profDesc h5 {
    font-size: 14px;
}
.team-item .team-social li .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}

.team-item .team-social li:nth-child(1) {
    transition-delay: .1s;
}

.team-item .team-social li:nth-child(2) {
    transition-delay: .2s;
}

.team-item .team-social li:nth-child(3) {
    transition-delay: .3s;
}

.team-item .team-social li:nth-child(4) {
    transition-delay: .4s;
}

.team-item .team-social li:nth-child(5) {
    transition-delay: .5s;
}


/*** Testimonial ***/
.testimonial-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    transition: .5s;
}

.owl-item .testimonial-item,
.testimonial-item * {
    transition: .5s;
}

.owl-item.center .testimonial-item,
.testimonial-item:hover {
    background: var(--primary);
}

.owl-item.center .testimonial-item *,
.testimonial-item:hover * {
    color: #FFFFFF !important;
}

.testimonial-item img {
    width: 100px !important;
    height: 100px !important;
    border-radius: 100px;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    top: -100px;
    right: 0;
    display: flex;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin-left: 15px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    border-radius: 55px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .15);
    font-size: 25px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    color: #FFFFFF;
}

@media (max-width: 768px) {
    .testimonial-carousel .owl-nav {
        top: -70px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }

    .testimonial-carousel .owl-nav .owl-prev,
    .testimonial-carousel .owl-nav .owl-next {
        margin: 0 7px;
        width: 45px;
        height: 45px;
        font-size: 20px;
    }
}


/*** Footer ***/
.footer {
    color: #B0B9AE;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #B0B9AE;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--light);
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    color: #B0B9AE;
}

.copyright {
  background: #0f0fa9;
}

.copyright a:hover {
    color: var(--primary) !important;
}

/*media blog class*/
.blog-entry {
  width: 100%;
  margin-bottom: 40px; }
  @media (max-width: 767.98px) {
    .blog-entry {
      margin-bottom: 30px; } }
  .blog-entry .text {
    position: relative;
    border-top: 0;
    border-radius: 2px;
    width: 100%;
    background: #fff;
    padding: 20px 30px; }
    .blog-entry .text .tag {
      color: #b3b3b3; }
    .blog-entry .text .heading {
      font-size: 20px;
      margin-bottom: 16px;
      font-weight: 700; }
      .blog-entry .text .heading a {
        color: #000000; }
        .blog-entry .text .heading a:hover, .blog-entry .text .heading a:focus, .blog-entry .text .heading a:active {
          color: #fc5e28; }
.blog-entry .meta {
    display: inline-block;
    position: absolute;
    top: -33px;
    background: #1515fe;
    padding: 10px;
}
    .blog-entry .meta p {
      display: inline-block;
      margin-right: 5px;
      margin-bottom: 5px;
      font-size: 12px;
      text-transform: uppercase;
      font-weight: 500; }
   .blog-entry .meta p a {
    color: #fff;
    font-size: 10px;
}
        .blog-entry .meta p a:hover {
          color: black; }
		  .block-20 {
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  height: 250px;
  width: 100%;
  position: relative;
  display: block; }
.btn.btn-blogButton {
    background: #1515fe !important;
    border: 1px solid #4ca0e0 !important;
    color: #fff !important;
}
.recentProj {
background-color: #e5e5e5;
    padding-bottom: 1px;
}
.mr-2 {
    margin-right: 0.5rem !important;
}

.carousel-caption {
  z-index: 2;
}

/*blogPage*/
img {
    width: 100%;
}
.article .article-title {
    padding: 15px 0 20px;
}
/* Blog Sidebar
-------------------*/
.blag-aside .widget {
box-shadow: 0 0 30px rgb(31 45 61 / 13%);
    border-radius: 5px;
    overflow: hidden;
    background: #ffffff;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
    display: inline-block;
    vertical-align: top;

}
.blag-aside .widget-body {
  padding: 15px;
}
.blag-aside .widget-title {
  padding: 15px;
  border-bottom: 1px solid #eee;
}
.blag-aside .widget-title h3 {
    font-size: 20px;
    font-weight: 700;
        color: red !important;
    margin: 0;

}
.blag-aside .widget-author .media {
  margin-bottom: 15px;
}
.blag-aside .widget-author p {
  font-size: 16px;
  margin: 0;
}
.blag-aside .widget-author .avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}
.blag-aside .widget-author h6 {
  font-weight: 600;
  color: #20247b;
  font-size: 22px;
  margin: 0;
  padding-left: 20px;
}
.blag-aside .post-aside {
  margin-bottom: 15px;
}
.blag-aside .post-aside .post-aside-title h5 {
  margin: 0;
}
.blag-aside .post-aside .post-aside-title a {
  font-size: 18px;
  color: #20247b;
  font-weight: 600;
}
.blag-aside .post-aside .post-aside-meta {
  padding-bottom: 10px;
}
.blag-aside .post-aside .post-aside-meta a {
  color: #6F8BA4;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 10px;
}
.blag-aside .latest-post-aside + .latest-post-aside {
  border-top: 1px solid #eee;
  padding-top: 15px;
  margin-top: 15px;
}
.blag-aside .latest-post-aside .lpa-right {
  width: 90px;
}
.blag-aside .latest-post-aside .lpa-right img {
  border-radius: 3px;
}
.blag-aside .latest-post-aside .lpa-left {
  padding-right: 15px;
}
.blag-aside .latest-post-aside .lpa-title h5 {
  margin: 0;
  font-size: 15px;
}
.blag-aside .latest-post-aside .lpa-title a {
font-weight: 600;
    text-decoration: none;
    color: #424344 !important;
}
.blag-aside .latest-post-aside .lpa-meta a {
color: #6F8BA4;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    display: inline-block;
    margin-right: 10px;
}

.tag-cloud a {
  padding: 4px 15px;
  font-size: 13px;
  color: #ffffff;
  background: #20247b;
  border-radius: 3px;
  margin-right: 4px;
  margin-bottom: 4px;
}
.tag-cloud a:hover {
  background: #fc5356;
}

.blag-single {
padding-top: 5px;
    padding-bottom: 30px;
}

.article {
    box-shadow: 0 0 30px rgb(31 45 61 / 16%);
    border-radius: 5px;
    overflow: hidden;
    background: #ffffff;
    padding: 15px;
    margin: 15px 0 30px;
}
.article .article-title {
  padding: 15px 0 20px;
}
.article .article-title h6 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 20px;
}
.article .article-title h6 a {
  text-transform: uppercase;
  color: #fc5356;
  border-bottom: 1px solid #fc5356;
}
.article .article-title h2 {
color: #20247b !important;;
  font-weight: 600;
}
.article .article-title .media {
  padding-top: 15px;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 20px;
}
.article .article-title .media .avatar {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
}
.article .article-title .media .media-body {
  padding-left: 8px;
}
.article .article-title .media .media-body label {
  font-weight: 600;
  color: #fc5356;
  margin: 0;
}
.article .article-title .media .media-body span {
  display: block;
  font-size: 12px;
}
.article .article-content h1,
.article .article-content h2,
.article .article-content h3,
.article .article-content h4,
.article .article-content h5,
.article .article-content h6 {
  color: #20247b;
  font-weight: 600;
  margin-bottom: 15px;
}
.article .article-content blockquote {
  max-width: 600px;
  padding: 15px 0 30px 0;
  margin: 0;
}
.article .article-content blockquote p {
  font-size: 20px;
  font-weight: 500;
  color: #fc5356;
  margin: 0;
}
.article .article-content blockquote .blockquote-footer {
  color: #20247b;
  font-size: 16px;
}
.article .article-content blockquote .blockquote-footer cite {
  font-weight: 600;
}
.article .tag-cloud {
  padding-top: 10px;
}

.article-comment {
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
  padding: 20px;
}
.article-comment h4 {
  color: #20247b;
  font-weight: 700;
  margin-bottom: 25px;
  font-size: 22px;
}
img {
    max-width: 100%;
}
img {
    vertical-align: middle;
    border-style: none;
}
li.list-group-item.d-flex.justify-content-between.align-items-center.CRB a {
    font-weight: 600;
    color: #4a4a4a;
}



/*postpage*/
.blag-aside .widget {
    box-shadow: 0 0 30px rgb(31 45 61 / 13%);
    border-radius: 5px;
    overflow: hidden;
    background: #ffffff;
    margin-top: 0px;
    margin-bottom: 15px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.crwbItem.single-news {
    margin-bottom: 20px;
    position: relative;
}
.crwbItem.single-news .image img {
    display: block;
    width: 100%;
}
.crwbItem.single-news .image .gradient {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0d…IxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
    background-image: -webkit-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0.05) 100%);
    background-image: -moz-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0.05) 100%);
    background-image: -o-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0.05) 100%);
    background-image: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0.05) 100%);
}
.crwbItem.single-news .details {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
}
.crwbItem.single-news .details .category {
    font-size: 11px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.crwbItem.single-news .details .category a {
    color: #fff;
    zoom: 1;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    filter: alpha(opacity=50);
}
.crwbItem.single-news .details h3 {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    font-size: 19px;
}
.crwbItem.single-news .details h3 a {
    color: #fff;
    zoom: 1;
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
}

img.img-fluid.mb-4.myprofileImg {
    height: 300px;
    object-fit: cover;
    object-position: top center;
}
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    font-size: 14px;
    color: #B0B9AE;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #ffffff !Important;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.myNavList {
    background-color: #0404ff !important;
    color: white;
}
.dropdown-item:hover,.dropdown-item:focus {
    color: #1e2125;
    background-color: red;
}

img.img-fluid.myprofileImg {
    height: 200px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}