/*-------------------------------------- Fonts Starts -------------------------------------*/
/*--------------------------------------- Fonts Ends --------------------------------------*/
/*------------------------------------- Colors Starts -------------------------------------*/
/*-------------------------------------- Colors Ends --------------------------------------*/
/*-------------------------------------- Mixins Starts ------------------------------------*/
.ex-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.ex-flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.ex-vertical {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ex-transition {
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

.ex-transition-medium {
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
}

.ex-transition-large {
  -webkit-transition: all 1.8s ease;
  transition: all 1.8s ease;
}

/*--------------------------------------- Mixins Ends -------------------------------------*/
/*------------------------------------ Site Wide Starts -----------------------------------*/
/*------------------------------------- Site Wide Ends ------------------------------------*/
/*--------------------------------- Header Wrapper Starts ---------------------------------*/
/*--------------------------------- Header Wrapper Ends ---------------------------------*/
/*-------------------------------- Content Wrapper Starts ---------------------------------*/
/*--------------------------------- Content Wrapper Ends ----------------------------------*/
/*--------------------------------- Footer Wrapper Starts ---------------------------------*/
/*---------------------------------- Footer Wrapper Ends ----------------------------------*/
/*----------------------------------- Components Starts -----------------------------------*/
/*------------------------------------ Components Ends ------------------------------------*/
/*---------------------------------- Slick Slider Starts ----------------------------------*/
/*----------------------------------- Slick Slider Ends -----------------------------------*/
/*------------------------------------ Animation Starts -----------------------------------*/
/*------------------------------------- Animation Ends ------------------------------------*/
/*-------------------------------------- Modal Starts -------------------------------------*/
/*--------------------------------------- Modal Ends --------------------------------------*/
@media all and (max-width: 1700px) {
  /*------------------------------------ Site Wide Starts -----------------------------------*/
  .custom-container {
    padding: 80px;
  }
  /*------------------------------------- Site Wide Ends ------------------------------------*/
  /*--------------------------------- Header Wrapper Starts ---------------------------------*/
  #header-wrapper .navbar-section .navbar-container .logo-container {
    width: 225px;
  }
  /*--------------------------------- Header Wrapper Ends ---------------------------------*/
  /*-------------------------------- Content Wrapper Starts ---------------------------------*/
  #content-wrapper #home-page .banner-slider-section .card-wrapper .custom-container .card-container .card-item .inner .icon-num-wrapper .icon-container {
    width: 100px;
    height: 100px;
  }
  #content-wrapper #home-page .banner-slider-section .card-wrapper .custom-container .card-container .card-item .inner .title h2 {
    font-size: 36px;
  }
  #content-wrapper #home-page .banner-slider-section .card-wrapper .custom-container .card-container .card-item .inner .content p {
    font-size: 22px;
    line-height: 1.75;
  }
  #content-wrapper #home-page .news-events-section .section-wrapper .section-content .item .text-container .event-container ul li span {
    font-size: 24px;
    padding: 8px 16px;
  }
  #content-wrapper #chairman-page .message-nav-section .message-container .inner .content .chairman-container .inner .image-container {
    width: 250px;
    height: 250px;
    margin: auto;
  }
  #content-wrapper #contact-page .contact-section .contact-container .contact-item:first-of-type {
    width: 65%;
  }
  #content-wrapper #contact-page .contact-section .contact-container .contact-item:last-of-type {
    width: 35%;
  }
  /*--------------------------------- Content Wrapper Ends ----------------------------------*/
  /*--------------------------------- Footer Wrapper Starts ---------------------------------*/
  #footer-wrapper .top-footer .top-footer-wrapper {
    margin: 0 -25px;
  }
  #footer-wrapper .top-footer .top-footer-wrapper .top-footer-item {
    padding: 0 25px;
  }
  /*---------------------------------- Footer Wrapper Ends ----------------------------------*/
  /*----------------------------------- Components Starts -----------------------------------*/
  .common-image-container {
    height: calc(100vh + 300px);
  }
  .common-image-container .custom-container .inner .banner-content .banner-title h1 {
    font-size: 34px;
  }
  .common-image-container .custom-container .inner .banner-content .section-content p {
    font-size: 60px;
  }
  .common-content-section .section-content .block-content .content-item.type-image .image-container {
    height: 962px;
  }
  .common-content-section .section-content .block-content .content-item.type-text .inner .content p {
    font-size: 22px;
  }
  .common-content-section .section-content .block-content .content-item.type-text .inner .content ul.uk-accordion li a.uk-accordion-title {
    font-size: 24px;
  }
  .common-news-events-section .section-wrapper .section-content .item .text-container .event-container ul li span {
    font-size: 22px;
  }
  /*------------------------------------ Components Ends ------------------------------------*/
  /*---------------------------------- Slick Slider Starts ----------------------------------*/
  /*----------------------------------- Slick Slider Ends -----------------------------------*/
  /*------------------------------------ Animation Starts -----------------------------------*/
  /*------------------------------------- Animation Ends ------------------------------------*/
  /*-------------------------------------- Modal Starts -------------------------------------*/
  /*--------------------------------------- Modal Ends --------------------------------------*/
}

