/********** Template CSS **********/
:root {
    --primary: #da2419;
    --secondary: #001064;
    --light: #f1c8b7;
    --dark: rgba(0, 0, 0, 0.9);
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}


/*** 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;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover,
.btn.btn-secondary,
.btn.btn-outline-secondary:hover {
    color: #FFFFFF;
    border-radius: 10px;
}

.btn.btn-primary:hover {
    background: var(--secondary);
    border-color: var(--secondary);
}

.btn.btn-secondary:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.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 ***/


.navbar .sticky-top {
    top: -100px;
    transition: .5s;
}


.navbar .navbar-brand img {
    max-height: 65px;
}

.navbar .navbar-nav .nav-link {
    margin-left: 25px;
    padding: 10px 0;
    color: #3c19bd;
    font-weight: 500;
    outline: none;

}

.navbar .navbar-nav
{
  padding-left: 300px;

}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
    font-weight: 500;
}

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

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-color:#2e2e2e;
    border: 12px solid #2e2e2e;
    border-radius: 3rem;
}

.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-brand img {
        max-height: 45px;
    }

    .navbar .navbar-nav {
        margin-top: 20px;
        margin-bottom: 15px;
        align-items: center;
    }

    .navbar .nav-item .dropdown-menu {
        padding-left: 30px;
    }
}

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

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


/*** Header ***/

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

 .page-header {
    background: linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url(../image/pages-bg.jpg) center center no-repeat;
    background-size: cover;
    height: 200px;
} 

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

.page-header .breadcrumb-item a:hover,
.page-header .breadcrumb-item.active {
    color: var(--primary);
}
/* title */
.section-title{
    position: fixed;
}
.section-title.text-center::before {
    left: 50%;
    margin-left: -75px;
}
.section-title::before {
    position: absolute;
    content: "";
    width: 150px;
    height: 5px;
    left: 0;
    bottom: 0;
    background: var(--primary);
    border-radius: 2px;
}
/* about */
.about-experience {
    background-color: #2a176f;
    position: absolute;
    width: 100%;
    height: 100% ;
    right: -45px;
    bottom: -45px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.rounded {
    border-radius: 8px !important;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
/*** Facts ***/
.facts {
    background: rgba(0, 0, 0, .8);
}


/*** Quote ***/
@media (min-width: 992px) {
    .container.quote {
        max-width: 100% !important;
    }

    .container.quote .quote-text {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }

    .container.quote .quote-form {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .container.quote .quote-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }

    .container.quote .quote-form  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .container.quote .quote-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }

    .container.quote .quote-form  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}

.container.quote .quote-text {
    background: rgba(0, 0, 0, .8);
}

.container.quote .quote-form {
    background: rgba(255, 255, 255, .8);
}

.container.quote .quote-text .h-100,
.container.quote .quote-form .h-100 {
    padding: 6rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


/*** Service ***/



.service-img {
  
      box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}
.service-item .service-icon img {
    max-width: 60px;
    max-height: 60px;
}

/*** Team ***/
.team-item .team-img::before,
.team-item .team-img::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .8);
    transition: .5s;
}

.team-item .team-img::after {
    left: auto;
    right: 0;
}

.team-item:hover .team-img::before,
.team-item:hover .team-img::after {
    width: 50%;
}

.team-item .team-img .team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
    z-index: 3;
    opacity: 0;
}

.team-item:hover .team-img .team-social {
    transition-delay: .3s;
    opacity: 1;
}


/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-item {
    position: relative;
    transition: .5s;
    background-color: #fff;
    margin-left: 8px;
    margin-right: 8px;
    width: 350px;
    height: 270px;   
}


.testimonial-carousel .owl-item.center .testimonial-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    animation: pulse 1s ease-out .5s;
    }

.testimonial-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: var(--primary);
    border: 5px solid var(--light);
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--light);
    border-color: var(--primary);
}
/* products */
@media (max-width: 600px) {
    .products  {
       margin-top: 15px;
    }
    .list {
        margin-top: 10px;
     }
}
/* features */
.image img{
    width: 100% !important;
   height: auto;
    background: center center no-repeat;
    background-size: cover;
} 

/* gallery */

