/*
Author       : Themeplaza
Template Name: Fighter Military Service & Army Website Template
Version      : 1.0
*/
/*=============================================================
    CSS INDEX
    =============================
    01. START GENERAL STYLE (body, link color, section-title, preloader btn, overlay, section-padding etc)
    02. START HEADER DESIGN
    03. START HOME DESIGN
    04. START FEATURE AND ABOUT DESIGN
    05. START SERVICE DESIGN
    06. START COUNTER UP DESIGN
    07. START PORTFOLIO DESIGN
    08. START TEAM DESIGN
    09. START TESTIMONIAL DESIGN
    10. START BLOG DESIGN
    11. START CONTACT DESIGN
    12. START FOOTER DESIGN
    13. START COPYRIGHT DESIGN
  =============================================================*/

/*
* ----------------------------------------------------------------------------------------
* 01. START GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/

@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");

body {
    font-family: "Lato", sans-serif;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #333333;
    overflow-x: hidden;
}
/* first containe */
/* #senior_management{
    display: flex;
} */

.senior_text {
    padding-top: 120px;
}
.senior_text > h3 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #d35400;
}
.first-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    background-color: #dbdadf;
    padding: 10px;
}

.second_part {
    height: 430px;
    width: 25%;
    margin-top: 20px;
    background-color: #ffffff;
    padding: 20px;
    margin: 18px;
    border-radius: 10px;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18),
        0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.second_part img {
    height: 250px;
    width: 200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-size: cover;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18),
        0 4px 15px 0 rgba(0, 0, 0, 0.15);
    border: 7px solid #eee;
    text-align: center;
    cursor: pointer;
}

.second_part img:hover {
    transform: scale(1.1);
    transition: all 0.3s ease;
}

.second_part > h4 {
    margin-top: 30px;
    font-size: 20px;
    padding-left: 20px;
    margin-bottom: 20px;
}
.second_part > h5 {
    margin-bottom: 10px;
    font-size: 18px;
    padding-left: 20px;
}
/* .second_part > h6 {
    margin-bottom: 5px;
    font-size: 15px;
    padding-left: 20px;
    letter-spacing: 0.5px;
} */

/* padding-left: 15px; */

/* margin-top: 1rem;
    margin-bottom: 1rem; */

/* senor-management */
/* #senior_management{
    display: flex;

} */
/* .first_container {
    display: flex!important;
} */

/* flex-wrap: wrap;
    justify-content: space-evenly;
    background-color: #f5aed6;
    padding: 10px 20px;
}

.first_part .second_part{
    height: 400px;
    width: 23%;
    background-color: #FFFFFF;
    padding: 20px 0px 15px;
    margin: 1%;
}
.first_part .second_part img{
    height: 300px;
    background-size: cover;
    margin-top: 1rem;
    margin-bottom: 1rem;

} */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333333;
    font-weight: 600;
    font-family: "Playfair Display", serif;
}

.about-us {
    padding-top: 50px;
}

img {
    max-width: 100%;
    height: auto;
}

a:hover,
a:focus {
    outline: none;
    text-decoration: none;
}

ul {
    list-style: none;
    padding: 0;
}

p {
    font-weight: 400;
    font-family: "Lato", sans-serif;
    margin: 0;
    font-size: 15px;
    color: #333333;
    letter-spacing: 0;
}

.small_device {
    display: none;
}
.gray_bg {
    background: #f7f8fa;
}

.dark_bg {
    /* background: #1d293e; */
}

/*START PRELOADER DESIGN*/
.preloader {
    background: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}

.status-mes {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    font-size: 10px;
    text-indent: -12345px;
    border-top: 3px solid rgba(0, 0, 0, 0.08);
    border-right: 3px solid rgba(0, 0, 0, 0.08);
    border-bottom: 3px solid rgba(0, 0, 0, 0.08);
    border-left: 3px solid #f0c70a;
    border-radius: 50%;
    -webkit-animation: spinner 700ms infinite linear;
    animation: spinner 700ms infinite linear;
    z-index: 10000;
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* END PRELOADER DESIGN */

/* START BUTTON DESIGN */

.description {
    text-align: justify;
}
.main_btn1 {
    display: inline-block;
    background: #f0c70a;
    border: 1px solid #f0c70a;
    font-size: 15px;
    letter-spacing: 0.5px;
    padding: 8px 28px;
    color: #fff;
    text-transform: capitalize;
    transition: all 0.4s ease;
    border-radius: 30px;
    font-family: "Lato", sans-serif;
}
.main_btn1:hover {
    background: transparent;
    border: 1px solid #f0c70a;
    color: #f0c70a;
}

.main_btn {
    display: inline-block;
    background: #d35400;
    border: 1px solid #d35400;
    font-size: 15px;
    letter-spacing: 0.5px;
    padding: 8px 28px;
    color: #fff;
    text-transform: capitalize;
    transition: all 0.4s ease;
    border-radius: 30px;
    font-family: "Lato", sans-serif;
}

.main_btn:hover {
    background: transparent;
    border: 1px solid #d35400;
    color: #0a0a0a;
}

/* END BUTTON DESIGN */

/* START SECTION-HEADING DESIGN */
.section_padding {
    padding: 100px 0px;
    padding-top: 120px;
}

.section_heading {
    margin-bottom: 60px;
}

.section_heading h2 {
    text-transform: capitalize;
    font-size: 40px;
    line-height: 36px;
    color: #222;
    font-weight: 600;
    position: relative;
    letter-spacing: 1px;
}

.dark_bg .section_heading h2 {
    color: #fff;
}
/* .single-service p {
    text-align: justify;
} */
.section_heading p {
    margin: 15px 0 5px;
}

.dark_bg .section_heading p {
    color: #fff;
}

.section_heading h2 span {
    color: #f0c70a;
}
#section_heading h2 span {
    color: #d35400;
}

