

/*Font */
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Light.woff2') format('woff2'),
        url('../fonts/Roboto-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Medium.woff2') format('woff2'),
        url('../fonts/Roboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Thin.woff2') format('woff2'),
        url('../fonts/Roboto-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Black.woff2') format('woff2'),
        url('../fonts/Roboto-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.woff2') format('woff2'),
        url('../fonts/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.woff2') format('woff2'),
        url('../fonts/Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Chelsea Market';
    src: url('../fonts/ChelseaMarket-Regular.woff2') format('woff2'),
        url('../fonts/ChelseaMarket-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



html, body{
/*  overflow-x: hidden;*/
}

body {
  background:#fff !important;
  font-family: 'Roboto';
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3,
h4 {
  color: #000000;
}
*:focus {
  outline: none;
}
button:focus {
  outline: none;
}
button {
  border: 0;
}
ul li {
  list-style: none;
  color: inherit;
}
img {
  max-width: 100%;
}
a:hover {
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
}

a:focus{
  outline: none !important;
}

.container {
  max-width: 1180px;
  margin: auto;
}

.container_lg {
  width:1060px;
  margin: auto;
}

body.active, html.active{
  overflow:hidden;
}

/* Topbar Css Start*/

.topbar_main{
  float:left;
  width:100%;
  background:#002D6B;
  padding:10px 0px;
}

.topbar_inr{
  display:flex;
  align-items:center;
  justify-content:space-between;
  position: relative;
}

.topbar_lft ul{
  display:flex;
}

.topbar_lft ul li{
  display:flex;
  align-items:center;
  column-gap:12px;
  border-right:1px solid #ffffff;
  padding-right:14px;
  margin-right:14px;
}

.topbar_lft ul li:last-child{
  border-right:0;
  padding-right:0;
}

.topbar_lft ul li a{
  color: #ffffff;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}

.topbar_rgt{
  position: absolute;
  right: 0;
  background: #E10707;
  padding:11px 24px;
  top: -10px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.topbar_rgt ul li{
  margin-bottom:5px;
  display:flex;
  column-gap:10px;
  align-items:center;
}

.topbar_rgt ul li a{
  color: #ffffff;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

/* Topbar Css End*/

/* Topbar new Css star*/

.topbar {
    position: relative;
}
.container_fluid {
    width: 1180px;
    margin: auto;
}
.topbar span.lft {
    content: '';
    position: absolute;
    left: 0px;
    width: 54%;
    height: 100%;
    z-index: -9;
    border-top: 74px solid #23245D;
    border-right: 48px solid transparent;
    transform: rotatex(-175deg);
}
.topbar_inr {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.topbar_left {
    width: 60%;
    padding: 21px 0px;
    position: relative;
    display: flex;
    align-items: center;
}
.topbar_inr ul {
    display: flex;
}
.topbar_inr li {
    display: flex;
    align-items: center;
}
.topbar_inr li img {
    width: 30px;
    margin-right: 0px;
}
.topbar_inr li a {
    color: #ffffff;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    margin: 0 10px;
}
.topbar_right {
    padding: 21px 0px;
    background: #ED3237;
    position: relative;
}
.topbar span.rgt {
    content: '';
    position: absolute;
    top: 0;
    right: 0px;
    width: 48%;
    height: 100%;
    z-index: -9;
    border-top: 74px solid #ED3237;
    border-left: 48px solid transparent;
}

/* Topbar new Css End*/

/* Header Css Start */

header{
  float:left;
  width:100%;
  padding:10px 0px;
}

.navbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.logo_main a img{
  display:block;
  max-width:200px;
}

.menu_rgt ul {
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  column-gap:20px;
}

.menu_rgt ul li a{
  color:#757575;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  text-align: right;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition:all 0.5s;
}

.menu_rgt ul li a span{
  margin-left:10px;
}

.menu_rgt ul li a.active, .menu_rgt ul li a:hover{
  color:#FF0D0D;
}

.menu_rgt .nav-list{
  position: relative;
}

.dropdown_menu .hover_menu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  background: #fff;
  width: auto;
  display: block !important;
  padding:20px 15px;
  transition: all 0.5s;
  z-index: 99999;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  top: 30px;
}

.dropdown_menu:hover .hover_menu {
  opacity: 1 !important;
  visibility: visible !important;
}

.dropdown_menu .hover_menu li{
  margin-bottom:15px;
}

.dropdown_menu .hover_menu li:last-child{
 margin-bottom:0px; 
}

.dropdown_menu .hover_menu li a{
  color: #757575;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  text-align:left;
}

/* Header Css End */

/* Mobile navigation */
.mo_menu {
  position: fixed;
  right:-80%;
  background: #fff;
  width:80%;
  height: 100vh;
  transition:all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  z-index:9999;  
  visibility: visible;
}

.mo_menu.active {
  right:0;
  transition:all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  padding:60px 0px;
  background:#002D6B;
  position: fixed;
  overflow-y: scroll;
  opacity:1;
  display:block;
}

.main.active{
  transform: translate(-80%, 0);
  opacity: 0.5;
}

.main{
  transform: translate(0%, 0);
      transition: all 0.6s ease 0s;
}

.mo_menu .sidemenu_close{
  display:none;
}

.mo_menu.active .sidemenu_close{
  display:block;
}

.mo_menu.active .sidemenu_close span{
  background-color:transparent;
}

.mo_menu.active .sidemenu_close span:before, .mo_menu.active .sidemenu_close span:after{
  background-color:transparent;
}

.sideMenu ul li .navbar-dropdown {
  display: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  background-color:#fff;
  box-shadow:none;
  top:8px;
}

.sideMenu .navbar-dropdown li a{
  background-color:transparent;
  display:flex;
  border-bottom:0;
  font-size: 18px;
  color: #000000;
}

.sideMenu .navbar-dropdown .dropdown_icon{
  width:38px;
  height:38px;
}

.sideMenu  .dropwon_nav h6, .sideMenu  .dropwon_nav p{
  color:#fff;
}

.sideMenu  .dropwon_nav h6{
  font-size:18px;
  margin-bottom:5px;
}

.sideMenu  .dropwon_nav p{
  font-size:14px;
}

.sideMenu .mob_dropdown:after{
  content: '\f125';
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  right:20px;
  top:24px;
  color:#ffffff;
}

.mob_dropdown.active:after{
  transform: rotate(90deg);
}

.sideMenu ul li {
  display: block;
  border-top: 1px solid #ddd;
  position: relative;
  padding: 20px 20px;
}

.sideMenu ul li .navbar-dropdown li{
  padding:20px 20px;
}

.sideMenu ul li:first-child {
  border: 0;
}

.menuIcon p{
  font-size:14px;
}

.menuIcon {
  background: #fff;
  padding: 3px 12px;
  cursor: pointer;
}
.menuIcon span {
  display: block;
  width:28px;
  height:2px;
  margin: 20px 0;
  background:#23245d;
  position: relative;
  transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
}
.menuIcon span:before {
  position: absolute;
  content: "";
  left: 0;
  top: -10px;
  width: 100%;
  height:2px;
  background:#23245d;
  transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
}
.menuIcon span:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -10px;
  width: 100%;
  height:2px;
  background:#23245d;
  transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
}
.menuIcon.active span {
  background:transparent;
  transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
}
.menuIcon.active span:before {
  transform: rotate(45deg);
  top: 0px;
  transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
}
.menuIcon.active span:after {
  transform: rotate(-45deg);
  bottom: 0px;
  transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
}

.mo_menu.active .menuIcon.sidemenu_close{
  position: absolute;
  /*top:0;*/
  right: 15px;
}

.mo_menu.active .menuIcon.sidemenu_close{
  background-color:transparent;
}

.mo_menu.active .menuIcon.sidemenu_close i{
  font-size:26px;
  color:#ffffff;
}

.sideMenu ul li:first-child {
  border: 0;
}

.sideMenu ul li {
  display: block;
  border-top: 1px solid #ddd;
  position: relative;
  padding: 20px 20px;
}

.sideMenu ul li a {
  display: block;
  text-decoration: none;
  color:#ffffff;
  cursor: pointer;
  font-size:18px;
}

.sideMenu ul li .navbar-dropdown {
  display: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  background-color: #fff;
  box-shadow: none;
  top: 8px;
}

.sideMenu ul li .navbar-dropdown li {
  padding: 20px 20px;
}
.sideMenu ul li:first-child {
  border: 0;
}

.sideMenu .navbar-dropdown li a {
  background-color: transparent;
  display: flex;
  border-bottom: 0;
  font-size: 18px;
  color: #000000;
}
/* Submenu css */

.dropdwon:hover .submenu{
  opacity:1 !important;
  visibility:visible !important;
}

.navbar-dropdown .dropdwon .mob_dropdown:after {
  color: #000 !important;
}

.mob_dropdown.active:after {
    transform: rotate(90deg);
}
/* Mobile Menu Css */

/* Banner Css Start */

.banner_main{
  float:left;
  width:100%;
  position: relative;
}

.banner_main .banner_itm{
  background-size:cover;
  background-position:center;
  height:500px;
  position: relative;
  display:flex !important;
  align-items:center;
}


.banner_main .banner_itm:before{
  content:'';
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgb(0 45 107 / 35%);
}

.banner_cnt{
  max-width:100%;
  position:relative;
  z-index:999;
  text-align: center;
  margin-top:-7%;
  float:left;
  width:100%;
}

.banner_slider button{
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor:pointer;
}

.banner_slider .menu_lft{
  position: absolute;
  left: 50px;
  z-index: 9999;
  top: 40%;
  transform: translateY(-40%);
}

.banner_slider .menu_rgt{
  position: absolute;
  right: 50px;
  z-index: 9999;
  top: 40%;
  transform: translateY(-40%);
}

.banner_cnt h1{
  text-shadow: 0px 2px 10px rgba(0,0,0,0.3);
  color: #ffffff;
  font-family: "Chelsea Market";
  font-size: 56px;
  font-weight: 400;
  line-height: 75px;
}

.banner_cnt p{
  color: #ffffff;
  font-family: Roboto;
  font-size:20px;
  font-weight:500;
  letter-spacing:1px;
}

.abs-wht-bg {
  width: 100%;
  /* float: left; */
  height: 85px;
  background: url(../img/wht-bg.png) center, url(../img/wht-bg.png) 125px center;
  align-content: center;
  position: absolute;
  bottom: -20px;
  z-index:999;
}

/* Banner Css End */

/* Services Css Start */
section.hm-serv {
  float: left;
  width: 100%;
  margin-top:-25px;
}
.hm-serv ul {
  width: 100%;
  display: flex;
}
.hm-serv ul li {
  width: calc(100% / 4);
  position: relative;
}
.hm-serv ul li a {
  float: left;
  width: 100%;
  min-height: 300px;
  padding: 40px;
  box-sizing: border-box;
}
.hm-serv ul li .serv-block {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.serv-img {
  float: left;
  width: 200px;
  position: absolute;
  z-index: -1;
  top: -15px;
  left:-30px;
  opacity: 0.4;
}
.serv-nm {
  float: right;
  width: 100%;
  text-align: right;
  padding: 0 15px;
}
.serv-nm h3 {
  width: 100%;
  line-height: 50px;
  font-size: 40px;
  font-family: 'Chelsea Market', cursive;
  font-weight: normal;
  color: #fff;
  text-align:center;
}

.hm-serv ul li:last-child .serv-nm span{
  text-align:right;
}

.serv-nm span {
  float: left;
  width: 100%;
  float: right;
  font-size: 18px;
  line-height: 34px;
  text-align: center;
  font-family: 'Schoolbell', cursive;
  margin: -8px 10px 0 0;
  color: #fff;
}

/* Services Css End */

/* About Css Start */

.hm_about_main{
  float:left;
  width:100%;
  margin-top:60px;
  /*padding-bottom:123px;*/
  position: relative;
  overflow: hidden;
}

.hm_about_main:before{
  content:'';
  position:absolute;
  bottom: -53%;
  right: -12%;
  /*background: url(../img/about_bg_shape.png);*/
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  width: 100%;
  height: 523px;
  overflow: hidden;
  z-index: -1;
}

.hm_about_inr{
  display:flex;
  align-items:center;
  column-gap:43px;
}

.hm_about_lft{
  width:43%;
}

.hm_about_lft iframe{
  width:100%;
  height:350px !important;
}

.hm_about_rgt{
  width: 53%;
}

.hm_about_rgt h2{
  color: #002D6B;
  font-family: "Chelsea Market";
  font-size: 48px;
  font-weight: 400;
  line-height: 52px;
  margin-bottom:15px;
}

.hm_about_rgt h2 span{
  color:#E10707;
}

.hm_about_rgt p {
   color: #012c47;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
  margin-bottom:30px;
}

.hm_about_rgt a {
  background:#002D6B;
  padding:16px 31px;
  text-shadow: 0px 3px 4px rgba(0,0,0,0.3);
  color: #ffffff;
  font-family: "Chelsea Market";
  font-size: 19.038462px;
  font-weight: 400;
  text-align: center;
  border-radius:50px;
  display:inline-block;
  margin-top:12px;
}

.hm_abt_btm{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  margin-top:60px;
  column-gap:30px;
}

.hm_abt_btm a{
  padding:15px;
  text-align:center;
  background:#002D6B;
  display:block;
  border-radius:8px;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
  /*margin-bottom: 30px;*/
  color:#ffffff;
  min-height: 100px;
}
.hm_abt_btm a:hover{
  background:#E10707;

}
/* About Css End */

/* Stories Section Css Start */
.stories_main{
  float:left;
  width:100%;
  padding:61px 0 77px;
  background:#002D6B;
  position: relative;
}

.stories_main:before{
  content:'';
  position:absolute;
  top:0;
  left:0;
  background:url(../img/stories_shape_lft.png);
  background-repeat:no-repeat;
  background-size: contain;
  width:100%;
  height:523px;
}

.stories_main:after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  background:url(../img/stories_shape_rgt.png);
  background-repeat:no-repeat;
  background-size: contain;
  width:100%;
  height:113px;
  background-position: right;
}

.stories_main h2{
  color: #ffffff;
  font-family: "Chelsea Market";
  font-size: 48px;
  font-weight: 400;
  margin-bottom:30px;
  position: relative;
  z-index:999;
}

.stories_inr{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  column-gap:20px;
  position: relative;
  z-index:999;
}

.stories_itm{
  background:#FFFFFF;
  padding:30px 22px 44px;
  border-radius:15px;
}

.stories_img{
  text-align:center;
}

.stories_img img{
  border-radius: 50%;
  width: 150px;
  height: 150px;
  object-fit: cover;
  padding: 10px;
  border: 1px solid #808080;
}

.stories_itm h3{
  color: #113a66;
  font-family: "Chelsea Market";
  font-size: 18px;
  font-weight: 400;
  text-align:center;
  margin:17px 0px;
}

.stories_itm p {
  color: #757575;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
/* Stories Section Css End */

/* Corner Section Css Start */

.corner_main{
  float:left;
  width:100%;
  position:relative;
}

.corner_main:before{
  content:'';
  position:absolute;
  bottom:-40px;
  left:0;
  background:url(../img/corner_btm_shape.png);
  background-repeat:no-repeat;
  background-size: contain;
  width:100%;
  height:32px;
}

.corner_inr{
  display:flex;
  justify-content:flex-end;
}

.corner_lft{
  width:40%;
  padding:60px 0 52px;
}

.corner_lft_cnt{
  max-width:450px;
  margin-left:auto;
  padding-right:95px;
}

.corner_rgt{
  width:60%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.corner_rgt img{
  display:none;
}

.corner_lft_cnt h2{
  color: #002d6b;
  font-family: "Chelsea Market";
  font-size: 48px;
  font-weight: 400;
  margin-bottom:22px;
}

.corner_lft_cnt p{
   color: #757575;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.corner_lft_cnt h3{
  margin-top:30px;
  color:#2B2B2B;
  font-size:18px;
  line-height:22px;
}

.corner_lft_cnt a {
  background:#002D6B;
  padding:16px 50px;
  text-shadow: 0px 3px 4px rgba(0,0,0,0.3);
  color: #ffffff;
  font-family: "Chelsea Market";
  font-size: 19.038462px;
  font-weight: 400;
  text-align: center;
  border-radius:50px;
  display:inline-block;
  margin-top:32px;
}
/* Corner Section Css End */

/* What Do Section Css Start */

.what_do_main{
  float:left;
  width:100%;
  margin:82px 0 74px;
}

.what_do_main h2{
  color: #002d6b;
  font-family: "Chelsea Market";
  font-size: 48px;
  font-weight: 400;
  text-align:center;
}

.what_do_inr{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  column-gap:20px;
  grid-row-gap:30px;
  margin-top:34px;
}

.what_do_itm{
  border-radius:15px;
  padding:33px 33px 33px 20px;
  background: #002D6B;
  transition:all 0.5s;
}
.what_do_itm:hover{background: #E10707;border-radius:15px;}

.what_do_itm h3{
  color: #ffffff;
  font-family: Roboto;
  font-size: 24px;
  font-weight: 700;
  min-height:87px;
  margin-bottom:25px;
}

.fcsdesc h3{color: #000 !important; text-align: center; min-height: 0; margin-bottom: 20px;}

.what_do_itm p{
  color: #ffffff;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.fcsdesc p{  color: #000;}
.fcsdesc{width: 70%; text-align: center; margin: 0 auto; background: none;}
.fcsdesc:hover{background: none;}
/* What Do Section Css End */

/* Footer Css Start */

footer{
  float:left;
  width:100%;
  background:#002D6B;
}

footer .divider{
  width:100%;
  height:9px;
  background:#ED1C24;
}

.ftr_inr{
  display:flex;
  column-gap:120px;
  padding-bottom: 50px;
}

.ftr_lft{
  width:19.30%;
  padding-top:20px;
}

.ftr_lft a{
  display:inline-block;
  margin-bottom:20px;
}

.ftr_lft p{
  color: #ffffff;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.ftr_rgt{
  padding-top:36px;
  column-gap:136px;
  display:flex;
  width:72%;
}

.ftr_rgt h2{
  color: #ffffff;
  font-family: "Chelsea Market";
  font-size: 24px;
  font-weight: 400;
  margin-bottom:15px;
}

.ftr_info{
  max-width:556px;
}

.ftr_links ul li{
  margin-bottom:3px;
}

.ftr_links ul li:last-child{
  margin-bottom:0;
}

.ftr_links ul li a{
  color: #ffffff;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.contact_info_inr{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  column-gap:116px;
  grid-row-gap:15px;
}

.contact_info_itm h4{
  color: #ffffff;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.contact_info_itm a{
  color: #ffffff;
  font-family: Roboto;
  font-size: 16px;
  font-weight:400;
  line-height: 28px;
}

.contact_info_itm ul{
  display:flex;
  column-gap:15px;
  margin-top:15px;
}


.copyright{
  float:left;
  width:100%;
  padding:14px 0px;
  background:#ED1C24;
}

.copyright_inr{
  display:flex;
  justify-content:space-between;
}


.copyright_lft ul{
  display:flex;
  column-gap:20px;
}

.copyright_lft ul li{
  color: #ffffff;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 28px;
}

.copyright_lft ul li a{
  color: #ffffff;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 28px;
  position: relative;
}

.copyright_lft ul li a:before{
  content:'';
  position:absolute;
  width:1px;
  height:100%;
  background:#ffffff;
  right:-10px;
  top:0;
}

.copyright_lft ul li:last-child a:before{
  content:none;
}
.copyright_rgt{

  width: 100%;
  text-align: center;
}
.copyright_rgt p{
  color: #ffffff;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 28px;
}
/* Footer Css End */

/* Inner Banner Css Start */


.inner_banner{
  float:left;
  width:100%;
  background-size:cover;
  background-position:center;
  height:374px;
  position: relative;
  z-index: 9;
}

.inner_banner:before{
  content:'';
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgb(0 45 107 / 35%);
}

.inner_bnr_cnt{
  max-width:100%;
  position:relative;
  z-index:999;
  text-align: center;
  margin-top: 10%;
}

.inner_bnr_cnt h1{
  text-shadow: 0px 2px 10px rgba(0,0,0,0.3);
  color: #ffffff;
  font-family: "Chelsea Market";
  font-size: 56px;
  font-weight: 400;
  line-height: 75px;
}

.inner_bnr_cnt p{
  color: #ffffff;
  font-family: Roboto;
  font-size:20px;
  font-weight:500;
  letter-spacing:1px;
}

/* Inner Banner Css End */

/*========  About Page Css Start ========*/

.about_main{
  float:left;
  width:100%;
  padding:20px 0px 180px;
  position: relative;
  overflow: hidden;
}

.about_main:before {
  content: '';
  position: absolute;
  bottom:30px;
  right: -12%;
  background: url(../img/about_rgt_shape.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  width: 100%;
  height: 523px;
  overflow: hidden;
  z-index: -1;
}

.abt_inr{
  display:flex;
  column-gap:46px;
}

.abt_left{
  width:67.80%;
}

.abt_right{
  width:27.80%;
}

.abt_right h2{
  color: #193e56;
  font-family: "Chelsea Market";
  font-size: 36px;
  font-weight: 400;
  line-height: 52px;
  margin-bottom:18px;
}

.abt_left h2{
  color: #193e56;
  font-family: "Chelsea Market";
  font-size: 36px;
  font-weight: 400;
  line-height: 52px;
  margin-bottom:22px;
}

.abt_left h3{
  color: #002D6B;
  font-family: "Chelsea Market";
  font-size:24px;
  font-weight: 400;
  line-height:26px;
  margin-bottom:15px;
}

.abt_left h4{
  color: #002D6B;
  font-family: "Chelsea Market";
  font-size:18px;
  font-weight: 400;
  line-height:26px;
}

.abt_left p{
  color: #757575;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom:30px;
}

.abt_left ul, .abt_left ol {
  padding-left:15px;
  margin:15px 0;
}

.abt_left ul li{
  color: #757575;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  list-style:disc;
  margin-bottom:10px;
}

.abt_left ol li{
  color: #757575;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom:10px;
}

.abt_left ul li:last-child, .abt_left ol li:last-child{
  margin-bottom:0;
}

.abt_left ul li::marker{
  color:#002D6B;
}

.abt_left img{
  margin-bottom:15px;
  display:block;
}

.abt_right_part{
  border: 1px solid #808080;
  border-radius:10px;
}

.abt_right_part img{
  display:block;
}

.abt_right_part p{
  color: #757575;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.abt_right_part a{
  color: #002d6b;
  font-family: "Chelsea Market";
  font-size: 19.038462px;
  font-weight: 400;
  display:inline-block;
  margin-top:25px;
  transition:all 0.5s;
}

.abt_right_part a:hover{
  color:#ED1C24;
}

.abt_donation_itm{
  padding:25px 15px 30px;
  background:#fff;
  border-bottom-right-radius:10px;
  border-bottom-left-radius:10px;
}

/*========  About Page Css End ========*/


/*========  Contact Page Css Start ========*/

.contact_main{
  float:left;
  width:100%;
  margin:25px 0 60px;
}

.contact_inr{
  display:flex;
  column-gap:100px;
}

.contact_left{
  width: 63.30%;
}

.contact_right{
  width:20%;
}

.contact_left h2{
  color: #193e56;
  font-family: "Chelsea Market";
  font-size: 36px;
  font-weight: 400;
  margin-bottom:32px;
}

.contact_left p{
  color: #757575;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.contact_inr_dtl li{
  margin-bottom:20px;
}

.contact_inr_dtl li:last-child{
  margin-bottom:0;
}

.contact_inr_dtl li h3{
  color: #757575;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.contact_inr_dtl li a, .contact_inr_dtl li p{
  color: #757575;
  font-family: Roboto;
  font-size: 16px;
  font-weight:400;
  line-height: 28px;
}

.contact_social{
  display:flex;
  align-items:center;
  column-gap:15px;
  margin-top:10px;
}

.contact_social li{
  margin-bottom:0;
}

.contact_form{
  margin-top:15px;
}

.contact_frm_grp{
  margin-bottom:30px;
}

.contact_frm_grp input, .contact_frm_grp textarea{
  border:1px solid #B0B0B0;
  padding:12px 20px;
  color: #b0b0b0;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  width:100%;
}

.contact_frm_grp textarea{
  height:140px;
  resize:none;
}

.contact_frm_grp input::placeholder, .contact_frm_grp textarea::placeholder{
  color: #b0b0b0;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; 
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

.submit_btn input{
  padding:15px 72px;
  background:#002D6B;
  text-shadow: 0px 3px 4px rgba(0,0,0,0.3);
  color: #ffffff;
  font-family: "Chelsea Market";
  font-size: 19.038462px;
  font-weight: 400;
  text-align: center;
  display:inline-block;
  border:0;
  cursor:pointer;
  transition:all 0.5s;
}

.submit_btn input:hover{
  background:#E10707;
}

.full_img{
  float:left;
  width:100%;
  margin-top:82px;
  position: relative;
}

.full_img img{
  display:block;
  width:100%;
}

.full_img:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 45 107 / 35%);
}

/*========  Contact Page Css End ========*/
#lightbox {
  background: rgba(0,0,0,0.8);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  color: #fff;
}

#lightbox img{
  width:100%;
  max-width:700px;
}
#lightbox .close, #lightbox .prev, #lightbox .next {
  position: absolute;
  cursor: pointer;
}

#lightbox .close {
  right: 10px;
  top: 10px;
}

#lightbox .close i {
  font-size:24px;
}

#lightbox .prev {
  left: 10px;
  background: url(../img/banner_prev.png);
  width:30px;
  height:36px;
  background-size: contain;
  background-position: center;
}

#lightbox .next {
  right: 10px;
  background: url(../img/banner_next.png);
  width:30px;
  height:36px;
  background-size: contain;
  background-position: center;
}
.gmain{width: 100%; float: left;}
.gallery_main{
  margin:104px 0px;
}

.gallery-wrap,
#gallery {
  overflow: hidden;
}

#filters {
  margin: 1%;
  padding: 0;
  list-style: none;
  overflow: hidden;
  margin:0 -15px;
}

#filters li {
  float: left;
  margin:0 15px 15px;
}