.gallery-image {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.gallery-image img {
  height: 450px;
  width: 550px;
  transform: scale(1.0);
  transition: transform 0.4s ease;
}

.img-box {
  box-sizing: content-box;
  margin: 10px;
  height: 450px;
  width: 550px;
  overflow: hidden;
  display: inline-block;
  color: white;
  position: relative;
  background-color: white;
  box-shadow: 0 0 5px rgba( 0, 0, 0, 0.25);
}

  
  .caption {
    position: absolute;
    bottom: 5px;
    left: 20px;
    opacity: 0.0;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }
  
  .transparent-box {
    height: 250px;
    width: 350px;
    background-color:rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    left: 0;
    transition: background-color 0.3s ease;
  }
  
  .img-box:hover img { 
    transform: scale(1.1);
  }
  
  .img-box:hover .transparent-box {
    background-color:rgba(0, 0, 0, 0.5);
  }
  
  .img-box:hover .caption {
    transform: translateY(-20px);
    opacity: 1.0;
  }
  
  .img-box:hover {
    cursor: pointer;
  }
  
  .caption > p:nth-child(2) {
    font-size: 0.8em;
  }
  
  .opacity-low {
    opacity: 0;
  }

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

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: 
    #c4c2c2
    ;
    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;
    color: 
    #c4c2c2
    ;
    margin-right: 10px;
}

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

.footer .btn.btn-square {
    color: 
    #c4c2c2
    ;
    border: 1px solid 
    #c4c2c2
    ;
}

.footer .btn.btn-square:hover {
    color: var(--light);
    border-color: var(--primary);
}

.footer .copyright {
    padding: 25px 0;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--primary);
}

.footer .copyright a:hover {
    color: #FFFFFF;
}



/*** projects slide ***/
.project-carousel .owl-item .testimonial-item {
    position: relative;
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    box-shadow: 0 0 45px rgba(201, 102, 11, 0.08);
    animation: pulse 1s ease-out .5s;
}  

.card {
    position: relative;
    display: flex;
    width: 400px;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #d2d2dc; 
    -webkit-box-shadow: 0px 0px 5px 0px rgb(249, 249, 250);
    -moz-box-shadow: 0px 0px 5px 0px rgba(212,182,212,1);
    box-shadow: 0px 0px 5px 0px rgb(161, 163, 164);
}

 .card .card-body {
        padding: 1rem 1rem;
 }

 .card-body {
     flex: 1 1 auto;
     padding: 1.25rem
 }

 p {
     font-size: 0.875rem;
     margin-bottom: .5rem;
     line-height: 1.5rem
 }

 h4{
         line-height: .2 !important;
 }

 h5{
  line-height: .2 !important;
}

.services  p{
color: rgb(63, 62, 62);
}

.items {
    width: 95%;
    margin: 0px auto;
    margin-top: 80px;
    
}

.slick-slide {
    margin: 10px

}


.media iframe,
.media-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 0;
    border-radius: inherit;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: rgba(120, 120, 120, .1);
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.media-content:before {
    content: '';
    position: absolute;
    height: 10%;
    width: 90%;
    left: 5%;
    bottom: 0;
    background: inherit;
    background-position-y: 100%;
    filter: blur(10px)
}

.circle .media-content:before {
    width: 40%;
    left: 30%
}


.profile-image{
    width: 100%;
    height: 400px;
   
}

.card-title{
    font-size: 19px;
    font-weight: 200;
} 

.row > div {
    padding: 0 4px !important;
}

.awards img {
    box-shadow: 0 0 5px rgba( 0, 0, 0, 0.50);
} 



/*-------------------------------------------------------------------*/
.img-border {
    position: relative;
    height: 100%;
    min-height: 400px;
  }
  
  .img-border::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;

    border: 5px solid var(--primary);
    border-radius: 6px;
  }
  
  .img-border img {
    position: absolute;
  
    width: calc(100% - 3rem);
    height: calc(100% - 3rem);
    object-fit: cover;
    border-radius: 6px;
  }


  /*---------------------------------------------*/


  /*---------------------------------------------*/
  
  .gallery img{
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
  }
  
  .gallery img:hover{
    transform: scale(1.4);
    transition: transform 0.4s ease;
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
  }

  /*-----------------------------------------------*/

  #about h4 {
    color:  var(--primary);
  }

  .about img{
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
  }
  
 /*--------------------------------------------------------------*/

 .cer img{
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
  }
  
  .cer img:hover{
    transform: scale(1.2);
    transition: transform 0.4s ease;
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
  }


  /*----- 4- Counter -----*/
