@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,700&display=swap");

@font-face {
    font-family: urdu-font;
    src: url(../fonts/urdu.ttf);
}

@font-face {
    font-family: arb-font;
    src: url(../fonts/Amiri-Bold.ttf);
}

@font-face {
    font-family: Arabic_Font;
    src: url("../fonts/Al Qalam Quran Majeed 1.ttf");
}

/* Table of Content
[Master Stylesheet]

Project:		Salat
Version:		1.0
Author:			Themelooper
Primary use:	Salat - Islamic Center
/** Table of Content
- 	WRAPPER    	  					LENE 		000  		-		000
-	GENERIC CSS						LINE		000			-		000
-	HEADER							LINE		000			-		000
-	BLOG							LINE		000			-		000
-	PAGINATION						LINE		000			-		000
-	POST COMMENTS FORM				LINE		000			-		000
-	404								LINE		000			-		000
-	EVENT							LINE		000			-		000
-	GALLERY							LINE		000			-		000
-	TEAM SECTION					LINE		000			-		000
-	TESTIMONIAL SECTION 			LINE		000			-		000
-	CONTACT SECTION					LINE		000			-		000
-	COMINGSOON						LINE		000			-		000
-	PRODUCT							LINE		000			-		000
-	DONATION SECTION				LINE		000			-		000
-	History Section					LINE		000			-		000
-	Our Vision						LINE		000			-		000
-	Parallax Section				LINE		000			-		000
-	Event Section					LINE		000			-		000
-	Gallery Style 1					LINE		000			-		000
-	Donation						LINE		000			-		000
-	Inner Banner					LINE		000			-		000
-	About							LINE		000			-		000

End of Table of Conten*/
body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif !important;
    background-color: white;
    background-image: url(../images/icons/pattern-repeat-x-background-dark.png);
}

/*===========================================================================*/
/*GENERIC CSS*/
/*===========================================================================*/
body h1 a,
body h2 a,
body h3 a,
body h4 a,
body h5 a,
body h6 a {
    text-decoration: none;
    color: #020d1b;
}

body h1 a:hover,
body h2 a:hover,
body h3 a:hover,
body h4 a:hover,
body h5 a:hover,
body h6 a:hover {
    text-decoration: none;
    color: #020d1b;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    font-family: 'Poppins', sans-serif;
    color: #020d1b;
    text-transform: uppercase;
    font-weight: 400;
}

body h1 {
    font-size: 48px;
    font-weight: 700;
    margin: 0 0 10px 0;
}

body h2 {
    font-size: 36px;
    margin: 0 0 10px 0;
}

body h3 {
    font-size: 25px;
    margin: 0 0 15px 0;
}

body h4 {
    font-size: 22px;
    margin: 0 0 15px 0;
}

body h5 {
    font-size: 18px;
    margin: 0 0 15px 0;
}

body h6 {
    font-size: 16px;
    margin: 0 0 15px 0;
}

body p {
    font: 400 14px/24px 'Poppins', sans-serif;
    color: #777;
    margin: 0 0 15px 0;
}

body p a {
    text-decoration: none;
    color: #777;
}

input[type="text"],
input[type="name"],
input[type="email"],
input[type="tel"],
input[type="phone"],
input[type="date"],
input[type="image"],
input[type="search"],
input[type="password"] {
    float: left;
    width: 100%;
    border: none;
    height: 45px;
    border-radius: 25px;
    padding: 0 20px;
    margin: 0 0 20px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font: 400 15px 'Poppins', sans-serif;
    color: #777;
}

body select {
    float: left;
    width: 100%;
    border: 2px solid #ccc;
    height: 40px;
    border-radius: 5px;
    padding: 0 20px;
    margin: 0 0 20px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font: 14px 'Poppins', sans-serif;
    color: black;
}

.f-none {
    float: none !important;
}

.login-c {
    padding-top: 20px;
    font-weight: bold;
}

body textarea {
    float: left;
    width: 100%;
    border: 2px solid #ccc;
    resize: none;
    height: 180px;
    border-radius: 2px;
    padding: 15px 20px;
    margin: 0 0 20px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font: 400 15px 'Poppins', sans-serif;
    color: #777;
}

input[type="submit"],
button[type="submit"] {
    float: right;
    padding: 13px 35px;
    color: #fff;
    /* border: 0; */
    margin: 0 0 20px 0;
    text-transform: uppercase;
    font: 500 16px 'Poppins', sans-serif;
}

input[type="submit"]:hover,
button[type="submit"]:hover {
    background: #222;
    color: white;
}

input::-webkit-input-placeholder {
    color: #777;
    opacity: 1;
}

input:-moz-placeholder {
    color: #777;
    opacity: 1;
}

input::-moz-placeholder {
    color: #777;
    opacity: 1;
}

input:-ms-input-placeholder {
    color: #777;
    opacity: 1;
}

textarea::-webkit-input-placeholder {
    color: #777;
    opacity: 1;
}

textarea:-moz-placeholder {
    color: #777;
    opacity: 1;
}

textarea::-moz-placeholder {
    color: #777;
    opacity: 1;
}

textarea:-ms-input-placeholder {
    color: #777;
    opacity: 1;
}

.frame {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
}

.frame img {
    display: block;
    width: 100%;
    height: auto;
}

.slider-frame {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
}

.slider-frame img {
    display: block;
    width: 100%;
}

.slider-frame .owl-theme .owl-controls .owl-nav [class*="owl-"] {
    background: #fff;
    border-radius: 0;
    margin: auto;
    padding: 0;
    border: 2px solid;
    font-size: 0;
}

.slider-frame .owl-next {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
}

.slider-frame .owl-next:before {
    content: "\f178";
    font-size: 24px;
    display: block;
    line-height: 46px;
    text-align: center;
    font-family: FontAwesome;
}

.slider-frame .owl-next:hover:before,
.slider-frame .owl-prev:hover:before {
    color: #fff;
}

.slider-frame .owl-prev {
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
}

.slider-frame .owl-prev:before {
    content: "\f177";
    font-size: 24px;
    display: block;
    line-height: 46px;
    text-align: center;
    font-family: FontAwesome;
}

.video-frame {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
}

.link-post-frame {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
}

.text-holder p {
    text-align: center;
}

.txt {
    padding: 20px;
}

.t-img {
    padding-bottom: 10px;
}

.h-lineheight {
    line-height: 50px;
}

.p-lineheight {
    line-height: 30px;
}

iframe,
embed {
    width: 100%;
    border: 0;
    height: 450px;
}

.text-box {
    float: left;
    width: 100%;
    padding-right: 2%;
}

.vdo-txt {
    padding: 10px;
}

.vdo-txt p {
    text-align: justify;
}

.about-video {
    border: 1px solid #00000040;
    background: white;
}

.image-gallery {
    margin-bottom: 30px;
}

body blockquote {
    float: left;
    width: 100%;
    padding: 30px 70px;
    border: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font: italic 24px/36px 'Poppins', sans-serif;
    color: #fff;
    margin: 0 0 20px 0;
    position: relative;
}

body blockquote p {
    margin: 0;
    font: italic 24px/36px 'Poppins', sans-serif;
    color: #fff;
}

body blockquote:before {
    content: '';
    position: absolute;
    left: 30px;
    top: 40px;
    background: url(../images/qout-img.png) no-repeat left top;
    width: 89px;
    height: 70px;
}

.special-manager {
    float: left;
    width: 100%;
}

.btn-row {
    float: left;
    width: 100%;
    text-align: center;
}

body table {
    float: left;
    width: 100%;
    margin: 0 0 30px 0;
}

body table td,
body table th {
    padding: 10px 20px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body table td a,
body table th a {
    color: #222;
}

body table td a:hover,
body table th a:hover {
    text-decoration: none;
    color: #222;
}

.donation-summary {
    float: left;
    width: 100%;
    border: 1px solid #ccc;
    margin: 0 0 50px 0;
    border-bottom: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.donation-summary dd {
    padding: 10px 20px;
    border-bottom: 1px solid #ccc;
    float: right;
    width: 50%;
}

.donation-summary dt {
    padding: 10px 20px;
    background: #f9f9f9;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    float: left;
    width: 50%;
}

.btn-row {
    float: left;
    width: 100%;
    text-align: center;
}

.btn-row a.btn-style-1 {
    float: none;
    display: inline-block;
}

a.btn-style-1 {
    font: 300 16px/16px 'Poppins', sans-serif;
    color: #fff;
    text-transform: uppercase;
    padding: 18px 40px;
    text-decoration: none;
    float: left;
    position: relative;
    z-index: 11;
    text-decoration: none;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
}

a.btn-style-1:hover {
    color: #fff;
    text-decoration: none;
}

a.btn-style-1:hover:before {
    width: 100%;
    opacity: 1;
}

a.btn-style-1:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background-color: #222;
    z-index: -1;
    opacity: 0;
    transition: all 0.5s linear;
}

.btn-row button.btn-style-1 {
    float: none;
    display: inline-block;
}

button.btn-style-1 {
    font: 300 16px/16px 'Poppins', sans-serif;
    color: #fff;
    border: 0;
    text-transform: uppercase;
    padding: 18px 40px;
    text-decoration: none;
    float: left;
    background: #0a6aa1;
    position: relative;
    z-index: 11;
    text-decoration: none;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
}

button.btn-style-1:hover {
    color: #fff;
    text-decoration: none;
}

button.btn-style-1:hover:before {
    width: 100%;
    opacity: 1;
}

button.btn-style-1:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background-color: #222;
    z-index: -1;
    opacity: 0;
    transition: all 0.5s linear;
}

.heading-left {
    float: left;
    width: 100%;
    position: relative;
}

.heading-left h2:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -20px;
    background: url(../images/heading-left-icon.png) no-repeat left bottom;
    width: 100%;
    height: 6px;
}

.heading-left h2 {
    margin: 0 0 40px 0;
    position: relative;
}

.txt-area {
    min-height: 250px !important;
}

#myModal .modal-header {
    border-bottom: none;
    background: #0000001c;
}

#myModal .modal-footer {
    border-top: none;
    text-align: center !important;
}

#myModal .modal-content {
    background: url(../images/icons/custom-search.jpg);
    border-radius: 15px;
}

#mediaSharing .modal-header {
    border-bottom: none;
    background: #0000001c;
}

#mediaSharing .modal-footer {
    border-top: none;
    text-align: center !important;
}

#mediaSharing .modal-content {
    background: url(../images/icons/custom-search.jpg);
    border-radius: 15px;
}

.heading-left strong.title {
    font: 400 18px/18px 'Poppins', sans-serif;
    display: block;
    text-transform: uppercase;
    padding: 0 0 15px 0;
}

.heading-left b {
    display: block;
    font: 500 18px/18px 'Poppins', sans-serif;
    color: #222;
    text-transform: uppercase;
    padding: 0 0 15px 0;
}

.heading-center {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 50px;
}

.has-search {
    position: relative;
}

.has-search .s-icon {
    position: absolute;
    right: 4px;
    top: 15px;
}

.heading-center strong.title {
    color: #167ac6 !important;
    font: 400 18px/18px 'Poppins', sans-serif;
    display: block;
    text-align: center;
    text-transform: uppercase;
    padding: 0 0 15px 0;
}

.heading-center h2:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -20px;
    background: url(../images/heading-center-icon.png) no-repeat center bottom;
    width: 100%;
    height: 6px;
}

.heading-center h2 {
    margin: 0 0 40px 0;
    position: relative;
}

.text-holder {
    max-width: 540px;
    margin: 0 auto 30px;
    display: block;
}

/*===========================================================================*/
/*Header*/
/*===========================================================================*/
#res {
    border: 0;
    margin: 0;
    padding: 0 16px;
}

.med1 p ul {
    font-size: medium !important;
    font-weight: normal !important;
}

em {
    font-weight: bold;
    font-style: normal;
}

#header {
    float: left;
    width: 100%;
    border-bottom: 1px solid;
    position: relative;
    z-index: 99;
}

.header-right {}

a.logo {
    float: left;
    outline: none;
}

.header-right-topbar {
    float: right;
    margin: 0 0 25px 0;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 173, 5, 0.80);
    z-index: 9999;
}

.search-holder {
    float: right;
    margin: 0 0 0 20px;
}

.search-holder button {
    padding: 0;
    font-size: 22px;
    color: #fff;
    border: 0;
}

.overlay .overlay-close {
    width: 80px;
    height: 80px;
    position: absolute;
    right: 20px;
    top: 20px;
    overflow: hidden;
    border: none;
    background: url(../images/cross.png) no-repeat center center;
    text-indent: 200%;
    color: transparent;
    outline: none;
    z-index: 100;
}

.overlay nav {
    text-align: center;
    position: relative;
    top: 50%;
    height: 60%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    height: 100%;
    position: relative;
}

.overlay ul li {
    display: block;
    height: 20%;
    height: calc(100% / 5);
    min-height: 54px;
}

.overlay ul li a {
    font-size: 54px;
    font-weight: 300;
    display: block;
    color: #fff;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.overlay ul li a:hover,
.overlay ul li a:focus {
    color: #f0f0f0;
}

.overlay-contentscale {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.5s, visibility 0s 0.5s;
    transition: transform 0.5s, visibility 0s 0.5s;
}

.overlay-contentscale.open {
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

.search-holder #trigger-overlay {
    background-color: transparent;
}

.search-inner {
    margin: 0 auto;
    padding-top: 40px;
}

.search-inner form {
    float: left;
    width: 100%;
    position: relative;
}

.search-inner form input[type="text"] {
    font-size: 14px;
    color: #fff;
    height: 45px;
    line-height: 40px;
    text-transform: uppercase;
    padding: 0;
    border-radius: 10px;
    background: transparent;
    padding: 0 20px;
    border: 1px solid #fff;
    position: relative;
    float: left;
    width: 100%;
}

.search-inner form input::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}

.search-inner form input:-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.search-inner form input::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.search-inner form input:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}

.search-inner form .submit {
    font-size: 18px;
    color: #fff;
    height: 45px;
    line-height: 40px;
    padding: 0;
    border-radius: 0 10px 10px 0;
    right: 0;
    top: 0;
    display: inline-block;
    background-color: transparent;
    border: none;
    background: #ffaf3c;
    padding: 0 20px;
}