@media all and (max-width: 1600px) {
  /*------------------------------------ Site Wide Starts -----------------------------------*/
  .custom-container {
    padding: 80px 100px;
  }
  .form-action button {
    font-size: 22px;
  }
  .form-action button span {
    margin-left: 15px;
  }
  /*------------------------------------- Site Wide Ends --------------------------------------*/
  /*--------------------------------- Header Wrapper Starts -----------------------------------*/
  #header-wrapper .navbar-section .navbar-container .logo-container {
    width: 150px;
  }
  #header-wrapper .navbar-section .navbar-container .nav-container .menu-main-menu-container > ul > li a {
    font-size: 15px;
  }
  /*--------------------------------- Header Wrapper Ends -------------------------------------*/
  /*-------------------------------- Content Wrapper Starts ---------------------------------*/
  #content-wrapper #home-page .banner-slider-section .banner-slider {
    margin-bottom: 300px;
  }
  #content-wrapper #home-page .banner-slider-section .card-wrapper {
    bottom: -22%;
    -webkit-transform: translateY(22%);
            transform: translateY(22%);
  }
  #content-wrapper #home-page .banner-slider-section .card-wrapper .custom-container .card-container .card-item .inner {
    padding: 35px 25px;
  }
  #content-wrapper #home-page .banner-slider-section .card-wrapper .custom-container .card-container .card-item .inner .icon-num-wrapper .icon-container {
    width: 90px;
    height: 90px;
  }
  #content-wrapper #home-page .banner-slider-section .card-wrapper .custom-container .card-container .card-item .inner .icon-num-wrapper span {
    height: 60px;
    width: 60px;
  }
  #content-wrapper #home-page .banner-slider-section .card-wrapper .custom-container .card-container .card-item .inner .icon-num-wrapper span h2 {
    font-size: 32px;
  }
  #content-wrapper #home-page .banner-slider-section .card-wrapper .custom-container .card-container .card-item .inner .title h2 {
    font-size: 28px;
  }
  #content-wrapper #home-page .banner-slider-section .card-wrapper .custom-container .card-container .card-item .inner .content p {
    font-size: 20px;
  }
  #content-wrapper #home-page .news-events-section .section-wrapper .section-content .item .text-container .content h3 {
    font-size: 26px;
  }
  #content-wrapper #home-page .news-events-section .section-wrapper .section-content .item .text-container .event-container ul li span {
    font-size: 20px;
    padding: 8px 14px;
  }
  #content-wrapper #chairman-page .message-nav-section .message-container {
    padding: 50px;
  }
  /*--------------------------------- Content Wrapper Ends ----------------------------------*/
  /*--------------------------------- Footer Wrapper Starts ---------------------------------*/
  #footer-wrapper .common-floating-footer {
    margin-bottom: -210px;
  }
  #footer-wrapper .common-floating-footer .floating-container {
    margin: -30px;
  }
  #footer-wrapper .common-floating-footer .floating-container .icon {
    padding: 30px;
  }
  /*---------------------------------- Footer Wrapper Ends ----------------------------------*/
  /*----------------------------------- Components Starts -----------------------------------*/
  .common-image-container {
    height: calc(100vh + 200px);
  }
  .common-image-container .custom-container .inner .banner-content .banner-title h1 {
    font-size: 28px;
  }
  .common-image-container .custom-container .inner .banner-content .section-content p {
    font-size: 44px;
  }
  .common-image-container .custom-container .inner .banner-content .form-action button {
    padding: 12px 12px 12px 24px;
  }
  .common-content-section .section-content .block-content .content-item.type-image .image-container {
    height: 811px;
  }
  .common-content-section .section-content .block-content .content-item.type-image .image-container:after {
    width: 120px;
  }
  .common-content-section .section-content .block-content .content-item.type-text .inner {
    padding: 60px;
  }
  .common-content-section .section-content .block-content .content-item.type-text .inner .content p {
    font-size: 20px;
  }
  .common-content-section .section-content .block-content .content-item.type-text .inner .form-action {
    margin-top: 30px;
  }
  .common-quote-slider-section .quote-slider .quote-slider-item .quote-slider-wrapper .quote-item:nth-of-type(1) .text-container {
    padding: 80px 80px 50px;
  }
  .common-title h2 {
    font-size: 28px;
  }
  .common-title h1 {
    font-size: 34px;
  }
  .common-inner .content-inner-wrapper .content-inner-item ._inner .common-block-item:first-of-type .image-container {
    height: 100px;
    width: 100px;
  }
  .common-inner .content-inner-wrapper .content-inner-item ._inner .common-block-item:last-of-type .text-container ul li h4 {
    font-size: 24px;
  }
  .common-inner .content-inner-wrapper .content-inner-item ._inner .common-block-item:last-of-type .text-container ul li h5 {
    font-size: 20px;
  }
  .common-inner .content-inner-wrapper .content-inner-item ._inner .common-block-item:last-of-type .text-container ul li a {
    font-size: 16px;
  }
  .common-nav-container .inner ul li a {
    font-size: 22px;
  }
  .common-news-events-section .section-wrapper .section-content .item .text-container .event-container ul li span {
    padding: 8px 16px;
    font-size: 20px;
  }
  /*------------------------------------ Components Ends ------------------------------------*/
  /*---------------------------------- Slick Slider Starts ----------------------------------*/
  /*----------------------------------- Slick Slider Ends -----------------------------------*/
  /*------------------------------------ Animation Starts -----------------------------------*/
  /*------------------------------------- Animation Ends ------------------------------------*/
  /*-------------------------------------- Modal Starts -------------------------------------*/
  /*--------------------------------------- Modal Ends --------------------------------------*/
}

@media all and (max-width: 1440px) {
  /*-------------------------------- Content Wrapper Starts ---------------------------------*/
  #content-wrapper #home-page .banner-slider-section .banner-slider {
    margin-bottom: 350px;
  }
  /*--------------------------------- Content Wrapper Ends ----------------------------------*/
  /*----------------------------------- Components Starts -----------------------------------*/
  .common-image-container {
    height: calc(100vh + 275px);
  }
  .common-quote-slider-section .quote-slider .quote-slider-item .quote-slider-wrapper .quote-item:nth-of-type(1) .text-container p {
    line-height: 2;
  }
  .common-news-events-section .section-wrapper .section-content .item .text-container .content h3 {
    font-size: 24px;
  }
  .common-news-events-section .section-wrapper .section-content .item .text-container .event-container ul li span {
    padding: 8px 15px;
    font-size: 18px;
  }
  /*------------------------------------ Components Ends ------------------------------------*/
}