#filters li span {
  display: block;
  padding: 5px 20px;    
  text-decoration: none;
  color: #666;
  cursor: pointer;
  text-transform: uppercase;
  transition: all ease-in-out 0.25s;
  background: #ed3238;
  color: #fff;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  padding: 12px 20px;
  border-radius: 8px;
  display: inline-block;
  transition: all 0.5s;
}

#filters li:hover span {
  color: #000;
}

#filters li span.active {
  background: #23245d;
  color: #fff;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  padding: 12px 20px;
  border-radius: 8px;
  display: inline-block;
  transition: all 0.5s;
}

.gallery-item {
  float: left;
  width: 33.333%;
  padding: 10px;
  position: relative;
  z-index: 10;
  display: none;
}

.inside {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.details h2{
  color: #fff;
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  margin: 0;
}

.details,
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
}

.details {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}

.inside img {
  float: left;
  width: 100%;
  height: 380px;
  object-fit: cover;
}

.overlay {
  background:rgb(0 0 0 / 68%);
  z-index: 1;
  transition: all 0.7s ease-in-out;
}

.gallery-item:hover .details,
.gallery-item:hover .overlay {
  opacity: 1;
}

.text i {
  background: #fff;
  padding: 13px 15px;
  border-radius: 5px;
}

@media (max-width: 30em) {
  .wrap {
    padding-left: 1em;
    padding-right: 1em;
  }
  
  .gallery-item {
    float: none;
    width: 100%;
  }
}


