body {
    font-family: 'Roboto', sans-serif;
    color: #0c0c0c;
    background-color: #fffdfde8;
    overflow-x: hidden;
  }
  
  @media only screen and (min-width: 769px) {
    .mobile-nav {
        display: none;
    }
}
  
  .layout_padding {
    padding: 90px 0;
  }
  
  .layout_padding2 {
    padding: 75px 0;
  }
  
  .layout_padding2-top {
    padding-top: 75px;
  }
  
  .layout_padding2-bottom {
    padding-bottom: 75px;
  }
  
  .layout_padding-top {
    padding-top: 90px;
  }
  
  .layout_padding-bottom {
    padding-bottom: 90px;
  }
  
  .heading_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  
  .heading_container h2 {
    position: relative;
    font-weight: bold;
  }
  
  .heading_container h2 span {
    color:  #084ea2;
  }
  
  .heading_container.heading_center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  
  a,
  a:hover,
  a:focus {
    text-decoration: none;
  }
  
  a:hover,
  a:focus {
    color: initial;
  }
  
  .btn,
  .btn:focus {
    outline: none !important;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  /*header section*/
.main_area {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  
  .sub_page .main_area {
    height: auto;
  }
  
  .sub_page .header {
    margin-top: 0;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  }
  
  header .header_top {
    padding: 15px 0;
    background-color: #252525;
  }
  
  header .header_top .header_top_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  header .header_top .header_top_container .lang_box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  header .header_top .header_top_container .lang_box a {
    margin: 0;
    padding: 5px;
    background-color: #ffffff;
    color: #000000;
  }
  
  header .header_top .header_top_container .lang_box a img {
    width: 25px;
  }
  
  header .header_top .header_top_container .lang_box span {
    color: #ffffff;
    margin-left: 10px;
  }
  
  header .header_top .header_top_container .lang_box .dropdown-menu {
    min-width: auto;
    width: auto;
    border-radius: 0;
  }
  
  header .header_top .header_top_container .lang_box .dropdown-menu a {
    color: #000000;
    margin: 0;
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #ffffff;
  }
  
  header .header_top .con_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  header .header_top .con_nav a {
    margin-right: 25px;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  header .header_top .con_nav a i {
    margin-right: 5px;
    background-color: #ffffff;
    width: 25px;
    height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color:  #084ea2;
  }
  
  header .header_top .con_nav a:hover i {
    color: #252525;
  }
  
  header .header_top .social_media_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  header .header_top .social_media_box a i {
    margin-right: 5px;
    background-color: #ffffff;
    width: 25px;
    height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color:  #084ea2;
  }
  
  header .header_top .social_media_box a:hover i {
    color: #252525;
  }
  
  header .header_bottom {
    background-color: #ffffff;
    padding: 15px 0;
  }
  
  header .header_bottom .container-fluid {
    padding-right: 25px;
    padding-left: 25px;
  }
  
  .navbar-brand img {
    width: 130px;
    object-fit: cover;
    object-position: center;
  }
  
  .custom_nav-container {
    padding: 0;
  }
  
  .custom_nav-container .navbar-nav {
    margin: auto;
  }
  
  .custom_nav-container .navbar-nav .nav-item .nav-link {
    padding: 5px 25px;
    color: #000000;
    text-align: center;
    text-transform: uppercase;
    border-radius: 5px;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  
  .custom_nav-container .navbar-nav .nav-item:hover .nav-link, .custom_nav-container .navbar-nav .nav-item.active .nav-link {
    color: #ffffff;
    background-color: #000000;
  }
  
  .custom_nav-container .nav_search-btn {
    width: 35px;
    height: 35px;
    padding: 0;
    border: none;
    color: #000000;
  }
  
  .custom_nav-container .nav_search-btn:hover {
    color: #000000;
  }
  
  .custom_nav-container .navbar-toggler {
    outline: none;
  }
  
  .custom_nav-container .navbar-toggler {
    padding: 0;
    width: 37px;
    height: 42px;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  
  .custom_nav-container .navbar-toggler span {
    display: block;
    width: 35px;
    height: 4px;
    background-color: #000000;
    margin: 7px 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    border-radius: 5px;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  
  .custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000000;
    top: -10px;
    border-radius: 5px;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  
  .custom_nav-container .navbar-toggler span::after {
    top: 10px;
  }
  
  .custom_nav-container .navbar-toggler[aria-expanded="true"] {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  
  .custom_nav-container .navbar-toggler[aria-expanded="true"] span {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  
  .custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    top: 0;
  }
  
  .custom_nav-container .navbar-toggler[aria-expanded="true"] .s-1 {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin: 0;
    margin-bottom: -4px;
  }
  
  .custom_nav-container .navbar-toggler[aria-expanded="true"] .s-2 {
    display: none;
  }
  
  .custom_nav-container .navbar-toggler[aria-expanded="true"] .s-3 {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    margin: 0;
    margin-top: -4px;
  }
  
  .custom_nav-container .navbar-toggler[aria-expanded="false"] .s-1,
  .custom_nav-container .navbar-toggler[aria-expanded="false"] .s-2,
  .custom_nav-container .navbar-toggler[aria-expanded="false"] .s-3 {
    -webkit-transform: none;
            transform: none;
  }
  
  .quote_btn-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .quote_btn-container a {
    color: #000000;
    text-transform: uppercase;
  }
  
  .quote_btn-container a span {
    margin-left: 5px;
  }
  
  .quote_btn-container a:hover {
    color: #252525;
  }
  
  .quote_btn-container .quote_btn {
    display: inline-block;
    padding: 5px 25px;
    background-color:  #084ea2;
    color: #ffffff;
    border-radius: 5px;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: none;
  }
  
  .quote_btn-container .quote_btn:hover {
    background-color: #bc570d;
  }

  
  
  /*end header section*/
  /* slider section */
  /* Add your global styles here */

body {
  margin: 0;
  font-family: 'Arial', sans-serif;
}

.slider-section {
  overflow: hidden;
}

.carousel {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.carousel-inner {
  display: flex;
  width: 100%;
}

.carousel-item {
  min-width: 100%;
}


  .slider_section {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-size: cover;
  }
  
  .slider_section .dot_design {
    position: absolute;
    width: 450px;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    z-index: 1;
  }
  
  .slider_section .dot_design img {
    width: 100%;
  }
  
  .slider_section .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .slider_section #Carousel1 {
    width: 100%;
    position: unset;
  }
  
  .slider_section .detail-box {
    color: #252525;
  }
  
  .slider_section .detail-box h1 {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #ffffff;
  }
  
  .slider_section .detail-box p {
    color: #6d6d6d;
  }
  
  .slider_section .detail-box .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -5px;
    margin-top: 45px;
  }
  
  .slider_section .detail-box .btn-box a {
    margin: 5px;
    text-align: center;
    width: 165px;
  }
  
  .slider_section .detail-box .btn-box .btn1 {
    display: inline-block;
    padding: 10px 15px;
    background-color:#084ea2;
    color: #ffffff;
    border-radius: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: none;
  }
  
  .slider_section .detail-box .btn-box .btn1:hover {
    background-color: #bc570d;
  }
  
  .slider_section .detail-box .btn-box .btn2 {
    display: inline-block;
    padding: 10px 15px;
    background-color: #000000;
    color: #ffffff;
    border-radius: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: none;
  }
  
  .slider_section .detail-box .btn-box .btn2:hover {
    background-color: black;
  }
  
  .slider_section .img-box img {
    width: 100%;
  }
  
  .slider_section .carousel-indicators {
    position: unset;
    margin: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 45px;
  }
  
  .slider_section .carousel-indicators li {
    background-color: #ffffff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    opacity: 1;
  }
  
  .slider_section .carousel-indicators li.active {
    width: 23px;
    height: 23px;
    background-color:  #084ea2;
  }

  /* slider section End */

  /* service section */
  
  .services_section1 {
    position: relative;
  }
  
  .services_section1 .heading_container h2 {
    text-transform: none;
  }
  
  .services_section1 .service_container {
    -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.15);
    padding: 45px 15px;
    margin: 0 25px;
  }
  
  .services_section1 .box {
    margin-top: 45px;
  }
  
  .services_section1 .box .img-box {
    height: 65px;
  }
  
  .services_section1 .box .img-box img {
    height: 100%;
    -webkit-filter: brightness(0);
            filter: brightness(0);
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  
  .services_section1 .box .detail-box {
    margin-top: 15px;
  }
  
  .services_section1 .box .detail-box h5 {
    font-weight: bold;
    text-transform: uppercase;
  }
  
  .services_section1 .box .detail-box a {
    color: #252525;
    font-weight: 600;
  }
  
  .services_section1 .box .detail-box a:hover {
    color:  #084ea2;
  }
  
  .services_section1 .box:hover .img-box img {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }

  /* slider section end */

  /* about section */

  .about_section2 .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .about_section2 .img-box {
    position: relative;
  }
  
  .about_section2 .img-box img {
    max-width: 100%;
    position: relative;
    z-index: 2;
  }
  
  .about_section2 .img-box::before, .about_section2 .img-box::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 45px;
    height: 70%;
    z-index: 3;
  }
  
  .about_section2 .img-box::before {
    left: 0;
    z-index: 3;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  
  .about_section2 .img-box::after {
    right: 0;
    z-index: 1;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
  
  .about_section2 .detail-box p {
    color: #1f1f1f;
    margin-top: 15px;
  }
  
  .about_section2 .detail-box a {
    display: inline-block;
    padding: 10px 45px;
    background-color:  #084ea2;
    color: #ffffff;
    border-radius: 0px;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: none;
    margin-top: 15px;
  }
  
  .about_section2 .detail-box a:hover {
    background-color: #bc570d;
  }

  /* about section end */


  /* projects section */
  
.projects_section3 .heading_container {
    margin-bottom: 45px;
  }
  
  .projects_section3 .heading_container h2 {
    color: #000000;
    text-transform: uppercase;
    margin: 0;
  }
  
  .projects_section3 .heading_container h2 span {
    color: #ffffff;
  }
  
  .projects_section3 .filter_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .projects_section3 .filter_box h6 {
    background-color: #000000;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0;
    padding: 5px 10px;
    font-weight: normal;
  }
  
  .projects_section3 .filter_box .owl-filter-bar {
    margin-left: 25px;
  }
  
  .projects_section3 .filter_box .owl-filter-bar a {
    text-transform: uppercase;
    color: #252525;
    padding: 0 10px;
    font-size: 15px;
  }
  
  .projects_section3 .filter_box .owl-filter-bar a.active {
    color:  #084ea2;
  }
  
  .projects_section3 .box {
    position: relative;
  }
  
  .projects_section3 .box .img-box {
    position: relative;
  }
  
  .projects_section3 .box .img-box img {
    width: 100%;
  }
  
  .projects_section3 .box .img-box .pin_link {
    position: absolute;
    top: 50%;
    left: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 65px;
    height: 65px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color:  #084ea2;
    font-size: 20px;
  }
  
  .projects_section3 .box .detail-box {
    padding: 15px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color:  #084ea2;
    color: #ffffff;
    visibility: hidden;
    opacity: 0;
  }
  
  .projects_section3 .box .detail-box h5 {
    font-weight: bold;
  }
  
  .projects_section3 .owl-item.active.center .box .detail-box {
    opacity: 1;
    visibility: visible;
  }
  
  .projects_section3 .projects_carousel1 {
    margin-top: 45px;
    padding: 0 45px;
  }
  
  .projects_section3 .projects_carousel1 .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
  }
  
  .projects_section3 .projects_carousel1 .owl-nav button {
    width: 50px;
    height: 50px;
    background-color: #252525;
    outline: none;
    color: #ffffff;
    font-size: 28px;
    font-weight: bold;
  }
  
  .projects_section3 .projects_carousel1 .owl-nav button:hover {
    background-color:  #084ea2;
  }
  
  .projects_section3 .projects_carousel1 .owl-nav button.owl-prev {
    left: -25px;
  }
  
  .projects_section3 .projects_carousel1 .owl-nav button.owl-next {
    right: -25px;
  }

  /* projects section end */


  /* why us section */

  .why_us_section4 .why_us_container .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 45px;
  }
  
  .why_us_section4 .why_us_container .box .img-box {
    background-color:  #084ea2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 175px;
    min-width: 175px;
    height: 125px;
    margin-right: 25px;
    padding-right: 25px;
    -webkit-clip-path: polygon(0 0, 85% 0, 85% 35%, 100% 50%, 85% 65%, 85% 100%, 0 100%);
            clip-path: polygon(0 0, 85% 0, 85% 35%, 100% 50%, 85% 65%, 85% 100%, 0 100%);
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  
  .why_us_section4 .why_us_container .box .img-box img {
    width: 45px;
  }
  
  .why_us_section4 .why_us_container .box .detail-box h5 {
    font-weight: bold;
  }
  
  .why_us_section4 .why_us_container .box:hover .img-box {
    background-color: #252525;
  }
  
  .why_us_section4 .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 45px;
  }
  
  .why_us_section4 .btn-box a {
    display: inline-block;
    padding: 8px 25px;
    background-color:  #084ea2;
    color: #ffffff;
    border-radius: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: none;
  }
  
  .why_us_section4 .btn-box a:hover {
    background-color: #bc570d;
  }
  

  /* why us section end */

  /* footer section */

  .footer_section5 {
    background-color: #252525;
    color: #ffffff;
    padding: 45px 0;
  }
  
  .footer_section5 .contact_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 25px 0;
    text-align: center;
  }
  
  .footer_section5 .contact_nav a {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #ffffff;
  }
  
  .footer_section5 .contact_nav a i {
    font-size: 28px;
  }
  
  .footer_section5 .contact_nav a:hover {
    color:  #084ea2;
  }
  
  .footer_section5 .info_top {
    padding: 45px 0;
  }
  
  .footer_section5 h4 {
    text-transform: uppercase;
    position: relative;
    margin-bottom: 25px;
  }
  
  .footer_section5 .info_links .info_links_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  
  .footer_section5 .info_links .info_links_menu a {
    color: #ffffff;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  
  .footer_section5 .info_links .info_links_menu a:hover, .footer_section5 .info_links .info_links_menu a.active {
    color:  #084ea2;
  }
  
  .footer_section5 .info_post .post_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .footer_section5 .info_post .post_box .img-box {
    min-width: 45px;
    max-width: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #ffffff;
    -ms-flex-preferred-size: calc(33% - 10px);
        flex-basis: calc(33% - 10px);
    padding: 5px;
    margin: 5px;
  }
  
  .footer_section5 .info_post .post_box .img-box img {
    width: 100%;
  }
  
  .footer_section5 .info_post .post_box p {
    margin: 0;
  }
  
  .footer_section5 .info_post .post_box:not(:nth-last-child(1)) {
    margin-bottom: 15px;
  }
  
  .footer_section5 .info_form input {
    width: 100%;
    border: none;
    height: 45px;
    margin-bottom: 25px;
    padding-left: 25px;
    background-color: #eaeaea;
    outline: none;
    color: #101010;
  }
  
  .footer_section5 .info_form button {
    display: inline-block;
    padding: 10px 45px;
    background-color:  #084ea2;
    color: #ffffff;
    border-radius: 5px;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: none;
  }
  
  .footer_section5 .info_form button:hover {
    background-color: #bc570d;
  }
  
  
  
  
  
  .footer_section {
    position: relative;
    background-color: #ffffff;
    text-align: center;
  }
  
  .footer_section p {
    color: #252525;
    padding: 25px 0;
    margin: 0;
  }
  
  .footer_section p a {
    color: inherit;
  }

  /* footer section end */


  /* contact section  */


  .contact_us_section7 {
    position: relative;
  }
  
  .contact_us_section7 .heading_container {
    margin-bottom: 25px;
  }
  
  .contact_us_section7 .heading_container h2 {
    text-transform: uppercase;
  }
  
  .contact_us_section7 .form_container {
    margin-right: 15px;
  }
  
  .contact_us_section7 .form_container input {
    width: 100%;
    border: none;
    height: 50px;
    margin-bottom: 25px;
    padding-left: 15px;
    outline: none;
    color: #101010;
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
  }
  
  .contact_us_section7 .form_container input::-webkit-input-placeholder {
    color: #252525;
  }
  
  .contact_us_section7 .form_container input:-ms-input-placeholder {
    color: #252525;
  }
  
  .contact_us_section7 .form_container input::-ms-input-placeholder {
    color: #252525;
  }
  
  .contact_us_section7 .form_container input::placeholder {
    color: #252525;
  }
  
  .contact_us_section7 .form_container input.message-box {
    height: 120px;
  }
  
  .contact_us_section7 .form_container button {
    border: none;
    text-transform: uppercase;
    display: inline-block;
    padding: 12px 55px;
    background-color:  #084ea2;
    color: #ffffff;
    border-radius: 50px;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: none;
  }
  
  .contact_us_section7 .form_container button:hover {
    background-color: #bc570d;
  }
  
  .contact_us_section7 .map_container {
    height: 450px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 0;
  }
  
  .contact_us_section7 .map_container .map {
    height: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  
  .contact_us_section7 .map_container .map #googleMap {
    height: 100%;
  }


  /* contact section end */


 /* vision */
 

 /* Reset some default styles */
body, h1, h2, p, ul, li {
  margin: 0;
  padding: 0;
}

/* Apply a basic style to the body */
body {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f8f8;
}

/* Style for the main content section */
.content1 {
  max-width: 800px;
  margin: 30px auto;
  padding: 30px;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

/* Style for heading tags */
h1 {
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 15px;
}

h2 {
  font-weight: bold;
  margin-bottom: 15px;
}

/* Style for paragraphs */
p {
  margin-bottom: 15px;
}

/* Style for unordered lists */
ul {
  list-style-type: disc;
  margin-bottom: 20px;
}

/* Style for list items */
li {
  margin-left: 20px;
}

/* Style for images within the content */
.image-section {
    text-align: center;
    margin: 0; /* Set margin to zero */
}

/* Style for the image within the image section */
.image-section img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-top: 15px;
    border: 2px solid #ddd;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}


/* Responsive design - adjust styles for smaller screens */
@media (max-width: 600px) {
  .vision-mission-strategy {
      padding: 15px;
  }
}
