/* fontawesome started... */
 
@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.4.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}

.fa-phone:before{content:"\f095"}

.fa-envelope:before{content:"\f0e0"}

.fa-facebook:before{content:"\f09a"}

.fa-instagram:before{content:"\f16d"}

.fa-linkedin:before{content:"\f0e1"}

.fa-twitter:before{content:"\f099"}

.fa-heart:before{content:"\f004"}

.fa-long-arrow-right:before{content:"\f178"}

.fa-home:before{content:"\f015"}

.fa-whatsapp:before{content:"\f232"}

.fa-youtube-play:before{content:"\f16a"}

.fa-chevron-up:before{content:"\f077"}

.fa-check:before{content:"\f00c"}

.fa-map-marker:before{content:"\f041"}

.fa-search-plus:before{content:"\f00e"}

.fa-angle-double-right:before{content:"\f101"}

.fa-gear:before,.fa-cog:before{content:"\f013"}
.fa-gear:before,.fa-cog:before{content:"\f013"}


/* fontawesome ended... */

/* global css started... */

body{

    font: normal 16px/1.5 "Roboto",sans-serif;

    color: #000;

    margin: 0;

    padding: 0;

}

@media screen and (min-width: 1200px) {

    .container, .container-sm, .container-md, .container-lg, .container-xl{

        max-width: 1200px;

    }

}

.py-50,.pt-50 {

    padding-top: 50px!important;

}

.py-50,.pb-50{

    padding-bottom: 50px!important;

}

ul.with-li{

    list-style: disc;

    padding-inline-start: 20px;

}

ul.with-li li{

    list-style: circle;

}

a{

    color: #366aa9;

    transition: .3s all ease-in-out;

}

a:hover,a:focus,a:active{

    color: #ff9500;

}

a,a:hover,a:focus,a:active{

    text-decoration: none;

}

ul, ul li{

    list-style: none;

    padding: 0;

    margin: 0;

}

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

    font-family: 'laila', serif;

}

p{

    text-align: justify;

}
.font-18{
    font-size: 18px !important;
}
img{

    max-width: 100%;

}



.btn{

    transition: .3s all ease-in-out;

}

.btn-primary {

    background: #f7941d;

    color: #fff;

    padding: 1rem 1.5rem;

    border-radius: 0;

    border-color: #ed1c24;

}

.btn-primary:hover{

    color: #fff;

    background-color: #ed1c24;

    border-color: #f7941d;

}

.btn-blue {

    font-family: Laila, sans-serif;

    letter-spacing: 1px;

    font-size: 18px;

    color: #fff;

    background: #035a9c;

    padding: 0.55rem 1.5rem;

    border-radius: 2rem;

    border-color: #035a9c;

}

.btn-blue:hover{

    background-color: #fff;

    color: #035a9c;

}
.btn-pink {
    background: #ff9500;
    color: #fff;
   
    border-radius: 0.25rem;
    border-color: #ff9500;
   
    font-size: 16px;
  }
  .btn-pink:hover {
    color: #000;
    background-color: #fff;
  }

.back_fade{

    background-color: #fbfbfb!important;

}

.back_dark *{

    color: #fff;

}

.back_dark p{

    color: #787878;

}

.text-color{

    color: #ff9500;

}

.title {

    color: #000;

    font: bold 2.5rem/normal "Laila",sans-serif;

    margin-bottom: 1rem;

}

.title span{

    color: #ff9500;

}

p.lead {

    font-size: 18px;

    font-weight: 300;

    color: #787878;

}

.order-1{

    order: 1 !important;

    -md-order: 1 !important

}

.order-2{

    order: 2 !important;

    -md-order: 2 !important

}

.w-100{

    width: 100% !important

}

.h-100{

    height: 100% !important;

}
@media screen and (max-width: 450px) {
    .about_box {
       
        margin-bottom: 12px;
    }
    .blog-box {
       
        margin-bottom: 18px;
    }
    .about_text {
        font-size: 48px;
    }
}

