/**
*	Theme Name:
*	Theme URI:
*	Author: Ktech Solutions
*	Author URI: http://ktechsol.com
*	Description: Custom theme
*	Version: 1.0
*	Text Domain:  kts_theme
**/

*{
    
    margin: 0;
    padding: 0;
}
body{
    box-sizing: border-box;
    /*background: #4245f5 !important;*/
    background: rgb(66,69,245);
    background: linear-gradient(0deg, rgba(66,69,245,1) 0%, rgba(53,55,189,1) 50%, rgba(24,25,89,1) 100%);
    font-family: 'Montserrat', sans-serif;

}
.woocommerce-message,
.woocommerce-info,
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{
    background: rgba(255,255,255,0.08);
    border-top-color: #ffd236 !important;
    color: #fff !important;
    font-weight: 500;
}
.woocommerce-order p,
.woocommerce ul.order_details li,
.woocommerce-order-details,
.woocommerce-customer-details{
    color: #fff !important;
}
.woocommerce-customer-details address{
    border: 1px solid #fff !important;
    background: rgba(255,255,255,0.08);
}
.woocommerce-message::before,
.woocommerce-info::before{
    color: #ffd236 !important;
}
.showcoupon,
.woocommerce-privacy-policy-link{
    color: #ffd236 !important;
    text-decoration: none;
}
.woocommerce form .form-row {
    margin-bottom: 30px !important;
}
.col-2{
    max-width: 100% !important;
}
.wc-forward{
    cursor: pointer !important;
    background-color: #ffd236 !important;
    color: #000 !important;
    font-weight: 500 !important;
    border: 1px solid transparent !important;
}
.wc-forward:hover{
    color: #000 !important;
    transition: .3s;
    background-color: #fff !important;
    border: 1px solid #ffd236 !important;
}
.woocommerce table.shop_table{
    border: 1px solid #fff !important;
}
.product-name a{
    color: #fff !important;
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table td{
    border: 1px solid #fff !important;
    color: #fff !important;
}
.product-price span,
.cart_totals h2,
.woocommerce-Price-amount{
    color: #fff !important;
}
.col-1{
    max-width: 100% !important;
}
.woocommerce-billing-fields__field-wrapper label{
    color: #fff !important;
}
#coupon_code{
    width: 130px !important;
    text-align: center;
}
.button{
    color: #000 !important;
    transition: .3s;
    background-color: #fff !important;
    border: 1px solid #ffd236 !important;
    
}
.button:hover{
    cursor: pointer !important;
    background-color: #ffd236 !important;
    color: #000 !important;
    font-weight: 500 !important;
    border: 1px solid transparent !important;
}
.product-subtotal span{
    color: #fff;
}
#content{
    padding: 20px 0;
}
.content-header{
    background-image: none !important;
}
.entry-title{
    color: #ffd236;
    padding: 10px 0;
}
.woocommerce div.product p.price, .woocommerce div.product span.price{
    color: #fff;
}
.service-content-left p{
    color: #fff;
}
.woocommerce div.product form.cart .variations label{
    color: #fff;
}
.reset_variations{
    text-decoration: none;
    color: #fff;
}
.product_meta{
    color: #fff;
}
.posted_in a{
    text-decoration: none;
    color: #fff;
}
#tab-additional_information h2{
    color: #fff;
}
.woocommerce table.shop_attributes th{
    color: #fff;
}
.woocommerce table.shop_attributes td p{
    color: #fff;
}
#tab-description h2{
    color: #fff;
}
.related h2{
    color: #fff;
}
#tab-description p{
    color: #fff;
}
.woocommerce-product-details__short-description p{
    color: #fff;
}
.woocommerce ul.products li.first, .woocommerce-page ul.products li.first,
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
    text-align: center;
    background-color: rgb(30 58 138);
    padding: 10px;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3{
    color: #fff;
}
.woocommerce ul.products li.product .price{
    color: #fff;
}
.woocommerce .woocommerce-result-count{
    color: #fff;
}
.single_add_to_cart_button,
.woocommerce ul.products li.product .button{
    cursor: pointer;
    background-color: #ffd236 !important;
    color: #000 !important;
    font-weight: 500 !important;
    border: 1px solid transparent !important;
}
.single_add_to_cart_button:hover,
.woocommerce ul.products li.product .button:hover{
    color: #000 !important;
    transition: .3s;
    background-color: #fff !important;
    border: 1px solid #ffd236 !important;
}
.input-text{
    padding: 6px;
    border: 1px solid #ffd236;
}
.select2-container--default .select2-selection--single{
    border: 1px solid #ffd236;
    height: auto !important;
    border-radius: 0px !important;
}
.woocommerce-billing-fields h3,
.woocommerce-additional-fields h3,
.woocommerce form .form-row label,
#order_review_heading{
    color: #fff !important;
}
.form-row{
    display: block !important;
}
.entry-summary{
    padding: 50px 0;
}
.woocommerce div.product form.cart .variations select{
    border: 1px solid #ffd236;
    padding: 5px;
}
.container{
    width: 100% !important;
    max-width: 1170px !important;
    margin: auto !important;
    padding: 0 !important;
}
/*header start*/
.site-header{
    background-color: transparent;
    padding: 15px 0;
}

