@import url('https://fonts.googleapis.com/css?family=Merriweather:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700');


body {
    --bt-color: #005c96;
    --bt-color-hover: #74a730;
    --footer-bg: linear-gradient(to top right, #e4f6f9, #ffe1b3);
    --footer-bg-reverse: linear-gradient(to bottom left, #e4f6f9, #ffe1b3);
    --nav-tab-bg:#0098c7;
    --nav-tab-text:#0098c7;

}

.banner-shadez h4 span {
    background-color: rgba(0, 0, 0, 0.59);
    padding: 9px 27px;
}

.star {
    position: relative;
}

.star:before {
    left: 0;
    content: '*';
    color: rgb(233, 50, 50);
    position: absolute;
    top: -6px;
}

.detail-events select {
    margin-bottom: 5px;
}

.banner {
    position: relative;
}

.banner img {
    width: 100%;
    max-width: 100%;
}

.banner h4 {
    color: rgb(255, 255, 255);
    position: absolute;
    top: 54%;
    font-family: 'Source Sans Pro', sans-serif;
    text-align: center;
    width: 100%;
    font-size: 35px;

}

/* Navbar */
.ipc-nav {
    position: relative;
}

.site-nav {
    padding-bottom: 0;
    padding-top: 15px;
    width: 100%;
    position: absolute;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.7);
}

.navbar-inverse {
    background-color: rgba(34, 34, 34, 0);
    border-color: rgba(8, 8, 8, 0);
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: rgb(10, 106, 2);
    background-color: rgba(0, 0, 0, 0);
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    color: rgb(0, 0, 0);
    background-color: rgba(8, 8, 8, 0);
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    color: rgb(0, 0, 0);
    background-color: rgba(8, 8, 8, 0);
}

.navbar-inverse .navbar-nav>li>a {
    color: rgb(0, 0, 0);
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0;
    border: 1px solid rgba(0, 0, 0, 0);
}

.box {
    position: absolute;
    top: 36%;
    padding-left: 37px;
    width: 52%;
}

.carousel-control.left {
    background-image: none !important;
}

.carousel-control.right {
    background-image: none !important;
}

.carousel-control {
    width: auto !important;
}

.box h1 {
    line-height: 74px;
    font-family: 'Merriweather', serif;
    font-size: 60px;
    font-weight: 400;
}

.box h1 span {
    color: #0c6a02;
}

.box p {
    color: #d4af3e;
    font-size: 30px;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'Source Sans Pro', sans-serif;
}

.box h4 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 34px;
    margin: 0;
}

.box h2 {
    padding-top: 10px;
    margin: 0;
    font-size: 55px;
    color: rgb(13, 106, 2);
    font-family: 'Merriweather', serif;
    font-weight: 700;
}

/* Annual Session  */
.details {
    padding-top: 40px;
    padding-bottom: 40px;
}

.shadow-depth-1 {
    background-color: rgb(255, 255, 255);
    padding: 6px;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.details h4 span {
    color: #b3b3b3;
}

.details h4 {
    font-family: 'Merriweather', serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 37px;
    padding-bottom: 10px;
    padding-top: 30px;
}

.details p,
.details li,
.hotels p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    text-align: justify;
    line-height: 24px;
    padding-bottom: 10px;
}

/* Bright-column-4 */
.bright {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #212121;
}

.bright h4 {
    color: rgb(255, 255, 255);
    font-size: 15px;
    font-family: 'Merriweather', serif;
    padding-top: 37px;
}

.w-register {
    padding-top: 23px;
    padding-bottom: 10px;
}

.reg-box {
    background-color: rgb(160, 198, 23);
    position: relative;
    width: 432px;
    height: 449px;
    border-radius: 4px;
}

.reg-box img {
    padding: 4px;
    background-color: rgb(255, 255, 255);
    position: absolute;
    top: -36px;
    border-radius: 4px;
    left: 23px;
    border: 1px solid rgba(0, 0, 0, 0.04);
}

.pic_background h4 {
    text-align: right;
    font-family: 'Merriweather', serif;
    font-size: 28px;
    color: rgb(255, 255, 255);
    line-height: 31px;
}

.pic_background p {
    padding-top: 15px;
    float: right;
    color: rgb(255, 255, 255);
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    padding-bottom: 4px;
    /* text-align: justify; */
    line-height: 24px;
    text-align: right;
}

