/*
	Blue = #2a7dd4;
*/
body {
	font-family: 'Assistant', sans-serif;
	font-weight: 300;
	font-size: 18px;
	margin: 0px; padding: 0px;
	color: #000000;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Rokkitt,serif;
    margin-bottom: 1em;
    font-weight: 500;
}
body.width-full #fContent > .container {
    width: 100%;
}
body.width-full #fMatter {
    padding: 2rem 0;
    padding-bottom: 0;
}
body.title-off .fPageTitle {
    display: none;
}

#fMatter {
	padding-top: 2em;
	padding-bottom: 2em;
}

#fMatter h1,
#fContentPost .fModuleTitle h3 {
	text-align: center;
	text-transform: uppercase;
	position: relative;
	color:#2a7dd4;
	padding: 0.75em 0;
	font-size: 30px;
}
#fMatter h1 {
	font-size: 36px;
}
#fMatter h4 {
	font-weight: bold;
	color: #2a7dd4;
	margin: 1.5em 0 0.8em;
	font-size: 1.5em;
}
#fMatter h1:before,
#fContentPost .fModuleTitle h3:before {
	content: " ";
	bottom: 0; 
	width: 6%; height: 5px; 
	background:#2a7dd4;
	left: 47%; right: 47%;
	position: absolute;
}

body.is-home .fPageTitle {
	display: none;
}

