﻿@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:300,400);
/* CSS Document */

/* main container */



/* header container*/

html, body {
    max-width: 100%;
    overflow-x: hidden;
}
a
{
    text-decoration: none !important;
}
.c-orange
{
    color: #ffa500;
}
.user_social ul li {
    display: inline-block;
}
.user_social ul
{
    padding-left: 1px;
}

#logo_area {
    padding: 20px;
    text-align: center;
}

/*slider text*/
/*
.shape{
  text-align:center;
  background-color:rgba(3,78,136,0.7);
  width:200px;
  height:60px;
  line-height:60px;
  color:white;
  margin:17px auto;
  position:relative;
}
.shape:before{
  content:"";
  width:0px;
  height:0px;
  border-top:60px solid rgba(3,78,136,0.7);
  border-right:60px solid transparent;
  position:absolute;
  left: 100%;
  top:0px;
}

.shape2{
  text-align:center;
  background-color:rgba(3,78,136,0.7);
  width:500px;
  height:60px;
  line-height:60px;
  color:white;
  margin:17px auto;
  position:relative;
}
.shape2:before{
  content:"";
  width:0px;
  height:0px;
  border-bottom:60px solid rgba(3,78,136,0.7);
  border-left:60px solid transparent;
  position:absolute;
  right:100%;
  top:0px;
}
*/

/*navigation bar*/

.navbar {
    border: 0px;
    border-radius: 0px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #ececec !important;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #fff;
}

.navbar-default .navbar-nav > li > a {
    color: white;
}

.navbar-default .navbar-brand {
    color: white;
}

.image_size {
    width: 100px;
    height: auto;
}

/* image grid style*/
.image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.big_img:hover .image {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.3;
}
.big_img
{
    overflow: hidden;
    border-radius: 5px;
}
.hover_container:hover .middle {
    opacity: 1;
}



.text {
    background-color: #ffa500;
    color: white;
    font-size: 16px;
    padding: 16px 32px;
}

.hover_container {
    padding: 3px;
    position: relative;
    border: 0px;
    -webkit-transition: border-radius 5s;
    overflow: hidden;
    border-radius: 5px
}


/* end of image grid*/

/* latest article grid style */

.tabbable-panel {
    padding: 10px;
}

/* Default mode */
.tabbable-line > .nav-tabs {
    border: none;
    margin: auto;
   width: fit-content;
}

    .tabbable-line > .nav-tabs > li {
        margin-right: 2px;
    }

        .tabbable-line > .nav-tabs > li > a {
            border: 0;
            margin-right: 0;
            color: #000;
            cursor: pointer;
        }

            .tabbable-line > .nav-tabs > li > a > i {
                color: #000;
            }

        .tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
            border-bottom: 4px solid #fbcdcf;
        }

            .tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
                border: 0;
                background: none !important;
                color: #333333;
            }

                .tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
                    color: #a6a6a6;
                }

            .tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
                margin-top: 0px;
            }

        .tabbable-line > .nav-tabs > li.active {
            border-bottom: 4px solid #ffa500;
            position: relative;
        }

            .tabbable-line > .nav-tabs > li.active > a {
                border: 0;
                color: #333333;
                font-weight: bold;
            }

                .tabbable-line > .nav-tabs > li.active > a > i {
                    color: #404040;
                    font-weight: bold;
                }

.tabbable-line > .tab-content {
    margin-top: -3px;
    background-color: #F8F8FF;
    border: 0;
    border-top: 1px solid #eee;
    padding: 15px 0;
}

.portlet .tabbable-line > .tab-content {
    padding-bottom: 0;
}

.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
    border-bottom: 4px solid #000;
}

/* Below tabs mode */

.tabbable-line.tabs-below > .nav-tabs > li {
    border-top: 4px solid transparent;
}

    .tabbable-line.tabs-below > .nav-tabs > li > a {
        margin-top: 0;
    }

    .tabbable-line.tabs-below > .nav-tabs > li:hover {
        border-bottom: 0;
        border-top: 4px solid #fbcdcf;
    }

    .tabbable-line.tabs-below > .nav-tabs > li.active {
        margin-bottom: -2px;
        border-bottom: 0;
        border-top: 4px solid #f3565d;
    }