.rit-box {
    width: 50%;
    float: right;
}

.pic_background ul {
    color: #fff;
    list-style: none;
}

.pic_background ul li {
    text-align: right;
    padding-bottom: 15px;
}

.pic_background ul li:after {
    content: "\f111";
    font-family: FontAwesome;
    display: inline-block;
    padding-left: 10px;
    font-size: 10px;
}


#next_slide_3 {
    width: 28px;
    right: -17px;
    color: #e6e6e6;
    background-repeat: no-repeat;
}

#prev_slide_3,
#next_slide_3 {
    position: absolute;
    top: 75%;
    margin-top: -93px;
    height: 50px;
    font-size: 24px;
    color: #e6e6e6;
    cursor: pointer;
}

#prev_slide_3 {
    left: -3px;
    z-index: 100;
    color: #e6e6e6;
    width: 28px;
    background-repeat: no-repeat;
}

.slids-pic h4 {
    padding-top: 10px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
    text-align: center;
    color: white;
    background-color: #56a5da;
    padding-bottom: 10px;
}

.slids-pic {
    padding: 10px;
    border: 1px solid rgb(204, 204, 204);
    margin-bottom: 19px;
}

.ipc-net img {
    padding: 20px !important;
}

/* about */
.about-details {
    background-image: url(../images/about-bg.jpg);
    padding-top: 86px;
    padding-bottom: 56px;
    margin-bottom: 38px;
}

.about-details p {
    text-align: center;
    color: rgb(255, 255, 255);
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    padding-left: 14%;
    padding-right: 14%;
    line-height: 25px;
    padding-bottom: 17px;
}

.read-about {
    margin-top: 14px;
    color: rgb(255, 255, 255);
    border: 1px solid rgb(255, 255, 255);
    background-color: rgba(0, 0, 0, 0);
    margin: 0 auto;
    display: block;
    text-align: center;
    border-radius: 4px;
    padding: 5px 20px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
}

.read-about:hover {
    color: #fff;
}

.abt-details {
    padding-bottom: 31px;
}

.abt-details p {
    padding-bottom: 16px;
    font-size: 15px;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 24px;
}

.abt-details ul {
    list-style: none;
    padding-left: 0;
}

.abt-details ul li {
    padding-bottom: 10px;
}

.abt-details ul li:before {
    content: "\f111";
    font-family: FontAwesome;
    display: inline-block;
    padding-left: 0;
    font-size: 14px;
    padding-right: 12px;
    color: rgb(37, 121, 27);
}

.programz h4 {
    background-color: #005c96;
    color: rgb(255, 255, 255);
    text-align: center;
    font-family: 'Merriweather', serif;
    font-size: 25px;
    font-weight: 400;
    padding-top: 7px;
    margin: 0;
    padding-bottom: 10px;
}

.panel.with-nav-tabs .panel-heading {
    padding: 0px;
}

.panel.with-nav-tabs .nav-tabs {
    border-bottom: none;
}

.panel.with-nav-tabs .nav-justified {
    margin-bottom: -1px;
}

/********************************************************************/
/*** PANEL DEFAULT ***/
.with-nav-tabs.panel-default .nav-tabs>li>a,
.with-nav-tabs.panel-default .nav-tabs>li>a:hover,
.with-nav-tabs.panel-default .nav-tabs>li>a:focus {
    color: #000;
    background-color: #9ce195;
}

.with-nav-tabs.panel-default .nav-tabs>.open>a,
.with-nav-tabs.panel-default .nav-tabs>.open>a:hover,
.with-nav-tabs.panel-default .nav-tabs>.open>a:focus,
.with-nav-tabs.panel-default .nav-tabs>li>a:hover,
.with-nav-tabs.panel-default .nav-tabs>li>a:focus {
    color: #777;
    background-color: #ddd;
    border-color: transparent;
}

.with-nav-tabs.panel-default .nav-tabs>li.active>a,
.with-nav-tabs.panel-default .nav-tabs>li.active>a:hover,
.with-nav-tabs.panel-default .nav-tabs>li.active>a:focus {
    color: #555;
    background-color: #fff;
    border-color: #ddd;
    border-bottom-color: transparent;
}

.with-nav-tabs.panel-default .nav-tabs>li.dropdown .dropdown-menu {
    background-color: #f5f5f5;
    border-color: #ddd;
}

