/*! normalize.css v7.0.0 | MIT License | github.com/normalize.css */
html { line-height: 1.15; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ }

body {padding: 0; margin: 0; font-size: 14px;line-height: 1.5;font-family: 'Open Sans', sans-serif;font-weight: 300;}

article, aside, footer, header, nav{ display: block;}

section { display: block;}

h1 { font-size: 2em; margin: 0.67em 0; }

figcaption, figure, main { /* 1 */ display: block; }

figure { /*margin: 1em 40px;*/ }

hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ }

a {font-weight: 500 !important; background-color: transparent; /* 1 */ -webkit-text-decoration-skip: objects; /* 2 */ }

b, strong { font-weight: inherit; }

b, strong { font-weight: 600; }

mark { background-color: #ff0; color: #000; }

small { font-size: 80%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sub { bottom: -0.25em; }

sup { top: -0.5em; }

audio, video { display: inline-block; }

audio:not([controls]) { display: none; height: 0; }

img {object-fit:cover;max-width:100%; border-style: none; height: auto;}

svg:not(:root) { overflow: hidden; }

button, input, optgroup, select, textarea {font-family: 'Open Sans', sans-serif; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ }

button, input { /* 1 */ overflow: visible; }

button, select { /* 1 */ text-transform: none; }

button, html [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; /* 2 */ }

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; }

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; }

fieldset { padding: 0.35em 0.75em 0.625em; }

legend { box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ }

progress { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ }

textarea { overflow: auto; }

textarea:focus, textarea:active { outline: none; }

[type="checkbox"], [type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ }

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; }

[type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ }

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ }

details, menu { display: block; }

summary { display: list-item; }

canvas { display: inline-block; }

template { display: none; }