.fPageTitle {
	font-size: 1.5em;
	padding: 4em 0;
	margin:0 ;
	background: url('//storage.unitedwebnetwork.com/files/282/6db595782e5d74fa0148b472704422a2.jpg') no-repeat fixed;
	background-size: cover;
	position: relative;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.fPageTitle:before {
    content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background:rgba(0,0,0,0.8);
	z-index: 1;
}
.fPageTitle h1 {
	position: relative;
	z-index: 2;
	margin:0 auto;
	padding-left: 15px;
	padding-right: 15px;
}
.fPageTitle h1 span,
.fPageTitle h1 div {
	display: block;
	font-weight: 300;
	font-size: 0.6em;
	line-height: 1.2;
	color: #fafafa;
	
}
.fPageTitle h1 div p {
	margin-bottom: 0;
}


/* Layout */
ul, ul li {
	margin: 0px;
	list-style: none;
	padding: 0px;
	/* display: none; */
}
a, a:hover, a:focus {text-decoration: none;color: #2a7dd4;}

img {
	display: block;
	max-width: 100%;
	height: auto;
}
p { 
	margin: 1em 0 1.25em; }
.no-padding {
	padding: 0px;
}
.no-padding-top {
	padding-top: 0px !important;
}
.no-padding-bottom {
	padding-bottom: 0px !important;
}
.no-padding-left {
	padding-left: 0px !important;
}
.no-padding-right {
	padding-right: 0px !important;
}
.margin-bottom {
	margin-bottom: 10px;
}
#fContentPre .fModule,
#fContentPost .fModule,
#fHighlight .fModule,
#fContent .fModule {
	padding: 2.25em 0px;
	overflow: hidden;
}

/* Background */
.fBgDark {
	background: #38424c;
	color: #ffffff;
}
.fBgDark a {color: #ffffff; }
.fBgDark a:hover { color: #fff;}

.fBgLight {
	background: #ecf0f3;
	color: #333;
}
.fBgLight a {color: #2a7dd4;}
.fBgLight a:hover { color: #0f64b7;}

.fBgWhite {
	background: #ffffff;
	color: #000000;
	border-bottom:1px solid #dedede;
}
.fBgWhite a, .fBgWhite a:hover {color: #2a7dd4;}
.fBgColor {
	background: #2a7dd4;
	color: #ffffff;
}
.fBgColor a, .fBgColor h3, .fBgColor h4 {color: #ffffff; line-height: 120%;}
.fBgColor a:hover {}

/* Button */
a.fButton,
input.fButton {
	padding: 10px 18px 9px;
	margin: 10px 0px;
	text-decoration: none;
	display: inline-block;
	border-radius: 3px;
	text-align: center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border: 0px;
	border:2px solid rgb(150,150,148);
	color: rgb(150,150,148);
	font-weight: bold;
	background: transparent;
}
a.fButton:hover,
input.fButton:hover {
	background: rgb(150,150,148);
	color:#fff;
	border: 2px solid rgb(150,150,148);
	box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
}


.fBgDark .fButton,
#fBanner .fButton {
	border:2px solid #fff;
	color: #fff;
	background:rgba(150,150,148,0.5);
}
.fBgDark .fButton:hover,
#fBanner .fButton:hover {
	border:2px solid #fff;
	color:#333;
	background: #fff;
	text-shadow: 0 0 0;
}

a.fButtonSmall {
	font-size: .8em;
	padding: 5px 10px;
}
a.fButtonBlock {
	display: block;
}

/* Extra */
.fCenter .fModuleTitle h3,
.fCenter .fModuleTitle h3 {
	text-align: center;
}
#fContentPre .fModuleTitleWhite h3,
#fContentPost .fModuleTitleWhite h3 {
	color: #fff;
}


/* Common CSS */
.border {
	border:6px solid #fff;
	box-shadow: 0px 0px 2px 2px #ccc;
	border-radius:3px;
}
#fMatter h2, #fContentPost h2 {
	color: #fff;
	margin: 35px 0px 20px;
	font-size: 1.4em;
	background: #2a7dd4;
	padding: 13px 15px;
}
#fMatter h6 {}

#fContentPost .fModuleTitle h3,
#fMatter .fModuleTitle h3 {
	margin: 0em 0px 1.5em;
	font-size: 1.6em;
	font-weight: 600;
	color: #2a7dd4;
	border-bottom: 0;
	text-align: center;
	position: relative;
	padding-bottom: 1em;
}
#fContentPost .fModuleTitle h3:before,
#fMatter .fModuleTitle h3:before {
	content: " ";
	bottom: 0; 
	width: 6%; height: 5px; 
	background:#2a7dd4;
	left: 47%; right: 47%;
	position: absolute;
}


input.form-control,
textarea.form-control {
}
/* Module */
.fModuleEnd .fModuleTitle,
.fModuleEnd .fModuleContent,
.fModuleBoxed {
  margin: 0 auto;
}   

    @media (max-width : 767px) {
		.fModuleEnd .fModuleTitle,
		.fModuleEnd .fModuleContent,
		.fModuleBoxed {
		    max-width: 720px;
		    padding-left: 15px;
		    padding-right: 15px;
		}
    }
	@media (min-width: 768px) {
		.fModuleEnd .fModuleTitle,
		.fModuleEnd .fModuleContent,
		.fModuleBoxed {
		    width: 720px;
		}
	}
	@media (min-width: 992px) {
		.fModuleEnd .fModuleTitle,
		.fModuleEnd .fModuleContent,
		.fModuleBoxed {
		    width: 940px;
		}
	}
	@media (min-width: 1200px) {
		.fModuleEnd .fModuleTitle,
		.fModuleEnd .fModuleContent,
		.fModuleBoxed {
	    	width: 1120px;
		}
	}
/* Social */
.fHeadRight p {
	margin: 7px 0 0;
}
.fHeadRight a, 
.fHeadRight a img {
	float: left;
	margin-right: 5px;
}
.fHeadRight a img {
	margin-top: -5px;
}
.fHeadLeft .fSocial a {
	font-size: 1.2em;
	padding: 7px 5px;
}
.fHeaderRight {
	margin-top: 25px;
}
.fSocial {
	padding: 0;
	margin: 0px 0px 0px;
	overflow: hidden;
}
.fSocial li {
	float: right;
    list-style: none;
}
.fSocial a {
    color: #fff;
    font-size: 1.5em;
    display: inline-block;
    padding: 13px 10px;
}
.fSocial a:hover {
	color: #fff;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}


/* fGalleryItem Default */
.fGalleryList {
	display:flex;
	flex-wrap: wrap;
}
.fGalleryItem {
	text-align: center;
	font-size: 1em;
	display: flex;
	flex-direction: column;
}
.fGalleryItem img {
	display: inline-block;
	max-width: 100%; height: auto;
}
.fGalleryItem h3,
.fGalleryItem h3 a,
.fGalleryItem h3 a:hover {
	color: #333;
}
.fGalleryItem h3 {
	font-size: 1.2em;
}
.fGalleryIconset .fGalleryItem h3,
.fGalleryIconset .fGalleryItem h3 a {
	font-size: 1em;
}


/* Header Right */
.fHeaderRight .fGalleryImages .fGalleryItem {
	overflow: hidden;
	float: left;
	padding: 0px 10px;
}
.fHeaderRight .fGalleryImages .fGalleryItem a.fGalleryImage {
	float: left;
	margin-right: 10px;
}
.fHeaderRight .fGalleryImages .fGalleryItem a.fGalleryImage img {
	border:4px solid #2a7dd4;
	border-radius:3px;
}
.fHeaderRight .fGalleryImages .fGalleryItem .fGalleryText {
	float: left;
}
.fHeaderRight .fGalleryImages .fGalleryItem .fGalleryText h3,
.fHeaderRight .fGalleryImages .fGalleryItem .fGalleryText h3 a {
	font-size: 1.1em;
	color: #000;
	font-weight: normal;
	margin: 0px;
}
.fHeaderRight .fGalleryImages .fGalleryItem .fGalleryText h3 span {
	color: #a9a9a9;
	font-size: .8em;
	font-weight: 300;
	display: block;
	text-align: left;
	margin-bottom: 3px;
}

/* Header */
header,
.fLogo .fGalleryList,
header nav .fMenu,
.head-padding,
.fModuleNavSmall {
    height: 50px;
    -webkit-transition: .25s ease-in-out all;
    -moz-transition: .25s ease-in-out all;
    -o-transition: .25s ease-in-out all;
    transition: .25s ease-in-out all;
}
header {
    background: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.6);
    -webkite-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.6);
    position: fixed;
    top: 0px;
    right: 0;
    left: 0;
    z-index: 99;
    border-top: 5px solid #2a7dd4;
    height: 65px;
}
body.scrolled .head-padding,
body.scrolled header {
	height: 65px;
}
body.scrolled .fLogo .fGalleryList,
body.scrolled header nav .fMenu,
body.scrolled .fModuleNavSmall {
	height: 60px;
}
.fLogo .fGalleryItem {
	transition: all .1s;
	position: absolute;
	transform: translate(0, -50%);
	top: 50%;
}
.fLogo .fGalleryItem:nth-child(2),
body.scrolled .fLogo .fGalleryItem:nth-child(1) {
	max-height: 0;
	opacity: 0;
}
body.scrolled .fLogo .fGalleryItem:nth-child(2),
.fLogo .fGalleryItem:nth-child(1) {
	max-height: 100%;
	opacity: 1;
}
.fLogo .fGalleryImage {
	display: block;
	max-height: 100%;
}
.fLogo img {
	max-width: 100%;
	max-height: 100%;
}
.navbar-header {
	float: none;
	background: #2a7dd4;
}
.fModuleNavSmall {
	text-align: right;
}
@media(min-width:992px) {
	.head-padding,
	header {
	    height: 95px;
	}
	.fLogo .fGalleryList,
	header nav .fMenu,
	.fModuleNavSmall {
    	height: 90px;
    }
	
}

@media(max-width:991px) {
	.fLogo .fGalleryItem:nth-child(2) {
		max-height: 100%;
		opacity: 1;
	}
	.fLogo .fGalleryItem:nth-child(1) {
		max-height: 0;
		opacity: 0;
	}
}


