html {
    height: 100%;
    --scrollbarBG: #222;
    --thumbBG: #222;
    scroll-behavior: smooth;
}
a {
    text-decoration: none !important;
}
a:hover {
    color: #3a3af0;
}
body {
    color: #000000;
    overflow-x: hidden;
    background: #ffffff;
    height: 100%;
  margin: 0;
    
    font-family: Arial, Helvetica, sans-serif;
}
:root {
    --primary: #f01b1b;
    --secondary: #4fbae3;
}
::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px var(--scrollbarBG);
    border-radius: 5px;
}
::-webkit-scrollbar-thumb {
    background: var(--thumbBG);
    border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
    background: var(--thumbBG);
}
.btn {
    text-transform: uppercase;
}
.title,
.otherevents {
    display: inline-block;
    text-transform: capitalize;
}
.wrapper {
    min-height: 96%;
    position: relative;
    margin: 0;
    overflow: hidden;
}
.carousel-top {
    height: 500px;
    overflow: hidden;
}
img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
p{
    word-wrap: break-word;
}
.border-25 {
    border-radius: 25px;
    overflow: hidden;
}
#scrollbutton {
    margin: 0px 12px;
    display: inline-block;
    background-color: #fff;
    position: fixed;
    bottom: 24px;
    left: 12px;
    transition: background-color .3s,opacity .5s,visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0px 0px 4px #3c3e40;
}

.gallery-folder {
    position: relative;
}
.gallery-folder img {
    height: 200px;
    border-radius: 0 0 0 15px;
    clip-path: polygon(40% 0, 50% 20%, 95% 20%, 95% 100%, 0 100%, 0 20%, 10% 0);
}
.gallery-folder .folder {
    position: absolute;
    width: 100%;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    top: 40%;
    border-radius: 0 0 15px 15px;
    left: 0;
}
.gallery-folder .folder span {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    transform: translate(-50%, -50%);
}
#scrollbutton i {
    color: #29b5e8;
    font-size: 20px;
}
#scrollbutton:hover {
    cursor: pointer;
    /* background-color: #333; */
}
#scrollbutton.show {
    opacity: 1;
    visibility: visible;
}
.tm-logo {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    border: 2px solid #29b4e8;
    position: absolute;
    right: 5px;
    top: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    background: #ffffff;
}
.layer-logo {
    width: 240px;
    height: 240px;
    border-radius: 50%;
    border: 2px #d6b245 dashed;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    background: #ffffff;
}
.layer-logo img {
    height: auto;
}

.logo img {
    margin: 10px 0;
    width: 700px;
}
.logo,.topnav{
    display: inline;
}

.options{
    position: relative;
    right: 5px;
    z-index: 10000;
    display: none;
}
.options.visi{
    z-index: 10000;
}
.options i{
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: none;
    border-radius: 25px;
    color: #ffffff;
    background: var(--primary);
    padding: 0px;
    outline: none;
    position: relative;
    z-index: 2;
    float: right;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
/* ==== button  ==== */
.button1 {
    color: #fff;
    padding: 10px 28px;
    background: #22a4dd;
    border: 2px solid #22a4dd;
    border-radius: 5px;
    font-weight: 700;
    transition: all .4s ease;
}
.button1:hover {
    background: transparent;
    color: #22a4dd
}
/* ==== title-section ==== */
.title-section {
    padding:10px 0;
    text-align: center;
}
.title-section h5 {
    color: var(--primary);
    font-weight: 700;
    text-transform: uppercase;
}
.title-section h2 {
    color: #000;
    font-size: 35px;
    font-weight: 600;
    text-transform: capitalize;
}
/* ==== header ==== */
.logo h1 {
    font-weight: 700;
    color: #000;
}
nav {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 50px;
}
.header-navbar ul li {
    list-style: none;
    display: inline-block;
    margin-left: 30px;
}
.header-navbar ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}
/* ==== home-about-us ====  */
.about-us{
    padding-bottom: 35px ;
}
.about-us .blog-detail{
   overflow-y: scroll;
}
.home-about-us .title-section {
    text-align: center;
}
.home-about-us .title-section h2 {
    margin-bottom: 10px;
}
.home-detail {
    margin-top: 40px;
}
.home-detail p {
    color: #fff;
    font-weight: 300;
    text-align: justify;
    line-height: 27px;
    margin-bottom: 15px;
}
.home-detail .button1 {
    margin-top: 25px;
}
.service-block {
    height: 100%;
    color: #fff;
    padding: 40px 0 30px;
    text-align: center;
    position: relative;
}

