/*************************************
Template Name: News Template - 
Author: Jonayed Islam
Author Url: http://jonayed.com
Version: 1.0
Design and Developed by: Bongosoft Ltd.
****************************************/
/* @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap'); */


/* @import url('https://fonts.googleapis.com/css2?family=Nunito&family=Roboto:wght@400;700&display=swap') */


@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700;900&display=swap')



/*
.nunito-sans-<uniquifier> {
  font-family: "Nunito Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings:
    "wdth" 100,
    "YTLC" 500;
}
  font-weight: 400;
  font-style: normal;
  font-weight: 700;



*/
body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  color: #000;
  background: #fff;
}

@media (min-width: 1200px) {
  .container { max-width: 1280px!important;}
}

/*======================== HEADER ============================*/
.top-search-secton {
  box-shadow: rgb(0 0 0) 0px 5px 5px -5px;
}

a:hover {
  color: #0573e6;
}
.right-menu-link {
  display: none !important;
}
.right-menu-link .btn svg {
  fill: #000;
  height: 25px;
  width: 25px;
}
.right-menu-link .btn {
  padding: 3px 5px;
}
/*======================== CUSTOM BOOTSTRAP STYLE ============================*/
.custom-container {
  padding-left: 12px;
  padding-right: 12px;
}

.custom-row {
  margin-right: -12px;
  margin-left: -12px;
}

.custom-padding {
  padding-left: 12px;
  padding-right: 12px;
}

.p-0 {
  padding-left: 0;
  padding-right: 0;
}

.p-left-0 {
  padding-left: 0;
}

.p-right-0 {
  padding-right: 0;
}

.m-0 {
  margin-left: 0;
  margin-right: 0;
}

body,h1,h2,h3,h4,h5,h6,p,textarea {
  font-weight: 400;
}

a {
  text-decoration: none;
}

a:focus {
  outline: 0 solid !important;
}

a:hover {
  text-decoration: none !important;
}

*a:hover {
  text-decoration: none !important;
}

/* Remove Chrome Input Field's Unwanted Yellow Background Color */
input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
.offcanvas-top-height {
  height: 105px !important;
}
.form-control:focus {
  box-shadow: none;
  border-color: #c6ccd4;
}
/*====================== START FOR MENU =========================================*/
.dropdown-new:hover .dropdown-menu-new {
  display: block;
}

.dropdown-new:hover .dropdown-menu-new {
  display: block;
}

@keyframes fadeIn {
  from {
      opacity: 0;
  }

  to {
      opacity: 1;
  }
}

.new-fade {
  -webkit-animation: .7s ease-in-out fadeInScale;
  -moz-animation: .7s ease-in-out fadeInScale;
  animation: .7s ease-in-out fadeInScale
}

@keyframes fadeInScale {
  0% {
      transform: scale(.9);
      opacity: 0
  }

  100% {
      transform: scale(1);
      opacity: 1
  }
}

.dropdown-menu.show {
  -webkit-animation: fadeIn 0.3s alternate;
  animation: fadeIn 0.3s alternate;
}

.dropdown.dropdown-mega {
  position: static;
}

.nav-item.dropdown.dropdown-mega .dropdown-menu {
  top: auto;
  left: 50%;
  transform: translateX(-50%);
}

.navbar-toggler {
  border: none;
  padding: 0;
  outline: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler .hamburger-toggle {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  z-index: 11;
  float: right;
}

.navbar-toggler .hamburger-toggle .hamburger {
  position: absolute;
  transform: translate(-50%, -50%) rotate(0deg);
  left: 50%;
  top: 50%;
  width: 50%;
  height: 50%;
  pointer-events: none;
}

.navbar-toggler .hamburger-toggle .hamburger span {
  width: 100%;
  height: 4px;
  position: absolute;
  background: #333;
  border-radius: 2px;
  z-index: 1;
  transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
  left: 0px;
}

.navbar-toggler .hamburger-toggle .hamburger span:first-child {
  top: 10%;
  transform-origin: 50% 50%;
  transform: translate(0% -50%) !important;
}

.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
  top: 50%;
  transform: translate(0, -50%);
}

.navbar-toggler .hamburger-toggle .hamburger span:last-child {
  left: 0px;
  top: auto;
  bottom: 10%;
  transform-origin: 50% 50%;
}

.navbar-toggler .hamburger-toggle .hamburger.active span {
  position: absolute;
  margin: 0;
}

.navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
  top: 45%;
  transform: rotate(45deg);
}

.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
  left: 50%;
  width: 0px;
}

.navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
  top: 45%;
  transform: rotate(-45deg);
}

.icons {
  display: inline-flex;
  margin-left: auto;
}

.icons a {
  transition: all 0.2s ease-in-out;
  padding: 0.2rem 0.4rem;
  color: #ccc !important;
  text-decoration: none;
}

.icons a:hover {
  color: white;
  text-shadow: 0 0 30px white;
}
.top-nav-main {
  margin-left: auto;
}
.top-nav-main li.nav-item a.nav-link {
  position: relative;
  font-size: 17px;
  font-weight: 700;
  padding: 7px 13px !important;
  text-transform: uppercase;
  color: #162645 !important;

}
.dropdown-item {}
.new-top-nav {
  box-shadow: 0px 5px 5px -5px #000;
  padding: 0;
  background: #fff !important;
  border-top: 0;
  padding: 2px 0;
}