@media screen and (min-width: 768px) {

    .order-md-1{

        order: 1 !important;

        -md-order: 1 !important

    }

    .order-md-2{

        order: 2 !important;

        -md-order: 2 !important

    }

    .ml-md-5{

        margin-left: 3rem !important;

    }

    .mr-md-5{

        margin-right: 3rem !important;

    }

    .mt-md-0{

        margin-top: 0 !important;

    }

}

/* global CSS ended... */

/* header css started... */

.call_btn {

    position: fixed;

    width: 45px;

    height: 45px;

    line-height: 45px;

    color: #fff;

    font-size: 26px;

    cursor: pointer;

    z-index: 99;

    border-radius: 100%;

    transition: all 300ms ease-in-out;

    left: 22px;

    

    box-shadow: 0px 3px 10px rgba(0,0,0,.16), 0px 3px 10px rgba(0,0,0,.16);

    text-align: center;

    display: flex;

    flex-wrap: wrap;

    align-items: center;

    justify-content: center;

}

.call_btn#whatsapp {

    background: #01e675;

    bottom: 50px;

}

.call_btn#call {

    background: #02619e;

    bottom: 110px;

}
.call_btn#message{
    background: #f9c344;
    bottom: 170px;
}
.call_btn:hover{
    color: #fff;
}
.side_popup {
    position: fixed;
    bottom: 45%;
    height: 48px;
    width: auto !important;
    left: auto !important;
    right: -62px !important;
    transition: .3s all ease-in-out;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    background: #035a9c;
    color: #fff;
    padding: 0.5rem 1.5rem;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    z-index: 1111;
}
.side_popup:hover{
    background: #ff9500;
    color: #fff;
}
.header_bottom {

    box-shadow: 0 0 0.5rem #ccc;

    background-color: #fff;

    position: relative;

    z-index: 2;

}

.header_bottom .navbar-nav{

    padding: 0;

    position: relative;

}

.header_bottom.sticky {

    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    height: auto;

    z-index: 999;

    background-color: #fff;

    box-shadow: 0 0 5rem .5rem rgba(0, 0, 0, 0.1);

    border-bottom: 2px solid #ededed;

}

.header_bottom.sticky + .header_gap{

    height: 88px

}

.navbar-brand {

    padding: 1rem 0;

}

.navbar-brand img{

    transition: .3s all ease-in-out;

    height: 40px;

}

.header_bottom.sticky .navbar-brand {

    margin: 0;

}

.header_bottom nav.navbar{

    padding: 0;

    align-items: normal;

}

.navbar-expand-lg .navbar-collapse{

    align-items: normal;

}

.header_bottom ul.navbar-nav .nav-item .nav-link,

.header_bottom ul.navbar-nav .dropdown-item{

    padding: 0.5rem;

    text-transform: capitalize;

    color: #5a5a5a;

    display: flex;

    flex-wrap: wrap;

    font-weight: 500;

    align-items: center;

    height: 100%;

}

.header_bottom ul.navbar-nav .nav-item .nav-link:hover,

.header_bottom ul.navbar-nav .dropdown-item:hover{

    color: #000a85;

}
.header_bottom ul.navbar-nav .dropdown-menu{
    background-color: #fff;
    padding: 10px 0;
    border-top: 2px solid #005ca2;
    border-radius: 0 0 0.5rem 0.5rem;
    margin-top: 0;
}
.header_bottom ul.navbar-nav .dropdown-item{
    position: relative;
    font-size: 16px;
    line-height: 20px;
    color: #ff9500;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
     padding: 0.5rem 0.5rem;
    -webkit-transition: 500ms;
    transition: 500ms;
}
.header_bottom ul.navbar-nav .dropdown-item:hover{
    color: #ff9500;
}




/* new dropdown starts here */
.header_bottom ul.navbar-nav .dropdown-menu.big-menu {
    min-width: 400px;
}
.header_bottom ul.navbar-nav .dropdown-item:hover {
    border-bottom: 1px solid #343c4e;
  
}
 
/* new dropdown ends here */
.header_bottom ul.navbar-nav .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #343c4e;
    min-width: 250px;
}
.header_bottom ul.navbar-nav .dropdown-item:hover{

    background-color: #ff9500;

    color: #fff;

}

