.news-date {
    width: 300px;
}

.testimonial-peragraph {
    width: 100%;
}

.slick-dots {
    bottom: -50px;
    padding-left: 0px;
}

.trigger_popup {
    transform: rotate(0 deg);
    position: fixed;
    top: 44.75%;
    right: 1.5%;
    z-index: 999;
    cursor: pointer;
    background-color: #ff9800;
    border-color: #ff9800;
    border-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 10px 16px;
    font-size: 18 px;
    font-weight: bold;
    color: #03034b;
    line-height: 1.0;
}

.trigger_popup:hover {
    background-color: #ff9800;
    border-color: #ff9800;
}

.trigger_popup1 {
    transform: rotate(0 deg);
    position: fixed;
    top: 38%;
    right: 1.5%;
    z-index: 999;
    cursor: pointer;
    background-color: #ff9800;
    border-color: #ff9800;
    border-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 10px 16px;
    font-size: 19px;
    font-weight: bold;
    color: #03034b;
    line-height: 1.0;
}

.trigger_popup1:hover {
    background-color: #03034b;
    border-color: #03034b;
    font-size: 19px;
    font-weight: bold;
    color: #ff9800;
    line-height: 1.0
}

.trigger_popup2 {
    transform: rotate(0 deg);
    position: fixed;
    top: 51%;
    right: 1.5%;
    z-index: 999;
    cursor: pointer;
    background-color: #ff9800;
    border-color: #03034b;
    border-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 10px 16px;
    font-size: 15px;
    font-weight: bold;
    color: #03034b;
    line-height: 1.0;
}

.trigger_popup2:hover {
    background-color: #03034b;
    border-color: #ff9800;
    font-size: 15px;
    font-weight: bold;
    color: #ff9800;
    line-height: 1.0
}

.trigger_popup3 {
    transform: rotate(0 deg);
    position: fixed;
    top: 56%;
    right: 1.5%;
    z-index: 999;
    cursor: pointer;
    background-color: #ff9800;
    border-color: #03034b;
    border-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 10px 16px;
    font-size: 15px;
    font-weight: bold;
    color: #03034b;
    line-height: 1.0;
}

.trigger_popup3:hover {
    background-color: #03034b;
    border-color: #ff9800;
    font-size: 15px;
    font-weight: bold;
    color: #ff9800;
    line-height: 1.0
}

.trigger_popup123 {
    transform: rotate(0 deg);
    position: fixed;
    top: 38%;
    right: 0.5%;
    z-index: 999;
    padding: 10px 16px;
}

.trigger_popup5 {
    transform: rotate(0 deg);
    position: fixed;
    top: 63%;
    right: 1.5%;
    z-index: 999;
    cursor: pointer;
    background-color: #ff9800;
    border-color: #03034b;
    border-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 10px 16px;
    font-size: 15px;
    font-weight: bold;
    color: #03034b;
    line-height: 1.0;
}

.trigger_popup5:hover {
    background-color: #03034b;
    border-color: #ff9800;
    font-size: 15px;
    font-weight: bold;
    color: #ff9800;
    line-height: 1.0
}

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 9999999;
    /* Sit on top */
    padding-top: 35px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

.modal-content {
    background-color: transparent;
    margin: auto;
    padding: 0;
    border: 0px solid #888;
    max-width: 390px;
    position: relative;
    box-shadow: none;
}

.close {
    color: #797878;
    float: right;
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    right: 15px;
    z-index: 9999;
    top: 3px;
}

.close:hover,
.close:focus {
    color: #797878;
    text-decoration: none;
    cursor: pointer;
}

.head_text {
    background-color: #f1f1f1;
    color: #000;
    text-align: center;
    padding: 7px;
    font-size: 25px;
    border-top-left-radius: 35px;
    padding-bottom: 0;
}

@media (max-width:768px) {
    .trigger_popup {
        transform: rotate(0);
        bottom: 0;
        top: 90%;
        right: unset;
        margin: 0;
        left: 15%;
        font-size: 14px;
        padding: 6px 10px;
    }

    .popupCloseButton {
        top: -10px;
        right: -2px;
    }
}

.newspaper {
    column-count: 3;
    column-gap: 40px;
}

span.c {
    display: block;
    width: 360px;
    height: 200px;
    padding: 5px;
}

.a1 {
    text-decoration: none;
    color: white
}

.a1 span {
    text-shadow: 1px 1px black;
}

