
       @import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=devanagari,latin-ext');

       /* #Primary
================================================== */

       body {
           font-family: 'Roboto';
           font-size: 16px;
           line-height: 24px;
           font-weight: 400;
           color: #212112;
           background-position: center;
           background-repeat: repeat;
           background-size: 7%;
           background-color: #eeeeee;
           overflow-x: hidden;
           transition: all 200ms linear;
       }

       p {
           margin-top: 0;
           margin-bottom: 1rem;
           font-size: 15px;
           line-height: 30px;
           text-align: justify;
           color: #333;
           font-family: 'Roboto';
       }

       .container {
           max-width: 83%;
       }

      
       .bg .c-bg {
           background: #fff;
           margin-top: 12px;
           margin-bottom: 15px;
           border-radius: 0;
           box-shadow: 0 0 20px rgb(110 162 173 / 10%);
       }

       .bg .h4,
       h4 {
           color: #333333;
           font-weight: 700;
           margin: 0;
           font-size: 21px;
           letter-spacing: 0px;
           font-family: 'Signika';
           margin-top: 25px;
           margin-bottom: 20px;
       }

       /* #Navigation
================================================== */

       .start-header {
           opacity: 1;
           transform: translateY(0);
           padding: 0px 0;
           box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
           -webkit-transition: all 0.3s ease-out;
           transition: all 0.3s ease-out;
       }

       .start-header.scroll-on {
           box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
           padding: 10px 0;
           -webkit-transition: all 0.3s ease-out;
           transition: all 0.3s ease-out;
       }

       .start-header.scroll-on .navbar-brand img {
           height: 24px;
           -webkit-transition: all 0.3s ease-out;
           transition: all 0.3s ease-out;
       }

       .navigation-wrap {
/*           position: fixed;*/
           width: 100%;
           top: 0;
           left: 0;
           z-index: 1000;
           -webkit-transition: all 0.3s ease-out;
           transition: all 0.3s ease-out;
       }

       .navbar {
           padding: 0;
       }

       .navbar-brand img {
               /* height: 28px; */
               width: 198px;
               /* display: block; */
               /* filter: brightness(10%); */
               -webkit-transition: all 0.3s ease-out;
               transition: all 0.3s ease-out;
       }

       .navbar-toggler {
           float: right;
           border: none;
           padding-right: 0;
       }

       .navbar-toggler:active,
       .navbar-toggler:focus {
           outline: none;
       }

       .navbar-light .navbar-toggler-icon {
           width: 24px;
           height: 17px;
           background-image: none;
           position: relative;
           border-bottom: 1px solid #000;
           transition: all 300ms linear;
       }

       .navbar-light .navbar-toggler-icon:after,
       .navbar-light .navbar-toggler-icon:before {
           width: 24px;
           position: absolute;
           height: 1px;
           background-color: #000;
           top: 0;
           left: 0;
           content: '';
           z-index: 2;
           transition: all 300ms linear;
       }

       .navbar-light .navbar-toggler-icon:after {
           top: 8px;
       }

       .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
           transform: rotate(45deg);
       }

       .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
           transform: translateY(8px) rotate(-45deg);
       }

       .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
           border-color: transparent;
       }

       .nav-link {
           color: #ffffff !important;
           font-weight: 500;
           transition: all 200ms linear;
           font-size: 14px;
           font-family: 'Signika';
       }

/*
       .nav-item:hover .nav-link {
           color: #dc354a !important;
       }

       .nav-item.active .nav-link {
                 color: #ffffff !important;
                 border-bottom: 2px dashed #0d5189;
       }
*/

       .nav-link {
           position: relative;
           padding: 5px 0 !important;
           display: inline-block;
       }