.magnific-img img {
    width: 100%;
    height: auto;
}
.mfp-bottom-bar{
    font-family: 'Roboto';
}
.magnific-img {
    display: inline-block;
    width: 32.3%;
}
a.image-popup-vertical-fit {
    cursor: -webkit-zoom-in;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.98;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-arrow-left:before {
    border-right: none !important;
}
.mfp-arrow-right:before {
    border-left: none !important;
}
/*button.mfp-arrow, .mfp-counter {
    opacity: 0 !important;
    transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}*/
.mfp-container:hover button.mfp-arrow, .mfp-container:hover .mfp-counter{
  opacity: 1 !important;
}


/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur{
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom-out-cur .mfp-image-holder s.mfp-close {
    cursor:pointer;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

.core_activity{
  margin-bottom:104px;
}

.core_activity h2{
  color: #23245d;
  font-family: Roboto;
  font-size:46px;
  font-style: italic;
  font-weight: 500;
  line-height: 72px;
  text-align:center;
  text-transform: uppercase;
  margin-bottom:30px;
}

.core_inr{
  display: grid;
  row-gap:30px;
  column-gap:30px;
  grid-template-columns: repeat(3, 1fr);
}

.core_img img{
  width:100%;
  cursor:pointer;
  display: block;
}

.core_img{
  position: relative;
}

.core_dtl, .core_dtl_main {
  opacity:0;
  visibility:hidden;
  transition:all 0.6s;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width:93%;
  text-align: center;
  transform: translateY(-50%);
  border: 2px dashed transparent;
}

.core_dtl h3, .core_details h3{
  color:#fff;
  font-size: 26px;
  line-height: 36px;
  padding: 0 15px;
}

.core_img:hover .core_dtl, .core_img:hover .core_dtl_main{
  opacity:1;
  visibility:visible;
  background:#000000e3;
  height:93%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px dashed #fff;
}

.core_details a{
  background:#ed3238;
  padding:10px 18px;
  border:1px solid transparent;
  border-radius: 5px;
  display: inline-block;
  margin-top: 15px;
  font-size: 14px;
  color:#fff;
}
.core_details a:hover{
  border:1px solid #fff;
  background:transparent;
  color:#fff;
}

.intro-video {
  float: left;
  width: 100%;
  margin-top: 120px;
}

.intr-vd iframe {
  width: 100%;
  float: left;
}

.inactive{pointer-events: none;opacity: 0.5;}
.error-border{border: 1px solid red !important;}

.thanks_main{
  padding:50px 0 80px;
  float:left;
  width:100%;
}

.thanks_main h2{
  color: #002d6b;
  font-family: "Chelsea Market";
  font-size: 48px;
  font-weight: 400;
  text-align: center;
  margin-bottom:30px;
}

.thanks_inr{
  text-align:center;
  max-width: 650px;
  margin:0 auto;
}

.thanks_main p {
  color: #012c47;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
  margin-bottom:10px;
  text-align:center;
}

.thanks_main a {
  padding: 15px 45px;
  background: #002D6B;
  text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-family: "Chelsea Market";
  font-size:16px;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  border: 0;
  cursor: pointer;
  transition: all 0.5s;
  margin-top: 15px;
}

.thanks_main a:hover {
  background: #E10707;
}

.error_inr h2{
  margin-bottom:15px;
}

.error_inr h4{
  color: #ed3237;
  font-family: "Chelsea Market";
  font-size:28px;
  font-weight: 400;
  text-align: center;
  margin-bottom:15px;
}