.with-nav-tabs.panel-default .nav-tabs>li.dropdown .dropdown-menu>li>a {
    color: #777;
}

.with-nav-tabs.panel-default .nav-tabs>li.dropdown .dropdown-menu>li>a:hover,
.with-nav-tabs.panel-default .nav-tabs>li.dropdown .dropdown-menu>li>a:focus {
    background-color: #ddd;
}

.with-nav-tabs.panel-default .nav-tabs>li.dropdown .dropdown-menu>.active>a,
.with-nav-tabs.panel-default .nav-tabs>li.dropdown .dropdown-menu>.active>a:hover,
.with-nav-tabs.panel-default .nav-tabs>li.dropdown .dropdown-menu>.active>a:focus {
    color: #fff;
    background-color: #555;
}


.prog-pannel .with-nav-tabs.panel-default .nav-tabs>li.active>a,
.with-nav-tabs.panel-default .nav-tabs>li.active>a:hover,
.with-nav-tabs.panel-default .nav-tabs>li.active>a:focus {
    color: #000;
    background-color: #67b85f;
    border-color: #67b85f;
    border-bottom-color: #67b85f;
    border-radius: 0;
}

.prog-pannel .nav-tabs>li>a {
    margin-right: -4px;
    border-radius: 0;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    font-size: 22px;
}

.prog-pannel .with-nav-tabs.panel-default .nav-tabs>.open>a,
.with-nav-tabs.panel-default .nav-tabs>.open>a:hover,
.with-nav-tabs.panel-default .nav-tabs>.open>a:focus,
.with-nav-tabs.panel-default .nav-tabs>li>a:hover,
.with-nav-tabs.panel-default .nav-tabs>li>a:focus {
    color: rgb(0, 0, 0);
    background-color: rgb(156, 225, 149);
    border-color: rgb(156, 225, 149);
    border-radius: 0;
}

/*** Events ***/


.detail-events h6 {
    padding-top: 10px;
    color: rgb(255, 255, 255);
    font-size: 18px;
    background-color: #005c96;
    padding-bottom: 10px;
    padding-left: 10px;
}

.prog-pannel {
    overflow: hidden;
    margin-top: 35px;
    background-color: rgb(237, 237, 237);
    width: 100%;
    padding: 0;
    margin: 18px auto;
    border: 1px solid rgba(204, 204, 204, 0.8);
    margin-bottom: 29px;
}

.detail-events {
    padding-top: 10px;
    width: 90%;
    margin: 0 auto;
}

.detail-events input {
    margin-bottom: 5px;
}

.detail-events textarea {
    margin-bottom: 10px;
}

.pd-lft {
    padding-left: 0;
}

.pd-rit {
    padding-right: 0;
}

.add-ipc {
    width: 90%;
    float: left;
}

.pluz ul {
    list-style: none;
    padding-left: 0;
}

.pluz ul li {
    float: left;
    padding-right: 4px;
}

.pd {
    padding: 0 !important;
}

.date {
    margin-bottom: 10px;
}

.spac p {
    padding-top: 7px;
    margin: 0 !important;
}

.farmz-d input {
    top: 0;
    position: absolute;
    height: 154px;
    opacity: 0;
    width: 147px;
}

.file-edit {
    float: left;
    width: 147px;
    height: 154px;
    margin-right: 17px;
}

.pd-lft h2 {
    margin: 0;
    padding-top: 111px;
    color: rgb(13, 106, 2);
    font-size: 15px;
    padding-bottom: 2px;
}

.margn p {
    margin: 0 !important;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
}

.registr {
    background-color: rgb(255, 255, 255);
    width: 100%;
}

.registr h5 {
    background-color: #d2d2d2;
    color: #2c2d2c;
    text-align: center;
    font-family: 'Merriweather', serif;
    font-size: 15px;
    font-weight: 700;
    padding-top: 7px;
    margin: 0;
    padding-bottom: 10px;
}

.margn {
    margin-bottom: 16px;
}

.registr tr td {
    padding: 10px;
    border: 1px solid rgb(210, 210, 210);
}

.registr tr th {
    border: 1px solid #d2d2d2;
}

.registr tr td:nth-child(2) {
    text-align: center;
}

.registr tr:last-child {
    font-weight: bold;
}

.chk p {
    padding-top: 13px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    font-weight: 400;
}