/* Navigation - Header */
nav ul, nav ul li {
	margin: 0px 0 0; padding: 0;
	list-style: none;
	height: 100%;
}
header nav {
	float: right;
}
header nav li {
	float: left;
	list-style: none;
	padding: 0px;
	display: table;
	position: relative;
}
header nav li:before {
	display: block;
	content: " ";
	top: 0; left: 0; right: 0;
	max-height: 0; height: 0;
	transition: all 0.2s;
	position: absolute;
}
header nav li:hover:before {
	max-height: 100%; height: 100%;
	background-color: #2a7dd4;
}
header nav li a {
	padding: 0 15px;
    position: relative;
    display: table-cell;
	height: 100%;
	vertical-align: middle;
    color: #333;
    font-weight: 400;
    font-family: Rokkitt,serif;
    font-size: 1.1em;
	transition: all 0.2s;
}
body.scrolled header nav li.rounded {
	margin-top: 10px;
}
header nav li.rounded {
	margin-top: 24px;
	display: block;
	height: auto;
	margin-left: 10px;
	transition: all 0.3s;
}
header nav li.rounded:before {
	display: none;
}
header nav li.rounded > a {
	background: #2a7dd4;
	color: #fff;
	border-radius: 100px;
	height: auto;
	display: block;
	padding: 5px 25px;
}
header nav li.rounded > a:hover {
	background: #2670bf !important;
	border-radius: 100px;
}
header nav li a:hover,
header nav li a:focus,
header nav li:hover > a {
	text-decoration: none;
	color: #fff;
}
header nav ul li {
	position: relative;
}
header nav ul ul {
	position: absolute;
	background: #2a7dd4;
	width: 250px;
	z-index: 20;
	color: #ffffff;
	display: none;
}
header nav ul li:hover > ul {
	display: block !important;
}
header nav ul ul li {
	float: none;
	border-bottom: none;
	padding: 0px;
}
header nav ul li ul li a {
	font-size: 1.05em;
	color: #fff;
	padding: 15px 23px;
    border-bottom:none;	
}
header nav ul ul li:hover > a,
header nav ul ul li a:hover {
	background: #2a7dd4;
	color: #fff;
    border-bottom:none;	
}
.navbar-toggle {
	background: #2a7dd4;
	border: none;
	color: #ffffff;
	margin: 0;
	position: absolute;
	top:50%; right: 15px;
	transform:translateY(-50%);
}
.navbar-toggle .icon-bar {
	background:#fff;
}

@media(max-width:991px) {
	header .fModulefNav {
		position:absolute;
		z-index: 999;
		width: 100%;
		background: #fff;
		right: 0; top: 50px;
		left: 0;
		box-shadow: 0px 5px 5px rgba(0,0,0,0.3);
	}
	header .fModulefNav .fModuleContent {
		width: 750px; 
		margin-left: auto; margin-right: auto;
	}
	header nav li:before {
		bottom:0; height: 0px;
		top: auto; left:0; right: 0;
	}
	header nav li:hover:before {
		height: 3px;
	}
	header nav li:hover a,
	header nav li a:hover {
		color: #2a7dd4;
	}
}

@media(max-width:767px) {
	header .fModulefNav,
	header .fModulefNav .fModuleContent,
	header nav .fMenu {
		width: 320px; left: auto;
		height: auto !important;
	}
	header .fModulefNav {
		padding: 0;
	}
	header .fModulefNav .fModuleContent { width: 100%; }
	header nav,
	header nav .fMenu,
	header nav ul,
	header nav li {
		float: none;
		height: auto;
		display: block;
	}
	header nav li a {
		display: block;
		padding: 15px;
		text-align: right;
	}
	header nav li a:hover {
		color: #fff;
	}
	header nav li:before {
		bottom:0; top:0; height: 100% !important;
		right: 0; width: 0; left: auto !important;
	}
	header nav li:hover:before {
		width: 100%; left:0;
		height: 100%;
	}

}

/* Banner */
 #fBanner {
    z-index: 1;
    position: relative;
}
.fBanner .fGalleryItem a.fGalleryImage img {
	margin: 0px auto;
	width: 100%;
}
#fBanner .fGalleryItem {

}
#fBanner .fGalleryImage {

}
@media(max-width:480px) {
	.fBanner .fGalleryItem a.fGalleryImage img {	
		width: 200%;
		max-width: 200%;
	}
}

#fBanner .fGalleryImages .fGalleryItem:before {
    content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,0.8));
	z-index: 1;
}

#fBanner .fGalleryText {
	position: absolute;
	text-shadow: 0px 0px 6px rgba(0,0,0,0.6);
	text-align: center;
	z-index: 2;
    width: 50%; top: 50%; left: 50%;
    min-width: 320px;
    transform: translate(-50%,-50%);
    color: #fff;
    font-size: 1.4em;
}
#fBanner .fGalleryText h3,
.fPageTitle h1 {
    font-size: 1.5em;
    font-weight: bold;
    line-height: 120%;
    font-family:'Assistant',sans-serif;
}
#fBanner .fGalleryText h3 a {
    color: #fff;
}
.fBanner .has-dots {
    position: relative;
}
.fBanner ol.dots {
    position: absolute;
    text-align: center;
}
.fBanner ol.dots li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    text-indent: -999em;
    border: 2px solid #fff;
    border-radius: 6px;
    cursor: pointer;
    opacity: .4;
    -webkit-transition: background .5s, opacity .5s;
    -moz-transition: background .5s, opacity .5s;
    transition: background .5s, opacity .5s;
    float: none !important;
}
.fBanner ol.dots li.active {
    background: #fff;
    opacity: 1;
}

#fMatter ul {
	margin-bottom: 15px;
}
#fMatter li {
	margin-left: 40px;
	list-style: disc;
}

#fMatter table.col-md-1,
#fMatter table.col-md-2,
#fMatter table.col-md-3,
#fMatter table.col-md-4,
#fMatter table.col-md-5,
#fMatter table.col-md-6,
#fMatter table.col-md-7,
#fMatter table.col-md-8,
#fMatter table.col-md-9,
#fMatter table.col-md-10,
#fMatter table.col-md-11,
#fMatter table.col-md-12 {
	display: block;
}
#fMatter h2 {
	background:#004a8d;
}	

/* Content List (homepage) */
.fContentList ul.fGalleryImages .fGalleryItem a.fGalleryImage img {
	text-align: center;
	margin: 0px auto;
}
.fContentList ul.fGalleryImages .fGalleryItem .fGalleryText {
	padding: 12px 0px 0px;
	margin: 0px;
}
.fContentList ul.fGalleryImages .fGalleryItem .fGalleryText h3,
.fContentList ul.fGalleryImages .fGalleryItem .fGalleryText h3 a {
	margin: 10px 0 10px;
	color: #ed6c32;
	font-size: 1.2em;
	font-weight: 600;
}
.fContentList ul.fGalleryImages .fGalleryItem .fGalleryText p {
	font-size: 1em;
	margin: 10px 0;
}
.fContentList ul.fGalleryImages .fGalleryItem .fGalleryText p a {
	margin: 0px;
}