.header_bottom ul.navbar-nav .dropdown-item:active,.header_bottom ul.navbar-nav .dropdown-item:focus{

    background-color: #035a9c;

    color: #fff;

}

.header_bottom ul.navbar-nav .nav-item .nav-link:hover,

.header_bottom ul.navbar-nav .nav-item.active .nav-link{

    border-color: #fff;

}

header .navbar-nav .nav-item:hover .dropdown-menu{

    display: block;

}

header .navbar-nav .dropdown-menu{

    border-radius: 0;

}

.megamenu-box h6 {

    padding: 0.75rem 1rem;

    background: #f0f0f0;

}

.contact-box {

    display: flex;

    flex-wrap: wrap;

}

.call-box {

    display: flex;

    flex-wrap: wrap;

    flex-direction: column;

    padding: 1rem 2rem;

    margin-right: -15px;

    background: #035a9c;

    color: #fff;

    font-weight: 500;

    margin-left: 1rem; 

}

.call-box a{

    color: inherit;

}

.bottom_footer {

    background-color: #092d4c;

    background-image: url(../images/footer-back.jpg);

    padding: 50px 0 30px;

    color: white;

}

.bottom_footer h6 {

    font-size: 1.5rem;

}

.copyright {

    background-color: #000b18;

    color: white;

    border-top: 1px solid white;

    

}

ul.social {

    display: flex;

    flex-wrap: wrap;

    align-items:  center;

    justify-content: flex-end;

}

ul.social li a {

    display: flex;

    width: 2.5rem;

    aspect-ratio: 1;

    border-radius: 50%;

    background: #000;

    align-items: center;

    justify-content: center;

    padding: .5rem;

    color: #fff;

}

ul.social li {

    margin: 0 .5rem;

}

ul.social li #fb{

    background-color: #3b5998;

}



ul.social li #in {

    background-image: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);

}

ul.social li #tw {

    background: #00acee;

}

ul.social li #li {

    background: #0072b1;

}

ul.footer-links{

    margin-bottom: 1rem;

}

ul.footer-links li{

    padding: .25rem 0;

    border-bottom: 1px dashed #787878;

    position: relative;

    transition: .3s all ease-in-out;

}

ul.footer-links li:hover{

    border-bottom-style: solid;

    border-color: #fff;

}

ul.footer-links li a{

    display: block;

    font-size: 14px;

    color: #ddd;

    padding: .25rem 0;

}

ul.footer-links li a:hover{

    color: #fff;

}

/* header CSS started... */

.banner{

    --swiper-pagination-color: #035a9c;

    --swiper-pagination-bullet-inactive-color: #035a9c;

}

.banner .swiper-pagination{

    position: absolute;

    bottom: 10px;

    width: 100%;

    left: 0;

}

section.about p {

    color: #646464;

    font-size: 14px;

    line-height: 2;

}
.service_box.product_detail_page{
    padding: 1rem
}
.service_box.product_detail_page::before {
    display: none;
}

.service_box.product_detail_page .service_img img {
    width: 100%;
    aspect-ratio: auto;
}
.service_box{

    background: #fff;

    border: 1px solid #dadce0;

    border-radius: 5px;

    display: block;

    height: 100%;

    padding: 2.5rem;

    text-align: center;

    transition: .3s all ease-in-out;

}

.service_box:hover{

    webkit-box-shadow: 0 4px 10px rgba(0,0,0,.25);

    box-shadow: 0 4px 10px rgba(0,0,0,.25);

}

.service_box::before{

    content: "";

    background: #035a9c url(../images/arrow-white.svg) 55% 50% no-repeat;

    background-size: 0.625rem;

    border-radius: 50%;

    bottom: 1.5rem;

    content: "";

    height: 1.5rem;

    position: absolute;

    right: 1.5rem;

    width: 1.5rem;

}

.service_box .service_img{

    margin-bottom: 1.75rem;

}

.service_box .service_img img{

    width: 90px;

    aspect-ratio: 1;

}

.service_box .service_content h4{

    font-size: 1.75rem;

    color: #000;

    font-weight: bold;

}

.service_box .service_content p{

    font-size: 1rem;

    color: #000;

    line-height: 1.5;

}

/* why choose us CSS started... */

