@import url("animate.css");
@import url("https://fonts.googleapis.com/css2?family=Poppins&family=Roboto+Slab:wght@700&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css");
:root {
  --brand-color-green: #38c098;
  --brand-color-theme-1: #0e45ad;
  --brand-color-theme-2: #60dde8;
  --brand-color-theme-3: #55c0ab;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  font-size: 16px;
}

body {
  line-height: 1.375;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  background: #e9ebee;
}

/* Layout */

header ul,
ul.fMenu,
header ul li,
ul.fMenu li {
  margin: 0px;
  list-style: none;
  padding: 0px;
}

a {
  text-decoration: none;
  color: #000;
  font-size: 1rem;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Slab", serif;
}

h1,
h2 {
  font-size: 2rem;
  margin: 1.25rem 0 1.56rem;
  font-weight: 400;
}

h3 {
  font-size: 1.5rem;
  margin: 1.25rem 0 1.56rem;
  font-weight: 400;
  line-height: 140%;
}

h4 {
  font-size: 1.3rem;
  margin: 1.56rem 0 1.56rem;
  font-weight: 400;
  line-height: 140%;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  margin-bottom: 15px;
  color: #131313;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.no-margin,
.m-0 {
  margin: 0px !important;
}

.no-margin-top,
.mt-0 {
  margin-top: 0px !important;
}

.no-margin-bottom,
.mb-0 {
  margin-bottom: 0px !important;
}

.no-margin-left,
.ml-0 {
  margin-left: 0px !important;
}

.no-margin-right,
.mr-0 {
  margin-right: 0px !important;
}

.no-margin-v,
.mv-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.no-padding,
.p-0 {
  padding: 0px !important;
}

.no-padding-top,
.pt-0 {
  padding-top: 0px !important;
}

.no-padding-bottom,
.pb-0 {
  padding-bottom: 0px !important;
}

.no-padding-left,
.pl-0 {
  padding-left: 0px !important;
}

.no-padding-right,
.pr-0 {
  padding-right: 0px !important;
}

.no-padding-v,
.pv-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.container {
  min-width: 320px;
}

.container {
  min-width: 320px;
}

body.width-full #fContent > .container {
  width: 100%;
  padding: 0;
}

body.width-full #fMatter {
  padding: 0;
}

body.title-off .fPageTitle {
  display: none;
}

#fMatter .fModule,
#fSidebarRight .fModule,
#fContentPre .fModule,
#fContentPost .fModule {
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

#f-messages {
  margin: 0;
}

.padding-no {
  padding: 0 !important;
}

.margin-no {
  margin: 0 !important;
}

.spacing-no {
  padding: 0 !important;
  margin: 0 !important;
}

@media (max-width: 767.8px) {
  .col-xs-12 {
    float: none;
  }
}

#fMatter .fModule.fBanner {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  overflow: hidden;
}

.row.row-equal {
  display: flex;
  flex-wrap: wrap;
}

.row-equal:before,
.row-equal:after {
  content: normal;
}

/*Module*/

.fModule .fModuleTitle,
.fModule .fModuleContent {
  width: 100%;
}

/*Background */

.fBgDark {
  background: #cd8f16;
  color: #ffffff;
}

.fBgDark a {
  color: #ffffff;
}

.fBgDark a:hover {
}

.fBgLight {
  background: #0d2d62;
  color: #fff !important;
}

.fBgLight a {
  color: #505050;
}

.fBgLight a:hover {
  color: #005d88;
}

.fBgWhite {
  background: #ffffff;
  color: #000000;
  border: 1px solid #cecece;
}

.fBgWhite a,
.fBgWhite a:hover {
  color: #d34344;
}

.fBgColor {
  background: #fff;
  color: #ccc;
}

.fBgColor p {
  color: #aeaeae;
}

.fBgColor a,
.fBgColor h3,
.fBgColor h4 {
  color: #ffffff;
  line-height: 120%;
}

/* Button */

