/*
Theme Name: btNOG
Theme URI: https://nog.bt/
Author: Tandin
Author URI: https://nog.bt/
Description: Website theme for Internet Network Operators
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:  Mailing list for Internet operations engineers in Bhutan.
Text Domain: nog.bt

*/

body {
    margin: 0;
    padding-top: 90px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
	color: #808080;
    font-size: 14px;
    line-height: 25px;
}

table {
    margin: 25px 0;
	width: 100%;
}

td,
th {
    padding: 12px;
    border: 1px solid #ccc;
}

td a {
    color: #980000;
}

p {
    margin: 0;
}

a:hover,
a:focus {
    text-decoration: none;
}

/* body.admin-bar {
    padding-top: 90px;
}
 */
@media (max-width: 782px) {
    .admin-bar .navbar-fixed-top {
        top: 46px;
    }

    div#wpadminbar {
        position: fixed;
    }
}

@media (min-width: 783px) {
    .admin-bar .navbar-fixed-top {
        top: 32px !important;
    }
}

/* General */
.section-title {
    font-weight: 700;
    font-size: 35px;
	 color: #0091d4;
}

.section-title2 {
    font-weight: 700;
    font-size: 42px;
    color: #fff;
}

.sub-title {
    font-weight: 600;
/*     font-size: 21px;
    color: #1e3056;  */
	font-size: 25px;
	color: #0091d4;
}

.title-sm {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 19px;
    color: #1e3056;
}

.text-pink,
.box-light h4 {
    color: #ff8939 !important;
}

.text-blue {
    color: #1e3056 !important;
}

.text-white {
    color: #fff;
}

.mt-50 {
    margin-top: 50px;
}

.mb-50 {
    margin-bottom: 50px;
}


.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-20 {
    margin-top: 20px;
}

/* Navbar */

.navbar {
    background-color: #fff;
    margin-bottom: 0;
    border: none;
    box-shadow: 0 1px 4px 1px rgba(0, 0, 0, .1);
}

.navbar-default .navbar-nav>li>a {
    font-weight: 600;
    text-transform: uppercase;
	font-size: 13px;
}


.navbar-default .navbar-nav>li>a:hover {
    color: #ff8939;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #ff8939;
    background-color: transparent;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	background: transparent;
	 color: #ff8939;
}

@media (min-width: 1201px) {
    .navbar-default {
        transition: all .35s;
        padding: 15px 0;
    }

    .navbar-default .navbar-nav>li>a {
        color: #1e3056;
        line-height: 45px;
    }

    .navbar-brand {
        padding: 0 15px;
        line-height: 36px;
    }

    .about {
        position: relative;
    }

    .about-r {
        position: absolute;
        top: -13%;
        right: 4%;
    }


    .bg-img {
        position: relative;
    }

    .white-box {
        position: absolute;
        top: 86px;
    }
}

.dropdown:hover>.dropdown-menu {
    display: block;
}


.dropdown-menu {
    background-color: #fff;
    border: 0;
    border-radius: 0;
/*     padding: 32px 0; */
    box-shadow: 0 21px 21px 0 rgba(0, 0, 0, .11);
}

.dropdown-menu>li>a {
	font-weight: 500;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #ff8939;
    background: transparent;
}

/* Carousel */

.carousel-inner .imgOverlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.carousel-inner img {
    width: 100%;
}

/* carousel control */