/* Key Topics Overlay */
.fProject ul.fGalleryImages {
	margin:0 !important; padding: 0;
}
.fProject li.fGalleryItem {
    list-style: none;
    display: inline-block;
    position: relative;
    margin: 0 0 30px !important;
}
.fProject .fGalleryImage {
	border: 1px solid #cdcdcd;
	border-bottom: 0px;
	display: block;
	background: #000;
}
.fProject .fGalleryText {
	border: 1px solid #cdcdcd;
	border-top: none;
	padding: 15px;
	background: #fff;
	text-align: left;
}
.fProject .fGalleryImage img {
	transition: 0.3s all;
	width: 100%;
}
.fProject .fGalleryText h3 {
	font-size: 22px;
	font-weight: 500;
	color: #000;
	margin: 0px !important;
}
.fProject .fGalleryText p {
	margin: 1.2em 0 0;
}
.fProject .fGalleryText h3 a {
	color: #000;
}
.fProject .fGalleryImage,
.fProject .fGalleryText {
	transition: all 0.3s;
}
.fProject .fGalleryItem:hover .fGalleryImage img {
	opacity: 0.5;
}
.fProject .fGalleryItem:hover .fGalleryImage,
.fProject .fGalleryItem:hover .fGalleryText {
	box-shadow: 0px 0px 20px rgba(0,0,0,0.4);
	border-color: #999;
}
@media(max-width:480px) {
	.fProject .fGalleryText h3 {
		padding: 10px 0;
	}
	.fProject .fGalleryText h3 a {
		font-size: .8em;
	}
}


.fClients {
    background: url("//storage.unitedwebnetwork.com/files/282/e5e253ece7d5a05656176374a6f56259.png") center center #000 fixed;
    background-size: cover;
    color: #fff;
    text-align: center;
}
.fClients h3 {
	color:#fff !important;
}

.fClients .fGalleryImage img {margin: 0 auto;}
.fClients .fGalleryText h3 {
    font-size: 1.3em !important;
    margin: 0px 0px 8px !important;
}
.fClients .fGalleryText h4 {
    font-size: .9em !important;
    margin: 0px 0px 30px!important;
}

.fClients .fGalleryText {padding:0px 15%;font-size:110%;color: #fff;}

.fClients .fGalleryText h3 a {
    color: #2a7dd4;
}
.fClients .owl-theme .owl-controls {
    margin: 20px 0px 0px !important;
}


/* Footer */
#fFooter {
	background: #2a7dd4;
	padding: 1.5em 0;
	clear: both;
}
#fFooter p {
	margin: 0px 0px;
	color: #fff;
	font-size: 90%;
}
#fFooter .fNav {margin: 0px auto 10px !important;width: 71%;t;clear: both;}
#fFooter nav ul {
	margin: 10px 0 0;
	padding-left: 40px;
    float: right;
}
#fFooter nav ul ul {
	display:none;
}
#fFooter nav ul li {
	float: left;
	list-style: none;
}
#fFooter nav ul li a {
	color: #fff;
	padding: 10px 10px;
	font-size: .9em;
}
#fFooter nav ul li:nth-last-child(1) a  {
	padding-right: 0px;
}
#fFooter .fFootNote {clear: both;}

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

.stats {
    display: flex;
    flex-direction: row;
    margin-top: 30px;
    text-align: left;
}
.fCallout {
	padding: 28px 0px;
	background: #2a7dd4;
}
.fCallout .fModuleContent .col-sm-3 {
    text-align: center;
    color: #fff;
    font-size: 2.2em;
    margin: 0px auto;
    font-weight: 700;
}
.fCallout .fModuleContent .col-sm-3 .small {
	color: #fff;
    font-size: .5em;
    vertical-align: middle;
    font-weight: 300;
}
@media(max-width:767px) {
	.fCallout .fModuleContent .col-sm-3 {
    	margin-bottom: 1.5em;
	}
	.fCallout {
		padding-bottom: 0 !important;
	}
}

ul.social { width:12%; margin:0px auto;}
ul.social li {float:left; margin:0px 10px}
ul.social li a.fb {}
ul.social li a.li {}
.fcopyright{float: right;}
.Socialicon{float:left;display: inline-flex;}
.fAboutButton{text-align: center;
    font-size: 16px;}
.fClients>div >ul >div >div >div >li >a>img{}


.fCourses {
    padding: 0px 0px 30px !important;
}
.fCourses ul li.fGalleryitem {}
.fCourses ul li a {}
.fCourses ul li a img {float:left;margin-right:30px;border: 1px solid #cdcdcd;width: 515px;}
.fCourses ul li.fGalleryItem {
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 40px;
    padding: 20px 0px;
}
.fCourses ul li .fGalleryText h3 {
    margin: 5px 0px 20px !important;
     font-size: 1.2em !important;
}
.fCourses ul li .fGalleryText h3 a {}
.fCourses ul li .fGalleryText p {
    text-align: left;
    font-size: 17px;
    margin-left: 545px;
}
.fCourses >div >h3 {
    color: #fff !important;
   
    background: #1baf33;
    padding: 15px 15px 15px;
    margin-top: 0px;
}

	@media (max-width: 480px) {
	}
    @media (min-width: 481px) and (max-width : 767px) {
		
    }
    @media (min-width: 768px) and (max-width : 991px) {
    	.navbar-toggle { display: block !important; }
    }
    @media (min-width: 992px) and (max-width : 1200px) {

    }
    @media(max-width: 767px) {
		#fBanner .fGalleryText p {

		}
		body { font-size: 14px; }
	}
    @media(max-width: 991px) {
		#fBanner .fGalleryText {
			font-size: 1em;
			width: 100%;
			padding: 0 1em;
		}
    }