a.fButton,
input.fButton {
  padding: 14px 40px;
  margin: -15px 0px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-size: 1em;
  text-align: center;
  background-color: var(--brand-color-theme-1);
  border-color: var(--brand-color-theme-1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 0px;
  border-radius: 22px;
}

a.fButton1,
input.fButton1 {
  padding: 14px 40px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-size: 1em;
  text-align: center;
  background-color: var(--brand-color-theme-1);
  border-color: var(--brand-color-theme-1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 0px;
  border-radius: 22px;
}

a.fButton1:hover,
input.fButton1:hover {
  background: #fff;
  color: var(--brand-color-theme-1);
}

/* Column */

#fMatter .fCol5 .fGalleryImages .fGalleryItem,
#fContentPost .fCol5 .fGalleryImages .fGalleryItem,
.fCol5 .fGalleryImages .fGalleryItem {
  width: 20%;
  float: left;
  padding: 2em;
}

/* Common CSS */

.border {
  border: 6px solid #fff;
  box-shadow: 0px 0px 2px 2px #ccc;
  border-radius: 3px;
}

input.form-control,
textarea.form-control {
  display: inline-block;
  margin: 10px 0px;
}

/* Module */

.fModuleEnd .fModuleTitle,
.fModuleEnd .fModuleContent,
.fModuleBoxed {
  margin: 0;
}

/* Responsive Homepage */

@media (max-width: 319px) {
  .fModuleEnd .fModuleTitle,
  .fModuleEnd .fModuleContent,
  .fModuleBoxed {
    width: 100%;
  }
}

@media (min-width: 320px) {
  .fModuleEnd .fModuleTitle,
  .fModuleEnd .fModuleContent,
  .fModuleBoxed {
    width: 100%;
  }
}

@media (min-width: 480px) {
  .fModuleEnd .fModuleTitle,
  .fModuleEnd .fModuleContent,
  .fModuleBoxed {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .fModuleEnd .fModuleTitle,
  .fModuleEnd .fModuleContent,
  .fModuleBoxed {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .fModuleEnd .fModuleTitle,
  .fModuleEnd .fModuleContent,
  .fModuleBoxed {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .fModuleEnd .fModuleTitle,
  .fModuleEnd .fModuleContent,
  .fModuleBoxed {
    width: 100%;
  }
}

.d-flex {
  display: flex !important;
}

.ml-auto {
  margin-left: auto !important;
}

.align-items-center {
  align-items: center !important;
}

.fRegion {
  display: inline-block;
  width: 100%;
}

#fPageTitle {
  display: none !important;
}

#fContent > .container {
  width: 100% !important;
  padding: 0 !important;
}

.fPageTitle {
  display: none !important;
}

.fHeader1 .navbar-header {
  width: 100% !important;
  padding: 0 !important;
  float: none !important;
}

a {
  text-decoration: none !important;
}

.padd-0 {
  padding: 0 !important;
}

/*Customization*/

.fHeader1 .navbar-header {
  background: #fff;
}

.fHeader1.active .navbar-header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 9999;
  box-shadow: 0 1px 7px rgb(171 171 171 / 50%);
}

.top_mass_hdr {
  background: linear-gradient(
    to right,
    var(--brand-color-theme-3) 0%,
    var(--brand-color-theme-1) 100%
  );
  text-align: center;
  padding: 5px 0;
  width: 100%;
  flex: 0 0 100%;
}

.fHeader1.active .top_mass_hdr {
  height: 0;
  overflow: hidden;
  padding: 0;
  transition: 0.4s;
}

.top_mass_hdr p,
.top_mass_hdr a {
  color: #fff;
  margin: 0;
}

.fHeader1 .fMenu {
  display: flex;
  justify-content: flex-end;
}

.fHeader1 .fMenu > li a {
  color: #2a2a2a;
  font-size: 13px;
  text-transform: uppercase;
  padding: 35px 15px;
  display: inline-block;
  line-height: normal;
  font-weight: 600;
  letter-spacing: 2px;
  text-decoration: none !important;
}

.fHeader1 .fMenu > li:hover a,
.fHeader1 .fMenu > li.selected a {
  background: linear-gradient(
    -100deg,
    var(--brand-color-theme-1) 0%,
    var(--brand-color-theme-2) 100%
  );
  color: #fff;
}

.social_sec ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.social_sec ul > li a {
  background: linear-gradient(to bottom, #2269ff 0%, #c124ff 100%);
  background-image: -webkit-linear-gradient(
    140deg,
    #376ad7 0,
    #4d7de3 -1%,
    #c124ff -1%,
    #4d7de3 130%
  );
  background-image: linear-gradient(
    140deg,
    #376ad7 0,
    #4d7de3 -1%,
    #c124ff -1%,
    #4d7de3 130%
  );
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  padding: 5px 12px;
  line-height: normal;
  transition: 0.5s ease;
  text-indent: 2px;
  font-size: 1.1rem;
}

.fHeader1 .region-header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.logo .fGalleryImage {
  display: inline-block;
}

.logo .fGalleryImage > img {
  width: 65%;
  height: auto;
}

.header_secon_mnu {
  margin: 15px 0;
}

.header_secon_mnu .scondry_mnu .Main_hdr_mnu2 .fMenu {
  display: flex;
  align-items: center;
}

.header_secon_mnu .scondry_mnu .Main_hdr_mnu2 .fMenu > li a {
  padding: 10px 15px;
  display: block;
  background: linear-gradient(
    to bottom,
    var(--brand-color-theme-1) 0%,
    var(--brand-color-theme-3) 100%
  );
  background-image: -webkit-linear-gradient(
    140deg,
    var(--brand-color-theme-1) 0,
    #0e46adc0 -1%,
    var(--brand-color-theme-2) -1%,
    #0340b1d5 130%
  );
  background-image: linear-gradient(
    140deg,
    var(--brand-color-theme-1) 0,
    #0e46adc0 -1%,
    var(--brand-color-theme-2) -1%,
    #0340b1d5 130%
  );
  color: #fff;
  border-right: 1px solid #fff;
}

.header_secon_mnu .scondry_mnu .Main_hdr_mnu2 .fMenu > li:hover a,
.header_secon_mnu .scondry_mnu .Main_hdr_mnu2 .fMenu > li.selected a {
  background: var(--brand-color-theme-1);
}

.header_secon_mnu .scondry_mnu .Main_hdr_mnu2 .fMenu .menu-item-icon img{

  width: 22px;
  height: 22px;
  object-fit: contain;
  margin-right: 7px;
}

/* .header_secon_mnu .scondry_mnu .Main_hdr_mnu2 .fMenu > li a:before {
  content: "\f0fa";
  font-size: 18px;
  font-family: FontAwesome;
  margin-right: 7px;
} 



.header_secon_mnu
  .scondry_mnu
  .Main_hdr_mnu2
  .fMenu
  > li:nth-child(2)
  a:before {
  content: "\f1ad";
}

.header_secon_mnu
  .scondry_mnu
  .Main_hdr_mnu2
  .fMenu
  > li:nth-child(3)
  a:before {
  content: "\f06d";
}

.header_secon_mnu
  .scondry_mnu
  .Main_hdr_mnu2
  .fMenu
  > li:nth-child(4)
  a:before {
  content: "\f186";
}

.header_secon_mnu
  .scondry_mnu
  .Main_hdr_mnu2
  .fMenu
  > li:nth-child(5)
  a:before {
  content: "\f0c0";
}

.header_secon_mnu
  .scondry_mnu
  .Main_hdr_mnu2
  .fMenu
  > li:nth-child(6)
  a:before {
  content: "\f067";
}

.header_secon_mnu
  .scondry_mnu
  .Main_hdr_mnu2
  .fMenu
  > li:nth-child(7)
  a:before {
  content: "\f07a";
}*/

.fModuleTitle {
  position: relative;
  display: block;
  padding: 15px 0;
  padding-top: 15px;
  text-align: left;
  background: none;
}

.fModuleTitle > h3 {
  text-align: left !important;
  font-size: 1.8rem !important;
  line-height: normal;
  color: #2a2a2a !important;
  font-weight: 500 !important;
  padding: 0 10px;
  border-left: 5px solid transparent;
  background: #e9ebee;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-top: 0;
  border-image: linear-gradient(
    to bottom,
    var(--brand-color-theme-1) 0%,
    var(--brand-color-theme-2) 100%
  );
  border-image-slice: 100%;
  border-image-slice: 1;
  text-transform: capitalize;
  margin: 0;
}

.fModuleTitle:after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  transform: translateY(-50%);
}

.letest_blog_sec_hmm .newslist {
  display: flex;
  flex-wrap: wrap;
  padding: 15px;
  background: #fff;
  box-shadow: 0 1px 7px rgba(171, 171, 171, 0.5);
  margin: 0 -7.5px;
}

.letest_blog_sec_hmm .newslist > li {
  width: 33.333%;
  flex: 0 0 33.333%;
  padding: 0 7.5px;
  overflow: hidden;
  position: relative;
}

.letest_blog_sec_hmm .newslist > li .newslist-text {
  position: absolute;
  bottom: 0;
  left: 7.5px;
  right: 7.5px;
  padding: 15px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
  background: -webkit-linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 1)
  );
}