@media all and (max-width: 1399px) {
  /*------------------------------------ Site Wide Starts -----------------------------------*/
  .form-action button {
    font-size: 18px;
  }
  .form-action button span {
    margin-left: 10px;
  }
  .section-title h2 {
    font-size: 24px;
  }
  .section-title h1 {
    font-size: 28px;
  }
  .section-title h1:after {
    width: 15%;
  }
  /*------------------------------------- Site Wide Ends ------------------------------------*/
  /*--------------------------------- Header Wrapper Starts ---------------------------------*/
  #header-wrapper .navbar-section .navbar-container .logo-container {
    width: 90px;
  }
  #header-wrapper .navbar-section .navbar-container .nav-container .menu-main-menu-container > ul > li a {
    font-size: 14px;
  }
  #header-wrapper .navbar-section .navbar-container .nav-container .menu-main-menu-container > ul > li ul.dropdown-menu {
    min-width: 165px;
  }
  #header-wrapper .navbar-section .navbar-container .nav-container .menu-main-menu-container > ul > li ul.dropdown-menu > li > a {
    font-size: 16px;
    padding: 12px;
  }
  /*--------------------------------- Header Wrapper Ends ---------------------------------*/
  /*-------------------------------- Content Wrapper Starts ---------------------------------*/
  #content-wrapper #home-page .banner-slider-section .banner-slider {
    margin-bottom: 400px;
  }
  #content-wrapper #home-page .banner-slider-section .card-wrapper {
    bottom: -25%;
    -webkit-transform: translateY(25%);
            transform: translateY(25%);
  }
  #content-wrapper #home-page .banner-slider-section .card-wrapper .custom-container .card-container .card-item .inner .icon-num-wrapper .icon-container {
    width: 90px;
    height: 90px;
  }
  #content-wrapper #home-page .banner-slider-section .card-wrapper .custom-container .card-container .card-item .inner .icon-num-wrapper span {
    height: 50px;
    width: 50px;
  }
  #content-wrapper #home-page .banner-slider-section .card-wrapper .custom-container .card-container .card-item .inner .icon-num-wrapper span h2 {
    font-size: 26px;
  }
  #content-wrapper #home-page .banner-slider-section .card-wrapper .custom-container .card-container .card-item .inner .title h2 {
    font-size: 26px;
  }
  #content-wrapper #home-page .banner-slider-section .card-wrapper .custom-container .card-container .card-item .inner .content p {
    font-size: 14px;
  }
  #content-wrapper #services-page .research-services-section .common-block-content .common-block-item:first-of-type .inner .description p {
    font-size: 16px;
  }
  #content-wrapper #chairman-page .message-nav-section .message-container .inner .content .text-container p {
    font-size: 16px;
  }
  #content-wrapper #chairman-page .message-nav-section .message-container .inner .content .chairman-container .inner .image-container {
    height: 200px;
    width: 200px;
  }
  #content-wrapper #contact-page .contact-section .contact-container .contact-item:first-of-type .inner .fields .common-item label {
    font-size: 24px;
    padding-bottom: 15px;
  }
  #content-wrapper #contact-page .contact-section .contact-container .contact-item:first-of-type .inner .fields .common-item input,
  #content-wrapper #contact-page .contact-section .contact-container .contact-item:first-of-type .inner .fields .common-item textarea {
    font-size: 18px;
  }
  #content-wrapper #contact-page .contact-section .contact-container .contact-item:last-of-type .inner .inner-content .title h2 {
    font-size: 30px;
  }
  #content-wrapper #contact-page .contact-section .contact-container .contact-item:last-of-type .inner .inner-content .content ul li span.wrapper h5 a {
    font-size: 18px;
  }
  #content-wrapper #contact-page .contact-section .contact-container .contact-item:last-of-type .inner .inner-content .content ul li span.wrapper span.icon {
    margin-right: 30px;
  }
  /*-------------------------------- Content Wrapper Ends ---------------------------------*/
  /*--------------------------------- Site Wide Starts ---------------------------------*/
  .custom-container.added-top-padding {
    padding-top: 200px;
  }
  .custom-container.small-padding {
    padding: 15px 0;
  }
  /*---------------------------------- Site Wide Ends ----------------------------------*/
  /*-------------------------------- footer Starts ---------------------------------*/
  #footer-wrapper .common-floating-footer .floating-container .icon .inner .text-container h3 {
    font-size: 14px;
  }
  #footer-wrapper .top-footer .top-footer-wrapper .top-footer-item .logo-container {
    width: 110px;
  }
  #footer-wrapper .top-footer .top-footer-wrapper .top-footer-item .title h3 {
    font-size: 20px;
  }
  #footer-wrapper .top-footer .top-footer-wrapper .top-footer-item .content ul li a h5 {
    font-size: 14px;
  }
  #footer-wrapper .top-footer .top-footer-wrapper .top-footer-item .content h5 {
    font-size: 14px;
  }
  #footer-wrapper .bottom-footer p {
    font-size: 15px;
  }
  /*-------------------------------- Footer Ends ---------------------------------*/
  /*-------------------------------- Components Starts ---------------------------------*/
  .common-image-container {
    height: calc(100vh + 160px);
  }
  .common-image-container .custom-container .inner .banner-content .banner-title h1 {
    font-size: 20px;
  }
  .common-image-container .custom-container .inner .banner-content .section-content p {
    font-size: 36px;
  }
  .common-image-container .custom-container .inner .banner-content .form-action button {
    padding: 8px 8px 8px 20px;
    font-size: 20px;
  }
  .common-content-section .section-content .block-content .content-item.type-image .image-container {
    height: 759px;
  }
  .common-content-section .section-content .block-content .content-item.type-text .inner .content p {
    font-size: 16px;
  }
  .common-content-section .section-content .block-content .content-item.type-text .inner .content ul.uk-accordion li a.uk-accordion-title {
    font-size: 18px;
  }
  .common-what-we-do-section .section-content .tab-container .tabs .inner .image-container {
    height: 80px;
    width: 80px;
  }
  .common-what-we-do-section .section-content .tab-container .tabs .inner .title h3 {
    font-size: 28px;
  }
  .common-what-we-do-section .section-content .tab-container .tabs .inner .description p {
    font-size: 16px;
  }
  .common-quote-slider-section .quote-slider .quote-slider-item .quote-slider-wrapper .quote-item:nth-of-type(1) .text-container {
    padding: 0 50px 50px;
  }
  .common-quote-slider-section .quote-slider .quote-slider-item .quote-slider-wrapper .quote-item:nth-of-type(1) .text-container p {
    font-size: 16px;
  }
  .common-quote-slider-section .quote-slider .quote-slider-item .quote-slider-wrapper .quote-item:nth-of-type(2) .author-title h4 {
    font-size: 18px;
  }
  .common-member-section .member-container .member .image-container {
    height: 250px;
    width: 250px;
    margin: auto;
  }
  .common-member-section .member-container .member .text-container h3 {
    font-size: 20px;
  }
  .common-member-section .member-container .member .text-container h4 {
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
  }
  .common-inner .content-inner-wrapper .content-inner-item ._inner .common-block-item:first-of-type .image-container {
    height: 90px;
    width: 90px;
  }
  .common-inner .content-inner-wrapper .content-inner-item ._inner .common-block-item:last-of-type .text-container ul li:not(:last-of-type) {
    margin-bottom: 5px;
  }
  .common-inner .content-inner-wrapper .content-inner-item ._inner .common-block-item:last-of-type .text-container ul li h4 {
    font-size: 18px;
  }
  .common-inner .content-inner-wrapper .content-inner-item ._inner .common-block-item:last-of-type .text-container ul li h5 {
    font-size: 16px;
  }
  .common-inner .content-inner-wrapper .content-inner-item ._inner .common-block-item:last-of-type .text-container ul li a {
    font-size: 14px;
  }
  .common-nav-container .inner ul li a {
    font-size: 16px;
  }
  .common-title h2 {
    font-size: 24px;
  }
  .common-title h1 {
    font-size: 28px;
  }
  .common-news-events-section .section-wrapper .section-content .item .text-container .content h3 {
    font-size: 18px;
  }
  .common-news-events-section .section-wrapper .section-content .item .text-container .event-container ul li span {
    padding: 8px 18px;
    font-size: 15px;
  }
  .common-news-events-section .section-wrapper .action button {
    font-size: 18px;
  }
  .common-social-links ul li {
    height: 45px;
    width: 45px;
  }
  .common-social-links ul li a {
    font-size: 24px;
  }
  /*-------------------------------- Components Ends ---------------------------------*/
}