.header-logo img{
    max-width: 200px;
    margin-top: 5px;
}
.upper_header{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.header-search{
    position: relative;
}
.header-search input{
    width: 450px;
    border: 1px solid #4E4C52;
    border-radius: 3px;
    background-color: rgb(30 58 138);
    height: 40px;
    padding: 0 10px;
    color: #fff;
    margin: 5px 0;
    position: relative;
    padding: 0 50px;
    background-image: url('images/search_icon.png');
    background-size: 23px;
    background-position: left 7px top 7px;
    background-repeat: no-repeat;
}
.search_suggest{
    position: absolute;
    width: 100%;
    top: 50px;
    background: #fff;
    display: none;
}

.header-usd div{
    display: inline-block;
    color: #fff;
    margin: 10px;
}
.header-cart{
    text-decoration: none;
    color: #fff;
}
/*header end*/


/*main-template start*/
.dolphin_trust_sec{
    display: block;
    background: rgba(255,255,255,0.08);
    padding: 50px 0 50px;
    color: #fff;
}
.trust_heading{
    width: 50%;
    float: left;
}
.trust_heading img{
    width: 150px;
}
.dolphin_trust_sec h1{
    font-weight: 700;
    font-size: 26px;
    text-transform: capitalize;
}
.dolphin_trust_sec p{
    font-size: 18px;
    font-weight: 300;
    color: #ccc;
}
.trust_box{
    width: 25%;
    float: right;
    text-align: center;
    padding-top: 50px;
}
.trust_box strong{
    display: block;
    font-size: 28px;
    font-weight: 500;
}
.trust_box span{
    font-weight: 300;
    font-size: 16px;
    color: #ccc !important;
}
.dolphin-main-template{
    width: 100%;
    /*background-color: #010d30;*/
}
.dolphin_catsec h6{
    font-size: 18px;
    font-weight: 300;
    color: #ccc;
}
.dolphin_catsec h2{
    display: inline-block;
    position: relative;
    padding: 10px 0 10px;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}
.dolphin_catsec h2::before{
    display: inline-block;
    content: '';
    width: 100%;
    height: 3px;
    background: #ffd236;
    position: absolute;
    left: 0;
    bottom: 0;
}
.dolphin_catsec p{
    font-size: 16px;
    font-weight: 300;
    color: #ccc;
}

.dolphin-main-wrapper{
    width: 100%;
    text-align: center;
    padding: 20px 0;
}
.dolphin-box{
    width: 24%;
    padding: 10px;
    display: inline-block;
    text-decoration: none;
}
.dolphin-box img{
    width: 100%;
    height: 300px;
    background-position: center;
    background-size: cover;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}
.dolphin-box div{
    padding: 1.25rem;
}
.dolphin-box div button{
    background: #ffd236;
    opacity: 1;
    text-align: center;
    color: #000000;
    width: 100%;
    border: 1px solid transparent;
    border-radius: 3px;
    height: 40px;
    cursor: pointer;
    font-weight: 500;
}
.dolphin-box div button:hover{
    background-color: #fff;
    border: 1px solid #ffd236;
    color: #000;
}
.dophin-mid-box{
    width: 100%;
    padding: 20px 0;
    /*background-color: #010d30;*/
}
.dophin-mid-box-left{
    width: 50%;
    height: 400px;
    float: left;
    border-radius: 4px;
}
.dophin-mid-box-left img{
    width: 100%;
    height: 100%;
}
.dophin-mid-box-right{
    width: 50%;
    height: 400px;
    float: right;
    background: #001246;
    border: 1px solid #FFFFFF33;
}
.dophin-mid-box-right div{
    padding: 100px;
}
.dophin-mid-box-right div h3{
    font-size: 20px;
    color: #fff;
}
.dophin-mid-box-right div p{
    font-size: 16px;
    color: #fff;
    opacity: 0.5;
}
.dophin-mid-box-right div a{
    text-decoration: none;
}
.dophin-mid-box-right div button{
    background: #FFFFFF;
    text-align: center;
    letter-spacing: 0px;
    color: #000000;
    width: 240px;
    height: 43px;
    outline: none;
    border: 1px solid transparent;
    cursor: pointer;
    border-radius: 4px;
    font-weight: 500;
}
.whyus_sec{
    display: block;
    padding: 30px 0 30px;
    background: rgba(255,255,255,0.08);
    color: #fff;
    text-align: center;
}
.whyus_sec h6{
    font-size: 18px;
    font-weight: 300;
    color: #ccc;
    display: block;
}
.whyus_sec h2{
    display: inline-block;
    padding: 10px 0 10px;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    position: relative;
}
.whyus_sec h2::before{
    display: inline-block;
    content: '';
    width: 100%;
    height: 3px;
    background: #ffd236;
    position: absolute;
    left: 0;
    bottom: 0;
}
.whyus_sec p{
    font-size: 16px;
    font-weight: 300;
    color: #ccc;
}
.whyus_reason{
    width: 33%;
    display: inline-block;
    padding: 20px 0 20px;
}
.whyus_reason_icon{
    display: inline-block;
    padding: 10px;
    border-radius: 100%;
    background: #279e13;
    text-align: center;
}
.whyus_reason_icon i{
    font-size: 22px;
    color: #fff;
}
.platforms_sec{
    display: block;
    padding: 30px 0 30px;
    color: #fff;
    text-align: center;
}
.platforms_sec h2{
    display: inline-block;
    padding: 10px 0 10px;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    position: relative;
}
.platforms_sec h2::before{
    display: inline-block;
    content: '';
    width: 100%;
    height: 3px;
    background: #ffd236;
    position: absolute;
    left: 0;
    bottom: 0;
}
.platforms_sec p{
    font-size: 16px;
    font-weight: 300;
    color: #ccc;
}
.platforms_sec img{
    width: 130px;
    margin: 10px;
}

/*footer start*/
.site-footer{
    width: 100%;
    /*background-color: #010d30;*/
}
.main-payemnt-box{
    width: 100%;
    padding: 50px 0;
    border-top: 1px solid #FFFFFF33;
    border-bottom: 1px solid #FFFFFF33;
}
.footer-payemnt-box{
    
    display: flex;
    justify-content: space-between;
}
.footer-payemnt-box div{
    color: #fff;
}
.footer-payemnt-box span{
    font-size: 18px;
}
.footer-payemnt-email div{
    float: right;
}
.footer-payemnt-email i{
    color: #fff;
    opacity: 0.5;
    margin: 0 10px;
}
.footer-payemnt-email div a{
    background: rgba(255,255,255,0.08);
    color: #fff !important;
    text-decoration: none !important;
    display: block;
    padding: 3px 6px;
    border-radius: 5px;
}
.footer-payemnt-img img{
    width: 70px;
}
.main-links-box{
    width: 100%;
    padding: 20px 0;
    /*background-color: #001246;*/
}
.footer-links-box{
    width: 100%;
}
.footer-links-box div{
    width: 20%;
    height: 280px;
    display: inline-block;
    overflow: hidden;
    margin: 0 10px;
}
.footer-links-box div a{
    text-decoration: none;
    color: #fff;
    display: block;
    margin-bottom: 10px;
}
#adjust-width{
    width: 30%;
}
.footer-links-box div h4{
    color: #fff;
}
.footer-links-box div p{
    color: #fff;
}
.footer-copyright{
    width: 100%;
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #FFFFFF33;
    position: relative;
}
.footer-copyright span{
    font-size: 16px;
    color: #fff;
}
/*about content start*/
.dolphin-content{
    width: 100%;
    padding: 30px 0 30px;
    text-align: center;
}
.dolphin-content-box{
    width: 100%;
    background: rgba(255,255,255,0.08);
    padding: 15px;
    box-shadow: 3px 10px 40px rgba(24, 29, 32, 0.05);
    color: #fff;
    display: inline-block;
}
.dark_mode .dolphin-content-box{
    background: #273744;
    border: 1px solid #000;
}
.dolphin-paragraph{
    float: left;
    text-align: left;
    width: 100%;
    padding-top: 30px;

}
.dolphin-paragraph h3{
    font-size: 15px;
    font-weight: 500;
    padding: 7px 0 7px;
}
.dolphin-paragraph h2{
    margin: 10px 0;
    font-size: 17px;

}
.dolphin-paragraph li{
    font-size: 16px;
    padding: 10px;
}
.dolphin-paragraph p{
    font-size: 16px;
    color: #fff;
    line-height: 28.8px;
}
.dolphin-paragraph strong{
    font-size: 16px;
    margin-top: 10px;
}
.dolphin-paragraph a{
    text-decoration: none;
    color: #673de6;
}
.dolphin-paragraph a:hover{
    text-decoration: underline;
}
/*about content end*/
.footer-copyright a{
    position: fixed;
    z-index: 9999;
     right: 0; 
    float: right;
    bottom: 0%;
    margin-top: -25px;
    cursor: pointer;
    min-width: 50px;
    max-width: 150px;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin: 0 auto 0 auto;
}
.footer-copyright a img{
    width: 50px;
}
@media only screen and (max-width: 1170px){
    .upper_header{
        padding: 15px;
    }
    #primary-menu{
        padding: 0 10px;
        text-align: center;
    }
    .nav-menu li{
        margin: 10px !important;
    }
    .dolphin-main-wrapper{
        padding: 10px;
    }
    .dolphin-main-wrapper .dolphin-box{
        width: 24%;
    }
    .dophin-mid-box{
        padding: 15px;
    }
    .main-payemnt-box{
        padding: 20px 15px;
    }

    .footer-links-box{
        padding: 0 15px;
    }
    .footer-payemnt-box{
        display: inline-block;
    }
    .footer-payemnt-box div{
        width: 100%;
        padding: 10px 0;
        overflow: hidden;
    }
    .footer-payemnt-email div{
        padding: 0 !important;
    }
    .footer-payemnt-email i {
        font-size: 20px;
        margin: 0;
    }
    .main-payemnt-box{
        text-align: center;
    }
}
@media only screen and (max-width: 1080px){
    .dolphin-main-wrapper .dolphin-box{
        width: 32%;
    
    }
    .footer-links-box div{
        width: 45%;
        height: auto;
        margin: 15px 0;
    }
    #adjust-width{
        width: auto;
    }
    .header-search input{
        width: 400px;
    }
    .header-logo img {
        max-width: 130px;
    }
    .header-usd div{
        margin: 10px 5px;
    }

}
@media only screen and (max-width: 1020px){
    .dophin-mid-box-right div {
        padding: 70px 50px;
    }
}
@media only screen and (max-width: 920px){
    .dophin-mid-box-left{
        float: none;
        width: 100%;
        height: auto;
    }
    .dophin-mid-box-right{
        width: 100%;
        float: none;
        height: auto;
    }
    .dophin-mid-box-right div{
        padding: 10px;
    }
}
@media only screen and (max-width: 880px){
    .dolphin-main-wrapper .dolphin-box {
        width: 30%;
    }
}



