@import url(https://fonts.googleapis.com/css?family=Montserrat:300, 400, 500, 600, 700|Roboto:300, 400, 500, 700);
body {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-style: normal;
    background-image: url(../images/watermark.png);
    background-position: center;
   /*  background-size: cover; */
/*     -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
     background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='58' height='100.23' patternTransform='scale(2) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='hsla(199, 100%, 95%, 1)'/><path d='M12.127 73.813l.013 5.643 4.893-2.81zm-6.01-3.47l16.928 9.773-16.93 9.777zm-6.02-3.476l28.967 16.725L.13 100.262zm16.97 23.616l-.015 5.643-4.893-2.81zm6.01-3.472L6.148 96.786l16.93 9.776zM.128 100.261l28.935 16.669m16.874-23.67l-.013-5.644-4.894 2.81zm6.01 3.47L35.02 86.956l16.931-9.775zM29 83.482l28.936-16.669.032 33.393m-28.904 2.834l4.881-2.834-4.88-2.832zm0 6.94V90.433l16.932 9.773zm0 6.952V83.482l28.904 16.724zM58 13.915l-4.882 2.833L58 19.582zm0-6.94v19.548l-16.932-9.774zm0-6.951v33.448L29.096 16.748m0-13.89l4.88-2.833-4.88-2.833zm0 6.94V-9.749L46.026.025zm0 6.95v-33.449L58 .024zM16.94 23.696l-4.894-2.81-.014 5.643zm6.01-3.47L6.02 29.998V10.448zM0 33.472L.033.08 28.97 16.75m-5.99-29.92L6.053-3.393l16.93 9.776zM28.97 16.75L29-16.644.033.08m40.966 23.615l.013 5.643 4.893-2.81zm-6.01-3.47l16.928 9.774-16.93 9.775zm22.947 13.248L29 50.143l-.031-33.394M16.97 43.197l-.013-5.643-4.894 2.81zm6.01 3.47L6.053 36.894l16.93-9.776zM29 50.143L.032 33.419l28.936-16.67m16.937 57.008l-4.893-2.81-.014 5.644zm6.01-3.47L34.988 80.06v-19.55zM29 64.035l-4.88 2.832L29 69.7zm0-6.942v19.549L12.07 66.867zM.097 66.867L29 50.143v33.449m16.938-43.228l-.013 5.644-4.894-2.811zm6.01-3.47L35.02 46.667l16.931 9.777zM29 50.143l28.936 16.67.032-33.394M.097 52.975l4.88-2.832-4.88-2.833zm0 6.942V40.368l16.931 9.775zm0 6.95V33.42'  stroke-linecap='square' stroke-width='1' stroke='hsla(199, 77%, 92%, 1)' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>"); */
}

h1.newstt1 {
    font-size: 27px;
    padding: 10px 0px 10px;
}

h5.news-hh {
    font-size: 22px;
        padding-left: 10px;
}
.slick-dots li{
    display: inline-block;
    margin-top: 15px;
}
.slick-dots li button{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    font-size: 0;
    padding: 0;
    border: 0;
    margin: 0 3px;
    cursor: pointer;
}

.slick-dots li.slick-active button{
    background-color: #ffc600;
}



.slick-arrow {
    position: absolute;
    top: -110px;
    right: 0;
}
.prev.slick-arrow{
    left: auto;
    right: 50px;
}
 .slick-arrow i{
    width: 40px;
    height: 40px;
    line-height: 36px;
    border-radius: 5px;
    color: #000;
    border: 2px solid #aaaaaa;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.slick-arrow:hover i{
    border-color: #ffc600;
    background-color: #ffc600;
}


img {
    max-width: 100%;
    image-rendering: p;
}
ul.navbar-nav.ml-auto li {
    border-right: 1px solid #032864;
}
.saidbar .categories ul li:before {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    left: 50px;
    color: #000;
    font-weight: 700;
}
a span.fa {
    color: #673ab7;
    font-size: 23px;
    padding: 5px 4px;
    border-radius: 50%;
}

a:focus,
button:focus,
input:focus,
textarea:focus {
    text-decoration: none;
    outline: 0;
}
a:focus,
a:hover {
    text-decoration: none;
}
a,
i,
span {
    display: inline-block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    color: #1d2025;
    margin: 0;
}
h1 {
    font-weight: 500;
}
h2 {
    font-size: 36px;
}
h3 {
    font-size: 28px;
}
h4 {
    font-size: 22px;
}
h5 {
    font-size: 18px;
	font-size: 28px;
    color: #ff5722;
}
h6 {
    font-size: 16px;
}
ol,
ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
p {
 font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    padding-bottom: 16px;
    color: #505050;
    margin: 0;
    text-align: justify;
}
.bg_cover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
.main-btn {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #ffc600;
    padding: 0 35px;
    font-size: 16px;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    line-height: 50px;
    border-radius: 5px;
    color: #07294d;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 5;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    background-color: #ffc600;
}
.main-btn:hover {
    color: #ffc600;
    border-color: #07294d;
    background-color: #07294d;
}
.section-title h5 {
    color: #07294d;
    position: relative;
    padding-bottom: 12px;
}
.section-title h5::before {
    content: "";
    position: absolute;
    width: 35px;
    height: 2px;
    background-color: #ffc600;
    bottom: 0;
    left: 0;
}
.section-title h2 {
    font-size: 48px;
    color: #000;
    padding-top: 10px;
}
.header-top {
    background-color: #045de9;
    background-image: linear-gradient(315deg, #045de9 0, #0b258f 74%);

}
.header-contact ul li {
    display: inline-block;
    margin-right: 45px;
}
.header-contact ul li:last-child {
    margin-right: 0;
}
.header-contact ul li span {
    color: #dee2e6;
    font-size: 15px;
    font-weight: 400;
    margin-left: 10px;
}
.header-opening-time p {
    color: #dee2e6;
    font-size: 15px;
    font-weight: 400;
}
.navigation-back {
    background-color: #fff;
}
.navigation.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
    border-bottom: 1px solid #cecece;
    -webkit-box-shadow: 0 0 191px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 191px 0 rgba(0, 0, 0, 0.06);
    -webkit-animation: sticky 1s;
    animation: sticky 1s;
    background-color: #045de9;
    background-image: linear-gradient(315deg, #045de9 0, #0b258f 74%);
}
@-webkit-keyframes sticky {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes sticky {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.header-social ul li {
    display: inline-block;
    margin-left: 10px;
}
.header-social ul li:first-child {
    margin-left: 0;
}
.header-social ul li a {
    font-size: 15px;
    color: #dee2e6;
}

.single-slider {
    padding-bottom: 300px;
}
.slider-cont {
    position: relative;
    z-index: 5;
}
.slider-cont h1 {
    font-size: 60px;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    color: #fff;
    padding-bottom: 25px;
}
.slider-cont p {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    padding-bottom: 50px;
}
.slider-cont ul li {
    display: inline-block;
    margin-right: 15px;
}
.slider-cont ul li:last-child {
    margin-right: 0;
}
.slider-active .slick-arrow {
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.slider-active .next.slick-arrow {
    left: auto;
    right: 0;
}
.slider-active:hover .slick-arrow {
    left: 30px;
    opacity: 1;
    visibility: visible;
}
.slider-active:hover .next.slick-arrow {
    left: auto;
    right: 30px;
}
.slider-2 .slider-cont h1 {
    padding-bottom: 40px;
}
.slider-2.single-slider {
    padding-top: 230px;
    padding-bottom: 250px;
}
.about-event {
    -webkit-box-shadow: 0 0 191px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 191px 0 rgba(0, 0, 0, 0.06);
    padding: 65px 70px 37px;
    background-color: rgba(255, 255, 255, 0.95);
}
.about-event .event-title h3 {
    font-size: 36px;
    color: #000;
    padding-bottom: 5px;
}
.about-event ul li .singel-event {
    padding: 25px 0;
    border-bottom: 1px solid #cecece;
}
.about-event ul li:last-child .singel-event {
    border-bottom: 0;
}
.about-event ul li .singel-event span {
    font-size: 14px;
    color: #8a8a8a;
    margin-right: 20px;
}
.about-event ul li .singel-event span i {
    color: #ffc600;
    margin-right: 3px;
}
.about-event ul li .singel-event a {
    display: block;
}
.about-event ul li .singel-event a h4 {
    padding-top: 5px;
    padding-bottom: 10px;
    color: #000;
    font-size: 20px;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.about-event ul li .singel-event a:hover h4 {
    color: #ffc600;
}
.course-slied .slick-arrow {
    position: absolute;
    top: -85px;
    right: 0;
}
.course-slied .prev.slick-arrow {
    left: auto;
    right: 50px;
}
.course-slied .slick-arrow i {
    width: 40px;
    height: 40px;
    line-height: 36px;
    border-radius: 5px;
    color: #000;
    border: 2px solid #aaa;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.course-slied .slick-arrow:hover i {
    border-color: #ffc600;
    background-color: #ffc600;
}
.footer-top {
    background-color: #07294d;
}
.footer-copyright {
    background-image: linear-gradient(315deg, #045de9 0, #0b258f 74%);
}
.footer-copyright .copyright p {
   color: #fff;
    font-size: 13px;
    padding-top: 3px;
    line-height: 20px;
}
.back-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    line-height: 35px;
    background-color: #ffc600;
    color: #fff;
    font-size: 28px;
    border-radius: 5px;
    z-index: 99;
    text-align: center;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    display: none;
}
.back-to-top:hover {
    color: #fff;
    background-color: #021d3a;
}
.category-2-items .singel-items {
    position: relative;
}
.category-2-items .singel-items .items-image {
    position: relative;
}
.category-2-items .singel-items .items-image img {
    width: 100%;
    border-radius: 5px;
}
.category-2-items .singel-items .items-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(7, 41, 77, 0.9);
    border-radius: 5px;
}
.category-2-items .singel-items .items-cont {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.category-2-items .singel-items .items-cont h5 {
    color: #fff;
    font-size: 38px;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.category-2-items .singel-items .items-cont span {
    font-size: 18px;
    color: #fff;
    margin-top: 10px;
}
.category-2-items .singel-items .items-cont h5:hover {
    color: #ffc600;
}
.singel-course-2 .cont h4 {
    font-weight: 500;
    background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='29' height='50.115' patternTransform='scale(1) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='hsla(231, 48%, 48%, 1)'/><path d='M14.498 16.858L0 8.488.002-8.257l14.5-8.374L29-8.26l-.002 16.745zm0 50.06L0 58.548l.002-16.745 14.5-8.373L29 41.8l-.002 16.744zM28.996 41.8l-14.498-8.37.002-16.744L29 8.312l14.498 8.37-.002 16.745zm-29 0l-14.498-8.37.002-16.744L0 8.312l14.498 8.37-.002 16.745z'  stroke-width='1' stroke='hsla(231, 48%, 54%, 1)' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>");
    color: #fff;
    min-height: 120px;
    width: 300px;
    margin: 15px 0px;
    border-radius: 30px;
    border-left: 12px solid #ff9800;
    font-size: 24px;
    padding: 20px;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.singel-course-2 .cont h4:hover {
    color: #ffc600;
}
.teachers-2 .teachers-2-singel {
    background-color: #fff;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 15px;
}
.teachers-2 .teachers-2-singel .thum img {
    border-radius: 50%;
}
.teachers-2 .teachers-2-singel .cont {
    padding-left: 20px;
}
.teachers-2 .teachers-2-singel .cont a h5 {
    font-size: 18px;
    color: #000;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.teachers-2 .teachers-2-singel .cont a:hover h5 {
    color: #ffc600;
}
.teachers-2 .teachers-2-singel .cont p {
    font-size: 15px;
}
.teachers-2 .teachers-2-singel .cont span {
    font-size: 14px;
    color: #07294d;
}
.teachers-2 .teachers-2-singel .cont span i {
    margin-right: 5px;
    color: #ffc600;
}
.student-slied {
    z-index: 5;
}
.happy-student {
    background-color: #07294d;
    padding-top: 65px;
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 80px;
    border-radius: 5px;
    position: relative;
}
.happy-student {
    background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='58' height='100.23' patternTransform='scale(2) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='hsla(231, 48%, 48%, 1)'/><path d='M12.127 73.813l.013 5.643 4.893-2.81zm-6.01-3.47l16.928 9.773-16.93 9.777zm-6.02-3.476l28.967 16.725L.13 100.262zm16.97 23.616l-.015 5.643-4.893-2.81zm6.01-3.472L6.148 96.786l16.93 9.776zM.128 100.261l28.935 16.669m16.874-23.67l-.013-5.644-4.894 2.81zm6.01 3.47L35.02 86.956l16.931-9.775zM29 83.482l28.936-16.669.032 33.393m-28.904 2.834l4.881-2.834-4.88-2.832zm0 6.94V90.433l16.932 9.773zm0 6.952V83.482l28.904 16.724zM58 13.915l-4.882 2.833L58 19.582zm0-6.94v19.548l-16.932-9.774zm0-6.951v33.448L29.096 16.748m0-13.89l4.88-2.833-4.88-2.833zm0 6.94V-9.749L46.026.025zm0 6.95v-33.449L58 .024zM16.94 23.696l-4.894-2.81-.014 5.643zm6.01-3.47L6.02 29.998V10.448zM0 33.472L.033.08 28.97 16.75m-5.99-29.92L6.053-3.393l16.93 9.776zM28.97 16.75L29-16.644.033.08m40.966 23.615l.013 5.643 4.893-2.81zm-6.01-3.47l16.928 9.774-16.93 9.775zm22.947 13.248L29 50.143l-.031-33.394M16.97 43.197l-.013-5.643-4.894 2.81zm6.01 3.47L6.053 36.894l16.93-9.776zM29 50.143L.032 33.419l28.936-16.67m16.937 57.008l-4.893-2.81-.014 5.644zm6.01-3.47L34.988 80.06v-19.55zM29 64.035l-4.88 2.832L29 69.7zm0-6.942v19.549L12.07 66.867zM.097 66.867L29 50.143v33.449m16.938-43.228l-.013 5.644-4.894-2.811zm6.01-3.47L35.02 46.667l16.931 9.777zM29 50.143l28.936 16.67.032-33.394M.097 52.975l4.88-2.832-4.88-2.833zm0 6.942V40.368l16.931 9.775zm0 6.95V33.42'  stroke-linecap='square' stroke-width='1' stroke='hsla(231, 47%, 52%, 1)' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>");
    padding-top: 15px;
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 80px;
    border-radius: 5px;
    position: relative;
}
.happy-student .happy-title h3 {
    font-size: 36px;
    color: #fff;
    padding-bottom: 20px;
}
.happy-student .singel-student {
    position: relative;
    z-index: 5;
}
.happy-student .singel-student img {
    padding-bottom: 20px;
}
.happy-student .singel-student p {
    color: #fff;
    padding-bottom: 195px;
}
.happy-student .singel-student h6 {
    color: #fff;
    font-size: 16px;
}
.happy-student .singel-student span {
    font-size: 14px;
    color: #fff;
}
.happy-student .student-image {
    position: absolute;
    bottom: 0;
    right: 0;
}
.page-banner-cont {
    position: relative;
    z-index: 5;
}
.page-banner-cont h2 {
    font-size: 52px;
    color: #fff;
    padding-bottom: 15px;
}
.page-banner-cont .breadcrumb {
    margin: 0;
    background: 0 0;
    padding: 0;
}
.page-banner-cont .breadcrumb .breadcrumb-item {
    color: #ffc600;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 2px;
}
.page-banner-cont .breadcrumb .breadcrumb-item a {
    color: #fff;
}
.page-banner-cont .breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
    content: "/";
    font-size: 18px;
}
.singel-event-list {
    background-color: #fff;
    padding: 30px;
    border-radius: 5px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.singel-event-list .event-thum {
    width: 38%;
}
.singel-event-list .event-thum img {
    width: 100%;
    border-radius: 5px;
}
.singel-event-list .event-cont {
    width: 62%;
    padding-left: 30px;
}
.singel-event-list .event-cont span {
    font-size: 14px;
    color: #8a8a8a;
    margin-right: 20px;
}
.singel-event-list .event-cont span i {
    color: #ffc600;
    margin-right: 3px;
}
.singel-event-list .event-cont a {
    display: block;
}
.singel-event-list .event-cont a h4 {
    padding-top: 5px;
    padding-bottom: 10px;
    color: #000;
    font-size: 20px;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.singel-event-list .event-cont a:hover h4 {
    color: #ffc600;
}
.teachers-right {
    border-radius: 5px;
    overflow: hidden;
}
.teachers-right .nav .nav-item a {
    padding: 20px 0;
    background-color: #ff9800;
    color: #fff;
    font-weight: 15;
    color: #fff;
    display: block;
    font-weight: 600;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.teachers-right .nav .nav-item a.active,
.teachers-right .nav .nav-item a:hover {
    background-color: #fff;
    color: #315377;
}
.teachers-right .tab-content {
    padding: 0 50px 35px;
    background-color: #fff;
}
.teachers-right .tab-content .dashboard-cont .singel-dashboard h5 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    padding-bottom: 15px;
}
.teachers-right .tab-content .reviews-cont {
    padding: 45px 0 15px;
}
.singel-blog {
    overflow: hidden;
    border-radius: 5px;
}
.singel-blog .blog-thum img {
    width: 100%;
}
img {
    image-rendering: -webkit-optimize-contrast;
}
.singel-blog .blog-cont {
    padding: 40px 50px;
    background-color: #fff;
}
.singel-blog .blog-cont a {
    display: block;
}
.singel-blog .blog-cont h3 {
    font-size: 36px;
    color: #000;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.singel-blog .blog-cont a:hover h3 {
    color: #ffc600;
}
.singel-blog .blog-cont ul {
    padding: 20px 0;
}
.singel-blog .blog-cont ul li {
    display: inline-block;
    margin-right: 30px;
}
.singel-blog .blog-cont ul li:last-child {
    margin-right: 0;
}
.singel-blog .blog-cont ul li a {
    font-size: 15px;
    color: #8a8a8a;
}
.singel-blog .blog-cont ul li a i {
    color: #ffc600;
    margin-right: 5px;
}
.saidbar .saidbar-search {
    padding: 35px;
    background-color: #fff;
    border-radius: 5px;
}
.saidbar .saidbar-search form {
    position: relative;
}
.saidbar .saidbar-search form input {
    width: 100%;
    height: 45px;
    padding: 0 25px;
    background-color: #f6f6f6;
    color: #8a8a8a;
    border-radius: 5px;
    font-size: 15px;
    border: 0;
}
.saidbar .saidbar-search form button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    font-size: 16px;
    color: #8a8a8a;
    padding: 0;
    border: 0;
    background: 0 0;
    cursor: pointer;
}
.saidbar .categories {
    background-color: #fff;
    padding: 30px 35px 25px;
    border-radius: 5px;
}
.saidbar .categories h4,
.saidbar .saidbar-post h4 {
    font-size: 24px;
    color: #07294d;
}
.saidbar .categories ul {
    padding-top: 15px;
}
.saidbar .categories ul li {
    line-height: 40px;
    margin-left: 30px;
    border-bottom: 1px solid #e7e7e7;
}
.saidbar .categories ul li a {
    color: #8a8a8a;
    font-weight: 15;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.saidbar .categories ul li a:hover {
    color: #ffc600;
}
.saidbar .saidbar-post {
    padding: 30px 35px 35px;
    background-color: #fff;
    border-radius: 5px;
}
.saidbar .saidbar-post ul {
    padding-top: 10px;
}
.saidbar .saidbar-post ul li a {
    display: block;
    margin-top: 30px;
}
.saidbar .saidbar-post ul li a .singel-post {
    overflow: hidden;
}
.saidbar .saidbar-post ul li a .singel-post .thum {
    float: left;
    padding-right: 20px;
}
.saidbar .saidbar-post ul li a .singel-post .thum img {
    border-radius: 5px;
}
.saidbar .saidbar-post ul li a .singel-post .cont h6 {
    font-weight: 600;
    font-size: 18px;
    color: #000;
    padding-bottom: 10px;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.saidbar .saidbar-post ul li a .singel-post .cont h6:hover {
    color: #ffc600;
}
.saidbar .saidbar-post ul li a .singel-post .cont span {
    font-size: 14px;
    color: #8a8a8a;
}
.blog-details .cont {
    padding: 40px 50px;
    background-color: #fff;
}
.blog-details .cont h3 {
    font-size: 36px;
    color: #000;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.blog-details .cont ul {
    padding: 20px 0;
}
.blog-details .cont ul li {
    display: inline-block;
    margin-right: 30px;
}
.blog-details .cont ul li a {
    font-size: 15px;
    color: #8a8a8a;
}
.blog-details .cont ul li a i {
    color: #ffc600;
    margin-right: 5px;
}
.blog-details .cont .share li.title {
    font-size: 18px;
    color: #000;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
}



/* hover */

@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro);
@import url(https://fonts.googleapis.com/css?family=Teko:700);
.snip1543 {
  background-color: #fff;
  color: #ffffff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  margin: 9px 0px;
  min-width: 230px;
  max-height: 190px;
  height: 100%;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0px 0px 12px 0px rgb(11 37 143 / 49%)
}

.snip1543 *,
.snip1543 *:before,
.snip1543 *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.snip1543 img {
  backface-visibility: hidden;
  width: 100%;
  vertical-align: top;
}

.snip1543:before,
.snip1543:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background-color: #9ccfe7;
  opacity: 0.5;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.snip1543:before {
  -webkit-transform: skew(30deg) translateX(-80%);
  transform: skew(30deg) translateX(-80%);
}

.snip1543:after {
  -webkit-transform: skew(-30deg) translateX(-70%);
  transform: skew(-30deg) translateX(-70%);
}

.snip1543 figcaption {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
  bottom: 0;
  padding: 25px 40% 25px 20px;
}

.snip1543 figcaption:before,
.snip1543 figcaption:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #9ccfe7;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
  content: '';
  opacity: 0.5;
  z-index: -1;
}

.snip1543 figcaption:before {
  -webkit-transform: skew(30deg) translateX(-100%);
  transform: skew(30deg) translateX(-100%);
}

.snip1543 figcaption:after {
  -webkit-transform: skew(-30deg) translateX(-90%);
  transform: skew(-30deg) translateX(-90%);
}



.snip1543 h3 {
  font-family: 'Teko', sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1em;
  text-shadow: -3px 0px 3px #080334;
  text-transform: uppercase;
    color: #fff;
}

.snip1543 p {
  font-size: 1.1em;
  text-shadow: 1px 0px 3px #161616;
    color: #fff;
        line-height: normal;
}

button.btn.btn-outline-light {
    text-shadow: 1px 0px 3px #161616;
}

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

.snip1543:hover h3,
.snip1543.hover h3,
.snip1543:hover p,
.snip1543.hover p {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 0.9;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.snip1543:hover:before,
.snip1543.hover:before {
  -webkit-transform: skew(30deg) translateX(-20%);
  transform: skew(30deg) translateX(-20%);
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.snip1543:hover:after,
.snip1543.hover:after {
  -webkit-transform: skew(-30deg) translateX(-10%);
  transform: skew(-30deg) translateX(-10%);
}

.snip1543:hover figcaption:before,
.snip1543.hover figcaption:before {
  -webkit-transform: skew(30deg) translateX(-40%);
  transform: skew(30deg) translateX(-40%);
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.snip1543:hover figcaption:after,
.snip1543.hover figcaption:after {
  -webkit-transform: skew(-30deg) translateX(-30%);
  transform: skew(-30deg) translateX(-30%);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
footer#footer-part {
    position: fixed;
    width: 100%;
    bottom: 0;
}

.navbar {background:#0B258F; border-bottom:1px solid #3F7723; padding:5px; background-image: linear-gradient(to right, #0B258F , #0653D8);}
.navbar-brand {color:#FAE87E;width:100px;font-size:12pt;text-transform:uppercase;padding:0;padding-left:15px}
.navbar ul.navbar-nav li.nav-item a  {color:#FFFFFF;transition:all 0.5s;padding-left:20px;font-size:12pt;text-transform:uppercase}
.navbar .dropdown-menu {background:#0B258F;}
.navbar .dropdown-menu a:hover{background:#0653D8}

ul.slick-dots {
    position: absolute;
    z-index: 1;
    bottom: 13px;
    right: 10px;
}

figcaption.pos {
    position: absolute;
    z-index: 1;
    top: 20px;
    left: 44px;
}

.home-box-h3{font-family: 'Teko', sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1em;
  text-shadow: 1px 2px 6px #161616, 0px 0px 6px #161616;
    text-transform: uppercase;
    color: #fff;
}

    .home-box-p{font-size: 1.1em;
   text-shadow: 1px 2px 6px #161616, 0px 0px 6px #161616;;
    color: #fff;
    line-height: normal;
}
.home-box-title{font-size: 1.1em;
   text-shadow: 1px 2px 6px #161616, 0px 0px 6px #161616;;
    color: #fff;
    line-height: normal;font-weight: 600;}