@import url(../../../../global/fonts/MaterialDesign-Webfont-master/css/materialdesignicons.min.css);
.fg-web-theme-02 .fg-article-detail-wrapper #article-content {
  *zoom: 1;
}
.fg-web-theme-02 .fg-article-detail-wrapper #article-content:before, .fg-web-theme-02 .fg-article-detail-wrapper #article-content:after {
  content: " ";
  display: table;
  height: 0;
}
.fg-web-theme-02 .fg-article-detail-wrapper #article-content:after {
  clear: both;
}

/* --------------------------------------------------------------------
* Theme 02 icon font
* Library Font awesome 
-----------------------------------------------------------------------*/
.fg-web-theme-02 > header *[class^='fg-icon'],
.fg-web-theme-02 > header *[class*=' fg-icon'], .fg-web-theme-02 > main *[class^='fg-icon'],
.fg-web-theme-02 > main *[class*=' fg-icon'], .fg-web-theme-02 > footer *[class^='fg-icon'],
.fg-web-theme-02 > footer *[class*=' fg-icon'] {
  font-family: 'Material Design Icons' !important;
  font-size: 17px;
  font-style: normal !important;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*[class^='fg-icon'],
*[class*=' fg-icon'] {
  display: inline-block;
  margin-right: 2px;
  font-style: normal !important;
}
*[class^='fg-icon'].fg-icon-2x,
*[class*=' fg-icon'].fg-icon-2x {
  font-size: 2em;
}
*[class^='fg-icon'].fg-icon-3x,
*[class*=' fg-icon'].fg-icon-3x {
  font-size: 3em;
}
*[class^='fg-icon'].fg-icon-4x,
*[class*=' fg-icon'].fg-icon-4x {
  font-size: 4em;
}
*[class^='fg-icon'].fg-icon-5x,
*[class*=' fg-icon'].fg-icon-5x {
  font-size: 5em;
}
*[class^='fg-icon']:before,
*[class*=' fg-icon']:before {
  font-family: "Material Design Icons" !important;
  font-size: inherit !important;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.fg-icon-envelope:before {
  content: "\F1EE";
}

.fg-icon-arrow-circle-left:before {
  content: "\F056";
}

.fg-icon-globe:before {
  content: "\f1e7";
}

.fg-icon-picture-o:before {
  content: "\f2e9";
}

.fg-icon-star:before {
  content: "\f4ce";
}

.fg-icon-clock-o:before {
  content: "\f150";
}

.fg-icon-calendar:before {
  content: "\f0ed";
}

.fg-icon-file:before {
  content: "\f214";
}

.fg-icon-arrow-circle-right:before {
  content: "\f056";
}

.fg-icon-file-word-o:before {
  content: "\f22c";
}

.fg-icon-file-excel-o:before {
  content: "\f21b";
}

.fg-icon-file-pdf-o:before {
  content: "\f225";
}

.fg-icon-file-archive-o:before {
  content: "\f5c4";
}

.fg-icon-file-o:before {
  content: "\f224";
}

.fg-icon-arrow-circle-up:before {
  content: "\f062";
}

.fg-icon-user-circle:before {
  content: "\f009";
}

.fg-icon-file-powerpoint-o:before {
  content: "\f227";
}

.fg-icon-file-zip-o:before {
  content: "\f5c4";
}

.fg-icon-file-photo:before {
  content: "\f21f";
}

.fg-icon-file-text:before {
  content: "\f219";
}

.fg-icon-file-code:before {
  content: "\f22e";
}

.fg-icon-file-video-o:before {
  content: "\f22b";
}

.fg-icon-file-sound-o:before {
  content: "\f223";
}

.fg-icon-pagetitle-back:before {
  content: "\f15a";
}

.fg-icon-right-angle-right:before {
  content: "\f142";
}

.fg-icon-right-angle-left:before {
  content: "\f141";
}

.fg-icon-right-angle-up:before {
  content: "\f143";
}

.fg-icon-right-angle-down:before {
  content: "\f140";
}

.fg-icon-additional-nav:before {
  content: "\f1d9";
}

html,
body {
  min-height: 100%;
}

.fg-web-theme-02 {
  font-size: 14px;
  line-height: 1.5em;
  /* --------------------------------------------------------------------
  * Page titlebar related styles
  * 01 - Pagetitlebar common styles
  * 02 - Page title block
  * 03 - button/icon styles
  * 04 - breadcrumbs styles
  * 05 - More Menu
  * 06 - 
  -----------------------------------------------------------------------*/
  /* -------------------------------------------------------------------------
  * 01 - Pagetitlebar common styles
  -----------------------------------------------------------------------------*/
  /* -------------------------------------------------------------------------
  * 02 - Page title block
  -----------------------------------------------------------------------------*/
  /* -------------------------------------------------------------------------
  * 03 - button/icon styles
  -----------------------------------------------------------------------------*/
  /* -------------------------------------------------------------------------
  * 04 - breadcrumbs styles
  -----------------------------------------------------------------------------*/
  /* -------------------------------------------------------------------------
  * 05 - More Menu
  -----------------------------------------------------------------------------*/
  	/*
  	.fg-grid-col-3 ,
  	.fg-grid-col-4 ,
  	.fg-grid-col-5 ,
  	.fg-grid-col-6 {
  		.fg-article-widget {
  
  			@include bpMin('768px') {
  				.fg-article-wrapper{
  					overflow: hidden;
  					.fg-readmore-text{
  						display: none !important;
  					}
  					&.fg-article-left-img{
  						.fg-content{
  							display: table;
  							overflow: hidden;
  							>figure{
  								display: table-cell;
  								width: 50%;
  								vertical-align: middle;
  								padding: 0;
  								margin: 0;
  								height: 150px;
  								background-size: cover;
  								background-position: center;
  								>img{
  									opacity: 0;
  								}
  							}
  							>.fg-right-col{
  
  								display: table-cell;
  								width: 50%;
  								vertical-align: middle;
  								.fg-article-inner-content{
  
  									@include transition(all .4s ease);
  									@include transform(translateX(25%));
  									@include position(absolute,0,0,0,0);
  
  								}
  							}
  							>.fg-article-inner-content{
  								padding: 20px;
  								overflow: hidden;
  								white-space: nowrap;
  								h4{
  									white-space: normal;						
  								}
  								.fg-text-wrapper{
  									width: 100%;
  									white-space: normal;
  									display: inline-block;
  									@include transition(all .4s ease);
  								}
  								.fg-icon{
  								}
  
  							}
  
  						}
  						
  					}
  					.fg-article-inner-content{
  						padding: 10px 20px;
  						.fg-text-wrapper{
  							display        : inline-block;
  							width          : 75%;
  							width          : calc(100% - 285px);
  							vertical-align : middle;
  							.fg-teaser{
  								display: block;
  								overflow: hidden;
  							}
  						}
  						.fg-read-more{
  							vertical-align : middle;
  							display        : inline-block;
  							margin-left	   : 43px;
  							margin-right   : 0;
  
  						}
  						.fg-icon{
  							border         : 1px solid;
  							opacity        : 0;
  							padding        : 12px;
  							vertical-align : middle;
  							display        : inline-block;							
  							width          : 45px;
  							height         : 45px;
  							@include transform(translateX(100%));
  							@include transition(all .6s);
  						}
  						footer{
  							margin-top:10px;
  						}
  					}
  					&:hover{
  						.fg-content{
  							>.fg-right-col{
  								.fg-article-inner-content{
  									@include transform(translateX(10%));
  									.fg-text-wrapper{
  										width   : calc(100% - 207px);
  									}
  									.fg-icon{
  										opacity: 1;
  										@include transform(translateX(0) );
  									}
  								}
  							}
  							>.fg-article-inner-content{
  								.fg-text-wrapper{
  
  									width   : 75%;
  									width   : calc(100% - 91px);
  								}
  								.fg-icon{
  									opacity: 1;
  									@include transform(translateX(0) );
  								}
  							}
  						}
  					}
  				} 
  			}
  			@include bpMax('767px') {
  
  				.fg-article-wrapper{
  					padding: 20px;
  					.fg-read-more:not(.fg-readmore-text){
  						display: none !important;
  					}
  					.fg-read-more.fg-readmore-text{
  						i{
  							margin-right: 5px;
  						}
  						margin: 10px 0 0 0;
  					}
  					.fg-content{
  						>figure{
  							padding: 0;
  							background: none !important;
  							height: auto !important;
  							img{
  								opacity: 1;
  							}
  						}
  					}
  
  				}
  				.fg-article-inner-content{
  					background: none !important;
  					.fg-text-wrapper{
  						width:100% !important;
  					}
  					
  				}
  			}
  		}
  	}
     
  	@include bpMin('768px') {
  		/*.fg-col-5{   
  			.fg-article-widget {
  				.fg-article-wrapper.fg-article-left-img{
  					.fg-content{
  						> .fg-article-inner-content{
  							.fg-text-wrapper{
  
  							}
  						}
  						.fg-right-col{
  							.fg-article-inner-content{
  								.fg-text-wrapper{
  									width: calc(100% - 237px);
  								}
  							}
  						}
  					}
  
  					&:hover{
  						.fg-content{
  							
  							.fg-right-col{
  								.fg-article-inner-content{
  									.fg-text-wrapper{
  										width: calc(100% - 187px);
  									}
  								}
  							}
  						}
  					}
  				} 
  			}
  		}
  		.fg-grid-col-4{   
  			.fg-article-widget {
  				.fg-article-wrapper.fg-article-left-img{
  					.fg-content{
  						.fg-right-col{
  							.fg-article-inner-content{
  								.fg-text-wrapper{
  									width: calc(100% - 188px);
  								}
  							}
  						}
  					}
  
  					&:hover{
  						.fg-content{
  							
  							.fg-right-col{
  								.fg-article-inner-content{
  									.fg-text-wrapper{
  										width: calc(100% - 166px);
  									}
  								}
  							}
  						}
  					}
  				} 
  			}
  		}
  		.fg-grid-col-3{   
  			.fg-article-widget {
  				.fg-article-wrapper.fg-article-left-img{
  					.fg-content{
  						.fg-right-col{
  							.fg-article-inner-content{
  								.fg-text-wrapper{
  									width: calc(100% - 139px );
  								}
  							}
  						}
  					}
  
  					&:hover{
  						.fg-content{
  							
  							.fg-right-col{
  								.fg-article-inner-content{
  									.fg-text-wrapper{
  										width: calc(100% - 148px);
  									}
  								}
  							}
  						}
  					}
  				} 
  			}
  		}
  	}
  	.fg-grid-col-1,
  	.fg-grid-col-2{
  
  		.fg-article-wrapper{
  			//padding: 20px;
  			.fg-read-more:not(.fg-readmore-text){
  				display: none !important;
  			}
  			.fg-read-more.fg-readmore-text{
  				display: inline-block !important;
  				i{
  					margin-right: 5px;
  				}
  				margin: 10px 0 0 0;
  			}
  			@include bpMax('767px') {
  
  				.fg-content{
  					>figure{
  						padding: 0;
  						background: none !important;
  						height: auto !important;
  						img{
  							opacity: 1;
  						}
  					}
  				}
  			}
  		}
  	}*/
}
.fg-web-theme-02 h1, .fg-web-theme-02 h2, .fg-web-theme-02 h3, .fg-web-theme-02 h4, .fg-web-theme-02 h5, .fg-web-theme-02 h6 {
  font-weight: bold;
  text-align: left;
  line-height: 1.1;
}
.fg-web-theme-02 h2:not(.fg-no-line), .fg-web-theme-02 h3:not(.panel-title):not(.fg-no-line) {
  position: relative;
}
.fg-web-theme-02 h2:not(.fg-no-line):after, .fg-web-theme-02 h3:not(.panel-title):not(.fg-no-line):after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.fg-web-theme-02 h2 {
  font-size: 24px;
  margin-bottom: 0;
  padding: 0 0 16px 0;
}
.fg-web-theme-02 h2.fg-page-subtitle {
  margin: 0;
  padding-top: 0;
  text-shadow: 0 5px 5px rgba(0, 0, 0, 0.75);
}
.fg-web-theme-02 h2.fg-page-subtitle:after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.fg-web-theme-02 h3:not(.panel-title), .fg-web-theme-02 h4:not(.panel-title), .fg-web-theme-02 h5, .fg-web-theme-02 h6 {
  padding: 16px 20px 16px 20px;
  margin: 0;
}
.fg-web-theme-02 h3 {
  font-size: 24px;
}
.fg-web-theme-02 h4 {
  text-transform: uppercase !important;
}
.fg-web-theme-02 h5 {
  font-size: 15px;
  text-transform: uppercase !important;
}
.fg-web-theme-02 h6 {
  font-size: 12px;
  text-transform: uppercase !important;
}
.fg-web-theme-02 .btn, .fg-web-theme-02 .alert, .fg-web-theme-02 .navbar-nav > li > .dropdown-menu, .fg-web-theme-02 input {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.fg-web-theme-02 .btn:not(.selectpicker) {
  border: 0;
}
.fg-web-theme-02 .form-group *:not(.btn-primary) {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  font-size: 14px;
  line-height: 1.5em;
}
.fg-web-theme-02 .form-group .fg-upload-btn {
  padding: 9px 15px 8px 15px;
  margin: 0;
  height: 40px;
}
.fg-web-theme-02 .datepicker {
  color: #333;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.fg-web-theme-02 .datepicker th {
  cursor: pointer;
  text-align: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.fg-web-theme-02 .datepicker td {
  cursor: pointer;
}
.fg-web-theme-02 .dropdown-menu:not(.datepicker) {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
}
.fg-web-theme-02 .dropdown-menu:not(.datepicker) > li > a {
  padding: 6px 20px;
}
.fg-web-theme-02 .fg-export .dropdown-menu {
  transform: translate3d(0px, 40px, 0px) !important;
  -webkit-transform: translate3d(0px, 40px, 0px) !important;
  -moz-transform: translate3d(0px, 40px, 0px) !important;
  -ms-transform: translate3d(0px, 40px, 0px) !important;
  -o-transform: translate3d(0px, 40px, 0px) !important;
}
.fg-web-theme-02 .form-control {
  min-height: 40px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.fg-web-theme-02 input, .fg-web-theme-02 textarea, .fg-web-theme-02 button {
  outline: 0;
}
.fg-web-theme-02 .fg-widget-block:not(.fg-calendar-event-widget):not(.fg-header-widget):not(.fg-nl-archive-widget):not(.fg-supplementary-widget):not(.fg-form-widget):not(.fg-nl-subscription-widget):not(.fg-article-widget):not(.fg-contact-table-widget):not(.fg-image-gallery-widget) {
  padding: 20px;
}
.fg-web-theme-02 .fg-web-go-top {
  position: fixed;
  top: auto;
  right: 20px;
  bottom: 20px;
  left: auto;
  font-size: 40px;
  z-index: 1;
  text-decoration: none;
  opacity: .2;
}
.fg-web-theme-02 .panel {
  background: none;
}
.fg-web-theme-02 .fg-pagination li {
  margin: 0 1px 0 2px;
  font-size: 17px;
  display: inline-block;
}
.fg-web-theme-02 .fg-pagination li.disabled {
  pointer-events: none;
}
.fg-web-theme-02 .fg-pagination li.disabled span {
  opacity: .7;
}
.fg-web-theme-02 .fg-pagination li.disabled span i {
  opacity: .5;
}
.fg-web-theme-02 .fg-pagination li > a, .fg-web-theme-02 .fg-pagination li > span {
  margin-bottom: 5px;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  text-align: center;
  cursor: pointer;
  color: #333;
  border: none;
  background: none !important;
}
.fg-web-theme-02 .fg-pagination li > a.prev, .fg-web-theme-02 .fg-pagination li > span.prev {
  padding: 9px 18px;
  position: relative;
  left: -1px;
}
.fg-web-theme-02 .fg-pagination li > a.next, .fg-web-theme-02 .fg-pagination li > span.next {
  padding: 9px 18px;
  position: relative;
  left: -1px;
}
.fg-web-theme-02 .fg-btn-load-more {
  border: 1px solid;
  cursor: pointer;
  display: inline-block;
  margin: 20px auto;
  padding: 15px 20px;
  vertical-align: middle;
}
.fg-web-theme-02 .fg-btn-load-more span {
  margin-right: 10px;
}
.fg-web-theme-02 .fg-web-promobox-wrapper .fg-web-promo-title {
  padding: 0;
  margin: 0 0 10px 0;
}
.fg-web-theme-02 .fg-web-promobox-wrapper .fg-web-promo-title:after {
  display: none;
}
.fg-web-theme-02 .fg-gallery-page-loading {
  width: 160px;
  text-transform: uppercase;
  background: none;
  margin: 30px auto 20px auto;
  padding: 8px 5px 5px 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fg-web-theme-02 .fg-gallery-page-loading:after {
  content: '\f140';
  display: inline-block;
  vertical-align: middle;
  font-size: 17px;
  font-family: 'Material Design Icons' !important;
}
.fg-web-theme-02 .fg-reset-pswd-wrapper {
  padding: 20px;
  margin-bottom: 20px;
}
.fg-web-theme-02 textarea {
  padding: 6px 12px;
  border: 1px solid;
}
.fg-web-theme-02 .fg-web-fileupload-wrapper .icon-span-filestyle {
  font-size: 15px !important;
  height: 18px;
}
.fg-web-theme-02 .fg-FS-15 {
  font-size: 14px;
}
.fg-web-theme-02 .fg-navbar-container {
  position: relative;
}
.fg-web-theme-02 .fg-navbar-container .fg-web-open-right {
  position: absolute;
  top: -5px;
  right: auto !important;
  bottom: auto;
  left: 100% !important;
}
.fg-web-theme-02 .fg-navbar-container .fg-web-open-left {
  position: absolute;
  top: 58px;
  right: 100% !important;
  bottom: auto;
  left: auto !important;
}
.fg-web-theme-02 .fg-web-main-nav .dropdown:hover > .dropdown-menu, .fg-web-theme-02 .fg-web-main-nav .dropdown-submenu:hover > .dropdown-menu {
  display: block;
  margin-top: 0;
}
.fg-web-theme-02.fg-has-admin-nav {
  padding-top: 45px !important;
}
.fg-web-theme-02 .fg-web-page-header:not(.fg-web-page-fixed-header):not(.content_area_width) .fg-web-header-content .fg-navbar-container {
  margin-top: -59px;
}
@media only screen and (max-width: 992px) {
  .fg-web-theme-02 .fg-web-page-header:not(.fg-web-page-fixed-header):not(.content_area_width) .fg-web-header-content .fg-navbar-container {
    margin-top: 0;
  }
}
.fg-web-theme-02 .fg-web-page-fixed-header .fg-navbar-container {
  background: none !important;
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .fg-web-theme-02 .fg-web-page-fixed-header {
    margin: auto !important;
    z-index: 1000;
    position: fixed !important;
    top: -60px;
    right: 0;
    bottom: auto;
    left: 0;
    opacity: 0;
  }
  .fg-web-theme-02 .fg-web-page-fixed-header .fg-web-main-nav {
    margin: 0 auto !important;
    width: 940px;
    -webkit-transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    -ms-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
    transition: background 0.3s linear;
  }
}
@media only screen and (min-width: 1200px) {
  .fg-web-theme-02 .fg-web-page-fixed-header .fg-web-main-nav {
    width: 1140px;
  }
}
.fg-web-theme-02.fg-header-sticky .fg-web-page-fixed-header {
  top: 0;
  opacity: 1;
}
.fg-web-theme-02.fg-header-sticky.fg-has-admin-nav .fg-web-page-fixed-header {
  top: 45px;
}
@media only screen and (max-width: 991px) {
  .fg-web-theme-02 .fg-web-page-header {
    -webkit-box-shadow: 0px 14px 16px -12px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 14px 16px -12px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 14px 16px -12px rgba(0, 0, 0, 0.5);
  }
}
.fg-web-theme-02 .fg-web-page-header .fg-web-top-nav-wrapper {
  padding: 17px 0;
  height: 60px;
}
@media only screen and (max-width: 991px) {
  .fg-web-theme-02 .fg-web-page-header .fg-web-top-nav-wrapper {
    display: none;
  }
  .fg-web-theme-02 .fg-web-page-header .fg-web-top-nav-wrapper .container {
    width: 100%;
  }
}
.fg-web-theme-02 .fg-web-page-header .fg-web-top-nav-links {
  margin: 0 35px 0 0;
}
@media only screen and (max-width: 991px) {
  .fg-web-theme-02 .fg-web-page-header .fg-web-top-nav-links {
    pointer-events: none;
  }
  .fg-web-theme-02 .fg-web-page-header .fg-web-top-nav-links.active {
    pointer-events: auto;
  }
}
.fg-web-theme-02 .fg-web-page-header .fg-web-top-nav-links li a {
  padding: 3px 8px;
  display: inline-block;
  text-decoration: none;
}
.fg-web-theme-02 .fg-web-page-header .fg-web-top-nav-links li:after {
  content: "|";
  margin: 0 0px 0 10px;
}
.fg-web-theme-02 .fg-web-page-header .fg-web-top-nav-links li:last-child:after {
  display: none;
}
.fg-web-theme-02 .fg-web-page-header .fg-web-top-nav-links .fg-icon-additional-nav {
  line-height: 1;
  font-size: 25px;
  position: relative;
  top: 2px;
}
.fg-web-theme-02 .fg-web-page-header .fg-web-top-nav-languages {
  font-size: 14px;
  display: inline-block;
  margin: 0;
}
.fg-web-theme-02 .fg-web-page-header .fg-web-top-nav-languages > .fg-current-language {
  position: relative;
  top: 0px;
}
.fg-web-theme-02 .fg-web-page-header .fg-web-top-nav-languages > .fg-current-language > a {
  text-decoration: none;
  display: block;
  padding: 5px 5px;
}
.fg-web-theme-02 .fg-web-page-header .fg-web-top-nav-languages > .fg-current-language .dropdown-menu {
  padding: 0;
  min-width: 110px;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  line-height: 1.3;
}
.fg-web-theme-02 .fg-web-page-header .fg-web-top-nav-languages > .fg-current-language .dropdown-menu li {
  padding: 8px 12px 0 12px;
  font-size: 15px;
}
.fg-web-theme-02 .fg-web-page-header .fg-web-top-nav-languages > .fg-current-language .dropdown-menu li a {
  padding: 0 0 8px 0;
  display: block;
  text-align: right;
  text-transform: capitalize;
}
.fg-web-theme-02 .fg-web-page-header .fg-web-top-nav-languages > .fg-current-language.open .dropdown-menu {
  display: block;
}
.fg-web-theme-02 .fg-web-page-header .fg-web-header-content {
  position: relative;
}
.fg-web-theme-02 .fg-web-page-header .fg-web-header-content > .container {
  position: relative;
  margin: auto;
}
.fg-web-theme-02 .fg-web-page-header .fg-web-header-content > .container.fg-logo-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .fg-web-theme-02 .fg-web-page-header .fg-web-header-content > .container.fg-logo-container {
    bottom: auto;
    height: 90px;
    left: 20px;
    right: 20px;
    top: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .fg-web-theme-02 .fg-web-page-header .fg-web-header-content > .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
}
.fg-web-theme-02 .fg-web-page-header .fg-web-header-content .fg-header-bg {
  margin: auto;
  min-height: 56px;
  position: relative;
  pointer-events: none;
}
.fg-web-theme-02 .fg-web-page-header .fg-web-header-content .fg-header-bg.col-6 {
  display: block;
  float: left;
  width: 50%;
}
.fg-web-theme-02 .fg-web-page-header .fg-web-header-content .fg-header-bg.fg-header-bg-left {
  padding-left: 0;
  margin: 20px 0;
}
.fg-web-theme-02 .fg-web-page-header .fg-web-header-content .fg-header-bg.fg-header-bg-right {
  float: right;
  padding-right: 0;
  margin: 20px 0;
  text-align: right;
}
.fg-web-theme-02 .fg-web-page-header .fg-web-header-content .fg-header-bg img {
  display: block;
  margin: 0 auto;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  object-position: center bottom;
}
.fg-web-theme-02 .fg-web-page-header .fg-web-header-content .fg-navbar-container {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media only screen and (max-width: 767px) {
  .fg-web-theme-02 .fg-web-page-header .fg-web-header-content .fg-navbar-container {
    margin-top: 0;
  }
  .fg-web-theme-02 .fg-web-page-header .fg-web-header-content .fg-navbar-container .fg-web-nav-icon {
    top: 0px;
    height: 42px;
    margin-bottom: -6px;
  }
  .fg-web-theme-02 .fg-web-page-header .fg-web-header-content .fg-navbar-container .fg-web-nav-icon span {
    top: 22px;
  }
}
.fg-web-theme-02 .fg-web-page-header .fg-web-header-content .fg-navbar-container .fg-additional-nav {
  display: none;
}
@media only screen and (max-width: 991px) {
  .fg-web-theme-02 .fg-web-page-header .fg-web-header-content .fg-navbar-container .fg-additional-nav {
    display: flex;
    float: right;
    padding-right: 20px;
  }
  .fg-web-theme-02 .fg-web-page-header .fg-web-header-content .fg-navbar-container .fg-additional-nav .fg-web-top-nav-languages {
    margin: 10px 0 0 0px;
    vertical-align: middle;
  }
  .fg-web-theme-02 .fg-web-page-header .fg-web-header-content .fg-navbar-container .fg-additional-nav .fg-web-top-nav-links {
    margin: 9px 0 0 10px;
    vertical-align: middle;
    position: relative;
  }
  .fg-web-theme-02 .fg-web-page-header .fg-web-header-content .fg-navbar-container .fg-additional-nav .dropdown-menu {
    right: 0;
    left: auto;
    border: 0;
    width: 250px;
    background: transparent;
    padding-top: 26px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .fg-web-theme-02 .fg-web-page-header .fg-web-header-content .fg-navbar-container .fg-additional-nav .dropdown-menu li {
    padding: 0;
  }
  .fg-web-theme-02 .fg-web-page-header .fg-web-header-content .fg-navbar-container .fg-additional-nav .dropdown-menu li:after {
    display: none;
  }
  .fg-web-theme-02 .fg-web-page-header .fg-web-header-content .fg-navbar-container .fg-additional-nav .dropdown-menu li a {
    display: block;
    font-weight: bold;
    padding: 9px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .fg-web-theme-02 .fg-web-page-header .fg-web-header-content .fg-navbar-container .fg-additional-nav .dropdown-menu {
    padding-top: 16px;
  }
}
.fg-web-theme-02 .fg-web-page-header .fg-web-header-content .fg-web-main-nav {
  margin: 0;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
@media only screen and (min-width: 992px) {
  .fg-web-theme-02 .fg-web-page-header .fg-web-header-content .fg-web-main-nav {
    height: auto !important;
  }
}
@media only screen and (min-width: 992px) {
  .fg-web-theme-02 .fg-web-page-header .fg-web-header-content .fg-web-main-nav .navbar-nav {
    white-space: nowrap;
  }
}
.fg-web-theme-02 .fg-web-page-header .fg-web-header-content .fg-web-main-nav .navbar-nav li {
  line-height: normal;
}
.fg-web-theme-02 .fg-web-page-header .fg-web-header-content .fg-web-main-nav .navbar-nav li.datahideshow ul.fg-web-open-left li.dropdown-submenu ul {
  right: 100% !important;
  left: auto !important;
}
.fg-web-theme-02 .fg-web-page-header .fg-web-header-content .fg-web-main-nav .navbar-nav > li {
  font-weight: bold;
  letter-spacing: 1px;
  padding: 0px 15px 0px 20px;
  float: none;
  display: inline-block;
}
@media only screen and (min-width: 992px) {
  .fg-web-theme-02 .fg-web-page-header .fg-web-header-content .fg-web-main-nav .navbar-nav > li > .fg-dropdown-toggle {
    display: none;
  }
}
.fg-web-theme-02 .fg-web-page-header .fg-web-header-content .fg-web-main-nav .navbar-nav > li a {
  background: none;
  display: block;
  position: relative;
}
.fg-web-theme-02 .fg-web-page-header .fg-web-header-content .fg-web-main-nav .navbar-nav > li > a {
  padding: 11px 0px 11px 0px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.fg-web-theme-02 .fg-web-page-header .fg-web-header-content .fg-web-main-nav .navbar-nav > li > a:after {
  content: '';
  display: block;
  height: 3px;
  width: 80%;
  margin: auto;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  top: 80%;
  right: 0px;
  bottom: auto;
  left: 0px;
}
@media only screen and (min-width: 992px) {
  .fg-web-theme-02 .fg-web-page-header .fg-web-header-content .fg-web-main-nav .navbar-nav > li > a {
    white-space: nowrap;
    padding: 21px 0px;
  }
}
.fg-web-theme-02 .fg-web-page-header .fg-web-header-content .fg-web-main-nav .navbar-nav > li.active > a:after, .fg-web-theme-02 .fg-web-page-header .fg-web-header-content .fg-web-main-nav .navbar-nav > li:hover > a:after {
  opacity: 1;
  top: calc(100% - 3px);
  width: 100%;
}
.fg-web-theme-02 .fg-web-page-header .fg-web-header-content .fg-web-main-nav .navbar-nav .dropdown-menu {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: none;
  width: 230px;
  margin: 0 0 0 0;
  padding: 0;
}
.fg-web-theme-02 .fg-web-page-header .fg-web-header-content .fg-web-main-nav .navbar-nav .dropdown-menu li {
  font-size: 14px;
  padding: 11px 20px 0 20px;
  position: relative;
}
.fg-web-theme-02 .fg-web-page-header .fg-web-header-content .fg-web-main-nav .navbar-nav .dropdown-menu li > a {
  padding: 0 20px 11px 0;
}
@media only screen and (min-width: 992px) {
  .fg-web-theme-02 .fg-web-page-header .fg-web-header-content .fg-web-main-nav .navbar-nav .dropdown-menu .fg-dropdown-toggle {
    margin: auto;
    height: 22px;
    font-size: 22px;
    position: absolute;
    top: 2px;
    right: 0;
    bottom: 0;
    left: auto;
  }
}
.fg-web-theme-02 .fg-web-page-header .fg-web-header-content .fg-web-main-nav .navbar-nav .dropdown-menu a {
  display: block;
  padding: 0;
  white-space: normal;
}
.fg-web-theme-02 .fg-web-page-header .fg-web-header-content .fg-web-main-nav .navbar-nav .dropdown-menu ul {
  left: 100%;
  top: 0;
}
@media only screen and (max-width: 991px) {
  .fg-web-theme-02 .fg-web-page-header .fg-web-header-content .fg-web-main-nav .navbar-nav .dropdown-menu .dropdown-menu {
    background: none;
  }
}
@media only screen and (max-width: 991px) {
  .fg-web-theme-02 .fg-web-page-header .fg-web-header-content .fg-web-main-nav {
    display: block;
    margin: 0;
    height: 100%;
    min-height: 400px;
    max-height: 70vh;
    overflow: hidden;
    z-index: 999;
    position: absolute;
    top: 100%;
    width: 270px;
    -webkit-transition: left 0.3s ease;
    -moz-transition: left 0.3s ease;
    -ms-transition: left 0.3s ease;
    -o-transition: left 0.3s ease;
    transition: left 0.3s ease;
    position: absolute;
    top: calc(100% + 8px);
    right: auto;
    bottom: 0;
    left: -270px;
  }
  .fg-web-theme-02 .fg-web-page-header .fg-web-header-content .fg-web-main-nav.active {
    overflow-y: auto;
    left: 0;
  }
  .fg-web-theme-02 .fg-web-page-header .fg-web-header-content .fg-web-main-nav .navbar-nav {
    float: none;
    width: 100%;
    margin: 0;
  }
  .fg-web-theme-02 .fg-web-page-header .fg-web-header-content .fg-web-main-nav .navbar-nav li {
    padding: 0 !important;
    font-size: 13px !important;
    line-height: normal;
    float: none;
    width: 100%;
    max-width: none !important;
  }
  .fg-web-theme-02 .fg-web-page-header .fg-web-header-content .fg-web-main-nav .navbar-nav li.dropdown-submenu > .dropdown-menu {
    display: none;
  }
  .fg-web-theme-02 .fg-web-page-header .fg-web-header-content .fg-web-main-nav .navbar-nav li.dropdown-submenu.open {
    border: 0;
  }
  .fg-web-theme-02 .fg-web-page-header .fg-web-header-content .fg-web-main-nav .navbar-nav li.dropdown-submenu.open > .dropdown-menu {
    display: block;
    border-top: 1px solid;
    float: none;
    clear: both;
  }
  .fg-web-theme-02 .fg-web-page-header .fg-web-header-content .fg-web-main-nav .navbar-nav li a {
    padding: 9px 15px;
  }
  .fg-web-theme-02 .fg-web-page-header .fg-web-header-content .fg-web-main-nav .navbar-nav li a:after {
    display: none;
  }
  .fg-web-theme-02 .fg-web-page-header .fg-web-header-content .fg-web-main-nav .navbar-nav li a:hover {
    text-decoration: none;
  }
  .fg-web-theme-02 .fg-web-page-header .fg-web-header-content .fg-web-main-nav .navbar-nav li li a {
    padding-left: 40px !important;
  }
  .fg-web-theme-02 .fg-web-page-header .fg-web-header-content .fg-web-main-nav .navbar-nav li li li a {
    padding-left: 60px !important;
  }
  .fg-web-theme-02 .fg-web-page-header .fg-web-header-content .fg-web-main-nav .navbar-nav li.open {
    border: 0;
  }
  .fg-web-theme-02 .fg-web-page-header .fg-web-header-content .fg-web-main-nav .navbar-nav .dropdown-menu {
    position: static !important;
    width: 100%;
    clear: both;
    margin: 0;
    padding: 0;
  }
  .fg-web-theme-02 .fg-web-page-header .fg-web-header-content .fg-web-main-nav .navbar-nav .dropdown-menu li > a {
    padding: 8px 20px 9px 0;
  }
  .fg-web-theme-02 .fg-web-page-header .fg-web-header-content .fg-web-main-nav .navbar-nav .dropdown-menu .dropdown-menu {
    position: static !important;
    margin-top: 0;
  }
  .fg-web-theme-02 .fg-web-page-header .fg-web-header-content .fg-web-main-nav .navbar-nav .dropdown-menu .dropdown-menu .dropdown-menu {
    position: static !important;
  }
  .fg-web-theme-02 .fg-web-page-header .fg-web-header-content .fg-web-main-nav .navbar-nav .dropdown > .dropdown-menu {
    display: none;
    background: none;
  }
  .fg-web-theme-02 .fg-web-page-header .fg-web-header-content .fg-web-main-nav .navbar-nav .dropdown.show {
    border: 0;
  }
  .fg-web-theme-02 .fg-web-page-header .fg-web-header-content .fg-web-main-nav .navbar-nav .dropdown.show > .dropdown-menu {
    display: block;
    clear: both;
    float: none;
  }
  .fg-web-theme-02 .fg-web-page-header .fg-web-header-content .fg-web-main-nav .navbar-nav .dropdown.show > .fg-dropdown-toggle {
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .fg-web-theme-02 .fg-web-page-header .fg-web-header-content .fg-web-main-nav .navbar-nav .dropdown-submenu.open > .fg-dropdown-toggle {
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .fg-web-theme-02 .fg-web-page-header .fg-web-header-content .fg-web-main-nav .navbar-nav .fg-dropdown-toggle {
    border: none;
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 20px;
    text-align: right;
    z-index: 6;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 1px;
    right: 0;
    bottom: auto;
    left: auto;
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
  }
}
.fg-web-theme-02 .fg-web-page-header .fg-web-header-content > .fg-logo-wrapper {
  left: 27px;
}
.fg-web-theme-02 .fg-web-page-header.has-background.has-logo.content_area_width .fg-web-header-content .fg-header-bg, .fg-web-theme-02 .fg-web-page-header.has-background.has-logo.full_width .fg-web-header-content .fg-header-bg {
  min-height: auto;
}
.fg-web-theme-02 .fg-web-page-header.has-background.banner_right_aligned#webpagelayout-header .fg-web-header-content .fg-logo-right {
  bottom: 54px;
}
.fg-web-theme-02 .fg-web-page-header.has-background.banner_right_aligned#webpagelayout-header .fg-web-header-content .fg-logo-center {
  bottom: 54px;
}
.fg-web-theme-02 .fg-web-page-header.has-background.banner_right_aligned#webpagelayout-header .fg-web-header-content .fg-logo-left {
  bottom: 54px;
}
.fg-web-theme-02 .fg-web-page-header.has-background.banner_left_aligned#webpagelayout-header .fg-web-header-content .fg-logo-left {
  bottom: 54px;
}
.fg-web-theme-02 .fg-web-page-header.has-background.banner_left_aligned#webpagelayout-header .fg-web-header-content .fg-logo-center {
  bottom: 54px;
}
.fg-web-theme-02 .fg-web-page-header.has-background.banner_left_aligned#webpagelayout-header .fg-web-header-content .fg-logo-right {
  bottom: 54px;
}
.fg-web-theme-02 .fg-web-page-header .dropdown-menu li a {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.fg-web-theme-02 .fg-web-page-header .dropdown-menu li a:hover {
  background: none;
}
.fg-web-theme-02 .fg-web-page-header .dropdown-menu li:last-child a {
  border-bottom: none;
}
.fg-web-theme-02 .fg-web-page-header .dropdown-menu li.active > a {
  background: none;
}
@media only screen and (min-width: 992px) {
  .fg-web-theme-02 .fg-web-page-header.fg-header-shrinked .fg-web-main-nav-bar .fg-logo-wrapper .fg-logo {
    padding: 5px 0;
  }
  .fg-web-theme-02 .fg-web-page-header.fg-header-shrinked .fg-web-main-nav-bar .fg-logo-wrapper .fg-logo .fg-shrinked, .fg-web-theme-02 .fg-web-page-header.fg-header-shrinked .fg-web-main-nav-bar .fg-logo-wrapper .fg-logo .fg-original {
    top: 5px;
  }
}
.fg-web-theme-02 .fg-web-page-header.fg-header-shrinked .fg-web-main-nav-bar .fg-logo-wrapper .fg-logo img {
  max-height: 55px;
}
.fg-web-theme-02 .fg-web-page-header.fg-header-shrinked .fg-web-main-nav-bar .fg-web-main-nav .navbar-nav > li > a {
  padding: 5px 10px;
}
.fg-web-theme-02 .fg-web-page-header .fg-logo-wrapper {
  padding: 0;
  margin: auto;
  text-align: center;
  position: absolute;
  top: 20px;
  right: auto;
  bottom: 78px;
  left: 15px;
}
.fg-web-theme-02 .fg-web-page-header .fg-logo-wrapper .fg-logo {
  display: flex;
  height: 100%;
  max-height: 220px;
  align-items: flex-start;
  width: auto;
}
.fg-web-theme-02 .fg-web-page-header .fg-logo-wrapper .fg-logo img {
  max-height: 220px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-width: 100px;
  -o-object-fit: contain;
  object-fit: contain;
}
.fg-web-theme-02 .fg-web-page-header .fg-logo-wrapper.fg-logo-center {
  right: 15px;
  width: auto;
}
.fg-web-theme-02 .fg-web-page-header .fg-logo-wrapper.fg-logo-center .fg-logo {
  text-align: center;
}
.fg-web-theme-02 .fg-web-page-header .fg-logo-wrapper.fg-logo-center .fg-logo img {
  margin: auto;
  object-fit: contain;
}
.fg-web-theme-02 .fg-web-page-header .fg-logo-wrapper.fg-logo-left .fg-logo {
  justify-content: flex-start;
  text-align: left;
}
.fg-web-theme-02 .fg-web-page-header .fg-logo-wrapper.fg-logo-right {
  left: auto;
  right: 15px;
}
.fg-web-theme-02 .fg-web-page-header .fg-logo-wrapper.fg-logo-right .fg-logo {
  justify-content: flex-end;
}
.fg-web-theme-02 .fg-web-page-header .fg-logo-wrapper.fg-logo-right .fg-logo img {
  float: right;
}
@media only screen and (max-width: 767px) {
  .fg-web-theme-02 .fg-web-page-header .fg-logo-wrapper img.fg-mob-logo {
    display: inline !important;
  }
}
.fg-web-theme-02 .fg-web-page-header.no-logo:not(.fg-web-page-fixed-header) .fg-web-header-content .fg-navbar-container {
  position: static;
  min-height: 0;
  margin-top: 0;
}
.fg-web-theme-02 .fg-web-page-header.no-logo:not(.fg-web-page-fixed-header).no-background .fg-web-header-content {
  margin-top: 56px;
  min-height: 0;
}
.fg-web-theme-02 .fg-web-page-header.no-logo:not(.fg-web-page-fixed-header).full_width .fg-web-header-content .fg-navbar-container {
  margin-top: -59px;
}
@media only screen and (max-width: 992px) {
  .fg-web-theme-02 .fg-web-page-header.no-logo:not(.fg-web-page-fixed-header).full_width .fg-web-header-content .fg-navbar-container {
    margin-top: 0;
  }
}
.fg-web-theme-02 .fg-web-page-header.no-background .fg-logo-wrapper {
  position: static;
  margin: 30px auto 30px auto;
}
.fg-web-theme-02 .fg-web-page-header.no-background .fg-logo-wrapper.fg-logo-center {
  float: none;
  margin: 30px auto 90px auto;
}
@media only screen and (max-width: 992px) {
  .fg-web-theme-02 .fg-web-page-header.no-background .fg-logo-wrapper.fg-logo-center {
    margin: 30px auto 30px auto;
  }
}
.fg-web-theme-02 .fg-web-page-header.no-background .fg-logo-wrapper.fg-logo-left {
  float: left;
}
.fg-web-theme-02 .fg-web-page-header.no-background .fg-logo-wrapper.fg-logo-right {
  float: right;
}
@media only screen and (max-width: 991px) {
  .fg-web-theme-02 .fg-web-page-header.has-logo.has-background:not(.fg-web-page-fixed-header) .fg-web-header-content .fg-logo-container, .fg-web-theme-02 .fg-web-page-header.has-logo-xs.has-background:not(.fg-web-page-fixed-header) .fg-web-header-content .fg-logo-container {
    bottom: 58px;
    height: auto;
    left: 0;
    right: 0;
    top: 13px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .fg-web-theme-02 .fg-web-page-header.has-logo.has-background:not(.fg-web-page-fixed-header) .fg-web-header-content .fg-logo-container .fg-logo-wrapper, .fg-web-theme-02 .fg-web-page-header.has-logo-xs.has-background:not(.fg-web-page-fixed-header) .fg-web-header-content .fg-logo-container .fg-logo-wrapper {
    position: static;
    height: 100%;
    width: 100%;
  }
  .fg-web-theme-02 .fg-web-page-header.has-logo.has-background:not(.fg-web-page-fixed-header) .fg-web-header-content .fg-logo-wrapper, .fg-web-theme-02 .fg-web-page-header.has-logo-xs.has-background:not(.fg-web-page-fixed-header) .fg-web-header-content .fg-logo-wrapper {
    bottom: 55px;
    height: auto;
    top: 10px;
  }
}
.fg-web-theme-02 .fg-web-page-header.has-logo.has-background:not(.fg-web-page-fixed-header) .fg-logo-wrapper .fg-logo img, .fg-web-theme-02 .fg-web-page-header.has-logo-xs.has-background:not(.fg-web-page-fixed-header) .fg-logo-wrapper .fg-logo img {
  display: flex;
  height: 100%;
  width: auto;
  min-width: auto;
}
@media only screen and (max-width: 991px) {
  .fg-web-theme-02 .fg-web-page-header.has-logo.no-background:not(.fg-web-page-fixed-header) .fg-web-header-content, .fg-web-theme-02 .fg-web-page-header.has-logo-xs.no-background:not(.fg-web-page-fixed-header) .fg-web-header-content {
    margin-top: 0;
  }
  .fg-web-theme-02 .fg-web-page-header.has-logo.no-background:not(.fg-web-page-fixed-header) .fg-web-header-content .fg-logo-wrapper, .fg-web-theme-02 .fg-web-page-header.has-logo-xs.no-background:not(.fg-web-page-fixed-header) .fg-web-header-content .fg-logo-wrapper {
    padding: 0 15px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .fg-web-theme-02 .fg-web-page-header.has-logo.no-background:not(.fg-web-page-fixed-header) .fg-web-header-content .fg-logo-wrapper .fg-logo img, .fg-web-theme-02 .fg-web-page-header.has-logo-xs.no-background:not(.fg-web-page-fixed-header) .fg-web-header-content .fg-logo-wrapper .fg-logo img {
    max-height: 70px;
    min-width: auto;
  }
  .fg-web-theme-02 .fg-web-page-header.has-logo.no-background:not(.fg-web-page-fixed-header) .fg-web-header-content .fg-logo-wrapper.fg-logo-center, .fg-web-theme-02 .fg-web-page-header.has-logo-xs.no-background:not(.fg-web-page-fixed-header) .fg-web-header-content .fg-logo-wrapper.fg-logo-center {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .fg-web-theme-02 .fg-web-page-header:not(.fg-web-page-fixed-header) .fg-web-header-content .fg-navbar-container {
    height: 45px;
  }
  .fg-web-theme-02 .fg-web-page-header:not(.fg-web-page-fixed-header) .fg-web-header-content .fg-navbar-container .fg-additional-nav .fg-web-top-nav-languages {
    margin: 6px 0 0 0px;
  }
  .fg-web-theme-02 .fg-web-page-header:not(.fg-web-page-fixed-header) .fg-web-header-content .fg-navbar-container .fg-additional-nav .fg-web-top-nav-links {
    margin: 8px 0 0 10px;
  }
}
.fg-web-theme-02 .fg-web-page-header.content_area_width .fg-web-header-content .fg-header-bg img {
  margin: 0;
}
.fg-web-theme-02.fg-navbar-open .fg-web-page-header .fg-web-main-nav-bar .fg-web-main-nav {
  height: auto;
  overflow-y: auto;
}
.fg-web-theme-02 .fg-web-nav-icon {
  background-color: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  height: 55px;
  position: relative;
  width: 60px;
  top: 3px;
}
@media only screen and (min-width: 992px) {
  .fg-web-theme-02 .fg-web-nav-icon {
    display: none;
  }
}
.fg-web-theme-02 .fg-web-nav-icon span {
  backface-visibility: hidden;
  background-color: #fff;
  border-radius: 2px;
  display: block;
  height: 4px;
  margin: auto;
  position: relative;
  transition: .3s all ease;
  width: 24px;
  top: 24px;
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fg-web-theme-02 .fg-web-nav-icon span:after, .fg-web-theme-02 .fg-web-nav-icon span:before {
  content: "";
  left: 0;
  position: absolute;
  top: -8px;
  transition: .3s all ease;
}
.fg-web-theme-02 .fg-web-nav-icon span:after {
  backface-visibility: hidden;
  background-color: #fff;
  border-radius: 2px;
  height: 4px;
  top: 8px;
  width: 24px;
  -moz-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
}
.fg-web-theme-02 .fg-web-nav-icon span:before {
  backface-visibility: hidden;
  background-color: #fff;
  border-radius: 2px;
  height: 4px;
  width: 24px;
  -moz-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
}
.fg-web-theme-02 .fg-web-nav-icon.active span {
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.fg-web-theme-02 .fg-web-nav-icon.active span:before, .fg-web-theme-02 .fg-web-nav-icon.active span:after {
  top: 0;
  width: 15px;
}
.fg-web-theme-02 .fg-web-nav-icon.active span:before {
  -moz-transform: rotate3d(0, 0, 1, -40deg);
  -o-transform: rotate3d(0, 0, 1, -40deg);
  -ms-transform: rotate3d(0, 0, 1, -40deg);
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}
.fg-web-theme-02 .fg-web-nav-icon.active span:after {
  -moz-transform: rotate3d(0, 0, 1, 40deg);
  -o-transform: rotate3d(0, 0, 1, 40deg);
  -ms-transform: rotate3d(0, 0, 1, 40deg);
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}
@media only screen and (max-width: 991px) {
  .fg-web-theme-02.fg-has-admin-nav .fg-webpage-admin-header {
    margin-top: -45px;
  }
}
.fg-web-theme-02 .fg-web-page-title-bar {
  position: relative;
  padding: 35px 0 5px 0;
}
@media only screen and (max-width: 991px) {
  .fg-web-theme-02 .fg-web-page-title-bar .container {
    max-width: 100%;
    width: auto;
  }
}
.fg-web-theme-02 .fg-web-page-title-bar .fg-web-titlebar-left-col {
  outline: none;
  position: relative;
}
.fg-web-theme-02 .fg-web-page-title-bar .fg-web-titlebar-right-col a:hover {
  text-decoration: none;
}
.fg-web-theme-02 .fg-web-page-title-bar .fg-titlebar-block {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.fg-web-theme-02 .fg-web-page-title-bar .fg-web-page-title {
  font-size: 40px;
  margin: 0 0 20px 0;
  text-shadow: 0 5px 5px #555;
  line-height: .9;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.fg-web-theme-02 .fg-web-page-title-bar:not(.has-breadcrumbs) {
  min-height: 75px;
}
.fg-web-theme-02 .fg-web-page-title-bar.has-close-btn .fg-web-titlebar-left-col {
  width: calc(100% - 185px);
  display: inline-block;
  float: none !important;
  vertical-align: top;
}
.fg-web-theme-02 .fg-web-page-title-bar.has-close-btn .fg-web-titlebar-left-col.close-btn-only {
  width: calc(100% - 65px);
}
.fg-web-theme-02 .fg-web-page-title-bar.has-close-btn .fg-web-titlebar-left-col.close-btn-only + .fg-web-titlebar-right-col .fg-page-close {
  margin: 0;
}
.fg-web-theme-02 .fg-web-page-title-bar.has-close-btn .fg-web-titlebar-left-col.close-btn-only + .fg-web-titlebar-right-col + .fg-web-title-filter-wrapper {
  display: none;
}
@media only screen and (max-width: 767px) {
  .fg-web-theme-02 .fg-web-page-title-bar.has-close-btn .fg-web-titlebar-left-col {
    width: calc(100% - 60px);
  }
}
.fg-web-theme-02 .fg-web-page-title-bar.has-close-btn .fg-web-titlebar-right-col {
  display: inline-block;
  float: none !important;
  vertical-align: middle;
  line-height: 1.0;
}
.fg-web-theme-02 .fg-web-page-title-bar input[type="text"] {
  padding: 6px 10px;
}
.fg-web-theme-02 .fg-web-page-title-bar input[type="text"], .fg-web-theme-02 .fg-web-page-title-bar .bootstrap-select {
  height: 40px;
  outline: none;
  border: 1px solid;
  width: 100% !important;
}
.fg-web-theme-02 .fg-web-page-title-bar .fg-page-search {
  margin-right: 0;
  width: 160px;
}
.fg-web-theme-02 .fg-web-page-title-bar .fg-page-timeperiod {
  width: 160px;
}
.fg-web-theme-02 .fg-web-page-title-bar .bootstrap-select .selectpicker {
  height: 34px;
  border: 0;
  font-size: 15px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.fg-web-theme-02 .fg-web-page-title-bar .bootstrap-select .dropdown-menu li a {
  outline: none;
}
.fg-web-theme-02 .fg-web-page-title-bar .bootstrap-select .dropdown-menu li a span.text {
  margin-right: 5px;
}
.fg-web-theme-02 .fg-web-page-title-bar .fg-web-title-filter-wrapper {
  margin-bottom: 15px;
}
.fg-web-theme-02 .fg-web-page-title-bar .fg-web-title-filter-wrapper > .fg-titlebar-block {
  width: 220px;
}
@media only screen and (max-width: 767px) {
  .fg-web-theme-02 .fg-web-page-title-bar .fg-web-title-filter-wrapper {
    float: none !important;
    width: 100%;
    clear: both;
  }
  .fg-web-theme-02 .fg-web-page-title-bar .fg-web-title-filter-wrapper > .fg-titlebar-block {
    width: 49%;
    margin: 0;
  }
  .fg-web-theme-02 .fg-web-page-title-bar .fg-web-title-filter-wrapper > .fg-titlebar-block.fg-page-search {
    width: 100%;
  }
}
@media only screen and (max-width: 375px) {
  .fg-web-theme-02 .fg-web-page-title-bar .fg-web-title-filter-wrapper > .fg-titlebar-block {
    width: 100%;
    margin: 5px 0 5px 0;
  }
}
.fg-web-theme-02 .fg-web-page-title-bar .fg-web-title-filter-wrapper .bootstrap-select .dropdown-menu {
  padding: 0;
  margin: 0;
}
.fg-web-theme-02 .fg-web-page-title-bar .fg-web-title-filter-wrapper .bootstrap-select .selectpicker {
  height: 100%;
  max-height: 250px !important;
}
.fg-web-theme-02 .fg-web-page-title-bar .fg-rss-feed-link {
  vertical-align: middle;
  line-height: 1;
  margin: 2px 10px auto 3px;
}
.fg-web-theme-02 .fg-web-page-title-bar .fg-rss-feed-link > i {
  font-size: 21px;
}
.fg-web-theme-02 .fg-web-page-title-bar [class^='fg-icon'], .fg-web-theme-02 .fg-web-page-title-bar div[class*=' fg-icon'] {
  cursor: pointer;
}
.fg-web-theme-02 .fg-web-page-title-bar .fg-icon-bg .fg-icon {
  display: block;
  font-size: 56px;
}
.fg-web-theme-02 .fg-web-page-title-bar .fg-icon-bg.fg-page-prev, .fg-web-theme-02 .fg-web-page-title-bar .fg-icon-bg.fg-page-next {
  display: none;
}
.fg-web-theme-02 .fg-web-page-title-bar.has-breadcrumbs .fg-web-titlebar-left-col.has-breadcrumb {
  margin-top: -22px;
}
@media only screen and (min-width: 768px) {
  .fg-web-theme-02 .fg-web-page-title-bar.has-breadcrumbs .fg-web-titlebar-left-col.has-breadcrumb {
    max-width: calc(100% - 180px);
  }
}
@media only screen and (max-width: 767px) {
  .fg-web-theme-02 .fg-web-page-title-bar.has-breadcrumbs .fg-web-titlebar-left-col.has-breadcrumb {
    max-width: calc(100% - 60px);
  }
}
.fg-web-theme-02 .fg-web-page-title-bar.has-breadcrumbs .fg-web-titlebar-left-col.has-breadcrumb .fg-breadcrumb-block {
  clear: both;
  position: relative !important;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .fg-web-theme-02 .fg-web-page-title-bar.has-breadcrumbs .fg-web-titlebar-left-col.has-breadcrumb .fg-breadcrumb-block {
    position: static;
  }
}
.fg-web-theme-02 .fg-web-page-title-bar.has-breadcrumbs .fg-web-titlebar-left-col.has-breadcrumb .fg-breadcrumb-block .fg-breadcrumbs {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 15px;
}
.fg-web-theme-02 .fg-web-page-title-bar.has-breadcrumbs .fg-web-titlebar-left-col.has-breadcrumb .fg-breadcrumb-block .fg-breadcrumbs li {
  display: inline-block;
}
.fg-web-theme-02 .fg-web-page-title-bar.has-breadcrumbs .fg-web-titlebar-left-col.has-breadcrumb .fg-breadcrumb-block .fg-breadcrumbs li a {
  text-decoration: none;
}
.fg-web-theme-02 .fg-web-page-title-bar.has-breadcrumbs .fg-web-titlebar-left-col.has-breadcrumb .fg-breadcrumb-block .fg-breadcrumbs li:after {
  content: "\f105";
  font-family: FontAwesome !important;
  margin: 0 3px 0 8px;
  display: inline-block;
}
.fg-web-theme-02 .fg-web-page-title-bar.has-breadcrumbs .fg-web-titlebar-left-col.has-breadcrumb .fg-breadcrumb-block .fg-breadcrumbs li:last-child:after {
  display: none;
}
.fg-web-theme-02 .fg-web-page-title-bar.has-breadcrumbs .fg-web-titlebar-right-col {
  line-height: 55px;
}
.fg-web-theme-02 .fg-web-page-title-bar .fg-titlebar-moremenu-wrapper {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 350px;
}
@media only screen and (max-width: 767px) {
  .fg-web-theme-02 .fg-web-page-title-bar .fg-titlebar-moremenu-wrapper {
    width: 100%;
  }
}
.fg-web-theme-02 .fg-web-page-title-bar .fg-titlebar-moremenu-wrapper .fg-data-more-tab {
  width: auto;
  float: right;
}
@media only screen and (max-width: 767px) {
  .fg-web-theme-02 .fg-web-page-title-bar .fg-titlebar-moremenu-wrapper .fg-data-more-tab {
    float: left;
    width: 100%;
    margin-bottom: 15px;
  }
}
.fg-web-theme-02 .fg-web-page-title-bar .fg-titlebar-moremenu-wrapper .fg-data-more-tab .fa-angle-down {
  display: none;
}
.fg-web-theme-02 .fg-web-main-content {
  min-height: 300px;
}
@media only screen and (max-width: 1199px) {
  .fg-web-theme-02 .fg-web-main-content > .container {
    width: auto;
    padding: 0;
    max-width: 100%;
  }
}
.fg-web-theme-02.fg-footer-sticky .fg-web-page-footer {
  position: fixed;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 8000;
}
.fg-web-theme-02 .fg-web-page-footer {
  padding-top: 30px;
}
.fg-web-theme-02 .fg-web-page-footer .fg-widget-block:not(.fg-calendar-event-widget):not(.fg-article-widget):not(.fg-form-widget):not(.fg-nl-subscription-widget):not(.fg-portrait-widget) {
  /*Box background color*/
  background: none !important;
  padding: 10px 0 !important;
}
.fg-web-theme-02 .fg-web-page-footer .fg-widget-block:not(.fg-calendar-event-widget):not(.fg-article-widget):not(.fg-form-widget):not(.fg-nl-subscription-widget):not(.fg-portrait-widget).fg-header-widget {
  padding-bottom: 0 !important;
}
.fg-web-theme-02 .fg-web-page-footer .fg-widget-block.fg-header-widget h3, .fg-web-theme-02 .fg-web-page-footer .fg-widget-block.fg-header-widget h4, .fg-web-theme-02 .fg-web-page-footer .fg-widget-block.fg-header-widget h5, .fg-web-theme-02 .fg-web-page-footer .fg-widget-block.fg-header-widget h6 {
  background: none !important;
  padding-left: 0;
  padding-right: 0;
}
.fg-web-theme-02 .fg-web-page-footer .fg-column-container:last-child {
  margin-bottom: 0 !important;
}
.fg-web-theme-02 .dataTables_paginate {
  padding: 12px 6px !important;
  width: 100%;
  margin: 0 !important;
  text-align: right !important;
}
.fg-web-theme-02 .dataTables_paginate .paginate_button {
  background: none !important;
  border: none !important;
}
.fg-web-theme-02 .dataTables_paginate .paginate_button.disabled {
  pointer-events: none;
  opacity: .7;
}
.fg-web-theme-02 .dataTables_paginate .dataTables_paginate .paging_simple_numbers a.paginate_button.disabled {
  pointer-events: none;
  opacity: .7;
}
.fg-web-theme-02 .fg-grid-col-1 .dataTables_paginate {
  padding: 12px 5px !important;
}
.fg-web-theme-02 .fg-grid-col-1 .dataTables_paginate a.paginate_button:not(.current):not(.previous):not(.next) {
  display: none;
}
@media only screen and (max-width: 375px) {
  .fg-web-theme-02 .g-recaptcha {
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@media only screen and (max-width: 320px) {
  .fg-web-theme-02 .g-recaptcha {
    -moz-transform: scale(0.7);
    -o-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}
@media only screen and (min-width: 768px) {
  .fg-web-theme-02 .fg-grid-col-1 .g-recaptcha {
    -moz-transform: scale(0.35);
    -o-transform: scale(0.35);
    -ms-transform: scale(0.35);
    -webkit-transform: scale(0.35);
    transform: scale(0.35);
  }
}
@media only screen and (min-width: 1200px) {
  .fg-web-theme-02 .fg-grid-col-1 .g-recaptcha {
    -moz-transform: scale(0.45);
    -o-transform: scale(0.45);
    -ms-transform: scale(0.45);
    -webkit-transform: scale(0.45);
    transform: scale(0.45);
  }
}
.fg-web-theme-02 .bootstrap-select {
  display: table !important;
  table-layout: fixed;
}
.fg-web-theme-02 .bootstrap-select .selectpicker {
  min-height: 40px;
}
.fg-web-theme-02 .bootstrap-select > .dropdown-menu {
  background: none !important;
  background: #fff;
  color: #333;
}
.fg-web-theme-02 .bootstrap-select > .dropdown-menu .inner.show {
  background: #fff;
}
.fg-web-theme-02 .bootstrap-select > .dropdown-menu .inner.show li a {
  color: #333;
}
.fg-web-theme-02 .bootstrap-select > .dropdown-menu .bs-searchbox {
  background: #fff;
}
.fg-web-theme-02 .bootstrap-select > .dropdown-menu .bs-searchbox .form-control {
  color: #495057;
  border: 1px solid #ced4da;
}
.fg-web-theme-02 .fg-gallery-wrapper .ug-tile .ug-textpanel-title {
  font-weight: bold;
}
.fg-web-theme-02 .fg-datatable .dataTables_wrapper {
  font-size: 14px;
}
.fg-web-theme-02 .fg-widget-block {
  margin-bottom: 0;
}
.fg-web-theme-02 .fg-columnbox {
  margin-bottom: 30px;
}
.fg-web-theme-02 .fg-header-widget {
  margin-bottom: 0;
  min-height: 0;
}
.fg-web-theme-02 .fg-form-widget fieldset,
.fg-web-theme-02 .fg-nl-subscription-widget fieldset {
  border: 0;
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  padding: 20px !important;
}
.fg-web-theme-02 .fg-form-widget fieldset > legend,
.fg-web-theme-02 .fg-nl-subscription-widget fieldset > legend {
  background: none;
  width: 100%;
  font-size: 15px;
  font-weight: bold;
  padding-left: 20px;
  text-transform: uppercase;
  position: absolute;
  top: 20px;
  right: auto;
  bottom: auto;
  left: 20px;
}
.fg-web-theme-02 .fg-form-widget fieldset > .fg-hidden-span,
.fg-web-theme-02 .fg-nl-subscription-widget fieldset > .fg-hidden-span {
  display: block;
  margin: 0 auto 20px auto;
}
.fg-web-theme-02 .fg-grid-col-1 .fg-form-widget fieldset > legend {
  top: 10px;
}
.fg-web-theme-02 .fg-grid-col-1 .fg-form-widget fieldset > .fg-hidden-span {
  margin: 0 auto 30px auto;
}
@media only screen and (max-width: 767px) {
  .fg-web-theme-02 .fg-form-widget fieldset > legend {
    position: relative;
    margin: 0 0 10px -20px;
    left: 0;
  }
}
.fg-web-theme-02 .fg-grid-col-1 .fg-text-widget .fg-text-widget-wrapper,
.fg-web-theme-02 .fg-grid-col-2 .fg-text-widget .fg-text-widget-wrapper,
.fg-web-theme-02 .fg-grid-col-3 .fg-text-widget .fg-text-widget-wrapper,
.fg-web-theme-02 .fg-grid-col-4 .fg-text-widget .fg-text-widget-wrapper,
.fg-web-theme-02 .fg-grid-col-5 .fg-text-widget .fg-text-widget-wrapper,
.fg-web-theme-02 .fg-grid-col-6 .fg-text-widget .fg-text-widget-wrapper {
  font-size: 14px;
  line-height: 1.5em;
}
.fg-web-theme-02 .fg-contact-table-widget table.dataTable tbody th, .fg-web-theme-02 .fg-contact-table-widget table.dataTable tbody td {
  padding: 6px 10px 5px 10px;
}
.fg-web-theme-02 .fg-article-widget .fg-article {
  margin: 0;
}
.fg-web-theme-02 .fg-article-widget .fg-article-wrapper {
  margin: 0;
}
.fg-web-theme-02 .fg-article-widget .fg-article-wrapper h4 {
  background: none !important;
  margin: 0 0 10px 0;
  padding: 0;
}
.fg-web-theme-02 .fg-article-widget .fg-article-wrapper footer {
  border: none;
  padding: 0;
}
.fg-web-theme-02 .fg-article-widget .fg-article-wrapper .fg-read-more:not(.fg-readmore-text) {
  display: none;
}
.fg-web-theme-02 .fg-article-widget .fg-article-wrapper .fg-content {
  font-size: 14px;
}
.fg-web-theme-02 .fg-article-widget .fg-article-wrapper .fg-article-slider .carousel-caption {
  font-size: 14px  !important;
}
.fg-web-theme-02 .fg-article-widget .fg-article-wrapper .fg-article-slider .carousel-caption p {
  position: relative;
  padding-right: 55px;
}
.fg-web-theme-02 .fg-article-widget .fg-article-wrapper .fg-article-slider .carousel-caption p .fg-read-more {
  display: block;
}
.fg-web-theme-02 .fg-article-widget .fg-article-wrapper .fg-article-slider .carousel-caption p .fg-read-more .fg-icon {
  border: 1px solid;
  padding: 12px;
  vertical-align: middle;
  display: inline-block;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  margin: auto;
}
.fg-web-theme-02 .fg-article-widget .fg-article-wrapper .fg-article-slider.fg-slider-btm-tab .fg-article-slider-nav, .fg-web-theme-02 .fg-article-widget .fg-article-wrapper .fg-article-slider.fg-slider-right-tab .fg-article-slider-nav {
  border: none;
}
.fg-web-theme-02 .fg-article-widget .fg-article-wrapper .fg-article-slider.fg-slider-btm-tab .fg-article-slider-nav li, .fg-web-theme-02 .fg-article-widget .fg-article-wrapper .fg-article-slider.fg-slider-right-tab .fg-article-slider-nav li {
  border: none;
}
.fg-web-theme-02 .fg-article-widget .fg-article-wrapper .fg-article-slider.fg-slider-btm-tab .fg-article-slider-nav li > a span, .fg-web-theme-02 .fg-article-widget .fg-article-wrapper .fg-article-slider.fg-slider-right-tab .fg-article-slider-nav li > a span {
  font-size: 15px;
  text-transform: uppercase !important;
}
@media only screen and (min-width: 768px) {
  .fg-web-theme-02 .fg-article-widget .fg-col-3 .fg-article-wrapper,
  .fg-web-theme-02 .fg-article-widget .fg-col-4 .fg-article-wrapper,
  .fg-web-theme-02 .fg-article-widget .fg-col-5 .fg-article-wrapper,
  .fg-web-theme-02 .fg-article-widget .fg-col-6 .fg-article-wrapper {
    overflow: hidden;
    height: 200px;
  }
  .fg-web-theme-02 .fg-article-widget .fg-col-3 .fg-article-wrapper .fg-readmore-text,
  .fg-web-theme-02 .fg-article-widget .fg-col-4 .fg-article-wrapper .fg-readmore-text,
  .fg-web-theme-02 .fg-article-widget .fg-col-5 .fg-article-wrapper .fg-readmore-text,
  .fg-web-theme-02 .fg-article-widget .fg-col-6 .fg-article-wrapper .fg-readmore-text {
    display: none !important;
  }
  .fg-web-theme-02 .fg-article-widget .fg-col-3 .fg-article-wrapper.fg-article-left-img .fg-content,
  .fg-web-theme-02 .fg-article-widget .fg-col-4 .fg-article-wrapper.fg-article-left-img .fg-content,
  .fg-web-theme-02 .fg-article-widget .fg-col-5 .fg-article-wrapper.fg-article-left-img .fg-content,
  .fg-web-theme-02 .fg-article-widget .fg-col-6 .fg-article-wrapper.fg-article-left-img .fg-content {
    display: table;
    overflow: hidden;
    width: 100%;
  }
  .fg-web-theme-02 .fg-article-widget .fg-col-3 .fg-article-wrapper.fg-article-left-img .fg-content > figure,
  .fg-web-theme-02 .fg-article-widget .fg-col-4 .fg-article-wrapper.fg-article-left-img .fg-content > figure,
  .fg-web-theme-02 .fg-article-widget .fg-col-5 .fg-article-wrapper.fg-article-left-img .fg-content > figure,
  .fg-web-theme-02 .fg-article-widget .fg-col-6 .fg-article-wrapper.fg-article-left-img .fg-content > figure {
    width: 50%;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    height: 200px;
    background-size: cover;
    background-position: center;
  }
  .fg-web-theme-02 .fg-article-widget .fg-col-3 .fg-article-wrapper.fg-article-left-img .fg-content > figure > img,
  .fg-web-theme-02 .fg-article-widget .fg-col-4 .fg-article-wrapper.fg-article-left-img .fg-content > figure > img,
  .fg-web-theme-02 .fg-article-widget .fg-col-5 .fg-article-wrapper.fg-article-left-img .fg-content > figure > img,
  .fg-web-theme-02 .fg-article-widget .fg-col-6 .fg-article-wrapper.fg-article-left-img .fg-content > figure > img {
    opacity: 0;
  }
  .fg-web-theme-02 .fg-article-widget .fg-col-3 .fg-article-wrapper.fg-article-left-img .fg-content > .fg-right-col,
  .fg-web-theme-02 .fg-article-widget .fg-col-4 .fg-article-wrapper.fg-article-left-img .fg-content > .fg-right-col,
  .fg-web-theme-02 .fg-article-widget .fg-col-5 .fg-article-wrapper.fg-article-left-img .fg-content > .fg-right-col,
  .fg-web-theme-02 .fg-article-widget .fg-col-6 .fg-article-wrapper.fg-article-left-img .fg-content > .fg-right-col {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
  }
  .fg-web-theme-02 .fg-article-widget .fg-col-3 .fg-article-wrapper.fg-article-left-img .fg-content > .fg-right-col .fg-article-inner-content,
  .fg-web-theme-02 .fg-article-widget .fg-col-4 .fg-article-wrapper.fg-article-left-img .fg-content > .fg-right-col .fg-article-inner-content,
  .fg-web-theme-02 .fg-article-widget .fg-col-5 .fg-article-wrapper.fg-article-left-img .fg-content > .fg-right-col .fg-article-inner-content,
  .fg-web-theme-02 .fg-article-widget .fg-col-6 .fg-article-wrapper.fg-article-left-img .fg-content > .fg-right-col .fg-article-inner-content {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -moz-transform: translateX(25%);
    -o-transform: translateX(25%);
    -ms-transform: translateX(25%);
    -webkit-transform: translateX(25%);
    transform: translateX(25%);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .fg-web-theme-02 .fg-article-widget .fg-col-3 .fg-article-wrapper.fg-article-left-img .fg-content > .fg-article-inner-content,
  .fg-web-theme-02 .fg-article-widget .fg-col-4 .fg-article-wrapper.fg-article-left-img .fg-content > .fg-article-inner-content,
  .fg-web-theme-02 .fg-article-widget .fg-col-5 .fg-article-wrapper.fg-article-left-img .fg-content > .fg-article-inner-content,
  .fg-web-theme-02 .fg-article-widget .fg-col-6 .fg-article-wrapper.fg-article-left-img .fg-content > .fg-article-inner-content {
    padding: 20px;
    overflow: hidden;
    white-space: nowrap;
  }
  .fg-web-theme-02 .fg-article-widget .fg-col-3 .fg-article-wrapper.fg-article-left-img .fg-content > .fg-article-inner-content h4,
  .fg-web-theme-02 .fg-article-widget .fg-col-4 .fg-article-wrapper.fg-article-left-img .fg-content > .fg-article-inner-content h4,
  .fg-web-theme-02 .fg-article-widget .fg-col-5 .fg-article-wrapper.fg-article-left-img .fg-content > .fg-article-inner-content h4,
  .fg-web-theme-02 .fg-article-widget .fg-col-6 .fg-article-wrapper.fg-article-left-img .fg-content > .fg-article-inner-content h4 {
    white-space: normal;
  }
  .fg-web-theme-02 .fg-article-widget .fg-col-3 .fg-article-wrapper.fg-article-left-img .fg-content > .fg-article-inner-content .fg-text-wrapper,
  .fg-web-theme-02 .fg-article-widget .fg-col-4 .fg-article-wrapper.fg-article-left-img .fg-content > .fg-article-inner-content .fg-text-wrapper,
  .fg-web-theme-02 .fg-article-widget .fg-col-5 .fg-article-wrapper.fg-article-left-img .fg-content > .fg-article-inner-content .fg-text-wrapper,
  .fg-web-theme-02 .fg-article-widget .fg-col-6 .fg-article-wrapper.fg-article-left-img .fg-content > .fg-article-inner-content .fg-text-wrapper {
    width: 100%;
    white-space: normal;
    display: inline-block;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .fg-web-theme-02 .fg-article-widget .fg-col-3 .fg-article-wrapper .fg-article-inner-content,
  .fg-web-theme-02 .fg-article-widget .fg-col-4 .fg-article-wrapper .fg-article-inner-content,
  .fg-web-theme-02 .fg-article-widget .fg-col-5 .fg-article-wrapper .fg-article-inner-content,
  .fg-web-theme-02 .fg-article-widget .fg-col-6 .fg-article-wrapper .fg-article-inner-content {
    padding: 10px 20px 50px 20px;
    min-height: 200px;
  }
  .fg-web-theme-02 .fg-article-widget .fg-col-3 .fg-article-wrapper .fg-article-inner-content .fg-text-wrapper,
  .fg-web-theme-02 .fg-article-widget .fg-col-4 .fg-article-wrapper .fg-article-inner-content .fg-text-wrapper,
  .fg-web-theme-02 .fg-article-widget .fg-col-5 .fg-article-wrapper .fg-article-inner-content .fg-text-wrapper,
  .fg-web-theme-02 .fg-article-widget .fg-col-6 .fg-article-wrapper .fg-article-inner-content .fg-text-wrapper {
    display: inline-block;
    width: 75%;
    width: calc(100% - 175px);
    vertical-align: middle;
  }
  .fg-web-theme-02 .fg-article-widget .fg-col-3 .fg-article-wrapper .fg-article-inner-content .fg-text-wrapper .fg-teaser,
  .fg-web-theme-02 .fg-article-widget .fg-col-4 .fg-article-wrapper .fg-article-inner-content .fg-text-wrapper .fg-teaser,
  .fg-web-theme-02 .fg-article-widget .fg-col-5 .fg-article-wrapper .fg-article-inner-content .fg-text-wrapper .fg-teaser,
  .fg-web-theme-02 .fg-article-widget .fg-col-6 .fg-article-wrapper .fg-article-inner-content .fg-text-wrapper .fg-teaser {
    display: block;
    overflow: hidden;
  }
  .fg-web-theme-02 .fg-article-widget .fg-col-3 .fg-article-wrapper .fg-article-inner-content .fg-read-more,
  .fg-web-theme-02 .fg-article-widget .fg-col-4 .fg-article-wrapper .fg-article-inner-content .fg-read-more,
  .fg-web-theme-02 .fg-article-widget .fg-col-5 .fg-article-wrapper .fg-article-inner-content .fg-read-more,
  .fg-web-theme-02 .fg-article-widget .fg-col-6 .fg-article-wrapper .fg-article-inner-content .fg-read-more {
    vertical-align: middle;
    display: inline-block;
    margin-left: 43px;
    margin-right: 0;
  }
  .fg-web-theme-02 .fg-article-widget .fg-col-3 .fg-article-wrapper .fg-article-inner-content .fg-icon,
  .fg-web-theme-02 .fg-article-widget .fg-col-4 .fg-article-wrapper .fg-article-inner-content .fg-icon,
  .fg-web-theme-02 .fg-article-widget .fg-col-5 .fg-article-wrapper .fg-article-inner-content .fg-icon,
  .fg-web-theme-02 .fg-article-widget .fg-col-6 .fg-article-wrapper .fg-article-inner-content .fg-icon {
    border: 1px solid;
    opacity: 0;
    padding: 12px;
    vertical-align: middle;
    display: inline-block;
    width: 45px;
    height: 45px;
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
  }
  .fg-web-theme-02 .fg-article-widget .fg-col-3 .fg-article-wrapper .fg-article-inner-content footer,
  .fg-web-theme-02 .fg-article-widget .fg-col-4 .fg-article-wrapper .fg-article-inner-content footer,
  .fg-web-theme-02 .fg-article-widget .fg-col-5 .fg-article-wrapper .fg-article-inner-content footer,
  .fg-web-theme-02 .fg-article-widget .fg-col-6 .fg-article-wrapper .fg-article-inner-content footer {
    margin: 10px 0 0 0;
  }
  .fg-web-theme-02 .fg-article-widget .fg-col-3 .fg-article-wrapper:hover .fg-content > .fg-right-col .fg-article-inner-content,
  .fg-web-theme-02 .fg-article-widget .fg-col-4 .fg-article-wrapper:hover .fg-content > .fg-right-col .fg-article-inner-content,
  .fg-web-theme-02 .fg-article-widget .fg-col-5 .fg-article-wrapper:hover .fg-content > .fg-right-col .fg-article-inner-content,
  .fg-web-theme-02 .fg-article-widget .fg-col-6 .fg-article-wrapper:hover .fg-content > .fg-right-col .fg-article-inner-content {
    -moz-transform: translateX(10%);
    -o-transform: translateX(10%);
    -ms-transform: translateX(10%);
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
  }
  .fg-web-theme-02 .fg-article-widget .fg-col-3 .fg-article-wrapper:hover .fg-content > .fg-right-col .fg-article-inner-content .fg-text-wrapper,
  .fg-web-theme-02 .fg-article-widget .fg-col-4 .fg-article-wrapper:hover .fg-content > .fg-right-col .fg-article-inner-content .fg-text-wrapper,
  .fg-web-theme-02 .fg-article-widget .fg-col-5 .fg-article-wrapper:hover .fg-content > .fg-right-col .fg-article-inner-content .fg-text-wrapper,
  .fg-web-theme-02 .fg-article-widget .fg-col-6 .fg-article-wrapper:hover .fg-content > .fg-right-col .fg-article-inner-content .fg-text-wrapper {
    width: calc(100% - 160px);
  }
  .fg-web-theme-02 .fg-article-widget .fg-col-3 .fg-article-wrapper:hover .fg-content > .fg-right-col .fg-article-inner-content .fg-icon,
  .fg-web-theme-02 .fg-article-widget .fg-col-4 .fg-article-wrapper:hover .fg-content > .fg-right-col .fg-article-inner-content .fg-icon,
  .fg-web-theme-02 .fg-article-widget .fg-col-5 .fg-article-wrapper:hover .fg-content > .fg-right-col .fg-article-inner-content .fg-icon,
  .fg-web-theme-02 .fg-article-widget .fg-col-6 .fg-article-wrapper:hover .fg-content > .fg-right-col .fg-article-inner-content .fg-icon {
    opacity: 1;
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .fg-web-theme-02 .fg-article-widget .fg-col-3 .fg-article-wrapper:hover .fg-content > .fg-article-inner-content .fg-text-wrapper,
  .fg-web-theme-02 .fg-article-widget .fg-col-4 .fg-article-wrapper:hover .fg-content > .fg-article-inner-content .fg-text-wrapper,
  .fg-web-theme-02 .fg-article-widget .fg-col-5 .fg-article-wrapper:hover .fg-content > .fg-article-inner-content .fg-text-wrapper,
  .fg-web-theme-02 .fg-article-widget .fg-col-6 .fg-article-wrapper:hover .fg-content > .fg-article-inner-content .fg-text-wrapper {
    width: 75%;
    width: calc(100% - 86px);
  }
  .fg-web-theme-02 .fg-article-widget .fg-col-3 .fg-article-wrapper:hover .fg-content > .fg-article-inner-content .fg-icon,
  .fg-web-theme-02 .fg-article-widget .fg-col-4 .fg-article-wrapper:hover .fg-content > .fg-article-inner-content .fg-icon,
  .fg-web-theme-02 .fg-article-widget .fg-col-5 .fg-article-wrapper:hover .fg-content > .fg-article-inner-content .fg-icon,
  .fg-web-theme-02 .fg-article-widget .fg-col-6 .fg-article-wrapper:hover .fg-content > .fg-article-inner-content .fg-icon {
    opacity: 1;
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@media only screen and (min-width: 992px) {
  .fg-web-theme-02 .fg-article-widget .fg-col-3 .fg-article-wrapper .fg-article-inner-content .fg-text-wrapper,
  .fg-web-theme-02 .fg-article-widget .fg-col-4 .fg-article-wrapper .fg-article-inner-content .fg-text-wrapper,
  .fg-web-theme-02 .fg-article-widget .fg-col-5 .fg-article-wrapper .fg-article-inner-content .fg-text-wrapper,
  .fg-web-theme-02 .fg-article-widget .fg-col-6 .fg-article-wrapper .fg-article-inner-content .fg-text-wrapper {
    width: calc(100% - 285px);
  }
  .fg-web-theme-02 .fg-article-widget .fg-col-3 .fg-article-wrapper:hover .fg-content > .fg-right-col .fg-article-inner-content .fg-text-wrapper,
  .fg-web-theme-02 .fg-article-widget .fg-col-4 .fg-article-wrapper:hover .fg-content > .fg-right-col .fg-article-inner-content .fg-text-wrapper,
  .fg-web-theme-02 .fg-article-widget .fg-col-5 .fg-article-wrapper:hover .fg-content > .fg-right-col .fg-article-inner-content .fg-text-wrapper,
  .fg-web-theme-02 .fg-article-widget .fg-col-6 .fg-article-wrapper:hover .fg-content > .fg-right-col .fg-article-inner-content .fg-text-wrapper {
    width: calc(100% - 205px);
  }
  .fg-web-theme-02 .fg-article-widget .fg-col-3 .fg-article-wrapper:hover .fg-content > .fg-article-inner-content .fg-text-wrapper,
  .fg-web-theme-02 .fg-article-widget .fg-col-4 .fg-article-wrapper:hover .fg-content > .fg-article-inner-content .fg-text-wrapper,
  .fg-web-theme-02 .fg-article-widget .fg-col-5 .fg-article-wrapper:hover .fg-content > .fg-article-inner-content .fg-text-wrapper,
  .fg-web-theme-02 .fg-article-widget .fg-col-6 .fg-article-wrapper:hover .fg-content > .fg-article-inner-content .fg-text-wrapper {
    width: calc(100% - 90px);
  }
}
@media only screen and (max-width: 767px) {
  .fg-web-theme-02 .fg-article-widget .fg-col-3 .fg-article-wrapper,
  .fg-web-theme-02 .fg-article-widget .fg-col-4 .fg-article-wrapper,
  .fg-web-theme-02 .fg-article-widget .fg-col-5 .fg-article-wrapper,
  .fg-web-theme-02 .fg-article-widget .fg-col-6 .fg-article-wrapper {
    padding: 20px;
  }
  .fg-web-theme-02 .fg-article-widget .fg-col-3 .fg-article-wrapper .fg-read-more:not(.fg-readmore-text),
  .fg-web-theme-02 .fg-article-widget .fg-col-4 .fg-article-wrapper .fg-read-more:not(.fg-readmore-text),
  .fg-web-theme-02 .fg-article-widget .fg-col-5 .fg-article-wrapper .fg-read-more:not(.fg-readmore-text),
  .fg-web-theme-02 .fg-article-widget .fg-col-6 .fg-article-wrapper .fg-read-more:not(.fg-readmore-text) {
    display: none !important;
  }
  .fg-web-theme-02 .fg-article-widget .fg-col-3 .fg-article-wrapper .fg-read-more.fg-readmore-text,
  .fg-web-theme-02 .fg-article-widget .fg-col-4 .fg-article-wrapper .fg-read-more.fg-readmore-text,
  .fg-web-theme-02 .fg-article-widget .fg-col-5 .fg-article-wrapper .fg-read-more.fg-readmore-text,
  .fg-web-theme-02 .fg-article-widget .fg-col-6 .fg-article-wrapper .fg-read-more.fg-readmore-text {
    margin: 10px 0 0 0;
  }
  .fg-web-theme-02 .fg-article-widget .fg-col-3 .fg-article-wrapper .fg-read-more.fg-readmore-text i,
  .fg-web-theme-02 .fg-article-widget .fg-col-4 .fg-article-wrapper .fg-read-more.fg-readmore-text i,
  .fg-web-theme-02 .fg-article-widget .fg-col-5 .fg-article-wrapper .fg-read-more.fg-readmore-text i,
  .fg-web-theme-02 .fg-article-widget .fg-col-6 .fg-article-wrapper .fg-read-more.fg-readmore-text i {
    margin-right: 5px;
  }
  .fg-web-theme-02 .fg-article-widget .fg-col-3 .fg-article-wrapper .fg-content > figure,
  .fg-web-theme-02 .fg-article-widget .fg-col-4 .fg-article-wrapper .fg-content > figure,
  .fg-web-theme-02 .fg-article-widget .fg-col-5 .fg-article-wrapper .fg-content > figure,
  .fg-web-theme-02 .fg-article-widget .fg-col-6 .fg-article-wrapper .fg-content > figure {
    padding: 0;
    background: none !important;
    height: auto !important;
  }
  .fg-web-theme-02 .fg-article-widget .fg-col-3 .fg-article-wrapper .fg-content > figure img,
  .fg-web-theme-02 .fg-article-widget .fg-col-4 .fg-article-wrapper .fg-content > figure img,
  .fg-web-theme-02 .fg-article-widget .fg-col-5 .fg-article-wrapper .fg-content > figure img,
  .fg-web-theme-02 .fg-article-widget .fg-col-6 .fg-article-wrapper .fg-content > figure img {
    opacity: 1;
  }
  .fg-web-theme-02 .fg-article-widget .fg-col-3 .fg-article-inner-content,
  .fg-web-theme-02 .fg-article-widget .fg-col-4 .fg-article-inner-content,
  .fg-web-theme-02 .fg-article-widget .fg-col-5 .fg-article-inner-content,
  .fg-web-theme-02 .fg-article-widget .fg-col-6 .fg-article-inner-content {
    background: none !important;
  }
  .fg-web-theme-02 .fg-article-widget .fg-col-3 .fg-article-inner-content .fg-text-wrapper,
  .fg-web-theme-02 .fg-article-widget .fg-col-4 .fg-article-inner-content .fg-text-wrapper,
  .fg-web-theme-02 .fg-article-widget .fg-col-5 .fg-article-inner-content .fg-text-wrapper,
  .fg-web-theme-02 .fg-article-widget .fg-col-6 .fg-article-inner-content .fg-text-wrapper {
    width: 100% !important;
  }
}
@media only screen and (min-width: 768px) {
  .fg-web-theme-02 .fg-article-widget .fg-col-5 .fg-article-wrapper.fg-article-left-img .fg-content .fg-right-col .fg-article-inner-content .fg-text-wrapper {
    width: calc(100% - 150px);
  }
  .fg-web-theme-02 .fg-article-widget .fg-col-5 .fg-article-wrapper.fg-article-left-img:hover .fg-content .fg-right-col .fg-article-inner-content .fg-text-wrapper {
    width: calc(100% - 196px);
  }
}
@media only screen and (min-width: 992px) {
  .fg-web-theme-02 .fg-article-widget .fg-col-5 .fg-article-wrapper.fg-article-left-img .fg-content .fg-right-col .fg-article-inner-content .fg-text-wrapper {
    width: calc(100% - 234px);
  }
  .fg-web-theme-02 .fg-article-widget .fg-col-5 .fg-article-wrapper.fg-article-left-img:hover .fg-content .fg-right-col .fg-article-inner-content .fg-text-wrapper {
    width: calc(100% - 185px);
  }
}
.fg-web-theme-02 .fg-article-widget .fg-col-4 .fg-article-wrapper.fg-article-left-img .fg-content .fg-right-col .fg-article-inner-content .fg-text-wrapper {
  width: calc(100% - 121px);
}
.fg-web-theme-02 .fg-article-widget .fg-col-4 .fg-article-wrapper.fg-article-left-img:hover .fg-content .fg-right-col .fg-article-inner-content .fg-text-wrapper {
  width: calc(100% - 140px);
}
.fg-web-theme-02 .fg-article-widget .fg-col-4 .fg-article-wrapper.fg-article-left-img.fg-article-no-img:hover .fg-content .fg-article-inner-content .fg-text-wrapper {
  width: calc(100% - 89px);
}
@media only screen and (min-width: 992px) {
  .fg-web-theme-02 .fg-article-widget .fg-col-4 .fg-article-wrapper.fg-article-left-img .fg-content .fg-right-col .fg-article-inner-content .fg-text-wrapper {
    width: calc(100% - 188px);
  }
  .fg-web-theme-02 .fg-article-widget .fg-col-4 .fg-article-wrapper.fg-article-left-img:hover .fg-content .fg-right-col .fg-article-inner-content .fg-text-wrapper {
    width: calc(100% - 166px);
  }
  .fg-web-theme-02 .fg-article-widget .fg-col-4 .fg-article-wrapper.fg-article-left-img.fg-article-no-img:hover .fg-content .fg-article-inner-content .fg-text-wrapper {
    width: calc(100% - 89px);
  }
}
.fg-web-theme-02 .fg-article-widget .fg-col-3 .fg-article-wrapper.fg-article-left-img .fg-content .fg-right-col .fg-article-inner-content .fg-text-wrapper {
  width: calc(100% - 85px );
}
.fg-web-theme-02 .fg-article-widget .fg-col-3 .fg-article-wrapper.fg-article-left-img:hover .fg-content .fg-right-col .fg-article-inner-content .fg-text-wrapper {
  width: calc(100% - 125px);
}
.fg-web-theme-02 .fg-article-widget .fg-col-3 .fg-article-wrapper.fg-article-left-img.fg-article-no-img:hover .fg-content .fg-article-inner-content .fg-text-wrapper {
  width: calc(100% - 89px);
}
@media only screen and (min-width: 992px) {
  .fg-web-theme-02 .fg-article-widget .fg-col-3 .fg-article-wrapper.fg-article-left-img .fg-content .fg-right-col .fg-article-inner-content .fg-text-wrapper {
    width: calc(100% - 139px );
  }
  .fg-web-theme-02 .fg-article-widget .fg-col-3 .fg-article-wrapper.fg-article-left-img:hover .fg-content .fg-right-col .fg-article-inner-content .fg-text-wrapper {
    width: calc(100% - 148px);
  }
  .fg-web-theme-02 .fg-article-widget .fg-col-3 .fg-article-wrapper.fg-article-left-img.fg-article-no-img:hover .fg-content .fg-article-inner-content .fg-text-wrapper {
    width: calc(100% - 92px);
  }
}
.fg-web-theme-02 .fg-article-widget .fg-col-2 .fg-article-wrapper .fg-content > figure,
.fg-web-theme-02 .fg-article-widget .fg-col-1 .fg-article-wrapper .fg-content > figure {
  margin: 0;
}
.fg-web-theme-02 .fg-article-widget .fg-col-2 .fg-article-wrapper .fg-content .fg-right-col,
.fg-web-theme-02 .fg-article-widget .fg-col-1 .fg-article-wrapper .fg-content .fg-right-col {
  clear: both;
  float: none;
}
.fg-web-theme-02 .fg-article-widget .fg-col-2 .fg-article-wrapper .fg-article-inner-content,
.fg-web-theme-02 .fg-article-widget .fg-col-1 .fg-article-wrapper .fg-article-inner-content {
  padding: 15px 15px 10px 15px;
}
.fg-web-theme-02 .fg-article-widget .fg-col-2 .fg-article-wrapper .fg-article-inner-content .fg-post-date,
.fg-web-theme-02 .fg-article-widget .fg-col-1 .fg-article-wrapper .fg-article-inner-content .fg-post-date {
  margin-bottom: 15px;
}
.fg-web-theme-02 .fg-article-widget .fg-col-2 .fg-article-wrapper .fg-read-more:not(.fg-readmore-text),
.fg-web-theme-02 .fg-article-widget .fg-col-1 .fg-article-wrapper .fg-read-more:not(.fg-readmore-text) {
  display: none !important;
}
.fg-web-theme-02 .fg-article-widget .fg-col-2 .fg-article-wrapper .fg-read-more.fg-readmore-text,
.fg-web-theme-02 .fg-article-widget .fg-col-1 .fg-article-wrapper .fg-read-more.fg-readmore-text {
  display: inline-block !important;
  margin: 10px 0 0 0;
}
.fg-web-theme-02 .fg-article-widget .fg-col-2 .fg-article-wrapper .fg-read-more.fg-readmore-text i,
.fg-web-theme-02 .fg-article-widget .fg-col-1 .fg-article-wrapper .fg-read-more.fg-readmore-text i {
  margin-right: 5px;
}
@media only screen and (max-width: 767px) {
  .fg-web-theme-02 .fg-article-widget .fg-col-2 .fg-article-wrapper .fg-content > figure,
  .fg-web-theme-02 .fg-article-widget .fg-col-1 .fg-article-wrapper .fg-content > figure {
    padding: 0;
    background: none !important;
    height: auto !important;
  }
  .fg-web-theme-02 .fg-article-widget .fg-col-2 .fg-article-wrapper .fg-content > figure img,
  .fg-web-theme-02 .fg-article-widget .fg-col-1 .fg-article-wrapper .fg-content > figure img {
    opacity: 1;
  }
}
@media only screen and (min-width: 992px) {
  .fg-web-theme-02 .fg-grid-col-6 .fg-article-widget .fg-col-3.fg-article.odd {
    padding-right: 0;
  }
  .fg-web-theme-02 .fg-grid-col-6 .fg-article-widget .fg-col-3.fg-article.even {
    padding-left: 0;
  }
  .fg-web-theme-02 .fg-grid-col-6 .fg-article-widget .fg-article-empty-col.visible-md.visible-lg + .even.fg-col-3 {
    padding-left: 15px;
    padding-right: 0;
  }
  .fg-web-theme-02 .fg-grid-col-6 .fg-article-widget .fg-article-empty-col.visible-md.visible-lg + .even.fg-col-3 + .odd.fg-col-3 {
    padding-right: 15px;
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fg-web-theme-02 .fg-grid-col-6 .fg-col-3 .fg-article-wrapper.fg-article-left-img .fg-content .fg-right-col .fg-article-inner-content .fg-text-wrapper {
    width: calc(100% - 180px );
  }
  .fg-web-theme-02 .fg-grid-col-6 .fg-col-3 .fg-article-wrapper.fg-article-left-img:hover .fg-content .fg-right-col .fg-article-inner-content .fg-text-wrapper {
    width: calc(100% - 163px);
  }
  .fg-web-theme-02 .fg-grid-col-6 .fg-col-3 .fg-article-wrapper.fg-article-left-img.fg-article-no-img:hover .fg-content .fg-article-inner-content .fg-text-wrapper {
    width: calc(100% - 89px);
  }
}
.fg-web-theme-02 .fg-grid-col-5 .fg-article-widget .fg-article-wrapper .fg-article-slider.fg-slider-right-tab .fg-carousel-inner {
  height: 350px;
}
.fg-web-theme-02 .fg-grid-col-5 .fg-article-widget .fg-article-wrapper .fg-article-slider.fg-slider-right-tab .fg-carousel-inner .item a {
  background-size: cover;
  background-position: center;
  max-width: 100%;
}
.fg-web-theme-02 .fg-grid-col-5 .fg-article-widget .fg-article-wrapper .fg-article-slider.fg-slider-right-tab .fg-carousel-inner .item a img {
  height: 350px;
  max-height: 350px;
}
@media only screen and (max-width: 767px) {
  .fg-web-theme-02 .fg-article-widget .fg-article-wrapper .fg-article-inner-content {
    padding: 15px 15px 10px 15px;
  }
}
.fg-web-theme-02 .fg-supplementary-widget {
  padding: 0 20px 20px 20px;
}
.fg-web-theme-02 .fg-supplementary-widget .panel {
  border: 0;
}
.fg-web-theme-02 .fg-supplementary-widget .panel-group {
  border: 0;
}
.fg-web-theme-02 .fg-supplementary-widget .panel-group .card-header {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 -20px;
}
.fg-web-theme-02 .fg-web-theme-02 .fg-supplementary-widget {
  padding-left: 0;
  padding-right: 0;
}
.fg-web-theme-02 .fg-web-theme-02 .fg-supplementary-widget .panel-group .card-header {
  padding-left: 15px;
  padding-right: 15px;
  margin: 0;
}
.fg-web-theme-02 .fg-contact-table-widget .fg-contact-table-header {
  padding: 20px;
  padding-bottom: 0;
  margin-bottom: 0;
}
.fg-web-theme-02 .fg-contact-table-widget .fg-contact-table-header .selectpicker {
  font-size: 14px;
}
.fg-web-theme-02 .fg-contact-table-widget .fg-contact-table-header .fg-export {
  height: 40px;
  padding: 11px 20px;
}
.fg-web-theme-02 .fg-contact-table-widget .dataTables_scroll {
  padding: 20px;
  padding-top: 20px;
}
.fg-web-theme-02 .fg-contact-table-widget.no-filter-search .dataTables_scroll {
  padding-top: 12px;
}
.fg-web-theme-02 .fg-portrait-widget {
  padding-bottom: 0 !important;
  position: relative;
}
.fg-web-theme-02 .fg-portrait-widget:before {
  z-index: 0;
  content: "";
  display: block;
  height: auto;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.fg-web-theme-02 .fg-portrait-widget .fg-portrait-body {
  position: relative;
  z-index: 1;
}
.fg-web-theme-02 .fg-portrait-widget.has-pagination:before {
  bottom: 55px;
}
@media only screen and (max-width: 380px) {
  .fg-web-theme-02 .fg-portrait-widget.has-pagination:before {
    bottom: 52px;
  }
}
.fg-web-theme-02 .fg-portrait-widget:not(.has-pagination) .fg-portrait-footer {
  display: none;
}
.fg-web-theme-02 .fg-portrait-widget .fg-contents {
  font-size: 14px;
  line-height: 1.5;
}
.fg-web-theme-02 .fg-portrait-widget .fg-portrait-footer .fg-pagination {
  margin: 0 0 9px 0;
}
.fg-web-theme-02 .fg-portrait-widget .fg-portrait-footer .fg-pagination .simple-pagination {
  margin: 0 -20px;
  padding: 0 10px;
}
.fg-web-theme-02 .fg-portrait-widget .fg-portrait-footer .fg-pagination .simple-pagination .pagination {
  margin: 0;
}
.fg-web-theme-02 .fg-portrait-widget .fg-portrait-footer .fg-pagination .simple-pagination .pagination li a, .fg-web-theme-02 .fg-portrait-widget .fg-portrait-footer .fg-pagination .simple-pagination .pagination li span {
  padding: 15px 10px 5px 10px;
}
.fg-web-theme-02 .fg-nl-archive-widget table.dataTable tr td {
  padding: 6px 10px 5px 10px;
}
.fg-web-theme-02 .fg-nl-archive-widget .dataTables_scroll {
  padding: 20px;
}
.fg-web-theme-02 .fg-calendar-event-widget .fg-event-block {
  border: 0;
  padding: 20px;
}
.fg-web-theme-02 .fg-calendar-event-widget .fg-event-block .fg-event-title {
  background: none;
  padding: 0;
}
.fg-web-theme-02 .fg-calendar-event-widget .fg-event-block .fg-event-title:after {
  display: none;
}
.fg-web-theme-02 .fg-calendar-event-widget .fg-event-block:last-child {
  margin-bottom: 0;
}
.fg-web-theme-02 .fg-grid-col-1 .fg-fa-twitter > iframe {
  min-width: auto !important;
}
.fg-web-theme-02 .fg-login-widget {
  font-size: 14px;
}
.fg-web-theme-02 .fg-login-widget h5 {
  font-size: 16px;
  padding: 0;
  font-weight: bold !important;
  text-transform: uppercase !important;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .fg-web-theme-02 .fg-web-main-content .fg-grid-col-6 .fg-login-widget,
  .fg-web-theme-02 .fg-web-main-content .fg-grid-col-4 .fg-login-widget,
  .fg-web-theme-02 .fg-web-main-content .fg-grid-col-3 .fg-login-widget,
  .fg-web-theme-02 .fg-web-main-content .fg-grid-col-2 .fg-login-widget,
  .fg-web-theme-02 .fg-web-main-content .fg-grid-col-1 .fg-login-widget {
    padding-bottom: 10px !important;
  }
  .fg-web-theme-02 .fg-web-main-content .fg-grid-col-5 .fg-login-widget {
    padding-bottom: 5px !important;
  }
}
@media only screen and (max-width: 991px) {
  .fg-web-theme-02 .fg-web-main-content .fg-login-widget {
    padding-bottom: 10px !important;
  }
}
.fg-web-theme-02 .fg-sponsor-widget .fg-sponsor-ads-widget.fg-fader {
  margin: -20px;
  width: auto;
}
.fg-web-theme-02 .fg-image-gallery-widget {
  padding: 3px 0 0 0;
}
.fg-web-theme-02 .fg-image-gallery-widget:last-child {
  padding-bottom: 3px;
}
.fg-web-theme-02 .fg-web-main-content .fg-text-widget .fg-text-widget-wrapper p:last-of-type {
  margin-bottom: 0;
}
.fg-web-theme-02 .fg-page-nav-wrapper {
  margin: 30px -15px;
}
.fg-web-theme-02 .fg-page-nav-wrapper .fg-nav {
  float: left;
  width: 100%;
  padding: 10px;
  background: #3f51b5;
}
.fg-web-theme-02 .fg-page-nav-wrapper .fg-nav .fg-dis-IB.fg-icon-wrapper {
  margin-right: 0px;
  float: left;
}
.fg-web-theme-02 .fg-page-nav-wrapper .fg-nav a {
  margin: 0 10px 0 0;
  display: block;
}
.fg-web-theme-02 .fg-page-nav-wrapper .fg-nav .fg-icon {
  cursor: pointer;
  border: 1px solid;
  padding: 12px 14px;
  margin: 0px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fg-web-theme-02 .fg-page-nav-wrapper .fg-nav .fg-text-wrapper {
  vertical-align: top;
  width: calc(100% - 58px);
  float: left;
}
.fg-web-theme-02 .fg-page-nav-wrapper .fg-nav .fg-btn-title {
  margin-bottom: 10px;
}
.fg-web-theme-02 .fg-page-nav-wrapper .fg-nav h5 {
  margin: 0;
  text-transform: uppercase;
  background: none;
  padding: 0;
}
.fg-web-theme-02 .fg-page-nav-wrapper .fg-nav.fg-page-next a {
  margin: 0 0 0 10px;
}
.fg-web-theme-02 .fg-gallery-special-page-wrapper {
  padding: 0 15px;
}
.fg-web-theme-02 .fg-gallery-special-page-wrapper .fg-gallery-album-wrapper,
.fg-web-theme-02 .fg-gallery-special-page-wrapper .fg-gallery-photos-wrapper {
  padding: 20px;
  background: #3f51b5;
  text-align: center;
}
.fg-web-theme-02 .fg-gallery-special-page-wrapper .fg-gallery-album-wrapper {
  padding-left: 5px;
  padding-right: 5px;
  padding: 20px 5px 0 5px;
}
.fg-web-theme-02 .fg-gallery-special-page-wrapper .fg-album-title {
  font-size: 14px;
}
.fg-web-theme-02 .fg-article-detail-wrapper {
  padding: 0 15px 15px 15px;
}
.fg-web-theme-02 .fg-article-detail-wrapper #article-content {
  padding: 0 15px 0px 15px;
}
.fg-web-theme-02 .fg-article-detail-wrapper #article-content > div {
  padding: 0;
  margin: 0;
}
.fg-web-theme-02 .fg-article-detail-wrapper #article-content .fg-article-contents {
  margin: 0 -15px;
  padding: 20px;
  width: auto;
  float: none;
  font-size: 14px;
}
.fg-web-theme-02 .fg-article-detail-wrapper #article-content .fg-article-contents > .col-sm-4.pull-right {
  padding-right: 0;
}
.fg-web-theme-02 .fg-article-detail-wrapper #article-content .fg-article-contents > .col-sm-4:not(.pull-right) {
  padding-left: 0;
}
.fg-web-theme-02 .fg-article-detail-wrapper .fg-article-details-block {
  padding: 0;
  border: none;
}
.fg-web-theme-02 .fg-article-detail-wrapper .fg-article-details-block .fg-article-details-block-top {
  padding: 20px 5px;
  margin: 0 -15px;
  background: #3f51b5;
}
.fg-web-theme-02 .fg-article-detail-wrapper .fg-article-details-block .fg-article-details-block-top .fg-left {
  margin-top: 3px;
}
.fg-web-theme-02 .fg-article-detail-wrapper .fg-article-details-block .fg-article-details-block-top .fg-cat-tags {
  margin: -2.5px;
}
.fg-web-theme-02 .fg-article-detail-wrapper .fg-article-details-block .fg-article-details-block-top .fg-cat-tags > span {
  margin: 2.5px;
}
.fg-web-theme-02 .fg-article-detail-wrapper .fg-article-details-block .fg-article-details-block-bottom {
  padding: 20px 20px 10px 20px;
  margin: 0 -15px;
}
.fg-web-theme-02 .fg-article-detail-wrapper .fg-article-details-block .fg-article-details-block-bottom .fg-title {
  padding: 0;
  background: none;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.fg-web-theme-02 .fg-article-detail-wrapper .fg-article-details-block .fg-article-details-block-bottom .fg-attachments li {
  margin-bottom: 5px;
}
.fg-web-theme-02 .fg-article-detail-wrapper .fg-web-article-comments-wrapper {
  margin-left: -15px;
  margin-right: -15px;
  margin: 0 -15px;
}
.fg-web-theme-02 .fg-article-detail-wrapper .fg-web-article-comments-wrapper .fg-title {
  margin-bottom: 0;
  text-shadow: 0 5px 5px rgba(0, 0, 0, 0.75);
  padding: 0 0 16px 0;
}
.fg-web-theme-02 .fg-article-detail-wrapper .fg-web-article-comments-wrapper .fg-title:after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.fg-web-theme-02 .fg-article-detail-wrapper .fg-web-article-comments-wrapper .fg-web-article-comment-block {
  margin: 0;
  padding: 20px;
  background: #3f51b5;
}
.fg-web-theme-02 .fg-article-detail-wrapper .fg-web-article-comments-wrapper .fg-web-article-comment-block .fg-avatar {
  opacity: .5;
}
.fg-web-theme-02 .fg-article-detail-wrapper .fg-web-article-comments-wrapper .g-recaptcha {
  margin-top: 10px;
}
.fg-web-theme-02 .fg-article-special-contents-wrapper {
  padding: 0 15px;
}
.fg-web-theme-02 .fg-article-special-contents-wrapper .fg-article-wrapper {
  overflow: hidden;
  padding: 0;
  cursor: pointer;
}
.fg-web-theme-02 .fg-article-special-contents-wrapper .fg-article-wrapper h4 {
  background: none;
  margin: 0 0 10px 0;
  padding: 0;
}
.fg-web-theme-02 .fg-article-special-contents-wrapper .fg-article-wrapper .fg-readmore-text {
  display: none !important;
}
.fg-web-theme-02 .fg-article-special-contents-wrapper .fg-article-wrapper .fg-cat-tags {
  display: none;
}
.fg-web-theme-02 .fg-article-special-contents-wrapper .fg-article-wrapper.fg-article-left-img .fg-content {
  display: table;
  overflow: hidden;
}
.fg-web-theme-02 .fg-article-special-contents-wrapper .fg-article-wrapper.fg-article-left-img .fg-content > figure {
  width: 50%;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  height: 150px;
  background-size: cover;
  background-position: center;
}
.fg-web-theme-02 .fg-article-special-contents-wrapper .fg-article-wrapper.fg-article-left-img .fg-content > figure > img {
  opacity: 0;
}
.fg-web-theme-02 .fg-article-special-contents-wrapper .fg-article-wrapper.fg-article-left-img .fg-content > .fg-right-col {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}
.fg-web-theme-02 .fg-article-special-contents-wrapper .fg-article-wrapper.fg-article-left-img .fg-content > .fg-right-col .fg-article-inner-content {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -moz-transform: translateX(25%);
  -o-transform: translateX(25%);
  -ms-transform: translateX(25%);
  -webkit-transform: translateX(25%);
  transform: translateX(25%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.fg-web-theme-02 .fg-article-special-contents-wrapper .fg-article-wrapper.fg-article-left-img .fg-content > .fg-article-inner-content {
  padding: 20px 35px;
  overflow: hidden;
  white-space: nowrap;
}
.fg-web-theme-02 .fg-article-special-contents-wrapper .fg-article-wrapper.fg-article-left-img .fg-content > .fg-article-inner-content h4 {
  white-space: normal;
}
.fg-web-theme-02 .fg-article-special-contents-wrapper .fg-article-wrapper.fg-article-left-img .fg-content > .fg-article-inner-content .fg-text-wrapper {
  width: 100%;
  white-space: normal;
  display: inline-block;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.fg-web-theme-02 .fg-article-special-contents-wrapper .fg-article-wrapper .fg-article-inner-content {
  padding: 10px 20px;
  background: #3f51b5;
}
.fg-web-theme-02 .fg-article-special-contents-wrapper .fg-article-wrapper .fg-article-inner-content .fg-text-wrapper {
  display: inline-block;
  width: 75%;
  width: calc(100% - 285px);
  vertical-align: middle;
}
.fg-web-theme-02 .fg-article-special-contents-wrapper .fg-article-wrapper .fg-article-inner-content .fg-text-wrapper .fg-teaser {
  display: block;
  overflow: hidden;
}
.fg-web-theme-02 .fg-article-special-contents-wrapper .fg-article-wrapper .fg-article-inner-content .fg-read-more {
  vertical-align: middle;
  display: inline-block;
  margin-left: 40px;
}
.fg-web-theme-02 .fg-article-special-contents-wrapper .fg-article-wrapper .fg-article-inner-content .fg-icon {
  border: 1px solid;
  opacity: 0;
  padding: 12px;
  width: 45px;
  height: 45px;
  vertical-align: middle;
  display: inline-block;
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.fg-web-theme-02 .fg-article-special-contents-wrapper .fg-article-wrapper .fg-article-inner-content footer {
  margin-top: 10px;
}
.fg-web-theme-02 .fg-article-special-contents-wrapper .fg-article-wrapper:hover .fg-content > .fg-right-col .fg-article-inner-content {
  -moz-transform: translateX(10%);
  -o-transform: translateX(10%);
  -ms-transform: translateX(10%);
  -webkit-transform: translateX(10%);
  transform: translateX(10%);
}
.fg-web-theme-02 .fg-article-special-contents-wrapper .fg-article-wrapper:hover .fg-content > .fg-right-col .fg-article-inner-content .fg-text-wrapper {
  width: calc(100% - 203px);
}
.fg-web-theme-02 .fg-article-special-contents-wrapper .fg-article-wrapper:hover .fg-content > .fg-right-col .fg-article-inner-content .fg-icon {
  opacity: 1;
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.fg-web-theme-02 .fg-article-special-contents-wrapper .fg-article-wrapper:hover .fg-content > .fg-article-inner-content .fg-text-wrapper {
  width: 75%;
  width: calc(100% - 89px);
}
.fg-web-theme-02 .fg-article-special-contents-wrapper .fg-article-wrapper:hover .fg-content > .fg-article-inner-content .fg-icon {
  opacity: 1;
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@media only screen and (max-width: 767px) {
  .fg-web-theme-02 .fg-article-special-contents-wrapper {
    padding: 0 15px;
  }
  .fg-web-theme-02 .fg-article-special-contents-wrapper .fg-article-wrapper {
    padding: 20px;
  }
  .fg-web-theme-02 .fg-article-special-contents-wrapper .fg-article-wrapper .fg-read-more:not(.fg-readmore-text) {
    display: none !important;
  }
  .fg-web-theme-02 .fg-article-special-contents-wrapper .fg-article-wrapper .fg-read-more.fg-readmore-text {
    display: inline-block !important;
    margin: 10px 0 0 0;
  }
  .fg-web-theme-02 .fg-article-special-contents-wrapper .fg-article-wrapper .fg-read-more.fg-readmore-text i {
    margin-right: 5px;
  }
  .fg-web-theme-02 .fg-article-special-contents-wrapper .fg-article-wrapper .fg-article-inner-content {
    background: none !important;
    position: static !important;
    padding: 10px 0;
    -moz-transform: translateX(0) !important;
    -o-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important;
  }
  .fg-web-theme-02 .fg-article-special-contents-wrapper .fg-article-wrapper .fg-article-inner-content .fg-text-wrapper {
    width: 100% !important;
  }
  .fg-web-theme-02 .fg-article-special-contents-wrapper .fg-article-wrapper .fg-content > figure, .fg-web-theme-02 .fg-article-special-contents-wrapper .fg-article-wrapper .fg-content .fg-right-col {
    display: block !important;
    width: 100% !important;
  }
  .fg-web-theme-02 .fg-article-special-contents-wrapper .fg-article-wrapper .fg-content > figure {
    padding: 0;
    background: none !important;
    height: auto !important;
  }
  .fg-web-theme-02 .fg-article-special-contents-wrapper .fg-article-wrapper .fg-content > figure img {
    opacity: 1 !important;
  }
}
.fg-web-theme-02 .fg-calendar-special-contents-wrapper #fg-calendar-fullcalendar .fc-toolbar .fc-button-group button {
  text-shadow: none;
}
.fg-web-theme-02 .fg-calendar-special-contents-wrapper:not(.fg-event-calendar-special-page) .fg-content {
  background: #3f51b5;
}
.fg-web-theme-02 .fg-calendar-special-contents-wrapper .fg-content {
  padding: 20px;
}
.fg-web-theme-02 .fg-calendar-special-contents-wrapper .fg-content .fg-rows {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .fg-web-theme-02 .fg-calendar-special-contents-wrapper .fg-content .fg-rows > div:first-child {
    padding-left: 0;
  }
  .fg-web-theme-02 .fg-calendar-special-contents-wrapper .fg-content .fg-rows > div:last-child {
    padding-right: 0;
  }
}
.fg-web-theme-02 .fg-calendar-special-contents-wrapper .popover .fg-calendar-popover .event-desicription {
  color: #000;
  font-size: 14px;
}
.fg-web-theme-02 .fg-calendar-special-contents-wrapper .popover .fg-calendar-popover .fg-event-dtls {
  font-size: 14px;
}
.fg-web-theme-02 .fg-calendar-special-contents-wrapper .popover .fg-calendar-popover .fg-event-dtls li {
  color: #333;
}
.fg-web-theme-02 .fg-calendar-detail-wrapper .fg-calendar-meta-details-block {
  padding: 20px;
}
.fg-web-theme-02 .fg-calendar-detail-wrapper .fg-calendar-meta-details-block > li {
  font-size: 14px;
}
.fg-web-theme-02 .fg-calendar-detail-wrapper .fg-article-contents {
  font-size: 14px;
}
.fg-web-theme-02 .fg-calendar-detail-wrapper .fg-article-contents .fg-description {
  padding: 20px;
}
.fg-web-theme-02 .fg-calendar-detail-wrapper .fg-article-contents.no-description .fg-description {
  display: none;
}
.fg-web-theme-02 .fg-calendar-detail-wrapper .fg-article-contents.no-description .fg-caledar-event-dtls-map-wrapper {
  margin-top: 0;
}
.fg-web-theme-02 .fg-team-special-page-wrapper {
  margin-bottom: 10px;
}
.fg-web-theme-02 .fg-team-special-page-wrapper .fg-teams {
  margin: auto;
  padding: 20px 20px 0 20px;
}
.fg-web-theme-02 .fg-teams-innerpage-wrapper .fg-team-nav {
  border: 0;
}
.fg-web-theme-02 .fg-teams-innerpage-wrapper .fg-team-nav ul {
  margin: -20px -10px;
}
.fg-web-theme-02 .fg-teams-innerpage-wrapper .fg-team-nav ul li {
  padding: 10px 10px;
}
.fg-web-theme-02 .fg-teams-innerpage-wrapper .fg-team-nav ul li.active {
  margin: 0 -10px;
  padding: 10px 20px;
}
.fg-web-theme-02 .fg-team-portrait-page-wrapper {
  padding: 0 15px;
}
.fg-web-theme-02 .fg-team-portrait-page-wrapper .fg-portrait-team-wrapper {
  padding: 15px;
}
.fg-web-theme-02 .fg-teams-portrait-innerpage-wrapper .fg-team-sponsors-ad-wrapper, .fg-web-theme-02 .fg-teams-portrait-innerpage-wrapper .fg-team-contact-profile-wrapper {
  padding: 20px;
}
.fg-web-theme-02 .fg-event-special-page-wrapper {
  /* =============================================================================
  * Event Header Section
  ========================================================================== */
  /* =============================================================================
  * Event Map Section
  ========================================================================== */
  /* =============================================================================
  * Event Ticket Section
  ========================================================================== */
  /* =============================================================================
  * Event Sub event
  ========================================================================== */
  /* =============================================================================
      Event Meta Detail List
  ========================================================================== */
  /* =============================================================================
  * Event Participants
  ========================================================================== */
}
.fg-web-theme-02 .fg-event-special-page-wrapper .fg-event-image-container .fg-event-image-detail-wrapper {
  flex-direction: row;
  justify-content: center;
  flex-wrap: nowrap;
}
@media (max-width: 768px) {
  .fg-web-theme-02 .fg-event-special-page-wrapper .fg-event-image-container .fg-event-image-detail-wrapper {
    flex-direction: column;
  }
}
.fg-web-theme-02 .fg-event-special-page-wrapper .fg-event-image-container .fg-event-image-detail {
  flex: 1 1 auto;
}
.fg-web-theme-02 .fg-event-special-page-wrapper .fg-event-image-container img.fg-image-view {
  min-height: 300px;
  width: 100%;
  max-height: 300px;
  object-fit: cover;
}
@media (max-width: 892px) {
  .fg-web-theme-02 .fg-event-special-page-wrapper .fg-event-image-container img.fg-image-view {
    margin-bottom: 15px;
  }
}
.fg-web-theme-02 .fg-event-special-page-wrapper .fg-cicon-event-sub .path1:before, .fg-web-theme-02 .fg-event-special-page-wrapper .fg-cicon-event-sub .path2:before {
  font-family: 'fg-cicon' !important;
}
.fg-web-theme-02 .fg-event-special-page-wrapper .fg-event-button-wrapper-render .btn:not(.fg-btn-add-to-calendar) {
  padding: 12px;
  font-size: 18px;
  margin-bottom: 15px;
  outline: none !important;
  box-shadow: none !important;
  color: #ffffff !important;
  font-style: normal !important;
  font-family: 'Open Sans' !important;
  text-transform: none !important;
  font-weight: 400;
}
.fg-web-theme-02 .fg-event-special-page-wrapper .fg-event-button-wrapper-render .btn:not(.fg-btn-add-to-calendar) i {
  font-style: normal !important;
}
.fg-web-theme-02 .fg-event-special-page-wrapper .fg-event-button-wrapper-render .btn:not(.fg-btn-add-to-calendar) i.fa.fa-2x {
  font-size: 19px;
}
.fg-web-theme-02 .fg-event-special-page-wrapper .fg-event-button-wrapper-render .btn:not(.fg-btn-add-to-calendar).fg-btn-modify {
  background-color: #ffc107 !important;
  border-color: #ffc107 !important;
}
.fg-web-theme-02 .fg-event-special-page-wrapper .fg-event-button-wrapper-render .btn:not(.fg-btn-add-to-calendar).fg-btn-modify:hover {
  background-color: #e0a800 !important;
  border-color: #d39e00 !important;
}
.fg-web-theme-02 .fg-event-special-page-wrapper .fg-event-button-wrapper-render .btn:not(.fg-btn-add-to-calendar).fg-btn-cancel {
  background-color: #dc3545 !important;
  border-color: #dc3545 !important;
}
.fg-web-theme-02 .fg-event-special-page-wrapper .fg-event-button-wrapper-render .btn:not(.fg-btn-add-to-calendar).fg-btn-cancel.dropdown-toggle::after {
  display: none;
}
.fg-web-theme-02 .fg-event-special-page-wrapper .fg-event-button-wrapper-render .btn:not(.fg-btn-add-to-calendar).fg-btn-cancel:hover {
  background-color: #c82333 !important;
  border-color: #bd2130 !important;
}
.fg-web-theme-02 .fg-event-special-page-wrapper .fg-event-button-wrapper-render .btn:not(.fg-btn-add-to-calendar).green {
  background-color: #35aa47 !important;
  border-color: #2e933d !important;
}
.fg-web-theme-02 .fg-event-special-page-wrapper .fg-event-button-wrapper-render .btn:not(.fg-btn-add-to-calendar).green:hover {
  background-color: #2e933d !important;
  border-color: #35aa47 !important;
}
.fg-web-theme-02 .fg-event-special-page-wrapper .fg-event-button-wrapper-render .btn.fg-btn-add-to-calendar {
  background-color: #0041aa;
  padding: 10px;
  margin-bottom: 15px !important;
  font-size: 16px;
}
.fg-web-theme-02 .fg-event-special-page-wrapper .fg-event-button-wrapper-render .fg-cancel-subscription-dropdown-wrapper .dropdown-menu {
  background-color: white !important;
}
.fg-web-theme-02 .fg-event-special-page-wrapper .fg-event-button-wrapper-render .fg-cancel-subscription-dropdown-wrapper .dropdown-menu .dropdown-item {
  color: #212529 !important;
  font-family: 'Open Sans' !important;
  font-weight: 400;
  font-size: 16px !important;
  text-transform: none !important;
  font-style: normal !important;
}
.fg-web-theme-02 .fg-event-special-page-wrapper .fg-event-button-wrapper-render .fg-cancel-subscription-dropdown-wrapper .dropdown-menu .dropdown-item:hover {
  background-color: #f8f9fa;
}
.fg-web-theme-02 .fg-event-special-page-wrapper h4, .fg-web-theme-02 .fg-event-special-page-wrapper h6 {
  padding-left: 0;
  padding-right: 0;
}
.fg-web-theme-02 .fg-event-special-page-wrapper h4 {
  font-size: 20px;
}
.fg-web-theme-02 .fg-event-special-page-wrapper .fg-event-location-wrapper {
  height: 350px;
}
.fg-web-theme-02 .fg-event-special-page-wrapper .fg-event-ticket .fg-content-ticketlist-wrapper {
  border-top-width: 1px;
  border-top-style: solid;
}
.fg-web-theme-02 .fg-event-special-page-wrapper .fg-event-ticket .fg-content-ticketlist-wrapper .fg-content-ticketlist {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.fg-web-theme-02 .fg-event-special-page-wrapper .fg-event-listing-wrap {
  border-right-width: 1px;
  border-right-style: solid;
}
@media only screen and (max-width: 768px) {
  .fg-web-theme-02 .fg-event-special-page-wrapper .fg-event-listing-wrap {
    margin-bottom: 15px;
  }
}
.fg-web-theme-02 .fg-event-special-page-wrapper .fg-event-sub-event .fg-event-sub-event-list .fg-event-sub-event-details {
  padding-left: 30px;
}
@media only screen and (max-width: 768px) {
  .fg-web-theme-02 .fg-event-special-page-wrapper .fg-event-sub-event .fg-event-sub-event-list .fg-event-sub-event-details {
    padding-left: 0;
  }
}
.fg-web-theme-02 .fg-event-special-page-wrapper .fg-event-sub-event .fg-subevents, .fg-web-theme-02 .fg-event-special-page-wrapper .fg-event-sub-event .fg-event-sub-event-title {
  padding: 0 0 10px;
}
.fg-web-theme-02 .fg-event-special-page-wrapper .fg-meta-dtls-list .fg-change-reg-details:first-child {
  border-top-width: 1px;
  border-top-style: solid;
}
.fg-web-theme-02 .fg-event-special-page-wrapper .fg-meta-dtls-list .fg-status-pending {
  background: #ffed8c;
}
.fg-web-theme-02 .fg-event-special-page-wrapper .fg-meta-dtls-list li {
  word-break: break-word;
}
.fg-web-theme-02 .fg-event-special-page-wrapper .fg-meta-dtls-list .fg-list-brdr-btm {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.fg-web-theme-02 .fg-event-special-page-wrapper .fg-meta-dtls-list .fg-event-infoStatus {
  color: #000000 !important;
  border: 1px solid #303030 !important;
  display: inline-block;
  padding: 0 4px;
}
.fg-web-theme-02 .fg-event-special-page-wrapper .fg-meta-dtls-list .fg-event-infoStatus.fg-event-infoStatus-light-blue {
  background: #accde4 !important;
}
.fg-web-theme-02 .fg-event-special-page-wrapper .fg-meta-dtls-list .fg-event-infoStatus.fg-event-infoStatus-light-red {
  background: #ebc0c1 !important;
}
.fg-web-theme-02 .fg-event-special-page-wrapper .fg-meta-dtls-list .fg-event-infoStatus.fg-event-infoStatus-light-gray {
  background: #cbcbcb !important;
}
.fg-web-theme-02 .fg-event-special-page-wrapper .fg-event-participant-wrapper .fg-event-participant-list {
  display: flex;
  flex-wrap: wrap;
}
.fg-web-theme-02 .fg-event-special-page-wrapper .fg-event-participant-wrapper .fg-event-participant-list .fg-event-participant-list-name {
  font-size: 13px;
}
.fg-web-theme-02 .fg-event-special-page-wrapper .fg-event-participant-wrapper .fg-event-participant-list .fg-event-participant-list-name:nth-child(odd) .fg-event-participant-list-box {
  margin-right: 30px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .fg-web-theme-02 .fg-event-special-page-wrapper .fg-event-participant-wrapper .fg-event-participant-list .fg-event-participant-list-name:nth-child(odd) .fg-event-participant-list-box {
    margin-right: 6px;
  }
}
.fg-web-theme-02 .fg-event-special-page-wrapper .fg-event-participant-wrapper .fg-event-participant-list .fg-event-participant-list-name:first-child .fg-event-participant-list-box,
.fg-web-theme-02 .fg-event-special-page-wrapper .fg-event-participant-wrapper .fg-event-participant-list .fg-event-participant-list-name:nth-child(2) .fg-event-participant-list-box {
  border-top-width: 1px;
  border-top-style: solid;
}
.fg-web-theme-02 .fg-event-special-page-wrapper .fg-event-participant-wrapper .fg-event-participant-list .fg-event-participant-list-box {
  padding: 5px 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  height: 100%;
  display: flex;
  align-items: center;
}
.fg-web-theme-02 .fg-event-special-page-wrapper .fg-event-participant-wrapper .fg-participant-profilepic,
.fg-web-theme-02 .fg-event-special-page-wrapper .fg-event-participant-wrapper .fg-participant-profilepic-icon {
  width: 32px;
  height: 32px;
  margin-right: 10px;
  min-width: 32px;
  text-align: center;
}
.fg-web-theme-02 .fg-event-special-page-wrapper .fg-event-participant-wrapper .fg-participant-profilepic {
  object-fit: cover;
}
.fg-web-theme-02 .fg-event-special-page-wrapper .fg-event-participant-wrapper .fg-participant-profilepic-icon {
  font-size: 19px;
  line-height: 35px;
  background: #ccc;
  color: #fff;
  font-style: normal;
}
.fg-web-theme-02 .fg-event-special-page-wrapper .fg-event-participant-wrapper .fg-custom-pagination .paginationjs-pages {
  float: right;
}
.fg-web-theme-02 .fg-event-special-page-wrapper .fg-event-participant-wrapper .fg-custom-pagination .paginationjs-pages ul {
  border: none;
}
.fg-web-theme-02 .fg-event-special-page-wrapper .fg-event-participant-wrapper .fg-custom-pagination .paginationjs-pages ul li {
  border-width: 0px;
  border-right-width: 1px;
  border-right-style: solid;
}
.fg-web-theme-02 .fg-event-special-page-wrapper .fg-event-participant-wrapper .fg-custom-pagination .paginationjs-pages ul li:first-child {
  border-left-width: 1px;
  border-left-style: solid;
}
.fg-web-theme-02 .fg-event-special-page-wrapper .fg-event-participant-wrapper .fg-custom-pagination .paginationjs .paginationjs-pages li > a {
  height: auto;
  min-width: auto;
  padding: 4px 10px;
  cursor: pointer;
}
.fg-web-theme-02 .fg-event-special-page-wrapper .fg-event-participant-wrapper .fg-custom-pagination .paginationjs .paginationjs-pages li.active > a {
  height: auto;
  cursor: default;
}
.fg-web-theme-02 .fg-event-special-page-wrapper .fg-event-participant-wrapper .fg-custom-pagination .paginationjs .paginationjs-pages li:last-child {
  border-right: none !important;
}
.fg-web-theme-02 .fg-event-special-page-wrapper .fg-subtickets, .fg-web-theme-02 .fg-event-special-page-wrapper .fg-event-sub-event-title, .fg-web-theme-02 .fg-event-special-page-wrapper .fg-instructor-name {
  font-size: 18px;
}
.fg-web-theme-02 .fg-event-special-page-wrapper .fg-subevents {
  font-size: 20px;
}
.fg-web-theme-02 .fg-event-special-page-wrapper .fg-event-instructor-documents-wrapper .fg-event-instructor-documents-box {
  height: 100%;
}
.fg-web-theme-02 .fg-event-special-page-wrapper .fg-event-instructor-documents-wrapper .fg-event-instructor-documents-box ul.fg-event-documents {
  font-size: 18px;
  list-style: none;
}
.fg-web-theme-02 .fg-event-special-page-wrapper .fg-event-instructor-documents-wrapper .fg-event-instructor-documents-box ul.fg-event-documents li {
  line-height: 1.5;
}
.fg-web-theme-02 .fg-event-special-page-wrapper .fg-event-instructor-documents-wrapper .fg-event-instructor-documents-box ul.fg-event-documents i.fg-documents-download {
  font-size: 30px;
  color: #444444;
  position: absolute;
  left: 0;
  top: 0;
  height: 25px;
}
.fg-web-theme-02 .fg-event-special-page-wrapper .fg-event-instructor-documents-wrapper .fg-event-instructor-documents-box ul.fg-event-documents p.fg-attachments {
  text-decoration: underline;
  margin: 0;
}
.fg-web-theme-02 .fg-event-special-page-wrapper .fg-event-instructor-documents-wrapper .fg-event-instructor-documents-box ul.fg-event-documents p.fg-attachments .fg-event-document-badge {
  text-transform: uppercase;
}
.fg-web-theme-02 .fg-event-widget .fg-event-element-block-sm .fg-event-element-header {
  padding-bottom: 0;
}
.fg-web-theme-02 .fg-event-widget .fg-event-element-widget .fg-event-element-block .fg-event-element-body h5 {
  font-size: 16px;
}