.top-menu {
    float: right;
    margin: 6px 20px 0 0;
    padding: 0;
    list-style: none;
}

.top-menu li {
    float: left;
    padding: 0;
    position: relative;
}

.top-menu li+li:before {
    padding: 0 15px;
    color: #fff;
    content: "/";
}

.top-menu li a {
    font: 300 18px/18px 'Poppins', sans-serif;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}

.top-menu li a:hover {
    text-decoration: none;
}

.top-menu .dropdown-menu {
    background: url(../images/azan-img.jpg) no-repeat left top/cover;
    border: 14px solid;
    border-radius: 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    left: 0;
    right: 0;
    margin: auto;
    width: 530px;
    padding: 25px 0;
    top: 45px;
    z-index: 1000;
}

.top-menu .dropdown-menu:before {
    content: '';
    position: absolute;
    left: 30px;
    top: -30px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10.5px 16px 10.5px;
}

.top-menu .dropdown-menu li {
    display: block;
    width: 100%;
    overflow: hidden;
}

.top-menu .dropdown-menu li+li::before {
    display: none;
}

.top-menu .dropdown-menu li strong.title {
    font: 500 25px/25px 'Poppins', sans-serif;
    color: #222;
    text-transform: uppercase;
    display: block;
    text-align: center;
    padding: 0 0 20px 0;
}

.top-menu .dropdown-menu li span {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font: 400 24px/24px 'Poppins', sans-serif;
    color: #222;
    padding: 0 0 20px 0;
}

.top-menu .dropdown-menu li b {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font: 500 24px/24px 'Poppins', sans-serif;
    color: #222;
    padding: 0 0 20px 0;
}

.top-menu .dropdown-menu li .head {
    background: #222;
    float: left;
    width: 100%;
    padding: 13px 70px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.top-menu .dropdown-menu li .head span.azan {
    font: 300 24px/24px 'Poppins', sans-serif;
    color: #fff;
    float: left;
    padding: 0;
    text-transform: uppercase;
}

.top-menu .dropdown-menu li .head span.time {
    font: 300 24px/24px 'Poppins', sans-serif;
    color: #fff;
    float: right;
    padding: 0;
    text-transform: uppercase;
}

.top-menu .dropdown-menu li a {
    display: block;
    padding: 13px 70px;
    overflow: hidden;
    color: #222;
}

.top-menu .dropdown-menu li a em {
    float: left;
    font: 300 20px/20px 'Poppins', sans-serif;
}

.top-menu .dropdown-menu li a strong.time {
    float: right;
    font: 300 20px/20px 'Poppins', sans-serif;
}

.navigation-row {
    float: right;
    margin: 0;
    width: 100%;
}

.top-menu .dropdown-menu li a:hover,
.top-menu .dropdown-menu li em,
.top-menu .dropdown-menu li strong.time {
    text-decoration: none;
}

.top-menu .dropdown-menu>li>a:hover,
.top-menu .dropdown-menu>li>a:focus {
    background: none;
}

.navigation-row .navbar-inverse {
    background-color: transparent;
    border-color: transparent;
}

.navigation-row .navbar {
    border-radius: 0;
}

.navigation-row .navbar {
    border: 0;
    margin-bottom: 0;
    min-height: 0;
    position: relative;
}

.navigation-row .navbar-collapse {
    padding: 0;
}

.navigation-row .navbar-inverse .navbar-nav>.active>a,
.navigation-row .navbar-inverse .navbar-nav>.active>a:hover,
.navigation-row .navbar-inverse .navbar-nav>.active>a:focus {
    background: none;
    border-bottom: 2px solid;
}

#nav {
    padding: 0;
    margin: 0px 85px;
    list-style: none;
}

#nav li {
    float: left;
    padding: 0;
    position: relative;
}

#nav li:first-child {
    background: none;
}

#nav li a {
    font: 300 14px/14px 'Poppins', sans-serif;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 15px 25px 15px;
    display: block;
    position: relative;
    z-index: 20;
}

#nav li a .fa {
    font-size: 12px;
    padding: 0 0 0 4px;
}

#nav li.active a {
    color: #fff;
}

#nav li.active ul li a {
    color: #222;
}

#nav li:hover>a {
    color: #fff;
}

#nav li ul li a:hover,
#nav li ul li:hover>a {
    text-decoration: none;
    color: #fff;
    padding: 15px 10px;
}

#nav li ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: 240px;
    background: #fff;
    padding: 0;
    display: none;
    list-style: none;
    z-index: 10;
    text-align: left;
}

#nav li:hover>ul {
    display: block;
}

#nav li ul li>ul {
    position: absolute;
    left: 100%;
    top: 0;
    width: 220px;
    padding: 0;
}

#nav li ul li {
    display: block;
    float: none;
    padding: 0;
    margin: 0;
    background: none;
}

#nav li ul li a {
    background: none;
    font: 300 14px/14px 'Poppins', sans-serif;
    text-align: left;
    color: #222;
    padding: 12px;
    display: block;
    border-top: 1px solid #ccc;
    padding: 15px;
    margin: 0;
}

/*===========================================================================*/
/*Banner*/
/*===========================================================================*/
#banner {
    float: left;
    width: 100%;
    margin: -134px 0 0 0;
    position: relative;
}

#banner img {
    display: block;
    width: 100%;
}

#banner .caption {
    position: absolute;
    left: 0;
    top: 260px;
    width: 100%;
    text-align: center;
    z-index: 9;
}

#banner .caption span img {
    width: auto;
    display: block;
    margin: 0 auto 80px;
    text-align: center;
}

#banner .caption strong.title {
    display: inline-block;
    text-align: center;
    font: 300 25px/25px 'Poppins', sans-serif;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding: 0 0 40px 0;
}

#banner .caption strong.title:before {
    content: '';
    background: url(../images/text-before-img.png) no-repeat left top;
    width: 100%;
    height: 12px;
    position: absolute;
    left: -102%;
    top: 8px;
}

#banner .caption strong.title:after {
    content: '';
    background: url(../images/text-after-img.png) no-repeat right top;
    width: 100%;
    height: 12px;
    position: absolute;
    right: -103%;
    top: 8px;
}

#banner .caption h1 {
    color: #fff;
    margin: 0 0 20px 0;
}

#banner .caption h1 span {
    display: block;
}

#banner .caption p {
    display: block;
    font: 300 25px/25px 'Poppins', sans-serif;
    color: #fff;
    margin: 0 0 40px 0;
}

#banner .owl-theme .owl-controls .owl-nav [class*="owl-"] {
    background: none;
    border-radius: 0;
    margin: auto;
    padding: 0;
    font-size: 0;
    border: 2px solid;
}

#banner .owl-next {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    width: 35px;
    height: 35px;
    margin: auto;
}

#banner .owl-next:before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 24px;
    line-height: 33px;
    color: #fff;
    text-align: center;
}

#banner .owl-prev {
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    width: 35px;
    height: 35px;
    margin: auto;
}

#banner .owl-prev:before {
    content: "\f104";
    font-family: FontAwesome;
    font-size: 24px;
    line-height: 33px;
    color: #fff;
    text-align: center;
}

/*===========================================================================*/
/*Blog Section*/
/*===========================================================================*/
.blog-section {
    float: left;
    width: 100%;
    padding: 30px 0 0px 0;
}

.sticky {
    float: left;
    width: 100%;
    position: relative;
}

.sticky:before {
    content: 'Sticky Post';
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 15px 30px;
    font: 500 24px/24px 'Poppins', sans-serif;
    color: #fff;
}

.post-box {
    float: left;
    width: 100%;
    margin: 0 0 0px 0;
}

.post-meta {
    float: left;
    width: 100%;
    margin: -3px 0 0 0;
}

.post-meta ul {
    padding: 0;
    margin: 0 -20px 0 0;
    list-style: none;
}

.post-meta ul li {
    float: left;
    padding: 0;
    margin: 0 20px 10px 0;
}

.post-meta ul li a {
    font: italic 400 14px 'Poppins', sans-serif;
    text-decoration: none;
}

.post-meta ul li a .fa {
    padding: 0 5px 0 0;
    color: #aaa;
}

.post-box a.read-post {
    float: left;
    font: 500 14px 'Poppins', sans-serif;
    color: #fff;
    padding: 7px 20px;
}

.post-box a.link-post {
    display: block;
    text-decoration: none;
    font: 500 24px 'Poppins', sans-serif;
}

/*MP3 PLAYER START*/
.mp3-player-box {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.mp3-player-box .audioplayer-bar {
    height: 7px;
    margin: -3px 0 0 0;
}

.mp3-player-box .audioplayer {
    background: #222;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    height: 47px;
    position: relative;
    text-shadow: 1px 1px 0 #000;
    z-index: 1;
}

.mp3-player-box .audioplayer {
    color: #fff !important;
}

.mp3-player-box .audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent -moz-use-text-color transparent;
    border-image: none;
    border-style: solid none solid solid;
    border-width: 0.5em medium 0.5em 0.5em;
    content: "";
    height: 0;
    left: 50%;
    margin: -0.5em 0 0 -0.25em;
    position: absolute;
    top: 50%;
    width: 0;
    color: #fff;
}

.mp3-player-box .audioplayer .audioplayer-time-current {
    border-left: 0;
}

.mp3-player-box .audioplayer-volume-adjust div div,
.mp3-player-box .audioplayer-bar-played {
    box-shadow: none;
}

.mp3-player-box .audioplayer-time {
    top: 0;
    height: 78%;
    padding: 8px 0 0 0;
    text-shadow: none;
}

.mp3-player-box .audioplayer-bar,
.mp3-player-box .audioplayer-bar div,
.mp3-player-box .audioplayer-volume-adjust div {
    border-radius: 0;
}

.mp3-player-box .audioplayer-bar-loaded {
    background-color: #fff;
}

.mp3-player-box .audioplayer-volume-adjust {
    background: #444;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    cursor: default;
    height: 6.25em;
    left: 0;
    position: absolute;
    right: -1px;
    top: -9999px;
}

.mp3-player-box .audioplayer-volume-adjust div div {}

.mp3-player-box .audioplayer-bar,
.mp3-player-box .audioplayer-volume-adjust>div {
    box-shadow: none;
}

.mp3-player-box .audioplayer:not(.audioplayer-mute) .audioplayer-volume-button a:after {}

.mp3-player-box .audioplayer-volume-button a:before {}

.mp3-player-box .audioplayer-volume-button a {
    outline: none;
}

.mp3-player-box .audioplayer:not(.audioplayer-mini) .audioplayer-playpause {
    border: 0;
}

.mp3-player-box .audioplayer-bar-played {}

.mp3-player-box .audioplayer-volume {
    border-left: 0;
}

.mp3-player-box .audioplayer-playing .audioplayer-playpause a:before,
.audioplayer-playing .audioplayer-playpause a:after {
    background-color: #fff;
}

.mp3-player-box .audioplayer-playpause:hover,
.audioplayer-playpause:focus {}

.mp3-player-box .audioplayer:not(.audioplayer-playing) .audioplayer-playpause:hover a {
    border-color: transparent -moz-use-text-color transparent #fff;
}

.mp3-player-box .audioplayer-volume:hover,
.audioplayer-volume:focus {}

.mp3-player-box .audioplayer-volume-button:hover a:before {
    border-color: transparent #fff transparent -moz-use-text-color;
}

.mp3-player-box .audioplayer:not(.audioplayer-mute) .audioplayer-volume-button:hover a:after {
    border-color: #fff;
}

.mp3-player-box .audioplayer-volume-button:hover a {
    background-color: #fff;
}

/*MP3 PLAYER END*/
.tags,
.cp-categories {
    float: left;
    width: 100%;
    margin: 0 0 7px 0;
}

.tags strong,
.cp-categories strong {
    float: left;
    font: 400 16px/24px "Montserrat", sans-serif;
    padding: 0 10px 0 0;
    color: #222;
}

.tags a,
.cp-categories a {
    font: 400 14px/14px "Lato", sans-serif;
    color: #222;
    border: 1px solid #ccc;
    float: left;
    text-decoration: none;
    padding: 4px 10px 6px 10px;
    margin: 0 10px 10px 0;
    position: relative;
}

.tags a:hover,
.cp-categories a:hover {
    border-color: transparent;
    color: #fff;
    text-decoration: none;
}

.sidebar {
    float: left;
    width: 100%;
}

.sidebar-box {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.sidebar-box h3 {
    margin: 0 0 20px 0;
}

.sidebar-box form {
    float: left;
    width: 100%;
    position: relative;
}

.sidebar-box form input[type="text"] {
    float: left;
    width: 100%;
    height: 45px;
    padding: 0 15px;
    border: 1px solid #ccc;
    font: 400 14px 'Lato', sans-serif;
    color: #999;
    margin: 0;
}

.sidebar-box form input::-webkit-input-placeholder {
    color: #999;
    opacity: 1;
}

.sidebar-box form input:-moz-placeholder {
    color: #999;
    opacity: 1;
}

.sidebar-box form input::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.sidebar-box form input:-ms-input-placeholder {
    color: #999;
    opacity: 1;
}

.sidebar-box form button[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    height: 45px;
    width: 45px;
    padding: 0;
    text-align: center;
    line-height: 45px;
    color: #fff;
    font-size: 16px;
}

.sidebar-box form button[type="submit"]:hover {
    background: #222;
}

.sidebar-text-widget {
    float: left;
    width: 100%;
}

.sidebar-text-widget p {
    margin: -7px 0 0 0;
}

.news-widget {
    float: left;
    width: 100%;
}

.news-widget ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.news-widget li:first-child {
    border: 0;
    padding: 0 0 16px 0;
}

.news-widget li:last-child {
    padding: 16px 0 0 0;
}

.news-widget ul li:hover .text-col a {
    text-decoration: none;
}

.news-widget li {
    display: block;
    overflow: hidden;
    border-top: 1px dashed #ccc;
    padding: 16px 0;
}

.news-widget li .thumb {
    float: left;
    background: #000;
    overflow: hidden;
    margin: 0 15px 0 0;
}

.news-widget li:hover img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    opacity: 0.5;
}

