@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&family=Titillium+Web:wght@400;600;700;900&display=swap');



:root {
    --primary-color: #294084;
    --dark-color: #f85932;


}

/*@font-face {
  font-family: "Oswald";
  src: url("../fonts/Oswald-VariableFont_wght.ttf");
  src: url("../fonts/Oswald-VariableFont_wght.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}*/

/*@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Oswald";
    src: url("../fonts/Oswald-VariableFont_wght.ttf") format("truetype");
  }
}
*/

.text-black{
    color: rgb(15, 15, 15) !important;
}
.bg_orange {
    background-color: #f85932 !important;
}
.bg_orange1{
    color:  #f85932 !important;
}
body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    background-color: #fff;
    font-style: normal;
    font-size: 16px;
    font-weight: normal;
    color: #666;
    line-height: 1.8;
    overflow-x: hidden;
}

img {
    max-width: 100%;
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none !important;
}

a {
    color: #333;
    display: inline-block;
}

h1, h2, h3, h4, h5, h6 {
    color: #222222;
    margin: 0px;
    font-weight: 600;
    /*font-family: "Oswald"; letter-spacing: 2px;*/
    line-height: 1.2;
}

video {
    width: 100%;
}

/*.my_navbar{font-family: "Oswald";}*/

.mb-30 {
    margin-bottom: 30px;
}

.pb-150 {
    padding-bottom: 150px;
}

.fa, .fas {
    -webkit-font-smoothing: antialiased;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
}


@media only screen and (min-width: 1280.98px) {

    /*.container { max-width: 1300px;}*/

}

iframe {
    width: 100%;
}

section {
    padding: 80px 0 0;
}

/* Scroll to top icon */

.go-top-area {
    position: relative;
    z-index: 9999;
}

.go-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 24px;
    color: #ffffff;
    background-color: var(--dark-color);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    z-index: 9999;
    width: 40px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .9s ease-out 0s;
    transition: all .9s ease-out 0s;
    border-right: 0;
}

.go-top i {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
}

.go-top::before {
    /*content: '';*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #4869f3;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
    border-radius: 100%;
}

.go-top:focus, .go-top:hover {
    color: #fff;
}

.go-top:focus::before, .go-top:hover::before {
    opacity: 1;
    visibility: visible;
}

.go-top:focus i:first-child, .go-top:hover i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.go-top:focus i:last-child, .go-top:hover i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%
}

.go-top.active {
    top: 92%;
    -webkit-transform: translateY(-98%);
    transform: translateY(-98%);
    opacity: 1;
    visibility: visible;
    right: 20px;
}


.go-top-wrap {
    position: relative;
}


/* Header Section Design Start */

.my_navbar {
    position: relative;
    border-bottom: 1px solid #e7e7e7;
    box-shadow: 0px 0px 9px 0px rgb(6 22 58 / 7%);
    z-index: 99;
}

.my_navbar nav {
    position: relative;
    top: 0;
    width: 100%;
    z-index: 9;
    padding: 0 16px;
    background-color: #fff;
}

.my_navbar .navbar-nav {
    align-items: center;
}

.my_navbar .navbar-brand {
    padding: 10px;
    position: relative;
    max-width: 180px;
    transition: all 0.2s ease-in-out;
}


/*.my_navbar.sticky{ position: fixed; width: 100%; top: 0; z-index: 99; }*/
.my_navbar.sticky nav {
    background-color: #fff;
    border-bottom: 1px solid #e7e7e7;
    top: 0;
    position: fixed;
    left: 0;
}

.my_navbar.sticky .top_header {
    display: none;
}

.my_navbar.sticky .navbar-brand {
    max-width: 150px;
}

.page_links {
    flex: 1;
    justify-content: center;
}

.my_navbar .navbar-nav>li>a {
    font-size: 16px;
    padding: 20px 9px !important;
    color: #222;
}

.my_navbar .navbar-nav li:last-child a {
    /*border-right:2px dashed #ddd;*/
}

.my_navbar .navbar-nav li.active {
    color: var(--primary-color);
    position: relative;
    transform: translateZ(0);
}

.btco-hover-menu .collapse ul>li:hover>a {
    background-color: transparent;
}


.my_navbar .navbar-nav li.active>a {
    color: var(--dark-color) !important;
    font-weight: bold;

}

.btco-hover-menu .collapse ul>li.active:hover>a {
    /*background: #ef5023;*/
}

.btco-hover-menu .collapse ul ul, .btco-hover-menu .collapse ul ul.dropdown-menu {
    background-color: #fff !important;
    box-shadow: 0 0 50px 0 rgb(32 32 32 / 15%) !important;
    border-radius: 12px;
    padding: 5px 15px;
}

.btco-hover-menu .collapse ul ul li a:hover {
    background-color: var(--dark-color);
    color: white !important;
}

.navbar .nav-item .dropdown-menu::before {
    content: "\f0d8";
    position: absolute;
    font-family: Font Awesome\ 5 Free;
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    top: -45px;
    left: 20px;
}

.dropdown-menu li a {
    color: black !important;
}

@media screen and (min-width: 992px) {

    .btco-hover-menu .collapse ul ul ul ul {
        left: 100%;
    }

    .dropdown:hover>.dropdown-menu {
        display: block;
    }


    .dropdown-menu {
        padding: 0;
        margin: 0;
    }

    .dropdown-menu .dropdown-menu {
        left: 100%;
        top: 0;
    }

    .dropdown-menu .dropdown-toggle::after {
        position: absolute;
        right: 7px;
        top: 12px;
        border-top: 0.3em solid transparent;
        border-bottom: 0.3em solid transparent;
        border-left: 0.3em solid;
    }

    .dropdown-menu li:not(:last-child) {
        border-bottom: 1px solid #ddd;
    }

    .btco-hover-menu .collapse ul ul ul {
        margin-left: 15px;
    }

    .btco-hover-menu .collapse ul ul ul:before {
        display: none;
    }

}

.search_icon {
    padding: 0 20px !important;
    margin: 0 !important;
    font-size: 22px;
    color: #232323 !important;
}


.theme-btn {
    font-size: 16px;
    position: relative;
    color: #fff;
    padding: 6px 20px;
    border-radius: 30px;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    text-align: center;
    font-weight: 600;
    border: none;
    background: var(--primary-color);
    transition: all .5s ease-in-out;
    z-index: 1;
    display: inline-block;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3)
}

.theme-btn:hover {
    color: #fff;
}

.theme-btn i {
    margin: 0 5px;
}


/*.theme-btn:hover,.theme-btn:focus{ background-color: #fff !important; color: var(--dark-color) !important; }*/

.theme-btn:hover:after {
    transform: translate(0, 0);
}