.tabbable-line.tabs-below > .tab-content {
    margin-top: -10px;
    border-top: 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.image_style {
    width: 100%;
    height: 150px;
    border-radius: 3px;
}

.bottom_tag_content {
    background-color: #ffa500;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    width: 100%;
    height: 25px;
    padding: 3px;
}

.hover_fade:hover div {
    opacity: 0.3;
}

.hover_fade:hover middele {
    opacity: 1;
}

.img_cont_div {
    border-radius: 5px;
}

.img_border {
    border-radius: 1%;
    height: 165px;
}

.text_float {
    top: 36%;
}

.text {
    padding: 5px 14px;
}

.ancher_style {
    color: black;
    text-decoration: none !important;
}

    .ancher_style:hover {
        color: black;
    }

    .ancher_style p {
        color: white;
    }


/* scroll*/






.scroll_con_update {
    text-align: center;
    margin-top: -47px;
}





.demo a {
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #000;
    font: normal 400 20px/1 'Josefin Sans', sans-serif;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
}

    .demo a:hover {
        opacity: .5;
    }



#section03 a {
    padding-top: 60px;
}

    #section03 a span {
        position: absolute;
        top: 21px;
        left: 50%;
        width: 46px;
        height: 46px;
        margin-left: -23px;
        border: 1px solid #000;
        border-radius: 100%;
        box-sizing: border-box;
    }

        #section03 a span::after {
            position: absolute;
            top: 50%;
            left: 50%;
            content: '';
            width: 16px;
            height: 16px;
            margin: -12px 0 0 -8px;
            border-left: 1px solid #000;
            border-bottom: 1px solid #000;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            box-sizing: border-box;
        }

        #section03 a span::before {
            position: absolute;
            top: 0;
            left: 0;
            z-index: -1;
            content: '';
            width: 44px;
            height: 44px;
            box-shadow: 0 0 0 0 #000;
            border-radius: 100%;
            opacity: 0;
            -webkit-animation: sdb03 3s infinite;
            animation: sdb03 3s infinite;
            box-sizing: border-box;
        }

@-webkit-keyframes sdb03 {
    0% {
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    60% {
        box-shadow: 0 0 0 60px rgba(255,255,255,.1);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes sdb03 {
    0% {
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    60% {
        box-shadow: 0 0 0 60px rgba(255,255,255,.1);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}


/*  end of scroll  */


/*  end of latest article grid style */

/* Testimonial */

/* carousel */
#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
}

    /* Control buttons  */
    #quote-carousel .carousel-control {
    background: none;
    color: #222;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: auto;
    margin-bottom: auto;
    height: fit-content;
    }
        /* Previous button  */
        #quote-carousel .carousel-control.left {
            left: -12px;
        }
        /* Next button  */
        #quote-carousel .carousel-control.right {
            right: -12px !important;
        }
    /* Changes the position of the indicators */
    #quote-carousel .carousel-indicators {
        right: 50%;
        top: auto;
        bottom: 0px;
        margin-right: -19px;
    }
        /* Changes the color of the indicators */
        #quote-carousel .carousel-indicators li {
            background: #c0c0c0;
        }

        #quote-carousel .carousel-indicators .active {
            background: #333333;
        }

    #quote-carousel img {
        width: 250px;
        height: 100px
    }
/* End carousel */

.item blockquote {
    border-left: none;
    margin: 0;
}

    .item blockquote img {
        margin-bottom: 10px;
    }

    .item blockquote p:before {
        content: "\f10d";
        font-family: 'Fontawesome';
        float: left;
        margin-right: 10px;
    }



/**
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #quote-carousel {
        margin-bottom: 0;
        padding: 0 40px 30px 40px;
    }
}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) {

    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */

/*
    #quote-carousel .carousel-indicators {
        bottom: -20px !important;
    }
*/

        #quote-carousel .carousel-indicators li {
            display: inline-block;
            margin: 0px 5px;
            width: 15px;
            height: 15px;
        }

            #quote-carousel .carousel-indicators li.active {
                margin: 0px 5px;
                width: 20px;
                height: 20px;
            }
    .article-highlight
    {
        display: none;
    }
  
    .input-group
    {
    position: relative;
    display: table;
    border-collapse: separate;
    padding-bottom: 10px !important;
    }
    
    .nav>li>a {
    position: relative;
    display: block;
        padding: 10px 7px;
}
    .custom-latest-post-btn
    {
           font-size: 13px;
    }
    #quote-carousel .carousel-control.left {
    left: -20px !important;
}