.news-widget li .text-col {
    overflow: hidden;
}

.sidebar-box .news-widget ul li .text-col a {
    font: 400 16px 'Lato', sans-serif;
    color: #222;
    padding: 0 0 8px 0;
    display: block;
}

.instagram-widget {
    float: left;
    width: 100%;
    margin: -10px 0 0 0;
}

.instagram-widget ul {
    padding: 0;
    margin: 0 -10px 0 0;
    list-style: none;
}

.instagram-widget ul li {
    float: left;
    margin: 0 10px 10px 0;
    background: #000;
    overflow: hidden;
}

.instagram-widget ul li:hover img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    opacity: 0.5;
}

.tags {
    float: left;
    width: 100%;
    margin: 0;
}

.blog-detail .post-box {
    margin: 0 0 30px 0;
}

/*===========================================================================*/
/*Pagination*/
/*===========================================================================*/
.pagination-col {
    float: left;
    width: 100%;
    margin: 0 0 50px 0;
}

.pagination-col .pagination {
    border-radius: 0;
    display: block;
    margin: 0;
    text-align: center;
    padding: 0;
}

.pagination-col .pagination>li {
    display: inline-block;
}

.pagination-col .pagination>li:first-child>a,
.pagination-col .pagination>li:first-child>span,
.pagination-col .pagination>li:last-child>a,
.pagination-col .pagination>li:last-child>span {
    border-radius: 0;
    margin-left: 0;
}

.pagination-col .pagination>li>a,
.pagination-col .pagination>li>span {
    background-color: #fff;
    border: 2px solid #ccc;
    font: 500 15px/15px 'Poppins', sans-serif;
    color: #777;
    float: left;
    margin-left: 0;
    padding: 10px 15px;
    position: relative;
    text-decoration: none;
}

.pagination-col .pagination li.active a {
    color: #fff;
    border-color: transparent;
}

.pagination-col .pagination>li>a:hover,
.pagination-col .pagination>li>span:hover,
.pagination-col .pagination>li>a:focus,
.pagination-col .pagination>li>span:focus {
    color: #fff;
    border-color: transparent;
}

/*===========================================================================*/
/*Blog Detail*/
/*===========================================================================*/
.blog-detail {
    float: left;
    width: 100%;
}

.blog-detail p {
    margin: 0 0 25px 0;
}

.related-images {
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
}

.share-post {
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
}

.share-post strong.title {
    float: left;
    font: 400 14px/46px 'Poppins', sans-serif;
    text-transform: uppercase;
    padding: 0 10px 0 0;
}

.share-post ul {
    float: left;
    padding: 0;
    margin: 0;
    list-style: none;
    border-right: 1px solid #ccc;
}

.share-post ul li {
    float: left;
}

.share-post ul li a {
    font-size: 15px;
    color: #999;
    padding: 12px 10px;
    border-left: 1px solid #ccc;
    display: block;
    text-decoration: none;
}

.share-post ul li:hover a {
    color: #fff;
    border-color: transparent;
}

/*===========================================================================*/
/*Post Comments Form*/
/*===========================================================================*/
.comment-form,
.comments-form {
    float: left;
    width: 100%;
}

.comment-form h3,
.comments-form h3 {
    margin: 0 0 5px 0;
}

.comment-reply-title {
    font: 500 24px 'Poppins', sans-serif;
    color: #222;
    margin: 0 0 15px 0;
}

.comment-reply-title small a {
    display: inline-block;
    margin: 0 0 0 30px;
    padding: 7px 20px;
    background: #222;
    color: #fff;
    text-decoration: none;
}

.comment-reply-title small a:hover {
    color: #fff;
}

.cp-comments {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0 0 50px 0;
    list-style: none;
}

.cp-comments li {
    padding: 0;
}

.cp-comments li .children li {
    display: block;
    padding: 20px 0 0 0;
}

.cp-comments li .children li .text {
    margin: 0;
}

.cp-comments li .children li .post-time ul li {
    padding: 0 20px 0 0;
}

.cp-comments li .thumb {
    float: left;
    margin: 0 20px 0 0;
}

.cp-comments li .text {
    overflow: hidden;
    margin: 20px 0 0 0;
    border-bottom: 1px solid #ccc;
    padding: 0 0 20px 0;
}

.cp-comments li .text h4 {
    margin: 0 0 5px 0;
    text-transform: capitalize;
    font: 500 16px "Montserrat", sans-serif;
}

.cp-comments li .text p {
    margin: 0 0 8px 0;
}

.post-time {
    float: left;
    width: 100%;
}

.post-time ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.post-time ul li {
    float: left;
    padding: 0 20px 0 0;
}

.cp-comments li .post-time ul li p {
    margin: 0;
    font: 400 15px/22px "Lato", sans-serif;
    color: #777;
}

.post-time ul li a.comment-reply-link {
    padding: 3px 15px 6px 15px;
    display: block;
    color: #fff;
    font: 400 14px/14px "Lato", sans-serif;
}

.post-time ul li a.comment-reply-link:hover {
    background: #222;
    color: #fff;
    text-decoration: none;
}

.comment-respond {
    float: left;
    width: 100%;
}

.cp-comments {
    margin: 0 0 40px 0;
}

/*===========================================================================*/
/*404*/
/*===========================================================================*/
.error-section {
    float: left;
    width: 100%;
    padding: 60px 0 0 0;
}

.error-section .holder {
    margin: 0 auto 30px;
    display: block;
    overflow: hidden;
    width: 556px;
    text-align: center;
}

.error-section .holder strong.error-text {
    display: block;
    text-align: center;
    font: 900 250px/192px 'Poppins', sans-serif;
    padding: 0 0 60px 0;
}

.error-section .holder span.oops {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font: 900 48px/48px 'Poppins', sans-serif;
    color: #ccc;
    padding: 0 0 20px 0;
}

.error-section .holder b {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font: 600 36px/36px 'Poppins', sans-serif;
    padding: 0 0 20px 0;
}

.error-section .holder strong.title {
    display: block;
    font: 500 24px/24px 'Poppins', sans-serif;
    color: #222;
    text-align: center;
    text-transform: uppercase;
    padding: 0 0 50px 0;
}

.error-section .holder form {
    float: left;
    width: 100%;
    position: relative;
}

.error-section .holder form button[type="submit"] {
    position: absolute;
    right: 0;
    top: 8px;
    height: 33px;
    width: 47px;
    background: none;
    border-left: 1px solid #ccc;
    padding: 0;
}

.search-not-found .holder {
    float: left;
    text-align: left;
}

.search-not-found .holder span.oops {
    text-align: left;
}

.search-not-found .holder strong.error-text {
    font: 900 67px/67px "Montserrat", sans-serif;
    text-align: left;
    padding: 0 0 30px 0;
}

.search-not-found .holder strong.title {
    font: 500 21px/21px "Montserrat", sans-serif;
    text-align: left;
    padding: 0 0 30px 0;
}

/*===========================================================================*/
/*Event Section*/
/*===========================================================================*/
.countdown-box {
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
    overflow: hidden;
}

.countdown-box .countdown_section {
    font: 400 12px/12px 'Poppins', sans-serif;
    color: #fff;
    padding: 8px 0 0 0;
    margin: 0 5px 0 0;
    float: left;
    text-align: center;
    position: relative;
    width: 60px;
    height: 60px;
}

.countdown-box .countdown_amount {
    font: 500 24px "Montserrat", sans-serif;
    color: #fff;
    font-weight: 100;
    text-align: center;
}

.blog-detail .countdown-box {
    position: absolute;
    right: 5px;
    bottom: 10px;
    margin: 0;
    width: auto;
}

/*===========================================================================*/
/*Gallery*/
/*===========================================================================*/
.gallery-section {
    float: left;
    width: 100%;
    padding: 60px 0 0 0;
}

.gallery-section .frame {
    margin-bottom: 50px;
}

.gallery-section .frame a.link {
    position: absolute;
    left: -120%;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 14px;
    z-index: 9;
}

.gallery-section .frame:before {
    content: "";
    height: 50%;
    left: 0;
    margin: auto;
    opacity: 0;
    position: absolute;
    right: 0;
    top: -20%;
    width: 100%;
    background: #000;
}

.gallery-section .frame:after {
    content: "";
    height: 50%;
    left: 0;
    margin: auto;
    opacity: 0;
    position: absolute;
    right: 0;
    bottom: -20%;
    width: 100%;
    background: #000;
}

.gallery-section .frame:hover:before {
    opacity: 0.5;
    top: 0;
}

.gallery-section .frame:hover:after {
    bottom: 0;
    opacity: 0.5;
}

.gallery-section .frame:hover a.link {
    left: 0;
}

/*===========================================================================*/
/*Team Section*/
/*===========================================================================*/
.team-section {
    float: left;
    width: 100%;
    padding: 60px 0 0 0;
}

.team-box {
    float: left;
    width: 100%;
    margin: 0 0 50px 0;
}

.team-box .frame {
    margin: 0;
    overflow: hidden;
}

.team-box .frame:hover img {
    transform: scale(0.9);
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
}

.team-box .text-box {
    border: 1px solid #ccc;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: center;
    padding: 15px 0 17px 0;
}

.team-box .text-box h2 {
    margin: 0 0 5px 0;
    font-size: 28px;
}

.team-box .text-box strong.title {
    display: block;
    text-align: center;
    font: 500 14px/14px "Montserrat", sans-serif;
    color: #222;
    padding: 0 0 10px 0;
}

.team-box .text-box ul {
    display: block;
    text-align: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.team-box .text-box ul li {
    display: inline-block;
    padding: 0 2px;
}

.team-box .text-box ul li a {
    text-decoration: none;
    width: 30px;
    height: 30px;
    background: #222;
    color: #fff;
    text-align: center;
    line-height: 30px;
    border-radius: 100%;
    display: block;
}

.team-box .text-box ul li a:hover {
    text-decoration: none;
}

/*===========================================================================*/
/*Testimonial Section*/
/*===========================================================================*/
.testimonial-section {
    float: left;
    width: 100%;
}

.testimonial-box {
    float: left;
    width: 100%;
    background: #f0f0f0;
    padding: 40px 70px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
    margin: 0 0 30px 0;
}

.testimonial-box:before {
    content: '';
    position: absolute;
    left: 30px;
    top: 30px;
    background: url(../images/qout-img-2.png) no-repeat left top;
    width: 89px;
    height: 70px;
}

.testimonial-box em {
    display: block;
    font: italic 300 24px/36px 'Poppins', sans-serif;
    color: #555;
    padding: 0 0 15px 0;
}

.testimonial-box .round-thumb {
    width: 112px;
    height: 112px;
    float: left;
    border: 2px solid #fff;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 15px 0 0;
}

.testimonial-box .round-thumb img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 100%;
}

.testimonial-box .holder {
    float: left;
    margin: 30px 0 0 0;
}

.testimonial-box .holder h2 {
    margin: 0 0 5px 0;
}

.testimonial-box .holder span {
    font: italic 400 14px/14px 'Poppins', sans-serif;
    color: #222;
    display: block;
}

/*===========================================================================*/
/*Contact Section*/
/*===========================================================================*/
.contact-section {
    float: left;
    width: 100%;
    padding: 60px 0 0 0;
    margin-bottom: 50px;
}

.map-row {
    float: left;
    width: 100%;
    margin: 0 0 50px 0;
}

.map-row .map_canvas {
    height: 420px;
    width: 100%;
}