.ipc-btn {
    background-color: #73b746;
    border-color: #5d9c33;
    border-radius: 0;
    padding: 3px 37px;
    margin-bottom: 24px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    margin-right: 10px;
}

.ipc-btn:hover {
    background-color: #68a540;
    border-color: #4b8b20;
}

.detail-events p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    margin: 0 0 6px;
}

.si {
    padding-top: 8px;
}

.detail-events .modal-header {
    padding: 0;
    border-bottom: 1px solid rgb(229, 229, 229);
}

.detail-events .modal-header .close {
    margin-top: 7px;
    padding-right: 12px;
}

.detail-events .modal-dialog {
    width: 60%;
    margin: 30px auto;
}

.chart tr td {
    padding: 10px;

}

.chart tr th {
    text-align: center;
    padding: 10px;
    background-color: rgb(221, 221, 221);
}

.chart tr td:nth-child(2) {
    text-align: center;
}

.chart {
    text-align: center;
    width: 100%;
    border: 1px solid #ccc;
}

.wrapper {
    margin: 0 !important;
    padding-top: 4px;
}

.wrapper1 {
    margin: 0 !important;
    padding-top: 4px;
}

.wrapper2 {
    margin: 0 !important;
    padding-top: 4px;
}

.pannel-width1 {
    width: 90%;
    margin: 25px auto;
    display: block;
    margin-bottom: 35px;
}

.updates a {
    background-color: #c7fbc2 !important;
}

.venus {
    padding-left: 24px;
    padding-top: 15px;
    border-radius: 5px;
    background-color: #f5f5f5;
    margin-top: 28px;
    padding-right: 29px;
    padding-bottom: 13px;
}

.venus h2 {
    color: #0c6a02;
    font-family: 'Merriweather', serif;
    font-size: 22px;
}

.venus h4 {
    font-family: 'Source Sans Pro', sans-serif;
    color: #d4af3e;
}

.venus p {
    padding-bottom: 0 !important;
}

.niyathi {
    margin-bottom: 14px;
    background-color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
}

.niyathi tr th {
    font-size: 16px;
}

.not h3 {
    font-family: 'Merriweather', serif;
    font-size: 16px;
    font-weight: 700;
}

.not p {
    padding-bottom: 0px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
}

.contact-add {
    margin-bottom: 9px;
    border-radius: 4px;
    margin-top: 17px;
    background-color: #f5f5f5;
    padding-top: 17px;
    padding-bottom: 17px;
}

.contact-add p {
    color: #313131;
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    margin: 0;
    padding-bottom: 5px;
}

.contact-spc {
    padding-left: 30px;
    padding-right: 30px;
}

.contact-spc .form-control {
    margin-bottom: 7px;

}

.contact-spc label {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
}

.sendz {
    background-color: rgb(13, 106, 2);
    border-color: rgb(13, 106, 2);
    float: right;
    padding: 7px 28px;
}

#mapz iframe {
    border-radius: 5px;
}

#mapz {
    padding-top: 17px;
}

.ctz {
    padding-top: 20px;
    padding-bottom: 23px;
}

.cstz {
    margin-bottom: 0 !important;
}

.sponserz {
    margin-top: 17px;
    background-color: rgb(255, 255, 255);
    overflow: hidden;
    margin-bottom: 0px;
    padding-bottom: 32px;
    padding-right: 34px;
    padding-left: 34px;
}

.sponserz h1 {
    margin: 0;
    font-size: 20px;
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
    color: rgb(0, 0, 0);
    padding-top: 11px;
    padding-bottom: 16px;
}

.sp_shades {
    margin-bottom: 10px;
    border-radius: 4px;
    background-color: rgb(235, 235, 235);
}

.rad {
    border-radius: 4px;
}

.programz .prog-pannel {
    overflow: hidden;
    margin-top: 35px;
    /* background-color: rgb(237, 237, 237); */
    background-color: #4a90bc24;
    width: 100%;
    padding: 0;
    margin: 18px auto;
    border: 1px solid rgba(204, 204, 204, 0.8);
    margin-bottom: 29px;
    padding-bottom: 28px;
}

.active-ipc a {
    color: rgb(13, 106, 2) !important;
    border-bottom: 3px solid rgb(13, 106, 2);
}

.navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 26px;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0;
    border: 0px solid rgba(0, 0, 0, 0);
}

.speakz {
    padding-top: 10px;
    width: 95%;
    padding: 18px;
    margin: 21px auto;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(204, 204, 204);
}