#quote-carousel .carousel-control.right {
    right: -20px !important;
}
    .list_style {
    list-style: none;
    text-align: center !important;
   
}
    
    .sub-footer-btn
{
    text-align: center;
}
    .start-footer-link
    {
        margin-top: 10px;
    }
    .custom-latest-article-grid
    {
        width: 100%;
    }
    .headtitle div {
    width: 117px !important;
    float: right;
    display: inline-block;
    padding-top: 18px;
    margin-right: 0px !important;
}
    .tile
{
    padding: 0px !important;
    border: none !important;
    margin-top: 16px;
}

    .custom-ebook-head
{
    display:inline-block;
    float:left;
    margin-left: 0px !important;
}
    .ebook-seprater
{
         margin-top: 0px; 
     margin-bottom: 10px; 
    border: 0;
    width: 100% !important;
   border-top: 2px solid #ffa500;
}
       .nav-menu-bar
{
  display: block !important;
}
.header-nav-bar
{
display: none;
}
    .n-event-img {
        height: auto !important;
        width: 100% !important;
    }
}
@media only screen and (min-width : 768px) {
 .custom-front-block-category
    {
        display: none !important;
    }
    .navbar-header
    {
        display: none;
    }
     .header-nav-bar
    {
        display: block;
    }
.navbar-nav>li>a
    {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    padding-left: 9px !important;
    padding-right: 9px !important;
}
    
}


@media only screen and (min-width : 1000px){
 .custom-front-block-category
    {
        display: block!important;
    }
.navbar-nav>li>a
    {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
}
    }
}
.nav-menu-bar
{
  display: none;
}
.nav-menu-bar
{
  width: 78% !important;
}


.img-circle {
    border-radius: 0px;
}


#quote-carousel .carousel-control.left {
    left: -40px;
}

#quote-carousel .carousel-control.right {
    right: -40px ;
}
/* end of testimoinal*/




/* footer style */
#footer_container {
    background-color: black;
}

.footer_heading_style {
    color:#fff;
}

#footer_p_size {
    font-size: 15px;
   margin-bottom: 5px !important;
}

.list_style {
    list-style: none;
    text-align: left;
   
}

ul li {
/*    color: #000;*/
    font-size: 15px;
}

    ul li a {
        color: white;
    }

.font_style {
    font-family: sans-serif;
}

.tlcolor {
    background-color: #000;
}

.nav_decorate {
    background-color: #ffa500;
    height: 5px;
    margin-top: -20px;
}

.btn-success {
    background-color: #ffa500 !important;
    border-color: #ffa500 !important;
    padding: 0px 8px !important;
}
/*
.img_column_size
{
    text-align: center;
    width: 50%;
    height: 190px;
    
}*/
.img_grid_static_border {
    border-radius: 5px;
}

.footer_logo_img {
    margin-top: 15px;
    margin-bottom: 20px;
}

.icon_latest {
    display: inline;
    margin-left: 10px;
}

.services_tl:hover {
    text-decoration: none;
}

.services_tl {
    color: black;
}
:focus {
    outline:0px;
}
.tab-content > .tab-pane {
    min-height: 534px;
}
.text-head-limit {
    display: block;
    display: -webkit-box;
    height: 49px;
    margin: 0 auto;
    line-height: 1.4;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.fb-timeline-img
{
    position:relative;
}
.edit-icon {
    right: 13px;
    top: 5px;
    position: absolute;
    font-size: 22px;
    color: #8a8888;
    cursor: pointer;
}
    .fb-timeline-img a i:hover {
       color:white;
    }
.profile-thumb {
    width: 140px;
    height: 140px;
    overflow: hidden;
    margin-top: -119px;
    margin-left: 25px;
    border: 2px solid #fff;
}
/*sticky navbar*/
#navbar a:hover {
    background-color: #ececec !important;
    color: #313131 !important;
}

.sticky {
    position: fixed;
    top: 0;
}

.menu-padding {
    padding-top: 40px;
}


/* end of sticky navbar*/