/* GalleryCircular */
/* GalleryCircular - Common Definition */
.fGalleryCircular .fGalleryItem {
	padding-top: 1em;
	padding-bottom: 1em;
	height: 100%; overflow: hidden;
	transition: all 0.2s ease-in;
	display: block;
}
.fGalleryCircular .fGalleryItem:hover {
	transform: scale(1.05);
}
.fGalleryCircular .fGalleryImage {
	width: 25%;
	float: left;
}
.fGalleryCircular .fGalleryImage img {
	display: inline-block;
}
.fGalleryCircular .fGalleryText {
	width: 75%;
	float: left;
}
.fGalleryCircular .fGalleryText h3 {
	margin: 0;
	font-family: 'Assistant', sans-serif;
}
.fGalleryCircular .fGalleryText p {
	margin: 0.5em 0 0;
}

/* GalleryCircular - Even (Right side) */
.fGalleryCircular .fGalleryItem:nth-child(even) {
	text-align: left;
}
.fGalleryCircular .fGalleryItem:nth-child(even) .fGalleryText {
	padding-left: 15px;
}
.fGalleryCircular .fGalleryItem:nth-child(even) .fGalleryImage {
	text-align: right;
}

/* GalleryCircular - Odd (Left side) */
.fGalleryCircular .fGalleryItem:nth-child(odd) {
	text-align: right;
}
.fGalleryCircular .fGalleryItem:nth-child(odd) .fGalleryImage {
	float: right; text-align: left;
}
.fGalleryCircular .fGalleryItem:nth-child(odd) .fGalleryText {
	padding-right: 15px;
}

    @media(min-width: 1200px) {
	    .fGalleryCircular .fGalleryList {
			background: url('//storage.unitedwebnetwork.com/files/282/9fa624fc43d25f5a78c409be89b075a2.png') no-repeat center center;
	    }
		.fGalleryCircular .fGalleryItem:nth-child(3) .fGalleryText,
		.fGalleryCircular .fGalleryItem:nth-child(4) .fGalleryText {
			width: 60%;
		}
		.fGalleryCircular .fGalleryItem:nth-child(3) .fGalleryImage,
		.fGalleryCircular .fGalleryItem:nth-child(4) .fGalleryImage {
			width: 40%;
		}
    }


.fGalleryTextIntro,
.subscribe-link {
	display: none;
}

.fProject .fGalleryItem h4,
#fMatter .fProject .fGalleryItem h4 {
	font-family: 'Assistant', sans-serif;
	color: #000;
	font-size: 1em;
	font-weight: bold;
	margin: 1em 0 0 0;
}

ul.li-iconset {
	margin: 0 !important; padding: 1em 0;
	display: none !important;
}
ul.li-iconset li {
	padding-left: 0;
	list-style: none !important;
	margin-left: 0 !important;
}
ul.li-iconset .li-icon {
	background-position: center left;
	background-repeat: no-repeat;
	background-size: 20px;
	padding-left: 30px;
}
.li-icon-like { background-image: url('//storage.unitedwebnetwork.com/files/282/460c49c7a339f6e4eec38f0bfa606812.png'); }
.fPageTitle .li-icon-like { background-image: url('//storage.unitedwebnetwork.com/files/282/a035970c9b7230d3121cdab3a65792fb.png'); }
.li-icon-language { background-image: url('//storage.unitedwebnetwork.com/files/282/d99e541d7397dfdd787d575e6534a5d5.png'); }
.fPageTitle .li-icon-language { background-image: url('//storage.unitedwebnetwork.com/files/282/79bcc8692ca56043cb48a3807cbc8746.png'); }
.li-icon-student { background-image: url('//storage.unitedwebnetwork.com/files/282/842202eedbfc9499af04c2b9aca42018.png'); }
.fPageTitle .li-icon-student { background-image: url('//storage.unitedwebnetwork.com/files/282/391dcb787a2c14e12e79af9df06f42cc.png'); }

.star-ratings-sprite {
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/2605/star-rating-sprite.png") repeat-x;
  height: 21px;
  line-height: 0;
  overflow: hidden;
  text-indent: -999em;
  width: 110px;
  margin: 0 auto;
  display: inline-block !important;
  margin-right: 0.5em;
}
.star-ratings-sprite-rating {
    background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/2605/star-rating-sprite.png") repeat-x;
    background-position: 0 100%;
    float: left;
    height: 21px;
    display:block;
}

.fPageTitle h4 {
	font-size: 1.2em;
	font-weight: bold;
	font-family: 'Assistant', Arial, sans-serif;
}

.no-padding { padding: 0 !important; }
ul.fPageActions {
	position: relative;
}

/* Animation gallery */
.animate-fade-in:not(.fModule),
.animate-fade-in .fModuleContent { opacity: 0; transition: all 2s; }
.scrolled-to .animate-fade-in:not(.fModule),
.scrolled-to.animate-fade-in .fModuleContent { opacity: 1; }

.animate-zoom-in { transform:scale(0); transition: all 2s; }
.animate-zoom-out { transform:scale(2); transition: all 2s; }
.scrolled-to .animate-zoom-in,
.scrolled-to.animate-zoom-in,
.scrolled-to .animate-zoom-out,
.scrolled-to.animate-zoom-out { transform:scale(1); }

.animate-fly-left:not(.fModule),
.animate-fly-left .fModuleContent { transform:translateX(100%); transition: all 2s; }
.animate-fly-right:not(.fModule),
.animate-fly-right .fModuleContent { transform:translateX(-100%); transition: all 2s; }
.animate-fly-down:not(.fModule),
.animate-fly-down .fModuleContent { transform:translateY(-100%); transition: all 2s; }
.animate-fly-up:not(.fModule),
.animate-fly-up .fModuleContent { transform:translateY(100%); transition: all 2s; }
.scrolled-to .animate-fly-up,
.scrolled-to.animate-fly-up .fModuleContent,
.scrolled-to .animate-fly-down,
.scrolled-to.animate-fly-down .fModuleContent,
.scrolled-to .animate-fly-left,
.scrolled-to.animate-fly-left .fModuleContent,
.scrolled-to .animate-fly-right,
.scrolled-to.animate-fly-right .fModuleContent { transform:scale(1); }


.animate-ease-in { transition-timing-function: ease-in; }
.animate-ease-out { transition-timing-function: ease-out; }
.animate-ease-in-out { transition-timing-function: ease-in-out; }

.animate-duration-slow { transition-duration: 3s; }
.animate-duration-fast { transition-duration: 1s; }

