div.heading-menu{padding-bottom: 50px;}

div.heading-menu .mspftr-subhdr {
    color: #fff;
    letter-spacing: normal;
    margin-top: 10px;
    width: 42%;
    margin: 20px auto 0 auto;
}
/*.cmn-breadcrum a {
    color: #000;}
.cmn-breadcrum .root-page {
    color: #000;
}
.cmn-breadcrum .bread-crumb-arrow {
    color: #000;
}
.cmn-breadcrum a:hover {
    color: #000;
}
*/
h1.mspftrmnhdr {
    font-family: 'Zoho_Puvi_SemiBold', 'Open Sans', sans-serif;
    font-size: 45px !important;
    letter-spacing: 0.5px;
    line-height: 50px;
    font-weight: 600;
    margin-top: 30px;
}

.recourcnavsec {
    background: #ffffff;
    border-bottom:1px solid #c6e2ff;
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
    z-index: 999;
}
.rs-continer {
    padding: 15px 0px;
    max-width: 1170px;
}

ul.rsourcetabs {
    margin: 0 auto;
    list-style: none;
    position: relative;
    height: 25px;
    display: flex;
    justify-content: flex-start;
}
ul.rsourcetabs li {
        margin: 0 40px 0 0;
}
li.active a.active {
  color: #1b66d0 !important;
}
ul.rsourcetabs li span {
  bottom: 15px;
  position: relative;
}
ul.rsourcetabs li a {
  position: relative;
  z-index: 200;
  color: #000;
  font-size: 15px;
  display: block;
  text-decoration: none;
  line-height: 26px;
}
ul.rsourcetabs li a:hover {
    color: #1b66d0;
}
/*ul.rsourcetabs #rsource_movbg {
  position: absolute;
  height: 3px !important;
  bottom: -15px;
  left: 0;
  width: 100px;
  background: #000;
  z-index: 100;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 0;
}*/
div#rsnav {
    height: 0;
}
.active a {
    color: #1b66d0 !important;
}
.ie6 ul.rsourcetabs li, .ie7 ul.rsourcetabs li {
  display: inline;
}






ul.rsourcetabs #rsource_movbg {
  position: absolute;
  height: 3px !important;
  bottom: -15px;
  left: 0;
  width: 125px;
  background: #1b66d0;
  z-index: 100;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 0;
  transition: all 0.3s;
}
/*Clear Fix*/
ul.rsourcetabs:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
*:first-child + html ul.rsourcetabs {
  zoom: 1;
}

.is-animated {
    transition-delay: .1s !important;
	animation:.6s fadein ease;
	/*transition: 1s ease;*/

}

@keyframes fadein {
  0% {
          opacity: 0;
    transform: translateY(60px);
  } 
  100% {
         transform: translateY(0px);
    opacity: 1;
  }
}


/* Resources container section style start*/

.rs-contwrpr{ padding:70px 0}
.rs-container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    transition: all 0.2s ease-in 0s;
}

.rs-contentmain {
    display: flex;
    align-items: flex-start;
}

.rs-content {
    padding-right: 2%;
    border-right:1px solid #c6e2ff;
    position: relative;
    flex: 0 0 70%;
    word-break: break-word;
}


ul.mspftrboxs {
    margin:-20px 0px 0px 0px;
    /* padding: 15px; */
    display: flex;
    list-style-type: none;
    flex-wrap: wrap;
    /* margin-top: 50px; */
    /* background: #f5f5f5; */
    border-radius: 26px;
}

ul.mspftrboxs li {
    flex: 0 0 30%;
    margin: 0px 13px;
}
.ftrsbox {
    background: #fff;
    transition: all ease .5s;
    position: relative;
    /* box-shadow: 0px 2px 10px 0px rgb(38 59 94 / 10%); */
    margin-top: 25px;
    min-height: 370px;
    border:1px solid #c6e2ff;
}

.ftrsbox.bxH {
    min-height: 320px;
}
.presentation.content-view{
}


.ftrsbox.mT0{ margin-top: 0px;}


.ftrsbox:hover {
  box-shadow: 0px 25px 40px 0px rgb(38 59 94 / 10%);
	    transform: translateY(-0.30em);
}