.letest_blog_sec_hmm .newslist > li .newslist-text > .newslist-meta > span {
  color: #fff;
  font-size: 12px;
  text-shadow: 0 0 1px #000;
  position: relative;
  padding-left: 20px;
}

.letest_blog_sec_hmm
  .newslist
  > li
  .newslist-text
  > .newslist-meta
  > span:after {
  position: absolute;
  content: "\f017";
  left: 0;
  top: -6px;
  font-family: FontAwesome;
  font-size: 18px;
}

.letest_blog_sec_hmm .newslist > li .newslist-text > .newslist-title > h4 {
  margin: 10px 0;
  line-height: normal;
}

.letest_blog_sec_hmm .newslist > li .newslist-text > .newslist-title > h4 a {
  color: #fff;
  font-weight: bold;
  font-size: 1.7rem;
  line-height: 1.1;
  display: block;
}

.letest_blog_sec_hmm .newslist > li .newslist-text > .newslist-story p {
  line-height: 1.1;
  color: #eee;
  font-size: 0.8;
  margin: 0;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.4s ease-out, max-height 0.4s ease-out, margin 0.4s;
}

.letest_blog_sec_hmm .newslist > li:hover .newslist-text > .newslist-story p {
  max-height: 100px;
  opacity: 1;
  margin-top: 5px;
  transition: opacity 0.4s ease-out, max-height 0.4s ease-out, margin 0.4s;
}