.section_heading_border:before {
    content: "";
    height: 2px;
    width: 50px;
    position: absolute;
    left: -55px;
    top: 50%;
    background-color: #f0c70a;
    margin-top: 26px;
}
#section_heading_border:before {
    content: "";
    height: 2px;
    width: 50px;
    position: absolute;
    left: -55px;
    top: 50%;
    background-color: #d35400;
    margin-top: 26px;
}

#section_heading_border:after {
    content: "";
    height: 2px;
    width: 50px;
    position: absolute;
    right: -55px;
    top: 50%;
    background-color: #d35400;
    margin-top: 26px;
}
.section_heading_border:after {
    content: "";
    height: 2px;
    width: 50px;
    position: absolute;
    right: -55px;
    top: 50%;
    background-color: #f0c70a;
    margin-top: 26px;
}

.section_heading_border {
    width: 20px;
    display: inline-block;
    margin-top: -50px;
    position: relative;
}

.section_heading_border span {
    height: 2px;
    width: 16px;
    background: #f0c70a;
    display: inline-block;
}
#section_heading_border span {
    height: 2px;
    width: 16px;
    background: #d35400;
    display: inline-block;
}

.section_heading_border span:nth-child(1) {
    margin-bottom: -46px;
}

.section_heading_border span:nth-child(2) {
    margin-bottom: -23px;
}

.section_heading_border span:nth-child(3) {
    margin-top: 2px 0;
}

/* END SECTION-HEADING DESIGN */

/* START SCROLL TO-TOP */
.topcontrol {
    background: #d35400 none repeat scroll 0 0;
    border-radius: 50px;
    bottom: 5px;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    margin-bottom: 70px;
    height: 40px;
    opacity: 1;
    filter: alpha(opacity=100);
    padding: 5px 12px;
    position: fixed;
    right: 5px;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    width: 40px;
    z-index: 999;
}

.topcontrol:hover {
    background: #222;
    color: #fff;
}

/* END SCROLL TO-TOP */
/*
* ----------------------------------------------------------------------------------------
* 01. END GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 02. START HEADER DESIGN
* ----------------------------------------------------------------------------------------
*/

/* social media link */
.social-media-link {
    display: flex;
    justify-content: start;
    font-size: 20px;
}

.social-media-link > li {
    margin-right: 20px;
}

.social-media-link .ti-facebook {
    color: #316ff6;
}
.social-media-link .ti-twitter-alt {
    color: #1da1f2;
}

.social-media-link .fa-brands {
    color: #cd201f;
}
/* Btn 10  */
.btn10 {
    padding: 8px 20px !important;
    margin-top: 4px !important;
    color: #fff;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    text-decoration: none;

    /* display:inline-block; */
}

.btn10 {
    /* top: 40px; */
    font-family: "Lato", sans-serif;
    padding: 4px;
    font-weight: 700;
    font-size: 15px !important;
    text-transform: uppercase !important;
    letter-spacing: 2px;
    color: #fff;
    cursor: hand;
    text-align: center;
    text-transform: capitalize;
    border: 1px solid #fff;
    border-radius: 5px;
    position: relative;
    overflow: hidden !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: transparent !important;
    z-index: 10;
}

.btn10:hover {
    /* border: 1px solid #071982; */
    color: rgb(19, 18, 18) !important;
}

.btn10::before {
    content: "";
    width: 2%;
    height: 100%;
    /* display: block; */
    background: #f0c70a;
    /* #d35400; */
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -10%;
    opacity: 1;
    top: 0;
    z-index: -12;
    -moz-transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.6);
}

.btn10::after {
    content: "";
    width: 0%;
    height: 100%;
    /* display: block; */
    background: rgba(7, 1, 90, 0.6);
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -10%;
    opacity: 0;
    top: 0;
    z-index: -15;
    -webkit-transition: all 0.94s cubic-bezier(0.2, 0.95, 0.57, 0.99);
    -moz-transition: all 0.4s cubic-bezier(0.2, 0.95, 0.57, 0.99);
    -o-transition: all 0.4s cubic-bezier(0.2, 0.95, 0.57, 0.99);
    transition: all 0.4s cubic-bezier(0.2, 0.95, 0.57, 0.99);
    box-shadow: 2px 0px 14px rgba(0, 0, 0, 0.6);
}