@media all and (max-width: 1300px) {
  /*------------------------------------ Site Wide Starts -----------------------------------*/
  .custom-container {
    padding: 70px 80px;
  }
  /*------------------------------------- Site Wide Ends ------------------------------------*/
  /*--------------------------------- Header Wrapper Starts ---------------------------------*/
  #header-wrapper .navbar-section .navbar-container .nav-container .menu-main-menu-container > ul > li:not(:last-of-type) {
    margin-right: 40px;
  }
  /*--------------------------------- Header Wrapper Ends ---------------------------------*/
  /*-------------------------------- Content Wrapper Starts ---------------------------------*/
  #content-wrapper #home-page .banner-slider-section .banner-slider {
    margin-bottom: 250px;
  }
  #content-wrapper #home-page .banner-slider-section .card-wrapper {
    bottom: -20%;
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
  }
  #content-wrapper #home-page .banner-slider-section .card-wrapper .custom-container .card-container .card-item .inner .title h2 {
    font-size: 22px;
  }
  #content-wrapper #contact-page .contact-section .contact-container .contact-item:last-of-type .inner .inner-content .content ul li span.wrapper span.icon {
    margin-right: 20px;
  }
  /*--------------------------------- Content Wrapper Ends ----------------------------------*/
  /*--------------------------------- Footer Wrapper Starts ---------------------------------*/
  #footer-wrapper .common-floating-footer {
    margin-bottom: -156px;
  }
  /*---------------------------------- Footer Wrapper Ends ----------------------------------*/
  /*----------------------------------- Components Starts -----------------------------------*/
  .common-content-section .section-content .block-content .content-item.type-text .inner .title h2 {
    font-size: 28px;
  }
  .common-content-section .section-content .block-content .content-item.type-image .image-container {
    height: 676px;
  }
  .common-social-links ul li {
    height: 55px;
    width: 55px;
  }
  .common-social-links ul li a {
    font-size: 28px;
  }
  .common-news-events-section .section-wrapper .section-content {
    margin: -30px;
  }
  .common-news-events-section .section-wrapper .section-content .item {
    padding: 30px;
  }
  .common-news-events-section .section-wrapper .section-content .item .text-container .event-container ul li span {
    padding: 8px 15px;
    font-size: 16px;
  }
  /*------------------------------------ Components Ends ------------------------------------*/
  /*---------------------------------- Slick Slider Starts ----------------------------------*/
  /*----------------------------------- Slick Slider Ends -----------------------------------*/
  /*------------------------------------ Animation Starts -----------------------------------*/
  /*------------------------------------- Animation Ends ------------------------------------*/
  /*-------------------------------------- Modal Starts -------------------------------------*/
  /*--------------------------------------- Modal Ends --------------------------------------*/
}

@media all and (max-width: 1199px) {
  /*------------------------------------ Site Wide Starts -----------------------------------*/
  .custom-container {
    padding: 80px 70px;
  }
  /*------------------------------------- Site Wide Ends ------------------------------------*/
  /*--------------------------------- Header Wrapper Starts ---------------------------------*/
  #header-wrapper .navbar-section .navbar-container .logo-container {
    width: 125px;
  }
  #header-wrapper .navbar-section .navbar-container .nav-container .menu-main-menu-container > ul > li:not(:last-of-type) {
    margin-right: 30px;
  }
  #header-wrapper .navbar-section .navbar-container .nav-container .menu-main-menu-container > ul > li a span {
    margin-left: 10px;
  }
  /*--------------------------------- Header Wrapper Ends ---------------------------------*/
  /*-------------------------------- Content Wrapper Starts ---------------------------------*/
  /*--------------------------------- Content Wrapper Ends ----------------------------------*/
  /*--------------------------------- Footer Wrapper Starts ---------------------------------*/
  /*---------------------------------- Footer Wrapper Ends ----------------------------------*/
  /*----------------------------------- Components Starts -----------------------------------*/
  /*------------------------------------ Components Ends ------------------------------------*/
  /*---------------------------------- Slick Slider Starts ----------------------------------*/
  /*----------------------------------- Slick Slider Ends -----------------------------------*/
  /*------------------------------------ Animation Starts -----------------------------------*/
  /*------------------------------------- Animation Ends ------------------------------------*/
  /*-------------------------------------- Modal Starts -------------------------------------*/
  /*--------------------------------------- Modal Ends --------------------------------------*/
}