.about-box .about-content {

    flex: 1 1 calc(100% - 96px);

}
.about-box .about-content p{
    color: #787878;
}

.about-box {

    display: flex;

    flex-wrap: wrap;

    align-items: start;

    margin-bottom: 30px;

}

.about-box .about-img {

    width: 60px;

    aspect-ratio: 1;

    display: flex;

    flex-wrap: wrap;

    align-items: center;

    justify-content: center;

    background: #035a9c;

    color: #fff;

    font-size: 1.75rem;

    border-radius: 50%;

    margin-right: 0.5rem;

}

.about-box .about-content h5 {

    font-weight: 800;

    font-size: 20px;

}

.choose{

    background-image: url(../images/footer-back.jpg);

}

.choose_img{

    /*object-fit: cover;*/

    position: relative;

    left: -15px;

}

.call{

    position: relative;

}

.call::before{

    content: "";

    position: absolute;

    width: 100%;

    height: 100%;

    top: 0;

    left: 0;

    opacity: .2;

    background-color: #fff;

}

.call img{

    position: absolute;

    width: 100%;

    height: 100%;

    top: 0;

    left: 0;

    z-index: -1;

    object-fit: cover;

    object-position: bottom center;

}

.call h3.title{

    color: #fff;

}

.call p{

    text-align: inherit;

    color: #fff;

    font-size: 18px;

    font-weight: 300;

    margin-bottom: 1.5rem;

}

.call .btn{

    padding: .5rem 2rem;

    letter-spacing: 2px;

}

/* why choose us CSS ended... */

.blog-box{

    box-shadow: 0px 9px 20px 0px rgba(25.000000000000238, 4.000000000000021, 163.99999999999997, 0.17);

    padding: 20px 20px;

    border-radius: 10px;

}

.blog-box .blog-img{

    margin-bottom: 20px;

}

.blog-box .blog-img img{

    border-radius: 10px;

    height: 250px;

    width: 100%;

    object-fit: cover;

    box-shadow: 0px 9px 20px 0px rgba(25.000000000000238, 4.000000000000021, 163.99999999999997, 0.17);

}

.blog-box .blog-content h5{

    color: #424242;

    font: 400 15px/normal "poppins",sans-serif;

    margin-top: 5px;

    margin-bottom: 0;

    letter-spacing: -.5px;

    text-align: center;

}

.blog-box .blog-content h2{

    margin-bottom: 20px;

}

.blog-box .blog-content h2 a{

    display: block;

    color: #000;

    font: 700 22px/normal "poppins",sans-serif;

    text-align: left;

    overflow: hidden;

    display: -webkit-box;

    -webkit-line-clamp: 2;

    -webkit-box-orient: vertical;

}

.blog-box .blog-content p{

    text-align: center;

    font: 400 15px/normal "poppins",sans-serif;

}

.blog-box .blog-content .btn{

    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.18);

}

/* contact us CSS started... */

label{

    margin-bottom: 0;

    font-size: 14px;

}