.speakz h2 {
    padding-top: 6px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    margin: 0;
    text-align: center;
    font-weight: 600;
    padding-bottom: 6px;
}

.speakz h6 {
    text-align: center;
    font-size: 15px;
    font-family: 'Source Sans Pro', sans-serif;
    margin: 0;
}

.speakz p {
    padding-top: 4px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    line-height: 26px;
}

.speakz img {
    border: 1px solid rgba(204, 204, 204, 0.36);
}


@media (min-width: 992px) and (max-width: 1199px) {
    .box h2 {
        padding-top: 10px;
        margin: 0;
        font-size: 34px;
        color: rgb(13, 106, 2);
        font-family: 'Merriweather', serif;
        font-weight: 700;
    }


    .bright h4 {
        padding-top: 9px;
    }

    .bright h2 {
        color: rgb(212, 175, 62);
        padding-bottom: 8px;
        font-size: 21px;
        font-family: 'Merriweather', serif;
    }

    .bright p {
        height: 102px;
    }

    .reg-box img {
        width: 96%;
        padding: 4px;
        background-color: rgb(255, 255, 255);
        position: absolute;
        top: -47px;
        border-radius: 4px;
        left: 29px;
        border: 1px solid rgba(0, 0, 0, 0.04);
    }

    .reg-box {
        background-color: rgb(160, 198, 23);
        position: relative;
        width: 82%;
        height: 289px;
        border-radius: 4px;
    }

    .box {
        position: absolute;
        top: 29%;
        padding-left: 37px;
        width: 52%;
    }

    .box h1 {
        line-height: 53px;
        font-family: 'Merriweather', serif;
        font-size: 50px;
        font-weight: 400;
    }

    .nav>li>a {
        position: relative;
        display: block;
        padding: 10px 7px;
    }

    .social-ip {
        float: right;
        padding-top: 0;
    }

    .linkz-ip {
        margin-bottom: 0;
        float: left;
        padding-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .speakz img {
        border: 1px solid rgba(204, 204, 204, 0.36);
        margin: 0 auto;
    }

    .prog-pannel .nav-tabs>li,
    .nav-pills>li {
        float: none;
        display: inline-block;
        zoom: 1;
        width: 32%;
    }

    .box h1 {
        line-height: 36px;
        font-family: 'Merriweather', serif;
        font-size: 22px;
        font-weight: 400;
    }

    .box p {
        color: rgb(212, 175, 62);
        font-size: 23px;
        font-weight: 400;
        padding-top: 3px;
        padding-bottom: 0px;
        font-family: 'Source Sans Pro', sans-serif;
    }

    .box h2 {
        padding-top: 10px;
        margin: 0;
        font-size: 23px;
        color: rgb(13, 106, 2);
        font-family: 'Merriweather', serif;
        font-weight: 700;
    }

    .box {
        position: absolute;
        top: 28%;
        padding-left: 37px;
        width: 60%;
    }

    .box h4 {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 24px;
        margin: 0;
    }

    .details h4 {
        font-family: 'Merriweather', serif;
        font-size: 24px;
        font-weight: 400;
        line-height: 30px;
        padding-bottom: 0px;
        padding-top: 0;
    }

    .read {
        margin-bottom: 15px;
        margin-top: 14px;
        color: rgb(255, 255, 255);
        font-size: 16px;
        border: 1px solid rgb(212, 175, 62);
        background-color: rgba(0, 0, 0, 0);
        float: right;
        border-radius: 0;
        font-family: 'Source Sans Pro', sans-serif;
    }

    .bright h4 {
        color: rgb(255, 255, 255);
        font-size: 15px;
        font-family: 'Merriweather', serif;
        padding-top: 5px;
    }

    .slids-pic h4 {
        padding-top: 10px;
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 14px;
        text-align: center;
        background-color: rgb(220, 220, 220);
        padding-bottom: 10px;
    }

    .linkz-ip li {
        display: inline;
        padding-right: 14px;
    }

    .rit-box {
        width: 100%;
        float: right;
    }

    .social-ip {
        float: right;
        padding-top: 0;
    }

    .footer-background h5 {
        color: rgb(255, 255, 255);
        font-family: 'Source Sans Pro', sans-serif;
        float: left;
        margin: 0;
    }

    .site-nav {
        padding-bottom: 0;
        padding-top: 15px;
        width: 100%;
        position: relative;
        z-index: 1;
        background-color: rgba(255, 255, 255, 0.7);
    }

    .speakz p {
        text-align: justify;
        padding-top: 4px;
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 15px;
        line-height: 26px;
    }
}

@media (max-width: 767px) {
    .speakz img {
        border: 1px solid rgba(204, 204, 204, 0.36);
        margin: 0 auto;
    }

    .navbar-inverse .navbar-nav>li>a:focus,
    .navbar-inverse .navbar-nav>li>a:hover {
        color: rgb(255, 255, 255);
        background-color: rgba(0, 0, 0, 0);
    }

    .speakz p {
        text-align: justify;
        padding-top: 4px;
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 15px;
        line-height: 26px;
    }

    .box h2 {
        padding-top: 4px;
        margin: 0;
        font-size: 19px;
        color: rgb(13, 106, 2);
        font-family: 'Merriweather', serif;
        font-weight: 700;
    }

    .box h4 {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 21px;
        margin: 0;
    }

    .form-group .bootstrap-select.btn-group,
    .form-horizontal .bootstrap-select.btn-group,
    .form-inline .bootstrap-select.btn-group {
        margin-bottom: 7px;
    }

    .navbar-toggle {
        position: relative;
        float: right;
        padding: 5px 5px;
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 4px;
        background-color: rgba(0, 0, 0, 0);
        background-image: none;
        border: 1px solid rgba(0, 0, 0, 0);
        border-radius: 4px;
    }

    .linkz-ip li {
        display: inline;
        padding-right: 15px;
    }

    .social-ip li a {
        color: rgb(0, 0, 0);
        font-size: 22px;
        padding-left: 0;
        padding-right: 16px;
    }


    .social-ip {
        float: left;
        padding-top: 0;
        padding-left: 0;
    }

    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 9px;
    }

    .active-ipc a {
        color: rgb(255, 255, 255) !important;
        border-bottom: 3px solid rgb(13, 106, 2);
    }

    .bright h4 {
        color: rgb(255, 255, 255);
        font-size: 15px;
        font-family: 'Merriweather', serif;
        padding-top: 0;
    }

    .bright h4 {
        color: rgb(255, 255, 255);
        font-size: 15px;
        font-family: 'Merriweather', serif;
        padding-top: 0;
        line-height: 21px;
    }

    .pd-L-0 {
        padding: 15px !important;
    }

    .carousel-indicators {
        position: absolute;
        bottom: 10px;
        left: 50%;
        z-index: 15;
        width: 60%;
        padding-left: 0;
        margin-left: -30%;
        bottom: 28%;
        text-align: center;
        list-style: none;
    }

    .site-nav {
        padding-bottom: 4px;
        padding-top: 6px;
        width: 100%;
        position: relative;
        z-index: 1;
        background-color: #fff;
    }

    .box {
        padding-top: 10px;
        background-color: rgb(199, 203, 186);
        position: relative;
        top: 100%;
        padding-left: 37px;
        width: 100%;
    }

    .box h1 {
        line-height: 17px;
        font-family: 'Merriweather', serif;
        font-size: 25px;
        font-weight: 400;
        margin: 0;
        padding-top: 14px;
    }

    .rounded {
        margin: 5px auto;
        border-radius: 4px;
    }

    .box p {
        margin: 0;
        color: rgb(212, 175, 62);
        font-size: 21px;
        font-weight: normal;
        padding-top: 0;
        padding-bottom: 0;
        font-family: 'Source Sans Pro', sans-serif;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: rgb(11, 106, 1);
    }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: rgba(16, 16, 16, 0);
    }

    .navbar-inverse .navbar-nav>li>a {
        color: rgb(255, 255, 255);
        border-bottom: 1px solid;
    }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        background-color: rgb(13, 106, 2);
        border-color: rgba(16, 16, 16, 0);
        color: rgb(255, 255, 255);
    }

    .navbar-nav {
        margin: -1px;
    }

    .navbar-inverse .navbar-toggle:focus,
    .navbar-inverse .navbar-toggle:hover {
        background-color: rgba(0, 0, 0, 0);
    }

    .navbar {
        position: relative;
        min-height: 0;
        margin-bottom: 0;
        border: 1px solid rgba(0, 0, 0, 0);
    }

    .read {
        margin-bottom: 13px;

    }

    .bright p {
        color: rgb(255, 255, 255);
        font-family: 'Source Sans Pro', sans-serif;
        text-align: justify;
        font-size: 14px;
        line-height: 24px;
        height: 116px;
        overflow: hidden;
    }

    .rit-box {
        width: 100%;
        float: right;
    }

    .navbar-inverse .navbar-nav>.active>a,
    .navbar-inverse .navbar-nav>.active>a:focus,
    .navbar-inverse .navbar-nav>.active>a:hover {
        color: rgb(255, 255, 255);
        background-color: rgba(8, 8, 8, 0);
    }

    .reg-box {
        background-color: rgb(160, 198, 23);
        position: relative;
        width: 58%;
        height: 449px;
        border-radius: 4px;
    }

    .linkz-ip {
        float: left;
        margin: 0;
        padding-left: 0;
    }

    .footer-background h5 {
        color: rgb(255, 255, 255);
        font-family: 'Source Sans Pro', sans-serif;
        float: left;
        margin: 0;
    }
}