.form-section img{
    width: 120px;
}
.nav-wrap{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px;
    position: absolute;
    z-index: 10;
    background: #fff;
    width: 100%;
    right: 0;
  box-shadow: rgb(0 0 0 / 22%) 4px 1px 7px;
}
.nav-wrap.sticky{
    top: 0;
    position: fixed;
}
.form-section{
    padding: 10px;
    box-shadow: rgb(0 0 0 / 22%) 0px 5px 20px;
    border-radius: 25px;
}
.content-section{
    margin-top: 6rem;
}
.search-cat{
    padding: 10px;
}
.search-cat .active{
    text-decoration: underline;
    color: #49e035;
}
.search-cat h5{
    color: #000000;
    display: inline;
    padding: 10px;
}
.service-block h2 {
    font-size: 25px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 30px 0 20px;
}
.service-block p {
    font-size: 15px;
    font-weight: 300;
    text-transform: capitalize;
    line-height: 28px;
    margin: 30px 0 20px;
}
.service-block.service{
    padding: 20px 0 5px;
}
.service-block.service img{
    width: 100px;
    height: 100px;
}

.portfolio {
    position: relative;
}
.portfolio::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.portfolio-img {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
}
.portfolio-img img {
    width: 100%;
    height: 393px;
    object-fit: cover;
}
.portfolio-img .img-1 {
    grid-area: 1/1 /4/3;
    height: 786px;
}
.portfolio-img .img-2 {
    grid-area: 1/3 /2/5;
}
.portfolio-img .img-3 {
    grid-area: 2/3 /4/3;
}
.portfolio-img .img-4 {
    grid-area: 2/4 /4/5;
}
/* ==== testimonials ==== */
.slider-block {
    background: #222;
    padding: 20px;
    display: grid;
}
.slider-block {
    grid-template-columns: 1fr auto;
}
.slider-block.lslider,
.slider-block.profile {
    grid-template-columns: auto 1fr;
}
.slider-detail {
    margin: 0 10px;
}
.slider-block .slider-img img {
    width: 160px;
    height: 160px;
    object-fit: cover;
    border-radius: 50%;
}
.slider-detail h4,a h4 {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    margin-top: 15px;
}
.slider-detail span {
    color: #22a4dd;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    display: block;
    margin: 5px 0;
}
.slider-detail p {
    color: #b3b3b3;
}
/* ==== work-with-us ====  */
.work-with-us {
    background: linear-gradient(to right, var(--primary), var(--secondary)), top center;
    background-size: cover;
    padding: 80px 0;
    text-align: center;
}
.work-with-us h4 {
    color: #fff;
    font-size: 43px;
    font-weight: 600;
}
.work-with-us p {
    font-size: 16px;
    color: #fff;
    margin: 25px 0 50px;
}
.work-with-us .button1 {
    background: #fff;
    color: #22a4dd;
    border: 2px solid #fff;
}
.work-with-us .button1:hover {
    background: transparent;
    color: #fff;
}
.img-control {
    height: 195px;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
    transition: all ease .4s;
}
.img-control.profile {
    height: 250px;
}
.img-control:hover,
.map-area iframe:hover {
    box-shadow: 0 0 10px #c0f1cc;
}
.img-control img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.menuicons {
    width: 100%;
    display: flex;
    justify-content: space-around;
    position: absolute;
    top: 50%;
    transform: scale(0);
    opacity: 0;
    transition: all ease .4s;
}
.profile-details {
    width: 100%;
    display: flex;
    position: absolute;
    bottom: 0;
    min-height: 80px;
}
.profile-details .details {
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
}
.profile-details .details p{
    color: #49e03f;
}
.img-control:hover .menuicons {
    opacity: 1;
    transform: scale(1, 1) translateY(-50%);
}
.menuicons .icon {
    width: 50%;
    padding: 5px 0;
    color: #ffffff;
    text-align: center;
    opacity: 0.7;
}
.menuicons .icon i {
    transition: transform .2s;
}
.menuicons .icon:hover i {
    transform: scale(1.5);
}
.menuicons .download {
    background: #00ff00;
}
.menuicons .view {
    background: #0400ff;
}
.pages nav {
    justify-content: center;
}
.page-item.active .page-link {
    background-color: #191919;
    border-color: #f8f9fa;
}
.map-area {
    position: relative;
    z-index: 2;
}
.map-area iframe {
    border-radius: 25px;
    width: 100%;
    height: 400px;
}
@media only screen  and (max-width: 991px) {
    .map-area iframe {
        height: 400px;
    }
    .logo img {
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .map-area iframe {
        height: 250px;
    }
    ul.social.header-social {
        display: none;
    }
}
/* ==== our-team ==== */
.team-img {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.team-img img {
    width: 100%;
    height: 435px;
    object-fit: cover;
}
.team-detail {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    padding: 50px 20px 0;
    text-align: center;
    color: #fff;
    opacity: 0;
    transform: scale(0);
    transition: all .5s ease;
}
.team-detail p {
    color: #b3b3b3;
    font-size: 14px;
    line-height: 27px;
}
.team-detail h4 {
    font-size: 25px;
    font-weight: 600;
    margin: 25px 0 5px;
}
.team-detail span {
    color: #22a4dd;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 30px;
    font-weight: 300;
}
.team-detail .social-media-icons li {
    list-style: none;
    display: inline-block;
}
.team-detail .social-media-icons li a {
    text-decoration: none;
    height: 45px;
    width: 45px;
    background: #303030;
    border-radius: 50%;
    display: grid;
    place-items: center;
}
.team-detail .social-media-icons li a .fab {
    color: #b3b3b3;
    font-size: 17px;
}
.our-team-block:hover .team-img .team-detail {
    opacity: 1;
    transform: scale(1);
}
.blog {
    padding: 100px 0;
}
.blog-wrap {
    display: grid;
    height: 340px;
    margin: 10px;
    box-shadow: rgb(0 0 0 / 22%) 0px 3px 8px;
    grid-template-columns: repeat(1, 1fr);
}
.blog-wrap .blog-img {
    height: 200px;
}
.blog-wrap.profile .blog-img {
    height: 340px;
}
.blog-wrap .blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-wrap .blog-detail {
    padding: 10px 20px 15px;

}

.blog-wrap.profile {
    grid-template-columns: 1fr 1fr;
}
.blog-wrap.about1 {
    grid-template-columns: 2fr 1fr ;
}
.blog-wrap.about2 {
  
    grid-template-columns: 1fr 2fr;
}

.blog-detail ul li {
    list-style: none;
    color: #22a4dd;
    display: inline-block;
    margin-right: 7px;
}
.blog-detail ul li .fas {
    margin-right: 5px;
}
.blog-detail h4 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 29px;
    margin: 15px 0 20px;
}
.profile-details span {
    color: #fff;
    font-weight: 600;
}
.blog-detail p {
    color: #000;
  
}
.blog-author-block {
    display: flex;
    /* align-items:center; */
}
.blog-author-block .blog-author-img img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
}
.blog-author-block .blog-author-detail h5 {
    color: #fff;
    font-size: 17px;
}
.blog-author-block .blog-author-detail p {
    color: #22a4dd;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 7px;
}
@media (max-width: 1100px) {
    
    .carousel-top {
        height: 400px;
    }
    .tm-logo{
        width: 210px;
    height: 210px;
top: 140px;
    }
    .layer-logo{
        width: 200px;
        height: 200px;
    }
}
@media (max-width: 991px) {
    .tm-logo {
        right: 100px;
        width: 130px;
        height: 130px;
    }
    .layer-logo {
        width: 120px;
        height: 120px;
    }
    .carousel-top {
        height: 300px;
    }
}
@media (max-width: 925px) {
    .tm-logo {
        right: 50px;
        width: 130px;
        height: 130px;
    }
    
   
}
@media(max-width:767px){
    .tm-logo {
        top: 10px;
    left: 50px;
    }
    .options{
        display: block;
    }
}
@media (max-width: 575px) {
    
    .portfolio-img .img-1 {
        height: 259px;
        grid-area: 1/1 /2/3;
    }
    .portfolio-img img {
        height: 259px;
    }
    .portfolio-img .img-3 {
        grid-area: 2/3 /2/1;
    }
    .portfolio-img .img-4 {
        grid-area: 2/3 /2/5;
    }
    .slider-block {
        grid-template-columns: auto 1fr;
    }
    .slider-block .slider-img img {
        width: 160px;
        height: 160px;
        object-fit: cover;
        border-radius: 50%;
    }
    .slider-block .slider-img {
        text-align: left;
    }
}