.blog_design_1prt ul.newslist {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7.5px;
}

.blog_design_1prt ul.newslist > li {
  padding: 0 7.5px;
}

.blog_design_1prt ul.newslist > li .inner_set_box {
  background: #fff;
  box-shadow: 0 1px 7px rgba(171, 171, 171, 0.5);
}

.blog_design_1prt ul.newslist > li .inner_set_box .newslist-text {
  padding: 15px;
}

.blog_design_1prt
  ul.newslist
  > li
  .inner_set_box
  .newslist-text
  .newslist-meta
  > span {
  font-size: 0.8rem;
  font-weight: 100;
  padding-left: 22px;
  position: relative;
  color: #999;
}

.blog_design_1prt
  ul.newslist
  > li
  .inner_set_box
  .newslist-text
  .newslist-meta
  > span:after {
  position: absolute;
  content: "\f017";
  left: 0;
  top: -4px;
  font-family: FontAwesome;
  font-size: 18px;
  color: #000;
}

.blog_design_1prt
  ul.newslist
  > li
  .inner_set_box
  .newslist-text
  .newslist-title
  h4 {
  margin: 10px 0;
}

.blog_design_1prt
  ul.newslist
  > li
  .inner_set_box
  .newslist-text
  .newslist-title
  h4
  > a {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.4;
  color: #131313;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 65px;
}

.blog_design_1prt
  ul.newslist
  > li
  .inner_set_box
  .newslist-text
  .newslist-story
  > p {
  height: 120px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

#fFooter {
  text-align: center;
  background: #2a2a2a;
  padding: 30px 0;
  margin-top: 9px;
}

#fFooter .social_sec ul {
  justify-content: center;
  margin-bottom: 20px;
}

#fFooter .social_sec ul > li {
  padding: 0 2px;
}

#fFooter .social_sec ul > li a {
  color: #fff;
  display: inline-block;
  text-indent: 4px;
  -webkit-text-fill-color: currentColor;
  padding: 0;
}