@media (max-width: 690px) {
    .carousel-indicators {
        position: absolute;
        bottom: 10px;
        left: 50%;
        z-index: 15;
        width: 60%;
        padding-left: 0;
        margin-left: -30%;
        bottom: 30%;
        text-align: center;
        list-style: none;
    }

}

@media (max-width: 570px) {
    .sponserz .col-xs-6 {
        width: 100%;
    }

    .sp_shades img {
        margin: 0 auto;
        display: block;
    }

    .rad {
        padding-bottom: 21px;
        padding-top: 19px;
        margin: 0 auto;
        border-radius: 4px;
    }

    .box {
        background-color: rgb(199, 203, 186);
        position: relative;
        top: 100%;
        padding-left: 12px;
        width: 100%;
    }

    .navbar-toggle {
        position: relative;
        float: right;
        padding: 5px 5px;
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 4px;
        background-color: rgba(0, 0, 0, 0);
        background-image: none;
        border: 1px solid rgba(0, 0, 0, 0);
        border-radius: 4px;
    }

    .reg-box {
        background-color: rgb(160, 198, 23);
        position: relative;
        width: 84%;
        height: 449px;
        border-radius: 4px;
    }

    .box h1 {
        line-height: 17px;
        font-family: 'Merriweather', serif;
        font-size: 19px;
        font-weight: 400;
        margin: 0;
        padding-top: 14px;
    }

    .box p {
        margin: 0;
        color: rgb(212, 175, 62);
        font-size: 19px;
        font-weight: 400;
        padding-top: 2px;
        padding-bottom: 0;
        font-family: 'Source Sans Pro', sans-serif;
    }
}

