/* Base CSS */
@import url('https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700&display=swap');


@font-face {
    font-family: 'SolaimanLipiNormal';
    src: url('fonts/solaiman-lipi.eot');
    src: url('fonts/solaiman-lipi.eot') format('embedded-opentype'),
         url('fonts/solaiman-lipi.woff') format('woff'),
         url('fonts/solaiman-lipi.ttf') format('truetype'),
         url('fonts/solaiman-lipi.svg#SolaimanLipiNormal') format('svg');
	
	font-weight:normal;font-style:normal;
}

.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
a:focus { outline: 0 solid }
img {
    max-width: 100%;
    height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: normal;
}
body {
    font-family: 'Hind', sans-serif;
    background: #fff;
	
    
}
a:hover { text-decoration: none }

                /*======================================
                             Top-Header css-start
                ======================================*/
.top-header-section {
	padding: 10px 0;
	background: gold;
}

.company-title {
	font-size: 15px;
	color: #061538;
	margin-top: 6px;
}


.company-title i.fa {
	margin-right: 8px;
    color: #145ECC;
}

.top-social {
	text-align: center;
	margin-top: -5px;
}

.top-social a {
	color: #000;
	margin: 0 2px;
	text-decoration: none;
	transition: .8s;
	font-size: 16px;
	display: inline-block;
	width: 37px;
	height: 37px;
	border: 2px solid #1460d7;
	border-radius: 50%;
	line-height: 37px;
	text-align: center;
}

.top-social a:hover {
	color: #01284F;
}

.top-social a:nth-child(1){
    color: #3b5998;
    border: 2px solid#3b5998;
    
}
.top-social a:hover:nth-child(1){
    background: #3b5998;
    color: #fff;
}

.top-social a:nth-child(2){
    color: #00acee ;
    border: 2px solid#00acee ;
    
}
.top-social a:hover:nth-child(2){
    background: #00acee ;
    color: #fff;
}

.top-social a:nth-child(3){
    color: #db4a39 ;
    border: 2px solid#db4a39 ;
    
}
.top-social a:hover:nth-child(3){
    background: #db4a39 ;
    color: #fff;
}

.top-social a:nth-child(4){
    color: #3f729b ;
    border: 2px solid #d6249f;
  
    
}
.top-social a:hover:nth-child(4){
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    color: #fff;
}

.top-social a:nth-child(5){
    color: #c4302b  ;
    border: 2px solid #c4302b ;
  
    
}
.top-social a:hover:nth-child(5){
    background:#c4302b ;
    color: #fff;
}

/* ===== HEADER BUTTON ONE LINE FIX ===== */