@media all and (max-width: 1047px) {
  /*------------------------------------ Site Wide Starts -----------------------------------*/
  .form-action button {
    font-size: 16px;
  }
  .custom-container.added-top-padding {
    padding-top: 170px;
  }
  .custom-container.small-padding {
    padding: 20px 0;
  }
  /*------------------------------------- Site Wide Ends ------------------------------------*/
  /*--------------------------------- Header Wrapper Starts ---------------------------------*/
  /*--------------------------------- Header Wrapper Ends ---------------------------------*/
  /*-------------------------------- Content Wrapper Starts ---------------------------------*/
  #content-wrapper #home-page .banner-slider-section .banner-slider {
    margin-bottom: 200px;
  }
  #content-wrapper #home-page .banner-slider-section .card-wrapper {
    bottom: -16%;
    -webkit-transform: translateY(16%);
            transform: translateY(16%);
  }
  #content-wrapper #home-page .banner-slider-section .card-wrapper .custom-container {
    max-width: 1000px;
  }
  #content-wrapper #home-page .banner-slider-section .card-wrapper .custom-container .card-container {
    margin: -15px;
  }
  #content-wrapper #home-page .banner-slider-section .card-wrapper .custom-container .card-container .card-item {
    padding: 15px;
  }
  #content-wrapper #home-page .banner-slider-section .card-wrapper .custom-container .card-container .card-item .inner {
    padding: 30px 20px;
  }
  #content-wrapper #home-page .banner-slider-section .card-wrapper .custom-container .card-container .card-item .inner .icon-num-wrapper .icon-container {
    width: 80px;
    height: 80px;
  }
  #content-wrapper #home-page .banner-slider-section .card-wrapper .custom-container .card-container .card-item .inner .icon-num-wrapper span {
    height: 40px;
    width: 40px;
  }
  #content-wrapper #home-page .banner-slider-section .card-wrapper .custom-container .card-container .card-item .inner .title h2 {
    font-size: 18px;
  }
  #content-wrapper #home-page .banner-slider-section .card-wrapper .custom-container .card-container .card-item .inner .content p {
    font-size: 12px;
  }
  #content-wrapper #contact-page .contact-section .contact-container .contact-item:first-of-type .inner .fields .common-item label {
    font-size: 20px;
    padding-bottom: 15px;
  }
  #content-wrapper #contact-page .contact-section .contact-container .contact-item:first-of-type .inner .fields .common-item input {
    font-size: 16px;
    padding-bottom: 10px;
  }
  #content-wrapper #contact-page .contact-section .contact-container .contact-item:first-of-type .inner .fields .common-item textarea {
    font-size: 16px;
  }
  #content-wrapper #contact-page .contact-section .contact-container .contact-item:last-of-type .inner .inner-content .title h2 {
    font-size: 26px;
  }
  #content-wrapper #contact-page .contact-section .contact-container .contact-item:last-of-type .inner .inner-content .content {
    padding: 0 0 70px;
  }
  #content-wrapper #contact-page .contact-section .contact-container .contact-item:last-of-type .inner .inner-content .content ul li span.wrapper h5 a {
    font-size: 14px;
  }
  #content-wrapper #contact-page .contact-section .contact-container .contact-item:last-of-type .inner .inner-content .content ul li span.wrapper span.icon {
    margin-right: 15px;
    font-size: 26px;
  }
  /*--------------------------------- Content Wrapper Ends ----------------------------------*/
  /*--------------------------------- Footer Wrapper Starts ---------------------------------*/
  #footer-wrapper .common-floating-footer {
    margin-bottom: -160px;
  }
  #footer-wrapper .common-floating-footer .floating-container {
    margin: -20px;
  }
  #footer-wrapper .common-floating-footer .floating-container .icon {
    padding: 20px;
  }
  #footer-wrapper .common-floating-footer .floating-container .icon .inner {
    padding: 15px;
  }
  #footer-wrapper .common-floating-footer .floating-container .icon .inner .text-container h2 {
    font-size: 32px;
  }
  #footer-wrapper .top-footer .top-footer-wrapper .top-footer-item .title h3 {
    font-size: 28px;
  }
  #footer-wrapper .top-footer .top-footer-wrapper .top-footer-item .content h5 {
    font-size: 16px;
    line-height: 1.5;
  }
  #footer-wrapper .top-footer .top-footer-wrapper .top-footer-item .content ul li a h5 {
    font-size: 16px;
  }
  #footer-wrapper .bottom-footer p {
    font-size: 18px;
  }
  /*---------------------------------- Footer Wrapper Ends ----------------------------------*/
  /*----------------------------------- Components Starts -----------------------------------*/
  .common-image-container {
    height: calc(100vh + 200px);
  }
  .common-image-container .custom-container .inner .banner-content .section-content p {
    font-size: 34px;
  }
  .common-image-container .custom-container .inner .banner-content .form-action button {
    font-size: 16px;
  }
  .common-image-container .custom-container .inner .banner-content .form-action button span {
    height: 35px;
    width: 35px;
  }
  .common-content-section .section-content .block-content .content-item.type-text .inner {
    padding: 50px;
  }
  .common-content-section .section-content .block-content .content-item.type-text .inner .title h2 {
    font-size: 22px;
  }
  .common-content-section .section-content .block-content .content-item.type-text .inner .content p {
    font-size: 14px;
  }
  .common-what-we-do-section .section-content .tab-container {
    margin: -20px;
  }
  .common-what-we-do-section .section-content .tab-container .tabs {
    padding: 20px;
  }
  .common-what-we-do-section .section-content .tab-container .tabs .inner {
    padding: 50px 20px;
  }
  .common-what-we-do-section .section-content .tab-container .tabs .inner .title h3 {
    font-size: 24px;
  }
  .common-quote-slider-section .quote-slider .quote-slider-item .quote-slider-wrapper .quote-item:nth-of-type(1) .text-container {
    padding: 50px 0;
  }
  .common-quote-slider-section .quote-slider .quote-slider-item .quote-slider-wrapper .quote-item:nth-of-type(1) .text-container p::before {
    top: -45%;
  }
  .common-title h2 {
    font-size: 22px;
  }
  .common-title h1 {
    font-size: 24px;
  }
  .common-inner .content-inner-wrapper .content-inner-item ._inner .common-block-item:first-of-type .image-container {
    height: 70px;
    width: 70px;
  }
  .common-inner .content-inner-wrapper .content-inner-item ._inner .common-block-item:last-of-type .text-container ul li h4 {
    font-size: 14px;
  }
  .common-inner .content-inner-wrapper .content-inner-item ._inner .common-block-item:last-of-type .text-container ul li h5,
  .common-inner .content-inner-wrapper .content-inner-item ._inner .common-block-item:last-of-type .text-container ul li a {
    font-size: 12px;
  }
  .common-nav-container .inner ul li a {
    font-size: 13px;
  }
  .common-social-links ul li {
    height: 50px;
    width: 50px;
  }
  .common-social-links ul li a {
    font-size: 26px;
  }
  .common-member-section .member-container {
    margin: -40px;
  }
  .common-member-section .member-container .member {
    padding: 40px;
  }
  .common-member-section .member-container .member .text-container h3 {
    font-size: 24px;
  }
  .common-news-events-section .section-wrapper .section-content {
    margin: -25px;
  }
  .common-news-events-section .section-wrapper .section-content .item {
    padding: 25px;
  }
  .common-news-events-section .section-wrapper .section-content .item .text-container .event-container ul li span {
    padding: 8px;
    font-size: 14px;
  }
  .common-news-events-section .section-wrapper .action button {
    padding: 10px 20px;
    font-size: 16px;
  }
  /*------------------------------------ Components Ends ------------------------------------*/
  /*---------------------------------- Slick Slider Starts ----------------------------------*/
  /*----------------------------------- Slick Slider Ends -----------------------------------*/
  /*------------------------------------ Animation Starts -----------------------------------*/
  /*------------------------------------- Animation Ends ------------------------------------*/
  /*-------------------------------------- Modal Starts -------------------------------------*/
  /*--------------------------------------- Modal Ends --------------------------------------*/
}