.my_btn {
    padding: 5px 15px;
    border: none;
    cursor: pointer;
    position: relative;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    background: var(--dark-color);
    font-size: 16px;
    color: #fff !important;
    border-radius: 8px;
}


.banner_txt .my_btn {
    color: #fff !important;
    background: var(--dark-color);
}

.top_navbar {
    background-color: var(--primary-color);
    width: 100%;
    z-index: 9;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.top_link_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    color: #fff;
}

.top_link_box p {
    margin: 0;
}

.social_icon_list {
    /* min-height: 54.8px; */
    display: flex;
    align-items: center;
    position: relative;
}

.social_icon_list li {
    display: inline-block;
    padding: 8px 0;
}


.social_icon_list li a {
    width: 35px;
    height: 35px;
    margin-left: 5px;
    border-radius: 100%;
    border: 1px solid #fff;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease-in-out;
}

.social_icon_list li a:hover {
    background-color: #fff;
    color: var(--primary-color);
}

.top_left_link ul {
    display: flex;
    color: #fff;
}

.top_navbar a {
    color: #fff;
    font-size: 18px;
}

.middle_navbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    /* padding: 14px; */

}

.nav_middle_right {
    display: flex;
    flex-wrap: wrap;
}

nav {
    margin-bottom: -35px !important;
}

.middle_info {
    display: flex;
    margin: 7px;
    align-items: center;
    margin-left: 22px;

}

.nav_middle_logo_text {
    align-items: center;
}

.nav_middle_left {
    display: flex;
}

.nav_middle_logo_text h4 {
    color: #f85932;
}

.nav_middle_logo_text h6 {
    color: var(--primary-color);
}

.middle_logo_right {
    background-color: #f85932;
    color: white;
    border-radius: 50%;
    width: 69px;
    height: 69px;
}

.middle_logo_right i {
    font-size: 29px;
    margin: 20px;
}

.middle_right_text span {
    font-weight: bold;
}

.header_middle_right i {
    background: var(--dark-color);
    border-radius: 52%;
    color: white;
    padding: 20px !important;
    font-size: 20px;

}

.adjust {
    padding: 0px 12px 0px 12px !important;
}

.middle_right_text {
    margin-left: 10px;
}

.page_links {
    flex: 1;
    justify-content: left !important;
}

.email_link i {
    margin-right: 8px;
}

.top_left_link .my_btn {
    font-weight: bold;
    font-size: 12px;
    padding: 5px 15px;
}