.carousel-control {
    width: auto;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .fa-chevron-left,
.carousel-control .fa-chevron-right {
    position: absolute;
    top: 47%;
    right: 0;
    z-index: 5;
    display: inline-block;
    background-color: #000;
    width: 38px;
    height: 38px;
    line-height: 40px;
    font-size: 14px;
}

.carousel-control .icon-prev,
.carousel-control .fa-chevron-left {
    left: 0;
}

.carousel-indicators li {
    display: none;
}

.carousel-indicators .active {
    background-color: #28ace2;
    border-color: #28ace2;
}

.carousel-control .icon-prev,
.carousel-control .fa-chevron-left,
.carousel-control .icon-right,
.carousel-control .fa-chevron-right {
    border-radius: 50px;
}

.carousel-control .icon-prev,
.carousel-control .fa-chevron-left {
    left: 30px;
}

.carousel-control .icon-right,
.carousel-control .fa-chevron-right {
    right: 30px;
}

.carousel-caption h2 {
    font-weight: 700;
}

/* about */
.btn {
    color: #fff;
    border-radius: 50px;
    text-transform: capitalize;
    position: relative;
    transition: all 0.3s ease 0s;
}

.btn:hover {
    color: #fff;
}

.btn:after {
    content: "";
    width: 120%;
    height: 130%;
    padding: 7px;
    border-radius: 50px;
    position: absolute;
    top: -15%;
    left: -10%;
    opacity: 0;
    transition: all 0.2s ease 0s;
}

.btn:hover:after {
    opacity: 1;
    width: 110%;
    height: 120%;
    top: -10%;
    left: -5%;
}

.con-details h4 {
    color: #1e3056;
}

.my-btn-2:hover {
    color: #ff8939;
}
.btn.my-btn {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 15px;
    color: #fff;
    background-color: #ff8939;
    padding: 15px 35px;
    box-shadow: 0 13px 13px 0 rgba(249, 85, 109, .2);
}

.btn.my-btn:hover {
    color: #fff;
}

.btn.my-btn:after {
    box-shadow: 0 0 0 2px #ff8939;
}

@media only screen and (max-width: 767px) {
    .btn {
        margin-bottom: 20px;
    }
	
    .carousel-caption p {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        text-transform: capitalize !important;
    }
}

.my-btn-2 {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 15px;
    color: rgba(255, 137, 57, 0.7);
    padding: 0;
}


.my-btn-2:hover,
.con-details a:hover {
    color: #ff8939;
}


/* form control */

.Subscribe .form-control {
    height: 51px;
    padding: 6px 22px;
    font-size: 14px;
    color: #555;
    border: 0;
    border-radius: 50px;
}


.form-control {
    height: 60px;
    padding: 10px 30px;
    font-size: 14px;
    color: #555;
    background-color: #fbfbfc;
    border: 1px solid rgba(0, 0, 0, 0.02);
    box-shadow: none;
}

.form-control:focus {
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.02);
}

/* about right */
.box-pink {
    background-color: #fff3e7;
    box-shadow: 0px 30px 250px 0px rgba(30, 48, 86, 0.08);
    border-radius: 15px;
    padding: 45px;
}

.box-light {
    background-color: #fafafd;
    box-shadow: 11px 18px 21px 0 rgba(0, 0, 0, .11);
    border-radius: 15px;
    padding: 45px;
	min-height: 271px;
}

/* parallax */
.parallax-front {
    background-image: url('assets/images/p-bg2.jpg');
    width: 100%;
/*     min-height: 600px; */
    background-attachment: fixed;
    background-position: center 20%;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax-overlay {
    background-color: rgba(0, 0, 0, .7);
}


.bg-img {
    background-image: url('assets/images/p-bg.jpg');
    width: 100%;
    min-height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* conference details */
.post-slide {
    margin: 40px 15px;
}

.post-slide .post-img {
    overflow: hidden;
}

.post-slide .post-img img {
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: all 1s ease-in-out 0s;
}

.post-slide:hover .post-img img {
    transform: scale(1.08);
}

.post-slide .post-content {
    background: transparent;
    padding: 25px 0;
}

.post-slide .post-title {
    font-size: 17px;
    font-weight: 600;
    margin-top: 0;
}

.post-slide .post-title a {
    display: inline-block;
    transition: all 0.3s ease 0s;
}

.post-slide .post-title a:hover {
    color: #3d3030;
    text-decoration: none;
}

.post-slide .post-description {
    font-size: 15px;
    color: #676767;
    line-height: 24px;
}

.post-slide .post-bar {
    padding: 0;
    margin-bottom: 15px;
    list-style: none;
}

.post-slide .post-bar li {
    font-size: 13px;
    color: #808080;
    padding: 2px 0;
}

.post-slide .post-bar li i {
    margin-right: 10px;
    color: rgba(255, 137, 57, 0.7);
}

.post-slide .post-bar li a {
    font-size: 13px;
    color: #808080;
    transition: all 0.3s ease 0s;
}

.post-slide .post-bar li a:after {
    content: ",";
}

.post-slide .post-bar li a:last-child:after {
    content: "";
}

.post-slide .post-bar li a:hover {
    color: #3d3030;
    text-decoration: none;
}

.bg-pattern hr {
    border-top: 1px solid rgba(255, 137, 57, 0.3);
}

/* bg pattern */
.bg-pattern {
/*     background-color: rgb(239, 240, 243); */
	background-color: rgba(251, 150, 81,.1);
    background-image: url('assets/images/pattern.png');
    background-position: center;
    background-repeat: no-repeat;
}

/* sponsers */
/* .sponsers img {
    opacity: .5;
    filter: grayscale(100);
}
 */
.sponsers img:hover {
    opacity: 1;

}

/* NavBar Breakpoint */

@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }

    .navbar-left,
    .navbar-right {
        float: none !important;
    }

    .navbar-toggle,
    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        display: block;
        border: none;
        background: #1e3056;
        border-radius: 0;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

    .navbar-nav>li {
        float: none;
        border-bottom: 1px solid #e8e8e8;
    }

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

    .collapse.in {
        display: block !important;
    }


    .navbar-default .navbar-brand {
        font-family: 'Montserrat', sans-serif;
        text-transform: capitalize;
        font-weight: 500;
        font-size: 18px;
        color: #1e3056;
    }
}