@media all and (max-width: 991px) {
  /*------------------------------------ Site Wide Starts -----------------------------------*/
  .custom-container {
    padding: 70px 40px;
  }
  .form-action button.type-green {
    padding: 6px 8px;
  }
  /*------------------------------------- Site Wide Ends ------------------------------------*/
  /*--------------------------------- Header Wrapper Starts ---------------------------------*/
  #header-wrapper .navbar-section .navbar-container .nav-container .menu-main-menu-container > ul > li:not(:last-of-type) {
    margin-right: 30px;
  }
  #header-wrapper .navbar-section .navbar-container .nav-container .menu-main-menu-container > ul > li:last-of-type > a {
    padding: 8px 12px;
  }
  /*--------------------------------- Header Wrapper Ends ---------------------------------*/
  /*-------------------------------- Content Wrapper Starts ---------------------------------*/
  #content-wrapper #home-page .banner-slider-section .card-wrapper {
    bottom: -12%;
    -webkit-transform: translateY(12%);
            transform: translateY(12%);
  }
  #content-wrapper #home-page .banner-slider-section .card-wrapper .custom-container .card-container {
    margin: -15px;
  }
  #content-wrapper #home-page .banner-slider-section .card-wrapper .custom-container .card-container .card-item {
    padding: 15px;
  }
  #content-wrapper #home-page .banner-slider-section .card-wrapper .custom-container .card-container .card-item .inner {
    padding: 20px 10px;
  }
  #content-wrapper #home-page .banner-slider-section .card-wrapper .custom-container .card-container .card-item .inner .icon-num-wrapper span {
    height: 30px;
    width: 30px;
  }
  #content-wrapper #home-page .banner-slider-section .card-wrapper .custom-container .card-container .card-item .inner .icon-num-wrapper span h2 {
    font-size: 16px;
  }
  #content-wrapper #home-page .banner-slider-section .card-wrapper .custom-container .card-container .card-item .inner .title {
    padding-bottom: 15px;
  }
  #content-wrapper #home-page .banner-slider-section .card-wrapper .custom-container .card-container .card-item .inner .title h2 {
    font-size: 18px;
  }
  #content-wrapper #home-page .banner-slider-section .card-wrapper .custom-container .card-container .card-item .inner .content {
    padding-bottom: 15px;
  }
  #content-wrapper #home-page .banner-slider-section .card-wrapper .custom-container .card-container .card-item .inner .content p {
    font-size: 12px;
    line-height: 1.5;
  }
  #content-wrapper #home-page .banner-slider-section .card-wrapper .custom-container .card-container .card-item .inner .form-action button {
    font-size: 14px;
  }
  #content-wrapper #chairman-page .message-nav-section .message-container .inner .content .chairman-container .inner .image-container {
    height: 150px;
    width: 150px;
  }
  #content-wrapper #chairman-page .message-nav-section .message-container .inner .content .chairman-container .inner .text-container h3 {
    font-size: 18px;
  }
  #content-wrapper #chairman-page .message-nav-section .message-container .inner .content .chairman-container .inner .text-container h4 {
    font-size: 16px;
  }
  #content-wrapper #contact-page .contact-section .contact-container .contact-item:first-of-type .inner .fields .common-item:not(:last-of-type) {
    margin-bottom: 20px;
  }
  #content-wrapper #contact-page .contact-section .contact-container .contact-item:first-of-type .inner .fields .common-item label {
    font-size: 18px;
    padding-bottom: 5px;
  }
  #content-wrapper #contact-page .contact-section .contact-container .contact-item:first-of-type .inner .fields .common-item input {
    font-size: 16px;
    padding-bottom: 5px;
  }
  /*--------------------------------- Content Wrapper Ends ----------------------------------*/
  /*--------------------------------- Footer Wrapper Starts ---------------------------------*/
  #footer-wrapper .top-footer .top-footer-wrapper .top-footer-item .title h3 {
    font-size: 20px;
  }
  #footer-wrapper .top-footer .top-footer-wrapper .top-footer-item .content h5 {
    font-size: 14px;
  }
  #footer-wrapper .top-footer .top-footer-wrapper .top-footer-item .content ul li:not(:last-of-type) {
    margin-bottom: 10px;
  }
  #footer-wrapper .top-footer .top-footer-wrapper .top-footer-item .content ul li a h5 {
    font-size: 14px;
  }
  #footer-wrapper .bottom-footer p {
    font-size: 14px;
  }
  /*---------------------------------- Footer Wrapper Ends ----------------------------------*/
  /*----------------------------------- Components Starts -----------------------------------*/
  .common-image-container .custom-container .inner {
    padding: 0 0 130px 70px;
  }
  .common-image-container .custom-container .inner .banner-content .banner-title h1 {
    font-size: 16px;
  }
  .common-image-container .custom-container .inner .banner-content .section-content p {
    font-size: 26px;
  }
  .common-image-container .custom-container .inner .banner-content .form-action button {
    padding: 5px 5px 5px 15px;
    font-size: 14px;
  }
  .common-content-section .section-content .block-content .content-item.type-text .inner {
    padding: 30px;
  }
  .common-content-section .section-content .block-content .content-item.type-text .inner .content p {
    font-size: 14px;
  }
  .common-content-section .section-content .block-content .content-item.type-text .inner .content ul.uk-accordion li {
    padding: 10px;
  }
  .common-content-section .section-content .block-content .content-item.type-text .inner .content ul.uk-accordion li a.uk-accordion-title {
    font-size: 16px;
  }
  .common-content-section .section-content .block-content .content-item.type-image .image-container {
    height: 603px;
  }
  .common-content-section .section-content .block-content .content-item.type-image .image-container:after {
    content: none;
  }
  .common-title h2,
  .section-title h2 {
    font-size: 18px;
  }
  .common-title h1,
  .section-title h1 {
    font-size: 20px;
  }
  ul.arrow-style li:not(:last-of-type) {
    margin-bottom: 20px;
  }
  ul.arrow-style li:before {
    font-size: 16px;
    top: 5%;
    -webkit-transform: translateX(-5%);
            transform: translateX(-5%);
  }
  .common-member-section .member-container .member .image-container {
    height: 200px;
    width: 200px;
  }
  .common-member-section .member-container .member .text-container h3 {
    font-size: 20px;
  }
  .common-member-section .member-container .member .text-container h4 {
    font-size: 18px;
  }
  .common-social-links ul li {
    height: 40px;
    width: 40px;
  }
  .common-social-links ul li a {
    font-size: 20px;
  }
  .common-news-events-section .section-wrapper .section-content .item .text-container .event-container ul li:not(:last-of-type) {
    margin-right: 10px;
  }
  /*------------------------------------ Components Ends ------------------------------------*/
  /*---------------------------------- Slick Slider Starts ----------------------------------*/
  /*----------------------------------- Slick Slider Ends -----------------------------------*/
  /*------------------------------------ Animation Starts -----------------------------------*/
  /*------------------------------------- Animation Ends ------------------------------------*/
  /*-------------------------------------- Modal Starts -------------------------------------*/
  /*--------------------------------------- Modal Ends --------------------------------------*/
}