.contact-row {
    float: left;
    width: 100%;
    padding: 0 98px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.contact-box {
    float: left;
    width: 100%;
    padding: 50px 34px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.contact-box h3 {
    color: #fff;
}

.contact-box ul {
    padding: 0 0 30px 0;
    margin: 0 0 20px 0;
    list-style: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.30);
}

.contact-box ul li {
    display: block;
    position: relative;
    margin: 30px 0 0 0;
}

.contact-box ul li:first-child {
    margin: 0;
}

.contact-box ul li img {
    position: absolute;
    left: 0;
    top: 6px;
}

.contact-box ul li .holder {
    overflow: hidden;
    padding: 0 0 0 58px;
}

.contact-box ul li .holder p {
    font: 400 16px/26px 'Poppins', sans-serif;
    color: #fff;
    margin: 0;
}

.contact-box ul li .holder p a {
    text-decoration: none;
    font: 400 16px/26px 'Poppins', sans-serif;
    color: #fff;
    margin: 0;
}

.contact-box .text-col {
    float: left;
    width: 100%;
}

.contact-box .text-col p {
    color: #fff;
    margin: 0;
}

.contact-form {
    float: left;
    width: 100%;
}

/*===========================================================================*/
/*Commingsoon*/
/*===========================================================================*/
.comingsoon {
    float: left;
    width: 100%;
    background: url(../images/coming-soon-bg.jpg) no-repeat left top/cover;
    padding: 89px 0;
}

.comingsoon .holder {
    width: 940px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
}

strong.coming-logo {
    display: block;
    text-align: center;
    width: 100%;
    margin: 0 0 50px 0;
}

.comingsoon h1 {
    display: block;
    text-align: center;
    color: #fff;
    font: 700 72px/72px "Montserrat", sans-serif;
    margin: 0 0 15px 0;
}

.comingsoon p {
    font: 400 24px/32px 'Poppins', sans-serif;
    color: #fff;
    margin: 0 0 70px 0;
    text-align: center;
}

.comingsoon strong.title {
    display: block;
    text-align: center;
    font: 500 36px/36px "Montserrat", sans-serif;
    color: #fff;
    text-transform: uppercase;
    padding: 0 0 15px 0;
}

.comingsoon .countdown-box {
    float: left;
    width: 100%;
    margin: 0 0 80px 0;
    text-align: center;
}

.comingsoon .countdown-box .countdown_section {
    font: 900 16px/16px "Montserrat", sans-serif;
    color: #fff;
    text-transform: uppercase;
    padding: 0;
    margin: 0 10px;
    float: none;
    display: inline-block;
    text-align: center;
    background: none;
    width: 150px;
    height: auto;
}

.comingsoon .countdown-box .countdown_section:before {
    content: ':';
    font: 400 60px/60px 'Poppins', sans-serif;
    color: #fff;
    position: absolute;
    left: 160px;
    right: 0;
    margin: auto;
}

.comingsoon .countdown-box .countdown_section:last-child:before {
    display: none;
}

.comingsoon .countdown-box .countdown_amount {
    font: 900 72px/72px "Montserrat", sans-serif;
    color: #fff;
    text-align: center;
    display: block;
}

.subscribe-box {
    float: left;
    width: 100%;
}

.subscribe-box strong.subscribe {
    display: block;
    text-align: center;
    font: 500 24px/24px "Montserrat", sans-serif;
    color: #fff;
    padding: 0 0 5px 0;
}

.subscribe-box span {
    display: block;
    text-align: center;
    font: 400 14px/14px 'Poppins', sans-serif;
    color: #fff;
    padding: 0 0 20px 0;
}

.subscribe-box form {
    display: block;
    margin: 0 auto 20px;
    overflow: hidden;
    width: 555px;
    position: relative;
}

.subscribe-box form input[type="submit"] {
    position: absolute;
    right: 2px;
    top: 2px;
    font: 500 18px "Montserrat", sans-serif;
    text-transform: capitalize;
    padding: 12px 17px;
}

.subscribe-box a.btn-home {
    display: inline-block;
    background: #fff;
    padding: 18px 39px;
    font: 400 14px/14px "Montserrat", sans-serif;
    text-decoration: none;
}

.subscribe-box a.btn-home .fa {
    padding: 0 5px 0 0;
}

.subscribe-box a.btn-home:hover {
    background: #222;
    color: #fff;
}

/*===========================================================================*/
/*Product Section*/
/*===========================================================================*/
.product-section {
    float: left;
    width: 100%;
    padding: 60px 0 0 0;
}

.product-box {
    float: left;
    width: 100%;
    border: 1px solid #ccc;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0 0 50px 0;
}

.product-box .frame {
    background: #000;
}

.product-box .text-box {
    float: left;
    width: 100%;
    padding: 20px 0;
    text-align: center;
}

.product-box .text-box strong.price {
    display: inline-block;
    text-align: center;
    font: 500 18px/18px "Montserrat", sans-serif;
    padding: 0 0 18px 0;
}

.product-box .text-box strong.cut-price {
    display: inline-block;
    text-align: center;
    text-decoration: line-through;
    padding: 0 0 18px 5px;
    color: #222;
    font: 500 18px/18px "Montserrat", sans-serif;
}

.cart-row {
    float: left;
    width: 100%;
    text-align: center;
}

.cart-box,
.like-box,
.checkout-box {
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    color: #999;
    margin: 0 3px;
    border: 1px solid #ccc;
}

.cart-box a,
.like-box a,
.checkout-box a {
    text-decoration: none;
    color: #999;
}

.cart-box:hover,
.like-box:hover,
.checkout-box:hover {
    color: #fff;
}

.cart-box:hover a,
.like-box:hover a,
.checkout-box:hover a {
    color: #fff;
}

.product-box:hover {
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.product-box:hover .frame img {
    opacity: 0.5;
}

.product-detail {
    float: left;
    width: 100%;
    padding: 60px 0 0 0;
}

.product-detail .bx-wrapper {
    float: left;
    width: 100%;
    margin: 0 0 30px 0;
}

.product-detail .bx-wrapper .bx-viewport {
    background: none;
    border: 0;
    box-shadow: none;
    left: 0;
}

.product-detail .bx-controls-direction {
    display: none;
}

#bx-pager {
    float: left;
    width: 100%;
    text-align: center;
}

#bx-pager a {
    float: left;
    margin: 0 0 0 30px;
}

#bx-pager a:first-child {
    margin: 0;
}

#bx-pager a img {
    display: block;
    width: 100%;
}

.product-detail .text-box span.reviews {
    float: left;
    font: 400 14px/14px 'Open Sans', sans-serif;
    color: #444;
    padding: 5px 10px 0 0;
}

.product-rating {
    float: left;
    padding: 0;
    margin: 0;
    list-style: none;
}

.product-rating li {
    float: left;
    padding: 0;
}

.product-rating li a {
    font-size: 16px;
    text-decoration: none;
}

.login-txt {
    text-align: center !important;
}


.product-detail .text-box span.cut-price {
    float: left;
    font: 20px/24px 'flamaregular';
    color: #999;
    text-decoration: line-through;
    padding: 0 5px 0 0;
}

.product-detail .text-box span.price {
    float: left;
    font: 24px/24px 'flamaregular';
    color: #222;
}

.product-detail .text-box .btn-row {
    padding: 0 0 15px 0;
    float: left;
    width: 100%;
}

.list {
    float: left;
    padding: 0;
    margin: 20px 0 30px 0;
    list-style: none;
}

.list li {
    display: block;
    overflow: hidden;
    font: 400 14px/14px 'Open Sans', sans-serif;
    color: #777;
    padding: 0 0 12px 0;
}

.list li .fa {
    padding: 0 10px 0 0;
}

.product-detail .text-box .detail-row {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 20px 0 0 0;
    margin-bottom: 30px;
}

.product-detail .text-box .detail-row ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.product-detail .text-box .detail-row ul li {
    float: left;
    width: 277px;
    padding: 0 0 20px 0;
    font: 400 14px/14px 'Open Sans', sans-serif;
    color: #444;
}

.product-detail .text-box .detail-row ul li b {
    color: #222;
}

.product-quantity {
    float: left;
    margin: 0 40px 0 0;
}

.product-quantity .text {
    font: 500 16px/18px 'Open Sans', sans-serif;
    display: inline-block;
    float: left;
    margin-top: 7px;
    color: #3a3a3a;
    margin-right: 10px;
}

.product-quantity input[type="text"] {
    font: 400 14px 'Open Sans', sans-serif;
    width: 56px;
    color: #888;
    padding: 8px 3px;
    height: 40px;
    float: left;
    border: 1px solid #cecece;
    text-align: center;
}

.product-quantity .minus {
    background: transparent;
    border: 1px solid #cecece;
    padding: 6px 14px 8px;
    float: left;
    color: #111;
}

.product-quantity .plus {
    background: transparent;
    border: 1px solid #cecece;
    padding: 6px 14px 8px;
    float: left;
    color: #111;
}

.product-quantity .input-text.qty {
    float: left;
    text-align: center;
    width: 20%;
    font-size: 12px;
    color: #111;
    padding: 8px 0;
    border-radius: 0px;
    border: #e1e1e1 solid 1px;
}

.product-quantity .spinner {
    display: inline-block;
    color: #111;
}

.product-quantity .quantity span {
    margin: 0 7px 0 0;
}

.product-quantity .spinner .decrease {
    float: left;
}

.product-quantity .spinner .increase {
    float: right;
}

.product-quantity .spinner .spin-down,
.product-quantity .spin-up {
    background: #fff;
    padding: 0;
    height: 40px;
    line-height: 40px;
    width: 29px;
    color: #999;
    font-size: 12px;
    cursor: pointer;
    display: inline-block;
    border: 1px solid #cecece;
    float: left;
    text-align: center;
}

.product-quantity .spinner .spin-down {
    padding-left: 0;
    border-right: 0;
}

.product-quantity .spin-up {
    border-left: none;
    padding-right: 0;
}

.product-detail .text-box a.btn-style-1 {
    padding: 13px 30px;
    font-size: 14px;
    line-height: 14px;
    background: #222;
    float: left;
    color: #fff;
}

.reviews-tab-col {
    float: left;
    width: 100%;
    margin: 50px 0 35px 0;
}

.reviews-tab-col .nav-tabs {
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}

.reviews-tab-col .nav-tabs>li {
    margin: 0;
}

.reviews-tab-col .nav-tabs>li>a {
    border: 0;
    border-bottom: 5px solid rgba(0, 0, 0, 0);
    border-radius: 0;
    margin-right: 0;
    padding: 10px 19px;
    font: 400 22px/22px 'flamaregular';
    color: #222;
}

.reviews-tab-col .nav-tabs>li.active>a,
.reviews-tab-col .nav-tabs>li.active>a:hover,
.reviews-tab-col .nav-tabs>li.active>a:focus {
    border: 0;
    border-bottom: 5px solid;
    color: #222;
}

.reviews-tab-col .nav>li>a:hover,
.reviews-tab-col .nav>li>a:focus {
    background: none;
}

.reviews-tab-col .thumb {
    float: left;
    margin: 0 20px 0 0;
}

.reviews-tab-col .text-col {
    overflow: hidden;
}

.reviews-tab-col .text-col h4 {
    margin: 0 0 10px 0;
}

.reviews-tab-col .text-col span.date {
    float: left;
    font: 400 12px/22px 'Open Sans', sans-serif;
    color: #777;
    padding: 0 10px 0 0;
}

.reviews-rating {
    float: left;
    padding: 0;
    margin: 0;
    list-style: none;
}

.reviews-rating li {
    float: left;
    padding: 0 2px 0 0;
}

.reviews-rating li a {
    font-size: 16px;
    color: #ffb300;
    text-decoration: none;
}

.product-detail .product-section {
    padding: 0 0 20px 0;
}

/*===========================================================================*/
/*Donation Section Section*/
/*===========================================================================*/
.donation-section {
    float: left;
    width: 100%;
    background: url(../images/parallax-bg-2.jpg) no-repeat left top/cover;
    padding: 80px 0;
}

.donation-section h2,
.donation-section p {
    color: #fff;
}

#give-form-370-wrap {
    float: left;
    padding-bottom: 70px;
    width: 100%;
}

#give-form-370-wrap h2 {
    font: 600 36px 'Poppins', sans-serif;
}

#give-form-370 {
    float: left;
    width: 100%;
}

#give-form-370 label.give-hidden {
    color: #fff;
    display: block;
    font: 700 18px/18px 'Poppins', sans-serif;
    padding: 0 0 10px;
}

#give-form-370 .give-donation-amount {
    color: #fff;
    display: inline-block;
    font: 400 18px/18px 'Poppins', sans-serif;
    padding: 10px 20px;
    background: #222;
}

#give-donation-level-radio-list {
    display: block;
    list-style: outside none none;
    margin: 20px 0 40px;
    padding: 0;
    text-align: center;
}

#give-donation-level-radio-list li:before {
    background: #ccc;
    content: "";
    height: 10px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 17px;
    width: 1px;
}

#give-donation-level-radio-list li {
    display: inline-block;
    margin: 0 30px;
    position: relative;
}

#give-donation-level-radio-list label {
    border: 1px solid #fff;
    border-radius: 100%;
    clear: both;
    color: #fff;
    display: block;
    font: 500 26px/97px 'Poppins', sans-serif;
    height: 97px;
    margin: 5px 0 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 97px;
}

#give_purchase_form_wrap {
    float: left;
    width: 100%;
    background: #f9f9f9;
    padding: 20px 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#give-first-name-wrap,
#give-last-name-wrap {
    float: left;
    width: 31.5%;
    margin: 0 30px 0 0;
}

#give-email-wrap {
    float: right;
    width: 31.44%;
}

#give-final-total-wrap {
    float: left;
}

#give-final-total-wrap .give-donation-total-label {
    color: #222;
    float: left;
    font: 700 18px/18px "Lato", sans-serif;
    padding: 0 10px 0 0;
}

#give_purchase_form_wrap .give-final-total-amount {
    color: #fff;
    font-weight: 700;
    padding: 8px 15px;
    background: #222;
}

#give_purchase_form_wrap legend {
    border: 0;
    font: 500 24px 'Poppins', sans-serif;
    color: #222;
}

#give_purchase_form_wrap label {
    font: 400 16px/16px "Lato", sans-serif;
    color: #222;
    display: block;
    padding: 0 0 10px 0;
}

/*===========================================================================*/
/*Donation Checkout*/
/*===========================================================================*/
.charitable-fieldset {
    float: left;
    width: 100%;
    background: #f9f9f9;
    padding: 20px 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 30px 0;
}

.charitable-form-fields cf {
    float: left;
    width: 100%;
}

.charitable-fieldset .charitable-form-header {
    font: 500 24px 'Poppins', sans-serif;
    color: #222;
    display: block;
    padding: 0 0 20px 0;
}

#charitable_field_first_name,
#charitable_field_email,
#charitable_field_address_2,
#charitable_field_state,
#charitable_field_country {
    float: left;
    width: 49%;
}

#charitable_field_last_name,
#charitable_field_address,
#charitable_field_city,
#charitable_field_postcode,
#charitable_field_phone {
    float: right;
    width: 49%;
}

.donation-amounts {
    float: left;
    padding: 0;
    margin: 0 -20px 0 0;
    list-style: none;
}

.donation-amounts li {
    border: 2px solid #ccc;
    float: left;
    background: #fff;
    list-style: outside none none;
    margin: 0 22px 20px 0;
    position: relative;
    width: 47.6%;
}

.donation-amounts li label {
    padding: 10px 20px;
    float: left;
}

.donation-amounts li span.amount {
    font: 700 16px/16px "Lato", sans-serif;
    color: #222;
    padding: 0 10px;
}

.donation-amounts li span.description {
    font: 400 16px/16px "Lato", sans-serif;
    color: #222;
}

.custom-donation-amount-wrapper input[type="radio"] {
    margin: 4px 10px 0 0;
}

.donation-amounts li input[type="text"] {
    float: left;
    width: 40%;
    height: 30px;
    margin: 8px 0 0 0;
}

.login-remember label {
    float: left;
}

.login-remember label input[type="checkbox"] {
    margin: 4px 10px 0 0;
}

/*===========================================================================*/
/*History Section*/
/*===========================================================================*/
.history-section {
    float: left;
    width: 100%;
    padding: 0 0 5% 0;
}

.history-section .frame {
    padding: 0 0 0 70px;
    position: relative;
    overflow: inherit;
    margin: 0;
}

.history-section .frame img {
    width: auto;
}

.history-section .frame:before {
    content: '';
    position: absolute;
    left: 44px;
    top: -27px;
    width: 422px;
    height: 598px;
    border: 14px solid;
    z-index: -1;
}

.history-section .text-box {
    margin: 60px 0 0 0;
}

.history-section .text-box a.btn-style-1 {
    margin: 15px 0 0 0;
}