.navbar-brand {
  display: block;
}
.navbar-brand img {width: 170px;}
.top-nav-main li a svg {
  fill: #000;
}
/* .top-nav-main li.nav-item a span:before {
  content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transform: scaleX(0);
    background-color: #343a40;
    transition: transform .5s;
    z-index: -1;
} */
/* .top-nav-main li.nav-item a span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 3px;
  transform: scaleX(0);
  background-color: #ec2028;
  transition: transform .5s;
} */
.top-nav-main li.nav-item a.nav-link.active svg{
  fill: #fff;
}
.top-nav-main li.nav-item a.nav-link:hover {
  color: #e72a54 !important;
  transition: 0.5s;
}
.top-nav-main li.nav-item a:hover span:before {transform: scaleX(1);}
.top-nav-main li.nav-item a:hover span:after {transform: scaleX(1);}
.top-nav-main li.nav-item a.active span:before {transform: scaleX(1);}
.top-nav-main li.nav-item a.active span:after {transform: scaleX(1);}
.search-icon {
  padding-right: 5px !important;
}

.search-icon svg {
  height: 20px;
  width: 20px;
  fill: #fff;
}

.other-list-group a {
  border: 0;
  padding: 4px 0;
  font-size: 16px;
}
.other-list-group a:hover {
  color: #C70B0B;
  transition: 0.3s;
}

.dropdown-menu-new {
  border: 0;
  border-radius: 0;
  border-bottom: 3px solid #2d292a;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  padding: 0 !important;
}

.navbar-expand-lg .navbar-nav .dropdown-menu li a:hover {
  color: #0b3d6e;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background: #fff;
}
.top-nav-main li.nav-item a.nav-link.active {color: #E72A54 !important;}
.top-nav-main li.nav-item a.nav-link {fill: #E72A54;}
/*====================== END FOR MENU =========================================*/
#back_to_top {
  border: none;
  background: #212529;
  color: #fff;
  padding: 2px 5px 3px;
  cursor: pointer;
  position: fixed;
  bottom: 15px;
  z-index: 9999999999;
  right: 30px;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  border: 1px solid transparent;
  padding-top: 0;
}

#back_to_top svg {
  color: #fff;
  width: 30px
}

#back_to_top.show {
  opacity: 1
}

#back_to_top:hover {
  background: #fff;
  border: 1px solid #212529;
}

#back_to_top:hover svg {
  color: #212529;
}

/*====================== END FOR Back to top =========================================*/
.top-header {
  background: #131c2e;
  padding: 5px 0 7px 0;
}
.top-text-left {
  padding-top: 1px;
}
.wraper_top_left {
  margin-top: 3px;
}
.top-text-left a {
  padding-right: 10px;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
}
.top-text-left a svg {padding-right: 5px;height: 20px;width: 20px;}
.top-text-left a:last-child {
  padding-left: 20px;
  border-left: 1px solid #ffffff;
  font-size: 15px;
}
.top_socail_icon_area {
  float: right;
  position: relative;
  margin-top: 2px;
}

.top_socail_icon_area .list-inline {
  padding: 0;
  margin: 0;
}

.top_socail_icon_area .list-inline li {
  display: inline-block;
  padding-left: 5px;
  list-style: none;
  position: relative;
  height: 27px;
  width: 27px;
  margin-right: 2px;
}

.top_socail_icon_area .list-inline li a {
  display: inline-block;
  text-align: center;
  line-height: 29px;
  cursor: pointer;
}

.top_socail_icon_area .list-inline li a .cube-top svg {
  fill: #fff;
  font-size: 17px;
  line-height: 20px;
  text-align: center;
  height: 14px;
  width: 14px;
}