.btn10:hover::before,
.btn1O:hover::before {
    opacity: 1;
    width: 116%;
}

.btn10:hover::after,
.btn1O:hover::after {
    opacity: 1;
    width: 120%;
}

.login-button {
    border: 1px solid white;
    background-color: transparent;
    font-weight: 700;
    font-family: "Lato", sans-serif;
}

.navbar-default {
    background-color: transparent;
    border: none;
    padding: 15px 0;
    position: absolute;
    width: 100%;
    z-index: 999;
}

.navbar-brand p {
    font-size: 32px;
    font-weight: 800;
    text-transform: capitalize;
    margin: -5px 10px 10px 0px;
    letter-spacing: 1px;
    color: #f0c70a;
    font-family: "Lato", sans-serif;
}

.navbar-default.sticky_menu .navbar-brand p {
    color: #f0c70a;
}

.navbar-default .navbar-nav > li > a {
    text-transform: uppercase !important;
    color: #f0c70a;
    font-size: 16px;
    font-weight: 600;
    padding: 2px;
    margin-top: 10px;
    margin-left: 26px;
    text-transform: capitalize;
    transition: all 0.3s ease;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color: #f0c70a;
    background-color: transparent;
}

/* .navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a,
#nav li.current a {
    color: #FFF;
    background-color: transparent;
} */

.fa-solid {
    /* float: right; */
    margin-left: 10px;
    font-size: 12px;
}

.dropdown_menu {
    display: none;
    clear: both;
    text-align: inherit;
    white-space: nowrap;
}

#navbar .navbar-nav li:hover .dropdown_menu {
    display: inline;
    position: absolute;
    left: 0;
    top: 100%;
    border-right: 5px;

    /* background: transparent; */
    background-color: #4a5d7b;
    /* background-color: transparent;
     */
}

.dropdown_menu > ul {
    display: block;
    margin: 5px;
    /* padding: 5px 0; */
    font-size: 16px;
}

.dropdown_menu > ul > li {
    width: 200px;
    padding: 5px;
}
.dropdown_menu > ul > li:hover {
    padding: 5px;
    display: block;
    background-color: #cfced6;
    cursor: pointer;
    color: #1d293e;
}

.dropdown_menu > ul > li > a {
    color: #f0c70a;
    font-size: 16px;
    font-weight: 600;
    transition: color 0.2s ease;
}

.dropdown_menu > ul > li:hover a {
    color: #1d293e;
    display: block;
    width: 100%;
    background-color: #cfced6;
}

.main_header.sticky_menu {
    position: fixed;
    width: 100%;
    padding: 10px 0;
    top: 0;
    background: #fff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.32);
    box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.1);
    z-index: 999;
}

.main_header.dark_bg_menu.sticky_menu {
    background-color: #1d293e;
    color: #fff;
    padding: 10px 0;
    border: none;
    box-shadow: 0 1px 20px rgba(255, 255, 255, 0.1);
    width: 100%;
    animation: fadeInDown 1s both 0.2s;
}

.main_header.sticky_menu .navbar-nav > li > a {
    color: #d35400 !important;
    transition: all 0.3s ease;
}

.main_header.dark_bg_menu.sticky_menu .navbar-nav > li > a {
    color: #fff !important;
    transition: all 0.3s ease;
}

.main_header.sticky_menu .navbar-nav > li > a:hover {
    color: black !important;
}