.header-login-btn {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header-login-btn ul {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.header-login-btn ul li {
    margin: 0 !important;
    display: inline-block;
}

/* Button base style */
.header-login-btn a {
    white-space: nowrap;
}

/* Optional — mobile responsive */
@media (max-width: 768px) {
    .header-login-btn ul {
        gap: 6px;
    }

    .header-login-btn a {
        padding: 4px 12px;
        font-size: 13px;
    }
}


                /*======================================
                             Top-Header css-End
                ======================================*/

                /*======================================
                             Top-Header css-End
                ======================================*/



                /*======================================
                            Logo Banner css-start
                ======================================*/
.header-section {
	padding-top: 20px;
	padding-bottom: 20px;
}


.logo img {
	width: 100%;
	height: auto;
}

.banner img {
	width: 100%;
	height: auto;
}

                /*======================================
                            Logo Banner css-End
                ======================================*/

                /*======================================
                            Logo Banner css-End
                ======================================*/




                /*======================================
                             menu css-start
                ======================================*/
.menu-section {
	background: #145ECC;
}
.menu-section ul.nav li a {
    color: #fff;
    /* padding: 10px; */
}
                /*======================================
                                menu css-End
                    ======================================*/

                /*======================================
                        Speech Section css-Sart
                ======================================*/
.speech-section {
	padding: 50px 0 36px 0;
}

.speech-border {
	border-top: 5px solid #145ecc;
	padding-bottom: 2px;
}
.speech-section-title {
	margin-top: 50px;
}

.speech-section-title span {
	background: #145ecc;
	padding: 3px 20px;
	font-weight: 500;
	font-size: 25px;
	display: inline-block;
	position: absolute;
	top: -25px;
	color: #fff;
	left: 42%;
	margin-top: 6px;
	text-transform: uppercase;
	border-radius: 0px 25px 0px 25px;
}



.box-shadow {
	box-shadow: 0 0 3px #ddd;
	padding: 5px;
}

.speech-image img {
	float: right;
	width: 43%;
	margin-left: 10px;
	margin-bottom: 5px;
}

.speech-title {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0.7px;
	color: #000;
    margin-left: 5px;
    margin-bottom: 11px;
	position: relative;
}

.speech-title::before {
	position: absolute;
	left: 0;
	bottom: -4px;
	height: 3px;
	width: 25%;
	background: #145ecc;
	content: "";
	border-radius: 51%;
    transition: 1s;
}
.speech-wrpp:hover .speech-title::before{
    width: 30%;
}

.speech-content {
	font-size: 16px;
	text-align: justify;
	line-height: 26px;
	margin-left: 10px;
}

.speech-content a {
	color: #145ECC;
	font-size: 13px;
	text-decoration: none;
    transition: .8s;
}
.speech-content a:hover{
    letter-spacing: 1px;
}

                /*======================================
                        Speech Section css-End
                ======================================*/ 


                /*======================================
                        Cours Section css-Start
                ======================================*/
.cours-section {
	padding: 30px 0 11px 0;
}

.cours-list {
	margin-top: 18px;
}

.corus-border {
	border-bottom: 2px solid green;
}

.corus-sectiont-title {
	margin-top: -30px;
}

.corus-sectiont-title span {
	background: #fff;
	color: #145ecc;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	padding-right: 11px;
}
.cours-view {
	text-align: right;
	margin-top: -28px;
}

.cours-view a {
	padding: 5px 20px;
	border: 2px solid green;
	background: #fff;
	text-decoration: none;
	color: #145ecc;;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
    transition: .8s all;
	border-radius: 0px 30px 0px 30px;
	
}

.cours-view a:hover {
	background: #145ecc;
	border: 2px solid #145ecc;
	color: #fff;
}

.cours-wrpp {
	padding: 10px;
	box-shadow: 1px 2px 3px #ddd;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 2px;
	border-radius: 30px 0px 30px 0px;
}

.image {
	position: relative;
}

.image-iffect {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 0;
	background: rgb(20, 94, 204);
	transition: .8s all;
	opacity: 0.6;
}
.cours-wrpp:hover .image-iffect{
    height: 100%;
}

.cours-title {
	margin-top: 10px;
	border-bottom: 1px solid green;
}

.cours-title a {
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	color: #145ecc;
	font-weight: 600;
}



.cours-price {
	margin-top: 10px;
	display: inline-block;
	width: 100%;
}


.old-pice {
    float: left;
	border: 2 px solid red;
	font-size: 16px;
	padding-left: 7px;
	padding-right: 13px;
	font-weight: 500;
	padding-top: 4px;
	padding-bottom: 3px;
	text-transform: uppercase;
	color:red;
	border-radius: 15px 0px 15px 0px;
	
	
}


.old-pice span {
	border-left: 1px solid red;
	padding-right: 15px;
	text-decoration: line-through;
	padding-left: 5px;
	margin-left: 5px;
}

.tk {
	text-align: right;
	font-size: 12px;
	margin-top: -22px;
	margin-left: -10px;
	padding-bottom: 5px;
}

.new-pice {
	float: right;
	border: 1px solid green;
	font-size: 16px;
	padding-left: 7px;
	padding-right: 13px;
	font-weight: 500;
	padding-top: 4px;
	padding-bottom: 3px;
	text-transform: uppercase;
	color:green;
	border-radius: 15px 0px 15px 0px;
	
}

.new-pice span {
	border-left: 1px solid green;
	padding-right: 15px;
	padding-left: 5px;
	margin-left: 5px;
}

.cours-content {
	display: inline-block;
	margin-top: 5px;
	padding-top: 13px;
	width: 100%;
}


.order {
	float: left;
	text-align: left;
	border: 1px solid#145ecc;
	padding: 3px 10px;
	background: #145ecc;
	border-radius: 3px;
	box-shadow: 0 3px 3px #ddd;
	transition: .8s all;
	border-radius: 0px 15px 0px 15px;
}

.order a {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
    transition:.8s all;
}
.order:hover{
    box-shadow: none;
    background: transparent;
    border: 1px solid#145ecc;
}

.order a:hover{
    color: #000;
}

.demo {
	float: right;
    background: #145ecc;
      border: 1px solid#145ecc;
	padding: 3px 10px;
    border-radius: 3px;
	box-shadow: 0 3px 3px #ddd;
    transition:.8s all;
	border-radius: 0px 15px 0px 15px;
}

.demo:hover{
    box-shadow: none;
    background: transparent;
    border: 1px solid#145ecc;
}

.demo a:hover{
     color: #000;
}

.demo a {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-weight:500;
	text-transform: uppercase;
    transition:.8s all;
}


.cours-list button.owl-next {
	position: absolute;
	left: -13px;
	top: 38%;
	font-size: 20px;
	color: #fff;
	opacity: .5;
	transition: .5s;
	background: #145ecc;
	width: 40px;
	height: 40px;
	line-height: 46px;
	border-radius: 50%;
	font-weight: normal;
}

.cours-list:hover button.owl-next{
    opacity: 1;
    visibility: visible;
     transform: rotate(360deg);
}  
.cours-list button.owl-next:hover{
    color: #ff0;
}

.cours-list button.owl-prev {
	position: absolute;
	right:-13px;
    top: 38%;
	font-size: 20px;
	color: #fff;
	opacity: .5;
	transition: .5s;
	background: #145ecc;
	width: 40px;
	height: 40px;
	line-height: 46px;
	border-radius: 50%;
	font-weight: normal;        
}
.cours-list button.owl-prev:hover{
    color: #ff0;
}
.cours-list:hover button.owl-prev {
    opacity: 1;
    visibility: visible;
    transform: rotate(360deg);
 }  


                /*======================================
                        Cours Section css-End
                ======================================*/ 


                /*======================================
                        Add Section css-Start
                ======================================*/ 
.add-section {
	padding: 20px 0;
}

.add-image img {
	width: 100%;
	height: auto;
}

                /*======================================
                        Add Section css-End
                ======================================*/ 



                /*======================================
                        Photo Gallery Section css-End
                ======================================*/
.photo-gelley-section {
	padding: 40px 0;
}

.photo-border {
	border-top: 2px solid #000;
}

.photo-gallery-secton-title {
	text-align: center;
	margin-top: -20px;
	margin-bottom: 23px;
	margin-left: -60px;
}


.photo-gallery-secton-title span {
	font-size: 23px;
	text-transform: uppercase;
	font-weight: 700;
	border: 2px solid #000;
	background: #fff;
	padding: 5px;
	letter-spacing: 1px;
	border-radius: 15px 0px 15px 0px;
}

.gallery-list button.owl-next {
	position: absolute;
	left: -13px;
	top: 38%;
	font-size: 20px;
	color: #fff;
	opacity: .5;
	transition: .5s;
	background: #145ecc;
	width: 40px;
	height: 40px;
	line-height: 46px;
	border-radius: 50%;
	font-weight: normal;
}

.gallery-list:hover button.owl-next{
    opacity: 1;
    visibility: visible;
     transform: rotate(360deg);
}  
.gallery-list button.owl-next:hover{
    color: #ff0;
}

.gallery-list button.owl-prev {
	position: absolute;
	right:-13px;
    top: 38%;
	font-size: 20px;
	color: #fff;
	opacity: .5;
	transition: .5s;
	background: #145ecc;
	width: 40px;
	height: 40px;
	line-height: 46px;
	border-radius: 50%;
	font-weight: normal;        
}
.gallery-list button.owl-prev:hover{
    color: #ff0;
}
.gallery-list:hover button.owl-prev {
    opacity: 1;
    visibility: visible;
    transform: rotate(360deg);
 }  



.video-list button.owl-next {
	position: absolute;
	left: -13px;
	top: 38%;
	font-size: 20px;
	color: #fff;
	opacity: .5;
	transition: .5s;
	background: #145ecc;
	width: 40px;
	height: 40px;
	line-height: 46px;
	border-radius: 50%;
	font-weight: normal;
}

.video-list:hover button.owl-next{
    opacity: 1;
    visibility: visible;
     transform: rotate(360deg);
}  
.video-list button.owl-next:hover{
    color: #ff0;
}

.video-list button.owl-prev {
	position: absolute;
	right:-13px;
    top: 38%;
	font-size: 20px;
	color: #fff;
	opacity: .5;
	transition: .5s;
	background: #145ecc;
	width: 40px;
	height: 40px;
	line-height: 46px;
	border-radius: 50%;
	font-weight: normal;        
}
.video-list button.owl-prev:hover{
    color: #ff0;
}
.video-list:hover button.owl-prev {
    opacity: 1;
    visibility: visible;
    transform: rotate(360deg);
 }  

                /*======================================
                        Photo Gallery Section css-Start
                ======================================*/ 


        /*================================
               Blog-section-Start
        ===============================*/

.blog-section {
	padding: 30px 0;
}

.blog-section-wrpp {
	text-align: center;
	margin-bottom: 25px;
}

.blog-seciton-title {
	font-size: 40px;
	font-weight: 700;
	color: #000;
	padding-bottom: 43px;
	text-align: center;
	letter-spacing: 1px;
    position: relative;
	z-index: 1;
}


.blog-seciton-title::before {
	position: absolute;
	left: 44%;
	top: 55px;
	width: 11%;
	height: 3px;
	background: #6274E7;
	content: "";
	border-radius: 50%;
}


.blog-wrpp {
	border: 1px solid#dfdfdf;
	margin-bottom: 14px;
	box-shadow: 0 1px 0 #ddd;
	transition: .8s all;
}


.blog-wrpp:hover {
	box-shadow: 0 0 10px #aaa;
}

.blog-image {
    position: relative;
    overflow: hidden;

}
.blog-image img{
    -webkit-transition: all 0.5s ease;
    transition: all 0.6s ease;
    width:100%;
    height:auto;
}

.blog-wrpp:hover .blog-image img{
    position: relative;
    z-index: 20;
    -webkit-transform: scale(1.1111);
    transform: scale(1.1111);
    
}


.blog-date {
	border-bottom: 1px solid#dfdfdf;
	padding: 10px 10px;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	color: #717171;
}


.blog-padding {
	padding: 13px 10px 0px;
}

.blog-title {
	margin-top: 8px;
	margin-bottom: 10px;
}

.blog-title a {
	color: #2c3e50;
	text-decoration: none;
	transition: .5s;
	font-weight: 600;
	font-size: 20px;
}

.blog-title a:hover{
    color: #145ECC;
}

.blog-content {
	font-size: 16px;
	line-height: 26px;
	color: #717171;
	font-weight: 300;
	margin-top: 16px;
	margin-bottom: 17px;
}

.read-more-btn {
	text-align: center;
	margin-bottom: 10px;
}

.read-more-btn a {
	background: #8B8B8B;
	padding: 6px 10px;
	display: inline-block;
	font-size: 14px;
	color: #fff;
    transition: .8s all;
}
.blog-wrpp:hover .read-more-btn a{
    	background: #4674e7;
}

.blog-list button.owl-prev {
	position: absolute;
	left: -2%;
	top: 35%;
	background: #4674E7;
	color: #fff;
	width: 45px;
	height: 45px;
	line-height: 51px;
	font-size: 23px;
	border-radius: 50%;
	transition: .5s;
    opacity: 0;
    visibility: hidden;
}

.blog-list button.owl-next {
	position: absolute;
	right: -2%;
	top: 35%;
	background: #4674E7;
	color: #fff;
	width: 45px;
	height: 45px;
	line-height: 51px;
	font-size: 23px;
	border-radius: 50%;
    transition: .8s;
    opacity: 0;
    visibility: hidden;
}


.blog-list:hover button.owl-prev{
    opacity: .6;
    visibility: visible;
    transition: .8s all;
}
.blog-list:hover button.owl-next{
    opacity: .6;
    visibility: visible;
    transition: .8s all;
}



        /*================================
               Blog-section-End
        ===============================*/

.subcribe-title {
	text-align: center;
	border: 1px solid #2e76e1;
	padding: 4px 0;
	margin-left: 26%;
	margin-right: 26%;
	margin-bottom: 5px;
}

.subcribe-title span {
	font-size: 20px;
	font-weight: 600;
	color: #000;
	text-transform: uppercase;
	padding-right: 5px;
}



.subcribe-title input[type="text"] {
	width: 60%;
	padding: 5px 6px;
	border: none;
	background: transparent;
	color: #000;
	font-size: 16px;
	border-left: 1px solid#000;
	border-right: 1px solid #000;
}

.subcribe-title [type="submit"] {
	border: none;
	background: transparent;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
	color: #000;
    cursor:pointer;
}




                                /*=============================
                                        footer-css-start
                                ===============================*/
.footer-section {
	background: #0b4fb5;
	padding: 65px 0;
}

.footer-content {
	color: #c6c6c6;
	font-weight: 400;
	font-size: 17px;
	margin-top: 30px;
	line-height: 31px;
}

.footer-about {
	font-size: 22px;
	color: #fff;
	text-align: center;
	padding-bottom: 3px;
	font-weight: 600;
	border: 1px solid #1a5bbd;
	padding-top: 3px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.footer-image img {
	width: 100%;
	height: auto;
}

.footer-about-name {
	font-size: 20px;
	text-align: left;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	padding-top: 3px;
	border-bottom: 2px solid #1a5bbd;
	padding-bottom: 7px;
}

.footer-about-deg {
	text-align: right;
	margin-top: 4px;
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.footer-about-content {
	text-align: justify;
	color: #fff;
	line-height: 26px;
	font-size: 16px;
	border: 1px solid #1a5bbd;
	padding: 5px;
	margin-top: 16px;
}

.footer-address {
    font-size: 17px;
    text-align: justify;
    color: #fff;
    line-height: 25px;
}





 /*--------- bottom footer css-start---------------*/

.bottom-footer-section{
    background: #0b4fb5;
    padding: 20px 0;
    border-top: 1px solid#1a5bbd;
}

.copy-right{
    font-size: 16px;
    color:#fff;
}

.design-developed{
    text-align: right;
    color:#fff;
    font-size: 16px;
}

.design-developed a{
    text-decoration: none;
    color:#ff0;
    font-size: 18px;
    font-weight: 700;
}

.scrollToTop {
	width: 50px;
	height: 50px;
	padding: 10px;
	background: #145ecc;
	position: fixed;
	right: 25px;
	bottom: 70px;
    z-index: 9999;
}

.scrollToTop i.fa {
	font-size: 27px;
	color: #fff;
	font-weight: 600;
	top: 11px;
	display: block;
	position: absolute;
	right: 16px;
}

 /*--------- bottom footer css-End---------------*/


                                /*=============================
                                        footer-css-End
                                ===============================*/
                                
                                /*=============================
                                    all-page-css Start
                                ===============================*/
.archive-title {
	box-shadow: 0 0 4px #ddd;
	padding: 12px 10px;
	font-size: 20px;
	font-weight: 600;
	color: #000;
	margin-bottom: 20px;
	border-left: 4px solid #145ecc;
}

.archive-page-content {
	column-count: 3;
	column-gap: 15px;
}

.archive-wrpp {
	display: inline-block;
	width: 100%;
	box-shadow: 0 0 4px #ddd;
	padding: 10px;
	margin-bottom: 15px;
}

.archive-wrpp:hover .image-iffect{
    height: 100%;
}


/*================single page Start================*/
.single-page {
	padding: 17px 0 20px 0;
}

.single-page-title {
	box-shadow: 0 0 4px #ddd;
	padding: 10px;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
	border-left: 5px solid #145ecc;
	color: #0d4291;
}

.live-demo {
	text-align: right;
	margin-top: 10px;
}


.live-demo a {
	background: #0b4fb5;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	padding: 4px 30px;
	font-size: 21px;
	font-weight: 500;
	transition: 0.8s all;
	border: 2px solid#0b4fb5;
	border-radius: 4px;
	box-shadow: 0 4px 7px #ddd;
}

.live-demo a:hover{
    color: #000;
    background: transparent;
    box-shadow: 0;
    
}

.share-link {
	background: #5b5757;
	margin-top: 10px;
	color: #fff;
	margin-right: 122px;
	padding: 7px 13px;
	border-radius: 4px;
	margin-left: -20px;
}

.share-link ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.share-link ul li {
	display: inline-block;
	margin-right: 4px;
	font-size: 20px;
	font-weight: 600;
	border-right: 1px solid #737070;
	padding-right: 10px;
}

.share-link ul li:last-child{
    border-right: none;
}

.share-link ul li a {
	color: #fff;
	text-decoration: none;
}

.theme-details-title {
	background: #dde9fb;
	margin-top: 20px;
	margin-bottom: 7px;
}

.theme-details-title span {
	background: #0b4fb5;
	color: #fff;
	padding: 7px 13px;
	display: inline-block;
	font-size: 20px;
	font-weight: 500;
}

.theme-details-content {
	font-size: 17px;
	color: #000;
	text-align: justify;
}

.related-post-content {
	column-count: 3;
	column-gap: 15px;
}

.related-wrpp {
	display: inline-block;
	width: 100%;
	box-shadow: 0 0 4px #ddd;
	padding: 10px;
	margin-bottom: 15px;
}

.related-title {
	margin-top: 10px;
	border-bottom: 1px solid #ddd;
}

.related-title a {
	font-size: 22px;
	text-transform: uppercase;
	text-decoration: none;
	color: #145ecc;
	font-weight: 600;
}

.related-price {
	margin-top: 10px;
	display: inline-block;
	width: 100%;
}


.related-old-pice {
	border: 2px solid #ddd;
	font-size: 22px;
	padding-left: 45px;
	padding-right: 42px;
	padding-top: 3px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 6px;
}


.related-old-pice span {
	border-left: 1px solid #ddd;
	padding-right: 0px;
	text-decoration: line-through #ff0;
	padding-left: 5px;
	margin-left: 5px;
}

.related-tk {
	text-align: right;
	font-size: 14px;
	margin-top: -22px;
	margin-left: -10px;
	padding-bottom: 5px;
}

.related-new-pice {
	border: 2px solid #cccfd2;
	font-size: 22px;
	padding-left: 45px;
	padding-right: 46px;
	font-weight: 500;
	text-align: center;
}



.related-new-pice span {
	border-left: 1px solid #ddd;
	padding-right: 0px;
	padding-left: 5px;
	margin-left: 5px;
}

.related-cours-content {
	display: inline-block;
	margin-top: 5px;
	border-top: 1px solid#DDD;
	padding-top: 13px;
	width: 100%;
}


.related-order {
	border: 1px solid#145ecc;
	padding: 3px 10px;
	background: #145ecc;
	border-radius: 3px;
	box-shadow: 0 3px 3px #ddd;
	transition: .8s all;
	text-align: center;
}


.related-order a {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
    transition:.8s all;
}
.related-order:hover{
    box-shadow: none;
    background: transparent;
    border: 1px solid#145ecc;
}

.related-order a:hover{
    color: #000;
}

.related-demo {
	background: #145ecc;
	border: 1px solid#145ecc;
	padding: 3px 10px;
	border-radius: 3px;
	box-shadow: 0 3px 3px #ddd;
	transition: .8s all;
	text-align: center;
	margin-top: 9px;
}


.related-demo:hover{
    box-shadow: none;
    background: transparent;
    border: 1px solid#145ecc;
}

.related-demo a:hover{
     color: #000;
}

.related-demo a {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-weight:500;
	text-transform: uppercase;
    transition:.8s all;
}

.single-price-wrpp {
	box-shadow: 0 0 5px #ddd;
	padding: 10px;
}

.single-old-price {
	font-size: 22px;
	color: #000;
	text-align: left;
	font-weight: 500;
	border-bottom: 1px solid #ddd;
	padding-bottom: 3px;
	margin-bottom: 5px;
   
}

.single-old-price span {
	text-align: ;
	float: right;
     text-decoration: line-through #fff;
}

.single-new-price {
	font-size: 22px;
	color: #000;
	text-align: left;
	font-weight: 500;
	margin-bottom: 5px;
    
}

.single-new-price span {
	text-align: ;
	float: right;
}

.tage-wrpp {
	box-shadow: 0 0 4px #ddd;
	padding: 10px;
	margin-top: 20px;
}

.tages-title {
	font-size: 17px;
	color: #000;
	font-weight: 500;
	margin-bottom: 10px;
}


.tage-name {
	font-size: 15px;
	color: #655e5e;
	overflow: hidden;
	margin-bottom: 3px;
}

.post-thumbnail img {
    margin: 14px 0;
}
.entry-content p {
    text-align: justify;
}

/* =========================================================
Comments
 ========================================================= */
 .comment-respond,
 .entry-pings,
 .entry-comments {
     color: #444;
     padding: 20px 40px 40px 40px;
     overflow: hidden;
     background: #fff;
     -webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.3);
     -moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.3);
     box-shadow: 0px 0px 2px rgba(0,0,0,0.3);
 }
 .entry-comments h3{
     font-size: 30px;
     margin-bottom: 30px;
 }
 .comment-respond h3,
 .entry-pings h3{
    font-size: 20px;
    margin-bottom: 16px;
    font-weight: 400;
 }
 .comment-respond {
     padding-bottom: 5%;
     margin: 20px 1px 20px 1px;
         border-left: none !important;
 }
 .comment-header {
     color: #adaeb3;
     font-size: 14px;
     margin-bottom: 20px;
 }
 .comment-header cite a {
     border: none;
     font-style: normal;
     font-size: 16px;
     font-weight: bold;
 }
 .comment-header .comment-meta a {
     border: none;
     color: #adaeb3;
 }
 li.comment {
     background-color: #fff;
     border-right: none;
 }
 .comment-content {
     clear: both;
     overflow: hidden;
 }
 .comment-list li {
     font-size: 14px;
     padding: 20px 30px 20px 50px;
 }
 .comment-list .children {
     margin-top: 40px;
     border: 1px solid #ccc;
 }
 .comment-list li li {
     background-color: #f5f5f6;
 }
 .comment-list li li li {
     background-color: #fff;
 }
 .comment-respond textarea,
 .comment-respond input[type="email"],
 .comment-respond input[type="text"],
 .comment-respond input[type="url"] {
     width: 100%;
     background:#fff;
     padding: 6px 10px;
     border: 1px solid#ddd;
 }
 .comment-respond input{
     background: #E8E4E5;
 }
 .comment-respond label {
     display: block;
     margin-right: 12px;
 }
 .entry-comments .comment-author {
     margin-bottom: 0;
     position: relative;
 }
 .entry-comments .comment-author img {
     border-radius: 50%;
     border: 5px solid #fff;
     left: -80px;
     top: -5px;
     position: absolute;
     width: 60px;
 }
 .entry-pings .reply {
     display: none;
 }
 .bypostauthor {
 }
 .form-allowed-tags {
     background-color: #f5f5f5;
     font-size: 16px;
     padding: 24px;
 }
 .comment-reply-link{
     cursor: pointer;
     background-color: #444;
     border: none;
     border-radius: 2px;
     color: #fff;
     font-size: 12px;
     font-weight: 300;
     letter-spacing: 1px;
     padding: 4px 10px 4px;
     text-transform: uppercase;
     width: auto;
 }
 .comment-reply-link:hover{
     color: #fff;
 }
 .comment-notes{
     display:none;   
 }
 
 .mobile_tab{overflow: hidden!important;}
 .form-submit [type="submit"] {
    background: #082e66;
    padding: 6px 10px;
    border: none;
    color: #fff;
    font-size: 16px;
}

#comments-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 16px 0 16px 0;
}
nav.navigation.post-navigation h2 {
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0 5px;
}

/**
* style for sidebar
*/

.widget_search label span {
    display: none;
}
input.search-field {
    padding: 2px 7px;
    border: 1px solid #ddd;
}
.sidebar_area .sidebar_widgets{
	margin: 15px 0;
}
.sidebar_area .sidebar_widgets img{
	width: 100%;

}
aside.widget-area section {
    border: 1px solid #ddd;
    margin: 16px 0;
    padding: 10px;
}
aside.widget-area section ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
aside.widget-area section h2 {
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}
aside.widget-area section ul li a {
    color: #333;
    line-height: 28px;
}

/*
* Style for search page
*/
.search-item-container{}
.search-item-container article {
    margin-bottom: 30px;
}

.search-item-container a img {
    width: 100%;
}
.search-item-container article header h2 a {
    color: #333;
    font-size: 22px;
    text-decoration: none;
}
.search-item-container article .entry-summary {
    margin-top: 15px;
    text-align: justify;
}
.search-item-container article {
    margin-bottom: 30px;
    border: 1px solid #ddd;
    padding: 10px;
}
.archive_page_content header h1.page-title {
    font-size: 26px;
    font-weight: 500;
    border-bottom: 1px solid #ddd;
    margin-bottom: 22px;
    padding-bottom: 5px;
}
.entry-header h2.entry-title {
    margin-bottom: 3px;
}
.search-item-container .post-thumbnail img {
    margin: 10px 0 0;
}
section.search_page_content .page-header .page-title {
    font-size: 20px;
    margin: 16px 0;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}

/*
* 404 page
**/
.four-zero_page_content_area {
    box-shadow: 0 0px 1px #333;
    text-align: center;
	padding: 30px 10px;
	margin-top: 18px;

}
.four-zero_page_content_area h2 {
    font-size: 28px;
    font-weight: 500;
}
.four-zero_page_content_area h3 {
    font-size: 20px;
    font-weight: 500;
}
.four-zero_page_content_area h4 {
    font-size: 24px;
}
.four-zero_page_content_area h4 a {
    background: #145ecc;
    border: none;
    font-size: 16px;
    color: #fff;
    padding: 5px 10px;
}

section.single_page_content .category_info {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin: 16px 0;
}       

.category-missing {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
}

.category-missing p {
    margin: 0;
}