.counting{
    width: 100%;
    padding: 3rem 5%;
    margin: 1rem 0;
    min-height: 15rem;  
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center; 
    justify-content: center; 
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3rem;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)), url("../image/about5.jpg");
    background:         linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)), url("../image/about5.jpg");
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.counting .box{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 25rem;
        flex: 1 1 25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.counting .box i{
    color: var(--white);
    width: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;  
    font-size: 5rem;
    margin-bottom: 1rem;
    text-align: center;
}

.counting .box .count{
    font-size: 3.5rem;
    font-weight: 500;
    color: var(--main-color);
}

.counting .box h3{
    font-size: 2rem;
    font-weight: 400;
    color: var(--white);
    padding-bottom: 1rem;
    position: relative;
}

.counting .box h3::after {
    content: "";
    position: absolute;
    bottom: -15%;
    left: 0%;
    right: 0%;
    width: 6rem;
    height: 6%;
    background:var(--main-color);
    display: inline-block;
    margin: auto;
}

/*-----------------------*/
.tab-button-area-one .nav {
  justify-content:center;
  border-bottom: none;
  margin-left: -20px;
  margin-top: 0;
}
.tab-button-area-one .nav li {
  margin-left: 20px;
  margin-top: 0;
}
.tab-button-area-one .nav li button {
  background: #FFFFFF;
  color: #1C2539;
  padding: 12px 28px;
  border: 1px solid #EDEFF3;
  box-shadow: 0px 9px 18px rgba(24, 16, 16, 0.05);
  border-radius: 15px;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
}
@media only screen and (max-width: 479px) {
  .tab-button-area-one .nav li button {
    padding: 10px 20px;
    font-size: 14px;
    margin-top: 15px;
    
  }
}

.tab-button-area-one .nav li button.active {
  background: red;
  color: #fff;
}

.rts-product-one {
    padding: 15px 15px 15px 15px;
    border: 1px solid #EDEFF3;
    border-radius: 15px;
  }
  @media only screen and (max-width: 479px) {
    .rts-product-one {
      padding: 15px;
    }
  }
  .rts-product-one .thumbnail-area {
    position: relative;
    overflow: hidden;
    border-radius: 19px;
  
  }
  .rts-product-one .thumbnail-area::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 133%;
    left: 0;
    top: 0;
    transform: rotate(-45deg) translateY(126%);
    transition: 0.5s;
    z-index: 0;
  }
  .rts-product-one .thumbnail-area::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 133%;
    left: 0;
    top: 0;
    transform: rotate(-54deg) translateY(-144%);
    transition: 0.5s;
    z-index: 0;
  }
  .rts-product-one .thumbnail-area img {
    width: 100%;
   }
  .rts-product-one .thumbnail-area a.rts-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    z-index: 5;
  }
  .rts-product-one .thumbnail-area:hover::after {
    transform: rotate(-53deg) translateY(34%);
  }
  .rts-product-one .thumbnail-area:hover::before {
    transform: rotate(-54deg) translateY(-117%);
  }
  .rts-product-one .product-contact-wrapper {
    padding: 30px 0 0 0;
  }
  .rts-product-one .product-contact-wrapper span {
    margin-bottom: 15px;
  }
  .rts-product-one .product-contact-wrapper .title {
    margin-bottom: 8px;
    transition: 0.3s;
  }
  .rts-product-one:hover .thumbnail-area a.rts-btn {
    transform: translate(-50%, -50%) scale(1);
  }
  .rts-product-one:hover .product-contact-wrapper a .title {
    color: var(--color-primary);
  }

  