/*
       .nav-item:after {
           position: absolute;
           bottom: -5px;
           left: 0;
           width: 100%;
           height: 2px;
           content: '';
           background-color: #dc354a;
           opacity: 0;
           transition: all 200ms linear;
       }
*/

       .nav-item:hover:after {
           bottom: 0;
           opacity: 1;
       }

       .nav-item.active:hover:after {
           opacity: 0;
       }

       .nav-item {
           position: relative;
           transition: all 200ms linear;
       }



       #switch,
       #circle {
           cursor: pointer;
           -webkit-transition: all 300ms linear;
           transition: all 300ms linear;
       }

       #switch {
           width: 60px;
           height: 8px;
           border: 2px solid #8167a9;
           border-radius: 27px;
           background: #000;
           position: relative;
           display: block;
           margin: 0 auto;
           text-align: center;
           opacity: 1;
           transform: translate(0);
           transition: all 300ms linear;
           transition-delay: 1900ms;
       }

       body.hero-anime #switch {
           opacity: 0;
           transform: translateY(40px);
           transition-delay: 1900ms;
       }

       #circle {
           position: absolute;
           top: -11px;
           left: -13px;
           width: 26px;
           height: 26px;
           border-radius: 50%;
           background: #000;
       }

       .switched {
           border-color: #000 !important;
           background: #8167a9 !important;
       }

       .switched #circle {
           left: 43px;
           box-shadow: 0 4px 4px rgba(26, 53, 71, 0.25), 0 0 0 1px rgba(26, 53, 71, 0.07);
           background: #fff;
       }

       .nav-item .dropdown-menu {
           transform: translate3d(0, 10px, 0);
           visibility: hidden;
           opacity: 0;
           max-height: 0;
           display: block;
           padding: 0;
           margin: 0;
           transition: all 200ms linear;
       }

       .nav-item.show .dropdown-menu {
           opacity: 1;
           visibility: visible;
           max-height: 999px;
           transform: translate3d(0, 0px, 0);
       }

       .dropdown-menu {
           padding: 10px !important;
           margin: 0;
           font-size: 13px;
           letter-spacing: 1px;
           color: #212121;
           background-color: #fcfaff;
           border: none;
           border-radius: 3px;
           box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
           transition: all 200ms linear;
       }

       .dropdown-toggle::after {
           display: none;
       }

       .dropdown-item {
           padding: 3px 15px;
           color: #212121;
           border-radius: 2px;
           transition: all 200ms linear;
       }

       .dropdown-item:hover,
       .dropdown-item:focus {
           color: #fff;
           background-color: rgba(129, 103, 169, .6);
       }





       /* #Media
================================================== */

       @media (max-width: 767px) {
           h1 {
               font-size: 38px;
           }

           .nav-item:after {
               display: none;
           }

           .nav-item::before {
               position: absolute;
               display: block;
               top: 15px;
               left: 0;
               width: 11px;
               height: 1px;
               content: "";
               border: none;
               background-color: #000;
               vertical-align: 0;
           }

           .dropdown-toggle::after {
               position: absolute;
               display: block;
               top: 10px;
               left: -23px;
               width: 1px;
               height: 11px;
               content: "";
               border: none;
               background-color: #000;
               vertical-align: 0;
               transition: all 200ms linear;
           }

           .dropdown-toggle[aria-expanded="true"]::after {
               transform: rotate(90deg);
               opacity: 0;
           }

           .dropdown-menu {
               padding: 0 !important;
               background-color: transparent;
               box-shadow: none;
               transition: all 200ms linear;
           }

           .dropdown-toggle[aria-expanded="true"]+.dropdown-menu {
               margin-top: 10px !important;
               margin-bottom: 20px !important;
           }

           body.dark .nav-item::before {
               background-color: #fff;
           }

           body.dark .dropdown-toggle::after {
               background-color: #fff;
           }

           body.dark .dropdown-menu {
               background-color: transparent;
               box-shadow: none;
           }
       }

       /* #Link to page
================================================== */

       .logo {
           position: absolute;
           bottom: 30px;
           right: 30px;
           display: block;
           z-index: 100;
           transition: all 250ms linear;
       }

       .logo img {
           height: 26px;
           width: auto;
           display: block;
           filter: brightness(10%);
           transition: all 250ms linear;
       }

       body.dark .logo img {
           filter: brightness(100%);
       }


       .bg-light {
           background-color: #ffffff !important;
       }


       .intro h1,
       .intro-title {
           color: #fff;
           font-family: 'Signika';
           font-size: 23px;
           line-height: normal;
           text-transform: initial !important;
           font-weight: bold;
           letter-spacing: -0.3px;
           margin-bottom: 10px;
           padding-bottom: 0;
           text-shadow: 1px 1px 0 rgb(0 0 0 / 10%);
           text-transform: capitalize;
           -webkit-transition: font 350ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
           -moz-transition: font 350ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
           -o-transition: font 350ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
           transition: font 350ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
       }



       .form-control {
           display: block;
           width: 100%;
           height: 50px;
           padding: 0.5rem 0.75rem;
           font-size: 0.85rem;
           line-height: 1.25;
           color: #464a4c;
           background-color: #fff;
           background-image: none;
           background-clip: padding-box;
           border: 1px solid rgba(0, 0, 0, 0.15);
           border-radius: 6px;
           -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
           -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
           -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
           transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
       }


       .cat-list h3,
       .title-3 {
           font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
           font-weight: bold;
           text-transform: uppercase;
       }

       .cat-list {
           display: block;
           margin-bottom: 30px;
           line-height: 24px;
           padding-left: 0px;
           text-align: left;
       }

       .cat-list li {
           list-style: none;
       }

       .cat-list ul li {
           text-align: left;
           list-style: none;
       }

       .cat-list h3 {
           color: #16A085;
           position: relative;
       }

       .cat-list h3 a {
           position: relative;
       }

       .cat-list h3 .count {
           clear: both;
           color: #636c72;
           display: block;
           font-size: 12px;
           font-weight: normal;
           line-height: 1;
           padding: 3px 0;
           text-align: left;
           vertical-align: baseline;
           white-space: nowrap;
       }

       .cat-list.arrow {
           margin-bottom: 0;
       }

       .cat-list.arrow li {
           background: url(../../images/arrow-right.png) no-repeat scroll left center rgba(0, 0, 0, 0);
           border-bottom: 1px dotted #ddd;
           padding: 5px 14px;
       }

       .cat-list.arrow li:last-child {
           border-bottom: 0;
       }

       .cat-list ul li a {
           border-radius: 2px;
           font-style: normal;
           -webkit-transition: all 0.1s ease 0s;
           -moz-transition: all 0.1s ease 0s;
           -o-transition: all 0.1s ease 0s;
           transition: all 0.1s ease 0s;
           font-size: 12px;
       }

       .cat-list ul li a:hover {
           text-decoration: underline;
       }

       .cat-list li a {
           border-radius: 2px;
           font-style: normal;
           -webkit-transition: all 0.1s ease 0s;
           -moz-transition: all 0.1s ease 0s;
           -o-transition: all 0.1s ease 0s;
           transition: all 0.1s ease 0s;
           font-size: 13px;
           color: #fff;
           font-weight: 500;
           line-height: 30px;
           font-family: 'Roboto';
       }


       .cat-list li a .fa {
           color: #ffffff;
           font-size: 16px;
           margin-right: 5px;
       }

       .inner-box {
           /* border: 1px solid #c0c0c0; */
           padding: 0 0 10px 0px;
           margin-top: 0;
           background: none;
       }

       .cat-list li a:hover {
           text-decoration: underline;
           color: #fff;
       }

       .cat-list.border li {
           border-bottom: 1px dotted #ddd;
           padding: 7px 15px;
       }

       .cat-list.border li.active {
           background-color: #ececec;
       }

       .cat-list.border li.active a {
           -moz-box-sizing: border-box;
           box-sizing: border-box;
           color: #626262;
       }

       .cat-list.border li:hover {
           background-color: #ececec;
       }

       .cat-list.border li:last-child {
           border-bottom: 0;
       }

       .cat-title a {
           display: inline-block;
           padding-left: 56px;
           padding-top: 0;
           position: relative;
       }

       .cat-title i {
           position: absolute;
           left: 0;
           top: 0;
           -webkit-transform: translateY(-4px);
           -moz-transform: translateY(-4px);
           -o-transform: translateY(-4px);
           transform: translateY(-4px);
       }


       .cat-list.arrow li {
          border-bottom: 1px dotted #ddd;
          padding: 4px 14px;
          background: #2d5180 !important;
              margin-bottom: 5px;
    border-radius: 7px;
       }

       .icon {
           margin-bottom: 4px !important;
           font-size: 15px !important;
           color: #345676;
           padding-left: 10px;
       }


       .icon:before {
           text-shadow: none;
           -webkit-font-smoothing: antialiased;
           font-family: 'fontawesome';
           speak: none;
           font-weight: normal;
           font-variant: normal;
           line-height: 1;
           text-transform: none;
           -moz-transition: 0.4s;
           -o-transition: 0.4s;
           -webkit-transition: 0.4s;
           transition: 0.4s;
           color: #345676;
           content: "\f18e";
           display: inline-block;
           font-size: 16px;
           margin-right: 9px;
           position: relative;
           top: 2px;
       }



       .page-bottom-info-inner {
           background-size: cover;
           padding: 60px 0;
       }

       .page-bottom-info-content h1 {
           font-family: 'Signika';
           font-weight: 500;
           line-height: 47px;
           margin-bottom: 28px;
           margin-top: 0;
           position: relative;
           font-size: 26px;
       }

     

       .txt p {
           text-align: center;
           color: #fff;
           font-size: 16px;
           margin-top: 23px;
       }


       .footer-nav-inline li a {
           color: #333;
           font-size: 16px;
       }

       .footer-nav-inline.social-list-color li a {
              color: #fff;
    font-size: 14px;
    width: 34px;
    display: inline-block;
    text-align: center;
    padding: 4px 0;
    border-radius: 19px;
       }

       .icon-color.fb {
           background: #3b5998;
       }

       .icon-color.tw {
           background: #55acee;
       }

       .icon-color.gp {
           background: #dd4b39;
       }

       .icon-color.lin {
           background: #007bb5;
       }

       .icon-color.pin {
           background: #cb2027;
       }


       .list-inline>li {
           display: inline-block;
           padding-right: 5px;
           padding-left: 5px;
       }

       .footer-nav li a {
           border-left: solid 1px var(--border-color);
              padding: 0;
    color: #000;
    font-size: 14px;
    line-height: 29px;
       }


       .footer-title {
           color: #000;
           font-family: 'Signika';
           font-size: 15px;
           font-weight: 700;
           margin-bottom: 10px;
           margin-top: 29px;
           text-transform: uppercase;
       }

       .footer-col p {
line-height: 25px;
    width: 91%;
    font-size: 13px;
    color: #000;

       }

       .copy-info {
           padding: 24px;
           border-top: 1px solid #3333334d;
           margin-top: 0;
           font-size: 15px;
           font-weight: 600;
           color: #fff;
       }

       .custom-btn {
           background: #dc3545;
           padding: 10px 25px;
           color: #fff;
           margin-bottom: 30px;
           margin-top: 18px;
       }


       .form-item {
           width: 100%;
           height: 50px;
           display: table;
           position: relative;
       }

       .form-item input,
       .form-item select {
           width: 100%;
           height: 100%;
           display: block;
           padding: 0px 25px;
           background-color: #fff;
           border: 1px solid #8787876e;
           -webkit-transition: all .3s ease-in-out;
           -o-transition: all .3s ease-in-out;
           transition: all .3s ease-in-out;
           font-family: 'Signika';
           font-weight: 500;
       }

       .mb-30 {
           margin-bottom: 30px;
       }

       textarea {
           width: 100%;
           padding: 14px 25px;
           display: block;
           min-height: auto;
           font-family: 'Signika';
           border: 1px solid #cbcbcb;
       }


       .inner-box img {
           margin-bottom: 0;
           border: none;
           padding: 0;
       }


 .img-cardd {
    padding: 20px 11px 16px;
    border: 1px solid #33333312;
    /* -webkit-box-shadow: 0 0 15px rgb(51 51 51 / 10%); */
    /* box-shadow: 0 0 15px rgb(51 51 51 / 10%); */
    /* border-radius: 10px; */
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: #fff;
    margin-bottom: -1px;
}

