@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1180px;
  }

  /* min-width:1200px */
}
@media only screen and (min-width: 1920px) {
  html {
    font-size: 1.375rem;
  }

  .container {
    max-width: 1720px;
  }

  .col,
  .col-1,
  .col-10,
  .col-11,
  .col-12,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-auto,
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-auto,
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-auto,
  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-auto,
  .col-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-auto {
    padding-right: 20px;
    padding-left: 20px;
  }

  .row {
    margin-right: -20px;
    margin-left: -20px;
  }

  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
  
  .footer_bottom .footer_link ul li a {
    font-size: 22px;
    line-height: 42px;
  }
  .footer_bottom .footer_link h6 {
    font-size: 22px;
    line-height: 31px;
    margin-bottom: 15px;
  }
  .social_link i {
    font-size: 32px;
    padding: 0 15px;
    line-height: 40px;
  }
  .footer_bottom .footer_link {
    max-width: 1250px;
  }
  .footer_bottom .footer_logo {
    width: 160px;
  }
  .footer_para {
    font-size: 16px;
    line-height: 25px;
  }
  .copyright p {
    font-size: 22px;
    line-height: 30px;
  }
  .copyright .copyrightText span {
    font-size: 28px;
  }
  .footer_top .content {
    max-width: 1250px;
  }
  .footer_top h4 {
    font-size: 42px;
    line-height: 48px;
    margin-bottom: 20px;
  }
  .footer_top .text span {
    font-size: 23px;
    line-height: 31px;
  }
  .footer_top .text {
    padding-right: 160px;
    width: 400px;
  }
  .footer_top .contact {
    padding-left: 160px;
    width: calc(100% - 400px);
  }
  .footer_top h6 {
    font-size: 24px;
    margin-bottom: 15px;
    line-height: 32px;
  }
  .footer_top .contact p {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .footer_top .contact a {
    font-size: 24px;
    line-height: 32px;
  }
  .footer_top .contact .call_us {
    width: 255px;
    margin-right: 42px;
  }
  .footer_top .contact .email_us {
    width: 392px;
  }
}
@media only screen and (min-width: 2560px) {
  html {
    font-size: 1.9rem;
  }

  .container {
    max-width: 2360px;
  }

  .col,
  .col-1,
  .col-10,
  .col-11,
  .col-12,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-auto,
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-auto,
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-auto,
  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-auto,
  .col-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-auto {
    padding-right: 25px;
    padding-left: 25px;
  }

  .row {
    margin-right: -25px;
    margin-left: -25px;
  }

  .container {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media only screen and (max-width: 1280px) {
  .textSection.style_2 {
    font-size: 14px;
  }

  .postHeading .like .pld-like-wrap {
    font-size: 16px;
  }

  /* max-width:1280px */
}
@media only screen and (max-width: 1199px) {
  .sideBar .asideWrapper {
    padding-left: 10px;
  }

  .sectionPadding_2 {
    padding: 45px 0 60px;
  }

  .pb-60 {
    padding-bottom: 50px !important;
  }

  .textSection.style_2 h6 {
    margin: 30px 0;
  }

  .allStories .story .content .textSection {
    min-height: auto;
  }

  .sectionPadding_1 {
    padding: 50px 0 70px;
  }

  .filterBy {
    padding: 45px 0;
  }

  .filterOption .selectOption,
  .filterOption .selectOption option {
    font-size: 15px;
  }

  .postHeading .like .pld-like-wrap {
    font-size: 16px;
  }

  .postHeading .like.mt-1 {
    margin-top: 5px !important;
  }
  
  .footer_bottom {
    padding: 75px 45px 55px;
  }
  .footer_bottom .footer_logo {
    left: 45px;
  }
  .footer_top .text {
    padding-right: 60px;
    width: 202px;
  }
  .footer_top .contact {
    padding-left: 60px;
    width: calc(100% - 202px);
  }
  .footer_top .content {
    max-width: 610px;
  }
  .footer_bottom .footer_link {
    max-width: 610px;
  }
  .footer_top h4 {
    font-size: 26px;
    line-height: 32px;
  }
  .footer_top .text span {
    font-size: 14px;
    line-height: 19px;
  }
  .footer_top .contact p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .footer_top .contact a {
    font-size: 14px;
  }
  .footer_top .contact .call_us {
    width: 148px;
  }
  .footer_top .contact .email_us {
    width: 170px;
  }

  /* max-width:1199px */
}
@media only screen and (max-width: 991px) {
  .sideBar .asideWrapper {
    padding-left: 0;
    padding-top: 40px;
  }

  .breadcrumbs {
    padding: 35px 0;
  }

  .breadcrumbsLink li {
    font-size: 12px;
  }

  .breadcrumbsLink li .fa-angle-right {
    font-size: 13px;
  }

  .sectionPadding_2 {
    padding: 40px 0 55px;
  }

  .postHeading .headingBottom .info span {
    font-size: 14px;
  }

  .textSection.style_2 h6 {
    font-size: 14px;
  }

  .nextPrevPage .pageNo {
    font-size: 14px;
  }

  .postSearch .form-control {
    font-size: 16px;
  }

  aside h4 {
    font-size: 22px;
  }

  aside ul li {
    font-size: 14px;
  }

  .find-career.style_2 .cta-content p {
    font-size: 16px;
  }

  .btn-rounded {
    font-size: 14px;
  }

  aside .relatedStories li {
    width: 20%;
  }

  .filterOption .option .title {
    padding: 8px 12px;
  }

  .filterBy .content h3 {
    width: 20%;
  }

  .filterBy .content .filterOption {
    width: 80%;
  }

  .filterOption .filterDropdown li {
    font-size: 15px;
    padding: 7px 10px;
  }

  .filterBy {
    padding: 35px 0;
  }

  .allStories .textSection {
    font-size: 15px;
  }

  .allStories .comment .designation {
    font-size: 13px;
  }

  .allStories .story .content {
    padding: 12px;
  }

  .allStories .story {
    padding: 10px;
  }

  .allStories {
    margin: -10px;
  }

  .sectionPadding_1 {
    padding: 45px 0 60px;
  }

  .find-career.style_2 {
    padding: 90px 0;
  }

  .allStories .comment {
    padding: 20px 12px 15px;
  }

  .postHeading .like .pld-like-wrap {
    font-size: 15px;
  }
  
  .footer_bottom .footer_logo {
    display: none;
  }

  /* max-width:991px */
}
@media only screen and (max-width: 767px) {
  .postHeading .headingBottom .designation.text-right {
    text-align: left !important;
    margin-top: 12px !important;
  }

  .textSection.style_2 h6 {
    margin: 20px 0;
  }

  .pb-60 {
    padding-bottom: 45px !important;
  }

  .find-career.style_2 {
    padding: 80px 0;
  }

  .breadcrumbs {
    padding: 30px 0;
  }

  .filterBy .content h3 {
    width: 30%;
  }

  .filterOption {
    flex-wrap: wrap;
  }

  .filterOption .filterDropdown {
    position: relative;
  }

  .filterOption .option {
    width: 100%;
    margin-bottom: 10px;
  }

  .filterOption .option:last-of-type {
    margin-bottom: 0;
  }

  .filterBy .content .filterOption {
    width: 68%;
  }

  .allStories .grid-sizer,
  .allStories .story {
    width: 50%;
  }

  .sectionPadding_1 {
    padding: 40px 0 50px;
  }

  .breadcrumbsLink {
    justify-content: flex-start;
    padding-top: 15px;
  }

  .innerbannerText h1 {
    line-height: 1.2 !important;
    font-size: 38px !important;
  }
  
  .footer_top .text span {
    font-size: 13px;
    line-height: 18px;
  }
  .footer_top h4 {
    font-size: 24px;
    line-height: 28px;
  }
  .footer_top .contact p {
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 8px;
  }
  .footer_top .text {
    padding-right: 22px;
    width: 150px;
  }
  .footer_top .contact {
    padding-left: 22px;
    width: auto;
  }
  .footer_top .contact .call_us {
    width: 138px;
  }
  .footer_bottom .footer_link {
    max-width: 510px;
  }
  .footer_bottom {
    padding: 40px 21px 35px;
  }
  .footer_para {
    max-width: 510px;
    margin: 0 auto 15px;
  }
  .footer_bottom .footer_link {
    margin-bottom: 30px;
  }

  /* max-width:767px */
}
@media only screen and (max-width: 575px) {
  .postHeading .headingBottom .info span {
    font-size: 13px;
  }

  .postHeading {
    padding: 35px 0 20px;
  }

  .breadcrumbs {
    padding: 25px 0;
  }

  .sectionPadding_2 {
    padding: 40px 0 50px;
  }

  .shareBtn i {
    line-height: 23px;
  }

  .find-career.style_2 .cta-content p {
    font-size: 15px;
  }

  .find-career.style_2 {
    padding: 60px 0;
  }

  .pb-60 {
    padding-bottom: 40px !important;
  }

  aside .relatedStories li {
    width: 25%;
  }

  .filterBy .content .filterOption {
    width: 50%;
    flex-grow: 1;
  }

  .filterBy .content h3 {
    width: 30%;
    font-size: 24px;
  }

  .innerbannerText h1 {
    font-size: 35px !important;
  }

  .blogPost .heroImg .img {
    padding-top: 50%;
  }
  
  .footer_top .text {
    padding-right: 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #0046ad;
    width: 100%;
    border-right: 0;
    margin-bottom: 30px;
  }
  .footer_top .text .footer_top {
    padding: 50px 0px;
  }
  .footer_top .text span {
    font-size: 16px;
    line-height: 22px;
  }
  .footer_top h4 {
    font-size: 26px;
  }
  .footer_top .contact {
    padding: 0;
    margin: 0;
  }
  .footer_top .contact .call_us {
    margin: 0;
    padding-bottom: 25px;
    width: 100%;
  }
  .footer_top .contact p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .footer_top h6 {
    font-size: 18px;
  }
  .footer_top .contact a {
    font-size: 16px;
  }
  .footer_top .contact .email_us {
    width: 100%;
  }
  .footer_top {
    padding: 60px 0px 40px;
  }
  .footer_bottom .footer_logo {
    display: block;
    width: 85px;
    top: 40;
    left: 15px;
  }
  .footer_bottom {
    padding: 120px 15px 40px;
  }
  .social_media {
    margin-top: 40px;
  }
  
  
  .footer_bottom .footer_link h6 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .social_link i {
    font-size: 28px;
    padding: 0 12px;
  }
  .footer_para {
    font-size: 12px;
    line-height: 18px;
  }
  .footer_bottom .footer_link ul li a {
    font-size: 16px;
    line-height: 24px;
  }
  .footer_bottom .footer_link ul li {
    margin-bottom: 6px;
  }
  .footer_bottom .footer_link .mob_link {
    display: block;
  }
  .footer_bottom .footer_link .link_3 {
    display: none;
  }
  .footer_bottom .footer_link {
    justify-content: flex-start;
  }
  .footer_bottom .footer_link .link_1 {
    margin-right: 90px;
  }
  .social_media {
    width: 100%;
  }

  /* max-width:575px */
}
@media only screen and (max-width: 540px) {
  .breadcrumbs h1 {
    text-align: center;
  }
  .breadcrumbs .banner-mad-logo {
    text-align: center;
    padding-top: 20px;
  }
  .banner-mad-logo img {
    position: relative;
    top: unset;
    -ms-transform: none;
    transform: none;
    right: auto;
  }
  .hero-hdr-content .banner-mad-logo {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .breadcrumbs [class*="col-"] {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pb-60 {
    padding-bottom: 35px !important;
  }

  .shareBtn {
    width: 105px;
  }

  .nextPrevPage .pageNo {
    font-size: 13px;
  }

  .nextPrevPage li + li {
    margin-left: 14px;
  }

  aside ul li {
    font-size: 13px;
  }

  .filterBy .content h3 {
    width: 100%;
    margin-bottom: 20px;
  }

  .filterBy .content .filterOption {
    width: 100%;
  }

  .allStories .story {
    padding: 8px;
  }

  .allStories {
    margin: -8px;
  }

  .allStories .comment hr {
    margin: 20px 0 10px;
  }

  .innerbannerText h1 {
    font-size: 32px !important;
    margin-top: 18px;
  }

  /* max-width:479px */
}
@media only screen and (max-width: 424px) {
  aside .relatedStories li {
    width: 33.3333%;
  }

  .postHeading {
    padding: 25px 0 20px;
  }

  .find-career.style_2 {
    padding: 50px 0;
  }

  .textSection.style_2 h6 span {
    padding-right: 12px;
    margin-right: 12px;
  }

  .sectionPadding_2 {
    padding: 35px 0 45px;
  }

  .allStories .grid-sizer,
  .allStories .story {
    width: 100%;
  }

  .allStories .story .content {
    padding: 15px;
  }

  .allStories .comment {
    padding: 25px 15px 20px;
  }

  .allStories .story {
    padding: 10px;
  }

  .allStories {
    margin: -10px;
  }

  .sectionPadding_1 {
    padding: 35px 0 45px;
  }

  .innerbannerText.banner_text {
    left: 15px !important;
  }

  /* max-width:424px */
}
@media only screen and (max-width: 374px) {
  .nextPrevPage li + li {
    margin-left: 8px;
  }

  .postFooter .row {
    margin: 0;
  }

  .postFooter .row [class*="col-"] {
    padding: 0;
  }

  .nextPrevPage .pageNo {
    font-size: 12px;
  }

  .nextPrevPage button {
    height: 34px;
    width: 34px;
    font-size: 13px;
  }

  .find-career.style_2 {
    padding: 42px 0;
  }

  .sectionPadding_1 {
    padding: 35px 0 40px;
  }

  .innerbannerText h1 {
    font-size: 29px !important;
  }

  /* max-width:374px */
}

/*# sourceMappingURL=responsive.css.map */
