@charset "utf-8";
 @import url("bootstrap.min.css");
 @import url("bootstrap-rtl.min.css");
 
* {-webkit-font-smoothing: antialiased;}
 
 
 
@font-face {
    font-family: poetiregular;
    src: url("../fonts/poeti-aaa-regular.otf") format("opentype");
}
@font-face {
    font-family: poetibold;
    src: url("../fonts/poeti-aaa-bold.otf") format("opentype");
}

/*------------------------------ =BASIC SETUP ------------------------------*/
/* CSS Reset */
 * {
     margin: 0;
     padding: 0;
}


iframe{display: block;width:800px;height:450px;max-width:100%;margin-right:auto;margin-left:auto;}
@media (max-width: 768px) {
	iframe{height:350px;max-width:100%;}

}

 html, body {
     height: 100%;
	 font-family:poetiregular;
}
 header,footer,section,aside,nav,article{
    display:block;
	font-family:poetiregular;
}
 .clear{
    clear:both
}
 h1,h2,h3,h4,h5,h6{
    margin:0 0 10px;
    padding:0;
    color:#282528;
    font-family: poetibold;
}
h1{font-size:44px;}
h2{font-size:37px;}
 a,a:focus{
	 font-family:poetiregular;
    text-decoration:none;
    -ms-transition:all .5s ease;
    -o-transition:all .5s ease;
    -webkit-transition:all .5s ease;
    transition:all .5s ease;
    outline:0
}
a:focus, a:active, button:focus, button:active, input:focus, input:active {outline: none;}
input{
	-ms-transition:all .5s ease;
	-o-transition:all .5s ease;
	-webkit-transition:all .5s ease;
	transition:all .5s ease;
}
 a:hover{
    /*color:#44199e;
    */
    text-decoration:none;
    -ms-transition:all .3s ease;
    -o-transition:all .3s ease;
    -webkit-transition:all .3s ease;
    transition:all .3s ease
}
 a img{
    border:none
}
 body{
    font-family: poetiregular;
    background:#fff;
    font-size:32px;
    font-weight:400;
    color:#282528;
     direction:rtl;
}
strong {font-family: poetibold;}
/********************header******************/
 .header{
     background:#fff;
     margin-bottom:45px;
     left:0;
    padding-top:0;
    position:static;
     padding:0px 0 0 0;
    top:0px;
    width:100%;
    z-index:99;
    -ms-transition:all .6s ease;
    -o-transition:all .6s ease;
    -webkit-transition:all .6s ease;
    transition:all .6s ease
}
 .header:after,.topSearchBar:after{
    content:"";
    clear:both;
    display:block;
    overflow:hidden
}
 .affix{
    background:#fff!important;
    position:fixed !important;
    padding:0px 0 !important;
    top:-42px !important;
    z-index:9999 !important;
    -ms-transition:all .6s ease;
    -o-transition:all .6s ease;
    -webkit-transition:all .6s ease 0;
    transition:all .6s ease 0;
    box-shadow:0 0 5px 0 rgba(0,0,0,0.5);
}

 .logo{
    /*position:absolute;
    */
     z-index:99;
     display:table;
     margin:0 auto;
    -ms-transition:all .6s ease;
     -o-transition:all .6s ease;
     -webkit-transition:all .6s ease;
     transition:all .6s ease;
     max-width:350px;
     padding: 25px 0 25px 0px;
}
.logo a {display: block;}
.logo img{max-width:420px}
.affix .logo{
    /*max-width:220px;
    */
    -ms-transition:all .6s ease;
    -o-transition:all .6s ease;
    -webkit-transition:all .6s ease;
    transition:all .6s ease;
}
 .affix .logo img{
    max-width:100%;
}
.mobileLogo {
    width: 108px;
    display: none;
}
.mobileLogo img {
    width: 100%;
}
 .topRightLinks {
     position: absolute;
     right: 0px;
     top: 50%;
     -ms-transform: translateY(-50%);
     -o-transform: translateY(-50%);
     -webkit-transform: translateY(-50%);
     transform: translateY(-50%);
}
 .topHeadBar {
     background:#262626;
}
 .topSocial {
     float:left;
     direction: ltr;
}
 .topSocial ul {
     margin:0px;
     padding:0px;
     list-style:none;
}
 .topSocial ul li {
     display:inline-block;
     margin-right:25px;
     vertical-align:middle;
}
 .topSocial ul li:last-child {
     margin-right:0px;
}
 .topSocial li a {
     display:block;
     padding:14px 0px;
}
 .topSocial li a:hover, .topSocial li a:focus {
     -webkit-opacity:1;
     opacity:1;
     color:#fff;
}
 .top-search-outer {
     position:relative;
}
 .topSearchBar {
     top: 12px;
     display: none;
     max-width: 100%;
     min-height: 50px;
     padding: 0;
     position: absolute;
     right: 45px;
     width: 290px;
     z-index: 9;
}
 .searchBtn {
     background:url(../images/icon_search.png) no-repeat center center;
     height:34px;
     border:0px;
     width:34px;
     position:absolute;
     right: 5px;
     top: 24px;
     z-index:9;
}
 .topSearchBar input[type="text"] {
     background:transparent;
     border: 0px solid #ddd;
     border-bottom:1px solid #fff;
     color: #fff;
     font-size: 23px;
     font-weight: 400;
     height: 35px;
     padding: 0 5px 0 10px;
     width: 100%;
}
 .topSearchBar input[type="submit"] {
     background:url(../images/icon_search_black.png) no-repeat center center;
     height:18px;
     border:0px;
     font-size:16px;
     width:18px;
     position:absolute;
     right: 25px;
     top: 25px;
     z-index:9;
}
 .dextop-hide{
     display:none;
}
/**************navbar-toggle******************/
 .navbar-toggle {
     float: right;
     margin-top: 25px;
}
 .menuText {
     color: #6f6f70;
     display: none;
     font-size: 20px;
     margin-left: 10px;
     margin-top: 6px;
     text-transform: uppercase;
}
 .navbar-toggle .icon-bar {
     height: 4px;
     width: 32px;
}
/**************navbar-toggle******************/
/*=============================================*/
/*==================Top**Big**MENU===============*/
/*==================================================*/
 .mainMenuWrap {
     position: relative;
}
 .mainMenuBar {
     border-bottom: 1px solid #000000;
     border-top: 4px double #000000;
     left: 0;
     top: 0 !important;
     width: 100%;
     z-index: 999999999 !important;
     text-align:center;
}
 .mainMenuWrap .container {
     position:relative;
}
 .wrapper-small {
     max-width: 728px;
}
 .wrapper-flush {
     width: 100%;
}
 .nav-container {
    /*display:table;
    */
     margin:0 auto !important;
     padding-left: 0 !important;
     padding-top: 0px !important;
     width: auto !important;
     -ms-transition: all 0.6s ease 0s;
     -o-transition: all 0.6s ease 0s;
     -webkit-transition: all 0.6s ease 0s;
     transition: all 0.6s ease 0s;
}
/** * Navigation */
 .nav {
    /*position: fixed;
    */
     top: 0;
     left: 0;
     width: 100%;
     z-index: 10000;
}
/** * Nav container * 1. Ensure this slides in below parent * 2. Hide by default * 3. Smoother scrolling experience on iOS */
 .nav-container {
     position: fixed;
     top: 60px;
    /* 1 */
     right: 0;
     z-index: 9999;
     overflow-y: auto;
     visibility: hidden;
    /* 2 */
     width: 100%;
     height: 100%;
     min-height: 100%;
     margin: 0;
     padding: 0;
     -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
     transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
     -webkit-transform: translateX(100%);
     -ms-transform: translateX(100%);
     transform: translateX(100%);
    /* 2 */
    /*background-color: #c0c0c0;
    */
     -webkit-overflow-scrolling: touch;
    /* 3 */
}
/* 1. Show when `.is-visible` class is added */
 .nav-container.is-visible {
     visibility: visible;
    /* 1 */
     -webkit-transform: translateX(-7px);
     -ms-transform: translateX(-7px);
     transform: translateX(-7px);
    /* 1 */
}
/* Nav toggle */
 .nav-toggle {
     line-height: 1;
     display: inline-block;
     padding: 1.25rem 1rem;
     border: 0;
     background-color:rgba(0, 0, 0, 0);
     z-index:999999;
}
/* Nav toggle icon */
 .nav-toggle .icon-menu {
     position: relative;
     display: inline-block;
     width: 28px;
     height: 20px;
     vertical-align: middle;
     fill: none;
}
/* Nav toggle icon lines */
 .icon-menu .line {
     position: absolute;
     left: 0;
     display: block;
     width: 100%;
     height: 2px;
     -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1.000);
     transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1.000);
     -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
     transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
     background-color: #333;
}
/* Nav toggle icon line 1 */
 .icon-menu .line-1 {
     top: 0;
}
/* When active, rotate line 1 to be lefthand part of X */
 .is-active .icon-menu .line-1 {
     -webkit-transform: translateY(9px) translateX(0) rotate(44deg);
     -ms-transform: translateY(9px) translateX(0) rotate(44deg);
     transform: translateY(9px) translateX(0) rotate(44deg);
}
/* Nav toggle icon line 2 */
 .icon-menu .line-2 {
     top: 50%;
     margin-top: -2px;
}
/* When active, hide line 2 */
 .is-active .icon-menu .line-2 {
     opacity: 0;
}
/* Nav toggle icon line 3 */
 .icon-menu .line-3 {
     bottom: 0;
}
/* When active, rotate line 3 to be righthand part of X */
 .is-active .icon-menu .line-3 {
     -webkit-transform: translateY(-9px) translateX(0) rotate(-46deg);
     -ms-transform: translateY(-9px) translateX(0) rotate(-46deg);
     transform: translateY(-9px) translateX(0) rotate(-46deg);
}
/* Remove default list styles for menus */
 .menu {
     list-style: none;
     margin: 0;
     padding: 0;
}
/** * 1. Give menu a lighter background than its container * 2. Prevent menu text from being accidentally highlighted */
 .nav-menu {
    /*background-color: #dedede;
    */
    /* 1 */
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
    /* 2 */
}
/* Give menu items a top border */
 .nav-menu .menu-item {
     border-top: 0px solid #bbb;
    /*padding:6px 10px 10px;
    */
}
 .lastLi {
     padding-right: 0px !important;
}
/* Give last menu item a bottom border */
/* Darker background color on hover, and when toggled */
 .nav-menu > .menu-item:hover, .nav-menu > .menu-item.is-active {
    /*background-color: #d0d0d0;
    */
     color: #e61b24;
}
/* 1. Menu links are block level, by default */
 .nav-menu .menu-link {
     color: #000;
     display: block;
     font-size: 30.02px;
     font-weight: 300 !important;
     padding: 8px 25px;
     position: relative;
     text-decoration: none;
     text-transform: uppercase;
}
.nav-menu .menu-link:hover, .nav-menu li.active .menu-link{
     color: #c6b76d;
}
 .mainMenuBar .nav-menu > li:first-child a {
     padding-right:0px;
}
 .mainMenuBar .nav-menu > li:last-child a {
     padding-left:0px;
}
/* 1. Menu items with dropdowns appear clickable */
 .has-dropdown {
     position: relative;
     cursor: pointer;
    /* 1 */
}
/* 1. Parent menu links inlined so you can toggle the dropdown */
 .has-dropdown > .menu-link {
     display: inline-block;
}
/* 1. Add an icon to menu items that have sub menus */
 .has-dropdown:after {
     font-size: 32px;
     position: absolute;
     top: 0;
     right: 1rem;
     bottom: 0;
     content: "+";
    /* 1 */
     color: #222;
}
/* 1. Switch icon to n-dash when toggled */
 .has-dropdown.is-active:after {
     content: "\2013";
    /* 1 */
}
/** * Dropdowns * 1. Hide dropdowns by default */
 .nav-dropdown {
     display: none;
    /* 1 */
     background-color: #c0c0c0;
}
/* 1. Show dropdown when toggled */
 .has-dropdown.is-active > .nav-dropdown {
     display: block;
    /* 1 */
}
/* 2nd level dropdown */
 .nav-dropdown .nav-dropdown {
    /*background-color: #aaa;
    */
     color: #e61b24;
}
 .nav-dropdown .menu-item {
    /*border-color: #a0a0a0;
    */
}
 .nav-dropdown .nav-dropdown .menu-item {
    /*background-color: #b0b0b0;
    */
     border-color: #909090;
     color: #e61b24;
}
/* Main content area */
 .content {
     margin-top: 60px;
}
 .content .wrapper {
     padding: 1rem 0;
}
 