/* footer */
footer {
    background-color: #fb9651;
}

footer li {
    padding: 8px 0;
}


.pdr {
    padding-right: 15px;
}

footer a {
    color: #fff;
}

.copyright {
    background-color: #f58134;
    padding: 30px 0;
}

.copyright p {
    color: rgba(255, 255, 255, .5);
    line-height: 22px;
}

.copyright a {
    color: #fff;
}

.copyright a:hover,
footer a:hover,
.social-links li a:hover {
    color: #1e3056;
}

.social-links li {
    display: inline-block;
    text-align: center;
    border-radius: 60px;
    width: 40px;
    height: 40px;
    margin-bottom: 10px !important;
    background: #fff;
}

.social-links li a {
    color: #1e3056;
}


.social-links li {
    margin-right: 12px;

}

/*===========================INTERNAL PAGE===============================*/
aside ul {
    padding: 0;
    list-style: none;
}


.sidebar-widget-title {
    margin-top: 0;
}

.widget {
    margin-bottom: 40px;
}

.widget ul li {
    padding: 8px 0;
}


.widget li a {
    color: #333;
    text-transform: uppercase;
    font-size: 12px;
}

.widget li a:hover {
    color: #ff8939;
}

.my-posts img {
    border-radius: 15px;
}

.my-posts .section-title {
    font-size: 31px !important;
}

.banner {
    background-size: cover;
    background-position: center;
    height: 350px;

}

.banner-overlay {
    background-color: rgba(0, 0, 0, .5);
    position: relative;
    height: 100%;
    padding: 125px 0;
}

.banner-overlay.section-title {
    z-index: 1;
}


/* accordion */
#accordion .panel {
    border: none;
    border-top: 1px solid #e8e8e8;
    box-shadow: none;
    border-radius: 0;
    margin: 0;
}

#accordion .panel:last-child {
    border-bottom: 1px solid #e8e8e8;
}

#accordion .panel-heading {
    padding: 0;
}

#accordion .panel-title a {
    display: block;
    font-size: 21px;
    font-weight: 600;
    line-height: 24px;
    color: #1e3056;
    background: #fff;
    padding: 15px 20px 15px 47px;
    position: relative;
    transition: all 0.5s ease 0s;
}

#accordion .panel-title a:before {
    content: "\f068";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 32px;
    border-radius: 50%;
    background: #ff8939;
    font-size: 14px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 25%;
    left: 0;
    transition: all 0.3s ease 0s;
}

#accordion .panel-title a.collapsed:before {
    content: "\f067";
}

#accordion .panel-body {
    font-size: 15px;
    color: #635858;
    line-height: 25px;
    border: none;
    padding: 14px 20px 30px 47px;
}

.child-date li {
    display: inline-block;
    padding-right: 30px;
}


.info-box {
    border: 1px dashed #ebebeb;
    background: #fafafa;
    padding: 17px 25px;
}

