.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a{
  font-size:15px !important;
}

.sp-page-title {
      padding: 120px 0;
    text-align: center;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
  position: relative;
}

.sp-page-title::before {
    content: '';
    opacity: 0.7;
    background: #b22335;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.sp-page-title h2 {
    font-size: 56px !important;
    color: #FFFFFF;
    letter-spacing: -3.94px;
    line-height: 56px !important;
  position: relative;
}

.sp-page-title h3 {
    font-size: 27px !important;
    line-height: 20px;
    margin-top: 10px;
  position: relative;
}

.blue-heading .sppb-title-heading{
  color: #1d2257;
}
.major-color{
  color:#b22335
}

.title-block .sppb-addon-title {
    font-weight: 500;
    color: #b22335;
    letter-spacing: -1px;
}
.bus-blue {
    color: #1d2257;
}

.sppb-btn, .btn{
  border-radius:0;
  padding: 12px 20px;
}

.sppb-btn-warning {
    color: #000;
    line-height: 1.65;
    font-size: 15px;
    font-weight: 500;
}

#sp-menu .top-right-button {
    float: right;
    margin-left: 25px;
      margin-right: -10px;
}

.video-modal {
    position: relative;
    background: inherit;
    background-size: 0;
     overflow:hidden;
  margin-bottom:15px;
}

.video-modal a {
    display: block;
    background-image: inherit;
    background-size: 0;
}

.video-modal a::after {
    width: 80px;
    height: 80px;
    margin: auto;
    background-image: url("../images/video-play.svg");
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 2;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content:'';
}

.sppb-addon-persion .sppb-person-information>a.sppb-person-email, .sppb-addon-persion .sppb-person-information>span.sppb-person-designation, .sppb-addon-person .sppb-person-information>a.sppb-person-email, .sppb-addon-person .sppb-person-information>span.sppb-person-designation {
    margin-top: 0px;
}

.news-letter-box{
  margin-bottom:0 !important;
}

.news-letter-box .sppb-addon-optin-forms {
    padding: 0px;
}

.news-letter-box  .sppb-btn-success {
    color: #fff;
    background-color: #b22335;
    border-color: #b22335;
}

.news-letter-box input[type="email"]:not(.form-control){
      padding: 0.79rem 0.75rem;

}

input[type="text"]:not(.form-control), input[type="email"]:not(.form-control), input[type="url"]:not(.form-control), input[type="date"]:not(.form-control), input[type="password"]:not(.form-control), input[type="search"]:not(.form-control), input[type="tel"]:not(.form-control), input[type="number"]:not(.form-control), select:not(.form-select):not(.form-control){
  border-raius:0;
}

#sp-bottom .sp-module ul>li {
    display: block;
    margin-bottom: 5px;
}


#sp-bottom .sp-module .sp-module-title {
    font-size: 16px;
 color: #ffc709;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    margin-bottom: 22px;
    font-weight: 500;
}


 .lists ul {
	 list-style-type: none;
	 padding: 0;
	 margin: 0 0 10px 0;
}
 .lists ul li {
	 list-style: none;
	 display: table;
	 border-spacing: 0px 2px;
}
 .lists ul li:before {
	 font-family: "Font Awesome 5 Free";
	 font-weight: 900;
	 content: " \f105";
	 color: #ffc604;
	 font-size: 16px;
	 display: table-cell;
	 line-height: 2.2em;
	 padding: 0 5px 0 0;
}

.people .sppb-modal-selector {
  padding-bottom: 67px;
}
.people{
  margin-bottom:30px;
}
.people-block{
  background: #f3f5f7; 
     margin-top: -104px;
}

.people-block .sppb-addon-title {
    color: #1d2257;
    font-size: 17px;
    letter-spacing: 0px;
    font-weight: 500;
    padding: 12px 8px 5px 8px;
    display: block;
    margin-bottom: 0;
}

.people-block .sppb-addon-content {
    font-size: 14px;
    letter-spacing: 0px;
    margin: 0 0 0 0;
    display: block;
    padding: 0px 8px 10px 8px;
}

.people .sppb-modal-selector.sppb-magnific-popup {
    position: relative;
}

.sppb-modal-selector.sppb-magnific-popup {
    text-align: left;
    display: inline-block;
}

.people .sppb-modal-selector.sppb-magnific-popup::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(29,34,87,0.64);
    transition: all .2s ease-in-out;
    opacity: 0;
}

.people .sppb-modal-selector.sppb-magnific-popup:hover::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(29,34,87,0.64);
    opacity: 1;
}


.people .sppb-modal-selector.sppb-magnific-popup::after {
    content: "\f067";
    position: absolute;
    width: 50px;
    height: 50px;
    text-align: center;
    background: rgba(178,35,53,0.77);
    color: #ffffff;
    font-size: 24px;
    line-height: 50px;
    top: 41%;
    left: 41%;
    border-radius: 50%;
    font-family: "Font Awesome 5 Free";
    transform: scale(0.4);
    transition: all .2s ease-in-out;
    opacity: 0;
  font-weight:900;
}

.people .sppb-modal-selector.sppb-magnific-popup:hover::after {
    transform: scale(1.1);
    opacity: 1;
}


.people-v2{
  margin-bottom:30px;
}

.people-v2 .sppb-modal-selector span {
    background: #f3f5f7;
    display: block;
    padding: 15px 10px;
    color: #1d2257;
    color: #1d2257;
    font-size: 17px;
    letter-spacing: 0px;
    font-weight: 500;
    margin-bottom: 0;
}


.people-v2 .sppb-modal-selector.sppb-magnific-popup {
    position: relative;
}

.people-v2 .sppb-modal-selector.sppb-magnific-popup::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(29,34,87,0.64);
    transition: all .2s ease-in-out;
    opacity: 0;
}

.people-v2 .sppb-modal-selector.sppb-magnific-popup:hover::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(29,34,87,0.64);
    opacity: 1;
}


.people-v2 .sppb-modal-selector.sppb-magnific-popup::after {
    content: "\f067";
    position: absolute;
    width: 50px;
    height: 50px;
    text-align: center;
    background: rgba(178,35,53,0.77);
    color: #ffffff;
    font-size: 24px;
    line-height: 50px;
    top: 41%;
    left: 41%;
    border-radius: 50%;
    font-family: "Font Awesome 5 Free";
    transform: scale(0.4);
    transition: all .2s ease-in-out;
    opacity: 0;
  font-weight:900;
}

.people-v2 .sppb-modal-selector.sppb-magnific-popup:hover::after {
    transform: scale(1.1);
    opacity: 1;
}



.ttbfeatures .sppb-addon-feature .sppb-img-container {
    background: #f3f5f7;
    box-shadow: -1px -2px 5px 3px rgb(158 158 158 / 27%);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}


.sppb-addon-feature .sppb-feature-box-title {
    margin: 16px 0 17px;
}

.white-popup-block h3 {
    color: #b22335;
  font-size: 24px;
}

.white-popup-block h4 {
    color: #1d2257;
  font-size: 18px;
}

.sppb-addon-video.presentaton{
  margin-bottom:40px;
}
.sppb-addon-video.presentaton .sppb-addon-title{
   font-size: 1.34rem;
    padding-top: 15px;
    line-height: 1.3;
    color: #1d2257;
}

.form-control{
  font-size:14px;
  
}

select.form-control:not([multiple]), select.inputbox:not([multiple]), select:not([multiple]) {
    height: calc(3.265rem + 2px);
}

@media (min-width: 1400px){
.sppb-row-container {
    max-width: 1320px;
}
  
  }