/*=============================================*/
/*=============Top**Big**MENU========End=========*/
/*=================================================*/
 .nav-container {
    -ms-transition: all 0.6s ease 0s;
     -o-transition: all 0.6s ease 0s;
     -webkit-transition: all 0.6s ease 0s;
     transition: all 0.6s ease 0s;
}
 .affix .nav-container {
     padding:0px !important;
     -ms-transition: all 0.6s ease 0s;
     -o-transition: all 0.6s ease 0s;
     -webkit-transition: all 0.6s ease 0s;
     transition: all 0.6s ease 0s;
}
 .affix .nav-container ul li a {
     color:#333;
}
 .nav-menu .menu-item {
    -ms-transition: all 0.6s ease 0s;
     -o-transition: all 0.6s ease 0s;
     -webkit-transition: all 0.6s ease 0s;
     transition: all 0.6s ease 0s;
}
 .affix .nav-menu .menu-item {
    /* padding: 14px 18px 10px;
    */
     color:#333;
     -ms-transition: all 0.6s ease 0s;
     -o-transition: all 0.6s ease 0s;
     -webkit-transition: all 0.6s ease 0s;
     transition: all 0.6s ease 0s;
}
 .mainWpapContainer {
     width: 100%;
}
 .mainWpapContainer:after {
     content: "";
     clear: both;
     display: block;
     overflow: hidden;
}
/*******************Main*Slider*Wrap*****Start************/
 .fill {
     width: 100%;
     height: 100%;
     background-position: top center;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     background-size: cover;
     -o-background-size: cover;
}
 .sliderArrow {
     position: absolute;
     right: 0;
     text-align: center;
     bottom: 28px;
     width: 100%;
     z-index: 9;
}
 .sliderArrow span {
     background:#ffffff;
     -webkit-border-radius:50%;
     border-radius:50%;
     text-align: center;
     height:64px;
     display:inline-block;
     width:64px;
     -webkit-box-shadow:0 0 75px 0 rgba(0,0,0,.36);
     box-shadow:0 0 75px 0 rgba(0,0,0,.36);
     line-height:64px;
}
 .sliderArrow a {
     font-size: 25px;
     color:#194a56;
     position:relative;
     top:-25px;
}
 .sliderArrow span {
     position: relative;
     -webkit-animation: mymove 2s infinite;
    /* Safari 4.0 - 8.0 */
     animation: mymove 2s infinite;
     -ms-transition:all .5s ease;
     -o-transition:all .5s ease;
     -webkit-transition:all .5s ease;
     transition:all .5s ease;
     border: 3px solid rgba(0, 0, 0, 0);
}
 .sliderArrow span:hover {
     background:#fff;
     border-color:rgba(0, 175, 240, 0.8);
     -ms-transition:all .9s ease;
     -o-transition:all .9s ease;
     -webkit-transition:all .9s ease;
     transition:all .9s ease;
}
/* Safari 4.0 - 8.0 */
 @-webkit-keyframes mymove {
     0% {
         transform: translateY(30px);
    }
     50% {
         transform: translateY(10px);
    }
     100% {
         transform: translateY(30px);
    }
}
/* Standard syntax */
 @keyframes mymove {
     0% {
         transform: translateY(30px);
    }
     50% {
         transform: translateY(10px);
    }
     100% {
         transform: translateY(30px);
    }
}
/*******************Main*Slider*Wrap****End*************/
/***************Globel***Other***Sections********************/