.ftr_mnu .fMenu {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.ftr_mnu .fMenu > li {
  padding: 0 15px;
}

.ftr_mnu .fMenu > li a {
  display: block;
  color: #fff;
}

.copy_right_sec p {
  margin: 3px 0;
  font-size: 0.9rem;
  line-height: normal;
  color: #dedede;
}

.copy_right_sec p a {
  font-size: 0.8rem;
  color: white;
}

.copy_right_sec img {
  width: 100px;
  height: auto;
  display: inline-block;
  margin-top: 15px;
}

.mrgin_btm ul.newslist > li {
  margin-bottom: 15px;
}

body.not-home #fFooter {
  margin-top: 0;
}

body.view-default #fMatter .f-content-node {
  background: #fff;
  padding: 30px;
  margin-bottom: 15px;
}

.social_sec ul li a {
  color: var(--brand-color-theme-1);
  -webkit-background-clip: none;
  -webkit-text-fill-color: currentColor;
}

body.view-default #fMatter .f-content-node h2 {
  background: linear-gradient(
    to bottom,
    var(--brand-color-theme-1) 0%,
    var(--brand-color-theme-3) 100%
  );
  background-image: -webkit-linear-gradient(
    140deg,
    var(--brand-color-theme-2) 0,
    #0e46adc0 -1%,
    var(--brand-color-theme-1) -1%,
    #0340b1d5 130%
  );
  background-image: linear-gradient(
    140deg,
    var(--brand-color-theme-2) 0,
    #0e46adc0 -1%,
    var(--brand-color-theme-1) -1%,
    #0340b1d5 130%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

body.view-default #fMatter .f-content-node h2 a {
  display: block;
  font-size: 2rem;
}

body.view-default .fPageTitle,
.path-contact-us- .fPageTitle {
  display: block !important;
}

body.view-default .fPageTitle h1,
.path-contact-us- .fPageTitle h1 {
  background: linear-gradient(
    to right,
    var(--brand-color-theme-3) 0%,
    var(--brand-color-theme-1) 100%
  );
  color: #fff !important;
  padding: 50px 15px;
  display: block;
  text-align: center !important;
  font-size: 2rem !important;
  font-weight: 100 !important;
  margin-top: 0;
  margin-bottom: 15px;
}

body.view-default .fPageTitle h1 > span {
  display: none;
}

.page_con_nrml .fModuleContent > div {
  padding: 30px;
  background: #fff;
  margin-bottom: 15px;
}