@media only screen and (max-width: 830px){
    .upper_header{
        padding: 0;
        display: inline-block;
        border-bottom: 1px solid #fff;
    }
    .header-search,
    .header-usd{
        text-align: center;
    }
    .header-usd div{
        margin: 10px 60px;
    }
    .header-search input{
        width: 500px;
        margin: 0;
    }
    .header-logo img {
        max-width: 110px;
    }
    .header-logo{
        padding: 10px;
        text-align: center;
    }

}
@media only screen and (max-width: 720px){
    .dolphin-main-wrapper .dolphin-box{
        width: 45%;
    }
}
@media only screen and (max-width: 680px){
    .dolphin-main-wrapper .dolphin-box{
        width: 49%;
        margin: 0;
    }
    .main-payemnt-box{
        padding: 10px 15px;
    }
    .main-links-box{
        padding: 10px 0;
    }
}
@media only screen and (max-width: 580px){
    .header-search input{
        width: 350px;
    }
    .header-usd div{
        margin: 10px 35px;
    }
    .dolphin-box div {
        padding: 15px 10px;
    }
    .trust_heading{
        width: 100%;
        text-align: center;
    }
    .trust_box{
        width: 50%;
    }
}
@media only screen and (max-width: 480px){
    .dolphin-main-wrapper .dolphin-box {
        width: 90%;
    }
    .dolphin-main-wrapper{
        padding: 0;
    }
    .header-search input{
        width: 300px;
    }
    .footer-payemnt-img img {
        width: 80px;
        margin: 10px;
    }

}
@media only screen and (max-width: 380px){
    .header-search input{
        width: 250px;
    }
    .header-usd div{
        margin: 10px 20px;
    }
}
a,
a:hover {
    text-decoration: none !important;
}