/*testimnonial bug fix*/
.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
     background: #F8F8FF !important;
}
/*end of testimnonial bug fix*/
.footer-heading
{
    color: #ffa500;
    font-size: 15px;
    font-weight: 600;
}
/*footer bug fix*/
.sub-footer
{
    color: #ffa500;
    font-weight: 600;
   
}
.login-register-con
{
     float: right;
    margin-right: 15px;
}
.navbar
{
    position: relative;
    min-height: 0px;
    margin-bottom: 0px;
}
/*end footer bug fix*/

/* ebook */
.custom-ebook-text-limit
{
           display: block;
    display: -webkit-box;
    height: auto;
    margin: 0 auto;
    line-height: 1.4;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.custom-ebook-title-limit
{
     display: block;
    display: -webkit-box;
    height: auto;
    margin: 0 auto;
    line-height: 1.4;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.custom-ebook-img-con
{
    display: inline-block;
    width: 30%;
}
.custom-ebook-img
{
    width: 100px;
}
.custom-ebook-details
{
    display: inline-block;
    width: 68%;
    padding-left: 10px;
    vertical-align: top;
}
.publisher-name-cust
{
    color: #ffa500;
}
.custom-publisher
{
    font-size: 12px;
}
.eshort
{
    font-size: 14px;
    margin-top: 5px !important;
}
.custom-content-size
{
    font-weight: bold;
}
.custom-ebook-list
{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.tile
{
/*    padding: 0px !important;*/
    border: none !important;
    
}
.ebook-seprater
{
         margin-top: 0px; 
     margin-bottom: 10px; 
    border: 0;
    width: 95%;
   border-top: 2px solid #ffa500;
}
.custom-ebook-head
{
    display:inline-block;
    float:left;
    margin-left: 10px;
}
.custom-carousel-home-indicators
{
    z-index: 1 ;
}
@media(max-width:767px)
{
    .tile {
    border-bottom: 1px solid #ffa500;
    padding: 10px;
    display: block;
    position: relative;
    min-height: 235px !important;
}
  
}
/* end of eboook*/

/*highlighter*/
@media(min-width:900px)
{
    .rr-left:after
    {
            right: 0;
    border-left: 100px solid #ffa500;
    border-bottom: 60px solid #dcdcdc !important;
    }
    .rr-right:before
    {
            left: -100px;
    border-right: 100px solid #ffa500;
    border-top: 60px solid transparent !important;
    }
    .rr.rr-left
    {
            z-index: 1;
    float: left;
    width: 42% !important;
    text-align: center;
    padding-top: 18px !important;
    border-radius: 35px;
    }
    .rr.rr-right
    {
            z-index: 2;
    float: right;
    width: 56% !important;
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
    }
    .rr
    {
    position: relative;
    height: 60px !important;
    background: #ffa500;
    }
    .article-highlight
    {
        padding-top: 28px;
    }
}
@media(min-width:1200px)
{
    .article-highlight
    {
        padding-top: 41px;
    }
    .marquee {
        width: 100%;
        height: 50px;
        overflow: hidden;
        position: relative;
        float: right;
        -webkit-border-radius: 5px;
        /* border-radius: 5px; */
        -webkit-transition: background-color 350ms;
        -moz-transition: background-color 350ms;
        transition: background-color 350ms;
        padding-top: 7px !important;
        /* vertical-align: middle; */
    }
    .rr-left:after
    {
            right: 0;
    border-left: 100px solid #ffa500;
    border-bottom: 34px solid #dcdcdc !important;
    }
    .rr-right:before
    {
            left: -100px;
    border-right: 100px solid #ffa500;
    border-top: 34px solid transparent !important;
    }
    .rr.rr-left
    {
            z-index: 1;
    float: left;
    width: 27% !important;
    text-align: center;
    padding-top: 4px !important;
    border-radius: 35px;
    }
    .rr.rr-right
    {
            z-index: 2;
    float: right;
    width: 71% !important;
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
    }
    .rr
    {
    position: relative;
    height: 34px !important;
    background: #ffa500;
    }
}
@media(max-width:899px)
{
    .article-highlight
    {
        display: none;
    }
}



/* paging new style */

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: 0px;
    line-height: 1.42857143;
    color: #ffa500;
    text-decoration: none;
    background-color: #fff;
    border: none;
    border-radius: 100px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #ffa500;
    border-color: #ffa500;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 100px; 
   border-bottom-left-radius: 100px;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    color: #ffa500;
    background-color: #eee;
    border-color: #ddd;
}
/* end of paging style */


/* registration page*/

.btn-facebook {
    color: #fff;
    background-color: #3b5998;
     border-color: transparent !important; 
}
.btn-google {
    color: #fff;
    background-color: #dd4b39;
    border-color:transparent !important; 
}
.btn-twitter {
    color: #fff;
    background-color: #55acee;
    border-color: transparent !important; 
}
#custom-user-register
{
    margin-bottom: 15px !important;
}
.custom-user-register-parent
{
    padding-right: 50px;
    padding-left: 50px;
}
.custom-user-register-title
{
    padding-left: 37px !important;
}

.usercls ul li
{
        display: inline-block;
    margin: 0px;
    text-align: center;
    list-style: none;
}
/* end of registration page*/

.custom-traning-slider-control
{
        background: none !important;
    color: #282828;
    padding: 0px !important;
    box-shadow: none !important;
}
.c-footer-part2 ul a
{
    color: #fff;
}
@media(max-width:500px)
{
    #custom-descriptin-table img{
    width: 100%;
    height: auto;
}
}
.related_article_decord
{
    border: 1px solid #e8e5e5;
    margin-top: 10px;
}
.tutorial-for-user-read
{
    min-height:400px; 
    width: 75%;
}
@media(min-width:768px)
{
    .main-tl-row
    {
        width: 100%;
    }

}
@media(max-width:767px)
{
#tl-main-container
{
    padding-left: 0px;
    padding-right: 0px;
}
.tutorial-for-user-read
{
    min-height:400px; 
    width: 100% !important;
}
}
@media(max-width:991px)
{
    .tutorial-for-user-read
    {
        width: 66.66666667%;
    }
    
}
ul li
{
    color: #000 !important;
}
/* scrollbar style */

 #style-9::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#style-9::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}
#style-9::-webkit-scrollbar-thumb
{
	background-color: #F90;	
	background-image: -webkit-linear-gradient(90deg,
	                                          rgba(255, 255, 255, .2) 25%,
											  transparent 25%,
											  transparent 50%,
											  rgba(255, 255, 255, .2) 50%,
											  rgba(255, 255, 255, .2) 75%,
											  transparent 75%,
											  transparent)
}
/* end of scrollbar style */

/* Home events block */
.float-fix::after
{
  content: " ";
  display: block;
  clear: both;
}
.left
{
    float: left;
}
.right
{
    float: right;
}
.founder-signature img
{
width: 211px;
}
.events-block
{
  max-height: 320px;
  overflow: scroll;
  overflow-x: hidden;
}
.events-calender
{
  float: left;
  border-radius: 3px;
  overflow: hidden;
    width: 61px;
    background-image: linear-gradient(#8b9da9, #fff6e4);
 box-shadow: inset 0 0 100px hsla(0,0%,0%,.3);
    color: #fff;
    text-align: center;
    height: 58px;
}
.events-title-home
{
  color: #000;
  width: 83%;
  padding-left: 8px;
    padding-right: 5px;
}
.mnt-event {
    background-color: #0095ffd6;
    padding: 1px;
}
.event-mnt
{
  font: 100 17px/22px Arial, Helvetica, Geneva, sans-serif;
  font-weight: 500;
  /* padding: 12px; */

}
.event-date
{
  font-size: 20px;
}
.date-event
{
  padding: 3px;
}
.event-text-location
{
  margin-right: 10px;
}
.home-more-btn
{
    width: 100% !important;
    background: transparent;
    color: #4b4949;
    padding: 5px;
    border-radius: 0px;
    border-color: #4b4949;
}
.home-custom-drop
{
    width: 100%;
    text-align: center;
}
.home-more-btn:hover
{
    background-color: #000 !important;
    border-color: #000 !important;
}
.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open>.dropdown-toggle.btn-primary
{
    background-color: #000000;
    border-color: #000000;
}
a.four-btn.btn.btn-primary {
    width: 24%; 
    float: left;
    background-color: transparent;
    color: #000;
    border-radius: 0px;
    border-color: #000;
    margin-left: 6px;
    margin-bottom: 5px;
  }
  a.four-btn.btn.btn-primary:hover
  {
      background-color: #000;
      color: #fff;
  }
  .load-more-btn
  {
      margin-top: 20px;
  }
  .four-action-btn
  {
    margin-top: 20px;
    display: none;
  }
  @media(max-width:768px)
  {
    a.four-btn.btn.btn-primary {
        width: 48%;
        float: left;
        font-size: 13px;
        background-color: transparent;
        color: #000;
        border-radius: 0px;
        border-color: #000;
        margin-left: 5px;
        margin-bottom: 5px;
    }
  }

/* end of home events block */
  .coupon-tag-span
  {
      margin-right: 5px;
  }
  .span-orange
  {
      color: #ffa500 !important;
  }
  .about-content
  {
    margin-top: 20px;
    text-align: justify;
  }
  .about-heading h1
  {
    color: #0e1b51;
  }
  .social-media-about
  {
      margin-top: 20px;
  }
  .about-content span
  {
      color: #ffa500;
  }
  .about-us-image
  {
    margin-top: 15px;
    border-radius: 20px;
    box-shadow: 0px 0px 10px;
    overflow: hidden;
  }
  .founder-image img
  {
      width: 100%;
  }
  .founder-image
  {
    margin-top: 57px;
  }
  .about-horizontal
  {
    margin-top: 0px;
  }
  .founder-social-links
  {
      font-size: 30px;
  }
  .founder-social-main-con
  {
      text-align: center;
  }
  /*privacy style*/
.privacy-content
{
    text-align:justify;
}
.privacy-image {
    margin-bottom: 15px;
}
.privacy-image img {
    width: 60%;
    margin: auto;
}
/*end of privacy*/

/* new header */

@media (min-width: 1328px) {
    .custom-container {
        width: 1308px;
    }
}


.custom-container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.n-logo {
    width: 93px;
    margin-right: 25px;
}

    .n-logo a img {
        width: 100%;
        padding-top: 4px;
        padding-bottom: 4px;
    }

.n-search-bar-main #txtsearch {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    background-image: url(searchicon.png);
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding: 8px 20px 8px 37px;
}

.n-search-bar-main .input-group {
    position: relative;
    width: 225px;
    display: table;
    border-collapse: separate;
    padding-bottom: 0px !important;
    margin-top: 6px;
    margin-bottom: 6px;
}

.n-search-bar-main button {
    cursor: pointer;
    float: left;
    height: 40px !important;
    margin: 0px 0 0 0;
    text-align: center;
    width: 45px;
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
}

.n-contribute-dropdown {
    background-color: #ffa500;
    color: #fff;
    padding: 7px 15px;
    font-weight: bold;
    border-radius: 2px;
    cursor: pointer;
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 10px;
    transition: ease 0.2s;
}

    .n-contribute-dropdown:hover {
        box-shadow: 0 2px 10px 1px rgba(57,73,76,.4), 0 1px 2px rgba(57,73,76,.25);
    }

.n-sign-up .n-login-btn {
    font-size: 13px !important;
    font-weight: bold;
    color: #666;
    display: block;
    line-height: 1;
    padding-top: 20px;
    padding-bottom: 19px;
    padding-left: 15px;
    padding-right: 15px;
}

.n-sign-up a:hover {
    color: #ffa500;
}

.n-new-nav-style {
    height: 40px;
}

.navbar-nav > li > a {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
}

.navbar-default .navbar-nav > li > a {
    color: #747373 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
}

.tlcolor {
    background-color: #f9f9f9 !important;
    box-shadow: 0 3px 6px -2px rgba(0,0,0,.3);
    border-top: 1px solid #e0e0e0;
}

.n-highlight {
    padding: 16px 30px 16px 6px;
}

    .n-highlight a {
        color: #747373 !important;
        font-weight: bold;
    }

        .n-highlight a:hover {
            color: #ffa500 !important;
        }

.n-highlight-marker {
    padding: 12px 5px 12px 30px;
    color: #ffa500;
    font-size: 20px;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 0px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.signupbtn {
    margin-top: 0px !important;
    margin-right: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.n-login-username {
    font-size: 13px;
    font-weight: bold;
    color: #747373 !important;
}

.after-login-name {
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 10px;
    padding-right: 10px;
}

.signupbtn a img {
    width: 38px;
    border-radius: 0px !important;
    height: 38px;
}

.after-login-user-pic {
    overflow: hidden;
    border: 1px solid #eeeeee;
    border-radius: 100px;
}

ul.dropdown-menu::after {
    content: "";
    position: absolute;
    top: -7%;
    left: 51%;
    margin-left: 0px;
    /* border-top: 1px solid; */
    border-width: 10px;
    border-style: solid;
    border-color: #00000000 #00000000 #eae9e9 transparent;
}

.dropdown-menu {
    padding: 0px !important;
    min-width: 300px !important;
    position: absolute;
    top: 100%;
    left: -127px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0px solid #ccc;
    border: 0px solid rgba(0,0,0,.15);
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 0px 4px rgba(0,0,0,.175);
}

.n-login-dilogbox {
    height: 30px;
    margin-bottom: 0px !important;
    border: 0px;
    box-shadow: none;
    border-radius: 0px;
}

    .n-login-dilogbox:-webkit-autofill {
        -webkit-box-shadow: 0 0 0 30px white inset !important;
    }

.n-drop-logout-menu {
    left: -194px !important;
    top: 110% !important;
}

    .n-drop-logout-menu::after {
        left: 68% !important;
    }

.n-icon-textbox-style {
    border-bottom: 1px solid lightgray;
}

#custom-login-btn {
    padding: 10px 15px !important;
    border-radius: 0px;
    font-weight: bold;
    font-size: 17px;
}

.login-popup-txt {
    padding: 15px;
    font-size: 20px;
    color: #747373 !important;
}

.sociallogin {
    padding: 0px 15px 15px 15px;
}

.n-login-btn-con {
    margin-bottom: 0px;
    margin-top: 15px;
    border-radius: 0px;
}

.social-login-link {
    width: 33.3%;
    padding: 0px 2px;
}

.n-login-con {
    padding: 10px 15px;
    margin-bottom: 0px !important;
    line-height: 0.5;
    font-size: 13px;
}

.n-login-dilogbox:focus {
    box-shadow: none;
}

.n-icon-textbox-style:hover {
    border-bottom: 1px solid #ffa500;
}

.n-login-con a {
    font-weight: bold;
    color: #1693e6;
}

.btn-fb {
    color: #fff;
    background-color: #3b5998;
    width: 100%;
    border-radius: 2px;
}

.btn-google {
    color: #fff;
    background-color: #c23321;
    width: 100%;
    border-radius: 2px;
}

.btn-tw {
    color: #fff;
    background-color: #55acee;
    width: 100%;
    border-radius: 2px;
}

.n-textbox-icon {
    width: 6%;
    font-size: 20px;
    padding: 5px 0px;
    color: #aaaaaa;
}

.n-text-box-login {
    width: 94%;
}
.n-logout-btn {
    background-color: #ffa500;
    text-align: center;
}
.n-logout-btn a
{
    color:#fff !important;
    font-weight:bold !important;
}
.n-logout-btn a:hover
{
        background-color: #bc6d0b !important;
}

@media(max-width:767px) {
    .n-contribute-btn, .n-highlight-marker, .n-highlight, .n-search-bar-main {
        display: none !important;
    }

    #n-mobile-search {
        display: block !important;
        
    }
    .n-search-bar-main .input-group
    {
        width:auto !important;
    }
    .signupbtn {
        margin-top: 0px !important;
        margin-right: 0px;
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .after-login-name {
        padding-top: 9px;
        padding-bottom: 9px;
        padding-left: 10px;
        padding-right: 0px;
    }
    .n-sign-up, .n-login-btn
    {
            padding-right: 0px !important;
    }
}
@media(max-width:768px)
{
    .n-search-bar-main .input-group {
        width: 150px;
    }
    .n-contribute-btn
    {
        display:none;
    }
    .after-login-name {
        padding-right: 0px;
    }
    .signupbtn {
        margin-right: 10px;
    }
    .n-highlight-marker {
        padding: 12px 5px 12px 15px;
    }
    .n-logo {
        margin-right: 15px;
    }
    .n-highlight {
        padding: 16px 1px 0px 6px;
        /* margin: 0 0 10px; */
        overflow: hidden !important;
        text-overflow: ellipsis;
        display: -webkit-box;
        line-height: 20px;
        /* font-size: 14px; */
        /* color: #000; */
        max-height: 29px;
        max-width: 265px !important;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        min-height: 37px;
    }
}
@media(max-width:1210px)
{
    .n-search-bar-main .input-group {
        width: 150px;
    }
    /*.after-login-name {
        padding-right: 0px;
    }*/

    .signupbtn {
        margin-right: 10px;
    }

    .n-highlight-marker {
        padding: 12px 5px 12px 15px;
    }

    .n-logo {
        margin-right: 15px;
    }
    .n-highlight {
        padding: 16px 1px 0px 6px;
        /* margin: 0 0 10px; */
        overflow: hidden !important;
        text-overflow: ellipsis;
        display: -webkit-box;
        line-height: 20px;
        /* font-size: 14px; */
        /* color: #000; */
        max-height: 29px;
        max-width: 379px;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        min-height: 37px;
    }
}

/*owl slider*/
.n-home-featured-tutorials {
    margin-top:15px;
}
#n-slider-custom-btn {
    width: 100%;
    border-radius: 0px;
    padding: 7px !IMPORTANT;
    font-weight: bold;
    background-color: #d9d9d9 !important;
    border-color: #d9d9d9 !important;
}
.n-slider-link {
    color: #363636 !important
}
.n-item-main-con {
    text-align: center;
    box-shadow: 0px 0px 10px #dbdbdb;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 5px;
    overflow: hidden;
}
.n-slider-img img {
    height: auto;
    
}
@media(min-width:1000px)
{
    .n-slider-img img
    {
        height: 150px; 
    }
}
.n-slider-content h4 {
    margin: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-shadow: 0px 0px 1px black;
}
.n-youtube-subscribe {
    margin-top: 10px;
}
.inner-subscribe-btn
{
    position:relative;
}
.subscribe-btn-overlay {
  
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    
}
.inner-subscribe-btn:hover .subscribe-btn-overlay {
    transition: ease 0.3s;
    background-color: #000000bd;
    display: block;
}
.inner-subscribe-btn:hover .subscribe-btn-overlay a
{
       display: inline-block;
}
.subscribe-btn-overlay a
{
 display:none;
     border-radius: 0px;
     position: relative;
     top: 42%;
}
.inner-subscribe-btn img
{
    height: 250px;
    width: 100%;
}
/*end of slider*/


/*dropdown css*/
.dropdown-wrap {
    position: relative;
    display: inline-block;
}

#category-btn {
    padding: 7px 40px 3px 20px;
    background: #e2e2e2;
    color: #2e2e2e;
    float: right;
    width: 207px;
    position: relative;
    margin-top: 0px;
    font-size: 20px;
    overflow: hidden;
    cursor: pointer;
    line-height: 28px;
}