@media (min-width:1024px) and (max-width:1920px) {

	body{
		zoom: 90%; /* all browsers */
		/*-moz-transform: scale(2);*/  /* Firefox */
	}
	
}

 @media(min-width:1279px) {
     .container {
         max-width: 1694px;
         padding: 0 22.5px;
         width: 100%;
    }
}
 .relative{
     position:relative;
}
 .titleSec {
     margin-bottom: 60px;
     text-align: center;
     width: 100%;
}
 .titleSec h2::before {
     background: #194a56 none repeat scroll 0 0;
     content: "";
     display: inline-block;
     height: 1px;
     margin-right: 10px;
     vertical-align: middle;
     width: 100px;
}
 .titleSec h2::after {
     background: #194a56 none repeat scroll 0 0;
     content: "";
     display: inline-block;
     height: 1px;
     margin-left: 10px;
     vertical-align: middle;
     width: 100px;
}
 .titleSec h2 {
     display: inline-block;
     font-size: 48px;
     font-weight:800;
     margin-bottom: 15px;
     text-transform: uppercase;
     vertical-align: middle;
     color:#194a56;
}
 .titleSec p {
     font-weight:800;
     font-size: 18px;
     color:#282528;
}
.ul-list-col ul, .ol-list-col ul {margin-left: 15px;}
.ul-list-col ul li, .ol-list-col ul li {margin-bottom: 10px;padding-left: 10px;}
.ul-list-col p, .ol-list-col {margin-bottom: 15px;}
.ol-list-col ul {margin-left: 23px;}
.ol-list-col li {list-style: decimal;}
.padding-T-B-80 {padding: 80px !important;}
.padding-T-B-70 {padding: 70px 0 !important;}
.padding-T-B-60 {padding: 60px 0 !important;}
.padding-T-B-40 {padding: 40px 0 !important;}
.padding-T-B-30 {padding: 30px 0 !important;}
.padding-T-B-20 {padding: 20px 0 !important;}
.padding-T-B-10 {padding: 10px 0 !important;}
.padding-T-10 {padding-top: 10px !important;}
.padding-T-15 {padding-top: 15px !important;}
.padding-T-20 {padding-top: 20px !important;}
.padding-T-30 {padding-top: 30px !important;}
.padding-T-40 {padding-top: 40px !important;}
.padding-T-50 {padding-top: 50px !important;}
.padding-T-60 {padding-top: 60px !important;}
.padding-T-70 {padding-top: 70px !important;}
.padding-B-10 {padding-bottom: 10px !important;}
.padding-B-15 {padding-bottom: 15px !important;}
.padding-B-20 {padding-bottom: 20px !important;}
.padding-B-30 {padding-bottom: 30px !important;}
.padding-B-40 {padding-bottom: 40px !important;}
.padding-B-50 {padding-bottom: 50px !important;}
.padding-B-60 {padding-bottom: 60px !important;}
.padding-B-70 {padding-bottom: 70px !important;}
.padding-T-80 {padding-top: 80px;}
.margin-B-90 {margin-bottom: 90px !important;}
.margin-B-80 {margin-bottom: 80px !important;}
.margin-B-70 {margin-bottom: 70px !important;}
.margin-B-60 {margin-bottom: 60px !important;}
.margin-B-50 {margin-bottom: 50px !important;}
.margin-B-40 {margin-bottom: 40px !important;}
.margin-B-30 {margin-bottom: 30px !important;}
.margin-B-20 {margin-bottom: 20px !important;}
.margin-B-15 {margin-bottom: 15px !important;}
.margin-B-10 {margin-bottom: 10px !important;}
.margin-T-10 {margin-top: 10px !important;}
.margin-T-15 {margin-top: 15px !important;}
.margin-T-20 {margin-top: 20px !important;}
.margin-T-30 {margin-top: 30px !important;}
.margin-T-40 {margin-top: 40px !important;}
.margin-T-50 {margin-top: 50px !important;}
.margin-T-60 {margin-top: 60px !important;}
.margin-T-70 {margin-top: 70px !important;}
.margin-T-80 {margin-top: 80px !important;}
.margin-T-B-10 {margin-top: 10px !important;margin-bottom: 10px !important;}
.margin-T-B-15 {margin-top: 15px !important;margin-bottom: 15px !important;}
.margin-T-B-20 {margin-top: 20px !important;margin-bottom: 20px !important;}
.margin-T-B-30 {margin-top: 30px !important;margin-bottom: 30px !important;}
.margin-T-B-40 {margin-top: 40px !important;margin-bottom: 40px !important;}
.margin-T-B-50 {margin-top: 50px !important;margin-bottom: 50px !important;}
.margin-T-B-60 {margin-top: 60px !important;margin-bottom: 60px !important;}
.margin-T-B-70 {margin-top: 70px !important;margin-bottom: 70px !important;}
.margin-T-B-80 {margin-top: 80px !important;margin-bottom: 80px !important;}
.margin-T-B-90 {margin-top: 90px !important;margin-bottom: 90px !important;}
.height-850{height:850px;}
.height-770{height:770px;}
.height-740{height:740px;}
.height-600{height:600px;}
.height-615{height:615px;}
.height-640{height:600px;}
.height-670{height:670px;}
.height-430{height:430px;}
.height-415{height:415px;}
.height-430{height:430px;}
.height-408{height:408px;}
.height-380{height:418px;}
.height-345{height:345px;}
.height-275{height:275px;}
.height-280{height:280px;}
.height-210{height:210px;}
.leftInnerRight .height-210 {height: 225px;}