p {
    margin: 0 0 20px;
}

img {
    max-width: 100%
}

a:focus,
input:focus,
button:focus,
select:focus,
textarea:focus {
	outline: 0 !important
}

input[type="checkbox"],
input[type="radio"] {
	width: auto !Important
}

.searchform {
	position: relative
}

.searchform input {
	border-radius: 30px;
	border: 1px solid #ccc;
	padding: 14px 20px;
	width: 100%;
}

.searchform button {
	border: 0px;
	background-color: transparent;
	font-size: 24px;
	position: absolute;
	top: 5px;
	right: 10px;
}

.not-found {
	margin: 100px 0;
}

.not-found p {
	margin-bottom: 30px;
}

/* Navbar */
.nav-bar {
	width: 100%;
}

.main-navigation {
	clear: both;
	position: relative;
}

ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0;
    margin-top: 4px;
}

.nav-menu li {
	display: inline-block;
    margin: 0 3px 0 0;
	position: relative;
}

.nav-menu li a {
	color: #fff;
	display: block;
	font-size: 12px;
    padding: 7px;
    background-color: rgba(255,255,255,.1);
	text-decoration: none;
}

/*.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {
	background-color: #220e10;
	color: #ffffff;
}*/

.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #e35a28;
	border: 0px;
	border-top: 0;
	padding: 0;
	position: absolute;
	left: -2px;
	z-index: 99999;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}