.a1 img {
    float: left;
    width: 30px;
}

.a2 {
    position: fixed;
    color: white;
    background-color: #169a8a;
    font: 500 14px / 1.8 Lato, sans-serif;
    right: 0px;
    border-radius: 25px 0px 0px 25px;
    top: 380px;
    z-index: 99;
    cursor: pointer;
    border: none;
    padding: 6px 15px;
}

.a3 li {
    position: relative;
}

.a3 li a {
    font-size: 10px !important;
    padding: 0px 5px;
}

.a4 i {
    color: orange;
}

.a4 a {
    color: orange;
}

.a5 {
    padding-left: 100px;
    background-repeat: no-repeat;
    background-position: left;
}

.small-image {
    border-radius: 6px;
    border: 1px solid white;
    box-shadow: 2px 1px #adadad;
}

.small-image:hover {
    border-radius: 6px;
    border: 1px solid white;
    box-shadow: 2px 1px;
}

.a6 {
    padding-top: 10px;
    text-align: right;
    height: 70px;
}

.a6 img {
    max-width: 50px;
    margin-right: 10px;
    padding-right: 0px !important;
}

.a7 {
    margin-top: 5px;
    width: 750px;
    float: right;
    border: 0px;
}

.a8 {
    background-color: #063956;
    padding: 13px 15px 13px 13px;
    font-weight: 700;
    border-radius: 20px 0px 0px 20px;
    margin-right: 0px;
}

.a9 {
    background-color: white;
    font-family: 'Raleway';
    font-weight: 700;
    padding: 13px;
    box-shadow: 0px 1px 3px grey;
}

.a10 i {
    color: brown;
}

.a10 {
    list-style-type: square;
}

.a11 img.a12 {
    max-width: 137px;
    margin-right: 10px;
    padding-right: 0px !important;
}

.a12 {
    padding-right: 0px;
}

.a13 {
    position: relative;
}

.a14 {
    position: relative;
}

.a15 {
    padding-right: 0px;
}

.a16 {
    position: relative;
}

.a17 {
    padding-right: 0px;
}

.a18 {
    position: relative;
}

.a19 {
    position: relative;
}

.a20 {
    display: none;
    width: 260px;

}

.a21 {
    padding-right: 0px;
}

.a22 {
    display: none;
    width: 380px;
}

.bannertextbg {
    background-color: rgba(255, 255, 255, 0.5);
    width: 440px;
    height: 230px;
}

.bannertext1 {
    font-size: 40px;
    font-weight: bold;
    color: #333;
    text-shadow: none;
    max-width: 310px;
}

.bannertext2 {
    font-size: 18px;
    font-weight: normal;
    color: #000;
    max-width: 310px;
    text-shadow: none;
}

.largeredbtnn {
    font-weight: normal;
    padding: 10px 70px 10px 10px;
    background-color: #333;
    color: #fff !important;
}

#nav>li div.subnav2 {

    width: max-content;

}

.breadcrumbs-area {
    padding: 15px !important;
}

a.button12 {
    display: inline-block;
    padding: 5px 12px;
    font-size: 12px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #fff;
    background-color: #ffa200;
    border: none;
    border-radius: 15px;
    box-shadow: 0 3px #999;
}

a.button12:hover {
    background-color: #e68801
}

a.button12:active {
    background-color: #e68801;
    box-shadow: 0 3px #666;
    transform: translateY(4px);
}

.a23 {
    width: 100%;
    position: relative;
    bottom: 0px;
    left: 0px;
}

.a24 {
    padding: 15px;
    min-height: 160px;
}

.a24 h6 {
    min-height: 60px;
}

.a24 h6 a {
    font-weight: bolder;
}

.a25 {
    margin-bottom: 15px;
}

.a26 {
    width: 100%;
    position: relative;
    bottom: 0px;
    left: 0px;
}

.a27 {
    width: 100%;
}

.a28 {
    padding: 15px;
    min-height: 160px;
}

.a28 h6 {
    min-height: 60px;
}

.a28 h6 a {
    font-weight: bolder;
}

.a29 {
    margin-bottom: 15px;
}

.a30 {
    width: 100%;
}

.a31 {
    width: 100%;
    position: relative;
    bottom: 0px;
    left: 0px;
}

.a32 {
    width: 100%;
}

.a33 {
    background-color: #f1f1f1;
}

.a34 {
    padding: 30px 0px 0px 0px;
}