[hidden] { display: none; }
.mont{font-family: 'Montserrat', sans-serif;}
.blue_clr{color: #243978;}
.fnt_bold{font-weight: bold;}
h1, h2, h3, h4, h5, h6 {font-weight: 500;font-family: 'Montserrat', sans-serif;margin:0;color:#333;}

p{font-size: 14px; line-height: 1.45; margin-bottom: 20px;color: #333;font-family: 'Open Sans', sans-serif;font-weight: 400;}
ul{font-family: 'Open Sans', sans-serif;}
span{color: #333;}

input:-webkit-autofill { -webkit-box-shadow: 0 0 0 1000px white inset !important; }

a:focus, button:focus, input:focus { outline: 0 !important; }
/* /Normalization*/

/* Heading Tags */
h1 {
    display: block;
    font-size: 60px;
    line-height: 68px;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
}
h2 {
    display: block;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
}
h3 {
    display: block;
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 20px;
}
h4 {
    display: block;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
}
h5 {
    display: block;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
}
h6 {
    display: block;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}
/* Heading Tags */

/* Global CSS */
.common-btn{
    background: #d2202d;
    padding: 7px 18px;
    display: inline-block;
    color:#fff;
    text-decoration: none;
    font-size: 14px;
}
.common-btn:hover{
    color:#fff;
}
/* Global CSS */

/* Theme CSS */
.top-header{
    border-bottom: 4px solid rgb(185, 151, 91);
    background:rgba(0, 0, 0, 0) linear-gradient(to right, rgb(181, 142, 91) 5%, rgb(146, 115, 74) 50%, rgb(181, 142, 91) 95%) repeat scroll 0% 0%;
    padding:5px 0px;
    background: #243978;
}
.bottom-header .navbar-expand-lg .navbar-collapse{
    justify-content: flex-end;
}
.top-right-header-col ul{
    padding: 0;
    margin:0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.top-right-header-col ul li{
    flex-shrink: 0;
    width: 20px;
    list-style-type: none;
    margin:5px;
}
.top-right-header-col ul li a{
    transition: all .5s;
}
.top-right-header-col ul li a:hover img{
    transform: rotate(360deg);
    transition: all .5s;
}
.top-right-header-col ul li img{
    transition: all .5s;
}
.top-left-header-col{
    display: flex;
    align-items: center;
}
.top-left-header-col span{
    display: flex;
    align-items: center;
    margin-right: 20px;
}
.top-left-header-col span img{
    flex-shrink: 0;
    height:15px;
    margin-right: 5px;
}
.top-left-header-col span a{
    font-size: 12px;
    text-decoration: none;
    color:#fff;
}
.top-left-header-col span:hover a{
    text-decoration: underline;
}
.myalign-items-center{
    align-items: center;
}
.myalign-items-center a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold !important;
}
.bottom-header{
    /*background-color: #b58e5b;*/
    background:rgba(0, 0, 0, 0) linear-gradient(to right, rgb(181, 142, 91) 5%, rgb(146, 115, 74) 50%, rgb(181, 142, 91) 95%) repeat scroll 0% 0%;
}
.bottom-header .navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-size: 18px;
    font-weight: bold !important;
}
.banner321{
    position: relative;
}
.bannerimgcol{
    position: relative;
}
.banner-text-col{
    position: absolute;
    bottom: 70px;
    right: 0;
    width: 500px;
}
.banner-desc{
    background: #d84b4b;
}
.banner-desc h4{
    color: #fff;
    padding:15px;
}
.banner-text-col h1{
    color:#243978;
    font-weight: 600;;
}
/*#banner-wrap{
    min-height: 500px;
}*/
ul.logo_ul li {
    list-style: none;
    display: inline-block;
    padding-left: 25px;
}
ul.logo_ul {
    text-align: center;
    padding-top: 2%;
}
section.logo_sec {
    text-align: center;
    padding-top: 5%;padding-bottom: 3%;
}
ul.logo_ul img {
    width: 150px;
}
.bannerimgcol img{
    width: 100%;
    /*min-height: 500px;*/
}
.ulclass{
    margin:0;
    padding:0;
}
.ulclass li{
    list-style-type: none;
    display: flex;
    margin-bottom: 15px;
}
.ulclass li::before{
    background-image: url(../images/svg/check.svg);
    content:"";
    display: block;
    width:30px;
    height: 30px;
    padding:1px;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position-Y:5px;
    margin-right: 5px;
    flex-shrink: 0;
}
.ulclass li:last-child{
    margin-bottom: 0;
}
#conversation-wrapper{
    padding:80px 0px;
}
.conv-img-left-col{
    margin-right: 30px;
}
.center-headingcol{
    max-width: 800px;
    margin:auto;
    text-align: center;
    margin-bottom: 40px;
}
#webinar-wrapper{
    background-color: #f9f6f1;
    padding:80px 0px 65px;
}
.webinar-col{
    border: 3px solid #243978;
    border-radius: 10px;
    margin:15px 0px;
    transition:all .5s;
}
.webinar-col:hover{
    box-shadow: 0px 0px 6px 0px #243978;
    transition:all .5s;
}
.webinar-blue-col{
    text-align: left;
    background-color: #243978;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding:30px;
}
.webinar-blue-col img{
    margin-bottom: 30px;
    height: 60px;
    width: auto;
}
.webinar-blue-col p{
    color:#fff;
    margin: 0;
}
.webinar-white-col{
    padding:20px 20px 20px 20px;
}
.daycol{
    border-bottom: 1px solid #ddd;
    padding:0px 0px 15px 0px;
    font-size: 18px;
}
.date-col{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.date-col span{
    display: flex;
    align-items: center;
}
.date-col span img{
    height:17px;
    margin-right: 5px;
}
.date-col span p{
    margin:0;
    font-size: 12px;
    line-height: 0;
}
.ulclass2{
    padding: 0;
    margin: 0;
}
.ulclass2 li{
    display: flex;
    list-style-type: none;
    margin-bottom: 15px;
}
.ulclass2 li img{
    flex-shrink: 0;
    width: 50px;
    height:50px;
    object-fit: contain;
    margin-right: 15px;
}
.ulclass2 li:last-child{
    margin: 0;
}
.ulclass2 li p{
    margin: 0;
    font-size: 14px;;
}
#about-wrapper{
    padding:80px 0px 20px;
}
.left-heading-col{
    margin-bottom: 40px;
}
.left-heading-col h3{
    margin-bottom: 15px;
}
.top-footer{
    background-color: #243978;
    padding:10px 0px;
}
.blue_clr{color: #243978;}
.bottom-footer{
    /* background-color: #b9975b; */
    background:rgba(0, 0, 0, 0) linear-gradient(to right, rgb(181, 142, 91) 5%, rgb(146, 115, 74) 50%, rgb(181, 142, 91) 95%) repeat scroll 0% 0%;
}
.spotify_iframe{height: 400px;overflow: scroll;}
.footer-menu-col ul{
    padding: 0;
    text-align: center;
    margin: 0;
}
.footer-menu-col ul li{
    display: inline-block;
    list-style-type: none;
    margin:0px 10px;
}
.footer-menu-col ul li a{
    color:#fff;
    text-decoration: none;
}
.footer-menu-col ul li a:hover{
    text-decoration: underline;
}
.footer-social-col{

}
.footer-social-col ul{
    padding:0;
    margin:0;
    text-align: right;
}
.footer-social-col ul li{
    display: inline-block;
    list-style-type: none;
    margin: 5px;
}
.footer-social-col ul li img{
    width:30px;
}

.footer-social-col ul li a{
    transition: all .5s;
}
.footer-social-col ul li a:hover img{
    transform: rotate(360deg);
    transition: all .5s;
}
.footer-social-col ul li img{
    transition: all .5s;
}

.bottom-footer-col{
    padding:10px;
    text-align: center;
}
.bottom-footer-col p{
    padding:0px;
    color: #fff;
    margin: 0;
    font-size: 12px;;
}
.webinar-layout a{
    text-decoration: none;
}
.navbar-light .navbar-toggler {
    border-color: #fff;
    border-radius: 15px;
    border: 2px solid #fff;
    outline: 0;
    color: transparent;
}
.togicon {
    padding: 1px;
    width: 20px;
    background: #fff;
    display: block;
    margin: 5px 0px;
}
.stickyClass{
    position: fixed;
    z-index: 9;
    top:0;
    right:0;
    left:0;
}
.stickyClass .navbar-brand img{
    width: 140px;
}
.bottom-header .navbar-light .navbar-nav .nav-link.active{
    color: #243773;
}


section.btn_sec {
    text-align: center;
    padding: 5% 0;
}

.back_btn{background: #fbf8f1;padding: 3%;}



  .btn {
  min-width: 160px;
  width: fit-content;
  width: -moz-fit-content;
  background-color: white;
  padding: 0 30px;
  height: 50px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  color: #ffc964;
  letter-spacing: 2.8px;
  font-weight: 700;
  line-height: 1.6;
  box-shadow: 0 15px 40px -10px rgba(0, 0, 0, 0.3);
  position: relative;
  transition: all 0.4s ease;
  cursor: pointer;
  display: -webkit-inline-flex;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 0;
  /* btn text */
}
.btn span {
  z-index: 1;
  text-align: center;
}
.btn:hover span{
  color: #fff;
}
.btn :hover span {
  color: #fff;
}
.btn:before, .btn:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 100%;
  top: 0;
  transition: all 0.6s ease;
  background-color: #243978;
}
.btn:before {
  left: 0;
}
.btn:after {
  right: 0;
}
.btn:hover {
  transition: all 0.4s ease;
  box-shadow: 0 8px 20px -12px rgba(0, 0, 0, 0.2);
  letter-spacing: 2px;
  color: #fff;
}
.btn:hover:before, .btn:hover:after {
  width: 51%;
}


figure.effect-ming {
  background: #030c17;
}

figure.effect-ming img {
  opacity: 0.9;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.effect-ming figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 2px solid #fff;
  box-shadow: 0 0 0 30px rgba(255,255,255,0.2);
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale3d(1.4,1.4,1);
  transform: scale3d(1.4,1.4,1);
}

figure.effect-ming h2 {
  margin: 20% 0 10px 0;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

figure.effect-ming p {
  padding: 1em;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

figure.effect-ming:hover h2 {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

figure.effect-ming:hover figcaption::before,
figure.effect-ming:hover p {
  opacity: 1;
  -webkit-transform: scale3d(1,1,1);
  transform: scale3d(1,1,1);
}

figure.effect-ming:hover figcaption {
  background-color: rgba(58,52,42,0);
}

figure.effect-ming:hover img {
  opacity: 0.4;
}



.grid {
  position: relative;
  clear: both;
  margin: 0 auto;
  padding: 1em 0 4em;
  max-width: 1000px;
  list-style: none;
  text-align: center;
}

/* Common style */
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  max-height: 360px;
  width: 100%;
  height: auto;
  background: #3085a3;
  text-align: center;
  cursor: pointer;border-radius: 15px;
}

.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}

.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.grid figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;
}

.grid figure h2 span {
  font-weight: 800;
}

.grid figure h2,
.grid figure p {
  margin: 0;
}

.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}

.boxani_title {
    
    font-size: 22px;
}
.box_hw {
    width: 100%;
    height: 150px;
    background: #243978;
}
.effect-ming h3,.effect-ming h2 span,.effect-ming p,.effect-ming a {color: #fff!important;}
.box_hw1 {
    /* width: 330px; */
    height: 150px;
    background: #a58253;
}
.box_hw11 {
    /* width: 330px; */
    height: 150px;
    background: #7D0533;
}
.box_hw111 {
    /* width: 330px; */
    height: 150px;
    background: #551F5A;
}
.header_text a{font-size: 18px;font-weight: bold !important;color: #fff;}
h3.header_text {
    margin: 0 auto;
    text-align: center;
    margin-left: 15%;
}
/* Theme CSS */

.mobile_view{display: none;}
    .desk_view{display: block;}

    .fs_35{font-size: 35px;}
    .fs_28{font-size: 28px;}

/*Media Queries*/

@media (max-width:1199px){

}

@media (max-width:1024px){

}

@media (max-width:991px){
ul.logo_ul li {
 
    padding-left: 0px;
}
h3.header_text {
 
    margin-left: 4%;
}
.header_text a {
    font-size: 15px;
 
}
}

@media (max-width:767px){
    img.logo_new {
    width: 90px;
}
    .myalign-items-center a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold !important;
}
    .bottom-header img {
    width: 90px;
}
#about-wrapper {
    padding: 30px 0px 20px;
}
    .iframe_audi{padding-top: 3%;}
    .back_btn {
    padding: 10% 3%;
}
    .top-right-header-col{display: none;}
    .top-left-header-col{text-align: center;justify-content: center;}
    .top-left-header-col span{margin:0px 10px;}
    .bottom-header .navbar-light .navbar-nav .nav-link{padding-left: 5px;border-bottom: 1px dotted #fff;}
    .navbar-nav .nav-item:last-child  .nav-link{border: none;}
    .conv-img-left-col img{margin-bottom: 40px;}
    .about-img-right-col{margin-top: 40px;}
    .footer-logo-col{text-align: center;margin-bottom: 20px;}
    .footer-menu-col{text-align: center;margin-bottom: 15px;}
    .footer-social-col ul{text-align: center;}
    .top-footer{padding:50px 0px 45px;}
    .left-heading-col{text-align: center;}
	
	.cols_1, .cols_2, .cols_3 { width: 100% !important; margin : 2% 0 !important; }
    .mobile_view{display: block;}
    .desk_view{display: none;}
       ul.logo_ul li {
    
    width: 100px;
   
}
}


@media (max-width:575px){
    .fs_35 {
    font-size: 30px;
}
.fs_28 {
    font-size: 18px;
}
       ul.logo_ul li {
    
    width: 120px;
   
}
 
    .banner-text-col{width: 400px;}
    .bannerimgcol img{object-position: -120px;}
}
@media (max-width:425px){
    .fs_35 {
    font-size: 22px;
}
.fs_28 {
    font-size: 16px;
}
    .banner-text-col h1{font-size: 40px;line-height: 48px;}
    .banner-text-col h4{font-size: 18px;line-height: 25px;}
    .banner-text-col{width: 300px;}
    /*#banner-wrap{min-height: 400px;}*/
    .bannerimgcol img{min-height: 400px;}
    .bannerimgcol img{object-position: -120px;}
    .banner-text-col h1{   text-shadow: 1px 1px 0px #fff;}
}
@media (max-width:375px){
    .banner-text-col{width: 260px;}
    .banner-text-col h1{font-size: 36px;line-height: 44px;}
    .banner-text-col h4{font-size: 16px;line-height: 22px;}
    .bannerimgcol img{object-position: -120px;}
}
@media (max-width:320px){
    .top-left-header-col{flex-direction: column;}
    .top-left-header-col span{margin:5px 5px;}
    .bannerimgcol img{object-position: -120px;}
}

.cols_videos { float : left; width : 100%; padding : 0; margin : 0 auto; }


.cols_1 { float: left;  width: 32%; }
.cols_2 { float: left;  width: 32%;  margin: 0 2%; }
.cols_3 {  float: left;  width: 30%; }
.cols_videos iframe { float : left; width :100%; max-width : 100%; }

.cols_videos_wraps {  float: left;  width: 100%;  padding: 2% 0 !important; }
.cols_videos_wraps h1 {   color: #333;  text-align: center;  font-size: 30px;  }