.big-bg-porduct-details {
    position: relative;
  }
  .big-bg-porduct-details img {
    width: 100%;
    border-radius: 16px;
  }
  .big-bg-porduct-details .project-info {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fff;
    width: 386px;
    box-shadow: 0px 10px 21px rgba(27, 18, 18, 0.05);
    border-radius: 15px 0 15px 0;
  }
  @media only screen and (max-width: 1199px) {
    .big-bg-porduct-details .project-info {
      bottom: -66px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .big-bg-porduct-details .project-info {
      position: relative;
      width: 100%;
      border-radius: 15px;
      margin-bottom: 30px;
      margin-top: -33px;
    }
  }
  @media only screen and (max-width: 767px) {
    .big-bg-porduct-details .project-info {
      position: relative;
      width: 100%;
      border-radius: 15px;
      margin-bottom: 30px;
      margin-top: -33px;
    }
  }
  .big-bg-porduct-details .project-info .info-head {
    padding: 24px 40px;
    background: var(--color-primary);
    border-radius: 15px 0 0 0;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .big-bg-porduct-details .project-info .info-head {
      border-radius: 15px 15px 0 0;
    }
  }
  @media only screen and (max-width: 767px) {
    .big-bg-porduct-details .project-info .info-head {
      border-radius: 15px 15px 0 0;
    }
  }
  @media only screen and (max-width: 479px) {
    .big-bg-porduct-details .project-info .info-head {
      padding: 12px 14px;
    }
  }
  .big-bg-porduct-details .project-info .info-head .title {
    color: #fff;
    margin-bottom: 0;
  }
  @media only screen and (max-width: 479px) {
    .big-bg-porduct-details .project-info .info-head .title {
      font-size: 18px;
    }
  }
  .big-bg-porduct-details .project-info .info-body {
    padding: 15px 40px;
  }
  @media only screen and (max-width: 479px) {
    .big-bg-porduct-details .project-info .info-body {
      padding: 15px 10px;
    }
  }
  .big-bg-porduct-details .project-info .info-body .single-info {
    display: flex;
    align-items: center;
    padding: 24px 0;
    border-bottom: 1px solid #E9E9E9;
  }
  @media only screen and (max-width: 479px) {
    .big-bg-porduct-details .project-info .info-body .single-info {
      padding: 15px 0;
    }
  }
  .big-bg-porduct-details .project-info .info-body .single-info:last-child {
    border-bottom: none;
  }
  .big-bg-porduct-details .project-info .info-body .single-info .info-ico i {
    height: 50px;
    width: 50px;
    background: var(--color-primary-alta);
    color: var(--color-primary);
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }
  .big-bg-porduct-details .project-info .info-body .single-info .info-details {
    margin-left: 20px;
  }
  .big-bg-porduct-details .project-info .info-body .single-info .info-details span {
    margin-bottom: 5px;
  }
  .big-bg-porduct-details .project-info .info-body .single-info .info-details .name {
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 3px;
  }
  
  @media only screen and (max-width: 479px) {
    .product-details-main-inner {
      padding: 0 10px;
    }
  }
  
  .product-details-main-inner span {
    color: var(--color-primary);
    font-weight: 500;
  }
  .product-details-main-inner .title {
    margin-bottom: 20px;
  }
  .product-details-main-inner p.disc {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .product-details-main-inner p.italic {
    font-size: 20px;
    font-style: italic;
    color: #1C2539;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 30px;
  }
  
  .single-project-details-challenge {
    margin-bottom: 20px;
    display: flex;
  }
  .single-project-details-challenge .details {
    color: #1C2539;
    line-height: 26px;
    font-weight: 400;
    font-size: 16px;
  }
  .single-project-details-challenge:last-child {
    margin-bottom: 0;
  }
  .single-project-details-challenge .icon {
    margin-right: 15px;
  }
  .single-project-details-challenge .icon i {
    width: max-content;
    border-radius: 50%;
    color: var(--color-primary);
    font-size: 19px;
    margin-top: 4px;
  }
  
/*--------------------*/
#gallery .tab-content-area .rts-product-one{
background-color: #fff;
}
/*--------------------*/


.services .tab-content .tab-pane .img{
  background-color: white;
    box-shadow: 0 0 5px rgba( 0, 0, 0, 0.25);

}
.about span{
  color: #da2419;
}

.about span:hover{
  color: var(--secondary);
  
}


#achieve {
  background-color: #d5dbeb;
  color: #203369;
  padding-right: 5px;
  padding-left: 5px;
}

.achieve img {
  border-radius: 10px;
}

.achieve h3{
  color: var(--secondary);  
}

.achieve h3:hover{
  color:#da2419;  
}

.achieve p{
  color: #1C2539;  
}

.ind h5{
   margin-top: 3px;
    color: #da2419;
}

.ind h5:hover{
  color: var(--secondary);
}

.achieve h5{
  color: var(--secondary);  
}