.a35 {
    margin-bottom: 10px;
}

.a36 {
    background-color: white
}

.a37 {
    background-color: #1e0750;
}

.a38 {
    color: orange;
}

.a38 span {
    font-weight: bolder;
    color: #063956;
}

.a39 {
    width: 152px;
    border: 1px solid #073487;
}

.a40 {
    font-weight: bolder;
}

.a41 {
    margin-bottom: 20px;
}

.a42 {
    font-size: 14px;
}

.blog-details {
    border: 0px;
    padding: 7px 15px 23px;
    background-color: #2c2c2c0d;
    min-height: 95px;
}

.borderblog {
    height: 5px;
    background-color: #ccc;
    width: 100%;
}

.facultydivs {
    padding: 10px;
}

.a43 {
    font-size: 13px;
    font-weight: bold;
    color: #000;
}

.a44 {
    font-size: 16.5px;
    font-weight: bold;
    color: #000;
    line-height: normal;
}

.a45 {
    background-color: #f67d79;
}

.a46 {
    background-color: #543eba;
}

.a47 {
    background-color: #97006e;
}

.a48 {
    background-color: #808783;
}

.a49 {
    background-color: #7140dc;
}

.a50 {
    background-color: #336875;
}

.a51 {
    background-color: #efd9f4;
}

.a52 {
    background-color: #cf73d9;
}

.a53 {
    background-color: #9424b9;
}

.a54 {
    background-color: #059373;
}

.a55 {
    background-color: #e78962;
}

.a56 {
    background-color: #06a5c8;
}

.a57 {
    background-color: #b83b6a;
}

.a58 {
    background-color: #fd7caf;
}

.a59 {
    background-color: #2f1141;
}

.a60 {
    background-color: #4398a2;
}

.a61 {
    font-size: 24px;
    font-weight: bolder;
    color: #030644;
}

.a62 {
    padding: 0px 0px 50px 0px;
}

.a63 {
    background-color: #1e0750;
}

.a64 {
    background-color: #eceff7;
}

.a65 {
    font-size: 24px;
    font-weight: bolder;
    color: #030644;
}

.a66 {
    width: 275px;
}

.rowjk {
    background-color: #ececec;
    padding: 2% 0;
}

.a-box {
    display: inline-block;
    width: 240px;
    text-align: center;
}

.img-container {
    height: 230px;
    width: 200px;
    overflow: hidden;
    border-radius: 0px 0px 20px 20px;
    display: inline-block;
}

.img-container img {
    transform: skew(0deg, -13deg);
    height: 250px;
    margin: -35px 0px 0px 0px;
}

.inner-skew {
    display: inline-block;
    border-radius: 20px;
    overflow: hidden;
    padding: 0px;
    transform: skew(0deg, 13deg);
    font-size: 0px;
    margin: 30px 0px 0px 0px;
    background: #c8c2c2;
    height: 250px;
    width: 200px;
}

.text-container {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    padding: 120px 20px 20px 20px;
    border-radius: 20px;
    background: #fff;
    margin: -120px 0px 0px 0px;
    line-height: 19px;
    font-size: 14px;
}

.text-container h3 {
    margin: 20px 0px 10px 0px;
    color: #04bcff;
    font-size: 18px;
}

.a67 {
    width: 150px;
}

@import url(ionicons/2.0.1/css/ionicons.min.css);

.snip1401 {
    position: relative;
    overflow: hidden;
    margin: 10px;
    min-width: 230px;
    max-width: 315px;
    max-height: 220px;
    width: 100%;
    color: #000000;
    font-size: 16px;
}

.snip1401 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.snip1401 img {
    max-width: 100%;
    backface-visibility: hidden;
}

.snip1401 figcaption {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    opacity: 1;
    padding: 30px 0 30px 10px;
    background-color: #ffffff;
    width: 40%;
    -webkit-transform: translateX(150%);
    transform: translateX(150%);
}

.snip1401 figcaption:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 100%;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 120px 120px 120px 0;
    border-color: transparent #ffffff transparent transparent;
}

