<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

:focus {
  outline: 0; }

/*mixins import*/
@font-face {
  font-family: PlayfairDisplay-Regular;
  src: url("../fonts/PlayfairDisplay-Regular.otf") format("opentype"); }

@font-face {
  font-family: FiraSans-Regular;
  src: url("../fonts/FiraSans-Regular.otf") format("opentype"); }

@font-face {
  font-family: FiraSans-Light;
  src: url("../fonts/FiraSans-Light.otf") format("opentype"); }

@font-face {
  font-family: FiraSans-Bold;
  src: url("../fonts/FiraSans-Bold.otf") format("opentype"); }

@font-face {
  font-family: FiraSans-Heavy;
  src: url("../fonts/FiraSans-Heavy.otf") format("opentype"); }

@font-face {
  font-family: FiraSans-Medium;
  src: url("../fonts/FiraSans-Medium.otf") format("opentype"); }

.padd {
  padding-left: 0 !important;
  padding-right: 0 !important; }

button:focus {
  outline: 0px auto -webkit-focus-ring-color !important; }

/* Global class for all pages
* includes left nav,right banner,content and with breadcrumbs styles with responsive
*
*/
.Global-class {
  width: 100%;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 1440px) {
    .Global-class {
      width: 1440px;
      margin-right: auto;
      margin-left: auto; } }
  .Global-class .left-nav {
    height: 100vh;
    width: 15.666667%;
    width: 250px;
    position: fixed;
    background: #2c0f73;
    background: #fff;
    float: left;
    -webkit-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.3); }
    @media (max-width: 767px) {
      .Global-class .left-nav {
        width: 0%;
        position: relative;
        display: none; } }
    .Global-class .left-nav .logo {
      background: #e2e2e2;
      height: 20vh; }
      .Global-class .left-nav .logo a {
        margin: auto;
        height: 100%; }
        .Global-class .left-nav .logo a img {
          max-height: 80%; }
    .Global-class .left-nav .nav {
      background: #2c0f73;
      height: 80vh; }
      .Global-class .left-nav .nav .list {
        height: 100vh;
        /* background: red; */
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        .Global-class .left-nav .nav .list li {
          border-bottom: 1px solid #725ea1;
          margin: auto 0px;
          text-align: center;
          height: 100%;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          .Global-class .left-nav .nav .list li:last-child {
            border-bottom: none; }
          .Global-class .left-nav .nav .list li a {
            text-decoration: none;
            font-size: 18.2px;
            font-family: PlayfairDisplay-Regular;
            color: white;
            line-height: 2.955;
            text-align: center; }
            @media (max-width: 1280px) {
              .Global-class .left-nav .nav .list li a {
                font-size: 1.5384615384615383vw; } }
        .Global-class .left-nav .nav .list li:hover {
          background: #fff;
          -webkit-transition: 1s;
          -o-transition: 1s;
          transition: 1s; }
        .Global-class .left-nav .nav .list li:hover a {
          color: #2c0f73;
          -webkit-transition: 1s;
          -o-transition: 1s;
          transition: 1s; }
  .Global-class .right-div {
    height: 100%;
    background: #fff;
    width: 84.33333%;
    width: calc(100% - 250px);
    -webkit-box-shadow: 1px 0px 20px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 0px 20px 2px rgba(0, 0, 0, 0.3);
    float: right; }
    @media (max-width: 767px) {
      .Global-class .right-div {
        width: 100%; } }
    .Global-class .right-div .section-banner {
      height: 100vh; }
      .Global-class .right-div .section-banner .empty-div {
        height: 100vh;
        width: 16.666667%;
        float: left;
        position: relative;
        background: #f3f3f3; }
        @media (max-width: 767px) {
          .Global-class .right-div .section-banner .empty-div {
            width: 0%; } }
        .Global-class .right-div .section-banner .empty-div .vertical {
          font-size: 26px;
          font-family: PlayfairDisplay-Regular;
          color: black;
          text-transform: uppercase;
          line-height: 2.123;
          text-align: center;
          -webkit-writing-mode: lr-tb;
          -ms-writing-mode: lr-tb;
          writing-mode: lr-tb;
          -webkit-transform: rotate(270deg);
          -ms-transform: rotate(270deg);
          transform: rotate(270deg);
          font-weight: bold;
          -webkit-transform-origin: left top 0;
          -ms-transform-origin: left top 0;
          transform-origin: left top 0;
          position: absolute;
          top: 54%;
          left: 7%; }
          @media (max-width: 767px) {
            .Global-class .right-div .section-banner .empty-div .vertical {
              color: #fff; } }
        .Global-class .right-div .section-banner .empty-div .center-content {
          position: absolute;
          background: #fff;
          width: 40vw;
          right: 0;
          margin: auto;
          left: 50%; }
          @media (max-width: 767px) {
            .Global-class .right-div .section-banner .empty-div .center-content {
              position: relative; } }
          .Global-class .right-div .section-banner .empty-div .center-content span {
            color: #000;
            font-weight: bold;
            width: 5px;
            height: 1px; }
          .Global-class .right-div .section-banner .empty-div .center-content h5 {
            font-size: 18px;
            font-family: PlayfairDisplay-Regular;
            color: #313131;
            line-height: 2.021;
            text-align: left; }
          .Global-class .right-div .section-banner .empty-div .center-content p {
            font-size: 16px;
            font-family: FiraSans-Regular;
            color: #7e7e7e;
            line-height: 1.5;
            text-align: justify; }
      .Global-class .right-div .section-banner .banner-section {
        height: 100vh;
        background: #fff url("../images/contact-banner.png") no-repeat right top;
        background-size: cover;
        background-position: left;
        float: right;
        width: 83.33333%; }
        @media (max-width: 767px) {
          .Global-class .right-div .section-banner .banner-section .vertical {
            font-size: 38px; } }
        .Global-class .right-div .section-banner .banner-section span {
          display: inline-block;
          background: white;
          font-weight: bold;
          width: 35px;
          height: 2px; }
        .Global-class .right-div .section-banner .banner-section h5 {
          font-size: 18px;
          font-family: PlayfairDisplay-Regular;
          color: white;
          line-height: 2.021;
          text-align: center; }
        .Global-class .right-div .section-banner .banner-section p {
          font-size: 16px;
          font-family: FiraSans-Regular;
          color: white;
          line-height: 1.5;
          text-align: center; }
          @media (max-width: 480px) {
            .Global-class .right-div .section-banner .banner-section p {
              font-size: 14px; } }
        @media (max-width: 767px) {
          .Global-class .right-div .section-banner .banner-section {
            width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            color: #fff;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            text-align: center;
            -webkit-box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.3);
            box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.3); } }
    @media (max-width: 767px) {
      .Global-class .right-div .bread-crumb {
        padding: 1.5625rem !important; } }
    .Global-class .right-div .bread-crumb nav .breadcrumb {
      background: #fff;
      padding: 72px 0 0; }
      @media (max-width: 767px) {
        .Global-class .right-div .bread-crumb nav .breadcrumb {
          padding: 0px !important; } }
      .Global-class .right-div .bread-crumb nav .breadcrumb .breadcrumb-item a {
        font-family: PlayfairDisplay-Regular;
        font-size: 18px;
        color: #9b9b9b;
        text-align: center;
        text-decoration: none; }
      .Global-class .right-div .bread-crumb nav .breadcrumb .breadcrumb-item.active {
        font-family: PlayfairDisplay-Regular;
        font-size: 18px;
        color: #2c0f73;
        text-align: center;
        text-decoration: none; }
    .Global-class .right-div .inner-maincontent .content .inner-mainimage {
      max-width: 100%; }
      @media screen and (max-width: 1440px) {
        .Global-class .right-div .inner-maincontent .content .inner-mainimage {
          max-width: 80%; } }
    .Global-class .right-div .inner-maincontent .content .inner-maincontent-right {
      position: relative; }
      .Global-class .right-div .inner-maincontent .content .inner-maincontent-right::before {
        content: ' ';
        position: absolute;
        width: 1px;
        height: 80px;
        background: #2c0f73;
        top: 11px;
        left: -26px; }
    .Global-class .right-div .seeTheLatest .inner {
      padding-top: 45px;
      padding-bottom: 45px;
      border-top: 3px solid #2c0f74; }
      @media (max-width: 767px) {
        .Global-class .right-div .seeTheLatest .inner {
          padding-top: 25px;
          padding-bottom: 25px; } }
      .Global-class .right-div .seeTheLatest .inner .seeTheLatest-heading {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-line-pack: center;
        align-content: center;
        margin-bottom: 50px; }
        .Global-class .right-div .seeTheLatest .inner .seeTheLatest-heading h4 {
          font-family: FiraSans-Regular;
          font-size: 20px;
          font-weight: normal;
          font-style: normal;
          text-align: center;
          text-transform: uppercase;
          color: #0f0d12;
          position: relative;
          float: left; }
          .Global-class .right-div .seeTheLatest .inner .seeTheLatest-heading h4::before {
            content: '-';
            position: absolute;
            left: -15px;
            top: 0px; }

body {
  font-family: 'Ubuntu', sans-serif; }

.padd {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.padd_left {
  padding-left: 0 !important; }

::-webkit-input-placeholder {
  color: #939393 !important; }

:-ms-input-placeholder {
  color: #939393 !important; }

::-ms-input-placeholder {
  color: #939393 !important; }

::placeholder {
  color: #939393 !important; }

.about {
  background: #fff !important;
  padding: 50px; }

.about_main p {
  font-size: 18px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.56);
  text-align: center;
  line-height: 26px; }

.about_main ul {
  list-style: disc; }
  .about_main ul li {
    color: rgba(0, 0, 0, 0.56);
    padding: 1.5% 0; }

.about_main .about_last_ul {
  padding-right: 0 !important; }
  .about_main .about_last_ul ul {
    float: right; }

.banner-section {
  background-image: url("../images/h1.png");
  background-size: cover;
  height: 570px;
  width: 100%;
  background-repeat: no-repeat;
  position: relative; }
  .banner-section .logo {
    height: 110px; }
  .banner-section .c_form {
    position: absolute;
    right: 3%;
    padding: 22px 0; }
    .banner-section .c_form .form_box {
      background: #fff; }
    .banner-section .c_form h1 {
      font-size: 20px;
      font-weight: 500;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: -0.6px;
      text-align: left;
      color: #ee5513; }
    .banner-section .c_form .form_main .form-group {
      margin-bottom: .6rem !important; }
    .banner-section .c_form .form_main .form-control {
      color: #939393;
      display: block;
      width: 100%;
      padding: .5rem .75rem;
      font-size: 1rem;
      line-height: 1.5;
      border: none;
      border: 1px solid #e4e4e4;
      background-color: transparent;
      border-radius: 0; }
      .banner-section .c_form .form_main .form-control option {
        color: #000 !important; }
    .banner-section .c_form .form_main .form-control:focus {
      -webkit-box-shadow: none;
      box-shadow: none; }
    .banner-section .c_form .form_main select.form-control:not([size]):not([multiple]) {
      height: calc(2.25rem + 6px); }
    .banner-section .c_form .form_main .button {
      background-color: #f0651c;
      color: #ffffff;
      padding: 12px 46px;
      border-radius: 21px;
      border: none;
      font-size: 17px;
      font-weight: bold; }

.mobo_form_main h1 {
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.6px;
  text-align: center;
  color: #ee5513; }

.mobo_form_main .form-control {
  color: #939393; }

.mobo_form_main .button {
  background-color: #f0651c;
  color: #ffffff;
  padding: 12px 46px;
  border-radius: 21px;
  border: none;
  font-size: 17px;
  font-weight: bold; }

.contact_section .contact_details ul li a {
  font-size: 18px;
  font-weight: 500;
  color: #f0651c; }

.contact_section .contact_details ul li .nav-link {
  padding: .5rem .1rem !important; }

.contact_section .contact_details .fa {
  padding-right: 12px; }

.contact_section a:not([href]):not([tabindex]):focus, .contact_section a:not([href]):not([tabindex]):hover {
  color: #f0651c; }

.contact_section .mail_list {
  padding-left: 2.4rem; }

.mobo_num {
  position: relative; }

.mobo_num:before {
  content: "\f095";
  font-family: FontAwesome;
  position: absolute;
  top: 35%;
  z-index: 999;
  color: #f0651c; }

.mobo_mail:before {
  content: "\f0e0";
  font-family: FontAwesome;
  position: absolute;
  top: 35%;
  z-index: 999;
  color: #f0651c; }

.m_ul_a {
  color: #f0651c; }
  .m_ul_a a {
    font-size: 18px;
    font-weight: 500;
    color: #f0651c; }

.m_ul_a, a:hover {
  color: #f0651ccc; }

.slider_main a {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  padding-bottom: 2%;
  text-decoration: none; }
  .slider_main a:hover {
    border-bottom: 1px solid #f0651ccc; }

.owl-prev, .owl-next {
  background: #f0651c;
  color: #fff; }
  .owl-prev .fa, .owl-next .fa {
    position: relative;
    left: 40%;
    top: 19%; }

.owl-prev {
  width: 32px;
  height: 31px;
  position: absolute;
  top: 0%;
  margin-left: -15px;
  display: block !important;
  border: 0px solid black; }

.owl-next {
  width: 32px;
  height: 31px;
  position: absolute;
  top: 0%;
  right: -15px;
  display: block !important;
  border: 0px solid black; }

.heading_section_main {
  background-color: #f2f2f6;
  padding-top: 50px; }
  .heading_section_main .heading_section h2 {
    font-size: 48px;
    font-weight: normal;
    color: #1f1f1f; }
  .heading_section_main .heading_section p {
    font-size: 18px;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.56);
    line-height: 26px; }
  .heading_section_main .content_main {
    padding: 70px 0 0; }
    .heading_section_main .content_main img {
      -o-object-fit: cover;
      object-fit: cover;
      width: 100%;
      height: 100%; }
    .heading_section_main .content_main .row_1 {
      padding-bottom: 64px; }
    .heading_section_main .content_main .four_box_main {
      background-color: #fff; }
      .heading_section_main .content_main .four_box_main h3 {
        font-size: 20px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: 0.88;
        text-align: center;
        color: #000000; }
      .heading_section_main .content_main .four_box_main p {
        font-size: 18.2px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.63;
        letter-spacing: -0.5px;
        text-align: justify;
        color: rgba(0, 0, 0, 0.55);
        padding: 0 14px; }
      .heading_section_main .content_main .four_box_main span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .heading_section_main .content_main .four_box_main span .fa {
          color: #fc7c27;
          text-align: center;
          margin: auto;
          font-size: 22px !important; }
      .heading_section_main .content_main .four_box_main .first_des {
        position: relative; }
        .heading_section_main .content_main .four_box_main .first_des::before {
          content: "\A";
          border-style: solid;
          border-width: 20px 20px 20px 0;
          border-color: transparent #fff transparent transparent;
          position: absolute;
          top: 45%;
          right: -20px;
          z-index: 999;
          -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
      .heading_section_main .content_main .four_box_main .second_des p {
        padding: 28px 14px 28px; }

.social_media {
  background-color: #161616;
  padding: 100px 0 50px; }
  .social_media .f-social-wrapper {
    position: relative; }
    .social_media .f-social-wrapper::before {
      position: absolute;
      content: '';
      width: 100%;
      height: 1px;
      left: 0px;
      top: 45%;
      background: rgba(255, 255, 255, 0.1); }
  .social_media ul {
    position: relative;
    background: #161616; }
    .social_media ul li {
      padding: 0 14px; }
      .social_media ul li a:hover {
        color: #fff;
        -webkit-transition: 1s;
        -o-transition: 1s;
        transition: 1s; }
  .social_media .rights {
    padding-top: 50px;
    font-size: 12px;
    font-weight: normal;
    line-height: normal;
    color: rgba(255, 255, 255, 0.3); }

.social_media a:hover {
  color: #fff !important; }

.message {
  background-image: url("../images/thankyou.jpg");
  background-size: cover;
  min-height: 100vh; }

.certify {
  background-color: #fff;
  padding-bottom: 50px; }
  .certify h2 {
    color: #000 !important; }
  .certify .certi_logo {
    padding-top: 20px; }

.over_main {
  position: relative; }

.overlay {
  background-color: rgba(0, 0, 0, 0.521569);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease; }

.over_main:hover .overlay {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.text {
  font-weight: bold;
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center; }

.contact-page .right-div .section-banner {
  height: 100vh; }
  .contact-page .right-div .section-banner .banner-section {
    background: #fff url("../images/contact-banner.png") no-repeat right top;
    background-size: cover;
    background-position: left; }

@media (max-width: 767px) {
  .contact-page .right-div .bread-crumb {
    padding: 1.5625rem !important; } }

.contact-page .right-div .bread-crumb nav .breadcrumb {
  background: #fff; }
  @media (max-width: 767px) {
    .contact-page .right-div .bread-crumb nav .breadcrumb {
      padding: 0px !important; } }
  .contact-page .right-div .bread-crumb nav .breadcrumb .breadcrumb-item a {
    font-family: PlayfairDisplay-Regular;
    font-size: 18px;
    color: #9b9b9b;
    text-align: center;
    text-decoration: none; }
  .contact-page .right-div .bread-crumb nav .breadcrumb .breadcrumb-item.active {
    font-family: PlayfairDisplay-Regular;
    font-size: 18px;
    color: #2c0f73;
    text-align: center;
    text-decoration: none; }

.contact-page .right-div .contactus-content {
  padding-top: 45px;
  padding-bottom: 45px; }
  @media (max-width: 767px) {
    .contact-page .right-div .contactus-content {
      padding-top: 25px;
      padding-bottom: 25px; } }
  @media (max-width: 767px) {
    .contact-page .right-div .contactus-content {
      padding: 1.5625rem !important; } }
  .contact-page .right-div .contactus-content h2 {
    font-size: 60px;
    font-size: 3.75rem;
    font-family: PlayfairDisplay-Regular;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    padding-bottom: 70px; }
    @media (max-width: 767px) {
      .contact-page .right-div .contactus-content h2 {
        padding-bottom: 1.5625rem; } }
  @media (max-width: 767px) {
    .contact-page .right-div .contactus-content .content {
      padding: 0px; } }
  .contact-page .right-div .contactus-content .content p {
    font-size: 18px;
    font-family: FiraSans-Light;
    color: rgba(49, 49, 49, 0.769);
    line-height: 2;
    text-align: justify; }
  @media (max-width: 767px) {
    .contact-page .right-div .contactus-content .content .col-12 {
      padding: 0px;
      padding-bottom: 1.5625rem; }
      .contact-page .right-div .contactus-content .content .col-12:last-child {
        padding-bottom: 0px; } }

.contact-page .right-div .connect {
  padding-top: 45px;
  padding-bottom: 45px; }
  @media (max-width: 767px) {
    .contact-page .right-div .connect {
      padding-top: 25px;
      padding-bottom: 25px; } }
  @media (max-width: 767px) {
    .contact-page .right-div .connect {
      padding: 1.5625rem !important; } }
  .contact-page .right-div .connect h6 {
    font-size: 24px;
    font-family: FiraSans-Regular;
    color: black;
    line-height: 1.5;
    text-align: center; }
  .contact-page .right-div .connect h3 {
    font-size: 36px;
    font-family: PlayfairDisplay-Regular;
    color: #2c0f73;
    text-transform: uppercase;
    line-height: 1.543;
    text-align: center; }
  .contact-page .right-div .connect p {
    font-size: 18px;
    font-family: FiraSans-Regular;
    color: rgba(49, 49, 49, 0.769);
    line-height: 2;
    text-align: center; }
  @media (max-width: 767px) {
    .contact-page .right-div .connect form {
      padding: 0px; } }
  .contact-page .right-div .connect form .form-row input::-webkit-input-placeholder {
    font-size: 18px;
    font-family: FiraSans-Regular;
    color: #313131;
    line-height: 2; }
  .contact-page .right-div .connect form textarea::-webkit-input-placeholder {
    font-size: 18px;
    font-family: FiraSans-Regular;
    color: #313131;
    line-height: 2; }
  .contact-page .right-div .connect form textarea:-ms-input-placeholder {
    font-size: 18px;
    font-family: FiraSans-Regular;
    color: #313131;
    line-height: 2; }
  .contact-page .right-div .connect form textarea::-ms-input-placeholder {
    font-size: 18px;
    font-family: FiraSans-Regular;
    color: #313131;
    line-height: 2; }
  .contact-page .right-div .connect form textarea::placeholder {
    font-size: 18px;
    font-family: FiraSans-Regular;
    color: #313131;
    line-height: 2; }
  .contact-page .right-div .connect form .form-control {
    background-color: #f9f9f9; }
  .contact-page .right-div .connect form .btn-primary {
    color: #fff;
    background-color: #2d0f73;
    border-color: #2d0f73; }
    .contact-page .right-div .connect form .btn-primary:hover {
      color: #fff;
      background-color: rgba(45, 15, 115, 0.860784);
      border-color: #2d0f73; }
    .contact-page .right-div .connect form .btn-primary:focus {
      outline: 0; }

.contact-page .right-div .map {
  padding-top: 45px;
  padding-bottom: 45px; }
  @media (max-width: 767px) {
    .contact-page .right-div .map {
      padding-top: 25px;
      padding-bottom: 25px; } }
  @media (max-width: 767px) {
    .contact-page .right-div .map {
      padding: 1.5625rem !important;
      padding-left: 0px !important;
      padding-right: 0px !important; } }
  .contact-page .right-div .map h3 {
    font-size: 36px;
    font-family: PlayfairDisplay-Regular;
    color: #2c0f73;
    line-height: 1.543; }
  .contact-page .right-div .map p {
    font-size: 18px;
    font-family: FiraSans-Regular;
    color: rgba(49, 49, 49, 0.769);
    line-height: 1.889; }
  .contact-page .right-div .map .info-section {
    background: #4011b5;
    padding: 40px 0px; }
    @media (max-width: 767px) {
      .contact-page .right-div .map .info-section {
        padding: 1.5625rem !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important; } }
    .contact-page .right-div .map .info-section .info {
      border-right: 1px solid #fff; }
      @media (max-width: 767px) {
        .contact-page .right-div .map .info-section .info {
          padding: 0px;
          border-right: none;
          border-bottom: 1px solid #715da1;
          padding: 1.5625rem !important; }
          .contact-page .right-div .map .info-section .info:last-child {
            border-bottom: none; } }
      .contact-page .right-div .map .info-section .info:last-child {
        border-right: none; }
      .contact-page .right-div .map .info-section .info h5 {
        font-size: 24px;
        font-family: FiraSans-Regular;
        color: white;
        line-height: 1.5;
        text-align: center; }
      .contact-page .right-div .map .info-section .info address {
        font-size: 18px;
        font-family: FiraSans-Light;
        color: rgba(255, 255, 255, 0.549);
        line-height: 1.667;
        text-align: center; }

.contact-page .right-div .secretariat {
  padding-top: 45px;
  padding-bottom: 45px; }
  @media (max-width: 767px) {
    .contact-page .right-div .secretariat {
      padding-top: 25px;
      padding-bottom: 25px; } }
  @media (max-width: 767px) {
    .contact-page .right-div .secretariat {
      padding: 1.5625rem !important; } }
  .contact-page .right-div .secretariat h2 {
    font-size: 36px;
    font-family: PlayfairDisplay-Regular;
    color: #2c0f73;
    text-transform: uppercase;
    line-height: 1.543;
    text-align: center; }
  .contact-page .right-div .secretariat .block {
    border: 1px solid #d8d8d8; }
    .contact-page .right-div .secretariat .block:last-child {
      margin-bottom: 0px !important; }
    .contact-page .right-div .secretariat .block p {
      font-size: 18px;
      font-family: FiraSans-Regular;
      color: #313131;
      line-height: 1.8;
      text-align: left; }
    .contact-page .right-div .secretariat .block.active p {
      color: #2c0f73; }
    .contact-page .right-div .secretariat .block .name {
      -webkit-box-flex: 2;
      -ms-flex: 2;
      flex: 2; }
    .contact-page .right-div .secretariat .block .arrow {
      -webkit-box-flex: 0.5;
      -ms-flex: 0.5;
      flex: 0.5;
      text-align: center; }
    .contact-page .right-div .secretariat .block .email {
      -webkit-box-flex: 3;
      -ms-flex: 3;
      flex: 3; }
    .contact-page .right-div .secretariat .block .ext {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      text-align: center; }
    @media (max-width: 767px) {
      .contact-page .right-div .secretariat .block {
        overflow-x: auto;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }

.about-page .right-div .section-banner .banner-section {
  background-image: url("../images/about-banner.png"); }

.about-page .right-div .contactus-content {
  padding-top: 45px;
  padding-bottom: 45px; }
  @media (max-width: 767px) {
    .about-page .right-div .contactus-content {
      padding-top: 25px;
      padding-bottom: 25px; } }
  @media (max-width: 767px) {
    .about-page .right-div .contactus-content {
      padding: 1.5625rem !important; } }
  .about-page .right-div .contactus-content h2 {
    font-size: 60px;
    font-size: 3.75rem;
    font-family: PlayfairDisplay-Regular;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    padding-bottom: 70px; }
    @media (max-width: 767px) {
      .about-page .right-div .contactus-content h2 {
        padding-bottom: 1.5625rem; } }
  @media (max-width: 991px) {
    .about-page .right-div .contactus-content .content .blog_main_img img {
      margin: auto; } }
  @media (max-width: 767px) {
    .about-page .right-div .contactus-content .content {
      padding: 0px; } }
  .about-page .right-div .contactus-content .content p {
    font-size: 18px;
    font-family: FiraSans-Light;
    color: rgba(49, 49, 49, 0.769);
    line-height: 2;
    text-align: justify; }
  @media (max-width: 767px) {
    .about-page .right-div .contactus-content .content .col-12 {
      padding: 0px;
      padding-bottom: 1.5625rem; }
      .about-page .right-div .contactus-content .content .col-12:last-child {
        padding-bottom: 0px; } }

.about-page .right-div .aboutus-content .about-grid {
  margin-bottom: 40px; }

.about-page .right-div .aboutus-content .our-visionMission {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch; }
  .about-page .right-div .aboutus-content .our-visionMission h2 {
    font-size: 36px;
    font-family: PlayfairDisplay-Regular;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.53;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    padding-bottom: 30px; }
  .about-page .right-div .aboutus-content .our-visionMission .about-lines {
    margin-bottom: 25px; }
    .about-page .right-div .aboutus-content .our-visionMission .about-lines hr {
      width: 90%;
      max-width: 274px;
      height: 1px;
      background: #000000;
      opacity: 0.11;
      border: none;
      margin-top: 0;
      margin-bottom: 3px; }
      .about-page .right-div .aboutus-content .our-visionMission .about-lines hr:nth-child(2) {
        max-width: 330px; }
  .about-page .right-div .aboutus-content .our-visionMission ul.our-visionMission-social {
    list-style: none;
    text-align: center;
    margin-bottom: 35px; }
    .about-page .right-div .aboutus-content .our-visionMission ul.our-visionMission-social li {
      display: inline-block;
      margin: 0px 25px; }
      .about-page .right-div .aboutus-content .our-visionMission ul.our-visionMission-social li a {
        font-size: 22px;
        color: #abaaaa;
        -webkit-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
        transition: all 0.6s ease; }
        .about-page .right-div .aboutus-content .our-visionMission ul.our-visionMission-social li a i {
          -webkit-transition: all 0.6s ease;
          -moz-transition: all 0.6s ease;
          -ms-transition: all 0.6s ease;
          -o-transition: all 0.6s ease;
          transition: all 0.6s ease; }
        .about-page .right-div .aboutus-content .our-visionMission ul.our-visionMission-social li a:hover .fa-facebook-f {
          color: #3b5998; }
        .about-page .right-div .aboutus-content .our-visionMission ul.our-visionMission-social li a:hover .fa-twitter {
          color: #08ACE8; }
        .about-page .right-div .aboutus-content .our-visionMission ul.our-visionMission-social li a:hover .fa-youtube {
          color: #cc181e; }
        .about-page .right-div .aboutus-content .our-visionMission ul.our-visionMission-social li a:hover .fa-skype {
          color: #00aff0; }
  .about-page .right-div .aboutus-content .our-visionMission p {
    text-align: center; }

.about-page .right-div .watch-us {
  width: 100%;
  height: auto;
  padding-top: 60px;
  background: #fafafa; }
  .about-page .right-div .watch-us h3 {
    font-family: PlayfairDisplay-Regular;
    font-size: 36px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: -0.7px;
    text-align: center;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 50px; }

.about-page .right-div .certification {
  padding: 55px 0; }
  .about-page .right-div .certification .certigrid {
    text-align: center; }
    .about-page .right-div .certification .certigrid .icon {
      font-size: 105px;
      color: #333333; }
    .about-page .right-div .certification .certigrid h3 {
      font-family: FiraSans-Bold;
      font-size: 48px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      letter-spacing: -1.5px;
      text-align: center;
      color: #000000;
      margin-bottom: 5px; }
    .about-page .right-div .certification .certigrid h4 {
      font-family: FiraSans-Regular;
      font-size: 18px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.1;
      letter-spacing: -0.2px;
      text-align: center;
      color: rgba(49, 49, 49, 0.77); }

.blog-page .right-div .section-banner .banner-section {
  background-image: url("../images/blog-banner.jpg"); }

.blog-page .right-div .contactus-content {
  padding-top: 45px;
  padding-bottom: 45px; }
  @media (max-width: 767px) {
    .blog-page .right-div .contactus-content {
      padding-top: 25px;
      padding-bottom: 25px; } }
  @media (max-width: 767px) {
    .blog-page .right-div .contactus-content {
      padding: 1.5625rem !important; } }
  .blog-page .right-div .contactus-content h2 {
    font-size: 60px;
    font-size: 3.75rem;
    font-family: PlayfairDisplay-Regular;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    padding-bottom: 70px; }
    @media (max-width: 767px) {
      .blog-page .right-div .contactus-content h2 {
        padding-bottom: 1.5625rem; } }
  @media (max-width: 991px) {
    .blog-page .right-div .contactus-content .content .blog_main_img img {
      margin: auto; } }
  @media (max-width: 767px) {
    .blog-page .right-div .contactus-content .content {
      padding: 0px; } }
  .blog-page .right-div .contactus-content .content p {
    font-size: 18px;
    font-family: FiraSans-Light;
    color: rgba(49, 49, 49, 0.769);
    line-height: 2;
    text-align: justify; }
  @media (max-width: 767px) {
    .blog-page .right-div .contactus-content .content .col-12 {
      padding: 0px;
      padding-bottom: 1.5625rem; }
      .blog-page .right-div .contactus-content .content .col-12:last-child {
        padding-bottom: 0px; } }

.blog_content_main h1 {
  font-size: 36px;
  line-height: 55px;
  font-family: PlayfairDisplay-Regular;
  text-align: center;
  color: #000; }

.blog_content_main p {
  font-size: 18px;
  line-height: 36px;
  font-family: FiraSans-Regular;
  color: #8b8b8b; }

.blog_content_main ul {
  padding-left: 15px;
  list-style-type: disc; }
  .blog_content_main ul li {
    font-family: FiraSans-Regular;
    color: #8b8b8b;
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 30px; }

.blog_content_main .blog_page_para button {
  background: #fff;
  color: #2c0f73;
  padding: 8px 31px;
  border: 2px solid #2c0f73;
  font-size: 15.3px;
  border-radius: 50px;
  cursor: pointer;
  line-height: 1.44;
  font-family: FiraSans-Regular;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: -0.2px;
  -webkit-transition: .8s;
  -o-transition: .8s;
  transition: .8s; }
  .blog_content_main .blog_page_para button:hover {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    background: #2c0f73;
    border: 2px solid #fff;
    color: #fff; }
    .blog_content_main .blog_page_para button:hover .fa {
      color: #fff; }
  .blog_content_main .blog_page_para button .fa {
    color: #2c0f73;
    position: relative;
    top: 1px;
    margin-left: 5px; }

.blog_content_main .vertical_line_bp {
  position: relative; }
  .blog_content_main .vertical_line_bp .verti_line {
    height: 1.5px;
    width: 84px;
    background: #2c0f73;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    font-weight: bold;
    position: absolute;
    top: 3.4em;
    left: 0%; }
    @media (max-width: 1024px) {
      .blog_content_main .vertical_line_bp .verti_line {
        left: -16%; } }
    @media (max-width: 991px) {
      .blog_content_main .vertical_line_bp .verti_line {
        left: -30%; } }
    @media (max-width: 661px) {
      .blog_content_main .vertical_line_bp .verti_line {
        left: -30%; } }

.bloginner-page .right-div .section-banner .banner-section {
  background-image: url("../images/blog-banner.jpg"); }

.bloginner-page .right-div .blog_content_main .bloggerDetails .bloggerDetails-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start; }
  .bloginner-page .right-div .blog_content_main .bloggerDetails .bloggerDetails-inner .image {
    margin-right: 15px; }
    .bloginner-page .right-div .blog_content_main .bloggerDetails .bloggerDetails-inner .image img {
      width: 74px;
      height: 74px; }
  .bloginner-page .right-div .blog_content_main .bloggerDetails .bloggerDetails-inner .text p {
    text-align: left;
    color: #313131; }
    .bloginner-page .right-div .blog_content_main .bloggerDetails .bloggerDetails-inner .text p a {
      text-decoration: none;
      color: #2c0f73; }
      .bloginner-page .right-div .blog_content_main .bloggerDetails .bloggerDetails-inner .text p a:hover {
        text-decoration: underline; }
  .bloginner-page .right-div .blog_content_main .bloggerDetails .bloggerDetails-inner .text ul {
    list-style: none;
    font-size: 14px;
    padding-left: 0;
    margin-bottom: 20px; }
    .bloginner-page .right-div .blog_content_main .bloggerDetails .bloggerDetails-inner .text ul li {
      display: inline-block;
      margin-right: 2px;
      margin-bottom: 0; }
      .bloginner-page .right-div .blog_content_main .bloggerDetails .bloggerDetails-inner .text ul li a {
        display: inline-block;
        font-size: 24px;
        text-decoration: none;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        .bloginner-page .right-div .blog_content_main .bloggerDetails .bloggerDetails-inner .text ul li a img {
          width: 26px;
          height: 26px; }
        .bloginner-page .right-div .blog_content_main .bloggerDetails .bloggerDetails-inner .text ul li a:hover {
          -webkit-transform: translateY(-5px);
          -moz-transform: translateY(-5px);
          -ms-transform: translateY(-5px);
          transform: translateY(-5px); }
      .bloginner-page .right-div .blog_content_main .bloggerDetails .bloggerDetails-inner .text ul li#blogger-facebook a {
        color: #3b5998; }
      .bloginner-page .right-div .blog_content_main .bloggerDetails .bloggerDetails-inner .text ul li#blogger-linkedin a {
        color: #0077B5; }
      .bloginner-page .right-div .blog_content_main .bloggerDetails .bloggerDetails-inner .text ul li#blogger-twitter a {
        color: #08ACE8; }

@media (max-width: 576px) {
  .bloginner-page .right-div .blog_content_main .bloggerDetails .bloggerDetails-inner .image img {
    width: 50px;
    height: 50px; }
  .bloginner-page .right-div .blog_content_main .bloggerDetails .bloggerDetails-inner .text p {
    font-size: 12px;
    line-height: 1.8; }
  .bloginner-page .right-div .blog_content_main .bloggerDetails .bloggerDetails-inner .text ul li a {
    text-decoration: none; }
    .bloginner-page .right-div .blog_content_main .bloggerDetails .bloggerDetails-inner .text ul li a img {
      width: 20px;
      height: 20px; } }

@media (max-width: 480px) {
  .bloginner-page .right-div .blog_content_main .bloggerDetails .bloggerDetails-inner .image img {
    width: 60px;
    height: 60px; }
  .bloginner-page .right-div .blog_content_main .bloggerDetails .bloggerDetails-inner .text p {
    line-height: 1.4; } }

.chamberRep-page .right-div .section-banner .banner-section {
  background-image: url("../images/chamberrep-banner.jpg"); }

.chamberRep-page .right-div .contactus-content {
  padding-top: 45px;
  padding-bottom: 45px; }
  @media (max-width: 767px) {
    .chamberRep-page .right-div .contactus-content {
      padding-top: 25px;
      padding-bottom: 25px; } }
  .chamberRep-page .right-div .contactus-content h2 {
    font-size: 60px;
    font-size: 3.75rem;
    font-family: PlayfairDisplay-Regular;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    padding-bottom: 70px; }
    @media (max-width: 767px) {
      .chamberRep-page .right-div .contactus-content h2 {
        padding-bottom: 1.5625rem; } }
  @media (max-width: 991px) {
    .chamberRep-page .right-div .contactus-content .content .blog_main_img img {
      margin: auto; } }
  @media (max-width: 767px) {
    .chamberRep-page .right-div .contactus-content .content {
      padding: 0px; } }
  .chamberRep-page .right-div .contactus-content .content p {
    font-size: 18px;
    font-family: FiraSans-Light;
    color: rgba(49, 49, 49, 0.769);
    line-height: 2;
    text-align: justify; }
  @media (max-width: 767px) {
    .chamberRep-page .right-div .contactus-content .content .col-12 {
      padding: 0px;
      padding-bottom: 1.5625rem; }
      .chamberRep-page .right-div .contactus-content .content .col-12:last-child {
        padding-bottom: 0px; } }

.chamberRep-page .right-div .chamberRep-listing {
  padding-top: 45px;
  padding-bottom: 45px; }
  @media (max-width: 767px) {
    .chamberRep-page .right-div .chamberRep-listing {
      padding-top: 25px;
      padding-bottom: 25px; } }
  .chamberRep-page .right-div .chamberRep-listing h3 {
    font-family: PlayfairDisplay-Regular;
    font-size: 36px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.53;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 40px; }
  .chamberRep-page .right-div .chamberRep-listing .chamberRepList-wrapper ul li {
    padding: 15px 35px;
    border: solid 1px #d8d8d8;
    margin-bottom: 20px;
    font-family: FiraSans-Regular;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
    line-height: 2; }

@media (max-width: 1440px) {
  .chamberRep-page .right-div .chamberRep-listing h3 {
    font-size: 33px;
    line-height: 1.53; }
  .chamberRep-page .right-div .chamberRep-listing .chamberRepList-wrapper ul li {
    padding: 15px 20px;
    font-size: 14px; } }

.events-page .right-div .section-banner .banner-section {
  background-image: url("../images/events-banner.jpg"); }

.events-page .right-div .contactus-content {
  padding-top: 45px;
  padding-bottom: 45px; }
  @media (max-width: 767px) {
    .events-page .right-div .contactus-content {
      padding-top: 25px;
      padding-bottom: 25px; } }
  .events-page .right-div .contactus-content h2 {
    font-size: 60px;
    font-size: 3.75rem;
    font-family: PlayfairDisplay-Regular;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    padding-bottom: 70px; }
    @media (max-width: 767px) {
      .events-page .right-div .contactus-content h2 {
        padding-bottom: 1.5625rem; } }
  @media (max-width: 991px) {
    .events-page .right-div .contactus-content .content .blog_main_img img {
      margin: auto; } }
  @media (max-width: 767px) {
    .events-page .right-div .contactus-content .content {
      padding: 0px; } }
  .events-page .right-div .contactus-content .content p {
    font-size: 18px;
    font-family: FiraSans-Light;
    color: rgba(49, 49, 49, 0.769);
    line-height: 2;
    text-align: justify; }
  @media (max-width: 767px) {
    .events-page .right-div .contactus-content .content .col-12 {
      padding: 0px;
      padding-bottom: 1.5625rem; }
      .events-page .right-div .contactus-content .content .col-12:last-child {
        padding-bottom: 0px; } }

.events-page .right-div .seeTheLatest .inner .dropdown-wrapper {
  position: relative; }
  .events-page .right-div .seeTheLatest .inner .dropdown-wrapper .dropdown {
    position: absolute;
    right: 0;
    top: -75px; }
    .events-page .right-div .seeTheLatest .inner .dropdown-wrapper .dropdown .seeTheLatest-dropdownButton {
      background: #fff;
      color: #2c0f73;
      padding: 8px 31px;
      border: 2px solid #2c0f73;
      font-size: 15.3px;
      border-radius: 50px;
      cursor: pointer;
      line-height: 1.44;
      font-family: FiraSans-Regular;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      letter-spacing: -0.2px;
      -webkit-transition: .8s;
      -o-transition: .8s;
      transition: .8s;
      padding: 6px 30px;
      line-height: normal;
      font-size: 16px; }
      .events-page .right-div .seeTheLatest .inner .dropdown-wrapper .dropdown .seeTheLatest-dropdownButton:hover {
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s;
        background: #2c0f73;
        border: 2px solid #fff;
        color: #fff; }
        .events-page .right-div .seeTheLatest .inner .dropdown-wrapper .dropdown .seeTheLatest-dropdownButton:hover .fa {
          color: #fff; }
      .events-page .right-div .seeTheLatest .inner .dropdown-wrapper .dropdown .seeTheLatest-dropdownButton .fa {
        color: #2c0f73;
        position: relative;
        top: 1px;
        margin-left: 5px; }
    .events-page .right-div .seeTheLatest .inner .dropdown-wrapper .dropdown .dropdown-menu {
      padding: 0; }
      .events-page .right-div .seeTheLatest .inner .dropdown-wrapper .dropdown .dropdown-menu a {
        font-size: 16px;
        font-family: FiraSans-Light;
        color: rgba(49, 49, 49, 0.769);
        line-height: 1.6;
        -webkit-transition: all 0.6s ease;
        -moz-transition: all 0.6s ease;
        -ms-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
        transition: all 0.6s ease; }
        .events-page .right-div .seeTheLatest .inner .dropdown-wrapper .dropdown .dropdown-menu a:hover {
          color: #ffffff;
          background: #2c0f73; }

.events-page .right-div .seeTheLatest .inner .seeTheLatest-grids .seeTheLatestgrid {
  margin-bottom: 30px;
  height: 645px; }
  .events-page .right-div .seeTheLatest .inner .seeTheLatest-grids .seeTheLatestgrid a.gridin {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden; }
    .events-page .right-div .seeTheLatest .inner .seeTheLatest-grids .seeTheLatestgrid a.gridin img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -webkit-transition: all 0.6s ease;
      -moz-transition: all 0.6s ease;
      -ms-transition: all 0.6s ease;
      -o-transition: all 0.6s ease;
      transition: all 0.6s ease; }
    .events-page .right-div .seeTheLatest .inner .seeTheLatest-grids .seeTheLatestgrid a.gridin .seeTheLatest-grid-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      padding: 30px; }
      .events-page .right-div .seeTheLatest .inner .seeTheLatest-grids .seeTheLatestgrid a.gridin .seeTheLatest-grid-overlay h3 {
        font-family: FiraSans-Heavy;
        font-size: 60px;
        font-weight: 900;
        text-align: left;
        color: #ffffff;
        text-transform: uppercase; }
      .events-page .right-div .seeTheLatest .inner .seeTheLatest-grids .seeTheLatestgrid a.gridin .seeTheLatest-grid-overlay h4 {
        font-family: FiraSans-Heavy;
        font-size: 22px;
        font-weight: 900;
        text-align: left;
        color: #ffffff; }
    .events-page .right-div .seeTheLatest .inner .seeTheLatest-grids .seeTheLatestgrid a.gridin:hover img {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }

@media (max-width: 1440px) {
  .events-page .right-div .seeTheLatest .inner .seeTheLatest-grids .seeTheLatestgrid {
    height: 520px; }
    .events-page .right-div .seeTheLatest .inner .seeTheLatest-grids .seeTheLatestgrid a.gridin .seeTheLatest-grid-overlay h3 {
      font-size: 50px; }
    .events-page .right-div .seeTheLatest .inner .seeTheLatest-grids .seeTheLatestgrid a.gridin .seeTheLatest-grid-overlay h4 {
      font-size: 18px; } }

@media (max-width: 1280px) {
  .events-page .right-div .seeTheLatest .inner .dropdown-wrapper .dropdown {
    position: relative;
    top: -30px;
    float: right; }
  .events-page .right-div .seeTheLatest .inner .dropdown-wrapper::after {
    display: block;
    content: "";
    clear: both; } }

@media (max-width: 1200px) {
  .events-page .right-div .seeTheLatest .inner .seeTheLatest-grids .seeTheLatestgrid {
    height: 430px; }
    .events-page .right-div .seeTheLatest .inner .seeTheLatest-grids .seeTheLatestgrid a.gridin .seeTheLatest-grid-overlay h3 {
      font-size: 38px; }
    .events-page .right-div .seeTheLatest .inner .seeTheLatest-grids .seeTheLatestgrid a.gridin .seeTheLatest-grid-overlay h4 {
      font-size: 15px; } }

@media (max-width: 991px) {
  .events-page .right-div .seeTheLatest .inner .seeTheLatest-grids .seeTheLatestgrid {
    height: 360px; }
    .events-page .right-div .seeTheLatest .inner .seeTheLatest-grids .seeTheLatestgrid a.gridin .seeTheLatest-grid-overlay {
      padding: 20px; }
      .events-page .right-div .seeTheLatest .inner .seeTheLatest-grids .seeTheLatestgrid a.gridin .seeTheLatest-grid-overlay h3 {
        font-size: 30px; }
      .events-page .right-div .seeTheLatest .inner .seeTheLatest-grids .seeTheLatestgrid a.gridin .seeTheLatest-grid-overlay h4 {
        font-size: 14px; } }

@media (max-width: 480px) {
  .events-page .right-div .dropdown-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch; }
    .events-page .right-div .dropdown-wrapper .dropdown .dropdown-menu {
      left: 50% !important;
      -webkit-transform: translateX(-50%) !important;
      -ms-transform: translateX(-50%) !important;
      transform: translateX(-50%) !important;
      top: 30px !important; }
      .events-page .right-div .dropdown-wrapper .dropdown .dropdown-menu li {
        text-align: center; } }

@media (max-width: 320px) {
  .events-page .right-div .seeTheLatest .inner .seeTheLatest-grids .seeTheLatestgrid {
    height: 300px; }
    .events-page .right-div .seeTheLatest .inner .seeTheLatest-grids .seeTheLatestgrid a.gridin .seeTheLatest-grid-overlay {
      padding: 15px; }
      .events-page .right-div .seeTheLatest .inner .seeTheLatest-grids .seeTheLatestgrid a.gridin .seeTheLatest-grid-overlay h3 {
        font-size: 22px; }
      .events-page .right-div .seeTheLatest .inner .seeTheLatest-grids .seeTheLatestgrid a.gridin .seeTheLatest-grid-overlay h4 {
        font-size: 12px; } }

.affiliated-page .right-div .section-banner .banner-section {
  background-image: url("../images/affiliated-banner.jpg"); }

.affiliated-page .right-div .contactus-content {
  padding-top: 45px;
  padding-bottom: 45px; }
  @media (max-width: 767px) {
    .affiliated-page .right-div .contactus-content {
      padding-top: 25px;
      padding-bottom: 25px; } }
  .affiliated-page .right-div .contactus-content h2 {
    font-size: 60px;
    font-size: 3.75rem;
    font-family: PlayfairDisplay-Regular;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    padding-bottom: 70px; }
    @media (max-width: 767px) {
      .affiliated-page .right-div .contactus-content h2 {
        padding-bottom: 1.5625rem; } }
  @media (max-width: 991px) {
    .affiliated-page .right-div .contactus-content .content .blog_main_img img {
      margin: auto; } }
  @media (max-width: 767px) {
    .affiliated-page .right-div .contactus-content .content {
      padding: 0px; } }
  .affiliated-page .right-div .contactus-content .content p {
    font-size: 18px;
    font-family: FiraSans-Light;
    color: rgba(49, 49, 49, 0.769);
    line-height: 2;
    text-align: justify; }
  @media (max-width: 767px) {
    .affiliated-page .right-div .contactus-content .content .col-12 {
      padding: 0px;
      padding-bottom: 1.5625rem; }
      .affiliated-page .right-div .contactus-content .content .col-12:last-child {
        padding-bottom: 0px; } }

.affiliated-page .right-div .assosi-grids .assosi-grid {
  margin-bottom: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .affiliated-page .right-div .assosi-grids .assosi-grid:hover {
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
    -webkit-box-shadow: 0 0px 12px #AAA;
    box-shadow: 0 0px 12px #AAA; }
  .affiliated-page .right-div .assosi-grids .assosi-grid .gridin .image {
    width: 100%;
    height: 240px;
    margin-bottom: 36px;
    border: solid 1px #dadada;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center; }
    .affiliated-page .right-div .assosi-grids .assosi-grid .gridin .image img {
      max-width: 70%;
      max-height: 60%; }
  .affiliated-page .right-div .assosi-grids .assosi-grid .gridin h5 {
    font-family: FiraSans-Medium;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: center;
    color: #3a1a88;
    margin-bottom: 22px; }
  .affiliated-page .right-div .assosi-grids .assosi-grid .gridin p {
    font-family: FiraSans-Light;
    font-size: 18px;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: center;
    line-height: 30px;
    color: rgba(49, 49, 49, 0.77); }

@media (max-width: 1280px) {
  .affiliated-page .right-div .assosi-grids .assosi-grid {
    margin-bottom: 30px; }
    .affiliated-page .right-div .assosi-grids .assosi-grid .gridin .image {
      margin-bottom: 25px; }
    .affiliated-page .right-div .assosi-grids .assosi-grid .gridin h5 {
      margin-bottom: 10px; }
    .affiliated-page .right-div .assosi-grids .assosi-grid .gridin p {
      line-height: 25px; } }

@media (max-width: 1024px) {
  .affiliated-page .right-div .assosi-grids .assosi-grid .gridin .image {
    height: 180px; } }

@media (max-width: 991px) {
  .affiliated-page .right-div .assosi-grids .assosi-grid .gridin .image {
    height: 150px; }
    .affiliated-page .right-div .assosi-grids .assosi-grid .gridin .image img {
      max-width: 50%;
      max-height: 50%; } }

@media (max-width: 1280px) {
  .banner-section .contact_details ul li .nav-link {
    padding: .5rem .2rem !important; }
  .banner-section .contact_details ul li a {
    font-size: 17px; }
  .contact_section .mail_list {
    padding-left: 0.5rem; }
  .contact_section .contact_details .fa {
    padding-right: 6px; } }

@media (max-width: 1200px) {
  .banner-section .contact_details {
    padding-top: 56px; }
  .banner-section .c_form h1 {
    text-align: center; }
  .banner-section .c_form {
    right: 0%; }
  .bot_main {
    margin: auto; }
  .contact_section {
    padding-top: 100px; }
    .contact_section .m_ul_a {
      margin: auto; } }

@media (max-width: 991px) {
  .contact_section .contact_details ul li a {
    font-size: 16.2px; }
  .banner-section .contact_details {
    padding-top: 40px; }
  .first_des {
    position: relative; }
    .first_des::before {
      display: none;
      content: "\A";
      border-style: solid;
      border-width: 20px 20px 20px 0;
      border-color: transparent #fff transparent transparent;
      position: absolute;
      top: 45%;
      right: -20px;
      z-index: 999;
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
  .about_main .about_last_ul ul {
    float: none; } }

@media (max-width: 767px) {
  .contact_section {
    padding-top: 0px; }
  .mobo_c {
    position: relative;
    top: -56px; } }

@media (max-width: 576px) {
  .row {
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
  .about_main p {
    font-size: 14px;
    line-height: 22px; }
  .about_main ul {
    padding-top: 0%; }
  .a_ul_main {
    padding-top: 10%; }
  .m_ul_a a {
    font-size: 16px;
    font-weight: 600; }
  .mobo_mail:before {
    left: 20%; }
  .mobo_num:before {
    left: 20%; }
  .nav-link {
    padding: .5rem .2rem; }
  .im_age {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .im_age img {
      margin: auto; }
  .abt_gallary img {
    padding-bottom: 30px; }
  .banner-section .logo {
    height: 60px; }
  .banner-section .contact_details ul li .nav-link {
    padding: .5rem .01rem !important; }
  .banner-section .contact_details ul li a {
    font-size: 11px; }
  .banner-section .contact_details .fa {
    padding-right: 4px; }
  .banner-section .contact_details {
    padding-top: 92px; }
  .heading_section_main .content_main img {
    -o-object-fit: none;
    object-fit: none;
    width: auto;
    height: auto; }
  .heading_section_main .heading_section h2 {
    font-size: 26px; }
  .order_1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .banner-section .c_form {
    padding: 66px 0; }
  .banner-section .contact_details {
    padding-top: 0px; } }

@media (max-width: 480px) {
  .mobo_mail:before {
    display: none; }
  .mobo_num:before {
    display: none; }
  .mobo_c {
    padding-left: 0;
    padding-right: 0; }
  .banner-section {
    height: 360px; }
    .banner-section .c_form {
      padding: 66px 0 16px; }
  .banner-section .contact_details ul li a {
    font-size: 14px; }
  .m_ul_a {
    margin: 0 !important; }
  .about_main p {
    font-size: 14px;
    line-height: 22px;
    text-align: justify; }
  .about {
    padding: 0 5px; }
  .about_main ul {
    padding-left: 2.5%; }
  .about_main ul li {
    font-size: 14px;
    line-height: 22px; }
  .heading_section_main {
    padding-top: 50px; }
  .form_overlay {
    padding: 15px 0px;
    border-top: 1px solid #eee; }
  .certify .certi_logo {
    padding-top: 0px; }
  .certify {
    padding-bottom: 0px !important; }
  .slider_main a {
    font-size: 15px; }
  .owl-prev {
    left: 0px;
    margin-left: 0px; }
  .owl-next {
    right: 0px; } }

@media (max-width: 364px) {
  .banner-section .c_form {
    padding: 66px 0 4px; }
  .mobo_mail:before {
    left: 6%; }
  .mobo_num:before {
    left: 6%; } }

@media screen and (device-width: 568px) and (device-height: 320px) and (orientation: landscape) {
  .overlay-content {
    top: 23%; } }
</pre></body></html>