.quran-section {
    float: left;
    width: 100%;
    padding: 40px 0 20px 0;
}

/*===========================================================================*/
/*Our Vision*/
/*===========================================================================*/
.our-vision {
    float: left;
    width: 100%;
    padding: 0 0 25px 0;
}

.vision-box {
    float: left;
    width: 100%;
    margin-top: 10px;
    background: #fff;
    border: 1px solid #f0f0f0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 30px 15px;
    text-align: center;
}

.vision-box .fa {
    display: inline-block;
    width: 70px;
    height: 70px;
    background: #161514;
    text-align: center;
    line-height: 70px;
    color: #fff;
    font-size: 30px;
    margin: 0 0 30px 0;
    position: relative;
}

.vision-box span.icon {
    position: relative;
    display: inline-block;
}

.vision-box span.icon:before {
    content: '';
    position: absolute;
    left: -10px;
    top: -10px;
    width: 70px;
    height: 70px;
    border: 1px solid #161514;
}

.vision-box h3 {
    font-weight: 300;
    position: relative;
    margin: 0 0 30px 0;
}

.vision-box h3:before {
    content: '';
    width: 45px;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -18px;
}

.vision-box:hover p,
.vision-box:hover h3 a {
    color: #fff;
}

.vision-box:hover h3:before {
    background: #fff;
}

/*===========================================================================*/
/*Parallax Section*/
/*===========================================================================*/
.parallax-section {
    float: left;
    width: 100%;
    background: url(../images/icons/bg-img.png);
    padding: 50px 0;
    background-position: center center;
    background-size: cover;
    height: 70vh !important;
}

.parallax-section .right-box {
    float: left;
}

.parallax-section .right-box img {
    float: right;
    margin-left: 16px;
    margin: 0 0 20px 0;
}

.parallax-section .right-box strong.title {
    display: block;
    font: 300 30px/30px 'Poppins', sans-serif;
    color: #fff;
    clear: both;
    padding: 0 0 15px 0;
}

.parallax-section .right-box a {
    display: block;
    font: 400 14px/14px 'Poppins', sans-serif;
    text-decoration: none;
}

/*===========================================================================*/
/*Event Section*/
/*===========================================================================*/
.event-section {
    float: left;
    width: 100%;
    padding: 80px 0;
}

.event-box {
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
}

.event-box img {
    width: 100%;
}

.event-box .caption {
    position: absolute;
    left: 0;
    width: 100%;
    top: 140px;
}

.event-box .caption strong.title {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font: 500 14px/14px 'Poppins', sans-serif;
    padding: 0 0 20px 0;
}

.event-box .caption h3 {
    margin: 0 0 45px 0;
    padding: 0 20px;
}

.event-box .caption h3 a {
    color: #fff;
}

.event-box .countdown-box {
    float: left;
    width: 100%;
    margin: 0;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    padding: 10px 0;
    position: absolute;
    bottom: 0;
    left: 0;
}

.event-box .countdown-box .countdown_section {
    font: 300 18px/18px 'Poppins', sans-serif;
    color: #fff;
    float: none;
    padding: 8px 0 0 0;
    margin: 0 5px 0 0;
    display: inline-block;
    text-align: center;
    position: relative;
    width: 100px;
    text-transform: uppercase;
    background: none;
}

.event-box .countdown-box .countdown_amount {
    font: 300 30px 'Poppins', sans-serif;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    border-bottom: 1px solid #fff;
    padding: 0 10px 0 10px;
    margin: 0 0 10px 0;
    position: relative;
}

.event-box .countdown-box .countdown_amount:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 4px;
    width: 40px;
    height: 1px;
}

/*===========================================================================*/
/*Gallery Style 1*/
/*===========================================================================*/
.gallery-style-1 {
    float: left;
    width: 100%;
    background: url(../images/our-vision-bg.jpg) no-repeat left top/cover;
    padding: 80px 0;
}

.gallery-style-1 .frame {
    margin-bottom: 30px;
    background: #000;
}

.gallery-style-1 .frame img {
    height: 100%;
}

.height-1 {
    height: 578px;
}

.height-2 {
    height: 285px;
}

.gallery-style-1 .frame .caption {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.gallery-style-1 .frame .caption h3 a {
    color: #fff;
}

.gallery-style-1 .frame .caption h3 {
    display: block;
    text-align: center;
}

.gallery-style-1 .frame .caption a.zoom {
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    font-size: 25px;
    line-height: 48px;
    text-align: center;
    float: right;
    color: #fff;
}

.gallery-style-1 .frame .caption a.zoom:hover {
    border-color: transparent;
}

.gallery-style-1 .frame:hover img {
    opacity: 0.5;
}

.gallery-style-1 .frame:hover .caption {
    bottom: 20px;
}

.gallery-style-1 .frame .caption h3:hover a {
    text-decoration: none;
}

.gallery-style-1 .frame:hover {
    border-top: 14px solid;
    border-left: 14px solid;
}

/*===========================================================================*/
/*Donation Section*/
/*===========================================================================*/
.progress-box {
    float: left;
    width: 100%;
    margin: 0 0 40px 0;
}

.progress-box .progress {
    width: 560px;
    margin: 0 auto;
    border-radius: 0;
}

.donation-section strong.title-2 {
    display: block;
    text-align: center;
    font: 300 36px/36px 'Poppins', sans-serif;
    color: #fff;
    text-transform: uppercase;
    padding: 0 0 30px 0;
}

/*===========================================================================*/
/*Footer Section*/
/*===========================================================================*/
#footer {
    float: left;
    width: 100%;
    background: url(../images/icons/footer-bg.png) no-repeat left top/cover;
    color: white !important;
}

.footer-section-1 {
    float: left;
    width: 100%;
    padding: 30px 0 80px 0;
}

.footer-box {
    float: left;
    width: 100%;
}

a.footer-logo {
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
}

.footer-box p {
    color: #fff;
}

.footer-box address {
    float: left;
    width: 100%;
    margin: 0;
}

.footer-box address ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-box address ul li {
    display: block;
    overflow: hidden;
    font: 400 14px/14px 'Poppins', sans-serif;
    color: #fff;
    padding: 14px;
}

.footer-box address ul li .fa {
    padding: 0 15px 0 0;
    font-size: 16px;
    float: left;
}

.footer-box address ul li a {
    display: block;
    text-decoration: none;
    font: 400 14px/14px 'Poppins', sans-serif;
    color: #fff;
}

.footer-box h3 {
    font-weight: 300;
}

.latest-news-widget {
    float: left;
    width: 100%;
}

.latest-news-widget ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.latest-news-widget ul li {
    display: block;
    overflow: hidden;
    padding: 15px 0;
}

.latest-news-widget ul li:first-child {
    border: 0;
}

.latest-news-widget ul li:last-child {
    padding: 15px 0 0 0;
}

.latest-news-widget ul li .thumb {
    float: left;
    margin: 0 15px 0 0;
    background: #000;
    overflow: hidden;
}

.latest-news-widget ul li:hover h5 a {
    text-decoration: none;
}

.latest-news-widget ul li:hover .thumb img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    opacity: 0.5;
}

.latest-news-widget ul li .text-col {
    overflow: hidden;
}

.latest-news-widget ul li .text-col h5 {
    font-weight: 300;
    margin: 0 0 10px 0;
}

.latest-news-widget ul li .text-col h5 a {
    color: #ccc;
}

.latest-news-widget ul li .text-col span {
    font: 300 16px/12px 'Poppins', sans-serif;
    color: #ccc;
    display: block;
}

.latest-news-widget ul li .text-col span .fa {
    padding: 0 6px 0 0;
}

.footer-box input[type="text"],
.footer-box input[type="name"],
.footer-box input[type="email"] {
    background: none;
}

.footer-box input::-webkit-input-placeholder {
    color: #167ac6;
    opacity: 1;
}

.footer-box input:-moz-placeholder {
    color: #167ac6;
    opacity: 1;
}

.footer-box input::-moz-placeholder {
    color: #167ac6;
    opacity: 1;
}

.footer-box input:-ms-input-placeholder {
    color: #167ac6;
    opacity: 1;
}

.input-box {
    float: left;
    width: 100%;
    position: relative;
}

.footer-box button[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
}

.footer-section-2 {
    float: left;
    width: 100%;
    border-top: 1px solid;
    padding: 10px 0;
}

.footer-section-2 strong.copyright {
    float: left;
    font: 400 14px/40px 'Poppins', sans-serif;
}

.footer-social ul {
    padding: 0;
    margin: 0;
    list-style: none;
    float: right;
}

.footer-social ul li {
    float: left;
    padding: 0 0 0 15px;
}

.footer-social ul li a {
    text-decoration: none;
    display: block;
    background: #323232;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    text-align: center;
    line-height: 40px;
    color: #777;
}

.post-box .frame {
    background: #000;
}

.post-box:hover .frame img {
    opacity: 0.5;
}

.post-box:hover .text-box h3 a {
    text-decoration: none;
}

.post-box:hover .post-meta ul li a {
    color: #222;
}

.post-box:hover .post-meta ul li a .fa {}

.post-box:hover .text-box a.read-post {
    background: #222;
    text-decoration: none;
}

/*===========================================================================*/
/*Inner Banner*/
/*===========================================================================*/
#inner-banner {
    float: left;
    width: 100%;
    background: url(../images/inner-banner.jpg) no-repeat left top;
    margin: -134px 0 0 0;
    padding: 213px 0;
}

#inner-banner h1 {
    text-align: center;
    color: #fff;
    margin: 60px 0 20px 0;
}

#inner-banner .breadcrumb {
    background-color: transparent;
    border-radius: 0;
    margin-bottom: 0;
    padding: 0;
    text-align: center;
}

#inner-banner .breadcrumb li {
    display: inline-block;
    font: 300 18px/18px 'Poppins', sans-serif;
    color: #fff;
}

#inner-banner .breadcrumb li a {
    text-decoration: none;
    font: 300 18px/18px 'Poppins', sans-serif;
    color: #fff;
}

#inner-banner .breadcrumb>li+li:before {
    color: #fff;
    font-family: FontAwesome;
    content: "\f105";
    padding: 0 5px;
}

/*===========================================================================*/
/*CrowdFunding*/
/*===========================================================================*/
.cf-section {
    float: left;
    width: 100%;
    padding: 60px 0 0 0;
    margin-bottom: 20px;
}

.cf-box {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.cf-box .text-box {
    margin: 25px 0 0 0;
}

.cf-box .text-box:hover h3 a {
    text-decoration: none;
}

.cf-box .frame {
    margin: 0;
    overflow: hidden;
    background: #000;
}

.cf-box .frame:hover img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    opacity: 0.4;
}

.cf-box .progress-box .progress {
    width: 100%;
}

.cf-box .progress-box .progress {
    border-radius: 10px;
}

.cf-box .progress-bar {
    box-shadow: none;
}

.cf-box .progress-box {
    margin: 0 0 15px 0;
}

.cf-box .btm-row {
    float: left;
    width: 100%;
    text-align: center;
}

.cf-box .btm-row strong.number {
    display: inline-block;
    font: 500 14px/14px 'Poppins', sans-serif;
    color: #222;
    border-right: 1px solid #222;
    padding: 0 25px 0 0;
    margin: 0 25px 0 0;
}

.cf-box .btm-row strong.days {
    display: inline-block;
    font: 500 14px/14px 'Poppins', sans-serif;
    color: #222;
}

.post-box.cf-box .btm-row {
    margin-bottom: 20px;
}

.post-box.cf-box .btm-row strong.number,
.post-box.cf-box .btm-row strong.days {
    float: left;
}

/*===========================================================================*/
/*About*/
/*===========================================================================*/
.about-section {
    float: left;
    width: 100%;
}

.about-section .container-fluid {
    padding: 0;
}

.about-section .col-md-3 {
    padding: 0;
}

.about-gallery {
    padding: 80px 0;
    float: left;
    width: 100%;
}

.about-gallery .frame {
    position: relative;
    overflow: hidden;
    background: #000;
    margin: 0;
}

.about-gallery .frame .caption {
    position: absolute;
    left: -200%;
    transform: rotate(-45deg);
    right: 0;
    margin: auto;
    width: 100%;
    top: 0;
    bottom: 0;
    height: 100px;
    text-align: center;
}

.about-gallery .frame .caption h3 {
    color: #fff;
}

.about-gallery .frame .caption strong.title {
    display: block;
    font: 300 18px/18px 'Poppins', sans-serif;
    color: #fff;
    margin: 0 0 10px 0;
}

.about-gallery .frame .caption a.zoom {
    display: inline-block;
    width: 38px;
    height: 38px;
    border-radius: 100%;
    background: #222;
    font-size: 13px;
    color: #fff;
    text-align: center;
    line-height: 38px;
}

.about-gallery .frame .caption a.zoom:hover {
    text-decoration: none;
}

.about-gallery .frame:hover .caption {
    left: 0;
    transform: rotate(0deg);
}

.about-gallery .frame:hover img {
    opacity: 0.3;
}

.about-gallery .modal-dialog {
    width: 800px;
}

.about-gallery .modal-content {
    border-radius: 0;
}

.about-gallery .modal-header {
    padding: 0;
    border: 0;
}

.about-gallery .close {
    position: absolute;
    right: -40px;
    top: 2px;
    width: 40px;
    height: 40px;
    background: #fff;
    color: #000;
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    opacity: 1;
    text-shadow: none;
}

.pillars-islam-section {
    float: left;
    width: 100%;
    padding: 50px 0;
    text-align: center;
}

.pillars-islam-section h2 {
    color: #fff;
    margin: 0 0 100px 0;
}

.pillar-box {
    display: inline-block;
    width: 139px;
    border: 1px solid white;
    position: relative;
    margin: 0 10px;
}

.shape-1:before {
    transform: rotate(30deg);
}

.shape-1::before,
.shape-1::after {

    border-radius: 20px;
    content: "";
    height: 120px;
    left: 0;
    position: absolute;
    top: 0;
    width: 120px;
}

.shape-1::after {
    transform: rotate(60deg);
}