.cube,.cube span {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  transform-style: preserve-3d;
  transition: transform 0.5s ease-in-out;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cube-top {
  background: transparent;
  background-size: 100%;
}

.cube-front {
  background-size: 100%;
  transform: translate(0, -100%) rotateX(90deg);
  transform-origin: bottom;
  border-radius: 50px;
}

.top_socail_icon_area .list-inline li a .cube-front svg {
  line-height: 30px;
  fill: #fff;
  height: 14px;
  width: 14px;
}

.top_socail_icon_area .list-inline li:hover .cube {
  transform: translate(0, 50%) rotateX(-90deg);
}

.top_socail_icon_area .list-inline li .facebook .cube-top {
  background: #3b5998;
}

.top_socail_icon_area .list-inline li .twitter .cube-top {
  background: #000;
}

.top_socail_icon_area .list-inline li .instagram .cube-top {
  background: linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}

.top_socail_icon_area .list-inline li .linkedin .cube-top {
  background: #007bb5;
}

.top_socail_icon_area .list-inline li .youtube .cube-top {
  background: #ff0000;
}

.top_socail_icon_area .list-inline li .pinterest .cube-top {
  background: #cb2027;
}

.top_socail_icon_area .list-inline li .rss .cube-top {
  background: #f26522;
}

.top_socail_icon_area .list-inline li .cube-top {
  border-radius: 50%;
}

.top_socail_icon_area .list-inline li .facebook .cube-front {
  background: #fff;
}

.top_socail_icon_area .list-inline li .facebook .cube-front svg {
  fill: #4e4e4e;
}

.top_socail_icon_area .list-inline li .twitter .cube-front {
  background: #fff;
}

.top_socail_icon_area .list-inline li .twitter .cube-front svg {
  fill: #4e4e4e;
}

.top_socail_icon_area .list-inline li .instagram .cube-front {
  background: #fff;
}

.top_socail_icon_area .list-inline li .instagram .cube-front svg {
  fill: #4e4e4e;
}

/* .top_sbackground: #fff;} */

.top_socail_icon_area .list-inline li .linkedin .cube-front svg {
  fill: #4e4e4e;
}

.top_socail_icon_area .list-inline li .youtube .cube-front {
  background: #fff;
}

.top_socail_icon_area .list-inline li .youtube .cube-front svg {
  fill: #4e4e4e;
}

.top_socail_icon_area .list-inline li .pinterest .cube-front {
  background: #fff;
}

.top_socail_icon_area .list-inline li .pinterest .cube-front svg {
  fill: #4e4e4e;
}

.top_socail_icon_area .list-inline li .rss .cube-front {
  background: #fff;
}

.top_socail_icon_area .list-inline li .rss .cube-front svg {
  fill: #4e4e4e;
}

.top_socail_icon_area .list-inline li .linkedin .cube-front {
  background: #fff;
}

.top_socail_icon_area .list-inline li .linkedin .cube-front svg {
  fill: #4e4e4e;
}

@-webkit-keyframes animationTop {
  49% {
      -webkit-transform: translateY(100%);
  }

  50% {
      opacity: 0;
      -webkit-transform: translateY(-100%);
  }

  51% {
      opacity: 1;
  }
}

@keyframes animationTop {
  49% {
      transform: translateY(100%);
  }

  50% {
      opacity: 0;
      transform: translateY(-100%);
  }

  51% {
      opacity: 1;
  }
}

.middle-header {
  padding-bottom: 24px;
  padding-top: 24px;
  background: #fff;
}

.logo-area {
  float: left;
  width: 29.66%;
  padding-left: 0;
}
.top-banner-area {
  float: left;
  width: 70.34%;
  padding-left: 12px;
  text-align: right;
}

.logo-area a:hover img {
  opacity: 1;
}
/*================================================
    6. HOME SECTION
==================================================*/
.home-section {
  position: relative;
  overflow: hidden;
  background: url(../images/home/17.jpg);
  background-size: cover;
  background-attachment: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  /* height: 100vh; */
  height: 660px;
}
.home-section .overlay {
  background-color: rgba(0,0,0,0.5);
  /* height: 100vh; */
  height: 660px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.title h6 {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.title h1 {
  font-size: 61px;
  color: #fff;
  font-weight: 800;
  line-height: 60px;
}
.title p {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 40px;
}
.title h6 {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.title h1 {
  font-size: 61px;
  color: #fff;
  font-weight: 800;
  line-height: 60px;
}
.title p {
  color: #fff;
  margin-top: 20px;
}
a.main-btn {
  background: #e72a54;
  color: #fff;
  padding: 15px 30px;
  border-radius: 30px 30px 30px 30px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  transition: .6s;
}
a.main-btn:hover {
  background: #b11436;
}
/*===========================================
    ABOUT SECTI0N STYLE
============================================*/
.about-left-wrapper {
  margin-top: 90px;
}
.about-left-wrapper h6 {
  font-size: 14px;
  color: #e72a54;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.about-left-wrapper h2 {
  font-size: 39px;
  color: #000;
  font-weight: 800;
  line-height: 45px;
  margin-bottom: 25px;
}
.about-left-wrapper p {
  color: #918e9f;
  margin-bottom: 50px;
}
section.about-section {
  padding: 60px 0px;
  overflow: hidden;
}
.about-center-wrapper img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: center center;
  border-radius: 10px 10px 10px 10px;
}
.about-right-center {
  background-color: #131c2e;
  padding: 60px 50px;
  border-radius: 10px;
}
.about-right-center i {
  font-size: 40px;
  color: #e72a54;
  margin-bottom: 30px;
}
.about-right-center h4 {
  font-size: 25px;
  font-weight: 400;
  color: #fff;
  line-height: 35px;
}
.about-right-center p {
  color: #918e9f;
  font-size: 17px;
}
.about-right-center h5 {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.about-right-center span {
  color: #918e9f;
  font-size: 16px;
}
.about-right-center img {height: 35px;margin-bottom: 10px;}

/*===========================================
    BRAND SECTI0N STYLE
============================================*/
section.brand-section {
  background-color: #131c2e;
  padding: 50px 0px;
}
.brand-text h3 {
  font-size: 31px;
  color: #fff;
  font-weight: 700;
}
.brand-img img {
  width: 100%;
  max-width: 100%;
  height: 56px;
  object-fit: contain;
  opacity: 0.3;
  transition-duration: 1s;
}
.brand-img img:hover {
  opacity: 1;
}
.brand-img {
  margin-bottom: 25px;
}
.brand-text {
  margin-top: 20px;
}
/*===========================================
    GLANCE SECTI0N STYLE
============================================*/
.video-section {
  background-image: url(../images/8.jpg);
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-attachment: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 600px;
}
.video-section .video-overlay {
  background-color: rgba(0,0,0,0.5);
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.video-wrapper i {
  width: 100px;
  height: 100px;
  line-height: 100px;
  display: inline-block;
  text-align: center;
  font-size: 40px;
  background-color: #ffffff;
  color: #e72a54;
  border-radius: 50%;
  position: relative;
  z-index: 6;
  transition: all .4s ease;
  padding: 0px 0px 0px 7px;
}
.video-wrapper i:hover {
  color: #fff;
  background: #b11436;
}
.video-wrapper h2 {
  color: #fff;
  font-weight: 700;
  font-size: 39px;
  margin-top: 10px;
}
.video-wrapper p {
  color: #fff;
}
.video-wrapper p {
  color: #fff;
  margin-top: 15px;
  margin-bottom: 40px;
}
/*===========================================
    PROFRAM SECTI0N STYLE
============================================*/
.program{
  overflow: hidden;
}
.program-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.program-list-box-left i {
  font-size: 40px;
  background: #e72a54;
  color: #fff;
  padding: 15px 20px;
  border-radius: 50%;
}
.program-list-box-left {
  margin-right: 20px;
}
.program-list-box {
  display: flex;
}
.program-list-box-right span {
  font-size: 20px;
  font-weight: 700;
}
.program-list-box p {
  margin-bottom: 25px;
}
section.program {
  padding-top: 60px;
  margin-bottom: 230px;
}
/*------ program image style -----*/
.program-img-style {
  position: relative;
}
.program-img-style img{
  mask-image: url(../../media/common/sketch.svg);
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  width: 100%;
  height: 550px;
  object-fit: cover;
  object-position: center center;
}
/*---- program cta -----*/
.program-cta{
  min-height: 200px;
  min-width: 200px;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 21px 21px 21px 21px;
  border-radius: 50%;
  background: #fff;
  justify-content: center;
  position: absolute;
  right: 0px;
  top: 0px;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
}
.program-cta h3{
  color: #e72a54;
  font-size: 61px;
  font-weight: 800;
}
.program-cta p{
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}
/*===========================================
    SERVICES SECTI0N STYLE
============================================*/
section.services-section {
  padding: 80px 0px;
  background-color: #eeeff0;
}
.main-service {
  margin-top: -255px;
}
.services-box {
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-bottom: 25px;
  background: #fff;
}
.services-text {
  padding: 40px 25px 45px;
}
.services-text h4 {
  color: #162645;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  position: relative;
}
.services-text a {
  padding: 10px 30px;
}
.services-text h4:after {
  content: "";
  height: 2px;
  width: 55px;
  background: #dcdcde;
  display: block;
  margin-top: 20px;
}
.services-text p {
  color: #918e9f;
  font-size: 18px;
  margin-top: 25px;
  margin-bottom: 40px;
}
.services-box img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center center;
  border-radius: 0px 0px 10px 10px;
}
/*===========================================
    SERVICES SECTI0N STYLE
============================================*/
.service-overlay {
  background-image: url(../images/service/airport-1024x684.jpg);
  position: relative;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  margin-top: -45px;
}
.side-services-box-2 {
  background-image: url(../images/service/14-1024x683.jpg);
  background-position: center;
  background-size: cover;
  border-radius: 10px;
}
.side-service-box {
    min-height: 455px;
    text-align: left;
    padding: 14em 2em 2em 2em;
    background-color: rgba(0,0,0,0.1);
    transition: 0.7s;
    border-radius: 10px;
}
.side-service-box:hover {
  background-color: rgba(0,0,0,0.5);
}
.side-service-box h4 {
  color: #fff;
  margin-bottom: 7px;
  font-size: 25px;
  font-weight: 400;
}
.side-service-box p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 50px;
}
.side-service-box a {
  padding: 10px 25px;
}
.side-services-box-2 {
  margin-top: 25px;
}
.side-services-box-2 .side-service-box {
  min-height: 665px;
  padding: 3rem 2rem 2rem 2rem;
}
.side-services-box-2 .side-service-box h4 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 14px;
}
/*===========================================
    DISCOVER SECTI0N STYLE
============================================*/
.discover-section {
  position: relative;
  overflow: hidden;
  background: url(../images/dicover/18-1.jpg);
  background-size: cover;
  background-attachment: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 625px;
}
.discover-section .dicover-overlay {
  background-color: rgba(0,0,0,0.7);
    height: 660px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.discover-list i {
  font-size: 30px;
}
.discover-main-wrapper h6 {
  font-size: 14px;
  color: #e72a54;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.discover-main-wrapper h2 {
  font-size: 39px;
  color: #fff;
  font-weight: 700;
  line-height: 45px;
  margin-bottom: 25px;
}
.discover-main-wrapper p {
  color: #fff;
  margin-bottom: 30px;
}
.discover-main-wrapper {
  margin-top: 40px;
}
.discover-list .program-list .program-list-box .program-list-box-right span {
  color: #fff;
}
.discover-list .program-list .program-list-box .program-list-box-right p {
  margin-bottom: 20;
}
/*===========================================
    FACILITIES  SECTI0N STYLE
============================================*/
section.facilities-section {
  background-color: #131c2e;
  padding: 100px 0px;
  overflow: hidden;
}
.facilities-text h6 {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.facilities-text h2 {
  font-size: 39px;
  color: #fff;
  font-weight: 700;
  line-height: 45px;
  margin-bottom: 25px;
}
.facilities-box h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
.facilities-box p {
  color: #b6bec8;
  font-size: 18px;
}
section.facilities-section hr {
  color: #fff;
}
.facilities-text {
  margin-bottom: 40px;
  padding-left: 15px;
}
.facilities-box {
  padding-top: 15px;
  padding-bottom: 15px;
}
/*===========================================
    TESTIMONIAL SECTI0N STYLE
============================================*/
.testimonial-section {
  background-image: url(../images/testimonial/pattern_img-_1.png);
  background-color: #e7e7e7;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 90px 0px;
}
.testimonial-heading h6 {
  font-size: 14px;
  color: #e72a54;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.testimonial-heading h2 {
  font-size: 39px;
  color: #000;
  font-weight: 700;
  line-height: 45px;
  margin-bottom: 25px;
}
.testimonial-heading p {
  color: #918e9f;
  font-size: 18px;
}
.testimonial-heading {
  text-align: center;
  margin-bottom: 60px;
}
.testimonial-box {
  text-align: center;
}
.testimonial-box img {
  border-radius: 50%;
  width: 50px !important;
  height: 50px !important;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}
.testimonial-box p {
  padding: 0px 20px;
  color: #162645ad;
  font-weight: 500;
  margin-bottom: 30px;
}
.testimonial-box {
  background: #fff;
  padding: 50px 20px 40px;
}
section.training-text-section {
  background-color: #131c2e;
  padding: 50px 0px;
}
section.training-text-section h3 {
  color: #818e9b;
  text-align: center;
  font-weight: 500;
}
/*===========================================
    TESTIMONIAL SECTI0N STYLE
============================================*/
.training-section {
  position: relative;
    overflow: hidden;
    background: url(../images/16.jpg);
    background-size: cover;
    background-attachment: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 500px;
}
.training-overlay {
  background-color: rgba(0,0,0,0.3);
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.testimonial-box h5 {
  color: #000;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}
.testimonial-box h6 {
  color: #e72a54;
  font-weight: 500;
  font-size: 14px;
}
.training-wrapper {
  text-align: center;
}
.training-wrapper h2 {
  color: #fff;
  font-weight: 700;
  font-size: 38px;
}
.training-wrapper p {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 40px;
}
/*===========================================
    GLANCE SECTI0N STYLE
============================================*/
.section-wrapper-cutom {
    text-align: center;
}
.section-wrapper-cutom h5 {
    color: #16a085;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .01em;
}
.section-wrapper-cutom h2 {
    color: #222222;
    font-size: 30px;
    line-height: 44px;
    font-weight: 700;
}
.section-wrapper-cutom p {
    font-size: 16px;
    color: #999;
}
.glance-section {
  position: relative;
  padding: 0 0 50px 0;
}
.glance-heading {
  text-align: center;
  margin: auto;
  margin-top: -15px;
  margin-bottom: 35px;
}
.glance-title {
  font-family: 'Roboto Slab', serif;
  margin: auto;
  position: relative;
  display: inline-block;
  padding: 15px 40px;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 1px;
  transition: all 0.5s ease-in-out;
}
.glance-title::before, .glance-title::after {
  content: "";
  position: absolute;
  transform: skew(-30deg);
  transition: all 0.5s ease-in-out;
  bottom: 0;
  left: 0;
  background: #179bd7;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.glance-text {
  background: #eff3f4 none repeat scroll 0 0;
  border-bottom: 3px solid #179bd7;
  padding: 25px 35px 5px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-bottom: 20px;
}
.glance-text:hover {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 2px 20px rgba(34, 30, 31, 0.4);
  border-color: #296ec1;
}
.glance-text p {
  text-align: justify;
  font-size: 16px;
}
.glance-text-bottom {
  margin-bottom: -27px;
  text-align: center;
}
.glance-btn {
  background: #179bd7;
  padding: 8px 33px;
  color: #ffffff;
  display: inline-block;
  font-size: 18px;
  margin: 0;
  text-transform: uppercase;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.glance-btn:hover {
  color: #fff;
}
.glance-text:hover .glance-btn {
  background: #296ec1;
}
.image-group {
    grid-template-columns: 2rem repeat(2, 1fr) 2rem repeat(2, 1fr) 2rem;
}
.image-box {
    min-height: 25rem;
    box-shadow: 2px 2px 1rem rgba(0, 0, 0, .1);
    overflow: hidden;
}
.showcase .image-box {
    min-height: 25rem;
}
.image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s;
}
.image-box:hover img {
    transform: scale(1.1);
}
.image-left {
    grid-column: 1/4;
    grid-row: 1/span 10;
    z-index: 5;
}
.image-center {
    grid-column: 3/6;
    grid-row: 7/span 10;
}
.image-right {
    grid-column: 5/-1;
    grid-row: 3/span 10;
    z-index: 5;
}
/*================================================
    8. EDUCATION SECTION
==================================================*/
.section-title-wrapper {
  margin-bottom: 35px;
  position: relative;
}
.section-title-wrapper:before {
  background: #1d4e89 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  width: 230px;
}
.section-title-wrapper:after {
	background: rgba(0, 0, 0, 0) url(../images/graduation-cap.jpg) no-repeat scroll 0 0;
  bottom: -7px;
  color: #1d4e89;
  content: "";
  font-size: 14px;
  height: 20px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  width: 40px;
  z-index: 9;
}
.section-title {
  text-align: center;
  overflow: hidden;
  position: relative;
}
.section-title h3 {
  color: #1d4e89;
  font-family: 'Roboto Slab', serif;
  font-size: 32px;
  letter-spacing: 1px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: capitalize;
}
/*================================================
   COUNTER SECTION
==================================================*/
.section-title-wrapper-white:before {
  background: #fff none repeat scroll 0 0;
}
.section-title-wrapper-white:after {
  background: rgba(0, 0, 0, 0) url(../images/icon/cap-white.jpg) no-repeat scroll 0 0;
}
.section-title-white h3 {
  color: #fff;
}
.counter-section {
  background: url('../images/counter-bg.jpg') center center repeat fixed;
  /* background-image: url('../images/counter-bg.jpg'); */
  background-size: cover;
  background-position: center;
  padding: 70px 0;
}
.counter-wrapper .counter-column {
  padding-top: 5px;
  padding-bottom: 0px;
  text-align: center;
}
.counter-column span {
  font-size: 40px;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  text-align: center;
  padding-left: 5px;
  transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  transform: scale(1.0);
}
.counter-column h3 {
  font-size: 28px;
  line-height: 24px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0px;
  font-family: 'Nunito', sans-serif;
}
.counter-effects {
  position: relative;
  margin-top: 70px;
}
.counter-circle {
  position: absolute;
  top: -71px;
  left: 50%;
  margin-left: -10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: block;
  box-shadow: 3px 0 15px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
.counter-circle:before {
  content: "";
  width: 2px;
  height: 50px;
  position: absolute;
  left: 9px;
  border: 1px dashed #dfe8f3;
  bottom: -50px;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.counter-img {
  width: 95px;
  height: 95px;
  line-height: 90px;
  border-radius: 50%;
  box-shadow: 3px 0 20px rgba(0, 0, 0, 0.2);
  display: inline-block;
  border: 1px solid #fbfbfb;
  background: transparent;
  position: relative;
  top: 0;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.counter-effects:hover .counter-img {
  position: relative;
  top: 10px;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.counter-effects:hover {
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.counter-effects:hover .counter-circle:before {
  bottom: -60px;
  height: 60px;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.counter-effects:hover .counter-img {
  position: relative;
  top: 10px;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.counter-column:hover span {
  transform: scale(1.2);
  padding-left: 10px;
}
/*========================================================
    LATEST NEWS Section Style
=========================================================*/
.latest-news-section {
  padding: 60px 0 80px;
}
.latest-news-single-item {
  margin-top: 45px;
}
.latest-news-single-item a {
  display: block;
  background:#eff3f4 none repeat scroll 0 0;
  border-bottom: 3px solid #179bd7;
  padding: 0 35px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-bottom: 20px;
  color: #000;
}
.latest-news-image {
  overflow: hidden;
  position: relative;
  text-align: center;
  top: -35px;
}
.latest-news-single-item-text {
  margin-top: -15px;
  overflow: hidden;
  min-height: 275px;
  max-height: 275px;
  /* min-height: 330px;
  max-height: 330px; */
}
.latest-news-single-item-text h4 {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 10px;
  text-transform: capitalize;
  font-family: 'Open Sans', sans-serif;
}
.latest-news-single-item-text p {
  text-align: justify;
  font-size: 16px;
  line-height: 1.6;
}
.latest-news-single-item-text-info {
  padding-bottom: 15px;
  display: block;
  width: 100%;
  float: left;
}
.latest-news-single-item-text-info span {
  font-size: 14px;
}
.latest-news-button-wrapper {
  text-align: center;
  margin-top: -43px;
}
.latest-news-button-wrapper .latest-news-button {
  background: #179bd7;
  padding: 6px 25px;
  color: #ffffff;
  display: inline-block;
  font-size: 18px;
  border: 0;
  margin: 0;
  text-transform: uppercase;
  font-family: 'Nunito', sans-serif;
  font-weight: 400;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.latest-news-single-item a:hover {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 2px 20px rgba(34, 30, 31, 0.4);
  border-color: #296ec1;
}
.latest-news-single-item:hover .latest-news-button-wrapper .latest-news-button {
  background: #296ec1 !important;
  box-shadow: none !important;
}
.latest-news-button-wrapper .latest-news-button:hover {
  box-shadow: none !important;
}
.latest-news-image img {
    width: 100%;
}

/*====================== Footer Style =========================================*/
.quick-link {
  margin: 0;
  padding: 0;
}
.quick-link li {
  list-style: none;
}
.quick-link li a {
  color: #fff;
  background: #179bd7;
  padding: 10px 10px;
  display: block;
  font-size: 15px;
  margin-top: 15px;
  text-align: center;
  transition: 0.5s;
}
.quick-link li a:hover {
  background: #fff;
  color: #173e71;
}
.copy-right-text {
  margin-bottom: 15px;
}

.credit-text p {
  margin-bottom: 0;
}
.footer-col-1 {
  padding-top: 30px;
  padding-left: 0;
}
.footer-about p {text-align: justify;}
.editors-board {
  padding-top: 30px;
  text-align: center;
}

.email-subscription-aria {
  padding-top: 25px;
  text-align: center;
}

.email-subscription-aria #txtEmail {
  background-color: #555;
  outline: none;
  border: none;
  padding: 7px 12px 8px;
  border-radius: 5px 0 0 5px;
  width: 200px;
  color: #ccc;
}

.email-subscription-aria #btn-subscribe {
  background-color: #222;
  border: none;
  border-radius: 0 5px 5px 0;
  color: #555;
  padding: 7px 9px 8px;
}

.footer-work-3{
  padding-top: 30px;
  padding-right: 0;
}

.copy-right-text {
  margin-top: 20px;
  margin-bottom: 25px;
  color: #B6BEC8;
}

.credit-text {
  margin-top: 20px;
  text-align: right;
  margin-bottom: 25px;
  color: #B6BEC8;
}

.copy-right-text-row {
  border-top: 1px solid #777;
  margin-top: 30px;
}

.footer-social-icons {
  float: none;
    margin-top: 15px;
    width: 100%;
    text-align: center;
}

.credit-text a {
  color: #fff;
  transition: 0.5s;
}

.credit-text a:hover {
  color: #ffc107;
}
.footer-bottom {
  background-color: #131c2e;
  color: #fff;
  border-top: 1px solid #FFFFFF2B;
  border-bottom: 1px solid #FFFFFF2B;
  padding-bottom: 30px;
}
.footer-button-2 {background-color: #131c2e;}
.footer-col-3 p {
  margin-bottom: 5px;
}

.footer-col-3 p:last-child {
  margin-bottom: 0px;
}

.editors-board p {
  margin-bottom: 5px;
}

.editors-board p {
  margin-bottom: 5px;
}

.copy-right-text-row {
  margin-top: 25px;
}
.footer-widget h2 {
    font-size: 25px;
    margin-bottom: 10px;
    font-weight: 400;
    letter-spacing: 0.5px;
}
.list-footer-menu {
  margin: 0;
  padding: 0;
}
.list-footer-menu li {
  list-style: none;
}
.list-footer-menu li a {
    font-size: 16px;
    color: #B6BEC8;
    line-height: 32px;
    position: relative;
    font-weight: 400;
}
.list-footer-menu li a:hover {
    color: #fff;
}
.list-footer-menu li a:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #fff;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    margin-bottom: -3px;
}
.list-footer-menu li a:hover:before {
    width: 100%;
}
.footer-widget {
    margin-top: 40px;
}
.facebook-like-box h3 {
  font-size: 25px;
  margin-top: 11px;
  margin-bottom: 14px;
}
/*===========================================
    MAIN SILDER STYLE
============================================*/
.main-slider-wrapper {
  width: 100%;
}
.camera_wrap {
  height: 500px;
  float: unset!important;
}
.camera_wrap .camera_pag .camera_pag_ul {
  text-align: center;
  margin-top: -95px;
}
.camera_wrap .camera_pag .camera_pag_ul li {
  background: #fff;
}
.camera_pag_ul li img {
  max-width: 150px!important;
}
.camera_caption h2 {
  margin: 0;
  font-size: 20px;
  font-family: 'Open Sans', serif ;
}
/*===========================================
    ABOUT-HOME-SECTION SILDER STYLE
============================================*/
.about-home-section {
  background-color: #a4b9e2;
  background-image: url(../images/cloud_1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0px;
  text-align: center;
}
.about-home-wrapper h1 {
  color: #162645;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
}
.about-home-wrapper h6 {
  color: #162645;
  font-size: 25px;
}
.about-service-section {
  position: relative;
  overflow: hidden;
  background: url(../images/17.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 500px;
  background-attachment: fixed;
  z-index: -9;
}
.about-services-overlay {
  background-color: rgba(0,0,0,0.3);
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.about-service-text {
  text-align: center;
}

.about-service-text h6 {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.about-service-text h2 {
  font-size: 39px;
  color: #fff;
  font-weight: 700;
  line-height: 45px;
  margin-bottom: 25px;
}
.about-service-section-2 {
  margin-top: -155px;
  padding: 0px 0px 70px;
}
.about-service-single-box {
  text-align: center;
  background: #fff;
  padding: 50px 25px 55px 25px;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
}
.about-service-single-box i {
  font-size: 40px;
  background: #e72a54;
  color: #fff;
  padding: 15px 20px;
  border-radius: 50%;
}
.about-service-single-box h4 {
  font-size: 25px;
  font-weight: 400;
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 10px;
}
.about-service-single-box p {
  color: #818E9F;
  font-size: 18px;
  margin-bottom: 40px;
}
.about-service-single-box a {
  padding: 10px 30px;
}


.single-team-img {
  position: relative;
}
.single-team-icon {
  position: absolute;
  top: 0;
  right: 0;
  display: grid;
  margin-top: 10px;
}
.single-team-icon a {
  color: #fff;
  background: #e72a54;
  margin: 6px 15px;
  padding: 7px 13px;
  border-radius: 50%;
  font-size: 16px;
  transition: 0.6s;
}
.single-team-icon a:hover {
  background: #b11436;
}
.single-team-text {
  margin-bottom: 40px;
  text-align: center;
  box-shadow: 0px 4px 14px 4px rgba(0, 0, 0, 0.1);
  padding: 20px 0px;
  border-radius: 0px 0px 10px 10px;
}
.single-team-text h5 {
  font-weight: 700;
  font-size: 20px;
}
.single-team-text h6 {
  color: #e72a54;
  font-weight: 700;
}
.team-work-heading {
  text-align: center;
  margin-bottom: 60px;
}
.team-work-heading h6 {
  font-size: 14px;
  color: #e72a54;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.team-work-heading h2 {
  font-size: 39px;
  color: #000;
  font-weight: 700;
  line-height: 45px;
  margin-bottom: 25px;
}
.team-work-heading p {
  color: #818E9F;
}
.single-team-img img {
  border-radius: 10px 10px 0px 0px;
}


/*===========================================
    CONTACT SILDER STYLE
============================================*/
.contact-from {
  background: #131c2e;
  padding: 70px 55px;
  border-radius: 10px;
  margin: 65px 40px;
}
.bg-custom h2 {
  font-size: 39px;
  color: #fff;
  font-weight: 700;
}
.bg-custom p {
  color: #b6bec8;
  border-bottom: 1px solid #ffffff5c;
  font-weight: 500;
  font-size: 18px;
  padding-bottom: 25px;
}
.bg-custom span {
  color: #b6bec8;
  font-weight: 500;
  text-transform: uppercase;
}
.bg-custom input {
  margin-top: 10px;
  margin-bottom: 20px;
}
textarea.form-control {
  margin-top: 10px;
  margin-bottom: 20px;
  max-height: 100px;
  min-height: 100px;
}
.form-control::placeholder {
  color: #b6bec8;
  font-size: 16px;
}
button.btn-contact {
  background: #e72a54;
  color: #fff;
  padding: 12px 200px;
  border-radius: 30px 30px 30px 30px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  transition: .6s;
  border: none;
}
button.btn-contact:hover {
  background: #b11436;
}





@media screen and (max-width: 768px) {
  a.navbar-brand {width: 65%;display: block;margin: 0;}
  .nav-item.dropdown.dropdown-mega .dropdown-menu {transform: translateX(0%);}
  .middle-header {display: none;}
}
 /*----=============================== FOR RESPONSIVE CSS ==============================================--------*/
@media only screen and (max-width: 767px) {
  #back_to_top {right: 12px;}
  .navbar-nav-mobile-sub-body {padding: 0;margin-left: 10px;}
  .mobile-nav-ul-body {padding-top: 0;}
  .mobile-menu-sub-text {padding-left: 10px;padding-right: 10px;font-size: 17px;color: #000;padding-top: 12px;padding-bottom: 12px;}
  .mobile-menu-sub-text:focus {box-shadow: none;}
  .mobile-nav-ul {margin-bottom: 0 !important;padding-left: 0 !important;}
  .mobile-nav-ul li a {padding-left: 10px;padding-right: 10px;font-size: 17px;}
  .new-top-nav {padding-top: 2px;padding-bottom: 2px;}
  .mobile-side-logo img {width: 80%;}
  .mobile-side-logo-wrapper {padding-top: 10px;padding-bottom: 10px;}
  .right-menu-link {display: block !important;}
  .custom-row {margin-right: -5px;margin-left: -5px;}
  .custom-padding {padding-left: 7px;padding-right: 7px;}
  .custom-container {padding-left: 10px;padding-right: 10px;max-width: 100%;}
  .copy-right-text {text-align: center;margin-bottom: 5px;}
  .credit-text {text-align: center;margin-top: 0px;}
  .footer-menu ul {text-align: center;}
  .footer-menu ul li {margin-bottom: 20px;}
  .footer-menu ul li:last-child {margin-bottom: 0px;}
  .footer-col-1 {text-align: center;padding-left: 50px;padding-right: 50px;}
  .footer-social-icons {float: none;}
  .editors-board {text-align: center;padding-top: 15px;}
  .footer-col-3 {text-align: center;padding-top: 5px;}
  .top_socail_icon_area .list-inline {display: none;}
  .mobile-menu-social .top_socail_icon_area .list-inline {display: block;}
  .mobile-menu-social .top_socail_icon_area {width: 100%;text-align: center;margin-top: 20px;}

}