/*
Theme Name: Myrza
Theme URI: https://www.facebook.com/zahid.mirza0213
Author: zahid mirza
Author URI: https://www.facebook.com/zahid.mirza0213
Description: A lightweight 3-columns responsive Bootstrap starter theme, Font Awesome preloaded, full width page options, 3 footer widgets, SEO optimized, fast loading, minimal styling, easy to customize WordPress theme.
Version: 1.1
Requires at least: 5.0
Tested up to: 6.1
Requires PHP: 7.0
Tags: three-columns, right-sidebar, left-sidebar, threaded-comments, sticky-post, custom-background,  translation-ready, editor-style, custom-menu, featured-images
Text Domain: myrza
License: GNU General Public License v2.0
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Myrza WordPress Theme, Copyright 2023
*/


/* Theme Validity --------------------- */

.sidebar-widget{
	background: #0d2c7c2e;
  border: 3px solid #18348454;
  border-radius: 10px;
}
.mo{
	margin-top: -80px;
}
.mrr{
	margin-top:30px;
}
.mrr h2{
	font-size: 1.5rem;
  padding: 15px 0px;
  font-weight: bold;
}
.mrr h3{
	font-size: 1.5rem;
  padding: 15px 0px;
  font-weight: bold;
}
.mrr h4{
	font-size: 1.5rem;
  padding: 15px 0px;
  font-weight: bold;
}

.hh1{
	padding: 10px;
  background-color: #0d2c7c2e;
  border-radius: 10px;
  border: solid 5px #18348454;
}
.vwo{
	text-decoration: none;
  color: #85ccf2;
  font-size: 13px;
  padding: 0px 15px;
  font-weight: 600;
}
.vwo:hover{
	color:#659fbd;
}
.subscribe-area {
  padding: 20px;
 background-color: rgba(255, 255, 255, 0.2);
 border: solid 5px #f7f7f71c;
  box-shadow: 0px 5px 8px 0px rgba(26, 15, 63, 0.08);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  position: relative;
}

.subscribe-area .subscribe-content .title {
  font-size: 36px;
  color: #fff;
}
.subscribe-area .subscribe-content p {
  color: #fff;
}

.subscribe-content{
	text-align: center;
  display: block;
  margin: auto;
}