.achieve h5:hover{
  color:#da2419;  
}


.achieve li{
  color: #000;  
}


/*--------------------------achievemnets----------------------*/


/*=================================================================
  Single Blog Page
==================================================================*/
.post.post-single {
  border: none;
}

.post.post-single .post-thumb {
  margin-top: 30px;
}

.post-sub-heading {
  border-bottom: 1px solid #dedede;
  padding-bottom: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 20px;
}

.post-social-share {
  margin-bottom: 50px;
}

.post-comments {
  margin: 30px 0;
}

.post-comments .media {
  margin-top: 40px;
}

@media (max-width: 480px) {
  .post-comments .media {
    display: block;
  }
}

.post-comments .media>.pull-left {
  padding-right: 20px;
}

@media (max-width: 480px) {
  .post-comments .media>.pull-left {
    display: inline-block;
    margin-bottom: 15px;
  }
}

.post-comments .comment-author {
  margin-top: 0;
  margin-bottom: 0px;
  font-weight: 500;
}

.post-comments .comment-author a {
  color: #203369;
  font-size: 14px;
  text-transform: uppercase;
}

.post-comments time {
  margin: 0 0 5px;
  display: inline-block;
  color: #808080;
  font-size: 12px;
}

.post-comments .comment-button {
  color: #203369;
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
}

.post-comments .comment-button i {
  margin-right: 5px;
  display: inline-block;
}

.post-comments .comment-button:hover {
  color: #203369;
}

.post-excerpt {
  margin-bottom: 60px;
}

.post-excerpt h3 a {
  color: #000;
}

.post-excerpt p {
  margin: 0 0 30px;
}

.post-excerpt blockquote.quote-post {
  margin: 20px 0;
  margin-bottom: 30px;
}

.post-excerpt blockquote.quote-post p {
  line-height: 30px;
  font-size: 20px;
  color: #203369;
  margin-bottom: 0;
}

.single-blog {
  background-color: #fff;
  margin-bottom: 50px;
  padding: 20px;
}