/***************Globel***Other***Sections*****End***************/


/*******Category***Sec**************************/

 .category-item-sec {
     width:100%;
}
 .category-item {
     width:100%;
     position:relative;
     background-position:top center;
     -ms-background-size:cover;
     -o-background-size:cover;
     -webkit-background-size:cover;
     background-size:cover;
     text-align:center;
     -ms-transition:all .5s ease;
    -o-transition:all .5s ease;
    -webkit-transition:all .5s ease;
    transition:all .5s ease;
     margin-bottom:30px;
     padding:20px;
}
 .category-item-inner {
     height:100%;
     width:100%;
}
 .category-item h2 {
     font-size:31px;
     margin-bottom:5px;
     font-weight:800;
}
 .category-item h3 {
     font-size:21px;
     font-weight:400;
	 font-family:poetiregular;
}
 .category-item-overlay {
     background: rgba(255, 255, 255, 0.75);
     border: 2px solid #d4d5cc;
     height: 100%;
     left: 50%;
     position: absolute;
     top: 50%;
     -ms-transform: translate(-50%, -50%) scale(0);
     -o-transform: translate(-50%, -50%) scale(0);
     -webkit-transform: translate(-50%, -50%) scale(0);
     transform: translate(-50%, -50%) scale(0);
     -webkit-opacity:0;
     opacity:0;
     visibility:hidden;
     width: 100%;
     -ms-transition:all .5s ease;
    -o-transition:all .5s ease;
    -webkit-transition:all .5s ease;
    transition:all .5s ease;
}
 .category-item:hover .category-item-overlay {
     -ms-transform: translate(-50%, -50%) scale(1);
     -o-transform: translate(-50%, -50%) scale(1);
     -webkit-transform: translate(-50%, -50%) scale(1);
     transform: translate(-50%, -50%) scale(1);
     -webkit-opacity:1;
     opacity:1;
     visibility:visible;
     -ms-transition:all .5s ease;
    -o-transition:all .5s ease;
    -webkit-transition:all .5s ease;
    transition:all .5s ease;
}
 .category-overlay-inner {
     width:100%;
     left: 50%;
     position: absolute;
     top: 50%;
     -ms-transform: translate(-50%, -50%);
     -o-transform: translate(-50%, -50%);
     -webkit-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
     padding:0 3%;
}
 .full-main-post .category-overlay-inner {
     padding:0 12%;
}
 .article-btn {
     background: rgba(184, 166, 73, 0.8);
	 border:none;
     font-size:37px;
     line-height:50px;
     height:50px;
     min-width:256px;
     display:inline-block;
     text-align:center;
     padding:0 10px;
     color:#fff;
	 -ms-transition:all .5s ease;
    -o-transition:all .5s ease;
    -webkit-transition:all .5s ease;
    transition:all .5s ease;
}
 .article-btn:hover {
     color: #fff;
     background: rgba(184, 166, 73, 1);
}
.article-btn .arrow {
    display: inline-block;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}