.img-cardd img {
    width: 90%;
}

.spon .col-sm-3 {
    padding: 4px;
}

.spon .col-sm-2 {
    padding: 3px;
}
    
    
    .article {
    background: #fff;
    margin-top: 44px;
    padding: 15px;
}
    i.fa.fa-calendar {
    color: #f46d21;
    margin-right: 7px;
}

.article p {
    border-bottom: 1px dashed #00000078;
}
    .past-gal img {
       width: 274px;
       height: 178px;
       margin-bottom: 0;
       /* border-radius: 6px; */
       margin-right: 13px;
}
    
   
    .img-sec img {
       width: 100%;
    background: #fff;
    margin-top: 2px;
    height: 144px;
    border: 1px dashed #00000078;
    box-shadow: 0 0 15px rgb(51 51 51 / 10%);
}
    .img-sec .col-sm-3 {
    padding: 5px;
}
    .img-sec h5 {
       background: linear-gradient(316.24deg,#cd4a00 33.99%,#004076 100%);
    color: #fff;
    font-size: 15px;
    padding: 10px;
    text-align: center;
    margin-top: 3px;
    }
    .img-sec h5 a {
    color: #fff;
}
    
    ul.contact-info.list-style {
    list-style: none;
    display: flex;
    margin-bottom: 0px;
        padding-left: 5px;
}
.img-sec .col-sm-3:hover {
    box-shadow: 10px 15px 30px rgb(51 51 51 / 10%);
}
ul.contact-info.list-style li {
    margin-right: 15px;
}

ul.social-profile.list-style.style1 {
    list-style: none;
    display: flex;
    margin-bottom: 0px;
}

ul.social-profile.list-style.style1 li {
    margin-right: 15px;
}

ul.social-profile.list-style.style1 li .fa {
    color: #0d5189;
    background: #fff;
    padding: 5px 8px;
    border-radius: 100px;
}




       @media (min-width: 800px) and (max-width: 1190px) {

           .ml-md-4,
           .mx-md-4 {
               margin-left: 13px !important;
           }
       }

       @media (min-width: 800px) and (max-width: 1299px) {
           .container {
               max-width: 85%;
           }
       }


       @media (min-width: 1300px) and (max-width: 1500px) {
           .container {
               max-width: 84%;
           }
       }

       @media (min-width: 1501px) and (max-width: 1600px) {
           .container {
               max-width: 77%;
           }
       }

       @media (max-width: 768px) {
           .container {
               max-width: 100%;
           }

           .pr-0,
           .px-0 {
               padding-right: 15px !important;
           }
       }



.media .media-padding8 {
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px
}
.media .media-body {
    margin-left: 15px;
}
.topic-box-sm {
    display: inline-block;
    position: relative;
    color: #fff;
    height: 26px;
    padding: 0 15px;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px;
    z-index: 2;
}
.color-white:before {
    border-top: 8px solid #fff;
    border-right: 8px solid transparent;
}
.topic-box-sm:before {
    z-index: 1;
    content: "";
    top: 0;
    right: -8px;
    position: absolute;
    width: 0;
    height: 0;
}
.color-white:after {
    background-color: #fff;
}
.topic-box-sm:after {
    content: "";
    height: 100%;
    width: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.bg-primarytextcolor {
    background-color: #2d5180;
}
.img-opacity-hover {
    position: relative;
    display: block;
}
h3.title-medium-light {
    font-weight: 500;
    color: #fff;
    margin-bottom: 0px;
}
h3.title-medium-light a {
    color: #fff;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    font-size: 13px;
    line-height: 25px;
}
h3 {
    font-size: 16px;
}
.color-white {
    color: #111;
}
.box-layout {
    padding-left: 30px;
    padding-right: 30px;
    border-right: 1px solid #d5d5d5;
    border-left: 1px solid #d5d5d5;
}
.overlay-dark {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.overlay-dark:before {
    content: "";
    background-color: rgb(25 25 25 / 52%);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.topic-box-lg {
    display: inline-block;
    position: relative;
    color: #fff;
    height: 40px;
    padding: 0 20px;
    line-height: 40px;
    text-align: center;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 18px;
    z-index: 2;
}
.color-cinnabar:before {
    border-top: 8px solid #c90828;
    border-right: 8px solid transparent;
}
.topic-box-lg:before {
    z-index: 1;
    content: "";
    top: 0;
    right: -8px;
    position: absolute;
    width: 0;
    height: 0;
}
.color-cinnabar:after {
    background-color: #c90828;
}
.topic-box-lg:after {
    content: "";
    height: 100%;
    width: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.color-cinnabar:after {
    background-color: #c90828;
}
.topic-border:after {
    position: absolute;
    display: block;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    width: 100%;
    height: 2px;
}

.mb-10 {
    margin-bottom: 10px;
}
.section-space-less30 {
    padding: 36px 0 0px;
}
ul.scope {
       font-size: 15px;
    margin-bottom: 0px;
    line-height: 0px;
    padding-left: 5px;
}

.scope li {
       line-height: 28px;
    list-style: none;
    margin-bottom: 5px;
}

.scope img {
    width: 15px;
}

img.img-fluid {
    width: 115px;
    height: 112px;
    background: #fff;
    padding: 8px;
}
.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6;
    padding: 18px;
    font-size: 17px;
}

footer input.form-control {
    margin-bottom: 10px;
    height: 36px;
    border-radius: 0px;
}