.shape-1::before,
.shape-1::after {
    background: #fff;
    border-radius: 20px;
    content: "";
    height: 120px;
    left: 0;
    position: absolute;
    top: 0;
    width: 120px;
}

.shape-11::before,
.shape-11::after {
    border-radius: 20px;
    content: "";
    height: 120px;
    left: 0;
    position: absolute;
    top: 0;
    width: 120px;
}

.shape-11::after {
    transform: rotate(60deg);
}

.shape-11:before {
    transform: rotate(30deg);
}

.shape-11 {
    border-radius: 20px;
    height: 120px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: -60px;
    width: 120px;
    z-index: 9;
}

.shape-11:hover img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.shape-11 img {
    display: block;
    position: relative;
    width: 100%;
    z-index: 99;
}

.shape-1 {
    background: #fff;
    border-radius: 20px;
    height: 120px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: -60px;
    width: 120px;
    z-index: 9;
}

.shape-1:hover img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.shape-1 img {
    display: block;
    position: relative;
    width: 100%;
    z-index: 99;
}

.pillar-box h3 {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 15px;
    margin: 90px 0 0 0;
}

.pillar-box p {
    display: block;
    color: #fff;
    font-size: 15px;
    text-align: left;
    padding: 0 22px;
}

.prayer-timings {
    float: left;
    width: 100%;
    padding: 50px 0 120px 0;
}

.prayer-timings h2 {
    display: block;
    text-align: center;
    color: #fff;
    margin: 0 0 100px 0;
}

.timing-box {
    display: inline-block;
    width: 100%;
    text-align: center;
    position: relative;
}

.timing-box .text-holder {
    position: relative;
    z-index: 99;
    padding: 30px 0 0 0;
    margin: 0;
    width: auto;
}

.timing-box h3 {
    display: block;
    color: #222;
    margin: 0 0 0 0;
}

.timing-box span {
    display: block;
    text-align: center;
}

/*===========================================================================*/
/*Transition Section*/
/*===========================================================================*/
.slider-frame .owl-theme .owl-controls .owl-nav [class*="owl-"],
.slider-frame .owl-next:before,
.slider-frame .owl-prev:before,
.pagination-col .pagination>li>a,
.share-post ul li a,
input[type="submit"],
button[type="submit"],
.post-time ul li a.comment-reply-link,
.tags a,
.gallery-section .frame:before,
.gallery-section .frame:after,
.gallery-section .frame a.link,
.subscribe-box a.btn-home,
.cart-box,
.like-box,
.checkout-box,
.cart-box a,
.like-box a,
.checkout-box a,
.product-box,
.product-box .frame img,
.top-menu li a,
.search-holder button,
#nav li a,
#banner .owl-theme .owl-controls .owl-nav [class*="owl-"],
.vision-box,
.vision-box h3:before,
.vision-box h3 a,
.vision-box p,
.gallery-style-1 .frame .caption a.zoom,
.gallery-style-1 .frame img,
.gallery-style-1 .frame .caption,
.gallery-style-1 .frame .caption h3 a,
.gallery-style-1 .frame,
.footer-box address ul li a,
.footer-social ul li a,
.post-box .frame img,
.post-box .text-box h3 a,
.post-meta ul li a,
.post-meta ul li a .fa,
.post-box a.read-post,
.team-box .text-box ul li a,
.about-gallery .frame .caption a.zoom,
.about-gallery .frame .caption,
.about-gallery .frame img,
.shape-1,
.shape-11,
img,
.latest-news-widget ul li .thumb img,
.latest-news-widget ul li .text-col h5 a,
.team-box .frame img,
.cf-box .frame img,
.cf-box .text-box h3 a,
.instagram-widget ul li img,
.news-widget li .thumb img,
.sidebar-box .news-widget ul li .text-col a {
    transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
}

.FONTS {
    font-family: 'Poppins', sans-serif;
}

.white {
    color: #fff !important;
}

.margin-60 {
    margin: 60px 0;
}

.margin-40 {
    margin: 40px 0;
}

.margin-30 {
    margin: 30px 0;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

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

.home-videos {
    font-size: 14px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    line-height: 16px;
}

.surah-s:hover {
    background-color: #F1F1F1;
    cursor: pointer;
}

.infinite-list {
    width: 100%;
    min-height: 218px;
    max-height: 218px;
    margin: 15px 0;
    border: solid 1px #ababab;
    box-shadow: 7px 7px 1px 0 #3a3a3a14;
    padding: 15px 0 0 0;
    background: #fff;
    text-align: center;
}

.nastaleeq-font {
    font-weight: 500 !important;
    font-size: 18px;
    font-family: urdu-font !important;
    word-spacing: 2px;
    padding-top: 5px;
}

.quran-download-button {
    width: 100% !important;
    background: #167ac6;
    color: white !important;
    text-align: center !important;
    margin: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    border: 0 !important;
}

.quran-download-button:hover {
    background: url(../images/dashboard.jpg);
}

a:hover {
    text-decoration: none !important;
}

.surah-no {
    text-align: left;
    color: #d1d0d0;
    margin-right: 5%;
    font-size: 14px;
    font-weight: 800;
}

.surah-eng {
    text-align: left;
    font-weight: 600;
}

.surah-arb {
    float: right;
    speak: none;
    color: #212121;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    font-family: Urdu-Font !important;
}

.surah a {
    color: #167ac6;
    text-decoration: none;
}

.surah-urdu {
    margin-left: 11%;
    font-size: 12px;
}

.surah-s {
    padding: 10px;
    display: block;
}

.surah-s {
    margin-top: 30px;
    margin-bottom: 30px;
}

.heading-padding {
    text-align: center;
}

.icon-padding {
    padding-top: 12%;
    text-align: center;
}

.list-no {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    font-weight: 300;
    color: #167ac6;
    background-color: #f2f2f2;
    font-size: 18px;
    border-radius: 25%;
}

.page-margin {
    margin-top: 30px;
    margin-bottom: 30px;
}

.surat-arabic h1 {
    font-family: arabic_font;
    word-spacing: 4px;
    font-size: 28px;
    color: black;
    line-height: 40px;
    text-align: justify;
    font-weight: 100;
    padding: 0 2px;
    float: right;
    direction: rtl;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.surat {
    width: 100%;
    display: inline-block;
    margin-top: 50px;
    margin-bottom: 50px;
}

.margin-top-50 {
    margin-top: 15%;
}

.biography .hr-c {
    border-top: 1px solid #167ac6 !important;
}

.social-b {
    padding: 9px;
    font-size: 19px !important;
    width: 40px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;
    height: 35px;
}

.social-b:hover {
    opacity: 0.7;
}

.fb {
    background: #3B5998;
    color: white;
}

.instagram-s {
    background: #F77737;
    color: white;
}

.tw {
    background: #55ACEE;
    color: white;
}

.y-tb {
    background: #bb0000;
    color: white;
}

.s-icons {
    padding: 10px 10px 20px 10px;
}

.b-pt {
    padding-top: 2%;
    padding-bottom: 1%;
}

.image-gallery {
    background: transparent !important;
}

.mini-slider img {
    width: 100%;
    height: 250px;
}

.mini-slider .slick-prev {
    z-index: 1;
    left: 0;
}

.mini-slider .slick-prev:hover {
    color: black;
    opacity: unset;
}

.mini-slider .slick-next {
    right: 0;
    z-index: 1;
}

.mini-slider .slick-prev:before,
.mini-slider .slick-next:before {
    position: absolute;
    top: 0;
    font-size: 35px;
    line-height: 1;
    color: black;
    opacity: 0.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.mini-slider .slick-dots {
    top: 260px;
}

.mini-slider a img:hover {
    opacity: 0.7;
}

.p-50 {
    padding: 30px 0 0 0;
}

.page-p {
    padding: 50px 0;
}

.biography hr {
    border-top: 1px dashed #eee;
}

.biography {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

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

.top-s {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/bg-1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.surat-eng h4 {
    color: #167ac6;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}

.surat-eng h2 {
    text-align: justify;
    word-break: break-all;
    padding-top: 1%;
    font-weight: 400;
    font-size: 15px;
    color: #777;
    line-height: 40px;
    text-transform: capitalize;
}

.ylw-color {
    color: #167ac6;
}

.surat-eng1 h4 {
    color: #ffad05;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    margin-top: 15px;
}

.surat-detail {
    width: 100%;
    display: inline-block;
    padding: 1.5% 0;
    /*border-bottom: 1px solid hsla(0, 1%, 82%, .5);*/

}

.list-no:hover {
    background: #0000001f;
}

.research-area-section {
    padding: 20px 20px;
    clear: both;
}

.research-area-section .research-books {
    display: flex;
    margin-bottom: 30px;
    border: solid 1px #ababab;
    border-radius: 12px;
    box-shadow: 7px 7px 1px 0 #3a3a3a14;
    background: rgba(0, 0, 0, 0) url('../images/icons/subject-bg.jpg');
}

.research-area-section .research-books .no-padding {
    padding-left: 0;
}

.research-area-section .research-books .heading-section {
    margin: 0;
    text-align: center;
    color: white;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background: url(../images/dashboard.jpg);
    background-position: inherit;
    height: 100%;
    width: 100%;
    display: flex;
    align-content: center;
    align-items: center;
}

.heading-section h1 {
    font: 600 23px "Roboto", sans-serif;
    padding: 20px;
    text-align: center;
    margin: 0;
    line-height: 30px;
    color: white;
    word-break: break-word;
}

.research-area-section .research-books .details-box-research {
    padding: 10x 5px 10px 5px;
}

.research-area-section .research-books .details-box-research h2 {
    font: 400 20px urdu-font;
    color: black;
    margin-top: 3px;
    margin-bottom: 0;
    word-spacing: 0;
}

.details-box-research .nastaleeq-font {
    font-size: 26px !important;
    direction: rtl;
    margin-top: 8px !important;
}

.details-box-research hr {
    margin-top: 7px;
    margin-bottom: 8px;
    border-top: 1px solid #e0dddd;
}

.research-area-section .research-books .details-box-research ul {
    margin-top: 0;
    margin-bottom: 0;
}

.research-area-section .research-books .details-box-research ul li {
    display: inline-flex;
    margin: 0 30px 0 0;
    align-items: flex-end;
    justify-content: center;
}

.ng-hvr:hover {
    background: #0000000d;
}

.ng-hvr {
    padding-top: 10px;
    display: -webkit-box;
}

.top-p {
    margin-bottom: 0;
}

.clock-icon {
    color: #337ab7;
    margin-right: 10px;
}

.time-c {
    font-weight: bold;
}

.down-p {
    font-size: 12px;
    line-height: 1.8rem;
    text-align: justify;
}

.research-area-section .research-books .details-box-research ul li a {
    padding-bottom: 0;
    font-size: 15px;
    color: #299ee5;
}

.research-area-section .research-books .details-box-research ul li a img {
    margin: 0 10px 5px;
}

.research-area-section .research-books .details-box-research ul li:last-child {
    border-right: 0;
}

.tooltip.top .tooltip-inner {
    color: #ffad05;
    font-weight: 400;
    font-size: 15px;
    min-width: 100px;
    min-height: 30px;
}

@-webkit-keyframes pulseaim {
    to {
        box-shadow: 0 0 0 18px rgba(12, 108, 211, 0)
    }
}

.btnx_quote {
    margin-top: 30px;
    text-transform: uppercase;
}

.btnx_quote a {
    padding: 16px 25px 12px 25px;
    text-decoration: none
}

.btnx_quote a,
.talk_btn a,
.talk_btn button {
    animation: pulseaim 1.75s infinite cubic-bezier(.66, 0, 0, 1);
    box-shadow: 0 0 0 0 rgba(255, 200, 0, 0.4)
}

@-webkit-keyframes pulseaim {
    to {
        box-shadow: 0 0 0 18px rgba(12, 108, 211, 0)
    }
}

.btnx_quote a:hover {
    animation-play-state: paused;
    -webkit-animation-play-state: paused
}

.btnx_quote a {
    background: #ffad05;
    color: #fff;
    border-radius: 50px;
    padding: 18px 30px 14px 30px;
    display: inline-block;
    line-height: 1;
    font-size: 16px
}

.btnx_quote a:hover {
    background: #ffc80094;
    color: #ffffff
}

.quran-area-section {
    padding: 0 0;
    clear: both;
    background-color: #e9ebee;
}

.urdu-subject-detail {
    clear: both;
}

.englishDetail {
    clear: both;
}

.video-details {
    clear: both;
}

.critical-heading h1 {
    font: 600 40px "Roboto", sans-serif;
    padding: 15px 10px 0px;
    margin: 0px;
    color: #167ac6 !important;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-size: 40px !important;
}

.quran-area-section .quran-books .misail-section {
    padding: 10px 20px;
    margin: 0;
    text-align: center;
    color: white;
    border: 1px solid transparent;
    border-bottom-color: #d0d0d0;
}

.quran-area-section .quran-books {
    margin-top: 5%;
    margin-bottom: 10px;
    border: solid 1px #ababab40;
    border-radius: 12px;
    box-shadow: 5px 2px 1px 0 #3a3a3a14;
    background-color: #ffffff6e;
    display: flow-root;
    overflow: hidden;
}

.color-site {
    color: #167ac6 !important;
}

.quran-area-section .quran-books .heading-section {
    padding: 10px 20px;
    margin: 0;
    text-align: center;
    color: white;
    border: 1px solid transparent;
    border-bottom-color: #d0d0d0;
    border-top-color: #d0d0d0;
    margin-top: 5px;
}

.quran-area-section .quran-books .details-box-quran h1 {
    color: black;
    font-size: 25px;
    line-height: 32px;
}

.hadees-chapters .hadees-chapter-row {
    width: 100%;
    color: #000;
    margin: 0px;
    padding: 5px 10px;
    border-bottom: 0px;
    font-size: 16px;
    border: 1px solid transparent;
    border-bottom-color: #d0d0d0;
}

.hadees-chapters .hadees-chapter-row .nastaleeq-font {
    font-family: urdu-font;
    font-size: 15px;
}

.hadees-icons {
    color: #242223;
    font-size: 14px;
    font-weight: 600;
    margin: 0 5px;
}

.l-height {
    line-height: 33px;
}

.inner-bg {
    background: url(../images/our-vision-bg.jpg) no-repeat left top/cover;
}

.hadees-icons i {
    color: #167ac6;
}

.custom-select {
    position: relative;
}

.custom-select select {
    -webkit-appearance: none;
    padding: 0 30px;
}

.select-icon {
    position: absolute;
    top: 17px;
    right: 12px;
}

.hadees-heading {
    text-align: left;
    margin: 20px 0;
    padding-left: 0px !important;
    line-height: 40px;
}

.eng-state {
    text-align: justify !important;
    direction: ltr !important;
}

.roman-state {
    direction: ltr !important;
}

.hadees-row .al-qalam-quran-font {
    font-size: 28px;
    text-align: justify;
    letter-spacing: 0.2px;
    padding-bottom: 0px;
    color: black;
    word-spacing: 4px;
    line-height: 40px;
}

.bfh-selectbox.open>.bfh-selectbox-options {
    z-index: 1;
    display: block;
    width: 100% !important;
}

.fnt-urdu {
    font-family: Urdu-Font !important;
    direction: rtl !important;
    float: right !important;
    font-size: 18px !important;
    color: #777 !important;
}

.al-qalam-quran-font {
    font-family: Arabic_Font !important;
    text-align: right;
    line-height: 40px;
    font-size: 26px;
    direction: rtl;
}

.p-10 {
    padding: 10px;
}

.hadees-row .non_arabic {
    font-size: 15px;
    color: #777;
    line-height: 40px;
    letter-spacing: 0.2px;
    padding-bottom: 0;
    border-bottom: 1px solid #ccc;
    text-transform: capitalize;
    padding-top: 1%;
    float: left;
    text-align: justify;
    word-break: break-all;
}

.urdu-state {
    font-family: urdu-font;
    font-size: 18px;
    word-break: break-word;
    direction: rtl;
    line-height: 40px;
    color: #777;
    text-align: justify;
}

.urdu-state h2 {
    font-family: urdu-font;
    color: #777;
    font-size: 18px;
    word-break: break-word;
}

#shareModal .modal-body {
    background: #eee;
    color: #333;
    text-align: center;
}

.social {
    margin: 20px 0;
    text-align: center;
}

.social__item {
    display: inline-block;
    margin: 10px;
}

.social .fa {
    background: #fff;
    border-radius: 35px;
    color: #818181;
    cursor: pointer;
    display: block;
    font-size: 19px;
    height: 70px;
    line-height: 70px;
    position: relative;
    text-align: center;
    transition: all .2s;
    width: 70px;
}

.icon-btn:hover {
    color: #ffad05;
}

.carousel {
    padding: 50px;
}

.carousel-control {
    top: 41% !important;
    width: 5% !important;
}

.item {
    padding: 0 1px;
    cursor: pointer;
    transition: 0.3s;
}

.item .col-xs-1:hover {
    -webkit-filter: brightness(75%);
    filter: brightness(75%);
}

.carousel-inner>.item.next,
.carousel-inner>.item.active.right {
    -webkit-transform: translate3d(8.33%, 0, 0);
    transform: translate3d(8.33%, 0, 0);
}

.carousel-inner>.item.prev,
.carousel-inner>.item.active.left {
    -webkit-transform: translate3d(-8.33%, 0, 0);
    transform: translate3d(-8.33%, 0, 0);
}

#carouselOf3 .carousel-inner>.next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

#carouselOf3 .carousel-inner>.prev {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

#carouselOf3 .carousel-inner>.next.left,
#carouselOf3 .carousel-inner>.prev.right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#carouselOf3 .carousel-inner>.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

#carouselOf3 .carousel-inner>.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.carousel-control.left {
    background: none !important;
}

.carousel-control.right {
    background: none !important;
}

.margin-right-img {
    margin-right: 10px;
}

.margin-left-img {
    margin-left: 30px;
}

#slider-1 {
    background: linear-gradient(to right, rgba(0, 0, 0) 0%, rgba(0, 0, 0, 0.48) 50%, rgba(255, 173, 5, 1) 50%, rgba(255, 173, 5, 0.48) 100%);
}

.icon-color {
    color: #167ac6 !important;
}

.icon-color:hover {
    color: #ffca28 !important;
}

.bk-tag {
    cursor: pointer;
    font-size: 18px;
    color: #202020;
}

#slider-1 p {
    text-align: center;
    color: #ffffff;
    font-size: 10px;
}

#slider-1 .hover-img:hover {
    border-bottom: 2px solid #ffad05;
}

#slider-1 img {
    width: 100%;
    height: 150px;
}