.call_icon {
    border-radius: 30px;
    background-color: white;
    color: black;
    /* padding: 10px 20px; */
    padding: 7px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.call_icon a {
    color: black !important;
    padding: 0;
    margin-left: 8px;
}

nav {
    background-color: var(--primary-color) !important;
}

nav ul li a {
    color: rgb(255, 255, 255) !important;
}

/* Other Section Start */

.page_title {
    text-align: center;
    margin-bottom: 30px;
}

.sub_title {
    padding: 0;
    margin: 0;
    /*font-weight: 600;*/
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: var(--primary-color);
}

.title {
    font-size: 42px;
    line-height: 55px;
}
/* ---------------------------------------------------------------services2-------------------------------------------------- */
.product_section{ 
    background: url("../images/product_section_bg.jpg") no-repeat center bottom;
    background-size: cover;
}
.product_section .site_title{ color: #fff; }
.pro_card{ padding: 20px; margin: 20px 0; background-color: #000; border:1px solid #444444; text-align: center; transition: all 0.3s ease-in-out; }
.pro_card .card-body{ padding: 0; margin-top: 20px; }
.pro_card p{ color: #888; }
.card-title{ font-weight: 500; font-size: 22px; letter-spacing: 1px; }
.pro_card .card-title{ color: #fff; }
.explore_btn{ color: #fff !important; border-bottom: 1px solid #fff; padding-bottom: 3px; display: inline-block; white-space: nowrap; }
.explore_btn i{ margin-left: 5px;margin-right: -20px; }

.card_img{ overflow: hidden;  }
.card_img img{transition: all 0.8s ease-in-out; }
.pro_card:hover{ border-color: #fff; }
.pro_card:hover .card_img img{ transform: scale(1.1); }


.pro_list ul{ flex-direction: column; border:none; }
.pro_list ul li a{ 
    display: block; padding: 15px; margin-bottom: 10px; position: relative;
    background-color: #fff; box-shadow: 0 3px 15px 0 #dbdfe4;  
    color: var(--dark-color); font-weight: 700;transition: all 0.4s ease-in-out;
    border:2px dashed transparent;
}

.pro_list ul li a:before{
  font-family: Font Awesome\ 5 Free;
  content:"\f35a";
  position: absolute; left: -5px; top: 13px; opacity: 0; font-weight: normal;
  color: var(--dark-color); font-size: 20px;
  transition: all 0.2s ease-in-out;
  
}

.pro_list ul li a:after{ display: none;
  content: "";
  width:5px; height: 100%;
  position: absolute; left: 0; top: 0;
  background-color: var(--dark-color);
}

.pro_list ul li a:hover,.pro_list ul li a.active{ padding-left: 35px;border:2px dashed var(--dark-color); }
.pro_list ul li a.active:before,.pro_list ul li a:hover:before{
  left: 6px; opacity: 1;
    
}

.pro_list ul li a.active:after{
  background-color: var(--primary-color);
}



.product_detail_section .card {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
    border: 1px solid #e5e7f2;
}
.project-card-set{
   display: flex;
}
.project-card-set h4{
    /* overflow: hidden; */
 
   font-size: 17px;
   
}
.project-sub{
    flex: 1;
    text-align: center;
}
.product_detail_section .card-header {
    position: relative;
    background: var(--dark-color);
    border-bottom: 1px solid #eee;
    padding: 12px 20px;
    border-radius: 10px 10px 0 0;
}

.product_detail_section .card-body{ padding: 15px; }

.product_detail_section .card-body > img{ width: 100%; }

.product_detail_section .card-link {
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    font-family: 'Nunito', sans-serif;
}
.pro_img{ padding: 15px; padding-right: 0; }
.pro_txt{ padding: 15px; padding-left: 0; }
.pro_txt h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700; color: var(--dark-color); margin-bottom: 12px;
}

@media (min-width: 992px) {
  .product_detail_section .tab-content .card-header {
    display: none;
  }
  .product_detail_section .tab-content .collapse:not(.show) {
    display: block;
  }
}
@media (max-width: 991.98px) {
  .product_detail_section .tab-content .card.tab-pane {
    display: flex; overflow: hidden; margin-bottom: 10px;
  }

  .product_detail_section .tab-content .fade:not(.show){ opacity: 1;}
  .product_detail_section .blog_sidebar{ display: none;}

  .product_detail_section .card-header{ padding:8px 12px;}

  .product_detail_section .card-link{ display: block; font-size: 16px;}
  .product_detail_section .card-link:before {
    float: right !important;
    font-family: Font Awesome\ 5 Free;
    content:"\f068";
    padding-right: 0;
    font-size: 14px; line-height: 24px;
  }
  .product_detail_section .card-link.collapsed:before {
      float: right !important;
      content:"\f067";
  }

}
/* -------------------------------------------------manpower and equiments----------------------------------- */
table{
    outline: 4px solid grey ;
    
}
table{

    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #ddd;
    }
    th, td {
    /* text-align: left; */
    padding: 8px;
    }
thead,tfoot{
    text-align: center;
    font-weight: bold;
}

td{
    border-right: 1px solid grey;
}
tfoot td{
    border: none;
}
td,th{
    overflow: hidden;
}

/* ---------------------------------------------------------new services ----------------------------------------  */

.product_section{ padding: 80px 0; }
.pro_thum_box{ position: relative; }
.pro_thum{ position: relative; overflow: hidden;transition: all 0.5s ease-in-out;    width: 100%;
    height: 220px; }
.pro_thum img{
  height: 100%;
  width: 100%;
}
.pro_content{ 
  position: absolute; top: 100%; width: 100%; height: 100%;
  text-align: center; transition: all 0.5s ease-in-out;
  background-color: var(--primary-color); color: #fff; z-index: 1;
}
.black_card{
    background-color: #212529;
}
.inner-content{ display: flex;flex-direction: column; align-items: center; justify-content: center; height: 100%; padding: 20px; }

.pro_title{ position: relative; padding: 20px 0; color: #fff; margin-bottom: 20px;     font-size: 17px !important;}
.pro_title:after,.pro_title_main:after{
  content: "";
  width: 60px; height: 2px;
  background-color: #fff;
  position: absolute; bottom: 0; left: 50%;
  transform: translateX(-50%);
}

.pro_title_main_box{ position: absolute; width: 100%; left: 0; top: 100%;transition: all 0.5s ease-in-out; text-align: center; z-index: 0;}

.pro_title_main{ position: relative; padding: 12px 0; color: #333; text-align: center;     font-size: 17px !important;
}
.pro_title_main:after{ background-color: var(--primary-color); }


.pro_thum:hover{ transform: translateY(30px); }

.pro_thum:hover + .pro_title_main_box{ opacity: 0; }

.pro_thum:hover .pro_content{ top: 0;  }

.pro_thum_box .inner-content span{
  overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.card__space{
    margin-bottom: 110px;
}


/* project section start */
.project_section .nav-pills{ justify-content: center; margin-bottom: 30px; }
.project_section .nav-pills .nav-link{
  background-color: #ddd; color: #333;
  border-radius: 30px; margin: 10px; padding: 8px 40px;
  transition: all 0.2s ease-in-out;
}
.project_section .nav-pills .nav-link.active,.project_section .nav-pills .nav-link:hover{
  background-color: var(--dark-color); color: #fff;
  box-shadow: 0 3px 5px rgb(0 0 0 / 30%);
  
}
/* ---------------------------------------------------------services--------------------------------------------- */

.pro_list ul {
    flex-direction: column;
    border: none;
}
.pro_list ul li a {
    display: block;
    padding: 12px;
    margin-bottom: 10px;
    position: relative;
    background-color: #fff;
    box-shadow: 0 3px 15px 0 #dbdfe4;
    overflow: hidden;
    color: var(--primary-color);
    font-weight: 700;
    transition: all 0.3s ease-in-out;
    border: 1px solid #daddeb;
    border-radius: 25px;
}
/* --------------------------------------------------heading_underline------------------------------------------- */
.heading_line{
    width: 120px;
    padding: 0;
    /* margin: 1px; */
    margin-top: -7px;
    margin-bottom: -8px;
    margin-left: 15px;
}

/* ----------------------------------------------blogs------------------------------------------------------- */
.blod_head ul {
    display: flex;
    flex-wrap: wrap;
}

ul {
    display: flex;
    flex-wrap: wrap;
}

.blod_head li {
    width: 31.33%;
    margin: 1%;
}

.single-blog {
    width: 340px;
    margin-right: 25px;

}

.single-blog .blog-img {
    position: relative;
}

.single-blog img {
    width: 100%;
    height: 250px;

}

.single-blog .blog-img .date {
    position: absolute;
    top: 6.5%;
    right: 6%;
    background-color: var(--dark-color);
    color: #fff;
    padding: 16px 10px;
    padding-top: 20px;
    max-width: 60px;
    text-align: center;
    /* clip-path: polygon(0 0, 100% 0, 100% 100%, 0 84%); */
}

.single-blog .blog-img .date span {
    line-height: 1.4;
    font-weight: 600;
}

.blog-content h3 {
    font-size: 22px;
}

section {
    padding: 80px 0;
}

.default-btn {
    font-size: 16px;
    color: #fff;
    transition: var(--transition);
    text-align: center;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
    padding: 8px 25px;
    background-color: var(--dark-color);
    border-radius: 30px;
}

.single-blog a {
    color: white;
    display: inline-block;
}
/* -----------------------------------------------------------------news----------------------------- */
.bordern    {
border: none !important;
}

.news_section{
    background: url(../images/Images/WorldBG.jpg) center;
  
}
.home_news{
    background-color: white;
    border: none !important;
    outline: none !important;
}
.home_news td{
    border: none;
}

/* ------------------------------------------------------------customers---------------------------------- */
.customers {
    background: url(../images/Images/client_bg.jpg);
    background-size: cover;
    object-fit: cover;
    background-attachment: fixed;
    padding: 80px 0;
}

.testimonial_section {
    background: url(../images/Images/testimonial_bg.png);
    padding: 80px 0;
    position: relative;
}

.testimonial_slider {
    text-align: center;
}

.testimonial_item {
    display: flex !important;
    flex-direction: column;
    align-items: center;
}

.testimonial_img {
    width: 120px;
    height: 120px;
    border-radius: 100%;
    border: 5px solid var(--primary-color);
    display: inline-block;
    overflow: hidden;
}

.testimonial_img img {}

.testimonial_item i {
    color: var(--primary-color);
    margin: 20px 0;
}

.testimonial_item p {
    max-width: 1000px;
}

.testimonial_object_01 {
    position: absolute;
    left: 0;
    bottom: 40%;
    z-index: -1;
}

.testimonial_object_02 {
    position: absolute;
    right: 0;
    bottom: 30%;
    z-index: -1;
}
/* ---------------------------------------------subheader---------------------------------------- */
.aboutsubheader{
    background: url(../images/Subheader/about-us.jpg) no-repeat !important;
    /* background-size: cover; */
}
.directorsubheader{
    background: url(../images/Subheader/director-message.jpg) no-repeat !important;
}
.expertisesubheader{
    background: url(../images/Subheader/experties.jpg) no-repeat !important;
}
.servicesubheader{
    background: url(../images/Subheader/projects.jpg) !important;
    background-size: cover;
}
.manpowersubheader{
    background: url(../images/Subheader/manpower.jpg) no-repeat !important;
}
.equipmentsubheader{
    background: url(../images/Subheader/equipmwnt.jpg) no-repeat !important;
}
.gallerysubheader{
    background: url(../images/Subheader/gallery.jpg) no-repeat !important;
}
.careersubheader{
    background: url(../images/Subheader/career.jpg) no-repeat !important;
}
.blogsubheader{
    background: url(../images/Subheader/blog.jpg) no-repeat !important;
}
.contactsubheader{
    background: url(../images/Subheader/contact.jpg) no-repeat !important;
}
.sub_header:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.6;
    background: rgba(0, 0, 0, 0.935);
}
/* ------------------------------------------------------------------------------------------------ */

.slick-dots li button:before {
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 100%;
    opacity: 1 !important;
    background-color: #cccccc;
    border: 3px solid #fff;
    outline: 1.6px dashed #fff;
}

.slick-dots li.slick-active button:before {
    background-color: var(--primary-color);
    outline-color: var(--primary-color);
}


.our_vision_bg {
    background: url(../images/our_vision_bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 80px 0;
}

.vision_thum {
    padding: 15px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
}

.vision_title {
    position: relative;
    color: #fff;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.vision_title h3 {
    color: #fff;
}

.vision_title:after {
    content: "";
    width: 70px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--primary-color);

}

.vision_icon {
    width: 74px;
    height: 74px;
    margin: 20px auto;
    border-radius: 100%;
    background-color: var(--primary-color);
    transition: transform 0.5s ease-in-out;
}

.vision_thum:hover .vision_icon {
    transform: rotateY(-180deg);
}

.vision_txt {
    color: #f1f1f1;
}
/* -----------------------------------------------------------gallery--------------------------------------------- */
.box{background: var(--primary-color) !important;position: relative;overflow: hidden;margin-bottom: 40px;}

.box img{
    width: 100%;
    height: 250px;
    transform: scale3d(1, 1, 1);
    transition: all 0.25s linear;
}
.box:hover img{
    opacity: 0.28;
    transform: scale(1.25);
}
.box .inner-content{
    color: #fff;
    text-align: center;
    width: 70%;
    opacity: 0; z-index: 2;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 70%;
    left: 50%;
    transition: all 600ms ease;
}
.box:hover .inner-content{
    opacity: 1;
    top: 50%;
}

.box .icon{ display: flex; justify-content: center; }
.box .icon a{
    color: var(--dark-color) !important;
    font-size: 18px; 
    display: flex; align-items: center; justify-content: center;
    line-height: 40px;
    height: 45px;
    width: 45px;
    outline: 5px solid rgba(255,255,255,0.5); background-color: #fff;
    border-radius: 100%;
    display: block;
    transition: all 0.3s;
}
.box .icon a:hover{
    color: #333;
    background: #fff;
    border-radius: 100%;
}

/* Event Gallery Section Start */

.event_section {
    padding: 0 0 30px;
}

.media_thum {
    border: 2px solid var(--golden);
}

.media_thum img {
    width: 100%;
}

.img-holder {
    position: relative;
    overflow: hidden;
}

.img-holder:before {
    position: absolute;
    left: 0;
    top: -100%;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    transition: all 0.3s;
    /*transform: scale(0);*/
}

.img-holder:hover:before {
    opacity: 1;
    top: 0;
}

.hover-content {
    transition: all 0.3s;
    position: absolute;
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 50%);
    opacity: 0;
}

.img-holder:hover .hover-content {
    opacity: 1;
    transform: translate(-50%, -50%);
}

.popup-btn {
    width: 50px;
    height: 50px;
    background-color: var(--primary-color);
    display: flex;
    flex-wrap: wrap;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
}

.popup-btn i {

        color: black;
        margin-top: 15px;

}

.view_more {
    color: #222;
    display: block;
    text-align: right;
    padding-right: 30px;
}

.view_more:after {
    content: "\f054";
    position: absolute;
    font-family: Font Awesome\ 5 Free;
    color: #222;
    font-size: 16px;
    font-weight: bold;
    top: 0;
    right: 20px;
}

.view_more:hover {
    color: var(--primary-color);
}

/* About Section Start */

.about_section {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.about_vector {
    position: absolute;
    bottom: 0;
    right: -16%;
}

.fragnance_txt {
    position: absolute;
    width: 120px;
    right: 0;
    top: 80px;
    z-index: 0;
}

.thum_img {
    position: relative;
    padding: 0 25px 25px 0;
    background-color: #fff;
}

.thum_img img {
    width: 100%;
    position: relative;
    z-index: 1;
}

.thumabout {
    position: relative;
}

.about_contact {
    position: absolute;
    display: flex;
    left: 25%;
    bottom: 9%;
    z-index: 1;
}

.about_contact i {
    background: white;
    border-radius: 50%;
    border: 3px solid var(--primary-color);

    padding: 14px;
    font-size: 29px;
    color: var(--primary-color);
}

.about_contact span {
    font-size: 18px;
    text-transform: uppercase;
    /* color: var(--primary-color); */
   
    font-weight: 550;
}

.ab_number {
    font-size: 22px;
    color: var(--primary-color);
    /* background: linear-gradient(92deg, #294084 , #f85932, #f85932  );
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text; */
}
.ab_number:hover{
    color: var(--dark-color);
}
/* ------------------------------------inquiry------------------------------- */
.sidebar-contact {
    position: fixed;
    top: 230px;
    right: -300px;
    width: 300px;
    height: auto;
    padding: 36px 25px;
    background: var(--primary-color);
    box-shadow: 0 20px 50px rgb(0 0 0 / 50%);
    box-sizing: border-box;
    transition: 0.5s;
    z-index: 9;
}
.toggle {
    position: absolute;
    height: auto;
    width: auto;
    text-align: center;
    cursor: pointer;
    background: var(--primary-color);
    box-shadow: -5px -5px 10px rgb(0 0 0 / 50%);
    top: 36px;
    padding: 5px 25px;
    font-weight: bold;
    left: -78px;
    color: #fff;
    border: 3px solid #fff;
    border-radius: 10px 10px 0 0;
    transform: rotate(-90deg);
}
.toggle a{
    color: white;
}
/* .thum_img:after {
    content: "";
    position: absolute;
    width: calc(100% - 25px);
    height: calc(100% - 25px);
    right: 0;
    bottom: 0;
    border-image: linear-gradient(#70551c, #e3cc6a, #bdb19a) 1;
    border-width: 3px;
    border-style: solid;
    filter: drop-shadow(2px 2px 8px #f5e07c);

} */

.txt_list li {
    position: relative;
    padding-left: 25px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #222;
    margin-bottom: 20px;
}

.txt_list li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: var(--primary-color);
}

.my_btn {
    border-radius: 30px;
    background-color: var(--dark-color);
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
}

.about_sub_img {
    margin-top: 30px;
}
.about_summary{
    background: url(../images/Images/testimonial_bg.png);
    background-size: cover;
    background-attachment: fixed;
}
/* ---------------------------------------director message--------------------------------------  */
.pro_txt {
    padding: 15px;
}
 .title {
    font-size: 40px;
    color: var(--primary-color) ;
    margin: 0px;
    line-height: 1.2;

}
.sub_title {
    position: relative;
    display: inline-block;
    font-size: 25px;
}
.pro_txt h5 {
    color: #000;
    font-weight: 600;
}
.pro_txt ul {
    margin: 0px 0 30px;
}
.pro_txt ul li {
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
    padding-left: 25px;
    display: block;
    position: relative;
}
.pro_txt ul li {
    width: 100%;
}
.pro_txt ul li::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\f560";
    font-family: Font Awesome\ 5 Free;
    font-weight: 700;
    color: var(--primary-color);
}


/* Product Section Start */

.product_bg {
    background: url(../images/product/product_bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 80px 0;
}

.product_bg .title {
    color: #fff;
}

.pro_card {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    height: calc(100% - 30px);
}

/* .card_img {
    background-color: rgba(136, 136, 136, 0.25);
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100% - 50px);
} */

.card_title a {
    background-color: rgba(136, 136, 136, 0.25);
    color: #fff !important;
    display: block;
    text-align: center;
    margin-top: 15px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 26px;
    padding: 12px;
}
.setter_text{
text-align: justify;
text-justify: inter-word;

}
.card_title a:hover {
    background-color: var(--primary-color);
}

.line {
    position: absolute;
    left: 96%;
    transform: rotate(16deg);
    top: -121px;
    height: 80vh;
    width: 10px;
    color: white;
    background-color: white;
}
.orange_title{
    color: var(--dark-color)!important;
}
.manpower-section {
    overflow: hidden;
    position: relative;
    background: url(../images/Images/MicrosoftTeams-image.png);
    background-size: cover;
    object-fit: cover;
    /* background-attachment: fixed; */
}

/* 
.manpower_overlay {

    background-color: rgba(0, 0, 0, 0.7);
} */
/* --------------------------------------------gallery section ----------------------------------------------------- */
    .box {
        position: relative;
        overflow: hidden;
        margin-bottom: 40px;
        /* border-radius: 0 30px; */
    }
    /* .box .inner-content {
        color: #fff;
        text-align: center;
        width: 100%;
        opacity: 0;
        z-index: 2;
        transform: translateX(-50%) translateY(-50%);
        position: absolute;
        top: 50%;
        left: 50%;
        transition: all 600ms ease;
        background-image: linear-gradient(rgba(0,0,0,0), var(--primary-color));
    } */
    /* .inner-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100%;
        padding: 20px;
    }
    .box .icon {
        display: flex;
        justify-content: center;
        transform: translateY(80px);
        transition: all 600ms ease;
    }
    .box .icon a {
        color: var(--dark-color);
        font-size: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 40px;
        height: 35px;
        width: 35px;
        outline: 5px solid rgba(255,255,255,0.5);
        background-color: #fff;
        border-radius: 100%;
        display: block;
        transition: all 0.3s;
    } */
/* --------------------------------------------gallery page-------------------------------------------------- */
.tab_btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
}
.tab_btn.nav-pills .nav-link.active, .tab_btn.nav-pills .show>.nav-link {
    background-color: var(--primary-color);
    color: #fff;
}
.tab-content>.active {
    display: block;
}
.box {
    background: var(--primary-color);
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
}
.tab-content .box img {
    transition: all 0.5s ease-in-out;
    height: 300px;
    width: 250px;
}
.box .inner-content {
    color: #fff;
    text-align: center;
    width: 70%;
    opacity: 0;
    z-index: 2;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 70%;
    left: 50%;
    transition: all 600ms ease;
}
.tab-content .box .icon {
    display: flex;
    justify-content: center;
}
.tab-content .box .icon a {
    color: var(--primary-color);
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 40px;
    /* height: 35px;
    width: 20%; */
    border-radius: 50%;
    outline: 5px solid rgba(255, 255, 255, 0.5);
    background-color: #fff;
    display: block;
    transition: all 0.3s;
}


/* Client Section Start */

.client_slider .slick-track {
    display: flex;
}

.client_thum {
    /* background-color: #dadada;
    padding: 10px; */
    margin: 10px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: auto;
}
/* ------------------------------------------------career page------------------------------------------------ */
.career_position{
    background-color: whitesmoke;
}
.service_list ul {
    display: flex;
    flex-wrap: wrap;
}
.service_list>ul>li {
    width: 31.3%;
    margin: 1%;
}
.feature_thum {
    box-shadow: 0 5px 15px 0 #dae3f0;
    padding: 60px 37px;
    margin: 20px 0;
    border-radius: 10px;
    background: #ffffff;
    text-align: center;
    transition: all 0.2s ease-in-out;
}
.service_list.career li .feature_thum {
    min-height: unset;
}
.info_txt {
    flex: 1;
    padding: 15px;
}
.info_txt h4 {
    font-weight: 800;
    font-size: 20px;
    color: #232323;
}
.info_txt p {
    color: #666666;
    margin: 0;
}
.apply_btn {
    background-color: var(--dark-color);
    padding: 6px 20px;
    margin-top: 10px;
    display: inline-block;
    color: #fff !important;
    border-radius: 30px;
}
.apply_btn:hover{
    background-color: rgb(241, 135, 47);
}
.site-heading {
    margin-bottom: 60px;
    overflow: hidden;
    margin-top: -5px;
}
.site-heading h5 {
    text-transform: uppercase;
    font-weight: 800;
    color: var(--primary-color);
    font-size: 18px;
    position: relative;
    z-index: 1;
    display: inline-block;
}
.site-heading h2 {
    display: block;
    font-weight: 700;
    position: relative;
    margin-bottom: 0;
    line-height: 1.4;
    padding-bottom: 10px;
    font-size: 26px;
}
.form-group {
    margin-bottom: 1rem;
}
.form-group {
    padding: 0 7.5px;
}
.career_form{
    background: url(../images/Images/testimonial_bg.png);
    background-size: cover;
}
#career_submit{
    background: var(--dark-color);
    border: none;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.custom-file {
    margin: 0 7.5px 1rem;
}
.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin-bottom: 0;
}

/* Services Section Start */

.services_slider {
    z-index: 1;
}

.services_slider .slick-next, .services_slider .slick-prev {
    width: 40px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.8);
}

.services_slider .slick-next {
    right: 0;
}

.services_slider .slick-prev {
    left: 0;
    z-index: 1;
}

.services_slider .slick-prev:before, .services_slider .slick-next:before {
    content: "\f061";
    font-family: Font Awesome\ 5 Free;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.services_slider .slick-prev:before {
    content: "\f060";
}

/* Slider Design Start */

.main-slider {
    overflow: hidden;
}

.d_only {
    display: block !important;
}

.m_only {
    display: none !important;
}

.circle_box {
    position: absolute;
    width: 50%;
    height: 100%;
    left: 1%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.circle_shape {
    position: absolute;
    left: 0;
}

/* .circle_shape:before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;margin-left: -30px;
  /*transform: translate(20%,-50%);*/
/* transform: translateY(-50%); */
/* width: 1000px;
  height: 1000px;
  border-radius: 100%;
  background-color: rgba(255,255,255,0.5);
  z-index: -1;
}

.circle_shape:after{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;margin-left: -50px;
  transform: translateY(-50%);
  width: 1020px;
  height: 1020px;
  border-radius: 100%;
  background-color: rgba(255,255,255,0.5);
  z-index: -1;
} */
*/ .banner_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    z-index: 1;
}

.banner_logo {
    margin-bottom: 50px;
}

.banner_txt {
    text-align: left;
    margin-left: 11%;
}

.banner_txt .title {
    font-size: 27px;
    font-family: Rubik;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: var(--dark-color);
}

.banner_txt .sub_title {
    font-family: Rubik;
    font-size: 55px;
    font-weight: bold;
    color: white;
}

.main-slider.style-one .slide:before {
    display: none;
}

.my_navbar.sticky nav {
    border: none !important;
}

.main-slider .slide {
    position: relative;
    overflow: hidden;
    padding: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.main-slider h3,
.sec-title h5 {
    color: #333;
}



/*.main-slider .slide {
    position: absolute;
    transition: 1s;
    overflow: hidden;
}*/

.main-slider .slide .slide_img {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.main-slider .slick-list,
.main-slider .slick-track {
    height: auto !important;
    overflow: visible;
}

.main-slider .slide .slide_img img {
    height: auto;
    opacity: 1 !important;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    transition: all 1s ease;
}

.main-slider .slide .slide_img {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
}

.main-slider .slide .slide_content {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.slider_1 [data-animation-in] {
    opacity: 0;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    transition: opacity 0.5s ease 0.3s;
    transition: 1s;
}

.zoomOutImage {
    -webkit-animation-name: zoomOutImage;
    animation-name: zoomOutImage;
    transition: 1s;
}



/*.main_title img{ max-height: 140px; }*/

.banner_img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 680px;
    max-width: 42%;
}




/* Footer Section Design Start */
.whatsapp_icon a {
    background-color: #3AB54A !important;
    position: fixed;
    left: 10px;
    bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background: #3B5998;
    border-radius: 50%;
    z-index: 9;
    font-size: 20px;
}
.footer-widget {
    padding: 120px 0 60px;
    background: url(../images/Images/footer_bg.jpg);
    background-size: cover;
    /* position: relative; */
}

.footer_logo {
    margin-bottom: 20px;
}

.footer_logo img {
    max-height: 90px;
}

.footer_title {
    color: #fff;
    position: relative;
    margin-bottom: 20px;
    z-index: 1
}

.footer_title h4 {
    color: white;
}

.underline_footer {
    color: var(--dark-color);
    background-color: var(--dark-color);
    width: 40px;
    height: 5px;
    transition: 2s;
    border-radius: 20px;
    margin-top: 4px;
    margin-bottom: -5px;
}

.underline_footer:hover {
    cursor: pointer;
    width: 200px;
}

.footer-contact ul {
    display: block;
}

.footer-contact li {
    position: relative;
    display: flex;
    justify-content: start;
    align-items: flex-start;
    color: white;
    font-size: 16px;
    margin-bottom: 10px
}

.footer-contact li a {
    color: white;
    -webkit-transition: .3s;
    transition: .3s;
    white-space: nowrap;
}


.footer-contact li i {

    font-size: 18px;
    margin-right: 15px;
    border-radius: 50%;

    background: transparent;
    -webkit-transition: .3s;
    transition: .3s;
    padding: 10px;
    border: 1px solid var(--dark-color);
    color: white;
}

.footer-contact li h6 {
    margin-bottom: 15px;
}

.footer-contact li h6 span {
    font-weight: normal;
}


.footer-list {
    display: flex;
    flex-direction: column;
}

.footer-list li .active {
    color: var(--dark-color);
}

.footer-list li a {
    color: white;
    transition: all .5s ease-in-out
}

.footer-list li a i {
    margin-right: 5px;
    color: var(--dark-color)
}

.footer-list li a:hover {
    padding-left: 10px;
    color: var(--dark-color);
}

.footer-social {
    display: flex;
    flex-direction: column;
    margin-top: 30px
}

.footer-social li {
    margin-bottom: 10px;
}

.footer-social li a {
    color: #222;
}

.footer-social li a i {
    height: 38px;
    width: 38px;
    margin-right: 8px;
    line-height: 38px;
    background: #fff;
    text-align: center;
    border: 1px solid #666;
    border-radius: 50px;
    color: var(--primary-color);
    transition: all .5s ease-in-out
}

.footer-social li a:hover i {
    background-color: var(--primary-color);
    color: #fff;
}

.news_letter_group {
    background-color: #fff;
    padding: 5px;
}

.news_letter_group .theme-btn {
    border-radius: 0;
}

.news_letter_group input {
    border: none !important;
    box-shadow: none !important;
}

.copyright {
    padding: 10px 0;
    background-color: var(--primary-color);
}

.copyright .copyright-text {
    color: #ddd;
    margin-bottom: 0;
    font-size: 16px
}

.copyright .copyright-text a {
    color: #fff;
    font-weight: 500
}


.footer_object_01 {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
}

.footer_object_02 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.jump_reverse {
    -webkit-animation: jumpReverseAni 7s linear infinite;
    animation: jumpReverseAni 7s linear infinite;
}

@-webkit-keyframes jumpReverseAni {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes jumpReverseAni {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}



/* Sub Header Section Design Start */
.sub_header {
    padding: 120px 0 60px;
    position: relative;
    background: url(../images/Images/client_bg.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

.sub_header_box {
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
}

.sub_header h2 {
    margin: 0 0 20px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 10px 0;
    font-size: 40px;
    text-align: left;
    line-height: 30px;
    position: relative;
}


.sub_header .breadcrumb {
    background: none;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0 10px;
    border-radius: 20px 20px 0 0;
    background-color: #fff;
    /*text-shadow: 0 0 5px #1a2361;*/
}

.sub_header .breadcrumb li a {
    color: #333;
}

.sub_header .breadcrumb li {
    color: #333;
    padding: 8px 15px 8px 10px;
    font-weight: 600;
    position: relative;
}

.sub_header .breadcrumb li.active {
    color: var(--primary-color);
}

.sub_header .breadcrumb li:after {
    content: "/";
    position: absolute;
    right: 0;
    top: 10px;
    color: #333;
}

.sub_header .breadcrumb li:last-child:after {
    display: none;
}

.sub_header .breadcrumb::before, .sub_header .breadcrumb::after {
    content: "";
    position: absolute;
    background-color: transparent;
    left: -50px;
    bottom: 0;
    height: 15px;
    width: 50px;
    border-bottom-right-radius: 15px;
    box-shadow: 15px 0px 0 0 #fff;
}

.sub_header .breadcrumb::after {

    right: -50px;
    left: auto;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 0;
    box-shadow: -15px 0px 0 0 #fff;
}
.aboutsubheader{
    background: url(../images/Images/Dreams-Sub-Header.jpg);
    background-size: cover;
}

/* Contact Us Page Design Start */


.mini_address {
    margin-bottom: 30px;
}

.mini_address li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border: none;
    background-color: #fff;
    box-shadow: 0 5px 20px #e6e8ee;
    padding: 20px;
    border-radius: 10px;
    flex: 1;
    margin: 10px;
}

.mini_address li .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 2px solid var(--primary-color);
    border-radius: 100%;
    color: var(--primary-color);
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.mini_address li .info {
    min-width: 80px;
    background-color: #fff;
    width: 100%;
    color: #333;
    flex: 1;
    border-radius: 10px;
    padding-left: 20px;
}

.mini_address li .info a {
    color: #222;
}

.mini_address li .info a i {
    margin-right: 5px;
}

.mini_address li .info p {
    margin-bottom: 0;
}


/* Blog Section Design */

.blog_section {
    padding: 80px 0;
}

.blog_list ul {
    display: flex;
    flex-wrap: wrap;
    max-width: calc(100% - 40px);
    margin: 0 auto;
}

.blog_list li {
    width: 31.33%;
    margin: 1%;
}

.blog_thum {
    box-shadow: 0 5px 15px 0 #d7dbe0;
    height: 100%;
}

.blog_img {
    position: relative;
    display: inline-block;
    overflow: hidden;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    width: 100%;
    height: 270px;

}

.blog_img img {
    transition: all 0.5s ease-in-out;
    width: 100%;
    max-height: 100%;
}

.blog_thum:hover .blog_img img {
    transform: scale(1.1);
}

.date_box {
    width: 65px;
    height: 65px;
    text-align: center;
    font-weight: 700;
    font-size: 27px;
    line-height: 25px;
    color: #fff;
    padding-top: 5px;
    z-index: 1;
    background-color: var(--primary-color);
    position: absolute;
    right: 15px;
    top: 15px;
    display: flex;
    flex-direction: column;
}

.read-more {
    color: var(--dark-color) !important;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.read-more i {
    margin-left: 10px;
    margin-top: 5px;
    color: #333;
    transition: all 0.2s ease-in-out;
}

.read-more:hover i {
    transform: translateX(10px);
}

.author {
    display: flex;
    color: #999;
    margin-bottom: 15px;
}

.author span {
    color: var(--primary-color);
    margin-left: 8px;
}

.blog {
    box-shadow: 0 5px 15px 0 #dae3f0;
    margin-bottom: 20px;
}

.blog_section .card {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
    border: 1px solid #e5e7f2;
    box-shadow: 0 5px 15px 0 #dae3f0;
}

.search_btn {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

.blog_section .card {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
    border: 1px solid #e5e7f2;
    box-shadow: 0 5px 15px 0 #dae3f0;
}

.blog_section .card-header {
    position: relative;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding: 10px 20px;
    border-radius: 10px 10px 0 0;
}

.blog_section .card-link {
    text-align: left;
    font-size: 22px;
    line-height: 30px;
    color: #222;
    font-weight: bold;
    /*font-family: "Oswald";*/

}

.post_list li {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.post_img {
    width: 90px;
    margin-right: 10px;
}

.post_img img {
    border-radius: 5px;
}

.post_list .info_txt {
    padding: 0;
    flex: 1;
}

.post_list li h4 {
    font-size: 20px;
    font-weight: normal;
    margin: 0;
    color: #333;
    flex: 1;
}

.post_list .info_txt span a {
    color: #999;
    font-size: 13px;
}

.post_list .info_txt span a i {
    margin-right: 5px;
    color: var(--primary-color);
}

.tags_list a {

    float: left;
    padding: 4px 15px 2px;
    border-radius: 2px;
    color: #666;
    font-size: 18px;
    margin: 0 6px 6px 0;
    background: #e6e6ea;
    border: 1px solid #eee;
    transition: all 0.2s ease-in-out;
}

.tags_list a:hover {
    background-color: var(--primary-color);
    color: #fff;
}

.post_list .badge {
    background-color: var(--primary-color);
    color: #fff;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.review_list {
    display: flex;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

/*.review_list:nth-child(2){ padding-left: 50px; }*/
.review_list:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.review_child {
    margin-left: 50px;
}

.review_list .user_txt p {
    font-size: 14px;
    color: #212529;
    margin-bottom: 8px;
}

.review_list .my_btn {
    padding: 5px 20px;
    margin-top: 20px;
}

.user_img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    margin-right: 20px;
    box-shadow: 0 2px 10px rgb(0 0 0 / 40%);
}

.blog-text {
    background: #fff;
    padding: 5px 20px 10px;
}

.blog-text p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.blog-text h5 {
    font-size: 22px;
}

.blog-text .blog-meta {
    margin-bottom: 5px;
}

.blog-text .blog-meta a {
    font-size: 12px;
    font-weight: 500;
    color: #777a7e;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-right: 30px;
}

.blog-text .blog-meta a:last-child {
    margin-right: 0px;
}

.blog-text .blog-meta a i {
    color: var(--primary-color);
    font-size: 14px;
    margin-right: 2px;
}

.blog-text .blog-meta a:after {
    position: absolute;
    content: "/";
    font-size: 12px;
    color: #a0a2a6;
    right: -22px;
}

.blog-text .blog-meta a:last-child:after {
    display: none;
}

.blog-text-title {
    font-size: 30px;
    line-height: 25px;
    text-transform: uppercase;
}

.blog-text-title a {
    color: #333;
}

.blog-text h4 {
    color: #333;
    font-size: 28px;
}
.bottomlogo{
    display: none !important;
}




/* All Media Query Start */

@media screen and (max-width: 1366.98px) {}

@media screen and (min-width: 1200px) and (max-width: 1280px) {

    .my_navbar .navbar-nav>li>a {
        font-size: 16.5px;
    }

    .my_navbar .navbar-brand {
        max-width: 150px;
        margin-right: 0;
    }

    .my_navbar .navbar-nav>li>a {
        padding: 20px 9px !important;
    }

}



@media screen and (max-width: 1199.98px) {
    nav {
        background-color: white !important;
    }
    .nav_middle_left{
        display: none;
    }
    .bottomlogo{
        display: flex !important;
    }
    .banner_txt .title {
        font-size: 18px;
    }
    .my_navbar nav {
        height: auto;
    }
    .nav_middle_right {
        display: none;
    }
    .middle_navbar{
        display: none;
    }
    .middle_logo img{
        max-height: 80px;
    }
    .line {
        display: none;
    }

    .my_navbar .container {
        position: relative;
    }

    .my_navbar .navbar-collapse {
        position: absolute;
        right: 0;
        top: 72px;
        width: 300px;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        border-radius: 10px;
        overflow: hidden;
    }

    .my_navbar .navbar-nav {
        align-items: flex-start;
    }

    .my_navbar .navbar-nav li {
        width: 100%;
        border-top: 2px dashed #999;
    }

    .my_navbar .navbar-nav li:first-child {
        border: none;
    }

    .my_navbar .navbar-nav>li>a {
        padding: 5px 14px !important;
        color: #666 !important;
    }

    .my_navbar .navbar-nav li.active>a {
        color: var(--dark-color) !important
    }

    .my_navbar .header-btn {
        display: inline-block;
        margin: 10px;
        border: 1px solid #666;
    }

    .navbar-nav:not(.page_links) {
        display: none;
    }

    .banner_logo {
        max-width: 250px;
        margin-bottom: 30px;
    }

    .banner_txt .title {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .banner_txt .sub_title {
        font-size: 30px;
    }

}

@media screen and (max-width: 991.98px) {

    .banner_logo {
        max-width: 200px;
        margin-bottom: 30px;
    }

    .banner_txt .title {
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 5px;
    }

    

    .about_vector {
        display: none;
    }

    .banner_txt .sub_title {
        font-size: 24px;
    }

    .blog_list li {
        width: 48%;
    }

    .copyright .copyright-text {
        text-align: center !important;
    }

}

@media screen and (min-width: 767.98px) and (max-width: 991.98px) {
    .top_left_link {
        padding-left: 120px;
    }

    .about_contact i {
        background: white;
        border-radius: 50%;
        border: 3px solid var(--primary-color);

        padding: 15px;
        font-size: 22px;
        color: var(--primary-color);
    }

    .about_contact span {
        font-size: 14px;
        text-transform: uppercase;
        /* color: var(--primary-color); */
        font-weight: 550;
    }

    .ab_number {
        font-size: 18px;
        color: var(--primary-color);
    }

    .top_left_link li {
        padding: 10px 5px;
    }

    .my_navbar .navbar-brand {
        max-width: 135px;
    }

    .my_navbar .navbar-collapse {
        top: 50px;
    }

    .my_navbar.sticky nav .navbar-collapse {
        top: 78px;
    }

}

@media screen and (max-width: 767.98px) {
    .top_navbar {
        display: none;
    }

    .my_navbar .navbar-brand {
        max-width: 140px;
    }
    .middle_logo img{
        max-height: 50px;
    }
    .service_list ul {
        display: block;
    }
    .service_list>ul>li {
        width: 100%;
        
    }
    .nav_middle_logo_text h4 {
        font-size: 13px;
    }
    .sub_header .breadcrumb li {
      
        padding: 9px 7px 6px 7px
        
    }
    .nav_middle_logo_text h6 {
        font-size: 11px;
    }

    .my_navbar .navbar-collapse {
        top: 50px;
    }

    .my_navbar.sticky nav .navbar-collapse {
        top: 78px;
    }

    .banner_box {
        margin-left: -20px;
    }

    .banner_logo {
        max-width: 180px;
        margin-bottom: 20px;
    }
    
    .banner_txt .title {
        font-size: 18px;
        line-height: 30px;
    }

    .banner_txt .sub_title {
        font-size: 20px;
    }

    .blog_list li {
        width: 100%;
        margin: 10px 0;
    }

    .about_section .thum_img {
        margin-bottom: 30px;
    }

}


@media screen and (max-width: 575.98px) {
    /* .d_only {
        display: none !important;
    } */
   .only_card{
    margin-top: 0px;
   }
    .m_only {
        display: block !important;
    }

    .banner_logo {
        max-width: 150px;
        margin-bottom: 20px;
    }

    .banner_txt .title {
        font-size: 18px;
        line-height: 24px;
    }

    .banner_txt .sub_title {
        font-size: 16px;
    }

    .circle_shape:before {
        margin-left: -38px;
    }

    .banner_box {
        margin-left: -34px;
    }

    .about_contact i {
        background: white;
        border-radius: 50%;
        border: 2px solid var(--primary-color);

        padding: 12px;
        font-size: 22px;
        color: var(--primary-color);
    }

    .about_contact span {
        font-size: 14px;
        text-transform: uppercase;
        /* color: var(--primary-color); */
        font-weight: 550;
    }

    .ab_number {
        font-size: 18px;
        color: var(--primary-color);
    }
}
@media screen and (max-width: 400px){
    .sub_header h2 {
      
        font-size: 25px;
        
    }
    .about_contact {
        position: absolute;
        display: flex;
        left: 20%;
        bottom: 10%;
        z-index: 1;
    }
    .about_contact span {
        font-size: 11px;
        text-transform: uppercase;
        /* color: var(--primary-color); */
        font-weight: 550;
    } 
    .banner_txt .title {
        margin-left: 2%;
        font-size: 9px;
        line-height: 24px;
    }

    .banner_txt .sub_title {
        font-size: 8px;
        margin-left: 3%;
    }
    .sub_header .breadcrumb{
        padding: 0 0px;
    }
    .nav_middle_logo_text h4 {
        font-size: 12px !important;
    }
    .sub_header .breadcrumb li {
        padding: 10px 2px 8px 2px;
    }
    .sub_header .breadcrumb li:after {
        content: "/";
        position: absolute;
        right: -3px;
        top: 10px;
        color: #333;
    }    
}

@media screen and (max-width: 350px){
    .nav_middle_logo_text h4 {
        font-size: 9px !important;
    }
    .nav_middle_logo_text h6{
        font-size: 8px;
    }
    .single-blog {
        width: 280px;
        margin-right: 25px;
    }
}