.main_header.sticky_menu .navbar-nav > .active > a,
.main_header.dark_bg_menu.sticky_menu .navbar-nav > li > a:hover,
.main_header.sticky_menu .navbar-nav > .active > a:hover,
.main_header.sticky_menu .navbar-nav > .active > a:focus {
    color: #f0c70a !important;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border: none;
    padding: 0;
    color: #fff;
    font-size: 20px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.main_header.sticky_menu .navbar-toggle .icon-bar {
    background-color: #f0c70a;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

/*
* ----------------------------------------------------------------------------------------
* 02. END HEADER DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 03. START HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
#particles-js {
    width: 100%;
    height: 100%;
    position: absolute;
}

.welcome-area,
.welcome-slider-area,
.welcome-slider-area div {
    height: 700px;
}

.welcome-slider-area div.single-slide-item-tablecell,
.welcome-slider-area div.single-slide-item-tablecell div {
    height: auto;
}

.single-slide-item-table {
    display: table;
    text-align: center;
    width: 100%;
}

.single-slide-item-tablecell {
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 80px;
}

.single-slide-item {
    position: relative;
    z-index: 1;
    padding-top: 3%;
}

.single-slide-item:after {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 1;
    filter: alpha(opacity=0);
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
    filter: alpha(opacity=100);
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.single-slide-item h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 10px;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.single-slide-item h2 {
    color: #f0c70a;
    font-size: 20px;
    letter-spacing: 8px;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.single-slide-item p {
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 50px;
}

.single-slide-item span {
    color: #f0c70a;
}

.single-slide-item .slider_btn {
    background: transparent;
    border: 1px solid #fff;
    margin-right: 20px;
    color: #fff;
    font-size: 14px;
    padding: 10px 30px;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.2s ease 0s;
    display: inline-block;
    margin-bottom: 20px;
}

.single-slide-item .slider_btn:hover {
    color: #fff;
    background: #f0c70a;
    border-color: #f0c70a;
    text-decoration: none;
}

.single-slide-item .s_bg_btn {
    background: #f0c70a;
    border-color: #f0c70a;
}

.single-slide-item .s_bg_btn:hover,
.single-slide-item .s_bg_btn:focus {
    background: transparent;
    border-color: #fff;
}

.carousel-control {
    z-index: 1;
    background-image: none !important;
    top: 46.6%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: transparent;
    border: 1px solid #fff;
    opacity: 1;
    color: #fff;
    font-size: 25px;
    font-weight: 400;
    transition: 0.5s;
}

#welcome-slide-carousel .carousel-indicators li {
    width: 15px;
    height: 15px;
    margin: 0 5px;
}

#welcome-slide-carousel .carousel-indicators .active {
    background: #75ceae;
    border-color: #75ceae;
}

.carousel-control.left {
    margin-left: 25px;
}

.carousel-control.right {
    margin-right: 25px;
}

.carousel-control:hover {
    background: #f0c70a;
    border-color: #f0c70a;
}

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
    filter: alpha(opacity=0);
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
    filter: alpha(opacity=100);
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/*
* ----------------------------------------------------------------------------------------
* 03. END HOME DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 04. START ABOUT DESIGN
* ----------------------------------------------------------------------------------------
*/
.single_about {
    margin-top: 60px;
}

.single_about .about_title span {
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #d35400;
    font-size: 18px;
    font-weight: 700;
}

.single_about .about_title h2 {
    font-size: 32px;
    color: #222;
    font-weight: 700;
    margin: 15px 0 20px;
}

.dark_bg .single_about .about_title h2 {
    color: #fff;
}

.single_about .about_title .description {
    margin: 0 0 30px;
}

.dark_bg .single_about .about_title .description {
    color: #fff;
}

.single-about img {
    border: 5px solid #d35400;
    padding: 10px 10px 10px 10px;
    margin-top: 60px;
}

.bod_card {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 140px;
}
.bod_card .card_tiltle {
    border-radius: 5px;
    box-shadow: 2px 2px 6px 6px rgba(0, 0, 0, 0.1);
    padding: 50px 280px;
}

.card_tiltle > h4 {
    font-size: 24px;
    text-align: center;
    color: #d35400;
    font-weight: bold;
}
.First-title {
    font-size: 16px;
    font-weight: bold;
}

.First-title > p {
    font-size: 14px;
}

tbody .btn {
    background-color: #d35400;
    color: #fff;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
}
.notice_table {
    position: relative;
    width: 100%;
    padding: 140px 25px 0px 25px;
    box-sizing: border-box;
    letter-spacing: 0.2px;
    font-weight: 400;
    font-size: 16px;
    background-color: #f7f8fa;
}
.peer > h4 {
    font-size: 24px;
}
.tender_notice_table {
    position: relative;
    width: 100%;
    padding: 120px 25px 50px 25px;
    box-sizing: border-box;
    letter-spacing: 0.2px;
    font-weight: 400;
    font-size: 16px;

    background-color: #f4f4f5;
}

/* END ABOUT */
/*
* ----------------------------------------------------------------------------------------
* 04. END FEATURE AND ABOUT DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 05. START SERVICE DESIGN
* ----------------------------------------------------------------------------------------
*/
/* #service{
    /* background-color: #eaf0f4; */

.single-service {
    padding: 40px 30px;
    box-shadow: 0px 17px 60px #00000012;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 30px;
    transition: all 0.4s ease;
    /* text-align: justify; */
}

.dark_bg .single-service {
    background: transparent;
    border: 1px solid #384967;
}

.single-service i {
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    background: #efeded;
    border: 1px solid #efeded;
    text-align: center;
    transition: all 0.4s ease;
    font-size: 35px;
    display: inline-block;
    color: #d35400;
}

.dark_bg .single-service i {
    background: transparent;
    border: 1px solid #d35400;
}

.single-service:hover i {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    background: #d35400;
    border: 1px solid #d35400;
    color: #fff;
}

.single-service h4 {
    font-size: 20px;
    margin-top: 30px;
    text-transform: capitalize;
    color: #222;
    transition: all 0.4s ease;
}

.dark_bg .single-service h4 {
    color: #fff;
}

.single-service p {
    transition: all 0.4s ease;
    color: #333333;
    margin-top: 15px;
}

.dark_bg .single-service p {
    color: #fff;
}

/*
* ----------------------------------------------------------------------------------------
* 05. END SERVICE DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 07. START PORTFOLIO DESIGN
* ----------------------------------------------------------------------------------------
*/
.our_port_menu {
    margin-bottom: 50px;
}

.our_port_menu ul {
    list-style-type: none;
    padding: 0;
}

.our_port_menu ul li {
    border: 1px solid #bbb;
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin: 7px;
    padding: 5px 20px;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
}

.dark_bg .our_port_menu ul li {
    border: 1px solid #fff;
    color: #fff;
}

.our_port_menu ul li:hover,
.our_port_menu ul li.active {
    border-color: #f0c70a;
    background-color: #f0c70a;
    color: #fff;
}

.box {
    text-align: center;
    overflow: hidden;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    position: relative;
}

.box:after {
    content: "";
    width: 65%;
    background: #f0c70a;
    padding-bottom: 65%;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform-origin: 0 0 0;
    transition: all 0.3s ease 0s;
}

.box:hover:after {
    opacity: 1;
}

.box img {
    width: 100%;
    /* height: 300px; */
    transition: all 1s ease 0s;
}

.box:hover img {
    transform: scale(1.3);
}

.box .box-content {
    width: 100%;
    position: absolute;
    top: 40%;
    left: 0;
    opacity: 0;
    z-index: 1;
    transition: all 0.3s ease 0s;
}

.box:hover .box-content {
    opacity: 1;
}

#portfolio .box .title {
    display: inline-block;
    padding: 10px 0;
    color: #fff;
    margin: 0;
    font-size: 17px;
}

.box .icon {
    padding: 0;
    margin: 12px 0 0 0;
    list-style: none;
}

.box .icon li {
    display: inline-block;
}

.box .icon li a {
    /* display: block; */
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    border: 1px solid #f0c70a;
    background: #f0c70a;
    font-size: 18px;
    color: #fff;
    margin-right: 10px;
    transition: all 0.3s ease 0s;
}

.box {
    text-align: center;
    margin-bottom: 30px;
    overflow: hidden;
    box-shadow: inherit;
    position: relative;
}

.box:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(7, 1, 90, 0.6);
    padding-bottom: 65%;
    opacity: 0;
    position: absolute;
    transform-origin: 0 0 0;
    transition: all 0.3s ease 0s;
}