.fAddress {
	text-align: center;
}
h4.fAddress {
	margin: 0 !important;
}
p.fAddress {
	text-align: center;
	margin-top: 0;
	padding-bottom: 1em;
}
img.fAddress {
	margin: 0 auto;
}

/* Blog Module */
.fBlog {padding-top:0px !important;}
.fBlog ul li {padding: 15px 0px 20px;border-bottom: 1px solid #cfcfcf;margin: 10px 0px 20px !important;list-style: none !important;}
.fBlog ul li .fBlogTitle h4 {margin: 3px 0px 5px !important;}
.fBlogMeta {margin-bottom:10px;}
.fBlogMetaLabel {}
.fBlogMetaLValue {display: none;}
.fBlogMetaDate {display:none;}
.fBlogMetaAuthor {display:none;}
.fBlog ul li .fBlogTitle h4 a {display:block;font-weight:bold;font-size: 25px;} 
.fBlog ul li .fBlogText {margin: 10px 0px;}
.fBlog ul li .fBlogText p {}
.fBlog ul li .fBlogText img.highlight {float: left; margin: 0px 10px 10px 0px; width: 270px;}
.fBlog ul li {
    padding: 20px;
    border: 1px solid #cfcfcf;
    margin: 10px 0px 30px !important;
    list-style: none !important;
}
.fReadmore {
	/*text-decoration: none;
	display: inline-block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin: 0px 0px;*/
    padding: 10px 18px 9px;
    margin: 10px 0px;
    text-decoration: none;
    display: inline-block;
    border-radius: 3px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 0px;
    border: 2px solid rgb(150,150,148);
    color: rgb(150,150,148);
    font-weight: bold;
    background: transparent;
}
.fReadmore:hover {background: rgb(150,150,148);
    color: #fff;
    border: 2px solid rgb(150,150,148);
    box-shadow: 0px 0px 15px rgba(0,0,0,0.5);}

/* Sidebar Right */
.fSide {
}
.fSide .fModuleTitle h3 {
	text-align: left;
	font-size: 1.3em;
	margin: 10px 0px 10px;
}
.fSide ul li {
	list-style: disc;
	margin-left: 10%;
	margin-bottom: 8px;
}
.fSide ul li a {
	color:#3b3b3b;
	font-size: 17px;
}
.fSide ul li a:hover {
	color:#018dce;
}

@media (max-width : 767px) {
	.fBlog ul li {
    width: 100%;
	}
}
@media (min-width: 768px) and (max-width : 992px) {
	.fBlog ul li {
    width: 95%;
	}
}

.fGalleryReview .fGalleryItem {
	overflow: hidden;
	height: 100%;
	border-bottom: 1px solid #eaeaea;
	padding-top: 1em;
	padding-bottom: 1em;
	display: block;
}
.fGalleryReview .fGalleryImage,
.fGalleryReview .fGalleryText {
	text-align: left;
}
.fGalleryReview .fGalleryImage {
	width: 80px;
	float: left;
}
.fGalleryReview .fGalleryImage img {
	max-width: 48px;
	width: 48px;
}
.fGalleryReview .fGalleryText {
	margin-left: 80px; 
}
.fGalleryReview .fGalleryText h3 { margin:0; }

.mod-title-left .fModuleTitle h3 {
	text-align: left !important;
}
.mod-title-left .fModuleTitle h3:before {
	left: 0 !important; right: 95% !important;
}

h4 s {
	font-weight: normal;
}
/* popup-form */
.f-form input {
    font-weight: 400 !important;
    font-size: 1em !important;
}



/* Blogs Page */
.blogs .fModuleContent .blog  .f-list-item-container{
	box-shadow: none;
	transition: 0.6s all;
	margin : 1rem;
	padding: 2rem;
	/* max-height: 450px; */
	overflow: hidden;
	/* text-align: center; */
	display: inline-block;
}
.blogs .fModuleContent .blog  .f-list-item-container .f-list-item-title a{ 
    font-size: 24px;
    font-weight: bold;
    /* text-align: center; */
    height: 63px;
    display: block;
    margin-bottom: 3%;
}
.blogs .fModuleContent .blog  .f-list-item-container .f-list-item-title a:hover
{
	color:#000;
}
.blogs .fModuleContent .blog  .f-list-item-container .f-list-item-teaser-image{
	float: left;
	width: 100%;
	display: block;
}
.blogs .fModuleContent .blog  .f-list-item-container .f-list-item-title,
.blogs .fModuleContent .blog  .f-list-item-container .f-list-item-subtitle,
.blogs .fModuleContent .blog  .f-list-item-container .f-list-item-teaser-content
{ 
	width: 100%;
	display: inline-block;
	margin-left: 0rem;
}

.blogs .fModuleContent .blog .f-list-item-container .f-list-item-subtitle
{

    color: #524265;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    /* margin: 15px 0*/
    margin-bottom: 1vw;
}

.blogs .fModuleContent .blog .f-list-item-container .wrap p:first-child
{
/*    font-family: initial;*/
    font-size: 15px;
    letter-spacing: 1.7px;
}

.blogs .fModuleContent .blog .f-list-item-container .wrap p:first-child a
{
	 font-weight: 600;
    color: #0058b4;
}

.blogs .fModuleContent .blog .f-list-item-container .wrap p:first-child a:hover
{
	color: #000;
}

.blogs .fModuleContent .blog .f-list-item-container  p
{
    font-size: 14px;
    font-weight: 400;
    margin-top: 0;
/*    letter-spacing: 2px;*/
}


.blogs .fModuleContent .blog  .f-list-item-container .f-list-item-teaser-image img{
	/*height: 260px;*/
    width: 100%;
    /* padding-bottom: 20px; */
    object-fit: unset;
    height: auto;
    margin-bottom: 1vw;
        object-position: top;
}

.blogs .fModuleContent .blog .f-list-item-container
{
    background: #f3f3f9;
    border-radius: 13px;
    overflow: hidden;
}

.blogs .fModuleContent .blog .f-list-item-container:hover{
	-webkit-box-shadow:0px 0px 13px 0px #0000002e;
    -moz-box-shadow: 0px 0px 13px 0px #0000002e;
    box-shadow:0px 0px 13px 0px #0000002e;
}
.blogs .fModuleContent .blog  .f-list-item-container .wrap{
	display: flex;
	/* flex-direction: row-reverse; */
/*	justify-content: center;*/
    justify-content: end;
	align-items: center;
}
.blogs .fModuleContent .blog  .f-list-item-container .wrap img{
    margin-left: 10px;
    width: 55px !important;
    height: 55px !important;
    border: 2px solid #0c940c;
    border-radius: 54%;
}

 .blog-item-section .blog
{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

 .blog-item-section .blog .f-list-item 
{
    width: 33.33%;
}



.blog-item-section .blog .f-list-item-button a {
    text-transform: capitalize;
    display: flex;
    align-items: baseline;
    color: #000;
    font-size: 15px;
    font-weight: 600;
}

.blog-item-section .blog  .f-list-item-button a i {
    margin-left: 5px;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
}
.blog-item-section .blog .f-list-item-button a:hover
{
	color: #095ab2;
}

.blog-item-section .blog  .f-list-item-button a:hover  i
{
	    margin-left: 10px;
}


.blogone-tages
{
    padding-bottom: 1vw !important;
}

.item-list-item-blog .f-list-item 
{
    width: 33.33%;
    float: left;
}

.item-list-item-blog .f-list-item  .f-list-item-container
{
    height: 600px;
}


#fMatter .blogone-tages .fModuleContent ul
{
	display: inline-block;
    width: 100%;
        margin: 0px 0 0;
    padding: 0;
    list-style: none;
    height: 100%;
        margin: 0 !important;
    list-style: none !important;
}

#fMatter .blogone-tages .fModuleContent ul li
{
padding: 10px;
    position: relative;
    /* width: 50%; */
    float: left;
    margin: 0 !important;
    list-style: none !important;
}

#fMatter .blogone-tages .fModuleContent ul li a
{
	position: relative;
    display: block;
    line-height: 24px;
    padding: 5px 10px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #f3f3f3;
    color: #1a1a1a;
    text-align: center;
    border-radius: 0px;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    font-size: 13px;
    font-weight: 600;
}

#fMatter .blogone-tages .fModuleContent ul li a:hover
{
	    background-color: #000;
    color: #fff;
}

#fMatter .blogone-tages .fModuleTitle
{

}


#fMatter .blogone-tages .fModuleTitle h3
{
    text-align: left;
    color: black;
    font-family: Rokkitt,serif;
    margin-bottom: 1em;
    font-weight: 500;
}

#fMatter .blogone-tages .fModuleTitle h3:before
{
    height: 1px;
    background: rgba(0,0,0,0.2);
    left: 0;
}


#st-2.st-has-labels .st-btn:hover {
    width: 120px;
    height: 74px;
}

/*************-----------------------***********/



.recent-posts .f-list-item-container {
	margin-bottom: 50px;
	display: flex;
}
.recent-posts .f-list-item-teaser-image img{
    max-width: 125px;
	height: 75px;
	padding-right: 15px;
	    object-fit: cover;
}

.recent-posts .f-list-item-title a
{
    font-size: 13px;
    font-weight: 600;
    width: 100%;
    display: block;
}

.recent-posts .f-list-item-title a:hover
{
	color: #000;
}



.tags .fModuleTitle::after,
.recent-posts .fModuleTitle::after{
	position: absolute;
    content: '';
    left: 0;
    top: 16%;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background: rgba(0,0,0,0.2);
}
.tags .fModuleTitle::after{
	top: 35%;
}
/* Tags */
.tags ul{
	display: inline-block;
	width: 100%;
}
.tags ul li{
	padding: 10px;
	position: relative;
	width : 50%;
	float: left;
}
.tags ul li a{
	position: relative;
    display: block;
    line-height: 24px;
    padding: 5px 10px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #f3f3f3;
    color: #1a1a1a;
    text-align: center;
    border-radius: 0px;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    font-size: 13px;
    font-weight: 600;
}

.tags ul li a:hover
{
	background-color: #000;
	color: #fff;
}

/**************--------------------------***********/
.f-list-filter {
    text-align: right;
    float: right;
    display: flex;

    margin-top: 3vw;
    width: 100%;
    margin-left: 26px;
    padding-left: 19px;
}

.f-list-filter a
{
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #004085;
    background-color: #ffffff;
    border: 1px solid #004085;
}

.f-list-filter a:hover
{
        background: #000;
    color: white;
}

.f-list-filter a.selected
{
       background: #004085;
    color: white; 
}




/************----------------------------*************/


h1#heading
{
	text-transform: capitalize;
}

.F-free-courses-content-list .f-list-item-container {
    background-color: #ffffff;
    box-shadow: 0px 1px #edf2f7;
    border: 1px solid #edf2f7;
    padding: 0px;
    border-radius: 9px;
    cursor: pointer;
    margin-bottom: 50px;
    height: 463px;
    position: relative;
    border: 1px solid #cdcdcd;
    transition: 0.3s all;
    border-radius: 0;
    position: relative;
}

.F-free-courses-content-list .f-list-item-container:hover
{
	border: 1px solid #999;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 40%);
}

.F-free-courses-content-list .f-list-item-teaser-image a
{
	    overflow: hidden;
    position: relative;
    width: 100%;
    display: block;
}

.F-free-courses-content-list .f-list-item-container:hover .f-list-item-teaser-image a img {
    transform: scale(1.2);
}

.F-free-courses-content-list .f-list-item-teaser-image a img
{
    width: 100%;
    transform-origin: top center;
    transition: all 0.4s ease 0s;
    height: 252px;
    object-fit: cover;	
}


.f-list-item-teaser-box {
    padding: 16px 16px 0px 16px;
}

.f-list-item-teaser-box .f-list-item-title a
{
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    display: block;
}

.f-list-item-teaser-box p
{
	    font-size: 16px;
    max-height: 75px;
    font-weight: 300;
    font-family: 'Assistant';
}

.f-list-item-teaser-box .f-list-item-button a
{
font-weight: bold;
    color: #000;
    font-size: 18px;	
}
.f-list-item-teaser-box .f-list-item-button
{
	position: absolute;
    bottom: 13px;
}

.f-list-item-teaser-box .f-list-item-button a i {
    margin-left: 5px;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
}
.f-list-item-teaser-box .f-list-item-button a:hover i
{
	  margin-left: 10px;
}
.f-list-item-teaser-box .f-list-item-button a:hover
{
	    color: #000;   
}

.F-free-courses-content-list .f-list-item-container .f-list-item-node {
	padding: 0 15px;
}
.F-free-courses-content-list .f-list-item-container .f-list-item-node:first-child {
	padding: 0;
}
.F-free-courses-content-list .f-list-item-container .f-list-item-title a {
	font-weight: 600;
    font-size: 1.8rem;
    display: block;
    margin: 10px 0;
}
.F-free-courses-content-list .f-list-item-container .f-list-item-button a {
	color: #000;
	font-weight: 600;
	display: inline-block;
	position: relative;
	min-width: 130px;
}
.F-free-courses-content-list .f-list-item-container .f-list-item-button a:before {
	content: "\f061";
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transition: 0.6s all;
}
.F-free-courses-content-list .f-list-item-container .f-list-item-button a:hover:before {
	right: 0;
}

/***********-----------**********/
.fBanner .owl-theme .owl-controls
{
	display: none !important;
}










/***********-----------------**************/
@media (max-width: 768px) {

.blog-item-section .blog .f-list-item {
    width: 50%;
}

}


/***********-----------------**************/
@media(max-width:480px) {

.blogs .fModuleContent .blog .f-list-item-container .f-list-item-teaser-image
{
	    width: 100%;
}
.blogs .fModuleContent .blog .f-list-item-container .f-list-item-title, .blogs .fModuleContent .blog .f-list-item-container .f-list-item-subtitle, .blogs .fModuleContent .blog .f-list-item-container .f-list-item-teaser-content
{
	    margin-left: 0;    width: 100%;	
}

#fContent .region-sidebar-right .fModule {
	padding: 2.25em 0px;
    padding-top: 0em ;
    overflow: hidden;
}

.recent-posts .f-list-item-container {
    margin: 12px 0 2vw;
}

.blogs .fModuleContent .blog .f-list-item-container .f-list-item-teaser-image img
{
	height: 224px;
}
.blogs .fModuleContent .blog .f-list-item-container .wrap p:first-child{
	    font-size: 14px;
}

.blogs .fModuleContent .blog .f-list-item-container .wrap
{
	justify-content: left;
}


#fContent .region-sidebar-right .fModuleTitle
{
	margin-bottom:  2.25em ;
}


.blog-item-section .blog .f-list-item {
    width: 100%;
}


.blogs .fModuleContent .blog .f-list-item-container .f-list-item-teaser-image img {
    height: 317px;
    object-position: top;
}





}