.subscribe-area .subscribe-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -45px;
  margin-top: 30px;
}
.subscribe-area .subscribe-form input {
  border-radius: 999px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  -o-border-radius: 999px;
  width: calc(100% - 160px);
  min-height: 45px;
  padding-left: 25px;
  padding-right: 40px;
  background-color: rgba(38, 13, 76, 0);
  -moz-box-shadow: inset 0 0 15px 7px #6b38f6;
  -webkit-box-shadow: inset 0 0 15px 7px #6b38f6;
  box-shadow: inset 0 0 15px 7px #6b38f6;
  border: 1px solid;
  color: #fff;
}
.subscribe-area .subscribe-form button {
  background-image: -moz-linear-gradient(-45deg, #c165dd 0%, #5c27fe 100%);
  background-image: -webkit-linear-gradient(-45deg, #c165dd 0%, #5c27fe 100%);
  background-image: -ms-linear-gradient(-45deg, #c165dd 0%, #5c27fe 100%);
  box-shadow: 0px 17px 40px 0px rgba(0, 0, 0, 0.53);
  color: #ffffff;
  width: 160px;
  border-radius: 999px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  -o-border-radius: 999px;
  margin-left: -45px;
}

.rp1{
	padding: 5px;
}

.rp1:hover{
	padding: 2px !important;
}

.bki {
    position: relative;
    height: auto;
    overflow: hidden; /* Ensure the overlay doesn't overflow */
}

.bki::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
 background-color: rgba(0, 0, 51, 0.66);
    z-index: 1; /* Ensure the overlay is above the background image */
}

.bki .container {
    position: relative; /* Ensure the container is positioned */
    z-index: 2; /* Ensure the content is above the overlay */
    opacity: 1; /* Opacity of the content inside the container */
}
.bki {
    background-image: url('img/footer.png');
    background-size: cover;
    background-position: center;
    position: relative; /* Ensure the container is positioned */
}
.tet {
  width: 30px;
  height: 30px;
  line-height: 24px;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: solid 2px #009d8b;
  color: #009d8b;
  text-align: center;
  display: block;
  margin-top: 15px;
  margin-left: 5px;
  font-size: 16px;
  font-weight: bold;
  text-transform: capitalize;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 40% 20%, 0 0);
}

.progress-bar {
  height: 5px;
  background:#3094ff;
  width: 0%;
}

.ft{
  margin-top: 15px;
}


.avatar.avatar-80 {
  line-height: 65px;
  height: 65px;
  width: 65px;
 border-radius: 5px;
}
.avatar {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 0;
  text-align: center;
  vertical-align: middle;
}
.align-self-center {
  align-self: center !important;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.fnt{
	font-size: 16px;
  font-weight: bold;
	color:#333;
	margin-bottom:0px;
}
.rq{
	font-size: 13px;
}
.pk1{
	text-decoration:none;
}
.crd{
  border: 3px solid;
}
.crd:hover{
  box-shadow: 0 .5rem 1rem rgba(var(--bs-body-color-rgb),.15) !important;
}
.crb{
  padding:0px!important;
  overflow: hidden;
}
.df{
  padding-right:2px!important;
}

.crd:hover .fnt{
color: #009b8d;
}
.ta{
color: #009b8d;
}


.gq a{
  color: #009d8b;
	text-decoration:none;
}










@media only screen and (max-width: 990px) {
	.sec{
	text-align: center;
		.
}
	.mr{
	display:none !important;
		.
}
	.offcanvas-body.jb-s1{
  width: 100% !important;
  margin-left: -20px!important;
}
.jb-s1{

  margin-left: -18px!important;
}
.srh{
	color: white !important;
text-shadow: 1px 1px 10px #333;}

}

.jb-sb0{
  background: transparent;
  border: none;
  margin-left: -45px;
}
.sp1{
  color: #777;
}

#breadcrumbs a{
  color: white;
  font-weight: bold;
  text-decoration: none;
}
.brd a{
  color: #009d8b;
  font-weight: bold;
  text-decoration: none;
}
.tgb a{
  color: #009d8b;
  font-weight: bold;
  text-decoration: none;
}


@media only screen and (max-width: 990px) {
	.tio .tir{
	display:none !important;
}}
@media only screen and (min-width: 991px) {
	.sec{
	text-align: center;
}
	.gm{
		display:block !important;
	}
	.jb-s1{

  margin-left: -18px!important;
}
	
	.btn44{
	display:none!important;
}
.footer{
	display:none !important;
}
}


.df1{ line-height: 65px;
  height: 65px;
  width: 65px;
  border-radius: 5px;
  margin-left: 12px;
  border: 1px solid #dce0e5;}

.fst{
font-size: 13px;
  color: #007164;
}
.snd{
font-size: 13px;
  color: #2d2d2d;
}


















.offcanvas{
	max-width: 85%;
}
.navbar-navs{
  list-style: none;
  padding: 0px;
}
.offcanvas-start, .offcanvas-end{
  border-radius: 10px;
  margin: 5px;
	 background: #0b2167;
}

.navbar-navs li{
  padding: 10px;
  border-radius: 10px;
  margin-bottom:5px;
  background-color: rgba(2, 157, 135, 0.23);
}
.navbar-navs li:hover{
background-color: rgba(2, 157, 135, 0.42);
}

.navbar-navs li a{
  text-decoration: none;
  color: white;
}

body{
background-color: #000033;
color:#fff !important;
}  

.zh .rp  {
  width: 100% !important;
}







.btn44{
	height: 44px;
  line-height: 42px;
  width: 44px;
  padding: 0 !important;
  border-radius: 50px;
	background:white;
	color:#3F87B7;
	display:block;
}
.btn44:hover{
	background:white;
	border:1px solid #34a7be;
	
}
.hm{
	transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.tp1{
	text-align:center;
	
}
.tp2{
	margin:0px;
	padding:0px;
}


.nav-icon{

}
.nav-icon:hover{
color:#3F87B7;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	text-transform: capitalize;
}

.ioe {

  text-transform: capitalize;
}

.nv{
	text-transform: capitalize;
	text-decoration: none;
}

.gm{
		display:none ;
	}


.scroll-to-top-btn {
  display: none;
  position: static;
  bottom: 25px;
  right: 25px;
  width: 50px;
  height: 50px;
 background-image: linear-gradient(89deg, #5f16a9 0%, #bd1286 100%);
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  opacity: 80%;
  z-index: 3;
}
.scroll-to-top-btn.show {
  display: block;
  position: fixed;
}
.sidebar {
  position: sticky;
  top: 0;
}
#navbar-main {
  position: sticky;
	background: white;
  top: 0;
	z-index: 100;
}

body {
padding-top: 0px !important;
}

.sidebar-left {
  position: sticky;
  top: 0;
}

.footer .nav {
  align-items: center;
  max-width: 480px;
  margin: 0 auto;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.footer .nav .nav-item {
  height: 60px;
}

.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
 
  z-index: 9;

  background-color: white;
  box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.07);
  -webkt-box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.07);
}
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.footer .nav .nav-item .nav-link.active {
  color: #EC0B93;
}
.footer .nav .nav-item .nav-link {
  text-align: center;
  background: transparent;
  align-self: center;
  -webkit-align-self: center;
  -moz-align-self: center;
  height: 100%;
  line-height: 44px;
  color: black;
  padding: padding: 10px 5px;
}
.nav-justified .nav-item .nav-link {
  width: 100%;
}
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.footer .nav .nav-item .nav-link span {
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
}

.footer .nav .nav-item .nav-link span .nav-icon {
  font-size: 17px;
  height: 20px;
  line-height: 20px;
  width: 20px;
  display: inline-block;
  margin: 0 auto 5px auto;
}
.footer .nav .nav-item .nav-link span .nav-text {
  font-size: 10px;
  line-height: 15px;
  display: block;
}
.footer .nav .nav-item.centerbutton {
  padding: 10px;
  transition: none;
}
.footer .nav .nav-item.centerbutton .nav-link {
  position: relative;
  padding: 8px;
  height: 76px;
  width: 76px;
  margin: 0 auto;
    margin-top: 0px;
  margin-top: -30px;
  transition: none;
}
.footer .nav .nav-item.centerbutton .nav-link > span {
  height: 55px;
  line-height: 51px;
  width: 55px;
  border-radius:10px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin: 0px auto 0 auto;
  color: white;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
  -webkt-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
}
.theme-linear-gradient {
 
background: linear-gradient(#e60375 0%, #4f04d7 100%);
}
.footer .nav .nav-item.centerbutton .nav-link > span i {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  display: inline-block;
  width: 30px;
  margin-left: -4px;}









@media only screen and (max-width: 576px) {
		.jb-s1 {
    width: 85% !important;
	}
.cd{
	display:none !important;
}
}



table{
	border: 1px solid #4189ba;
}
table tr{
	border: 1px solid #4189ba;
	padding: 5px;
}
table td{
	border: 1px solid #4189ba;
	padding: 5px;
}
table th{
	border: 1px solid #4189ba;
	padding: 5px;
}

.sng{
	margin-top:30px;
}
.navbar-nav a {
  color: #060606 !important;
  display: block;
  padding: .5rem 1rem;
  text-decoration: none;
font-weight: 600;
}
.navbar-nav a:hover {
	color: #1fd6c4 !important;

}
#current-date{
	color: white;
font-size: 12px;
}
.ws{
	padding: 5px;
}
.brd{
	border: 1px solid #e9e9ed;
border-radius: 5px;
margin-top: 20px;
}
.gt{
	background: #009d8b;
border-radius: 5px;
padding: 3px 5px;
font-size: 14px;
color: white;
margin-bottom: 15px;
}
.dd{
	color: #efefef;
	font-size: 15px;
}
.rp ul li{
	border: 1px solid !important;
border-radius: 5px ;
padding:5px;
margin-bottom:10px;
min-height: 75px;
}
.rp ul li a{
	text-decoration:none;
	font-weight:600;
	color:#fff;
}
.dd a{
		color: #efefef;
	text-decoration:none;
	font-size: 15px;
	line-height: 2;
}
.ffs{
	margin-bottom:15px;
}
.tt ul{
	float:right;
	margin-top: 15px;
}
.so{
	color: #ffffff;
font-size: 35px;
position: relative;
top: 50%;
transform: translateY(-50%);
margin-right: 10px;
}
.eo li{
	border-bottom: 1px solid #223172;
}
.wt{
	display:flex;
	background: #276327;
border-radius: 5px;
color: white;
padding: 10px;
margin-bottom:15px;
}
.dz{
	margin-right: 10px;
}
.mn{
	background: white;
margin-top: -35px;

}
.mng{
	padding-top: 25px;
}
.fb{
	display:flex;
	background:#385596;
	border-radius: 5px;
color: white;
padding: 10px;
margin-bottom:15px;
}
.twi{
	display:flex;
	background:#000000;
	border-radius: 5px;
color: white;
padding: 10px;
margin-bottom:15px;
}
.ii{
	color: white;
text-decoration: none;
font-weight: 600;
}
.tt ul li{
	float:right;
	list-style:none;
	padding-right:10px;
}

.rew{
	height:20px;
	background: linear-gradient(89deg, #5f16a9 0%, #a45a8c 100%);
}
.serh{
 background-image: url('img/inr.jpg');
    /* You can also specify other background properties like size, position, etc. */
    background-size: cover;
    background-position: center;
	height:250px;
}
.srh{
	color: #fff;
font-weight: bold;
text-align: center;
padding-top: 35px;
font-size: 1.8rem;

line-height: 1.2;
}
.srh1{
	color: #fff;
font-weight: bold;
text-align: center;

font-size: 1.6rem;

line-height: 1.2;
}


.shp{
	 background-image: url('img/shape.png');
    /* You can also specify other background properties like size, position, etc. */
    background-size: cover;
    background-position: center;
height: 110px;
  margin-top: -80px;
}
.jb-fom {
  margin-top: 40px;
  text-align: center;
}
.jb-s1 {
  width: 60%;
  padding: 6px 0 6px 1em;
  color: #333;
  outline: none;
  height: 42px;
  border: none;
  border-radius: 25px;
}
.jb-sb1 {
  position: absolute;
  height: 42px;
  width: 80px;
  font-size: 14px;
  color: #fff !important;
  text-align: center;
  border-width: 0;
  background: linear-gradient(222deg,#34a7be,rgba(8,79,160,0.74));
  cursor: pointer;
  border-radius: 0px 5px 5px 0px;
  margin-left: -80px;
  font-weight: 600;
}
.cd{
	width: 100%;
height: auto;
background: white;

border-radius: 10px;
margin-bottom: 50px;
padding:20px;

}
.yy{
	color:white;
}
.yx{
	display:flex;
	justify-content: end;
	line-height: initial;
}
.xc .zx{
	width:100% !important;
}
.xc{
	padding: 10px;
}
.ax .av{
	display:none;
}
.tye{
	    width: 100%;
    margin-bottom: 15px;
	font-weight: 600;
}
.aa{
	margin-bottom: 1px;
}
.ioe{
	color: white;
text-decoration: none;
}
.nn{
	font-weight: bold;
font-size: 20px;
color: #009d8b;
}
.go{
	margin-bottom: 30px;
}
.ww{
	border: 3px solid #009d8b;
}
.mr{
	    width: 100%;
    color: red;
    font-weight: bolder;
   margin-bottom: 5px;
  margin-top: 5px;
}
.tg
 margin-left: 20px;
}
.nv{
	 text-decoration: none;
}
.im{
	max-width: 100%;
	height: auto;
	display: inline;
}
.ww:hover{
	background:#009d8b;
	
	
}
.go:hover a{
color: white;}
.gq{
	color: #009d8b;
text-decoration: none;
font-weight: 600;
}
.hh{
margin-top: -80px;
 background: #ffffff29;
  border-radius: 10px;
  padding: 5px 16px;
}
.re{
color: white;
  padding: 5px 5px 5px 0px;
 border-bottom: 3px solid #824dae;
  display: inline-block;
}
.ty{
	  font-size: 15px;
}
.wq{
	display:flex;
}
.tu{
	position: absolute;
top: 50%;
transform: translateY(-50%);
font-size: 12px;
}
.kp{
	line-height: 0.8;
	padding-left:20px;
	
}
.pk{
	font-size: 17px;
font-weight: 600;
}
.pk:hover{
	color:#14ae9b;
	text-decoration:none;
}
.hu{
	margin-bottom: 10px;
	border-color: black;
	padding: 0px 10px;
}
.ig{
margin: auto;
display: block;}
.il{
	text-align: center;
margin-top: 5px;
font-weight: 600;
}
.il a{
	text-decoration:none;
	color:black;
}
.dv{
	border: 1px solid #e1e1e1;
	padding: 10px;
}
.dv:hover{
	  box-shadow: 0 .5rem 1rem rgba(var(--bs-body-color-rgb),.15) !important;
}


.gg{
	font-weight: 600;
text-align: center;
margin-bottom: 20px;
}
.ff{

padding: 20px;
border-radius: 10px;
color: white;
font-weight: 600;
margin-bottom: 20px;
}
#a{background-image: linear-gradient(110deg,#7d59d2,#f981d7);}
#b{background-image: linear-gradient(96deg,rgba(232,101,21,0.92),rgba(218,8,97,0.73));}
#c{background-image: linear-gradient(86deg,rgba(98,15,166,0.92),rgba(213,10,163,0.73));}
#d{  background-image: linear-gradient(96deg,rgba(15,110,165,0.92),rgba(72,0,181,0.73));}
#e{background-image: linear-gradient(96deg,rgba(15,18,166,0.92),rgba(71,12,143,0.73));}
#f{background-image: linear-gradient(96deg,rgba(169,3,172,0.92),rgba(207,86,0,0.82));}

.wp-caption {}

.wp-caption-text {
    font-style: italic;
    color: #999;
}

.sticky {
    background: #f9f9f9;
    padding: 10px 15px 5px; 
	border-left: 2px solid #CCC;
}

.gallery-caption {
    font-style: italic;
    color: #999;
}

.bypostauthor {
    background: #f9f9f9;
}

.alignright {
    float: right;
    margin-left: 10px;
}

.alignleft {
    float: left;
    margin-right: 10px;
}

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


/* Essential Styles ------------------- */
.h1, h1 {
    font-weight: bold;
   font-size: 1.8rem;
  line-height: 1.2;
}
.h2, h2 {
    font-size: 1.8rem;
}
.h3, h3 {
    font-size: 1.6rem;
}

a:hover {
	text-decoration: none;
}

h2 a  {
	color: #333;
	text-decoration: none;
}

h2 a:hover {
	text-decoration: underline;
}

.sidebar,
.sidebar-left,
.footer-widget {
    overflow: hidden;
}

.sidebar-widget ul,
.footer-widget ul {
    list-style: none !important;
    padding-left: 5px;
}
 
 
.navbar-nav a {
	color: #DDD;
	display: block;
    padding: .5rem 1rem;
}
 
.type-page {
    overflow: hidden;
}

.post {
    overflow: hidden;
}
 
.page img {
    max-width: 100%;
    height: auto;
}

.post img {
    max-width: 100%;
    height: auto;
}

.comment {
    margin: 15px 0;
    padding: 10px; 
    list-style: none;
	border-top: 1px solid #DDD;
}

.commentlist {
    padding-left: 0px;
}

.comment-author { 
}

.fn {
    font-weight: bold;
}

.comment-meta { 
    margin: 5px 0 10px;
}

.depth-2,
.depth-3,
.depth-4,
.depth-5 {
    list-style: none !important;
}

textarea {
    width: 100%;
  background: #0d2c7c2e;
  color: white;
  border: 3px solid #18348454;
  border-radius: 10px;
}
input {
   
  background: #0d2c7c2e;
  color: white;
  border: 3px solid #18348454;
  border-radius: 10px;
}

embed,
iframe,
object,
video {
    max-width: 100%;
}

.main-footer { 
}

.emptybox {
	border: 1px solid #CCC;
	background-color: #fff;
	padding: 5px;
	text-align: center;
	text-transform: uppercase;
}


/* Text for screen readers --------------- */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}