.search-wrapper {
    position: absolute;
    right: 60px;
    z-index: 10000;
}

.search-wrapper .input-holder {    
    height: 40px;
    width:40px;
    overflow: hidden;
    background: rgba(255,255,255,0);
    border-radius:6px;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.search-wrapper.active .input-holder {
    width:285px;
    border-radius: 50px;
    box-shadow: rgb(0 0 0 / 22%) 0px 5px 20px;
    background: #fff;
    transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
}
.search-wrapper .input-holder .search-input {
    width:100%;
    height: 20px;
    padding:0px 70px 0 20px;
    opacity: 0;
    position: absolute;
    top:0px;
    left:0px;
    background: transparent;
    box-sizing: border-box;
    border:none;
    outline:none;
    font-family:"Open Sans", Arial, Verdana;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color:#000;
    transform: translate(0, 60px);
    transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    transition-delay: 0.3s;
}
.search-wrapper.active .input-holder .search-input {
    opacity: 1;
    transform: translate(0, 10px);
}
.search-wrapper .input-holder .search-icon {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 25px;
    color: #ffffff;
    background: var(--primary);
    box-shadow: rgb(50 50 93 / 25%) 0px 2px 5px -1px, rgb(0 0 0 / 30%) 0px 1px 3px -1px;
    padding:0px;
    outline:none;
    position: relative;
    z-index: 2;
    float:right;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.search-wrapper.active .input-holder .search-icon {
    width: 40px;
    height:40px;
    border-radius: 30px;
}
.search-wrapper .input-holder .search-icon span {
    width:22px;
    color: #ffffff;
    display: inline-block;
    position:relative;
    
    transition: all .4s cubic-bezier(0.650, -0.600, 0.240, 1.650);
}
.search-wrapper.active .input-holder .search-icon span {
    transform: rotate(90deg);
}
.search-wrapper .input-holder .search-icon span::before, .search-wrapper .input-holder .search-icon span::after {
    position: absolute; 
    content:'';
}

.search-wrapper .close {
       
        opacity: 1;
        position: absolute;
        z-index: 1;
        top: -5px;
        right: 0px;
        width: 40px;
        height: 40px;
        cursor: pointer;
        transform: rotate(
    -180deg);
        transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
        transition-delay: 0.2s;
}
.search-wrapper.active .close {
    right: -50px;
    transform: rotate(
45deg);
    transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    transition-delay: 0.5s;
    top: 13px;
}
.search-wrapper .close::before, .search-wrapper .close::after {
    position:absolute;
    content:'';
    background: var(--primary);
    border-radius: 2px;
}
.search-wrapper .close::before {
    width: 5px;
    height: 25px;
    left: 10px;
    top: 0px;
}
.search-wrapper .close::after {
    width: 25px;
    height: 5px;
    left: 0px;
    top: 10px;
}


.nofound{
    text-align: center;
    width: 100%;
    font-weight: bold;
}






.topnav {
    overflow: hidden;
    text-align: center;
    padding: 13px;
  }
  
  .topnav a {
    
    display: inline;
    color: #000000;
    text-align: center;
    padding: 13px 5px;
    text-decoration: none;
    font-size: 17px;
  }
  
  .topnav a:hover {
    color: var(--secondary);
  }
  
  .topnav a.active {
    color: var(--primary);
  }
  label.req:after {
    content: "*";
    color: #ff4b5a;
}
  .topnav .icon {
    display: none;
  }
  
  @media screen and (max-width: 767px) {
    .options.hide{
        z-index: 100;
        right: 60px;
        transition: all .4s ease;
        
       
    }
   .topnav{
    opacity: 0;
    overflow: hidden;
    position: absolute;
    background-color: #ffffff;;
    text-align: center;
    padding: 13px;
    width: 100%;
    left: 0;
    top: -500px;
    z-index: 1000;
    transition: all .4s ease;
    
   }
   .topnav.active{
       position: fixed;
    opacity: 1;
    top: 0; 
   }
   .nav-wrap.active{
       position: fixed;
       top: 0;
   }
    .topnav a{
        display: block;
    }
  }
  
  .footer{
    height: 20px;

  }
  .item{
    
      margin-top: 10px;
  }
  .pictures{
    padding: 0px 10px;
    border-radius: 30px;
    border: 1px solid #26aee4;
    color: #ffffff;
  }
  .pictures:hover{
   
    color: #ffffff;
  }
  .detail{
    width: 100%;
    text-align: center;
    text-decoration: underline;
  }
  
.article-share>a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 3px;
    line-height: 30px;
    font-size: 12.5px;
    text-align: center;
    background-color: rgb(255, 55, 55);
    color: #FFF !important;
    cursor: pointer;
}

.article-share>a.facebook {

    background-color: #3b5999;
}



.article-share>a.twitter-sh {
    background-color: #00aced;
}

.article-share a:hover .article-share a .fab {
    transform: scale(1.2);
    color: #FFF;
}

.article-share,
.othermenu {
    display: inline;
}