@media only screen and (min-width: 320px) and (max-width: 480px) and (orientation: portrait)  and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait)
{


#fBanner .fGalleryImage {
    height: 100%;
    display: block;
    position: relative;
}

.fBanner .fGalleryItem a.fGalleryImage img {
    width: 100%;
    max-width: 100%;
    height: 259px;
    object-fit: cover;
}
.blogs .fModuleContent .blog .f-list-item-container .f-list-item-teaser-image img {
    height: 317px;
    object-position: top;
}

.item-list-item-blog .f-list-item {
    width: 100%;

}

.item-list-item-blog .f-list-item .f-list-item-container {
    height: auto;
}


}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait)

{

.item-list-item-blog .f-list-item {
    width: 50%;
    float: left;
    height: 670px;
}


}



@media (min-width: 1024px) and (max-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) "
{



.tags ul li a
{
	padding: 5px 7px;
	font-size: 12px;
font-weight: 600;
width: 100%;
}









}


/***********-----------------**************/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1)
{

.tags ul li a
{
	padding: 5px 7px;
	font-size: 12px;
font-weight: 600;
width: 100%;
}

.item-list-item-blog .f-list-item {
    width: 50%;
    height: 640px;
}





}
.free-course .enroll {
	padding: 15px;
	-webkit-box-shadow: 0px 0px 16px -8px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 16px -8px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 16px -8px rgba(0,0,0,0.75);
}