@media all and (max-width: 830px) {
  /*------------------------------------ Site Wide Starts -----------------------------------*/
  .form-action button {
    font-size: 14px;
  }
  /*------------------------------------- Site Wide Ends ------------------------------------*/
  /*--------------------------------- Header Wrapper Starts ---------------------------------*/
  #header-wrapper .navbar-section .navbar-container .logo-container {
    width: 100px;
  }
  #header-wrapper .navbar-section .navbar-container .nav-container .menu-main-menu-container > ul > li a {
    font-size: 10px;
  }
  #header-wrapper .navbar-section .navbar-container .nav-container .menu-main-menu-container > ul > li ul.dropdown-menu {
    min-width: 100px;
  }
  #header-wrapper .navbar-section .navbar-container .nav-container .menu-main-menu-container > ul > li ul.dropdown-menu > li > a {
    font-size: 10px;
    padding: 5px;
  }
  /*--------------------------------- Header Wrapper Ends ---------------------------------*/
  /*-------------------------------- Content Wrapper Starts ---------------------------------*/
  #content-wrapper #chairman-page .message-nav-section .message-container {
    padding: 15px;
  }
  /*--------------------------------- Content Wrapper Ends ----------------------------------*/
  /*--------------------------------- Footer Wrapper Starts ---------------------------------*/
  #footer-wrapper .top-footer .top-footer-wrapper {
    margin: 0 -15px;
  }
  #footer-wrapper .top-footer .top-footer-wrapper .top-footer-item {
    padding: 0 15px;
  }
  /*---------------------------------- Footer Wrapper Ends ----------------------------------*/
  /*----------------------------------- Components Starts -----------------------------------*/
  .common-title h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .common-title h1 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .common-content-section .section-content .block-content .content-item.type-text .inner .title h2 {
    font-size: 18px;
  }
  .common-content-section .section-content .block-content .content-item.type-text .inner .content p {
    font-size: 13px;
  }
  .common-what-we-do-section .section-content .tab-container {
    margin: -10px;
  }
  .common-what-we-do-section .section-content .tab-container .tabs {
    padding: 10px;
  }
  .common-what-we-do-section .section-content .tab-container .tabs .inner {
    padding: 30px 10px;
  }
  .common-what-we-do-section .section-content .tab-container .tabs .inner .title {
    padding: 15px 0;
  }
  .common-what-we-do-section .section-content .tab-container .tabs .inner .title h3 {
    font-size: 20px;
  }
  .common-quote-slider-section .quote-slider .quote-slider-item .quote-slider-wrapper .quote-item:nth-of-type(1) .text-container p::before {
    top: -30%;
  }
  .common-member-section .member-container {
    margin: -25px;
  }
  .common-member-section .member-container .member {
    padding: 25px;
  }
  .common-member-section .member-container .member .image-container {
    height: 150px;
    width: 150px;
  }
  .common-member-section .member-container .member .text-container h3 {
    font-size: 16px;
  }
  .common-member-section .member-container .member .text-container h4 {
    font-size: 14px;
  }
  .common-block-content {
    margin: -10px;
  }
  .common-block-content .common-block-item {
    padding: 10px;
  }
  .common-nav-container .inner {
    padding: 10px;
  }
  .common-inner .content-inner-wrapper .content-inner-item ._inner .common-block-item:first-of-type .image-container {
    height: 60px;
    width: 60px;
  }
  .common-news-events-section .section-wrapper .section-content {
    margin: -15px;
  }
  .common-news-events-section .section-wrapper .section-content .item {
    padding: 15px;
  }
  .common-news-events-section .section-wrapper .section-content .item .text-container .event-container ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .common-news-events-section .section-wrapper .section-content .item .text-container .event-container ul li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
  }
  .common-news-events-section .section-wrapper .section-content .item .text-container .event-container ul li:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .common-news-events-section .section-wrapper .section-content .item .text-container .event-container ul li span {
    width: 100%;
  }
  /*------------------------------------ Components Ends ------------------------------------*/
  /*---------------------------------- Slick Slider Starts ----------------------------------*/
  /*----------------------------------- Slick Slider Ends -----------------------------------*/
  /*------------------------------------ Animation Starts -----------------------------------*/
  /*------------------------------------- Animation Ends ------------------------------------*/
  /*-------------------------------------- Modal Starts -------------------------------------*/
  /*--------------------------------------- Modal Ends --------------------------------------*/
}