#slider-1 img:hover {
    border-top: 5px solid #ffad05;
    border-left: 5px solid #ffad05;
}

#slider-1 .hover-img :hover {
    color: #ffad05;
}

#slider-1 .hover-img p:hover {
    border-bottom: 1px solid #ffffff;
}

.margin-top-15 {
    margin-top: 15px;
}

#slider-1 h4 {
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    margin-bottom: 7%;
}

.subjects .nav>li>a {
    padding: 18px 15px;
    font-size: 18px;
    font-weight: 400;
}

.subjects .tab-content {
    margin-top: 10px;
    padding: 15px 15px;
}

.subjects h4 {
    color: #777;
    font-size: 18px;
    text-transform: capitalize;
}

.subjects h4:hover {
    color: black;
}

.subjects .urdu-content h4 {
    font-family: urdu-font;
    text-align: right;
    direction: rtl;
    font-size: 18px;
}

.align-left-icon {
    float: left;
    text-align: left;
}

.urdu-subject-ayat {
    border-radius: 10px;
    margin-top: 10px;
    padding: 15px 15px;
}

.eng-h1 h1 {
    font-size: 16px;
    font-weight: 600;
    line-height: 32px;
    margin: 12px 0 0 0;
    text-transform: uppercase;
    text-align: left;
}

.urdu-h1 h1 {
    font-family: urdu-font;
    display: inline-block;
    float: right;
    margin-right: 10px;
    padding: 0 10px;
    font-size: 16px;
    border-left: 1px solid #0000002e;
    line-height: 32px;
    text-transform: uppercase;
    font-weight: 500 !important;
    word-spacing: 2px;
    direction: rtl;
    unicode-bidi: isolate;
    margin-top: 12px;
}

.border-left {
    border-left: none !important;
}

.ayat-heading {
    margin: 20px 0 10px;
    padding-left: 15px !important;
    line-height: 40px;
}

.quran-ayat-icons {
    color: #4a4a4a;
    font-size: 14px;
    font-weight: 600;
    margin: 0 5px;
}

.font-size-22 {
    font-size: 22px;
    line-height: 28px;
}

.al-qalam-quran-font {
    margin-bottom: 15px;
    text-align: justify;
    margin-right: 10px;
    padding: 0px 10px;
    font-size: 28px;
    color: black;
    line-height: 40px;
    word-break: break-word;
    font-weight: 100;
    word-spacing: 3px;
    direction: rtl;
    text-transform: capitalize;
    float: right;
    font-family: Arabic_Font
}

.pl-20 {
    padding-left: 20px;
}

.non_arabic {
    margin-bottom: 5px;
}

.mt-00 {
    margin-top: 0;
}

.urdu-translation {
    color: #777 !important;
    font-family: urdu-font;
    line-height: 40px;
    font-size: 18px;
    display: inline-block;
    font-weight: 500;
    word-spacing: 2px;
    float: right;
    direction: rtl;
    margin-right: 10px;
    padding: 0 10px;
    text-align: justify;
    padding-top: 1%
}

.urdu-subject-ayat hr {
    border-top: 1px solid #0404041c;
}

.bottom-portion {
    border-right: 3px solid transparent;
}

.bottom-portion:hover {
    border-right: 3px solid #167ac6;
}

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

.subjects .tab {
    margin-top: 40px;
    text-align: center;
}

.subjects .tab .nav-tabs {
    display: inline-block;
    position: relative;
    border-bottom: none;
}

.subjects .tab .nav-tabs li {
    margin: 0;
}

.subjects .tab .nav-tabs li a {
    display: block;
    padding: 80px 20px 10px;
    background: #fff;
    font-size: 17px;
    font-weight: 700;
    color: #999;
    text-transform: uppercase;
    text-align: center;
    border-radius: 0;
    border: none;
    border-bottom: 2px solid #fff;
    margin-right: 0;
    overflow: hidden;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease 0s;
}

.subjects .tab .nav-tabs li a span {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #f2f2f2;
    margin: auto;
    font-size: 22px;
    color: #999;
    border-radius: 5px;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    transform: rotate(45deg);
}

.subjects .tab .nav-tabs li.active a span {
    background: #167ac6;
    color: #fff;
}

.subjects .tab .nav-tabs li a span i {
    transform: rotate(-45deg);
}

.subjects .tab .nav-tabs li.active a,
.subjects .tab .nav-tabs li a:hover {
    color: #999;
    border: none;
    border-bottom: 2px solid #fff;
    background-color: #167ac6;
}

.subjects .tab .nav-tabs li.active a {
    border-bottom: 2px solid #167ac6 !important;
}

.subjects .tab .tab-content {
    padding: 20px;
    margin-top: -5px;
    font-size: 15px;
    color: #757575;
    line-height: 26px;
    text-align: left;
}

.subjects .tab .tab-content h3 {
    font-size: 24px;
    margin-top: 0;
}

.subjects .nav-tabs>li.active>a,
.subjects .nav-tabs>li.active>a:hover,
.subjects .nav-tabs>li.active>a:focus {
    background-color: transparent !important;
}

.eng-model {
    padding: 20px !important;
}

.modal .modal-body .fa {
    font-size: 30px;
    width: 70px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;
}

.btn-close {
    color: white !important;
    background-color: #167ac6 !important;
}

.btn-close:hover {
    color: white;
    background-color: #222 !important;
}

.modal .modal-body .fa:hover {
    opacity: 0.7;
    color: white;
}

.modal .modal-body .fa-facebook {
    background: #3B5998;
    color: white;
}

.modal .modal-body .fa-twitter {
    background: #55ACEE;
    color: white;
}

.modal .modal-body .fa-whatsapp {
    background: #25D366;
    color: white;
}

.modal .modal-body p {
    text-align: center;
}

.model-report .modal-body label {
    color: black;
    font-size: 14px;
    font-weight: unset;
}

.model-report .modal-footer {
    border-top: none;
}

.english-ayat {
    margin-top: 10px;
    padding: 15px 15px;
}

.english-detail-heading-left h1 {
    font-size: 16px;
    font-weight: 600;
    line-height: 32px;
    margin: 12px 0 0 0;
    text-transform: uppercase;
    float: left;

}

.english-detail-heading-right h1 {
    font-family: Urdu-Font;
    display: inline-block;
    float: right;
    padding: 6px 10px;
    font-size: 16px;
    line-height: 32px;
    text-transform: uppercase;
    word-spacing: 2px;
    margin-top: 12px;
    font-weight: 400;
    direction: ltr;

}

.border-btm {
    border: 1px dashed #167ac6;
}

.border-rgt {
    border-right: 1px solid;
}

.bottom-portion-eng-left {
    border-left: 3px solid transparent;
    margin: 20px 0 10px;
    padding-left: 15px !important;
    line-height: 40px;
}

.bottom-portion-eng-right {
    letter-spacing: 0.2px;
    text-align: right;
}

.bottom-portion-eng-right h4 {
    font-size: 28px;
    color: black;
    line-height: 40px;
    word-spacing: 4px;
    direction: rtl;
    text-transform: capitalize;
    float: right;
    font-family: Arabic_Font;
}

.radio,
.checkbox {
    padding-left: 20px;
    position: relative;
    display: block;
}

.radio input,
.checkbox input {
    opacity: 0;
    position: absolute;
    z-index: 1;
    cursor: pointer;
    margin-left: -20px;
}

.radio input:checked+label::before,
.checkbox input:checked+label::before {
    border-color: #167ac6;
}

.radio input:checked+label::after,
.checkbox input:checked+label::after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 13px;
    height: 13px;
    left: 2px;
    top: 4px;
    margin-left: -20px;
    border: 1px solid #167ac6;
    border-radius: 50%;
    background-color: #167ac6;
}

.radio label,
.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
}

.radio label::before,
.checkbox label::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    top: 2px;
    margin-left: -20px;
    border: 1px solid #ccc;
    border-radius: 50%;
    background-color: #fff;
}

.radio.disabled label,
.checkbox.disabled label {
    color: #ccc;
}

.radio.disabled label::before,
.checkbox.disabled label::before {
    opacity: .54;
    border-color: #ccc;
}

.bottom-eng {
    letter-spacing: 0.2px;
}

.bottom-eng h4 {
    font-size: 15px;
    color: #777;
    line-height: 40px;
    text-transform: capitalize;
    padding-top: 1%;
    float: left;
    text-align: justify;
    word-break: break-all;
}

.custom-search {
    clear: both;
    padding: 15px 10px 0 10px;
    border: 1px solid #ababab54;
    border-radius: 8px;
    box-shadow: 5px 2px 1px 0 #3a3a3a14;
    background: url(../images/our-vision-bg.jpg) no-repeat left top/cover;
}

.searched {
    border: 1px solid #1e88e5;
    color: #1e88e5;
    text-transform: capitalize;
    padding: 3px 10px;
    margin-left: 10px;
    border-radius: 4px;
}

.vdo-search p {
    line-height: 47px;
    text-align: center;

}

.vdo-search .form-control {
    padding: 0 40px 0 20px;
}

.c-btn {
    margin-top: 6px !important;
    height: 35px;
    padding: 0 35px !important;
}

.u-fm {
    font-family: Urdu-Font;
}

.pt-17 {
    padding-top: 3%;
    clear: both;
}

.custom-search .form-control {
    height: 35px !important;
}

.bottom-portion-eng-left:hover {
    border-left: 3px solid #167ac6;
}

.flt-left {
    float: left !important;
}

.nothing {
    border: 1px solid lightgray;
    border-radius: 11px;
}

.nothing h4 {
    text-align: center;
    padding: 30px 0px;
    font-size: 38px;
    font-weight: 600;
    color: #167ac6;
}

.b-none {
    border: transparent;
}