.free-course .enroll h3 {
	margin-bottom: 0;
}
.free-course .enroll .fButton {
	background: #2a7dd4;
    color: #fff;
    border-radius: 100px;
    height: auto;
    display: inline-block;
    padding: 5px 35px;
    border: none;
    margin: 15px 0;
}
.free-course .enroll .enrol-body {
	border-top: 1px solid #e1e1e1;
}
.free-course .profile {
	display: inline-block;
	width: 100%;
	padding: 2rem 0;
	margin: 2rem 0;
}
.free-course .profile .profile-img {
	width: 25%;
	float: left;
	text-align: center;
}
.free-course .profile .profile-desc {
	width: 75%;
	float: right;
}
.free-course .profile .profile-desc h3 {
	margin-top: 0;
}
.free-course .profile .profile-img img {
	width: 100px;
	height: 100px;
	border-radius: 100%;
	display: inline-block;
}
#fMatter .customWidth li {
	list-style: none;
	margin-left: 0;
}
#fMatter .customWidth h3 {
	font-size: 30px;
}
#fMatter .learn h4 {
	background: #e8e8e8;
    padding: 10px 16px;
    margin: 0;
    font-size: 15px;
    font-weight: bold;
}
.learn .section-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.learn .section-list .section-item {
	margin: 0;
    padding: 0;
    list-style-type: none;
    border-bottom: 1px solid #fff;
}
#fMatter .learn .section-list .section-item .item {
	display: block;
    padding: 11px 16px;
    background: #f0f0f0;
    list-style: none;
    font-size: 15px;
    color: #1a1a1a;
    text-decoration: none;
    font-weight: 400;
    margin-left: 0: 
}
.learn .section-list .section-item .item .lecture-icon {
	font-size: 16px;
	padding-right: 5px;
}
.learn .section-list .section-item .item .btn-primary {
	border-radius: 5px !important;
    padding: 0px 13px !important;
    font-weight: 400 !important;
    font-size: 13px !important;
    line-height: 26px !important;
}
.faq {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
	.customWidth {
		width: 66.66666667%;
		margin: 0 auto;
	}
}