.box:hover:after {
    opacity: 1;
}

.box img {
    width: 100%;
    height: 270px;
}

.box .box-content {
    width: 100%;
    position: absolute;
    top: 30%;
    left: 0;
    opacity: 0;
    z-index: 1;
    transition: all 0.3s ease 0s;
}

.box:hover .box-content {
    opacity: 1;
}

.box .title {
    display: inline-block;
    padding: 10px 0;
    color: #fff;
    margin: 0;
}

/*
* ----------------------------------------------------------------------------------------
* 07. END PORTFOLIO DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 06. START COUNTERUP DESIGN
* ----------------------------------------------------------------------------------------
*/
.count_overlay {
    background: rgba(7, 1, 90, 0.6) none repeat scroll 0 0;
    padding: 60px 0;
}

.count h3 {
    color: #f0c70a;
    font-size: 30px;
}

.count span {
    font-size: 30px;
    font-weight: 600;
}

.count h5 {
    color: #fff;
    font-size: 16px;
}

/*
* ----------------------------------------------------------------------------------------
* 06. END COUNTERUP DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 08. START TEAM DESIGN
* ----------------------------------------------------------------------------------------
*/
.single_team {
    position: relative;
}

.overlay-text {
    position: relative;
    -webkit-transition: all linear 0.7s;
    -o-transition: all linear 0.7s;
    transition: all linear 0.7s;
}