.b-none:focus {
    outline: none;
}

.invalid-feedback strong {
    color: #ff0000ad;
    text-transform: capitalize;
    font-size: 12px;
    margin-left: 5%;
}

.video-tittle {
    background: #ededed;
    padding-top: 15px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
}

.video-tittle h6 {
    font-weight: 500;
    color: #167ac6;
    margin-bottom: 0;
}

.video-section {
    padding: 0 15px;
    padding-top: 8px;
}

.video-section:hover {
    background: #0000000d;
}

.video-area a img {
    width: 100%;
}

.clr-icn {
    color: #ffca28 !important;
}

.home-videos p {
    font-size: 12px;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    color: #020d1b;
    text-transform: capitalize;
    line-height: 16px;
}

.image-top-text p{
    text-shadow: 1px 2px 0 #FF0000;
    font-family: urdu-font !important;
    direction: rtl;
    float: right;
    font-size: 24px;
    padding: 12px 6px;
    color: #ffff02;
    font-weight: 600;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    min-height: 50px;
}
.p-detail {
    display: -webkit-box;
    max-height: 6.5rem;
    min-height: 6.5rem;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 4;
}
.telegram{
    background: #1e88e514!important;
    z-index: 10;
    position: relative;
}

.facebook-bg{
    background: #30487c30!important;
}

.youtube-bg{
    background: #c6232638!important;
}

.image-top-text .part{
    color: white;
    text-shadow: none;
}
.home-videos a {
    text-align: justify;
    word-break: break-all;
}

.islamic-movies .home-videos a {
    color: #020d1b;
}

.video-tittle1 {
    background: #ededed;
    padding-top: 15px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    text-align: left !important;
}

.video-tittle1 h6 {
    font-weight: 500;
    color: #167ac6;
    margin-top: 4px;
    margin-bottom: 8px;
}

.video-tittle1 i {
    font-size: 25px;
    float: left;
    color: #167ac6;
    margin-right: 3px;
}

.question-list i {
    float: left;
    margin-top: 5px;
    margin-right: 6px;
}

.question-list p {
    font-weight: bold;
    color: #000;
    margin-bottom: 0;
}

.question-list1 p {
    font-size: 12px;
    line-height: 1.8rem;
}

.no-padding {
    padding: 0 !important;
}

.duration {
    border-radius: 2px;
    font-size: 12px;
    padding: 2px 5px;
    position: absolute;
    bottom: 4px;
    color: #fff;
    font-weight: 600;
    right: 4px;
    background-color: hsl(0, 0%, 6.7%);
}

.p-0 {
    padding: 0;
}

.bookmark-icon {
    color: black;
    margin-right: 1px;
}

.share-icon {
    color: black;
    cursor: pointer;
}

.vdo-icons {
    padding-top: 50%;
}

.sidebar_txt {
    word-break: break-all;
    display: block;
    display: -webkit-box;
    height: 77px;
    margin: 0 auto;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #777;
    padding: 0;
    font-size: 12px;
    line-height: 1.8rem;
    text-align: justify;
}

.video-portion {
    margin-bottom: 15%;
}

.margin-btm-10 {
    border-bottom: 7px solid #ededed;
    overflow-x: hidden;
    height: 495px;
}

.vid-heading {
    margin: 15px 0 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #2b2b2b;
}

ul.like-dislike {
    list-style: none;
    margin-top: 18px;
}

.like-dislike a {
    font-size: 15px;
    font-weight: 600;
    vertical-align: middle;
}

.single-btn-group {
    border: none;
    outline: none;
    vertical-align: middle;
    margin: 0;
}

.like-dislike i {
    margin-right: 3px;
    font-size: 25px;
}

#bookmarkbtn,
#bookmarkbtn_q {
    border: none;
    outline: none;
    vertical-align: middle;
    margin: 0;
}

.like-dislike li:last-child {
    margin: 0;
    vertical-align: middle;
}

.like-dislike li {
    display: inline-block;
    margin-right: 5px;
}

.icon-btn {
    color: black;
    background: #fff;
}

.icon-btn:hover {
    color: #1e88e5;
}

.footer-number {
    color: #333 !important;
}

.menu {
    position: fixed;
    padding: 13px;
    top: 30%;
    left: -125px;
    background: whitesmoke;
    border: 1px solid #ccc;
    box-shadow: #4e4e4e47 0 0 10px;
    z-index: 4000;
    transition: 2s;
}

.menu:hover {
    position: fixed;
    left: 0;
    transition: 1s;
}

.menu ul {
    list-style: none;
    padding-left: 0;
    font-size: 18px;
}

.menu .rdio {
    position: relative;
}

.menu .rdio input[type="radio"] {
    opacity: 0;
}

.menu .rdio label {
    padding-left: 10px;
    cursor: pointer;
    margin-bottom: 7px !important;
}

.menu .rdio label:before {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 1px;
    left: 0;
    content: '';
    display: inline-block;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    border: 1px solid #167ac6;
    background: #fff;
}

.menu .rdio input[type="radio"] {
    margin: 0;
}

.menu .rdio input[type="radio"]:disabled+label {
    color: #999;
}

.menu .rdio input[type="radio"]:disabled+label:before {
    background-color: #167ac6;
}

.menu .rdio input[type="radio"]:checked+label::after {
    content: '';
    position: absolute;
    top: 5px;
    left: 4px;
    display: inline-block;
    font-size: 11px;
    width: 10px;
    height: 10px;
    background-color: #167ac6;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.menu .rdio-default input[type="radio"]:checked+label:before {
    border-color: #167ac6;
}

.menu .rdio-primary input[type="radio"]:checked+label:before {
    border-color: #167ac6;
}

.menu .rdio-primary input[type="radio"]:checked+label::after {
    background-color: #167ac6;
}

.menu .custom-checkbox>[type="checkbox"],
.menu .custom-checkbox label {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.menu .custom-checkbox>[type="checkbox"]:not(:checked),
.menu .custom-checkbox>[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

.menu .custom-checkbox>[type="checkbox"]:not(:checked)+label,
.menu .custom-checkbox>[type="checkbox"]:checked+label {
    position: relative;
    padding-left: 29px;
    cursor: pointer;
}

.menu .custom-checkbox>[type="checkbox"]:not(:checked)+label:before,
.menu .custom-checkbox>[type="checkbox"]:checked+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
    width: 17px;
    height: 17px;
    border: 1px solid #167ac6;
    background: #fff;
    border-radius: 2px;
}

.menu .custom-checkbox>[type="checkbox"]:not(:checked)+label:after,
.menu .custom-checkbox>[type="checkbox"]:checked+label:after {
    font-family: "Font Awesome 5 Free";
    content: '\f00c';
    position: absolute;
    top: 50%;
    margin-top: -13px;
    left: 1px;
    color: #167ac6;
    transition: all 0.2s;
}

.menu .custom-checkbox>[type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0);
}

.menu .custom-checkbox>[type="checkbox"]:checked+label:after {
    opacity: 1;
    transform: scale(1);
}

.menu .custom-checkbox>[type="checkbox"][data-indeterminate]+label:after {
    content: '\2212';
    left: 2px;
    opacity: 1;
    transform: scale(1);
}

.menu .custom-checkbox>[type="checkbox"]:disabled:not(:checked)+label:before {
    box-shadow: none;
    background-color: #eee;
    border-color: #eee;
    cursor: not-allowed;
    opacity: 1;
    color: #dadada;
}

.menu .custom-checkbox>[type="checkbox"]:disabled:checked+label:before {
    box-shadow: none;
    background-color: #eee;
    border-color: #eee;
    cursor: not-allowed;
    opacity: 1;
    color: #167ac6;
}

.menu .custom-checkbox>[type="checkbox"]:disabled:checked+label:after {
    color: #167ac6;
    cursor: not-allowed;
}

.menu .custom-checkbox>[type="checkbox"]:disabled+label {
    color: #aaa;
    cursor: not-allowed;
}

.menu .custom-checkbox>[type="checkbox"]:checked:focus+label:before,
.menu .custom-checkbox>[type="checkbox"]:not(:checked):focus+label:before {
    border: 1px solid #167ac6;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.menu .custom-checkbox label:hover:before {
    border: 1px solid #167ac6 !important;
}

.menu .custom-checkbox [type="checkbox"]:disabled:not(:checked)+label:hover:before,
.menu .custom-checkbox [type="checkbox"]:disabled:checked+label:hover:before {
    border: 1px solid #167ac6 !important;
}

.menu .form-control {
    padding: 5px 4px;
}


.menu .setting-btn {
    position: absolute;
    margin-bottom: 0;
    display: block;
    right: -45px;
    top: 50%;
}

.menu .setting-box {
    margin: 0;
    padding: 10px 15px;
    border-radius: 10px 10px 0 0;
    display: block;
    position: relative;
    left: 43px;
    top: -20px;
    background: url(../images/dashboard.jpg);
    background-position: center;
    color: #ffffff;
    font-size: 18px;
    cursor: pointer;
    transition: color .2s;
    box-shadow: #00000047 0 0 10px;
    -moz-transform: rotate(90deg);
    -moz-transform-origin: 50% 50%;
    -webkit-transform: rotate(90deg);
    -webkit-transform-origin: 50% 50%;
}

.urdu-top {
    font-family: Urdu-Font !important;
}

.breadcrumb {
    margin-bottom: 0px;
}

ul.breadcrumb {
    padding: 0;
    list-style: none;
    background-color: transparent;
    line-height: 34px;
    text-align: right;
}

ul.breadcrumb li {
    display: inline;
    font-size: 18px;
    white-space: nowrap;
}

ul.breadcrumb li+li:before {
    padding: 11px;
    color: #fff !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 15px;
    content: "\f054" !important
}

ul.breadcrumb li a {
    color: #fff !important;
    text-decoration: none;
    font-size: 15px
}

ul.breadcrumb li a:hover {
    color: #ffca28 !important;
    text-decoration: none;
}

.contact-div {
    text-align: center;
    background: white;
    padding: 12px 16px;
    min-height: 306px;
    border: 1px solid #00000038;
    border-radius: 10px;
    margin-top: 16px;
}

.contact-div:hover {
    background: whitesmoke;
}

.contact-div .titl-btm a img {
    margin: 0 10px;
}

.contact-div:hover p {
    color: blue;
}

.contact-div:hover h6 {
    color: #ffca28;
}

.contact-div:hover h5 {
    color: #ffca28;
}

.contact-div h6 {
    font-weight: bold;
}

.contact-div h5 {
    color: #ffca28;
    margin: 0 0 4px 0;
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 0;
}

.contact-div h5 a {
    color: #ffca28;
}

.contact-div img {
    margin-bottom: 30px;
}

.mt-20 {
    margin-bottom: 30px !important;
}

.contact-div p {
    text-transform: capitalize;
}


.vdo-s-icon {
    position: absolute;

}

.mt-f {
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 768px) {
    ul.breadcrumb {
        line-height: 18px;
    }
    li.mobile-mb{
        margin-bottom: 5px;
    }

    ul.breadcrumb li+li:before {
        font-size: 10px;
        padding: 3px;
    }

    ul.breadcrumb li a {
        font-size: 10px;
    }

    .hadees-chapters .hadees-chapter-row .nastaleeq-font {
        font-size: 13px;
    }

    .surat-detail {
        /*border-bottom:1px solid #00000026;*/
    }

    .surat-arabic h1 {
        word-spacing: 0;
        font-size: 22px;
        line-height: 1.4em;
    }

    .contact-div {
        border-right: none;
        margin-top: 16px;
    }

    .bottom-eng h4 {
        line-height: 30px;
    }

    .icon-padding {
        padding-top: 4%;
        padding-bottom: 4%;
    }

    .menu .setting-box {
        font-size: 14px !important;
        font-weight: unset;
        position: relative;
        left: 30px;
        top: -20px;
    }

    .english-detail-heading-right h1 {
        font-size: 12px;
        margin-top: 5px;
        font-weight: bold;
    }

    .bottom-portion-eng-right h4 {
        font-size: 22px;
        text-align: justify;
        line-height: 1.4em !important;
        word-spacing: 0;
    }

    .bottom-portion-eng-left {
        margin: 0 0 10px;
    }

    .bottom-eng h4 {
        padding-top: unset;
        font-size: 14px !important;
        line-height: 1.8;
        word-break: break-word;
    }

    .english-ayat {
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 0;
    }

    .english-ayat hr {
        margin-top: 0;
        margin-bottom: 0;
    }

    .subjects h4 {
        font-size: 11px;
    }

    .subjects .urdu-content h4 {
        font-size: 14px !important;
        line-height: 1.8
    }

    .al-qalam-quran-font {
        font-size: 22px !important;
        text-align: justify;
        line-height: 1.4em !important;
        word-spacing: 0 !important;
        letter-spacing: 0 !important;

    }

    .pl-20 {
        padding-left: 0;
    }

    .urdu-state {
        font-size: 14px !important;
        line-height: 1.8;
    }

    .urdu-h1 h1 {
        font-weight: 700 !important;
        font-size: 13px;
    }

    .urdu-translation {
        font-size: 14px !important;
        line-height: 1.8 !important;
    }

    .vid-heading {
        font-size: 14px !important;
        line-height: 20px !important;
    }

    .research-area-section .research-books .heading-section {
        border-bottom-left-radius: 0 !important;
        border-top-left-radius: 10px !important;
        border-top-right-radius: 10px !important;
    }

    ul.breadcrumb {
        text-align: center;
    }

    .surah-eng {
        font-size: 11px;
    }

    .surah-arb {
        font-size: 13px;
        font-weight: bold;
        color: #777;
    }
}

@media screen and (max-width: 991px) and (min-width: 450px) {
    .video-section {
        padding-bottom: 16%;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {

    .video-details .embed-responsive-16by9 {
        padding-bottom: 42.25%;
    }
}

@media screen and (max-width: 449px) {
    .sidebar_txt {
        font-size: 11px;
    }
}

@media only screen and (max-width: 479px) {
    .subjects .tab .nav-tabs li {
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
    }

    .subjects .tab .nav-tabs li:last-child {
        margin-bottom: 0;
    }

}

.js div#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #ffffff;
}