@media all and (max-width: 767px) {
  /*------------------------------------ Site Wide Starts -----------------------------------*/
  .custom-container {
    padding: 40px 20px;
  }
  .custom-container.added-top-padding {
    padding-bottom: 20px;
  }
  body.open-menu .nav-section {
    opacity: 1;
    pointer-events: initial;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
  /*------------------------------------- Site Wide Ends ------------------------------------*/
  /*--------------------------------- Header Wrapper Starts ---------------------------------*/
  #header-wrapper .navbar-section .navbar-container .logo-container {
    width: 70px;
  }
  #header-wrapper .navbar-section .navbar-container .nav-container {
    display: none;
  }
  #header-wrapper .navbar-section .navbar-container .burger-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #header-wrapper .navbar-section .navbar-container .burger-container .nav-toggle {
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 30px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #header-wrapper .navbar-section .navbar-container .burger-container .nav-toggle span {
    display: inline-block;
    height: 2px;
    width: 25px;
    background-color: #FFBE58;
  }
  #header-wrapper .navbar-section .navbar-container .burger-container .nav-toggle span:not(:last-of-type) {
    margin-bottom: 6px;
  }
  /*--------------------------------- Header Wrapper Ends ---------------------------------*/
  /*-------------------------------- Content Wrapper Starts ---------------------------------*/
  #content-wrapper #home-page .banner-slider-section .banner-slider {
    margin-bottom: 0;
  }
  #content-wrapper #home-page .banner-slider-section .card-wrapper {
    position: initial;
    bottom: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  #content-wrapper #home-page .banner-slider-section .card-wrapper .custom-container .card-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #content-wrapper #home-page .banner-slider-section .card-wrapper .custom-container .card-container .card-item {
    width: 100%;
  }
  #content-wrapper #about-page .support-section .section-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #content-wrapper #about-page .support-section .section-content .image-container {
    width: 100%;
    padding: 20px;
  }
  #content-wrapper #services-page .research-services-section .common-block-content .common-block-item:first-of-type .inner {
    padding: 20px;
  }
  #content-wrapper #services-page .research-services-section .common-block-content .common-block-item:first-of-type .inner .description ul {
    padding-left: 0;
  }
  #content-wrapper #contact-page .contact-section .contact-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #content-wrapper #contact-page .contact-section .contact-container .contact-item:first-of-type, #content-wrapper #contact-page .contact-section .contact-container .contact-item:last-of-type {
    width: 100%;
  }
  #content-wrapper #products-page .video {
    margin-top: 40px;
  }
  #content-wrapper #products-page .product-section .custom-container .product-container .outer-container .box-container {
    width: 100%;
  }
  #content-wrapper #products-page .product-section .custom-container .product-container .outer-container .box-container .image-container {
    width: 100%;
  }
  #content-wrapper #products-page .product-section .custom-container .product-container .outer-container .box-container .inner-content-container h6 {
    text-align: center;
    font-size: 14px;
  }
  #content-wrapper #products-page .product-section .custom-container .product-container .outer-container .box-container .button-container button {
    text-align: center;
    font-size: 13px;
    padding: 4px 15px;
  }
  /*--------------------------------- Content Wrapper Ends ----------------------------------*/
  /*--------------------------------- Footer Wrapper Starts ---------------------------------*/
  #footer-wrapper .common-floating-footer .floating-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #footer-wrapper .common-floating-footer .floating-container .icon {
    width: 100%;
  }
  #footer-wrapper .top-footer .top-footer-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #footer-wrapper .top-footer .top-footer-wrapper .top-footer-item {
    width: 100%;
    padding: 15px;
  }
  #footer-wrapper .top-footer .top-footer-wrapper .top-footer-item .title {
    padding-bottom: 20px;
  }
  /*---------------------------------- Footer Wrapper Ends ----------------------------------*/
  /*----------------------------------- Components Starts -----------------------------------*/
  .common-content-section .section-content .block-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .common-content-section .section-content .block-content .content-item {
    width: 100%;
  }
  .common-content-section .section-content .block-content .content-item.type-text .inner.no-top-padding {
    padding-top: 30px;
  }
  .common-content-section .section-content .block-content .content-item.type-text .inner.left-padding {
    padding-left: 0;
  }
  .common-what-we-do-section .section-content .tab-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .common-what-we-do-section .section-content .tab-container .tabs {
    width: 100%;
  }
  .common-image-container {
    height: 600px;
  }
  .common-image-container .custom-container .inner {
    padding: 0;
  }
  .common-image-container .custom-container .inner .banner-content .section-content p {
    font-size: 22px;
  }
  .common-quote-slider-section .quote-slider .quote-slider-item .quote-slider-wrapper .quote-item:nth-of-type(1) .text-container p:before {
    top: -10%;
  }
  .common-quote-slider-section .quote-slider .quote-slider-item .quote-slider-wrapper .quote-item:nth-of-type(2) .image-container {
    width: 200px;
  }
  .common-banner-section {
    margin-bottom: 0;
  }
  .common-block-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .common-block-content .common-block-item:first-of-type, .common-block-content .common-block-item:last-of-type {
    width: 100%;
  }
  .common-nav-container {
    padding-bottom: 20px;
  }
  .common-nav-container .inner {
    padding: 0 20px;
  }
  .common-title h2:after {
    right: -60px;
    width: 50px;
  }
  .common-member-section .member-container .member {
    width: 100%;
  }
  .common-news-events-section .section-wrapper .section-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .common-news-events-section .section-wrapper .section-content .item {
    width: 100%;
  }
  .common-swiperjs .swiper {
    width: 100%;
    height: 100%;
  }
  .common-swiperjs .swiper.mySwiper .swiper-wrapper .swiper-slide {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px;
  }
  .common-swiperjs .swiper.mySwiper .swiper-wrapper .swiper-slide .image-container {
    height: 100%;
  }
  .common-swiperjs .swiper.mySwiper .swiper-wrapper .swiper-slide .image-container img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .common-product-details .custom-container .product-details-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .common-product-details .custom-container .product-details-container .product-info {
    width: 100%;
    border-right: none;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .common-product-details .custom-container .product-details-container .product-desc {
    width: 100%;
  }
  .common-member-section .common-title {
    text-align: center;
  }
  .common-member-section .common-title h2 {
    text-transform: capitalize;
  }
  .common-member-section .member-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -40px;
  }
  .common-member-section .member-container .member {
    width: 100%;
    padding: 50px;
  }
  .common-member-section .member-container .member .image-container {
    height: 200px;
    width: 200px;
  }
  .common-member-section .member-container .member .text-container {
    padding: 20px 0;
  }
  .common-member-section .member-container .member .text-container h3 {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .common-member-section .member-container .member .text-container h4 {
    font-size: 16px;
  }
  /*------------------------------------ Components Ends ------------------------------------*/
  /*---------------------------------- Slick Slider Starts ----------------------------------*/
  /*----------------------------------- Slick Slider Ends -----------------------------------*/
  /*------------------------------------ Animation Starts -----------------------------------*/
  /*------------------------------------- Animation Ends ------------------------------------*/
  /*-------------------------------------- Modal Starts -------------------------------------*/
  /*--------------------------------------- Modal Ends --------------------------------------*/
}
/*# sourceMappingURL=responsive.css.map */