.category-item .item-link {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
}
.article-btn:hover .arrow {
	-webkit-transform: translateX(-6px);
    -moz-transform: translateX(-6px);
	transform: translateX(-6px);
}
 .category-banner {position:relative;margin-bottom: 35px;}
 .category-banner img {
    width: 100%;
}
.category-banner.mobile {
    display: none;
}

 .read-more-sec {
     width:100%;
     text-align:center;
     padding:40px 0px;
}
 .read-more-sec a {
     color:#333;
     display:table;
     margin:0 auto 2px;
     font-size:30px;
}
 .read-more-sec a.read-more-arrow {
     background:#cdc182;
     width:50px;
     height:50px;
     -webkit-border-radius:50%;
     border-radius:50%;
     line-height:50px;
     text-align:center;
     margin-bottom:0px;
     -webkit-box-shadow:-1px 3px 6px 0px rgba(0,0,0,0.2);
     box-shadow:-1px 3px 6px 0px rgba(0,0,0,0.2);
}
 .read-more-sec a.read-more-arrow:hover {
     background:#333;
}
 .category-post-sec {
     width:100%;
}
 .category-post-sec .full-main-post {
     padding-top:40px;
}
 .category-post-title {
     background:#767676;
     padding:17px 10px;
     text-align:center;
     position:relative;
}
 .category-post-title:after {
     width: 0;
     height: 0;
     border-style: solid;
     border-width: 25px 24px 0 24px;
     border-color: #767676 transparent transparent transparent;
     position:absolute;
     bottom:-24px;
     left:50%;
     -ms-transform:translateX(-50%);
     -o-transform:translateX(-50%);
     -webkit-transform:translateX(-50%);
     transform:translateX(-50%);
     z-index:1;
     content:"";
}

.category-post-title ,.category-post-title h1, .category-post-title h2 {
     font-size:37px;
     color:#fff;
     margin-bottom:0px;
}
 .more-article-btn {
     width:100%;
     margin:0px 0 40px;
     text-align:left;
}
 .more-post-btn {
     color:#333;
     text-decoration:none;
     font-size:30px;
}
 .more-post-btn:hover {
     color:#c6b76c;
}
.more-post-btn .arrow {
    display: inline-block;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}
.more-post-btn:hover .arrow {
	-webkit-transform: translateX(-6px);
    -moz-transform: translateX(-6px);
	transform: translateX(-6px);
}
 .section-divider {
     width:100%;
     border-bottom:4px double #333;
     margin-top:40px;
}
/***********About**Content****Sec***Start************************/
 .about-box {
     padding:30px 22px;
     border:2px solid #d7d7d7;
}
 .about-content-sec h3 {
     font-size:30px;
}
 .about-box p {
     font-size:27px;
     line-height:1.1;
     margin-bottom:15px;
}
 #scrollbox3 {
     overflow: auto;
     width:100%;
     height: 180px;
     padding-right: 20px !important;
     width: 100% !important;
}
 .track3 {
     width: 5px;
     background: rgba(0, 0, 0, 0);
     margin-right: 2px;
     border-radius: 10px;
     -webkit-transition: background 250ms linear;
     transition: background 250ms linear;
}
 .track3:hover, .track3.dragging {
     background: rgba(0, 0, 0, 0.1);
}

.single-post .track3{ display:none !important;}

.enscroll-track:hover .handle3, .handle3:hover, .handle3:focus {
    width: 5px !important;
    background: rgba(184, 166, 73, 1);
}
 .handle3 {
     width: 5px;
     right: 0;
     background: #999;
     background: rgba(0, 0, 0, 0.2);
     border-radius: 7px;
     -webkit-transition: width 250ms;
     transition: width 250ms;
}
 .track3:hover .handle3, .track3.dragging .handle3 {
     width: 10px;
}
/***********About**Content****Sec***End************************/


/****************Inner**Page***Start**********************/

 .post-detail {width:100%;margin-bottom:40px;}
 .post-detail p {font-size:37px;}
 
 
/***************Blog***Page**Start*********************/

.blog-img-col {margin-bottom:40px;}
.blog-img-col img {max-width:100%;}
.blog-post-text {
	width:100%;
	padding:0 10%;
	text-align:center;
}
.blog-post-text p {margin-bottom:0px;}
.blog-content-area {padding-left:80px;padding-top:60px;}
.blog-content-area h2 {font-weight:800;}
.blog-content-area p {margin-bottom:20px;}
.related-article-title h2 {margin-bottom:60px;}
.category-sub-title{font-size:37px;line-height:33px;}