.thumb-bg {
	    display: flex;
	    justify-content: center;
	overflow: hidden;
}
.thumb-bg img{width:100%; transition: all ease .5s;}
.thumb-bg img:hover{transform: scale(1.2);}
.bg-blue{background:#a2e9ff;}
.bg-drkblue{background: #a2e9ff;}
.bg-yllow{background: #12389a;}
.bg-orange{background: #12389a;}



p.catgry {
    color: #000;
    font-size: 13px;
    margin: 0;
}
.rs-contbx{ padding: 25px 25px 10px 25px; }
.rs-contbx .rs-title {
    /* font-size: 18px; */
    margin: 10px 0 0 0;
    font: 17px/1.3 'Zoho_Puvi_SemiBold';
}
.rs-contbx .rs-title a{color:#000; text-decoration: none;}
.rs-cta {
    display: flex;
    /*position: absolute;*/
    bottom: 0px;
    text-align: center;
    width: 80%;
    justify-content: left;
}
.rs-cta p{ color:#fff;    margin-top: 5px;}
.rs-cta p a {
    font-size: 14px;
    color: #0b6ffb;
    text-decoration: underline;
    font-weight: 600;
    letter-spacing: .3px;
}



.rs-qlinks {
    padding-left: 3%;
    flex: 0 0 25%;
}
.rs-qlinks h3 { margin-top: 0px; line-height: 20px;}

.rs-qlinks.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 180px;
}


ul.moduleslist {
    list-style-type: none !important;
    padding: 0px !important;
    font-size: 15.9px;
    letter-spacing: 0.3px;
    margin: 0px !important;
}
ul.moduleslist li {
    /* background: url(../images/faq-icon.png) no-repeat left 5px; */
    padding-left: 0px;
    margin-top: 15px !important;
    margin-left: 0px !important;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 15px;
	    transition: all ease .2s;
}
ul.moduleslist li a {
    text-decoration: none;
    font-size: 16px;
    color: #000;
}
ul.moduleslist li:hover{ transform: translateY(-0.30em);}
ul.moduleslist li a:hover {
    color: #0b6ffb;
}
ul.moduleslist li::after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #1c77e8;
    height: 1px;
    width: 0;
    transition: all 300ms ease-out;
    z-index: -1;
}


#ftrgetstd {
    background: #084588;
    padding: 5% 0;
    color: #fff;
}
#ftrgetstd h2 {
    font: 30px/1.3 'Zoho_Puvi_SemiBold';
    text-align: center;
    color: #fff;
    margin: 0 auto;
}
.mspftrctacont {
    margin-top: 30px;
}
.footer-cta {
    background: #ff1b36;
    color: #fff;
    font-size: 18px;
    padding: 13px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 400;
    line-height: 24px;
    font-family: 'Zoho_Puvi_SemiBold', 'Open Sans', sans-serif;
    margin-top: 10px;
    display: inline-block;
    text-transform: uppercase;
}




@media screen and (max-width: 1180px){
.recourcnavsec {
    top: 80px;
}
div.heading-menu {
    padding-bottom: 10px;
}
h1.mspftrmnhdr {
    font-size: 35px !important;
    line-height: 40px;
    margin-top: 10px;
}
div.heading-menu .mspftr-subhdr {
    font-size: 25px;
}
.cmn-breadcrum {
    margin-top: 10px;
}
	.rs-container {max-width: 96%;}
	div.heading-menu .mspftr-subhdr {width: 52%;}
	ul.mspftrboxs li {
    flex: 0 0 44%;
    margin: 0px 20px;
}
	ul.rsourcetabs li {
    margin: 0px 11px 0 0;
}
	ul.rsourcetabs li a {
    font-size: 14px;
}
	.rs-qlinks h3 {
    line-height: 25px;
}
	
}


@media screen and (max-width: 980px){
	div.heading-menu .mspftr-subhdr {width: 72%;}
	ul.mspftrboxs li {
		flex: 0 0 40%;}
	ul.rsourcetabs li {
    margin: 0px 11px 0 0;
}
ul.rsourcetabs li a {
    font-size: 13px;
}
}

@media screen and (max-width: 667px){
div.heading-menu .mspftr-subhdr {
    width: 95%;
}
	.recourcnavsec {
		display: none;
}
	.rs-contentmain {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
	.rs-content {
    padding-right: 0;
    border-right: none;
    position: relative;
    flex: 0 0 100%;
    word-break: break-word;
}
	
	.rs-qlinks {
    padding-left: 0;
    flex: 0 0 90%;
    margin: 0 auto;
}
	.rs-qlinks.sticky {
    position: -webkit-sticky;
    position: relative;
    top: 60px;
}
	ul.mspftrboxs li {
    flex: 0 0 90%;
}
	.ftrsbox{    min-height: 340px;}
	#ftrgetstd {
    background: #084588;
    padding: 10% 0;
    color: #fff;
    margin: 20px 0px;
}
}