.snip1401:after {
    position: absolute;
    bottom: 50%;
    right: 40%;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 120px 120px 0 120px;
    border-color: rgba(255, 255, 255, 0.5) transparent transparent transparent;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.snip1401 h3,
.snip1401 p {
    line-height: 1.5em;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    margin: 0;
}

.snip1401 h3 {
    margin: 0 0 5px;
    line-height: 1.1em;
    font-weight: 900;
    font-size: 1.4em;
    opacity: 0.75;
}

.snip1401 p {
    font-size: 0.8em;
}

.snip1401 i {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px 30px;
    font-size: 44px;
    color: #ffffff;
    opacity: 0;
}

.snip1401 a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.snip1401:hover img,
.snip1401.hover img {
    zoom: 1;
    filter: alpha(opacity=50);
    -webkit-opacity: 0.5;
    opacity: 0.5;
}

.snip1401:hover:after,
.snip1401.hover:after,
.snip1401:hover figcaption,
.snip1401.hover figcaption,
.snip1401:hover i,
.snip1401.hover i {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

.buttons {
    margin: 10%;
    text-align: center;
}

.btn-hover {
    width: 120px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    margin: 10px;
    height: 35px;
    text-align: center;
    border: none;
    background-size: 300% 100%;
    border-radius: 50px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-hover:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-hover:focus {
    outline: none;
}

.btn-hover.color-1 {
    background-image: linear-gradient(to right, #25aae1, #40e495, #30dd8a, #2bb673);
    box-shadow: 0 4px 15px 0 rgba(49, 196, 190, 0.75);
}

.btn-hover.color-2 {
    background-image: linear-gradient(to right, #f5ce62, #e43603, #fa7199, #e85a19);
    box-shadow: 0 4px 15px 0 rgba(229, 66, 10, 0.75);
}

.btn-hover.color-3 {
    background-image: linear-gradient(to right, #667eea, #764ba2, #6B8DD6, #8E37D7);
    box-shadow: 0 4px 15px 0 rgba(116, 79, 168, 0.75);
}

.btn-hover.color-4 {
    background-image: linear-gradient(to right, #fc6076, #ff9a44, #ef9d43, #e75516);
    box-shadow: 0 4px 15px 0 rgba(252, 104, 110, 0.75);
}

.btn-hover.color-5 {
    background-image: linear-gradient(to right, #0ba360, #3cba92, #30dd8a, #2bb673);
    box-shadow: 0 4px 15px 0 rgba(23, 168, 108, 0.75);
}

.btn-hover.color-6 {
    background-image: linear-gradient(to right, #009245, #FCEE21, #00A8C5, #D9E021);
    box-shadow: 0 4px 15px 0 rgba(83, 176, 57, 0.75);
}

.btn-hover.color-7 {
    background-image: linear-gradient(to right, #6253e1, #852D91, #A3A1FF, #F24645);
    box-shadow: 0 4px 15px 0 rgba(126, 52, 161, 0.75);
}

.btn-hover.color-8 {
    background-image: linear-gradient(to right, #29323c, #485563, #2b5876, #4e4376);
    box-shadow: 0 4px 15px 0 rgba(45, 54, 65, 0.75);
}

.btn-hover.color-9 {
    background-image: linear-gradient(to right, #25aae1, #4481eb, #04befe, #3f86ed);
    box-shadow: 0 4px 15px 0 rgba(65, 132, 234, 0.75);
}

.btn-hover.color-10 {
    background-image: linear-gradient(to right, #ed6ea0, #ec8c69, #f7186a, #FBB03B);
    box-shadow: 0 4px 15px 0 rgba(236, 116, 149, 0.75);
}

.btn-hover.color-11 {
    background-image: linear-gradient(to right, #eb3941, #f15e64, #e14e53, #e2373f);
    box-shadow: 0 5px 15px rgba(242, 97, 103, .4);
}

.card {
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 6px 10px rgba(0, 0, 0, .08), 0 0 6px rgba(0, 0, 0, .05);
    transition: .3s transform cubic-bezier(.155, 1.105, .295, 1.12), .3s box-shadow, .3s -webkit-transform cubic-bezier(.155, 1.105, .295, 1.12);
    padding: 14px 80px 18px 36px;
    cursor: pointer;
}

.card:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .12), 0 4px 8px rgba(0, 0, 0, .06);
}

.card h3 {
    font-weight: 600;
}

.card img {
    position: absolute;
    top: 20px;
    right: 15px;
    max-height: 120px;
}

.card-1 {
    background-image: url(includes/images/ionic-native-card.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 80px;
}

.card-2 {
    background-image: url(includes/images/theming-card.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 80px;
}

.card-3 {
    background-image: url(includes/images/components-card.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 80px;
}

@media(max-width: 990px) {
    .card {
        margin: 20px;
    }
}

.trigger_popup4 {
    transform: rotate(0 deg);
    position: fixed;
    top: 40%;
    left: 0%;
    z-index: 999;
    cursor: pointer;
    padding: 10px 3px;
    line-height: 1.0;
}

.a68 {
    width: 60px;
}

.a69 {
    padding: 20px 0;
}

.a70 {
    max-width: 150px;
}

.a71 a img {
    max-width: 200px;
}

.a72 {
    color: orange;
    font-size: 18px;
    font-weight: 500;
}

.a73 {
    color: orange;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}

.a74 {
    color: orange;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 40px;
}

.a75 {
    padding: 10px 0px;
}

.a76 {
    padding-top: 20px;
}

.a77 {
    color: orange;
}

.news-date {
    width: 100%;
}

.testimonial-peragraph {
    width: 100%;
}

.slick-dots {
    bottom: -50px;
    padding-left: 0px;
}

.trigger_popup {
    transform: rotate(0 deg);
    position: fixed;
    top: 44.75%;
    right: 1.5%;
    z-index: 999;
    cursor: pointer;
    background-color: #ff9800;
    border-color: #ff9800;
    border-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 10px 16px;
    font-size: 18 px;
    font-weight: bold;
    color: #03034b;
    line-height: 1.0;
}

.trigger_popup:hover {
    background-color: #ff9800;
    border-color: #ff9800;
}

.trigger_popup1 {
    transform: rotate(0 deg);
    position: fixed;
    top: 38%;
    right: 1.5%;
    z-index: 999;
    cursor: pointer;
    background-color: #ff9800;
    border-color: #ff9800;
    border-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 10px 16px;
    font-size: 19px;
    font-weight: bold;
    color: #03034b;
    line-height: 1.0;
}

.trigger_popup1:hover {
    background-color: #03034b;
    border-color: #03034b;
    font-size: 19px;
    font-weight: bold;
    color: #ff9800;
    line-height: 1.0
}

.trigger_popup2 {
    transform: rotate(0 deg);
    position: fixed;
    top: 51%;
    right: 1.5%;
    z-index: 999;
    cursor: pointer;
    background-color: #ff9800;
    border-color: #03034b;
    border-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 10px 16px;
    font-size: 15px;
    font-weight: bold;
    color: #03034b;
    line-height: 1.0;
}

.trigger_popup2:hover {
    background-color: #03034b;
    border-color: #ff9800;
    font-size: 15px;
    font-weight: bold;
    color: #ff9800;
    line-height: 1.0
}

.trigger_popup3 {
    transform: rotate(0 deg);
    position: fixed;
    top: 57.5%;
    right: 1.5%;
    z-index: 999;
    cursor: pointer;
    background-color: #ff9800;
    border-color: #03034b;
    border-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 10px 16px;
    font-size: 15px;
    font-weight: bold;
    color: #03034b;
    line-height: 1.0;
}

.trigger_popup3:hover {
    background-color: #03034b;
    border-color: #ff9800;
    font-size: 15px;
    font-weight: bold;
    color: #ff9800;
    line-height: 1.0
}

/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 9999999;
    /* Sit on top */
    padding-top: 35px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: transparent;
    margin: auto;
    padding: 0;
    border: 0px solid #888;
    max-width: 390px;
    position: relative;
    box-shadow: none;
}

/* The Close Button */
.close {
    color: #797878;
    float: right;
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    right: 15px;
    z-index: 9999;
    top: 3px;
}

.close:hover,
.close:focus {
    color: #797878;
    text-decoration: none;
    cursor: pointer;
}

.head_text {
    background-color: #f1f1f1;
    color: #000;
    text-align: center;
    padding: 7px;
    font-size: 25px;
    border-top-left-radius: 35px;
    padding-bottom: 0;
}

@media (max-width:768px) {
    .trigger_popup {
        transform: rotate(0);
        bottom: 0;
        top: 90%;
        right: unset;
        margin: 0;
        left: 15%;
        font-size: 14px;
        padding: 6px 10px;
    }

    .popupCloseButton {
        top: -10px;
        right: -2px;
    }
}

.newspaper {
    column-count: 3;
    column-gap: 40px;
}

span.c {
    display: block;
    width: 360px;
    height: 200px;
    padding: 5px;
    /* border: 1px solid blue;    
      //  background-color: yellow; */
}