/****************Footer****Start*******************/
footer {
     margin-top:70px;
     width: 100%;
     background:#464646;
     padding: 0px 0 0px;
     position:relative;
}
footer .tryanglesWhiteTop {bottom: inherit;top: 0;}
.copyRightText {font-weight:400;padding:18px 0px 18px;}
.copyRightText .gomoblin{font-family:sans-serif;}
.footer-col-left {text-align:left;}
footer-col-right {text-align:right;}
 .copyRightText p {
     color: #fff;
     margin: 0px;
     font-size:25px;
}
.copyRightText p a{color: #fff;}
.copyRightText p a:hover{text-decoration:underline;}



.categoryBottomRightb, .categoryBottomMiddle {margin-top: -155px;}

.single-post-text p, .single-post-text .info-text {font-size: 32px;}
.single-post-text .info-text ul li {display: inline-block;margin: 0 5px;}
.single-post-text .info-text li.date{direction: ltr;}

.footer-col-left .gomoblin img {
    max-width: 138px;
    margin-top: -12px;
    margin-right: 8px;
}

.category-item.full-main-post.single-item::before {
    position: absolute;
    content: "";
    background-image: url("../images/article-transparent-bg.png");
    width: 100%;
    height: 350px;
    left: 0;
    top: 0;
    background-position: top;
    background-repeat: no-repeat;
	background-size: 100% 220px;
    /*background-size: 100% 350px;*/
	/*background-size: 100% 60px;*/
}
.category-item.full-main-post.single-item {
    position: relative;
}

.blog-content-area ul {
    padding-right: 30px;
}




/*******************************************************************************************/
/*********{
}
************************Responsiv**Start**{
}
***************************************/
/*******************************************************************************************/
 @media (max-width: 1700px) {
 
     .nav-menu .menu-link {padding: 8px 25px;font-size: 25px;}
	.category-item h2 {font-size: 30px;}
	.category-item h3 {font-size: 26px;}
	.article-btn {
		font-size: 30px;
		line-height: 46px;
		height: 46px;
		min-width: 200px;
		padding: 0 10px;
	}
	.height-380 {height: 360px;}

}
 @media (max-width: 1580px) {
 
     .nav-menu .menu-link {padding: 8px 20px;}
	 
}
 @media (max-width: 1480px) {
 
     .nav-menu .menu-link {padding: 8px 15px;}

}
 @media (max-width: 1366px) {
 	.logo{max-width: 180px;}
	.logo img{max-width:300px}
     .nav-menu .menu-link {padding: 8px 10px;}
	 .height-640, .category-item.full-main-post.height-850 {height: 520px;}
	.height-380 {height: 290px;}
	.topSocial ul li {margin-right: 18px;}
	.topSocial li a {padding: 4px 0px;}
	.topSocial ul li img {max-height: 24px;}
	.searchBtn {
		height: 22px;
		width: 22px;
		right: 5px;
		top: 22px;
		background-size: 100%;
	
	}
	.topHeadBar .topSearchBar {top: 4px;min-height: 38px;}
	.topHeadBar .topSearchBar input[type="text"] {font-size: 20px;height: 28px;}
	.category-item h2 {font-size: 24px;}
	.category-item h3 {font-size: 22px;}
	.article-btn {
		font-size: 24px;
		line-height: 42px;
		height: 42px;
		min-width: 160px;
	}

}
 @media (max-width: 1279px) {
     .nav-menu .menu-link {
         padding: 8px 10px;
         font-size:24px;
    }
     .category-item h2, .category-post-title h1, .category-post-title h2 {font-size: 24px;}
     .category-item h3 {font-size: 20px;}
     .article-btn{font-size: 25px;}
     .category-sub-title{
         font-size:25px;
         line-height:24px;
    }
	.nav-menu .menu-link {
    padding: 8px 10px;
    font-size: 22px;
}
}
 @media (max-width: 1199px) {
 
	.nav-menu .menu-link {padding: 8px 5px;font-size:20px;}
	.article-btn{max-width:inherit;min-width:inherit;}
	.mainMenuBar .nav-container {text-align:center;}
	.blog-content-area {padding-left: 10px;padding-top: 0px;}
	.blog-content-area h2 {font-size: 26px;}
	.blog-content-area p {font-size: 20px;}
	.related-article-title h2 {font-size:30px;}
	.category-sub-title{font-size:25px;}
	
}

 @media (max-width: 1024px) {
 
     .mainMenuBar {
         background: none;
         left: 0;
         padding: 0 10px;
         position: relative;
         top: 0;
         width: 100%;
    }
	.header .container {padding: 0 10px;width: 100%;}
	.nav-toggle {float: right;margin-top: 0px;}
	.nav-container{padding-top: 0px !important;}
	.height-640, .category-item.full-main-post.height-850 {height: 400px;}
	.height-380 {height: 232px;}
	.single-post-text h1 {font-size: 38px;}	
	
}

@media (max-width: 992px) {

	.titleSec {margin-bottom: 40px;}
	.logo {
		max-width: 145px;
		padding: 10px 0 10px 0px;
		position:static;
	}
	.logo img{
    max-width:145px
}
	.nav-menu .menu-link {padding: 8px 5px;font-size:18px;}
	.container {
		max-width: 100%;
		width: 100%;
		padding:0 12px;
	}
	.height-600 {height: 629px;}
	.height-210 {height: 260px;}
	.height-670 {height: 650px;}
	.height-740 {height: 719px;}
	.height-415 {height: 366px;}
	.category-item {margin-bottom: 24px;}
	.row {margin-left: -12px;margin-right: -12px;}
	.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {padding-left: 12px;padding-right: 12px;}
	
}
 @media (max-width: 860px) {
 
     .nav-menu .menu-link {padding: 8px 4px;font-size:16px;}
	 
}
 @media (max-width: 767px) {
     .height-415 {height:400px;}
     .height-380 {height:210px;}
     .height-345 {height:400px;}
     .height-275 {height:400px;}
     .height-210 {height:400px;}
     .height-850{height:600px;}
     .height-770{height:600px;}
     .height-740{height:600px;}
     .height-600{height:600px;}
     .height-615{height:600px;}
     .height-640, .category-item.full-main-post.height-850{height:320px;}
     .height-670{height:600px;}
     .height-430{height:450px;}
     .height-408{height:400px;}
     .height-280{height:400px;}
     .section-divider {margin-top: 20px;}
     .more-post-btn {font-size: 20px;}
     .dextop-hide{display:block;}
     .mobile-hide{display:none;}
     .header {margin-bottom:20px;}
     .nav-container {
         float: left;
         padding-left: 0px !important;
         padding-top: 60px !important;
         width: 300px !important;
         background:rgba(255,255,255,0.9);
         top: 7px;
         -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
         border:1px solid #333;
         padding-right:10px !important;
    }
     .affix .nav-container {
         padding-top: 60px !important;
         text-align:right;
         padding-right:10px !important;
    }
	.mobileLogo {
		float: left;
		margin: 12px 0 0 14px;
	}
	.affix .mobileLogo {
		display: block;
	}
     .mainMenuWrap .nav-menu li a {
         color: #444;
         display: block;
         font-size: 24px;
         text-decoration: none;
         text-align:right;
    }
     .nav-menu .menu-link {color: #333;}
     .affix .nav-menu .menu-item, .nav-menu .menu-item {padding: 10px 10px;}
     .mainMenuWrap {min-height: inherit !important;}
     .logo {
         padding:0px !important;
         position: relative;
         z-index: 99;
         margin:50px auto 12px;
         top:0px;
         display:block;
    }
	
     .nav-toggle {padding: 20px 10px;position: relative;}
     .mainMenuBar .is-active {right: 12px;top: 5px;}
     .nav-toggle .menu-text {color:#b8a649;font-size:20px;}
     .is-active .menu-text {display:none;}
     .nav-toggle .icon-menu {display:none;}
     .is-active .icon-menu {display:block;}
     .mainMenuBar {
		border: 0 none;
		position:absolute;
		width: 86px;
		right: 0;
	}
	.mainMenuBar.affix {
		width: 100% !important;
	}
     .header {
         border-bottom:1px solid #b7b7b7;
         -webkit-box-shadow:0 2px 3px 0 rgba(0, 0, 0, 0.2);
         box-shadow:0 2px 3px 0 rgba(0, 0, 0, 0.2);
    }
     .socialBox ul::before, .socialBox ul::after {
         background: #537780;
         content: "";
         display: inline-block;
         height: 1px;
         vertical-align: middle;
         width: 70px;
    }
	.socialBox ul li {margin: 0 10px;}
	.socialBox {text-align: center;width: 100%;}
	.copyRightText {padding: 15px 15px 10px;}
	.nav-menu .menu-link:after {display:none !important;}
	.nav-menu .menu-link {letter-spacing: 1px;padding: 0px;}
     .topSocial {
         padding-right: 10px;
         text-align: right;
         width: 100%;
         margin-bottom:20px;
    }
     .m-social-col .searchBtn {
         background-image:url(../images/icon_search_grey.png);
    }
     .m-social-col .top-search-outer {
         height:45px;
         margin-top:30px;
         margin-bottom:20px;
    }
     .m-social-col .topSearchBar {
         right: 25px;
         width:80%;
         display:block !important;
    }
     .m-social-col .topSearchBar input[type="text"] {
         border-bottom-color: #595959;
         color: #333333;
         padding-right: 25px;
         text-align: right;
    }
     .category-item h2, .category-post-title h1, .category-post-title h2{font-size: 25px;}
     .banner-logo {
         float: right;
         margin-bottom: 15px;
         margin-right: 30px;
         max-width: 74px;
    }
	.banner-logo img {max-width: 100%;}
	.about-box p {font-size: 18px;margin-bottom: 10px;}
	.about-content-sec h3 {font-size: 20px; margin-top:10px;}
	.about-box {padding: 30px 10px;}
	footer {margin-top: 50px;}
	.copyRightText {padding: 15px 15px 10px;text-align: center;}
	.footer-col-left {text-align: center;}
	.copyRightText p {font-size: 20px;}
	footer .row {margin-left: -10px;margin-right: -10px;}
     .m-social-col .topSearchBar input[type="submit"] {
         background: url("../images/icon_search_grey.png") no-repeat scroll center center;
		 background-size: 100%;
         height: 26px;
         position: absolute;
         right: -20px;
         top: 0;
         width: 26px;
         z-index: 999;
    }
	.post-detail p {font-size: 25px;}
	.related-article-title h2 {font-size:25px;}
	.margin-B-90 {margin-bottom: 40px !important;}
	.margin-B-70 {margin-bottom: 40px !important;}
     .blog-post-text {
         width: 100%;
         padding: 0 0%;
         text-align: center;
    }
	.blog-post-text p {margin-bottom: 0px;font-size: 25px;}
	body{font-size:22px;}
	.category-item h3 {display: block;}
	.category-item.full-main-post h3 {display: block;}
	.article-btn{
		font-size: 25px;
		height: 35px;
		line-height: 35px;
		padding: 0 12px;
	}	
	.leftInnerLeft, .leftSingle {padding-right: 7px;}
	.leftInnerRight, .rightHomebar .rightTop {padding-left: 7px;}
	.rightHomebar .rightBottom {padding-right: 7px;}
	.home-category-sec .category-item, .blogCategory-sec .category-item {margin-bottom: 15px;}
	.leftInnerLeft .height-600 {height: 300px;}
	.leftInnerRight .height-345 {height: 550px;}
	.leftInnerRight .height-210 {height: 400px;}
	.leftSingle .height-415 {height: 550px;}
	.rightBottom {margin-top: -100px;}
	.rightBottom .height-670 {height: 400px;}
	.rightHomebar .rightTop .height-345 {height: 300px;}
	
	.categoryTopRight, .categoryBottomRight {padding-left: 7px;}
	.categoryTopLeft, .categoryBottomLeft {padding-right: 7px;}
	
	.categoryTopLeft .innerRight .height-280 {height: 250px;}
	.innerBottom .height-430 {height: 350px;}
	.categoryTopRight .height-740 {height: 500px;}
	.categoryBottomLeft .height-275 {height: 400px;}
	
	.categoryBottomRight .col-sm-12.innerTop {margin-top: -115px;}
	
	.category-item.height-615 {height: 400px;}
	.categoryBottomLeft .height-770 {height: 500px;}
	.categoryBottomRight .innerRight .height-430 {height: 350px;}
	.categoryBottomRight .innerLeft .height-430 {height: 250px;}
	.category-sub-title {font-size: 18px;}
	.blogCategory-sec .category-item h2{display:block;}
	.single-post-text p, .single-post-text .info-text {
    font-size: 22px;}
	
	.whiteweb_acc_close {top: 6px;}
	.whiteweb_acc.rtl .whiteweb_acc_toolbar {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 0 18px -2px rgba(0, 0, 0, 0.2);
    left: 50%;
    top: 88px;
    transform: translate(-50%, 0px);
    width: 188px !important;
    z-index: 999;
}
	.category-item h3 {
    font-size: 25px;
}

.category-banner.mobile {display: block;}
.category-banner.desktop {display: none;}
.full-main-post .category-overlay-inner {
    padding: 0 10px;
}
.single-post-text h1 {
    font-size: 28px;
}


}

@media (max-width: 600px) {

	.leftInnerLeft .height-600 {height: 200px;}
	.leftInnerRight .height-345 {height: 400px;}
	.leftSingle .height-415 {height: 400px;}
	.leftInnerRight .height-210 {height: 300px;}
	.rightBottom .height-670 {height: 300px;}
	.rightHomebar .rightTop .height-345 {height: 200px;}
	
	
	.categoryTopLeft .innerRight .height-280 {height: 150px;}
	.innerBottom .height-430 {height: 200px;}
	.categoryTopRight .height-740 {height: 300px;}
	.categoryBottomLeft .height-275 {height: 250px;}
	
	.categoryBottomRight .col-sm-12.innerTop {margin-top: -65px;}
	
	.category-item.height-615 {height: 250px;}
	.categoryBottomLeft .height-770 {height: 300px;}
	.categoryBottomRight .innerRight .height-430 {height: 200px;}
	.categoryBottomRight .innerLeft .height-430 {height: 150px;}
	
	.category-item h2, .category-item h3 {
		font-size: 14px;
		font-family: poetiregular;
	}
	.article-btn {font-size: 16px;}
 
}
 
 @media (max-width: 480px) {
	 
.category-item h2, .category-item h3 {
		font-size: 12px;
		font-family: poetiregular;
	}	 
     .nav-toggle {float: right;}
	.logo {max-width: 128px !important;}
	.logo img{
    max-width:200px;
	margin-right:-40px;
}
     .sliderWrap .carousel-caption h2 {
         font-size: 20px;
         line-height: 28px;
         letter-spacing: 0px;
    }
     .nav-container {width: 290px !important;}
     .banner-logo {
         display:inline-block;
         float:none;
         margin:0px;
    }
	.height-640, .category-item.full-main-post.height-850 {height: 280px;}
	.height-380 {height: 166px;}
	.category-item{padding:6px;}
	.leftInnerLeft .height-600 {height: 160px;}
	.leftInnerRight .height-345 {height: 300px;}
	.leftSingle .height-415 {height: 300px;}
	.leftInnerRight .height-210 {height: 200px;}
	.rightBottom .height-670 {height: 200px;}
	.rightHomebar .rightTop .height-345 {height: 160px;}
	.rightBottom {margin-top: -40px;}
	
	.categoryTopLeft .innerRight .height-280 {height: 200px;}
	.innerBottom .height-430 {height: 200px;}
	.categoryTopRight .height-740 {/*height: 200px;*/ height: 415px;}
	.categoryBottomLeft .height-275 {height: 150px;}
	
	.categoryBottomRight .col-sm-12.innerTop {margin-top: -65px;}
	
	.category-item.height-615 {height: 150px;}
	.categoryBottomLeft .height-770 {height: 200px;}
	.categoryBottomRight .innerRight .height-430 {height: 150px;}
	.categoryBottomRight .innerLeft .height-430 {height: 100px;}

}
 @media (max-width: 360px) {
.article-btn{
	height: 30px;
	line-height: 30px;
}
}
@media (min-width: 768px) {
     .nav {
        /*background-color: #dedede;
         */
    }
     .nav, .nav-container, .nav-container.is-visible {
         position: static;
         top: auto;
         left: auto;
         z-index: auto;
         -webkit-transform: translateX(0);
         -ms-transform: translateX(0);
         transform: translateX(0);
    }
     .nav-container, .nav-container.is-visible {
         visibility: visible;
         height: auto;
         min-height: 0;
         overflow-y: visible;
    }
     .nav-toggle {
         display: none;
    }
    /* 1. Display menu items inline */
     .nav-menu > .menu-item, .nav-menu > .menu-item.is-active {
         display: inline-block;
        /* 1 */
         background-color: transparent;
         border: 0;
    }
    /* Remove bottom border on last child */
     .nav-menu > .menu-item:last-child {
         border: 0;
    }
     .nav-menu .menu-item {
         -webkit-transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
         transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
    }
    /* Remove +/- icons */
     .has-dropdown:after {
         content: "" !important;
    }
    /* Add a caret to top-level menu items that have dropdowns */
     .nav-menu > .has-dropdown:after {
         position: absolute;
         top: 50%;
         right: 1rem;
         width: 0;
         height: 0;
         margin-top: -7px;
         margin-left: -4px;
         content: "";
         border-width: 5px 5px 0 5px;
         border-style: solid;
         border-color: #fff transparent transparent transparent;
    }
    /* Increase padding to compensate for caret */
     .has-dropdown > .menu-link {
         padding-bottom: 5px;
         padding-right: 5px;
    }
    /* Re-style dropdowns for larger screens */
     .nav-dropdown {
         display: block;
         opacity: 0;
         position: absolute;
         top: 100%;
         width: 200px;
         margin: 0;
         padding:0;
        /*background: rgba(255, 255, 255, 1);
        */
         background:#1b0e3a;
         box-shadow: 0 0 4px hsla(0, 0%, 0%, 0.15);
         visibility: hidden;
         -webkit-transition: visibility 0s linear 0.25s, opacity 0.25s linear;
         transition: visibility 0s linear 0.25s, opacity 0.25s linear;
    }
     .has-dropdown:hover > .nav-dropdown {
         visibility: visible;
         opacity: 1;
         -webkit-transition-delay: 0s;
         transition-delay: 0s;
    }
     .nav-dropdown .menu-item {
         border:0px;
         border-bottom: 1px solid #3b2b61;
         padding:0px;
    }
     .nav-dropdown .menu-item .menu-link {
         border:0px !important;
         color:#fff;
         padding:14px 10px;
         text-transform:none;
         font-size:14px;
    }
     .nav-dropdown .menu-item:hover, .nav-dropdown .nav-dropdown .menu-item:hover {
         background-color: #44199e;
         color: #fff;
         border-color:#44199e;
    }
     .nav-dropdown .nav-dropdown, .nav-dropdown .nav-dropdown .menu-item {
         background-color: #dedede;
    }
     .nav-dropdown .nav-dropdown {
         z-index: 9998;
         top: 0;
         left: 100%;
    }
     .content {
         margin-top: 0;
    }
     .nav-dropdown .menu-link:hover {
         color: #fff;
    }
}
 .wp-video
 {
	 margin:auto;
	 display:block;
 }
 
 .sticky_footer_mobile{display:none}
 .sticky_footer {position:sticky;width:100%;background-color: #bea12a;color:#fff;bottom:0;z-index:999999;padding:1%;}
 .sticky_footer .wrp{margin: auto;/* width: auto; */max-width: 80%;display: block;min-height: 45px;}
 .sticky_footer .s_inline {float:right;margin-left:15px;}
 .sticky_footer .s_inline.title{padding-left:15px;margin-left:15px;border-left:2px solid #fff;}
 .sticky_footer .s_inline.sub_title span{display:block;width:100%}
 .sticky_footer .s_inline.sub_title{    font-size: 2rem;    margin-top: -5px;text-align:right; }
 .sticky_footer .input{max-width:19%}
 .sticky_footer .input input{background-color: #bea12a;color:#fff;border:1px solid #fff;padding:0px 20px;width:100%}
 .sticky_footer button{background-color: #fff;color:#bea12a;border:none;padding:0px 20px;}
 .sticky_footer .input input::placeholder{color:#fff;opacity: 1;}
 .sticky_footer .input input:-ms-input-placeholder{color:#fff;opacity: 1;}
 .sticky_footer .input input::-ms-input-placeholder{color:#fff;opacity: 1;}
 
 @media (min-width: 1360px) {
	  .sticky_footer .input{max-width:22%}
 }
 
@media (max-width: 768px) {
	.sticky_footer{bottom:-250px;}
	.sticky_footer_mobile{cursor:pointer;display:block;position:sticky;width:100%;background-color: #bea12a;color:#fff;bottom:0;z-index:999999;padding:1%;text-align:center;}
	.sticky_footer .input {    max-width: 100%; margin-top: 15px;    width: 100%;
    text-align: center;}
 }