.single_team:hover .overlay-text {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.team-overlay {
    position: absolute;
    width: 100%;
    height: 100px;
    bottom: 0;
    left: 0;
    content: "";
    background: rgba(7, 1, 90, 0.6);
    z-index: 99;
    -webkit-transition: all linear 0.5s;
    -o-transition: all linear 0.5s;
    transition: all linear 0.5s;
}

.single_team h3 {
    font-size: 20px;
    color: #fff;
    padding-top: 10px;
    display: inline-block;
    -webkit-transition: all linear 0.5s;
    -o-transition: all linear 0.5s;
    transition: all linear 0.5s;
}

.single_team:hover .team-overlay {
    height: 100%;
}

.team_icon {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.single_team:hover .team_icon i {
    opacity: 1;
}

.team_icon i:hover {
    background: #f0c70a;
    border: 1px solid #f0c70a;
    color: #fff;
}

.team_icon i {
    margin: 0 3px;
    border-radius: 50%;
    border: 1px solid #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 16px;
    opacity: 0;
    -webkit-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

.single_team p {
    font-size: 15px;
    color: #f0c70a;
}

/*
* ----------------------------------------------------------------------------------------
* 08. END TEAM DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 09. START PRICING TABLE DESIGN
* ----------------------------------------------------------------------------------------
*/
.pricingTable {
    text-align: center;
    border: 1px solid #dbdbdb;
    border-radius: 20px;
    transition: 0.4s;
}

.pricingTable:hover {
    transform: translateY(-10px);
}

.pricingTable > .pricingTable-header {
    color: #fff;
}

.pricingTable-header > .heading {
    border-radius: 20px;
    background: #f0c70a;
    display: block;
    padding: 30px 0;
}

.heading > h3 {
    color: #fff;
    font-weight: 500;
    font-size: 27px;
    margin: 0;
    text-transform: uppercase;
}

.heading > .subtitle {
    font-size: 13px;
    margin-top: 3px;
    display: block;
}

.pricingTable-header > .price-value {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 2px solid #555;
    display: block;
    margin: 0 auto;
    color: #555;
    font-size: 25px;
    font-weight: 800;
    margin-top: 20px;
    padding: 20px 10px 0 10px;
    line-height: 35px;
}

.dark_bg .pricingTable-header > .price-value {
    border: 2px solid #fff;
    color: #fff;
}

.pricingTable-header > .price_value {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #f0c70a;
    border: 2px solid #f0c70a;
    display: block;
    margin: 0 auto;
    color: #fff;
    font-size: 25px;
    font-weight: 800;
    margin-top: 20px;
    padding: 20px 10px 0 10px;
    line-height: 35px;
}

.price-value span {
    font-size: 40px;
}

.price_value span {
    font-size: 40px;
}

.price-value > .mo {
    display: inline-block;
    line-height: 0;
    padding-top: 13px;
    border-top: 1px solid #555;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
    margin-top: -20px;
}

.price_value .mo {
    display: inline-block;
    line-height: 0;
    padding-top: 13px;
    border-top: 1px solid #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
    margin-top: -20px;
}

.pricingTable > .pricingContent {
    margin: 20px 0 0 0;
}

.pricingContent > ul {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}

.pricingContent > ul > li {
    border-top: 1px solid #ddd;
    padding: 5px 0;
    letter-spacing: 0.5px;
    line-height: 25px;
    color: #555;
    text-align: center;
    transition: 0.4s ease-in-out;
}

.dark_bg .pricingContent > ul > li {
    color: #fff;
    border-top: 1px solid #fff;
}

.pricingContent > ul > li:before {
    content: "\f101";
    font-family: "FontAwesome";
    color: #f0c70a;
    margin-right: 10px;
}

.pricingContent > ul > li:hover {
    padding-left: 15px;
    transition: 0.4s ease-in-out;
}

.pricingContent > ul > li:last-child {
    border-bottom: 1px solid #dbdbdb;
}

.pricingTable > .pricingTable-sign-up {
    padding: 25px 0;
}

/*
* ----------------------------------------------------------------------------------------
* 09. END PRICING TABLE DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 10. START TESTIMONIAL DESIGN
* ----------------------------------------------------------------------------------------
*/
.testi_overlay {
    background: rgba(7, 1, 90, 0.6) none repeat scroll 0 0;
    padding: 60px 0;
}

.single_testimonial {
    text-align: center;
}

.single_testimonial .pic img {
    width: 85px;
    width: 85px;
    display: inline-block;
}

.single_testimonial .pic {
    margin-bottom: 35px;
}

.single_testimonial .pic img {
    background: #fff;
    border-radius: 50%;
}

.single_testimonial .testimonial-review {
    color: #fff;
    line-height: 28px;
    margin-bottom: 14px;
}

.testimonial-review .testimonial-description {
    font-style: italic;
    margin: 15px 0;
    color: #fff;
}

.single_testimonial .testimonial-title {
    color: #f0c70a;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    text-transform: capitalize;
}

/*
* ----------------------------------------------------------------------------------------
* 10. END TESTIMONIAL DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 11. START BLOG DESIGN
* ----------------------------------------------------------------------------------------
*/
.post-slide {
    transition: all 0.3s ease 0s;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.dark_bg .post-slide {
    border: 1px solid #384967;
}

.post-slide .post-img {
    position: relative;
}

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

.post-slide .post-img:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    background: rgba(7, 1, 90, 0.6);
    transition: all 0.3s ease 0s;
}

.post-slide:hover .post-img:after {
    opacity: 1;
}

.post-slide .icons {
    position: absolute;
    bottom: -16px;
    left: 30px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    z-index: 1;
}

.post-slide .icons img {
    width: 100%;
    height: auto;
}

.post-slide .post-review {
    border-top: none;
    padding: 35px 20px 25px;
    background: #fff;
    position: relative;
}

.dark_bg .post-slide .post-review {
    background: transparent;
}

.post-slide .post-bar {
    padding: 0;
    list-style: none;
}
.contact-email {
    display: flex;
    flex-direction: row;
}
.contact-email-container {
    display: flex;
    gap: 10px;
}

.post-slide .post-bar li {
    display: inline-block;
    font-size: 15px;
    color: #555;
    margin-right: 10px;
    text-transform: capitalize;
}

.dark_bg .post-slide .post-bar li {
    color: #f0c70a;
}

.post-slide .post-bar li i {
    color: #f0c70a;
    margin-right: 8px;
}

.post-slide .post-title {
    margin: 0 0 15px 0px;
    color: #222;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 22px;
}

.post-slide .post-title:hover {
    color: #f0c70a;
}

.dark_bg .post-slide .post-title {
    color: #fff;
}

.dark_bg .post-slide .post-title:hover {
    color: #f0c70a;
}

.post-slide .read {
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 600;
    color: #f0c70a;
}

.dark_bg .post-slide .read {
    color: #fff;
}

.post-slide .read i {
    margin-left: 10px;
}

.post-slide .post-description {
    margin-bottom: 10px;
}

.dark_bg .post-slide .post-description {
    color: #fff;
}

.post-slide .read {
    transition: all 0.4s;
}

.post-slide .read:hover {
    text-decoration: none;
    /* color: #333; */
}

.dark_bg .post-slide .read:hover {
    color: #f0c70a;
    text-decoration: none;
}

/*
* ----------------------------------------------------------------------------------------
* 11. END BLOG DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 12. START CONTACT DESIGN
* ----------------------------------------------------------------------------------------
*/
.contact-form-area form input {
    width: 97%;
    margin: 0px 30px 30px 0px;
    padding: 25px;
    border-width: 1px;
    border-color: rgb(57 79 236);
    border-style: solid;
    border: 1px solid #f0c70a;
    font-size: 16px;
    box-shadow: 0px 3px 29px 0px rgb(0 0 0 / 14%);
}

.contact-form-area form textarea {
    width: 97%;
    padding: 25px 0px 0px 25px;
    border-width: 1px;
    border-color: rgb(57 79 236);
    border-style: solid;
    border: 1px solid #f0c70a;
    box-shadow: 0px 3px 29px 0px rgb(0 0 0 / 14%);
    margin: 0px 0px 60px 0px;
    height: 160px;
    font-size: 16px;
}

/*
* ----------------------------------------------------------------------------------------
* 12. END CONTACT DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 14. START COPYRIGHT DESIGN
* ----------------------------------------------------------------------------------------
*/
/* .copyright_area{
    background: #f0c70a;
} */
.copy_text {
    width: 70%;
    /* padding: 10px 0; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.copy_text p {
    color: #fff;
    margin-top: 20px;
    padding-bottom: 2px;
}

/*
* ----------------------------------------------------------------------------------------
* 14. END COPYRIGHT DESIGN
* ----------------------------------------------------------------------------------------
*/

/* login form */
.login {
    background: url("../images/login_background.jpeg") no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.registration {
    background: url("../images/Shadhin-Bangla.JPG") no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.header-login {
    color: white;
}

.container-login {
    width: 450px;
    /* background-color: transparent; */
    padding: 40px 20px;
    border: 1px solid white;
    backdrop-filter: blur(30px);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: auto;
    border-radius: 10px;
}

.container-login .fixed_content {
    justify-content: center;
    align-items: center;
    width: 100%;
}

.container-login h1 {
    margin: 10px 0;
    text-align: center;
}

.container-login .last-part {
    text-align: center;
}
.input {
    width: 100%;
}
.sliding_content {
    display: none;
    top: 100%; /* Start off-screen */
    left: 0;
    width: 100%;
    transition: top 0.3s ease-in-out;
}

.input input {
    border-radius: 20px;
    padding: 1rem;
    font-size: 14px !important;
    margin: 10px 0;
    border: 1px solid white;
    color: white;
    font-size: 18px;
    width: 100%;
    background-color: transparent;
}

.input-upload .form-control {
    border-radius: 20px;
    padding: 5px 10px;
    font-size: 14px !important;
    margin: 5px 0;
    border: 1px solid white;
    color: white;
    font-size: 18px;
    width: 100%;
    height: auto;
    background-color: transparent;
}
.input-upload .form-label {
    margin-bottom: 0px;
    padding-left: 10px;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
}
.input input::placeholder {
    color: white;
    font-size: 14px;
    padding: 4px;
}

.login-btn {
    width: 100%;
    padding: 1rem;
    margin-top: 30px;
    border: 1px solid white;
    border-radius: 20px;
    background-color: transparent;
    color: white;
    font-size: 18px;
    font-weight: 700;
    font-family: "Lato", sans-serif;
}

.help {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
}

#rember-me {
    margin-left: 10px;
    font-size: 14px;
    color: white;
}

.frgt-pass {
    font-size: 14px;
    color: white;
    text-decoration: none;
}

.crt-account {
    font-size: 14px;
    color: white;
    text-decoration: underline;
    margin-top: 10px;
}

.back-to-home {
    font-size: 14px;
    color: white;
    margin-top: 10px;
}

.registration-back-to-home {
    margin: auto;
    font-weight: 600;
    color: white;
    font-size: 14px;
    text-decoration: underline;
}



.crt-account:hover {
    /* color: black; */
    text-decoration: underline;
}

input:focus {
    outline: none;
    color: black;
    font-size: 14px;
}

/* registration */
.do-log-in {
    font-size: 14px;
    color: white;
    margin-top: 30px;
}

/* footer */
footer {
    background-color: rgb(139 100 75);
}

.container img {
    margin-bottom: 5px;
    margin-left: 5px;
}
.footer-related-links {
    color: white;
    font-size: small;
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: start;
    width: 80%;
    margin: auto;
}

.footer-related-links h1 {
    font-size: 20px !important;
    color: white;
}
.related-links-list > li > a {
    color: white;
}
.mobole-cg-logo {
    display: none;
}

/* small device*/
@media only screen and (max-width: 767px) {
    .contact-email {
        flex-direction: column;
    }
    main {
        padding: 40px;
    }
    .carousel-control {
        top: 46.6%;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .carousel-control.left {
        margin-left: 5px;
    }

    .carousel-control.right {
        margin-right: 5px;
    }

    .single-slide-item h1 {
        letter-spacing: normal;
    }

    .single_about .about_title {
        padding-top: 25px;
    }

    .container-login {
        width: 90%;
        border: none;
        padding: 20px;
    }
    .container img {
        margin-top: 5px;
        margin-left: 5px;
    }

    .input input {
        font-size: 16px;
    }
    .main_btn1 {
        margin-bottom: 30px;
    }

    .login-btn {
        font-size: 18px;
    }

    .help {
        flex-direction: column;
        text-align: center;
    }
    .section_padding {
        padding: 0px;
    }

    .small_device {
        display: block;
        padding-bottom: 10px;
    }

    .small_device img {
        margin-bottom: 5px;
        margin-left: 5px;
    }

    .bod_card .card_tiltle {
        padding: 30px 30px;
        box-shadow: 2px 1px 2px 2px rgba(0, 0, 0, 0.1);
    }

    .bod_card {
        padding-top: 100px;
    }

    .senior_text {
        padding-top: 60px;
    }

    .single-about img {
        width: 100%;
    }

    .first-container {
        flex-direction: column;
        align-items: center;
    }

    .second_part {
        height: 450px;
        width: 80%;
        margin: 10px 0;
    }

    .second_part > h5 {
        margin-bottom: 15px;
        /* font-size: 18px;
        padding-left: 20px; */
    }
    .first-container {
        background-color: #f4f3f5;
    }

    .topcontrol {
        display: none;
    }

    .footer-related-links {
        flex-direction: column;
    }

    .section_heading {
        margin-top: 150px;
    }
    .section_heading h4 {
        font-size: 14px;
    }
    .mobile-cgkf-log {
        width: 50px !important;
    }
    .mobole-cg-logo {
        display: block !important;
        width: 34px;
        margin-left: 50px;
        margin-left: 25px !important;
    }
}

/* Medium devices such as tablets (768px and up) */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
    .mobile-cgkf-log {
        width: 80px !important;
        margin-top: 5px;
    }

    .mobole-cg-logo {
        width: 50px !important;
        display: block;
        margin-top: 5px;
        margin-left: 140px !important;
    }
    .carousel-control.right {
        margin-right: 10px;
    }
    .carousel-control.left {
        margin-left: 10px;
    }
    .row {
        margin-right: 0px;
        margin-left: 0px;
    }
    .single-service h4 {
        font-size: 18px;
    }
    .h4,
    h4 {
        font-size: 14px;
    }
    .single_about .about_title {
        padding-top: 0px !important;
    }
    .bod_card .card_tiltle {
        padding: 50px 80px;
    }
    .second_part {
        height: auto !important;
    }
    .second_part img {
        height: auto !important;
    }
    .second_part > h4 {
        font-size: 18px;
    }
    .second_part > h5 {
        font-size: 14px;
    }

    .container {
        flex-direction: column;
    }
    .col-sm-6 {
        width: 100% !important;
    }
    .single-service {
        padding: 20px 25px !important;
    }
    .container-login {
        width: 450px !important;
    }

    .footer-related-links {
        display: flex;
        /* flex-direction: column; */
    }
    .location-map {
        width: 80%;
        height: auto;
        margin-top: 5px;
    }
}

/* Large devices such as laptops (1024px and up) */
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
    .row {
        margin-right: -13px;
        margin-left: -13px;
    }
    .single-service h4 {
        font-size: 18px;
    }
    .bod_card .card_tiltle {
        padding: 100px 200px;
    }
    .second_part img {
        height: 230px;
    }
    /* Ensure the navbar ul is a flex container */
    /* Ensure the navbar ul is a flex container */
    .navbar-collapse ul.navbar-nav {
        display: flex;
        align-items: center;
    }

    .navbar-collapse ul.navbar-nav li {
        display: flex;
        align-items: center;
    }

    .navbar-collapse ul.navbar-nav li.logo-item {
        margin-left: auto; /* Push the logo to the right */

    }

    .navbar-collapse ul.navbar-nav li a img {
        vertical-align: middle; /* Align the logo vertically in the middle */
    }

    .navbar-default .navbar-nav > li > a {
        margin-left: 15px;
        margin-top: -20px;

    }
    .nav > li > a > img {
        max-width: 70px;
    }
    .contact-email {
        display: block;
    }
    .h2, h2 {
        font-size: 25px;
    }
    .fadeInDownc{
        line-height: normal;

    }
}


/* Extra Largest devices such as 4k (1536px and up) */
@media only screen and (min-width: 1536px) {
    .bod_card .card_tiltle{
        padding: 150px 500px;
    }
}