@media (max-width: 550px) {
    .carousel-indicators {
        position: absolute;
        bottom: 10px;
        left: 50%;
        z-index: 15;
        width: 60%;
        padding-left: 0;
        margin-left: -30%;
        bottom: 41%;
        text-align: center;
        list-style: none;
    }
}

@media (max-width: 465px) {
    .carousel-indicators {
        position: absolute;
        bottom: 10px;
        left: 50%;
        z-index: 15;
        top: 43%;
        width: 61%;
        padding-left: 0;
        margin-left: -30%;
        text-align: center;
        list-style: none;
    }

    .banner h4 {
        color: rgb(255, 255, 255);
        position: absolute;
        top: 30%;
        font-family: 'Source Sans Pro', sans-serif;
        text-align: center;
        width: 100%;
        font-size: 29px;
    }

    .reg-box {
        background-color: rgb(160, 198, 23);
        position: relative;
        width: 84%;
        height: 353px;
        border-radius: 4px;
    }

}

@media (max-width: 440px) {

    .banner h4 {
        color: rgb(255, 255, 255);
        position: absolute;
        top: 36%;
        font-family: 'Source Sans Pro', sans-serif;
        text-align: center;
        width: 100%;
        font-size: 26px;
    }

}

@media (max-width: 416px) {

    .reg-box {
        background-color: rgb(160, 198, 23);
        position: relative;
        width: 84%;
        height: 313px;
        border-radius: 4px;
    }

    .reg-box img {
        padding: 4px;
        background-color: rgb(255, 255, 255);
        position: absolute;
        top: -10px;
        border-radius: 4px;
        left: 23px;
        border: 1px solid rgba(0, 0, 0, 0.04);
    }

    .box h1 {
        line-height: 17px;
        font-family: 'Merriweather', serif;
        font-size: 14px;
        font-weight: 400;
        margin: 0;
        padding-top: 14px;
    }

    .box p {
        margin: 0;
        color: rgb(212, 175, 62);
        font-size: 16px;
        font-weight: 400;
        padding-top: 2px;
        padding-bottom: 0;
        font-family: 'Source Sans Pro', sans-serif;
    }
}