.info-box li {
    line-height: 35px;
    text-transform: capitalize;
}


/*===========================MEDIA===============================*/

@media (min-width: 768px) {
    .navbar-nav>li>a {
        line-height: 40px;
    }

    .carousel-caption {
        top: 60%;
        right: 28%;
        left: 28%;
    }

    .carousel-caption h2 {
        font-size: 60px;
    }


    .carousel-caption p {
        font-size: 20px;
    }

}

@media (min-width: 991px) {
    .bl-2 {
        margin-top: 50%;
    }
	
	.dropdown-menu>li>a {
	padding: 10px 20px;
	}

}


.section-divider {
    padding: 5% 0;
}


.pdt {
    padding-top: 5%;
}

.section-divider2 {
    padding: 3% 0;
}

.post-slide.sponsers {
    text-align: center;
}


@media screen and (max-width: 767px) {
    .section-divider {
        padding: 40px 0;
    }

    .pdt {
        padding-top: 40px;
    }
}


/* sponsers */

.pricingTable{
    text-align: center;
    background: #fff;
    margin-bottom: 30px;
    /*margin: 0 -15px 30px -15px;*/
    box-shadow: 0 0 10px #ababab;
    padding-bottom: 40px;
    border-radius: 10px;
    color: #cad0de;
    transform: scale(1);
    transition: all 0.5s ease 0s;
/* 	min-height: 330px; */
/*      min-height: 775px; */
	 min-height: 670px; 
}
.pricingTable:hover{
    transform: scale(1.05);
    z-index: 1;
}
.pricingTable .pricingTable-header{
    padding: 25px 0;
    min-height: 125px;
/*     background: #fff3e7; */
	background: #0091d4;
    transition: all 0.5s ease 0s;
}
.pricingTable:hover .pricingTable-header{
    background: #ff9624;
}

.pricingTable .price-value{
    font-size: 18px;
/*     color: #ff9624; */
	 color: #fff;
    text-transform: capitalize;
     font-weight: 600;
    transition: all 0.5s ease 0s;
}
.pricingTable .month{
    display: block;
    font-size: 14px;
	 color: #fff;
/*     color: #1e3056; */
}
.pricingTable:hover .pricingTable-header i,
.pricingTable:hover .price-value,
.pricingTable:hover .month{
    color: #fff;
}
.pricingTable .heading{
    padding-left: 40px;
    font-weight: 400;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.pricingTable .pricing-content {
    padding: 10px 8px 0 5px;
}

.pricingTable .pricing-content ul{
/* 	list-style: none; */
    margin-bottom: 30px;
}
.pricingTable .pricing-content ul li{
    padding-bottom: 5px;
    color: #a7a8aa;
}
.pricingTable .pricingTable-signup a{
    display: inline-block;
    font-size: 15px;
    color: #fff;
    padding: 10px 35px;
    border-radius: 20px;
    background: #ffa442;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.pricingTable .pricingTable-signup a:hover{
    box-shadow: 0 0 10px #ffa442;
}

@media screen and (max-width: 990px){
    .pricingTable{ margin: 0 0 20px 0; }
}

span.text-light {
    font-family: 'Dancing Script', cursive;
    color: #fff !important;
    font-size: 21px !important;
}

.light-bg {
	background-color: #fff3e7;
}

/*  nog7*/
.jl-btn {
    background: transparent;
    border-top: 4px solid #ff8939;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
    text-align: left;
    cursor: pointer;
}

.jl-h4 {
    font-weight: 600;
}

.red {
    color: #ff8939;
}

.float-right {
    float: right;
}

.time-bg {
    background-color: #eee;
    text-align: center;
}

.py-3 {
    padding: 10px;
}

.mt-5 {
    margin-top: 60px;
}

.mt-30 {
    margin-top: 30px;
}

.jl-head-modal {
    background-color: #ff8939;
    color: #fff;
}

.blue {
    color: #0091d4;
}

.mt-100 {
    margin-top: 30px;
}


/* New Home */

.bg-light {
	background: #fafafd;
}

.parallax-divider {
	padding: 10% 0;
}

.register-btn li {
	display: inline-block;
	padding: 5px 13px;
}