/*
  Theme Name: ApolloMD Theme
  Author: Yasiel Sanchez Caleo, SpiderBoost Communications
  Author URI:  https://www.spiderboost.com/
  Description: Exclusive Theme used for Theme ApolloMD
  Version: 1.0
  Licence:  GNU General Public License v2 or later
  Licence URI:  http://www.gnu.org/licenses/gpl-2.0.html
  Text Domain:  amd
*/

/************************************ Global Style  ************************************/

html,
body {
  font-family: "Inter", system-ui;
}
/* p:empty {
  display: none !important;
} */
a,
button {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.text-decoration-none{
  text-decoration: none !important;
}
.custom-logo{
  max-width: 100%;
  height: auto;
  max-height: 50px;
}
h1,
h2,
h3,
h4,
h5,
h6{
  font-family: "Oswald", system-ui;
}
.amd-cta__green,
.amd-cta__blue,
.amd-cta__transparent-blue,
.amd-cta__light-blue,
.amd-cta__white {
  font-size: 16px;
  text-decoration: none !important;
  color: #fff !important;
  display: inline-block;
  padding: 10px 15px;
  background-color: #018480;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.amd-cta__blue{
  background-color: #025FAC;
}
.amd-cta__white {
  background-color: #fff;
  color: #025FAC !important;
  border: 1px solid #025FAC;
}
.amd-cta__transparent-blue,
.amd-cta__light-blue{
  background-color: transparent;
  border: 1px solid #90C0E8;
  color: #025FAC !important;
}
.amd-cta__light-blue{
  background-color: #F2F8FD;
}
.amd-cta__green:hover{
  background-color: #007C79;
}
.amd-cta__blue:hover{
  background-color: #014F9A;
}
.amd-cta__light-blue:hover,
.amd-cta__transparent-blue:hover,
.amd-cta__white:hover{
  background-color: #025FAC;
  color: #fff !important;
}
.amd-cta-text__blue,
.amd-cta-text__green{
  color: #025FAC;
  display: inline-block;
  text-decoration: none;
  position: relative;
}
.amd-cta-text__blue:hover,
.amd-cta-text__green:hover{
  color: #025FAC;
  text-decoration: underline;
}
.amd-cta-text__blue::after,
.amd-cta-text__green::after{
  position: absolute;
  top: 50%;
  right: -20px;
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  color: #025FAC;
  content: '\f105';
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}
.amd-cta-text__blue:hover::after,
.amd-cta-text__green:hover::after{
  content: '\f061';
  right: -25px;
}
.amd-cta-text__green,
.amd-cta-text__green::after,
.amd-cta-text__green:hover{
  color: #018480;
}
.outlined {
  outline: 1px solid #014F9A;
}
.list-type-none {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.skip-to-main {
  padding: 10px 50px;
  display: inline-block;
  background-color: #014F9A;
  border: 2px solid #000;
  font-family: sans-serif;
  color: #fff !important;
  text-decoration: none !important;
  position: absolute;
  top: 0;
  left: -10000px;
  z-index: 100000;
}
.skip-to-main:focus {
  left: 0;
}
.navigation.pagination{
  display: flex;
  justify-content: center;
}
.navigation.pagination .pagination-list{
  display: flex;
  justify-content: center;
}
.navigation.pagination .pagination-list .page-numbers{
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #DFDED9;
  font-size: 16px;
  color: #025FAC;
  text-decoration: none;
}
.navigation.pagination .pagination-list .page-numbers:hover,
.navigation.pagination .pagination-list .page-numbers.current{
  color: #222222;
}
.navigation.pagination .pagination-list .page-numbers.next{
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.navigation.pagination .pagination-list .page-numbers.prev{
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
/* Form CF7 */
.wpcf7-form.sent *{
  display: none;
}
.wpcf7-form.sent .wpcf7-response-output{
  display: block;
}
.page-sitemap ul{
  list-style: none;
  padding-left: 0;
}
.page-sitemap ul li{
  margin-bottom: 5px;
}

/************************************ Header Style  ************************************/
header {
  background-color: #fff;
}
header .header-top-nav{
  border-bottom: 1px solid #E9F0F7;
  padding: 10px 0;
}
header .header-top-nav .header-top-ul{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
header .header-top-nav .header-top-ul li{
  margin: 0 15px;
}
header .header-top-nav .header-top-ul li a{
  text-decoration: none;
  color: #025FAC;
}
header .header-top-nav .header-top-ul li a:hover span{
  text-decoration: underline;
}
header .header-top-nav .header-top-ul li a img{
  height: 15px;
  margin-right: 5px;
}
header .header-top-nav .header-top-ul .header-search{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
header .header-top-nav .header-top-ul .header-search input{
  border: 1px solid #90C0E8;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding-left: 10px;
  height: 30px;
}
header .header-top-nav .header-top-ul .header-search .search-cta{
  border: 1px solid #90C0E8;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: none;
  height: 30px;
  background-color: #fff;
  position: relative;
  left: -1px;
}
header .header-top-nav .header-top-ul .header-search .search-cta i{
  color: #025FAC;
}
.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-overall-wrapper {
  position: relative;
  height: 100px;
  border-bottom: 1px solid #DFDED9;
}
.header-content__main-navigation__list{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header-content__main-navigation__list a {
  padding: 37px 0;
  color: #000;
  font-size: 16px;
  text-decoration: none !important;
  display: inline-block;
  margin-right: 10px;
}
.header-content__main-navigation__list .header-content__main-navigation__list__cta{
  color: #000;
  font-size: 16px;
  text-decoration: none !important;
  display: inline-block;
  padding: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}
.header-content__main-navigation__list li:last-child .header-content__main-navigation__list__cta {
  color: #025FAC;
  border: 1px solid #025FAC;
  margin-right: 0;
}
.header-content__main-navigation__list a .header-content__main-navigation__list__cta:hover,
.header-content__main-navigation__list a .header-content__main-navigation__list__cta:focus {
  color: #fff !important;
  background-color: #025FAC;
}
.header-content__main-navigation__list li {
  position: relative;
}
.header-content__main-navigation__list__expand-button {
  position: absolute;
  right: -10000px;
  top: 80px;

  opacity: 0;
  appearance: none;
  border-radius: 0;

  font-size: 12px;
  padding: 1px 5px;

  transition: opacity .3s ease !important;
}
.header-mega-menu__nav__child .header-content__main-navigation__list__expand-button{
  top: 35px;
}
.header-content__main-navigation__list__expand-button:focus {
  right: 0;
  opacity: 1;
}
.header-content__main-navigation__list li:last-child .header-content__main-navigation__list__expand-button:focus {
  right: -15px;
}
.header-overall-wrapper-ovwerflow {
  overflow-x: hidden;
}
.header-mega-menu {
  background-color: #fff;
  position: relative;
  z-index: 999;
  padding-top: 35px;
  padding-bottom: 40px;
  display: none;
  border-top: 1px solid #DFDED9;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom: 1px solid #DFDED9;
  border-left: 1px solid #DFDED9;
  border-right: 1px solid #DFDED9;
}
.header-mega-menu.header-mega-menu--visible {
  display: block;
}
.header-mega-menu h2 {
  font-weight: 500;
  color: #000;
  font-size: 38px;
  line-height: 45px;
}
.header-mega-menu__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px 60px;
  margin-top: 30px;
}
.header-mega-menu__list a,
.header-mega-menu.menu-2-level .header-mega-menu-nav-cont .header-mega-menu__nav__child_lv2 .header-mega-menu__list__lv2 a{
  color: #000;
  display: block;
  text-decoration: none !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  position: relative;
  padding: 15px 10px;
  border: 1px solid transparent;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.header-mega-menu__list a::after,
.header-mega-menu.menu-2-level .header-mega-menu-nav-cont .header-mega-menu__nav__child_lv2 .header-mega-menu__list__lv2 a::after {
  position: absolute;
  top: 50%;
  right: 10px;
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  color: #025FAC;
  content: '\f061';
  opacity: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}
.header-mega-menu__list a:hover,
.header-mega-menu.menu-2-level .header-mega-menu-nav-cont .header-mega-menu__nav__child_lv2 .header-mega-menu__list__lv2 a:hover {
  color: #014F9A;
  border-color: #E2E2E2;
}
.header-mega-menu__list a:hover::after,
.header-mega-menu.menu-2-level .header-mega-menu-nav-cont .header-mega-menu__nav__child_lv2 .header-mega-menu__list__lv2 a:hover::after{
  opacity: 1;
}
.header-mega-menu.menu-2-level .header-mega-menu-nav-cont .header-mega-menu__nav__child .header-mega-menu__list a.child-menu::after{
  opacity: 1;
  color: #025FAC;
  content: '\f105';
}
.header-mega-menu.menu-2-level .header-mega-menu-nav-cont .header-mega-menu__nav__child .header-mega-menu__list a.child-menu:hover{
  background-color: #025FAC;
  color: #fff !important;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.header-mega-menu.menu-2-level .header-mega-menu-nav-cont .header-mega-menu__nav__child .header-mega-menu__list a.child-menu:hover::after{
  content: '\f061';
  color: #fff !important;
}
.close-mega-menu-button {
  position: absolute;
  top: 20px;
  right: 20px;
  appearance: none;
  border-radius: 0;
  border: none;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  background-color: #025FAC;
}
.header-mega-menu.menu-2-level .header-mega-menu-nav-cont{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.header-mega-menu.menu-2-level .header-mega-menu-nav-cont .header-mega-menu__nav__child{
  flex-basis: 30%;
  width: 30%;
}
.header-mega-menu.menu-2-level .header-mega-menu-nav-cont .header-mega-menu__nav__child_lv2{
  flex-basis: 69%;
  width: 69%;
  display: none;
  margin-left: -5px;
  padding-left: 20px;
}
.header-mega-menu.menu-2-level .header-mega-menu__nav__child .header-mega-menu__list{
  grid-template-columns: repeat(1, 100%);
}
.header-mega-menu.menu-2-level .header-mega-menu-nav-cont .header-mega-menu__nav__child_lv2.menu-col-2 .header-mega-menu__list__lv2{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 60px;
  margin-top: 30px;
}
.header-mega-menu.menu-2-level .header-mega-menu-nav-cont .header-mega-menu__nav__child_lv2.menu-col-1 .header-mega-menu__list__lv2{
  display: grid;
  grid-template-columns: repeat(1, 50%);
  gap: 10px 60px;
  margin-top: 30px;
}
.close-mega-menu-button i{
  color: #fff;
}
.close-mega-menu-button:hover{
  background-color: #014F9A;
}
.header-overall-content-mobile__top {
  border-bottom: 1px solid #DFDED9;
  background-color: #fff;
  padding: 20px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 999;
}
.header-overall-content-mobile__top__toggle-menu {
  border: none;
  background-color: #fff;
  border-radius: 0 !important;
  appearance: none !important;
  color: #025FAC;
  font-size: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  padding: 0;
  transition: none !important;
}
.mobile-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: calc(100vh - 64px);
  background-color: #F0F0F0;
  z-index: 100;
  display: none;
}
.mobile-menu.mobile-menu--visible {
  display: block;
}
.mobile-menu__nav {
  height: 100%;
  overflow: auto;
}
.mobile-menu__master-list {
  background-color: #F0F0F0;
}
.mobile-menu__sublist {
  background-color: #fff;
}
.mobile-menu__master-list a {
  display: block;
  text-decoration: none !important;
  color: #000;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 300;
  padding: 14px;
  border-top: 1px solid #D7D7D7;
  position: relative;
  padding-right: 35px;
}
.mobile-menu__master-list a:hover {
  color: #014F9A;
}
.mobile-menu__master-list .items-lv2 a{
  margin-left: 20px;
}
.mobile-menu__master-list a .mobile-menu__master-link-item-fa {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  display: block !important;
}
.mobile-menu__sublist {
  display: none;
}
.mobile-menu__sublist.mobile-menu__sublist--visible {
  display: block;
}
.mobile-menu__exit {
  opacity: 0 !important;
}
header .header-bar-cta{
  background-color: #0C5FAC;
  padding: 10px 0;
}
header .header-bar-cta.green-bg{
  background-color: #008480;
}
header .header-bar-cta .header-bar-cta-text{
  color: #fff;
  font-size: 16px;
  margin-bottom: 0;
}
header .header-bar-cta .header-bar-cta-text .header-bar-cta-link{
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
  font-size: 16px;
  text-decoration: none !important;
  display: inline-block;
  padding: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}
header .header-bar-cta .header-bar-cta-text .header-bar-cta-link:hover{
  color: #0C5FAC;
  background-color: #fff;
}

/* old header  */
/* header .header-bottom-nav #header-menu #menu-header-menu .dropdown-menu .first-menu .menu-item .nav-link::before{
  position: absolute;
  top: 50%;
  right: 10px;
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  color: #025FAC;
  content: '\f061';
  opacity: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}
header .header-bottom-nav #header-menu #menu-header-menu .dropdown-menu .first-menu .menu-item .nav-link:hover{
  border-color: #E2E2E2;
  color: #014F9A;
}
header .header-bottom-nav #header-menu #menu-header-menu .dropdown-menu .first-menu .menu-item .nav-link:hover::before{
  opacity: 1;
}
header .header-bottom-nav #header-menu #menu-header-menu .menu-item.menu-level-2 .dropdown-menu .first-menu {
  flex-direction: column;
  position: relative;
}
header .header-bottom-nav #header-menu #menu-header-menu .menu-item.menu-level-2 .dropdown-menu .first-menu .dropend.menu-item{
  position: initial;
}
header .header-bottom-nav #header-menu #menu-header-menu .menu-item.menu-level-2 .dropdown-menu .first-menu .dropend.menu-item > .nav-link::before{
  opacity: 1;
  color: #025FAC;
  content: '\f105';
}
header .header-bottom-nav #header-menu #menu-header-menu .menu-item.menu-level-2 .dropdown-menu .first-menu .dropend.menu-item > .nav-link:hover{
  background-color: #025FAC;
  color: #fff;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
header .header-bottom-nav #header-menu #menu-header-menu .menu-item.menu-level-2 .dropdown-menu .first-menu .dropend.menu-item > .nav-link:hover::before{
  color: #fff;
  content: '\f061';
} */
 /* old header  */

/************************************* Body Style  *************************************/
.page-404-template ul li{
  margin-bottom: 20px;
}
.page-404-template .apollomd-title__content h1{
  font-size: 50px;
  line-height: 60px;
}
.single-blog-template .body-cont img{
  max-width: 100%;
  height: auto;
}
.single-blog-template .body-cont h2{
  color: #025FAC;
}
.single-blog-template .body-cont img.alignright{
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}
.single-blog-template .body-cont img.alignleft{
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}
.single-blog-template .body-cont img.aligncenter{
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
.single-blog-template .subscribe-form-cont{
  background-color: #FAFAFA;
  padding: 20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.single-blog-template .subscribe-form-cont .subtitle{
  color: #018480;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  font-family: "Oswald", system-ui;
}
.single-blog-template .subscribe-form-cont span.asterisk{
  color: #025FAC;
}
.single-blog-template .subscribe-form-cont input[type="text"],
.single-blog-template .subscribe-form-cont input[type="email"]{
    height: 40px;
    background-color: #fff;
    border-color: #DFDED9;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.single-blog-template .subscribe-form-cont input[type="submit"]{
  padding: 10px 50px;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}
.single-blog-template .subscribe-form-cont #career .wpcf7-list-item{
  margin-left: 0;
}
.single-blog-template .subscribe__main__form__errors {
  padding: 20px 20px 10px;
  border: 3px solid #475B67;
  margin-bottom: 40px;
  background-color: #f6f6f6;
  display: none;
}
.single-blog-template .subscribe__main__form__errors.visible {
  display: block;
}
.single-blog-template .subscribe__main__form__errors:focus {
  border-color: tomato;
}
.single-blog-template .subscribe__main__form__errors__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 20px;
}
.single-blog-template .subscribe__main__form__errors ul li {
  margin-bottom: 10px;
}
.single-blog-template .subscribe__main__form__errors ul li a{
  color: #025FAC;
  text-decoration: none;
}
.single-blog-template .subscribe__main__form__errors ul li a:hover{
  text-decoration: underline;
}
.single-blog-template .social-media-ul{
  list-style: none;
  padding-left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #FAFAFA;
  padding: 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.single-blog-template .social-media-ul li a{
  color: #000;
  font-size: 25px;
  padding: 0 20px;
  border-right: 0.5px solid #000;
}
.single-blog-template .social-media-ul li:last-child a{
  border-right: 0;
}
.single-blog-template .social-media-ul li a:hover{
  color: #025FAC;
}
.single-blog-template .social-media-top-line{
  border-top: 1px solid #DFDED9;
}
.search-template .search_query-p span{
  color: #018480;
}
.search-template .search-loop{
  position: relative;
  margin-bottom: 30px;
  border: 1px solid #DFDED9;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.search-template .search-loop:hover{
  box-shadow: 0px 3px 20px #00000029;
}
.search-template .search-loop .search-link{
  display: block;
  padding: 20px 30px;
  color: #000 !important;
  font-size: 20px;
  font-weight: 500;
  font-family: "Oswald", system-ui;
  text-decoration: none !important;
}
.search-template .search-loop .search-link i{
  position: absolute;
  right: 20px;
  top: 50%;
  color: #2A5FA5 !important;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.amd-download-pdf{
  display: inline-block;
  margin: 10px 0;
  color: #2A5FA5 !important;
  text-decoration: none !important;
}
.amd-download-pdf i{
  position: relative;
  right: 0;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}
.amd-download-pdf:hover i{
  right: 5px;
}

/************************************ Footer Style  ************************************/
footer .footer-cont .join-footer-cont{
  background-color: #FAFAFA;
  padding: 50px 0;
}
footer .footer-cont .join-footer-cont .title{
  color: #000;
  font-size: 28px;
  font-weight: 500;
  font-family: "Oswald", system-ui;
  margin-bottom: 0;
}
footer .footer-cont .top-footer-cont{
  position: relative;
  background-color: #FAFAFA;
}
footer .footer-cont .top-footer-cont .title{
  color: #025FAC;
  font-family: "Oswald", system-ui;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 0;
}
footer .footer-cont .top-footer-cont .social-media-ul{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;margin-bottom: 0;
}
footer .footer-cont .top-footer-cont .right-bg-cont{
  background-color: #004A90;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50%;
}
footer .footer-cont .top-footer-cont .left-bg-cont{
  background-color: #FAFAFA;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}
footer .col-bg-white{
  background-color: #FAFAFA;
}
footer .footer-cont .top-footer-cont .social-media-ul-cont{
  background-color: #004A90;
}
footer .footer-cont .top-footer-cont .footer-icon{
  position: absolute;
  left: -113px;
  top: 0;
  bottom: 0;
  height: 100%;
  background-color: #FAFAFA;
}
footer .footer-cont .top-footer-cont .social-media-ul li{
  margin: 10px;
}
footer .footer-cont .top-footer-cont .social-media-ul a{
  color: #fff !important;
  text-decoration: none !important;
}
footer .footer-cont .top-footer-menu{
  padding: 50px 0;
  background: #004A90;
  /* background: transparent linear-gradient(257deg, #025FAC 0%, #004A90 100%) 0% 0% no-repeat padding-box; */
}
footer .footer-cont .top-footer-menu .address{
  color: #fff !important;
  text-decoration: none;
  display: block;
  margin-bottom: 15px;
}
footer .footer-cont .top-footer-menu .phone{
  color: #fff !important;
  text-decoration: none;
  display: block;
  font-size: 25px;
  font-weight: 500;
  font-family: "Oswald", system-ui;
}
footer .footer-cont .top-footer-menu .footer-menu{
  list-style: none;
  padding-left: 0;
}
footer .footer-cont .top-footer-menu .footer-menu li{
  margin-bottom: 20px;
}
footer .footer-cont .top-footer-menu .footer-menu li a{
  color: #fff;
  text-decoration: none;
}
footer .footer-cont .top-footer-menu .address:hover,
footer .footer-cont .top-footer-menu .phone:hover,
footer .footer-cont .top-footer-menu .footer-menu li a:hover{
  text-decoration: underline;
}
footer .footer-cont .bottom-top-cont{
  padding: 20px 0;
  background-color: #025FAC;
}
footer .footer-cont .bottom-top-cont .copyright-text,
footer .footer-cont .bottom-top-cont .terms-conditions,
footer .footer-cont .bottom-top-cont .privacy-policy,
footer .footer-cont .bottom-top-cont span{
  color: #fff !important;
  text-decoration: none;
}
footer .footer-cont .bottom-top-cont .terms-conditions:hover,
footer .footer-cont .bottom-top-cont .privacy-policy:hover{
  text-decoration: underline;
}

body.single-blog #post-subscribe_form {
  margin-bottom: 60px;
}

/************************************ Medias Style  ************************************/
@media(max-width: 991px){
  footer .footer-cont .top-footer-cont .social-media-ul{
    justify-content: center;
  }
  footer .footer-cont .top-footer-cont .right-bg-cont{
    height: 92px;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
  }
  footer .footer-cont .top-footer-menu{
    padding-top: 0;
  }
  footer .footer-cont .join-footer-cont{
    padding-bottom: 0;
  }
}
@media(max-width: 767px){
    .visually-md-hidden, 
    .visually-md-hidden-focusable:not(:focus):not(:focus-within) {
      position: absolute !important;
      width: 1px !important;
      height: 1px !important;
      padding: 0 !important;
      margin: -1px !important;
      overflow: hidden !important;
      clip: rect(0, 0, 0, 0) !important;
      white-space: nowrap !important;
      border: 0 !important;
  }
  header .header-top-nav .header-top-ul li{
    margin: 0 5px;
  }
  header .header-top-nav .header-top-ul{
    justify-content: center;
  }
}
@media(max-width: 575px){
  
}
@media(max-width: 500px){
  
}