.form-control{

    padding: .75rem 1.25rem;
    

}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* about us page */
.sub-banner nav {
    background-color: #035a9c;
    position: relative;
    z-index: 2;
}
.sub-banner .sub-banner-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 5rem 0;
  }
  .sub-banner nav .breadcrumb {
    background-color: transparent;
    margin: 0;
}

  .sub-banner nav .breadcrumb .breadcrumb-item {
    color: #fff;
  }
  
  .sub-banner nav .breadcrumb .breadcrumb-item a {
    color: #fff;
  }
  
  .sub-banner nav .breadcrumb .breadcrumb-item a::after {
    content: "\f178";
    padding: 0 4px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .about_text {
    font: 100 110px/1.1 "playfair Display",sans-serif;
    color: transparent;
    -webkit-text-stroke: 1px #585858;
    letter-spacing: -4px;
}
  .about-contents {
    padding: 50px;
    color: #fff;
}
.else{
    background-color: #ff9500;
}
.about_box {
    border: 1px solid #005ca2;
    background: #fff;
    transition: .3s all ease-in-out;
}
.about_box .about_img {
    overflow: hidden;
}
h2.title2 {
    background-color: #fff;
    color: #005ca2;
    margin-bottom: .5rem
}
.about_box .about_content {
    padding: 15px;
}
.choose-content .choose-content-card {
    margin-top: 15px;
}
.choose-content .choose-content-card .content {
    padding-top: 20px;
    position: relative;
    padding-left: 75px;
}
.choose-content .choose-content-card .content i {
    position: absolute;
    top: 10px;
    left: 0;
    font-size: 60px;
    color: #0071dc;
    line-height: 1;
}

/* blog detail */
.right_top{
    position: sticky;
    position: -webkit-sticky;
    top: 0;
  }
  .sidebar h5{
    font-size: 1.25rem;
  }
  ul.categories {
    padding-bottom: 20px;
  }
  ul.categories li:first-child{
    border-top: 1px solid #E6E6E6;
  }
  ul.categories li{
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    border-bottom: 1px solid #E6E6E6;
    text-transform: capitalize;
    line-height: 42px;
  }
  ul.categories li a{
    color: #000;
    font-weight: 500;
    display: block;
  }
  ul.categories li a i{
    padding-right: 1rem;
  }
  .recent-post{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
  }
  .recent-post .recent-img img{
    width: 80px;
    aspect-ratio: 1;
    object-fit: cover;
    margin-right: 1.5rem;
  }
  .recent-post .recent-content{
    flex: 1 1 calc(100% - 110px);
    max-width: calc(100% - 110px);
  }
  .recent-content h6{
    font-weight: bold;
    font-size: 1rem;
    color: #979797;
  }
  .recent-content h6 a{
    color: inherit;
    overflow: hidden;
    display: block;
    max-height: 4rem;
    -webkit-line-clamp: 2;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
  }
  .page-link{
    color:#035a9c;
  }
  .page-link:hover,
  .page-item.active .page-link{
    color: #fff;
    background-color: #035a9c;
  }
 
/* * Portfolio
*/
.portfolio-filters {
 font-size: 0;
 margin-top: 15px;
}
.portfolio-filters button {
 display: inline-block;
 font-size: 16px;
 color: #454545;
 background: transparent;
 padding: 6px 22px 6px 22px;
 outline: none;
 font-weight: 700;
 text-transform: capitalize;
 margin-top: 10px;
 letter-spacing: 1px;
 -webkit-transition: all 0.3s ease-in-out 0s;
 transition: all 0.3s ease-in-out 0s;
 border: none;
 position: relative;
 border: 1px solid transparent;
}
.portfolio-filters button.is-active {
 color: #035a9c;
 border: 1px solid #035a9c;
}
.portfolio-filters button:hover {
 color: #035a9c;
}

.portfolio-wrap {
 margin-top: 20px;
}

.portfolio {
   border: 8px solid #fff;
   margin-bottom: 30px;
   position: relative;
   -webkit-box-shadow: 0 0 8px rgb(0 0 0 / 15%);
   box-shadow: 0 0 8px rgb(0 0 0 / 15%);
   overflow: hidden;
}
.portfolio-image {
 position: relative;
 overflow: hidden;
}
.portfolio-image img {
 width: 100%;
 -webkit-transition: all 0.4s ease-out 0s;
 transition: all 0.4s ease-out 0s;
}

.portfolio .portfolio-zoomicon {
 position: absolute;
 right: 0;
 bottom: 0;
 color: #ffffff;
 z-index: 3;
 font-size: 22px;
 padding: 2px;
 -webkit-transform: translate(100%, 100%);
         transform: translate(100%, 100%);
 -webkit-transition: all 0.3s ease-in-out 0s;
 transition: all 0.3s ease-in-out 0s;
}
.portfolio .portfolio-zoomicon::before {
 position: absolute;
 height: 100px;
 width: 45px;
 background: #035a9c;
 bottom: -37px;
 right: -10px;
 z-index: 2;
 content: "";
 -webkit-transform: rotate(45deg);
         transform: rotate(45deg);
}
.portfolio .portfolio-zoomicon i {
 position: relative;
 z-index: 3;
}
.portfolio:hover {
 -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
         box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
}
.portfolio:hover .portfolio-zoomicon {
 -webkit-transform: translate(0);
         transform: translate(0);
}
.portfolio:hover .portfolio-image img {
 -webkit-transform: scale(1.2);
         transform: scale(1.2);
}
 /* contact us */
 .icon {
    height: 50px;
    width: 50px;
    background-color: #ff9500;
    border-radius: 8px;
    text-align: center;
    line-height: 50px;
    font-size: 25px;
    color: #fff;
}
ul.details li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
ul.details li:not(:last-child){
    margin-bottom: 2rem;
}
  
  ul.details li .detail_box {
    flex: calc(100% - 50px - 16px);
  }
  ul.details li .detail_box p{
      margin-bottom: 0;
  }
  .detail_box h5{
    font-weight: bold;
    font-size: 16px;
  }
  .detail_box address,
  .detail_box p,
  .detail_box p a{
    text-align: left;
    font-size: 14px;
    color: #000;
  }
.single-product p,.single-product ul li{
    font-size: 16px;
    color: #3a3a3a;
    line-height: 1.75;
}
.single-product p.text-white{
    color: #d7d7d7;
}
.single-product ul li{
    position:relative;
}
.single-product ul li::before{
    content: "";
    width: 10px;
    aspect-ratio: 1;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px; 
    background: #363636;
}
.single-gallery-item {
    position: relative;
    display: block;
    margin-bottom: 30px;
    border: 2px solid #035a9c;
    border-radius: 10px;
    overflow: hidden;
}
.single-gallery-item:hover{
    box-shadow: 0 0 10px #035a9c;
}
.single-gallery-item h5 {
    position: absolute;
    bottom: 0;
    left: 50%;
    transition: .5s all ease-in-out;
    transition-delay: .6s;
    transform: translateX(-50%);
}
.single-gallery-item:hover h5{
    bottom: 300px;
    opacity: 0;
    color: #ff9500;
    font-size: 2.5rem;
}
.single-gallery-item .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
}
.single-gallery-item .img-holder:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    background: #000000;
    opacity: 0.10;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    opacity: 1;
    transform-origin: left;
    transform-style: preserve-3d;
    transform: scaleX(0);
    z-index: 1;
}
.single-gallery-item:hover .img-holder:before {
    opacity: 0.70;
    transform: scaleX(1.0);
}
.single-gallery-item .img-holder:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    background: #000000;
    opacity: 0.10;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    opacity: 1;
    transform-origin: right;
    transform-style: preserve-3d;
    transform: scaleX(0);
    z-index: 1;
}
.single-gallery-item .img-holder img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}
.single-gallery-item .img-holder .overlay-content {
    position: absolute;
    left: 30px;
    bottom: 30px;
    right: 30px;
    border-radius: 10px;
    overflow: hidden;
    z-index: 2;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    height: calc(100% - 60px);
} 
.single-gallery-item:hover .img-holder .overlay-content {
    opacity: 1.0;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    transition-delay: .6s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
}
.single-gallery-item .img-holder .overlay-content:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgb(3 90 156 / 95%);
    border-radius: 10px;
}
.single-gallery-item .img-holder .overlay-content .inner {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 30px 14px;
}
.single-gallery-item .img-holder .overlay-content .inner .title{
    color: #ff9500;
}
.single-gallery-item:hover .img-holder:after {
    opacity: 0.70;
    transform: scaleX(1.0);
}
.single-gallery-item .img-holder .overlay-content p{
    color: #fff;
}
@media screen and (min-width: 992px) and (max-width: 1139px) {

    .header_bottom ul.navbar-nav .nav-item .nav-link, .header_bottom ul.navbar-nav .dropdown-item{

        padding: .5rem .5rem;

    }

}

@media screen and (max-width: 1139px){
    .about_text{
        font-size: 90px;
    }
}

@media screen and (max-width: 991px) {

    .header_bottom{

        padding-bottom: 1rem;

    }

    .header_bottom nav.navbar{

        align-items: center;

    }

    .call-box{

        width: 100%;

        margin-left: 0;

    }
    .about_text{
        font-size: 80px;
    }

}

@media screen and (max-width: 767px) {

    

}

@media screen and (max-width: 480px) {

    

}

  
  