.blog-subtitle {
  font-size: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dedede;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.next-prev {
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede;
  margin: 20px 0;
  padding: 25px 0;
}

.next-prev a {
  color: #000;
}

.next-prev a:hover {
  color: #203369;
}

.next-prev .prev-post i {
  margin-right: 10px;
}

.next-prev .next-post i {
  margin-left: 10px;
}

.social-profile ul li {
  margin: 0 10px 0 0;
  display: inline-block;
}

.social-profile ul li a {
  color: #4e595f;
  display: block;
  font-size: 16px;
}

.social-profile ul li a i:hover {
  color: #203369;
}

.comments-section {
  margin-top: 35px;
}

.author-about {
  margin-top: 40px;
}

.post-author {
  margin-right: 20px;
}

.post-author>img {
  border: 1px solid #dedede;
  max-width: 120px;
  padding: 5px;
  width: 100%;
}

.comment-list ul {
  margin-top: 20px;
}

.comment-list ul li {
  margin-bottom: 20px;
}

.comment-wrap {
  border: 1px solid #dedede;
  border-radius: 1px;
  margin-left: 20px;
  padding: 10px;
  position: relative;
}

.comment-wrap .author-avatar {
  margin-right: 10px;
}

.comment-wrap .media .media-heading {
  font-size: 14px;
  margin-bottom: 8px;
}

.comment-wrap .media .media-heading a {
  color: #203369;
  font-size: 13px;
}

.comment-wrap .media .comment-meta {
  font-size: 12px;
  color: #888;
}

.comment-wrap .media p {
  margin-top: 15px;
}

.comment-reply-form {
  margin-top: 80px;
}

.comment-reply-form input,
.comment-reply-form textarea {
  height: 35px;
  border-radius: 0;
  box-shadow: none;
}

.comment-reply-form input:focus,
.comment-reply-form textarea:focus {
  box-shadow: none;
  border: 1px solid #203369;
}

.comment-reply-form textarea,
.comment-reply-form .btn-main,
.comment-reply-form .btn-transparent,
.comment-reply-form .btn-small {
  height: auto;
}

.bg-1 {
  background-image: url("../images/call-to-action-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.bg-2 {
  background: url("../images/featue-bg.jpg");
  background-size: cover;
  background-attachment: fixed;
}

.widget {
  margin-bottom: 30px;
}

.widget .widget-title {
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-size: 16px;
  color: #333;
  font-weight: 500;
  border-bottom: 1px solid #dedede;
}

.widget.widget-latest-post .media {
  margin-bottom: 10px;
}

.widget.widget-latest-post .media .media-object {
  margin-top: 15px;
  width: 400px;
  height: 650px;
  margin-right: 15px;
}

.widget.widget-latest-post .media .media-heading {
  margin-bottom: 0;
}

.widget.widget-latest-post .media .media-heading a {
  color: #000;
  font-size: 16px;
  transition: 0.3s;
}

.widget.widget-latest-post .media .media-heading a:hover {
  color: #203369;
}

.widget.widget-latest-post .media p {
  font-size: 12px;
  color: #808080;
}

.widget.widget-category ul li a {
  color: #837f7e;
  transition: all 0.3s ease;
  border: 1px solid #eee;
  display: block;
  padding: 8px 15px;
  margin-bottom: -1px;
}

.widget.widget-category ul li a:before {
  padding-right: 10px;
}

.widget.widget-category ul li a:hover {
  color: #203369;
  padding-left: 20px;
}

.widget.widget-tag ul li {
  margin-bottom: 10px;
  display: inline-block;
  margin-right: 5px;
}

.widget.widget-tag ul li a {
  color: #837f7e;
  display: inline-block;
  padding: 8px 15px;
  border: 1px solid #dedede;
  border-radius: 30px;
  font-size: 14px;
  transition: all 0.3s ease;
}

.widget.widget-tag ul li a:hover {
  color: #fff;
  background: #203369;
  border: 1px solid #203369;
}

/*=================================================================
  Latest Posts
==================================================================*/
.blog {
  background: #F6F6F6;
}

.post {
  background: #fff;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

.post .post-media.post-thumb img {
  width: 100%;
  height: auto;
}

.post .post-media.post-media-audio iframe {
  width: 100%;
}

.post .post-title {
  margin-top: 10px;
  margin: 25px 0 0;
  text-transform: capitalize;
  font-size: 26px;
  margin-bottom: 20px;
}

.post .post-title a {
  color: #203369;
}

.post .post-title a:hover {
  color: #203369;
}

.post .post-meta {
  font-size: 13px;
  margin-top: 10px;
  text-transform: uppercase;
}

.post .post-meta ul li {
  display: inline-block;
  color: #909090;
  margin-right: 20px;
  font-size: 12px;
  letter-spacing: 0.5px;
}

.post .post-meta ul li a {
  color: #909090;
}

.post .post-meta ul li a:hover {
  color: #203369;
}

.post .post-meta .post-author {
  color: #000;
}

.post .post-content {
  margin-top: 20px;
}

.post .post-content p {
  line-height: 26px;
}

.post .post-content .btn-main,
.post .post-content .btn-transparent,
.post .post-content .btn-small {
  padding: 10px 20px;
  margin: 15px 0;
  font-size: 12px;
}

.post-pagination {
  margin-top: 40px;
}

@media (max-width: 480px) {
  .post-pagination {
    display: block;
  }
}

.post-pagination>li {
  margin: 5px;
  display: inline-block;
  font-size: 14px;
}

.post-pagination>li>a {
  color: #000;
  padding: 10px 15px;
  border-radius: 0 !important;
  transition: all 0.3s ease;
}

.post-pagination>li>a:hover {
  color: #fff;
  background: #203369;
  border: 1px solid #203369;
}

.post-pagination>li.active>a {
  background: #203369 !important;
  border: 1px solid #203369 !important;
}

.post-pagination>li:first-child>a,
.post-pagination>li:last-child>a {
  border-radius: 0;
}

.page-link:focus {
  box-shadow: none;
}

/*-----------post---------------------*/

.post img {
  border-radius: 10px;
}

/*-----------video---------------------*/

video {
  max-width: 700px;
  max-height: 800px;
}

.video-section {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-section video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#post .post img{
  height: 500px;
  width: 700px;
}

@media (max-width: 480px) {
  #post .post img {
    height: 300px;
    width: 100%;
  }
}


@media (max-width: 480px) {
  #gallery .gallery-image .img-box img{
    height: 300px;
    width: 100%;
    box-shadow: none;
    }
}