ul.sub-menu li {
    margin: 0px
}

ul.sub-menu li a {
    color: #ffffff !important;
    padding: 15px;
    text-align: left;
}

ul.sub-menu li a:hover {
    background: #000;
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #ffffff;
	margin: 0;
	width: 200px;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
	background-color: #db572f;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
	clip: inherit;
	overflow: inherit;
	height: inherit;
	width: inherit;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	color: #ffffff;
}

.closebtn,
.openmenu,
.menuToggle,
.mobilesubmenu {
	display: none;
}

/*  Alignment  */
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #ffffff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Slider */
.slick-list.draggable {
	padding: 0px !important;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.nopd {
    padding: 0 !Important
}

.fw-container-fluid.nopd .fw-row {
    margin: 0;
}

/* Pagination  */
.pagination {
    display: inline-block;
    margin: 30px 0 0;
    width: 100%;
}

.sub-pagenation-div li {
	display: inline-block;
    border-radius: 4px;
    width: auto;
}

.sub-pagenation-div li a {
    border-radius: 4px;
    color: #333333;
    display: block;
    padding: 10px 20px;
}

.sub-pagenation-div li.current a,
.sub-pagenation-div li:hover a {
    background: #394e8c;
    color: #ffffff;
}
.background-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* MAIN CSS  */
.container::after,
.blogdetail::after,
.fw-container::after,
.entry-content::after {
	content: '';
	clear: both;
	display: block;
}

.blogdetail {
	display: block;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

/*  Media Query  */
@media( max-width: 830px )
{
    #menuToggle {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 21px;
        right: 25px;
        z-index: 1;
        -webkit-user-select: none;
        user-select: none;
        z-index: 9999999;
    }

    #menuToggle input {
        width: 32px !important;
        height: 32px;
        position: absolute;
        cursor: pointer;
        opacity: 0;
        z-index: 2;
        top: -6px;
    }

    #menuToggle span
    {
      display: flex;
      width: 29px;
      height: 2px;
      margin-bottom: 5px;
      position: relative;
      background: #fff;
      border-radius: 3px;
      z-index: 1;
      transform-origin: 5px 0px;
      transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                  background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                  opacity 0.55s ease;
    }

    #menuToggle span:first-child
    {
      transform-origin: 0% 0%;
    }

    #menuToggle span:nth-last-child(2)
    {
      transform-origin: 0% 100%;
    }
    #menuToggle input:checked ~ span
    {
      opacity: 1;
      transform: rotate(45deg) translate(-3px, -1px);
      background: #ffffff;
    }
    #menuToggle input:checked ~ span:nth-last-child(3)
    {
      opacity: 0;
      transform: rotate(0deg) scale(0.2, 0.2);
    }

    #menuToggle input:checked ~ span:nth-last-child(2)
    {
      transform: rotate(-45deg) translate(0, -1px);
    }
    ul.nav-menu li ul.sub-menu,
    ul.nav-menu li:hover ul.sub-menu{
        display: none !IMportant
    }
    ul.nav-menu li.open ul.sub-menu,
    ul.nav-menu li.open:hover ul.sub-menu{
        display: block !important
    }
    ul.sub-menu.open-submenu {
        display: block !Important;
        background-color: rgba(72, 72, 72, 0.85) !Important;
        top: 0 !Important
    }
    .mobilesubmenu.open{
        background-color: rgba(72, 72, 72, 0.85) !Important;
    }
    ul.sub-menu{
        display: none !Important;
        position: relative !Important;
        top: -100% !Important;
    }
    .site-logo{
        float: left;
    }
    .mobilesubmenu i {
        position: relative;
        top: 13px;
        right: 18px;
    }
    .nav-bar li {
        display: block;
        margin: 0;
        width: 100%;
        top: 0;
        border-bottom: 1px solid #717171;
        overflow: hidden;
        float: left;
    }
    .mobilesubmenu {
        display: block;
        position: absolute;
        top: 0;
        cursor: pointer;
        color: #ffffff;
        right: 0;
        z-index: 9999;
        border-left: 1px solid #717171;
        padding-left: 36px;
        height: 46px;
    }
    .nav-menu .sub-menu, .nav-menu .children {
        width: 100%;
    }
    ul.sub-menu li {
        display: block;
    }
    ul.sub-menu,
    .open-submenu{
        transition: all 1s;
    }
	.openmenu {
		display: inline-block;
		font-size: 30px;
		cursor: pointer;
		color: #333333;
		float: right;
	}
	.nav-bar.open {
		right: 0;
	}
    .nav-menu li a{
        color: #ffffff;
        float: left;
        font-weight: normal;
        font-size: 16px;
        padding:  0;
        margin-bottom: 8px;
        background: none;
    }
    ul.sub-menu li:last-child{
        border: 0px !Important;
    }
    ul.sub-menu li a{
        color: #ffffff !Important;
        font-weight: 600;
    }
    ul.sub-menu li{
        margin: 0px
    }
    ul.sub-menu li:last-child a{
        text-align: left;
        color: #ffffff !Important;
        padding: 15px;
    }
    .nav-menu li:last-child{
        border: 0px !Important;
    }
    .nav-menu li:last-child a,
    .nav-menu .sub-menu, .nav-menu .children{
        left: 0;
        width: 100% !important;
    }
	.nav-bar {
		background-color: #000;
		height: 100%;
		position: fixed;
		top: 0;
		right: -100%;
        padding-top: 60px;
		transition: all 0.3s;
		width: 100%;
        text-align: left;
		z-index: 999;

	}
    .nav-menu li{
        margin: 0 10px;
    }
	.closebtn {
		display: block;
        position: absolute;
        top: -55px;
        font-size: 20px;
        right: 0;
		color: #ffffff;
		cursor: pointer;
		margin-bottom: 20px;
	}
}

@media( max-width: 667px )
{
    img.alignleft,
    img.alignnone,
    img.alignright {
        margin: 0 auto 20px;
        display: block;
        float: none;
    }
}