@media (max-width: 340px) {
    .reg-box {
        background-color: rgb(160, 198, 23);
        position: relative;
        width: 84%;
        height: 274px;
        border-radius: 4px;
    }

    .box h4 {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 18px;
        margin: 0;
    }

    .box h2 {
        padding-top: 4px;
        margin: 0;
        font-size: 15px;
        color: rgb(13, 106, 2);
        font-family: 'Merriweather', serif;
        font-weight: 700;
    }

    .box p {
        margin: 0;
        color: rgb(212, 175, 62);
        font-size: 16px;
        font-weight: 400;
        padding-top: 0px;
        padding-bottom: 0;
        font-family: 'Source Sans Pro', sans-serif;
    }

}

@media (max-width: 320px) {

    #prev_slide_3,
    #next_slide_3 {
        position: absolute;
        top: 81%;
        margin-top: -93px;
        height: 50px;
        font-size: 24px;
        color: rgb(230, 230, 230);
        cursor: pointer;
    }

    .box h4 {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 17px;
        margin: 0;
    }
}

.ipc-nav a {
    color: #000;
}

.size-chart a {
    padding-top: 12px;
    margin-left: 21px;
}

.size-chart {
    padding-top: 12px;
}

.paymentz h5 {
    font-family: 'Source Sans Pro', sans-serif;
    margin: 0;
    font-size: 18px;
    padding-top: 4px;
    padding-bottom: 5px;
}

.paymentz {
    border: 1px solid rgb(204, 204, 204);
    background-color: rgb(255, 255, 255);
    padding: 10px;
}

.nav-pills .nav-link.active {
    background-color: #5c9845;
}

.nav-pills .nav-link {
    color: black;
}

.linkz-ip li img {
    width: 10%;
}

.linkz-ip {
    float: left;
    padding-left: 0;
}

.linkz-ip li {
    display: inline;
    padding-right: 17px;
}

.linkz-ip li a {
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    text-decoration: none;
}

.linkz-ip li a:hover {
    color: rgb(76, 207, 56);
}

/* **************************************************************************************************************** */
/*  ******************************************** footer ******************************************************************** */

footer .text1 {
    color: #005c96;
    font-weight: bold;
    margin-top: 2rem;
}

footer .__divider>div {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

footer .__divider>div:not(:last-child) {
    border-right: 2px solid #005c96;
}

ul.social-ip {
    padding-left: 0;
}

.social-ip li {
    display: inline;
}

.social-ip li a {
    color: rgb(0, 0, 0);
    font-size: 22px;
    padding-left: 23px;
}
.social-ip li a:hover {
    color: var(--color-c1);
    font-weight: bold;
}

.social-ip {
    padding-top: 10px;
}

/* footer */
.footer-background {
    padding-top: 18px;
    background-image: var(--footer-bg);
    padding-bottom: 15px;
    border-top: 2px solid white;
}


.footer-background p a {
    float: left;
    color: rgb(31, 29, 29);
    font-family: 'Source Sans Pro', sans-serif;
}

.footer-background h5 {
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    float: right;
}

.footer-background p {
    float: left;
    padding-top: 4px;
}

.footer-background h5 a {
    color: #fff;
}

/* footer end ****************************************************************************************** */




.__button {
    color: white;
    background-color: var(--bt-color);
}

.__button:hover, .__button.__anim:focus {
    color: white;
    /* background-color: var(--bt-color-hover); */
}

.__button.__anim {
    background: linear-gradient(to right, var(--bt-color-hover) 50%, var(--bt-color) 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .3s ease-out;
    border: 0;
}

.__button.__anim:hover,.__button.__anim:focus {
    background-position: left bottom;
}

.__img_overlay:hover .__overlay{
    position: absolute; 
    width: 100%; 
    height: 100%; 
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.35); 
    z-index: 2; 
    cursor: pointer;
}
img.__overlay:hover{
    opacity: 0.5;
}