.navbar_dropdown_cust {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    font-size: 14px;
    position: absolute;
    width: 207px;
    height: 242px;
    overflow: auto;
    display: none;
    top: 40px;
    z-index: 999;
    padding-right: 0px;
    padding-left: 0px;
}

    .navbar_dropdown_cust li {
        display: block;
        list-style: none;
    }

        .navbar_dropdown_cust li a {
            color: #2e2e2e;
            display: block;
            transition: all .2s;
            /* padding: 8px; */
            padding-left: 8px;
            padding-top: 5px;
            padding-bottom: 5px;
            display: flex;
            padding-right: 8px;
            text-decoration: none;
        }

            .navbar_dropdown_cust li a img {
                display: inline-block;
                width: 40px;
                height: 40px;
                margin-right: 10px;
                vertical-align: middle;
            }

            .navbar_dropdown_cust li a span {
                align-self: center;
                font-size: 16px;
            }

#category-btn:after {
    content: "";
    border-width: 10px 7px 0 7px;
    position: absolute;
    border-color: #2e2e2e transparent;
    border-style: solid;
    right: 10px;
    top: 15px;
}

.show {
    display: block;
}

.navbar_dropdown_cust li a:hover {
    color: #0ab7ff;
    background-color: #e6e6e6;
}

.custom-dropdown-css {
    padding: 10px 0px 0px 0px !important;
}

.inner-tit-block {
    padding: 10px 12px 8px !important
}
/*end of dropdown css*/


/*events*/
.n-event-img {
    height: 438px;
    overflow: hidden;
}

#topleaderboard{
    height:90px !important;
}