.page_con_nrml a,
.page_con_nrml strong,
body.view-default #fMatter .f-content-node a,
body.view-default #fMatter .f-content-node strong,
.privecy_sec_con strong,
.privecy_sec_con a {
  background: linear-gradient(
    to bottom,
    var(--brand-color-theme-1) 0%,
    var(--brand-color-theme-3) 100%
  );
  background-image: -webkit-linear-gradient(
    140deg,
    var(--brand-color-theme-2) 0,
    #0e46adc0 -1%,
    var(--brand-color-theme-1) -1%,
    #0340b1d5 130%
  );
  background-image: linear-gradient(
    140deg,
    var(--brand-color-theme-2) 0,
    #0e46adc0 -1%,
    var(--brand-color-theme-1) -1%,
    #0340b1d5 130%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
}

.path-contact-us- .contact_pag_sec .fModuleContent > div,
.privecy_sec_con .fModuleContent > div {
  padding: 30px;
  background: #fff;
  box-shadow: 0 1px 7px rgba(171, 171, 171, 0.5);
  margin-bottom: 15px;
}

.contact_pag_sec .fModuleContent > div ul {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.contact_pag_sec .fModuleContent > div ul > li {
  margin-right: 5px;
}

.contact_pag_sec .fModuleContent > div ul > li a {
  display: block;
  font-size: 1.1rem;
}

.privecy_sec_con ul {
  padding-left: 25px;
}

.privecy_sec_con ul > li {
  list-style: disc;
  margin-bottom: 15px;
  color: #000;
}

.privecy_sec_con strong {
  font-weight: bold;
}

.show_pop {
  position: fixed;
  right: 30px;
  bottom: -100%;
  padding: 30px !important;
  width: auto;
  background-image: linear-gradient(
    140deg,
    var(--brand-color-theme-1) 0,
    #0e46adc0 -1%,
    var(--brand-color-theme-2) -1%,
    #0340b1d5 130%
  );
  z-index: 999;
  box-shadow: 0 12px 18px 0 rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  transition: 0.8s ease;
}

body.is-home .show_pop.show {
  bottom: 30px;
  transition: 0.8s ease;
}

.show_pop .fModuleContent {
  width: 300px;
  text-align: center;
}

.show_pop .fModuleContent > div {
  display: inline-block;
  width: 100%;
}

.show_pop .fModuleContent .close_btn {
  float: right;
  font-size: 21px;
  opacity: 0.5;
  cursor: pointer;
  position: relative;
  top: -20px;
  right: -10px;
  color: #fff;
}

.show_pop .fModuleContent h1 {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 0;
  display: inline-block;
  color: #fff;
  font-weight: normal !important;
  font-family: PoppinsReg;
}

.show_pop .fModuleContent h1 > small {
  display: block;
  margin-top: 8px;
  color: #fff;
}

.show_pop .fModuleContent h1 > strong {
  font-weight: bold;
}

.show_pop .fModuleContent .newsletter .form-group {
  margin-bottom: 0;
}

.show_pop .fModuleContent input {
  border: none;
  box-shadow: none;
  height: auto;
  padding: 13px 10px;
  font-size: 17px;
  color: #999;
  width: 100%;
}

.show_pop .fModuleContent input::-moz-placeholder {
  font-size: 17px;
  color: #999;
}

.show_pop .fModuleContent .buttons {
  margin-bottom: 0;
  padding: 0;
  text-align: center;
  margin-top: 10px;
}

.show_pop .fModuleContent .buttons > input {
  border: none;
  border-radius: 4px;
  padding: 13px 30px;
  background: var(--brand-color-theme-1);
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  width: auto;
}

.blank_popup {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: 0.5s ease;
}

body.is-home .blank_popup.visb {
  height: auto;
  opacity: 1;
  overflow: visible;
  transition: 0.5s ease;
}

.blank_popup .fModuleContent {
  margin: 0 auto;
}

.blank_popup .inner {
  display: inline-block;
  background: #fff;
  padding: 30px;
  width: 50%;
}

.blank_popup .inner img {
  width: auto;
  max-width: none;
  height: 70px;
  margin-top: -58px;
  background: #fff;
  float: left;
}

.blank_popup .inner i {
  float: right;
  font-size: 18px;
  color: #000;
  cursor: pointer;
  opacity: 0.5;
}

.blank_popup .inner h1 {
  display: inline-block;
  color: #111;
  margin: 0;
  width: 100%;
}

.blank_popup .inner p {
  line-height: normal;
  margin-top: 0;
}

.blank_popup .inner .newsletter {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.blank_popup .inner .newsletter .form-group {
  margin: 0;
}

.blank_popup .inner input {
  margin: 0;
  height: auto;
  padding: 15px 10px;
  border-radius: 0;
  width: 400px;
  box-shadow: none;
}

.blank_popup .inner .buttons {
  margin: 0;
  line-height: normal;
  padding: 0;
}

.blank_popup .inner .buttons > input {
  padding: 18px 30px;
  background: linear-gradient(
    to right,
    rgb(106, 17, 203) 0%,
    rgb(37, 117, 252) 100%
  );
  border-radius: 0;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  border: none;
  width: auto;
}

.blank_popup .inner .fForm {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 4%;
  margin-bottom: 20px;
}

.srch_box {
  display: none;
  opacity: 0;
  visibility: hidden;
}

/* events start here */

.f-events-nav .fMenu {
  display: flex;
  justify-content: center;
  margin-top: 100px;
  margin-bottom: 30px;
}

.f-events-nav .fMenu li {
  padding: 15px;
}

.f-events-nav .fMenu li a {
  outline: none;
  background: linear-gradient(
    140deg,
    var(--brand-color-theme-1) 0,
    #0e46adc0 -1%,
    var(--brand-color-theme-2) -1%,
    #0340b1d5 130%
  );
  padding: 8px 20px;
  color: white;
  border-radius: 2px;
  font-size: 1rem;
}

.f-events-nav .fMenu li a:hover {
  background: var(--brand-color-theme-1);
}

.f-events-nav .fMenu li a i {
  margin-right: 10px;
}

.blog-details div img {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    display: flex;
	

}
	@media only screen and (max-width: 991px) {
	.blog-details div img{ width:100%;}
	}

/* events ends here */

/*===========================*/

@media only screen and (min-width: 769px) and (max-width: 1090px) {
  .fHeader1 .fMenu > li a {
    padding: 35px 10px;
  }

  .social_sec ul > li a {
    padding: 5px;
  }
  .header_secon_mnu .scondry_mnu .Main_hdr_mnu2 .fMenu {
    flex-wrap: wrap;
  }
  .header_secon_mnu .scondry_mnu .Main_hdr_mnu2 .fMenu > li a {
    border-bottom: 1px solid #fff;
  }
}

@media (max-width: 768px) {
  .Main_hdr_mnu {
    position: fixed;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: rgba(255, 255, 255, 0.9);
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
  }
  .fHeader1.open .Main_hdr_mnu {
    left: 0;
    opacity: 1;
    visibility: visible;
    transition: 0.4s;
  }
  .Main_hdr_mnu .fModuleContent {
    position: fixed;
    left: -100%;
    top: 0;
    width: 300px;
    height: 100%;
    z-index: 9999999;
    background: linear-gradient(
      to right,
      var(--brand-color-theme-1) 0%,
      var(--brand-color-theme-2) 100%
    );
    display: flex;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.8s;
  }
  .fHeader1.open .Main_hdr_mnu > .fModuleContent {
    left: 0;
    opacity: 1;
    visibility: visible;
    transition: 0.8s;
  }
  .Main_hdr_mnu nav {
    width: 100%;
  }
  .fHeader1 .fMenu {
    display: block;
  }
  .fHeader1 .fMenu > li a {
    padding: 15px;
    color: #fff;
    display: block;
  }
  .fHeader1 .fMenu > li:hover a {
    background: #fff;
    color: var(--brand-color-theme-1);
  }
  .blank_popup .inner {
    width: 100%;
  }
  .blank_popup .inner .buttons > input {
    margin: 0;
  }
  .blank_popup .inner input {
    width: 200px;
  }
  .fHeader1 .social_sec {
    display: none;
  }
  .fHeader1 .navbar-header {
    margin: 0;
    position: relative;
  }
  .navbar-toggle {
    position: absolute;
    right: 0;
    top: 45px;
    z-index: 1;
    margin: 0;
    cursor: pointer;
  }
  .navbar-toggle > .icon-bar {
    background: #131313;
  }
  .fHeader1.active .navbar-toggle {
    top: 14px;
  }
  .top_mass_hdr p,
  .top_mass_hdr a {
    color: #fff;
    margin: 0;
    font-size: 12px;
    line-height: 0.95;
  }
  .top_mass_hdr p {
    padding: 0 15px;
  }
  .logo .fGalleryImage {
    padding: 15px 0;
  }
  .header_secon_mnu .d-flex {
    flex-wrap: wrap;
  }
  .header_secon_mnu .d-flex > div {
    width: 100%;
    flex: 0 0 100%;
    padding: 7.5px 0;
    margin: 0 !important;
  }
  .header_secon_mnu .scondry_mnu .Main_hdr_mnu2 .fMenu {
    flex-wrap: wrap;
  }
  .header_secon_mnu .scondry_mnu .Main_hdr_mnu2 .fMenu > li a {
    border-bottom: 1px solid #fff;
  }
  .letest_blog_sec_hmm .newslist > li {
    width: 100%;
    flex: 0 0 100%;
    padding: 7.5px 0;
  }
  .letest_blog_sec_hmm .newslist > li .newslist-text {
    left: 0;
    right: 0;
  }
  .blog_design_1prt ul.newslist > li {
    margin-bottom: 15px;
  }
  .fModuleTitle {
    padding-top: 0;
  }
  #fFooter {
    margin-top: 0;
  }
  .header_secon_mnu .scondry_mnu .Main_hdr_mnu2 .fMenu > li a {
    padding: 5px 10px;
    font-size: 0.9rem;
  }
  .blog_design_1prt ul.newslist .newslist-image img {

    height: 220px !important;
  }
}

@media (max-width: 575px) {

.f-events-nav .fMenu li a {

  padding: 5px 6px;
  font-size: .85rem;
}
.f-events-nav .fMenu li {
  padding: 5px;
}
.mrgin_btm ul.newslist > li, .blog_design_1prt ul.newslist > li {

  width: 100%;
  height: auto;
}


}