/**
  * Name: Connectutor
  * Version: 1.0
  * Designer: Subadra shri
  * Started Date: 20 June 2020
*/

@import url("font-awesome.css");
@import url("icomoon.css");
@import url("flexslider.css");
@import url("owl.carousel.css");
@import url("shortcodes.css");
@import url("revolution-slider.css");
@import url("magnific-popup.css");
@import url("https://fonts.googleapis.com/css?family=Karla:400,400italic,700,700italic");
@import url("https://fonts.googleapis.com/css?family=Raleway:400,700,900");
@import url("https://fonts.googleapis.com/css?family=Vollkorn:400,400italic,700,700italic");

/** 
  * Reset
  * Repeatable Patterns
  * Top 
  * Header
  * Page title
  * Breadcrumbs
  * Blog
  * Blog fullwidth
  * Pagination
  * Blog single
  * Widgets
  * Course single
  * Boxed
  * Switcher
  * GoTop Button
  * Footer
  * Load more
  * Bottom
  * Flat socials
  * Login
  * Parallax
  * Revolution Slider
*/

/* Reset
-------------------------------------------------------------- */
html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 16px;
    color: #1e1e1e;
    font-family: 'Roboto Slab';
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
caption,
canvas,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
form,
footer,
header,
hgroup,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
tt,
table,
tbody,
textarea,
tfoot,
thead,
time,
tr,
th,
td,
u,
ul,
var,
video {
    /*font-family: inherit;*/
    font-family: 'Arial';
    font-size: 100%;
    font-weight: inherit;
    font-style: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}

figure {
    margin: 0;
}

:focus {
    outline: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

legend {
    white-space: normal;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

button,
input {
    line-height: normal;
}

input,
textarea {
    background-image: -webkit-linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0));
    /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    line-height: 1;
    cursor: pointer;
    /* Improves usability and consistency of cursor style between image-type 'input' and others */
    -webkit-appearance: button;
    /* Corrects inability to style clickable 'input' types in iOS */
    border: none;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
    /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
    -webkit-appearance: textfield;
    /* Addresses appearance set to searchfield in S5, Chrome */
}

input[type="search"]::-webkit-search-decoration {
    /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
    border: 0;
    padding: 0;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Font */
@font-face {
    font-family: 'Notera_PersonalUseOnly';
    src: url('../fonts/Notera_PersonalUseOnly.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/Notera_PersonalUseOnly.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/Notera_PersonalUseOnly.woff2') format('woff2'),
        /* Modern Browsers */
        url('../fonts/NoteraPersonalUseOnly.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/NoteraPersonalUseOnly.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/NoteraPersonalUseOnly.svg') format('svg');
    /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}

/* Repeatable Patterns
-------------------------------------------------------------- */
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-size: 16px;
    color: #1e1e1e;
    font-family: 'Roboto Slab';
    font-weight: 400;
    background-color: #fff;
    color: #666666;
    line-height: 1.5;
    overflow: hidden;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
    color: #2d76b2;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

ul,
ol {
    padding: 0;
}

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

.img-left {
    margin: -10px 50px 0 0 !important;
    float: left;
}

.img-right {
    margin: 0 0 0 50px !important;
    float: right;
}

b,
strong {
    font-weight: 900;
}

.entry-page p {
    margin-bottom: 25px;
}

h1 {
    font: 48px/48px 'Arial';
}

h2 {
    font: 30px/30px 'Arial';
}

h6 {
    font: 18px/30px 'Arial';
}

h1,
h2,
h3,
h6 {
    color: #000000;
}

.pd-right40 {
    padding-right: 40px;
}

.text-white {
    color: #fff;
}

.nopad {
    padding: 0 0;
}

.zindex {
    z-index: 99999;
}

.mag-top-199px {
    margin-top: -199px;
}

.pad-top0px {
    padding-top: 0;
}

.pad-top50px {
    padding-top: 50px;
}

.pad-top55px {
    padding-top: 55px;
}

.pad-top60px {
    padding-top: 60px;
}

.pad-top65px {
    padding-top: 65px;
}

.pad-top70px {
    padding-top: 70px;
}

.pad-top80px {
    padding-top: 80px;
}

.pad-top85px {
    padding-top: 85px;
}

.pad-top90px {
    padding-top: 90px;
}

.pad-top95px {
    padding-top: 95px;
}

.pad-top130px {
    padding-top: 130px;
}

.pad-top155px {
    padding-top: 155px;
}

.pad-top220px {
    padding-top: 220px;
}

.pad-top180px {
    padding-top: 180px;
}

.pad-top240px {
    padding-top: 240px;
}

.pad-top375px {
    padding-top: 375px;
}

.pad-bottom0px {
    padding-bottom: 0;
}

.pad-bottom30px {
    padding-bottom: 30px;
}

.pad-bottom40px {
    padding-bottom: 40px;
}

.pad-bottom45px {
    padding-bottom: 45px;
}

.pad-bottom50px {
    padding-bottom: 50px;
}

.pad-bottom60px {
    padding-bottom: 60px;
}

.pad-bottom70px {
    padding-bottom: 70px;
}

.pad-bottom75px {
    padding-bottom: 75px;
}

.pad-bottom80px {
    padding-bottom: 80px;
}

.pad-bottom85px {
    padding-bottom: 85px;
}

.pad-bottom90px {
    padding-bottom: 90px;
}

.pad-bottom95px {
    padding-bottom: 95px;
}

.pad-bottom110px {
    padding-bottom: 110px;
}

.pad-bottom120px {
    padding-bottom: 120px;
}

.pad-bottom135px {
    padding-bottom: 135px;
}

.pad-bottom158px {
    padding-bottom: 158px;
}

.pad-bottom197px {
    padding-bottom: 197px;
}

.pad-bottom360px {
    padding-bottom: 360px;
}

.pad-top80px.main-content {
    padding: 80px 0 85px;
}

.pad-top90px.main-content {
    padding: 90px 0 46px;
}


button {
    border: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    font-size: 14px;
    font-family: 'Roboto Slab';
    font-weight: 700;
    color: #fff;
    background-color: #2d76b2;
    text-transform: uppercase;
    padding: 24px 120px 21px 124px;
    letter-spacing: 1.2px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    width: 100%;
    border-style: solid;
    border-color: #eef1f6;
    border-width: 1px;
    background-color: #eef1f6;
    height: 50px;
    margin-bottom: 30px;
    padding: 12px 17px;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
    /* border: 1px solid #ccc; */
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

textarea {
    width: 100%;
    height: 150px;
    padding: 12px 17px;
}

input[type="checkbox"] {
    display: inline;
}

textarea:-moz-placeholder,
textarea::-moz-placeholder,
input:-moz-placeholder,
input::-moz-placeholder {
    color: #999999;
    opacity: 1;
}

input:-ms-input-placeholder {
    color: #999999;
}

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

@-webkit-keyframes pop-scale {
    0% {
        -webkit-transform: scale(0.7)
    }

    100% {
        -webkit-transform: scale(1)
    }
}

@-moz-keyframes pop-scale {
    0% {
        -moz-transform: scale(0.7)
    }

    100% {
        -moz-transform: scale(1)
    }
}

@keyframes pop-scale {
    0% {
        transform: scale(0.7)
    }

    100% {
        transform: scale(1)
    }
}

/* bootstrap resetting elements */
.btn {
    background-image: none;
}

textarea,
input[type="text"],
input[type="submit"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
.dropdown-menu,
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
    -webkit-appearance: none;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    color: #999999;
}

.blog-single .entry p {
    margin-bottom: 30px;
}

/* Top 
---------------------------------------------------------------*/
.top {
    border-bottom: 1px solid #eeeeee;
}

/* Infomation top */
.flat-information {
    margin: 0 0;
    padding: 0;
}

.flat-information > li {
    display: inline-block;
    position: relative;
    margin-left: 40px;
    padding-left: 28px;
}

.flat-information > li:first-child {
    margin-left: 0;
}

.flat-information > li:before {
    position: absolute;
    left: 0;
    top: 0;
    font-family: FontAwesome;
    content: "\f095";
    color: #2d76b2;
    font-size: 14px;
}

.flat-information > li.email:before {
    content: "\f0e0";
}

.flat-information > li.address {
    font-size: 12px;
    font-family: 'Roboto Slab';
}

.flat-information > li.address:before {
    content: "\f041";
}

.flat-information > li > a {
    display: inline-block;
    color: #607d8b;
    font-size: 12px;
    font-family: 'Roboto Slab';
}

.flat-information > li > a:hover {
    color: #2d76b2;
}

/* Language top */
.top .language {
    position: relative;
    padding: 15px 0 16px;
}

.top .language li.current:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f1ab";
    font-family: "FontAwesome";
    font-size: 14px;
    color: #2d76b2;
}

.top .language .current {
    position: relative;
    padding: 0 15px 0 5px;
}

.top .language .current > a {
    padding-left: 20px;
}

.top .language .current:after {
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 0;
    color: #999999;
}

.top .language > ul > li > ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: 130px;
    background-color: #2b3341;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
    -webkit-transform: translate(0px, 10px);
    -moz-transform: translate(0px, -10px);
    -ms-transform: translate(0px, -10px);
    -o-transform: translate(0px, -10px);
    transform: translate(0px, -10px);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.top .language > ul > li:hover > ul {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.top .language > ul > li > ul li {
    border-top: 1px solid #394151;
}

.top .language > ul > li > ul li:first-child {
    border-top: none;
}

.top .language > ul > li > ul li a {
    display: block;
    padding: 7px 0;
    line-height: 29px;
    text-align: center;
    color: #fff;
}

.top .language > ul > li > ul li a:hover {
    background-color: #333333;
}

.top .language > ul > li > ul li:hover a {
    background-color: #161625;
}

/* top-navigator */
.top .top-navigator {
    text-align: right;
}

.top .top-navigator ul li {
    display: inline-block;
    border-right: 1px solid #eeeeee;
    padding: 15px 35px 16px 28px;
    position: relative;
}

.top .top-navigator ul li:hover {
    background: #2d76b2;
    color: #fff;
    cursor: pointer;

}

.top .top-navigator ul li a {
    font-size: 12px;
    font-family: 'Arial';
    color: #999999;
}

.top .top-navigator ul li a:hover {

    color: #fff;
}

.top .top-navigator ul li:first-child {
    border-left: 1px solid #eeeeee;
}

/* Header
-------------------------------------------------------------- */
.header {
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header .header-wrap {
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    box-shadow: 2px 2px 2px #ccc;
}

.header .header-wrap .logo {
    -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;
    margin: 42px 0 17px 0;
}

.header .header-wrap .show-search {
    padding-right: 32px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -17.5px;
    text-align: center;
}

.header .header-wrap .show-search i {
    font-size: 12px;
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background-color: #2d76b2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header .header-wrap .show-search i:hover {
    border-width: 1px;
    border-color: #2d76b2;
    border-style: solid;
    color: #2d76b2;
    background-color: #fff;
}

.header .header-wrap .language-wrap ul li {
    display: inline-block;
    padding-right: 21px;
    position: relative;
}

.header .header-wrap .language-wrap ul li.current a {
    color: #202020;
}

.header .header-wrap .language-wrap ul li a:hover {
    color: #2d76b2;
}

.header .header-wrap .language-wrap ul li.current:after {
    position: absolute;
    right: 8px;
    top: 25px;
    content: "/";
    color: #202020;
}

.header .header-wrap .language-wrap ul,
.header .header-wrap .language-wrap .btn-menu-active {
    float: right;
}

.header .header-wrap .language-wrap .btn-menu-active {
    text-align: center;
    padding: 0 25px;
    border-left: 1px solid #e5e5e5;
}

.header .header-wrap .language-wrap .btn-menu-active a {
    line-height: 73px;
}

.header .header-wrap .language-wrap ul li a {
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    color: #a5a5a5;
    line-height: 73px;
}

/* Header Fix */
.header.is-sticky {
    background-color: #2b3341;
    width: 100%;
    z-index: 1000;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header.is-sticky .header-wrap .logo {
    margin: 14px 0 15px 0;
}

.header.is-sticky #mainnav > ul > li > a {
    line-height: 80px;
    height: 80px;
    color: #fff;
}

.header.is-sticky #mainnav > ul > li > a:hover {
    color: #999999;
}

.home-boxed .header.is-sticky {
    width: 95.4%;
}

/* navigation */
.nav-wrap {
    position: relative;
}

#mainnav {
    float: right;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#mainnav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#mainnav > ul > li {
    float: left;
}

#mainnav ul li {
    position: relative;
}

#mainnav ul li.has-mega-menu {
    position: static;
}

#mainnav > ul > li {
    display: inline-block;
}

#mainnav > ul > li > a {
    position: relative;
    display: block;
    font-family: 'Arial';
    text-transform: uppercase;
    color: #999999;
    text-decoration: none;
    line-height: 120px;
    height: 120px;
    font-weight: 700;
    padding: 0 33px 0 33px;
    outline: none;
    letter-spacing: 1.8px;
}

#mainnav > ul > li:last-child > a {
    padding-right: 0px;
}

/* submenu */
#mainnav ul.submenu {
    position: absolute;
    left: 33px;
    top: 150%;
    width: 280px;
    background-color: #2b3341;
    z-index: 9999;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* right sub-menu */
#mainnav ul.right-sub-menu {
    left: auto;
    right: 33px;

}

#mainnav ul li:hover > ul.submenu {
    top: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
    border-top: 1px solid #394151;
}

#mainnav ul li ul li {
    margin-left: 0;
}

#mainnav ul.submenu li ul {
    position: absolute;
    left: 280px;
    top: 0 !important;
}

#mainnav ul.submenu > li {
    border-top: 1px solid #394151;
}

#mainnav ul.submenu > li.sub-parent:after {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 14px;
    position: absolute;
    right: 25px;
    top: 13px;
    color: #999999;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}

#mainnav ul.submenu li:first-child {
    border-top: none;
}

#mainnav ul.submenu > li > a {
    display: block;
    font-family: 'Arial';
    letter-spacing: 1px;
    font-size: 13px;
    color: #999999;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 0 0 15px;
    line-height: 50px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#mainnav ul.submenu > li > a:hover {
    background-color: #2d76b2;
    color: #fff;
}

#mainnav ul.submenu > li.sub-parent:hover::after {
    right: 18px;
}

#mainnav > ul > li > a:hover,
#mainnav > ul > li.home > a {
    color: #2d76b2;
}

/* Mobile navigation
---------------------------------------- */
#mainnav-mobi {
    display: block;
    margin: 0 auto;
    width: 100%;
    position: absolute;
    background-color: #2b3341;
    z-index: 1000;
}

#mainnav-mobi ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

#mainnav-mobi ul li {
    margin: 0;
    position: relative;
    text-align: left;
    border-top: 1px solid #394151;
    cursor: pointer
}

#mainnav-mobi ul > li > a {
    text-decoration: none;
    height: 50px;
    line-height: 50px;
    padding: 0 50px;
    color: #fff;
}

#mainnav-mobi ul.sub-menu {
    top: 100%;
    left: 0;
    z-index: 2000;
    position: relative;
    background-color: #333333;
}

#mainnav-mobi > ul > li > ul > li,
#mainnav-mobi > ul > li > ul > li > ul > li {
    position: relative;
    border-top: 1px solid #394151;
}

#mainnav-mobi > ul > li > ul > li > ul > li a {
    padding-left: 70px !important
}

#mainnav-mobi ul.sub-menu > li > a {
    display: block;
    text-decoration: none;
    padding: 0 60px;
    border-top-color: rgba(255, 255, 255, .1);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

#mainnav-mobi > ul > li > ul > li:first-child a {
    border-top: none;
}

#mainnav-mobi ul.sub-menu > li > a:hover,
#mainnav-mobi > ul > li > ul > li.active > a {
    color: #fff;
}

.btn-menu {
    display: none;
    float: right;
    position: relative;
    background: transparent;
    cursor: pointer;
    margin: 40px 0;
    width: 26px;
    height: 16px;
    -webkit-transition: all ease .238s;
    -moz-transition: all ease .238s;
    transition: all ease .238s;
}

.btn-menu:before,
.btn-menu:after,
.btn-menu span {
    background-color: #2d76b2;
    -webkit-transition: all ease .238s;
    -moz-transition: all ease .238s;
    transition: all ease .238s;
}

.btn-menu:before,
.btn-menu:after {
    content: '';
    position: absolute;
    top: 0;
    height: 2px;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.btn-menu span {
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    top: 50%;
    overflow: hidden;
    text-indent: 200%;
}

.btn-menu:before {
    -webkit-transform: translate3d(0, -7px, 0);
    transform: translate3d(0, -7px, 0);
}

.btn-menu:after {
    -webkit-transform: translate3d(0, 7px, 0);
    transform: translate3d(0, 7px, 0);
}

.btn-menu.active span {
    opacity: 0;
}

.btn-menu.active:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}

.btn-menu.active:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}

.btn-submenu {
    position: absolute;
    right: 20px;
    top: 0;
    font: 20px/50px 'FontAwesome';
    text-align: center;
    cursor: pointer;
    width: 70px;
    height: 44px;
}

.btn-submenu:before {
    content: "\f107";
    color: #fff;
}

.btn-submenu.active:before {
    content: "\f106"
}

.btn-menu {
    display: none
}

/* Search */
.top-search {
    position: absolute;
    width: 100%;
    left: 0;
    top: -50px;
    opacity: 0;
    z-index: -99;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.top-search.show {
    top: 0;
    opacity: 1;
    z-index: 9999;
}

.widget_search .search-form {
    position: relative;
}

.widget_search .search-form label {
    display: block;
}

.widget_search .search-form input[type="search"] {
    background-color: #fff;
    color: #2d76b2;
}

.widget_search .search-field {
    width: 100%;
    margin: 0;
}

.widget_search input {
    padding: 0 43px;
}

.widget_search .search-form .search-submit {
    border: medium none;
    background: url(../images/icon/search-icon.png) #2d76b2 no-repeat center;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    transition: all 0.3s ease 0s;
    font-size: 0;
    border-radius: 0;
}

/* Page title
-------------------------------------------------------------- */
.page-title {
    position: relative;
    text-align: center;
    padding: 117px 0 116px;
}

.page-title .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #2d76b2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.page-title .page-title-heading h1 {
    font-family: 'Arial';
    color: #ffffff;
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 12px;
}

.page-title.bg-black-sv .page-title-heading .title {
    color: #000;
}

/* Breadcrumbs
-------------------------------------------------------------- */
.breadcrumbs ul li {
    display: inline-block;
    padding-left: 13px;
    position: relative;
}

.breadcrumbs ul li:before {
    position: absolute;
    left: 3px;
    top: 0;
    content: "/";
    font-family: 'Roboto Slab';
    color: #ffffff;
    font-size: 12px;
    line-height: 12px;
}

.breadcrumbs ul li:first-child::before {
    content: "";
}

.breadcrumbs ul li,
.breadcrumbs ul li a {
    font-size: 12px;
    line-height: 12px;
    font-family: 'Roboto Slab';
    color: #fff;
}

.breadcrumbs ul li a:hover {
    color: #000000;
}

/* Blog
-------------------------------------------------------------- */
.main-content {
    background-color: #eef1f6;
    padding: 100px 0 70px;
}

.entry-post p {
    margin-bottom: 37px;
}

.entry {
    margin-bottom: 50px;
}

.blog .entry:last-child {
    margin-bottom: 64px;
}

.blog .entry .feature-post {
    float: left;
    width: 51.28205128205128%;
}

.blog .entry .main-post {
    background-color: #fff;
    padding: 43px 40px 0 15px;
    margin-top: 30px;
    float: left;
    width: 48.71794871794872%;
}

.entry .title-post {
    font-family: 'Roboto Slab';
    font-size: 18px;
    margin-bottom: 13px;
}

.entry .title-post a {
    color: #000000;
}

.entry .title-post a:hover {
    color: #2d76b2;
}

.entry .meta-post {
    margin-bottom: 23px;
}

.entry .meta-post ul li {
    position: relative;
    padding-left: 24px;
    margin-right: 26px;
    display: inline-block;
}

.entry .meta-post ul li:first-child {
    padding-left: 0;
}

.entry .meta-post ul li:first-child:before {
    content: "";
}

.entry .meta-post ul li:before {
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'FontAwesome';
    content: "\f017";
    font-style: normal;
}

.entry .meta-post ul li.post-categories:before {
    content: "\f02c";
}

.entry .read-more {
    display: block;
    font-style: italic;
    font-size: 12px;
    color: #999999;
    font-family: 'Roboto Slab';
    margin-top: 20px;
}

.entry .read-more:hover {
    color: #2d76b2;
}

/* Images left */
.entry.images-left .main-post {
    position: relative;
}

.entry.images-left .main-post:before {
    position: absolute;
    left: -30px;
    top: 0;
    content: "";
    width: 30px;
    height: 100%;
    background-color: #fff;
}

/* Images right */
.entry.images-right .main-post {
    position: relative;
    margin-top: 0;
    padding-left: 42px;
    padding-right: 0;
}

.entry.images-right .feature-post {
    margin-top: 30px;
}

.entry.images-right .main-post:after {
    position: absolute;
    right: -30px;
    top: 0;
    content: "";
    width: 30px;
    height: 100%;
    background-color: #fff;
}

/* Blog fullwidth
-------------------------------------------------------------- */
.wrap-blog-fullwidth {
    padding: 0 60px;
}

.blog-fullwidth .entry {
    background-color: #fff;
    margin-bottom: 0;
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.02);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blog-fullwidth .entry:hover {
    cursor: pointer;
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.06);
}

.blog-fullwidth .entry.flat-flexslides {
    position: relative;
}

.blog-fullwidth .entry.flat-flexslides .flex-control-nav {
    top: 30%;
    opacity: 0;
    bottom: 235px;
}

.blog-fullwidth .entry.flat-flexslides .flex-control-paging li a {
    width: 6px;
    height: 6px;
    background-color: #fff;
}

.blog-fullwidth .entry.flat-flexslides .flex-control-paging li a.flex-active {
    background-color: #999999;
}

.blog-fullwidth .entry.flat-flexslides:hover .flex-control-nav {
    opacity: 1;
    z-index: 99;
}

.blog-fullwidth .entry .entry-title {
    padding: 25px 36px;
}

.blog-fullwidth .entry .entry-title a {
    color: #000;
    text-transform: capitalize;
    font-family: 'Roboto Slab';
    letter-spacing: 0.7px;
}

.blog-fullwidth .entry .entry-title a:hover {
    color: #2d76b2;
}

/* Pagination
-------------------------------------------------------------- */
.blog-pagination {
    text-align: center;
    margin-top: 20px;
}

.blog-pagination .flat-pagination li {
    display: inline-block;
    margin-left: 5px;
}

.blog-pagination .flat-pagination li a {
    display: inline-block;
    width: 42px;
    line-height: 38px;
    font-family: "Vollkorn", sans-serif;
    color: #999999;
    font-style: italic;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blog-pagination .flat-pagination li a:hover {
    border: 2px solid #2d76b2;
    color: #2d76b2;
    font-family: "Vollkorn", sans-serif;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.blog-pagination .flat-pagination li.prev a:hover,
.blog-pagination .flat-pagination li.next a:hover {
    border: none;
    color: #2d76b2;
}

.blog-pagination .flat-pagination li.prev i,
.blog-pagination .flat-pagination li.next i {
    font-weight: 700;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blog-pagination .flat-pagination li.prev {
    float: left;
    padding-left: 6px;
    margin-left: 0;
}

.blog-pagination .flat-pagination li.prev a {
    text-align: left;
}

.blog-pagination .flat-pagination li.next {
    float: right;
    padding-right: 10px;
    margin-left: 0;
}

.blog-pagination .flat-pagination li.next a {
    text-align: right;
}

.blog-pagination .flat-pagination li.active {
    border: 2px solid #2d76b2;
    color: #2d76b2;
    width: 42px;
    line-height: 38px;
    margin-left: 29px;
    font-family: "Vollkorn", sans-serif;
    font-style: italic;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

/* Pagination style1 */
.blog-pagination.style1 {
    border-top: 2px solid #eeeeee;
    padding-top: 35px;
}

.blog-pagination.style1 .flat-pagination li a {
    font-family: 'Roboto Slab';
    color: #999999;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
}

.blog-pagination.style1 .flat-pagination li a:hover {
    border: 2px solid #eeeeee;
    font-family: 'Roboto Slab';
    color: #000;
    font-style: normal;
}

.blog-pagination.style1 .flat-pagination li.prev a:hover,
.blog-pagination.style1 .flat-pagination li.next a:hover {
    border: none;
    color: #2d76b2;
}

.blog-pagination.style1 .flat-pagination li.active {
    border: 2px solid #eeeeee;
    color: #000;
    font-family: 'Roboto Slab';
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
}

/* Blog single
-------------------------------------------------------------- */
.main-content.blog-single {
    padding-bottom: 0;
}

.blog-single .feature-post {
    margin-bottom: 60px;
}

.blog-single .entry .main-post {
    background-color: #fff;
    padding: 60px 0;
    margin-bottom: 100px;
}

.blog-single .entry .main-post .title-post a {
    font-size: 30px;
    line-height: 30px;
    text-transform: capitalize;
}

.blog-single .entry .title-post {
    margin-bottom: 17px;
}

.blog-single .entry .meta-post {
    margin-bottom: 25px;
}

.blog-single .entry .main-post .desc p {
    font-family: 'Roboto Slab';
    font-size: 16px;
    line-height: 28px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
}

.blog-single .entry .main-post .entry-post ul {
    padding-left: 70px;
    margin-bottom: 20px;
}

.blog-single .entry .main-post .entry-post ul li {
    position: relative;
    padding-bottom: 7px;
}

.blog-single .entry .main-post .entry-post ul li:before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #2d76b2;
    position: absolute;
    left: -20px;
    top: 12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

/* Socials blog */
.blog-single .main-post .flat-socials {
    text-align: center;
    margin-top: 47px;
}

.blog-single ul.flat-socials li {
    text-align: center;
    margin-left: 9px;
}

.blog-single ul.flat-socials li a {
    display: block;
    width: 42px;
    height: 42px;
    line-height: 44px;
    background-color: #eef1f6;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blog-single ul.flat-socials li a:hover,
.blog-single ul.flat-socials li a:hover i {
    background-color: #2d76b2;
    color: #fff;
}

/* section-comment */
.blog-single .section-comment {
    padding: 100px 0;
    background-color: #fff;
}

.section-comment .title {
    font-family: 'Roboto Slab';
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    padding-bottom: 20px;
}

.author-post .author .author-avatar img {
    border-radius: 50%;
    float: left;
    margin-right: 30px;
    margin-bottom: 22px;
}

.author-post .author .author-meta {
    padding-top: 30px;
}

.author-post .author .position h4 a {
    font-family: 'Roboto Slab';
    font-size: 14px;
    line-height: 30px;
    color: #2d76b2;
    text-transform: uppercase;
    font-weight: 600;
}

.author-post .author .position h4 a:hover {
    color: #000;
}

.author-post .flat-socials {
    text-align: right;
    margin-top: -47px;
}

.author-post .author-detail .author-body {
    clear: left;
    padding-bottom: 42px;
    border-bottom: 2px solid #eeeeee;
}

.comment-post ul.comment-list {
    border-bottom: 2px solid #eeeeee;
}

.comment-post ul.comment-list li {
    border-bottom: 1px solid #eeeeee;
}

.comment-post ul.comment-list li:last-child {
    border-bottom: none;
}

.comment-post .comment .title.comment-author {
    font-family: 'Roboto Slab';
    font-size: 14px;
    line-height: 30px;
    padding-top: 40px;
    letter-spacing: 0.4px;

}

.comment-post .comment .comment-avatar img {
    float: left;
    margin: 0 37px 0 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.comment-post .comment .comment-detail {
    overflow: hidden;
    margin-top: 6px;
}

.comment-post .comment .comment-detail .comment-meta .comment-date a {
    color: #999999;
    line-height: 30px;
}

.comment-post .comment .comment-detail .comment-meta .comment-date a:hover {
    color: #2d76b2;
}

.comment-post .comment .comment-detail .comment-meta p {
    font-size: 16px;
    color: #000;
    line-height: 30px;
    font-weight: 600;
    padding-bottom: 4px;
}

.comment-post .comment .comment-detail .comment-body {
    padding-bottom: 30px;
}

.comment-respond {
    clear: left;
}

.comment-respond .flat-contact-form {
    text-align: center;
}

.comment-respond .title.comment-title {
    padding-top: 41px;
}

.comment-respond .wrap-type-input .input-wrap {
    width: 48.27%;
}

.comment-respond .wrap-type-input .input-wrap.name {
    float: left;
}

.comment-respond .wrap-type-input .input-wrap.email {
    float: right;
}

/* Blog single sidebar */
.main-content.blog-single-sidebar {
    background-color: #fff;
}

.main-content.blog-single-sidebar .entry {
    margin-bottom: 0;
}

.main-content.blog-single-sidebar .entry .feature-post img {
    padding-right: 40px;
}

.main-content.blog-single-sidebar .entry .main-post {
    margin-bottom: 0;
    border-bottom: 2px solid #eeeeee;
    margin-right: 100px;
    padding-top: 10px;
}

.main-content.blog-single-sidebar .section-comment {
    padding-top: 50px;
    margin-right: 100px;
}

/* Widgets
-------------------------------------------------------------- */
.sidebar .widget {
    margin-bottom: 42px;
}

.widget-title {
    position: relative;
    font-family: 'Roboto Slab';
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 26px;
    letter-spacing: 1.6px;
    font-weight: 600;
}

.sidebar .widget .widget-title:before {
    position: absolute;
    left: 0;
    top: 34px;
    content: "";
    height: 2px;
    width: 40px;
    background-color: #2d76b2;
}

.widget ul li a {
    line-height: 36px;
}

.widget.widget-categories span {
    margin-left: 15px;
    font-size: 12px;
    color: #cacaca;
}

.widget.widget-tags .tag-list a {
    margin-right: 23px;
    line-height: 36px;
}

/* Widget categories */
.widget.widget-categories span {
    margin-left: 15px;
    font-size: 12px;
    color: #cacaca;
}

/* Widget tags */
.widget.widget-tags .tag-list a {
    margin-right: 23px;
    line-height: 36px;
}

/* Widget instagram */
.sidebar .widget.widget-instagram {
    margin-bottom: 43px;
}

.widget.widget-instagram .widget-title {
    margin-bottom: 37px;
}

.widget.widget-instagram .instagram-thumb {
    margin: 0 -15px 0 0;
}

.widget.widget-instagram .instagram-thumb .thumb {
    float: left;
    width: 33.33333%;
    margin-bottom: 15px;
}

/* widget flickr */
.footer-widgets .widget.widget-flickr .widget-title {
    margin-bottom: 28px;
}

.widget-flickr .flickr-photos {
    margin: 0 -10px;
}

.widget-flickr .flickr_badge_image {
    float: left;
    width: 33.33333%;
    padding: 0 10px 0 10px;
    margin-bottom: 20px;
    height: 113px;
}

/* Widget recent post style1*/
.widget.widget-recent-post.style1 .widget-title {
    margin-bottom: 35px;
}

.widget.widget-recent-post.style1 ul li {
    clear: left;
    margin-bottom: 10px;
}

.widget.widget-recent-post.style1 ul li .thumb {
    float: left;
    margin-right: 15px;
}

.widget.widget-recent-post.style1 ul li .text {
    padding-top: 3px;
}

.widget.widget-recent-post.style1 ul li .text h4 {
    padding-bottom: 5px;
}

.widget.widget-recent-post.style1 ul li .text a {
    font-family: 'Roboto Slab';
    font-size: 13px;
    line-height: 24px;
    color: #000;
}

.widget.widget-recent-post.style1 ul li .text a:hover {
    color: #2d76b2;
}

.widget.widget-recent-post.style1 ul li .text p {
    font-weight: 300;
    font-size: 12px;
    color: #999999;
}

/* Widget featured post */
.widget.widget-featured-post {
    margin-bottom: 56px;
}

.widget.widget-featured-post .widget-title {
    margin-bottom: 35px;
}

.widg-featured-post.owl-carousel {
    position: relative;
}

.widg-featured-post .item .text {
    position: absolute;
    left: 30px;
    bottom: 22px;
}

.widg-featured-post .item a {
    font-family: 'Roboto Slab';
    font-size: 13px;
    color: #fff;
    line-height: 24px;
}

.widg-featured-post .item a:hover {
    color: #2d76b2;
}

.widg-featured-post .item p {
    font-size: 12px;
    line-height: 34px;
    color: #fff;
    font-weight: 300;
}

.widg-featured-post .owl-dots {
    position: absolute;
    bottom: 0px;
    left: 28px;
}

.widg-featured-post.owl-theme .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    background-color: #b1a69d;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.widg-featured-post.owl-theme .owl-dots .owl-dot.active span,
.widg-featured-post.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #fff;
}

/* Widget subscribe */
.widget.widget-subscribe {
    text-align: center;
    padding: 20px;
    background-color: #f6f6f6;
}

.widget.widget-subscribe .widget-title-subscribe {
    font-family: 'Roboto Slab';
    font-size: 16px;
    line-height: 40px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

.widget.widget-subscribe p {
    padding-bottom: 20px;
    font-family: 'Roboto Slab';
    font-style: italic;
    font-size: 12px;
    color: #666666;
}

.widget.widget-subscribe input[type="text"] {
    border: 2px solid #eeeeee;
    height: 50px;
    padding: 12px 45px;
    margin-bottom: 14px;
}

.widget.widget-subscribe input {
    font-size: 12px;
}

/* Widget categories */
.widget.widget-categories span {
    margin-left: 15px;
    font-size: 12px;
    color: #cacaca;
}

/* Widget tags */
.widget.widget-tags .tag-list {
    padding-right: 80px;
}

.widget.widget-tags .tag-list a {
    margin-right: 18px;
    line-height: 36px;
}

/* Widget instagram */
.sidebar .widget.widget-instagram {
    margin-bottom: 43px;
}

.widget.widget-instagram .widget-title {
    margin-bottom: 37px;
}

.widget.widget-instagram .instagram-thumb {
    margin: 0 -15px 0 0;
}

.widget.widget-instagram .instagram-thumb .thumb {
    float: left;
    width: 33.33333%;
    margin-bottom: 12px;
}

/* widget for footer */
.widget ul.flat-information li a {
    line-height: 28px;
}

.footer-widgets .widget-title {
    font-size: 14px;
    color: #fff;
}

.footer-widgets ul li a {
    color: #999999;
}

.footer-widgets ul li a:hover {
    color: #fff;
}

/* Course single
-------------------------------------------------------------- */
.course-single .course-entry .course-title {
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 23px;
}

.course-single .course-entry .course-info {
    margin-bottom: 22px;
}

.course-single .course-entry > ul > li {
    float: left;
    margin-right: 60px;
}

.course-single .course-entry .course-info .teacher .img {
    float: left;
    margin-right: 26px;
}

.course-single .course-entry .course-info .teacher .info {
    margin-top: 12px;
    overflow: hidden;
}

.course-single .course-entry > ul > li.categories,
.course-single .course-entry > ul > li.review {
    margin-top: 12px;
    position: relative;
}

.course-single .course-entry > ul > li.categories:before,
.course-single .course-entry > ul > li.review:before {
    position: absolute;
    left: -30px;
    top: 5px;
    content: "";
    width: 1px;
    height: 20px;
    background-color: #eeeeee;
}

.course-single .course-entry > ul > li p {
    line-height: 13px;
    font-size: 12px;
    color: #999999;
}

.course-single .course-entry .categories .course-name,
.course-single .course-entry > ul > li .value-review a {
    font-weight: inherit;
    text-transform: inherit;
    font-size: 14px;
    color: #666666;
    font-family: 'Roboto Slab';
}

.course-single .course-entry ul.review-rating {
    float: left;
    margin-right: 12px;
}

.course-single .course-entry .review-rating li a i {
    padding: 0;
}

.course-single .course-entry > ul > li a.name-teacher {
    color: #2d76b2;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
}

.course-single .course-entry > ul > li a.name-teacher:hover {
    color: #000;
}

.course-single .course-entry > ul > li a:hover {
    color: #2d76b2;
}

.course-single .course-entry .course-image img {
    margin-bottom: 43px;
}

.course-single .course-entry .title {
    font-family: 'Roboto Slab';
    font-size: 16px;
    line-height: 28px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 13px;
}

.course-single .course-entry .content-desc {
    /* border-bottom: 2px solid #eeeeee;*/
}

.course-single .course-entry .content-desc p {
    padding-bottom: 27px;
}

.course-single .course-entry .content-desc p:last-child {
    padding-bottom: 40px;
}

.course-single .course-entry .content-desc ul {
    padding-left: 70px;
    margin-bottom: 20px;
    margin-top: 5px;
}

.course-single .course-entry .content-desc ul li {
    position: relative;
    padding-bottom: 7px;
    line-height: 28px;
}

.course-single .course-entry .content-desc ul li:before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #2d76b2;
    position: absolute;
    left: -20px;
    top: 12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.course-single .course-entry .curriculum-section .title {
    padding-top: 40px;
}

.curriculum-section ul.curriculum li.section {
    margin-bottom: 45px;
}

.curriculum-section ul.curriculum li.section:last-child {
    padding-bottom: 50px;
    border-bottom: 2px solid #eeeeee;
}

.curriculum-section ul.curriculum li.section .section-title {
    font-family: 'Roboto Slab';
    font-size: 14px;
    color: #2d76b2;
    text-transform: uppercase;
    font-weight: 600;
    background-color: #eef1f6;
    border: 1px solid #cfd7e7;
    padding: 14px 26px 14px 26px;
    margin-bottom: 5px;
}

.curriculum-section ul li ul.section-content li.course-lesson {
    background-color: #eef1f6;
    border: 1px solid #cfd7e7;
    padding: 15px 26px 15px 26px;
    margin-bottom: 5px;
}

.curriculum-section ul li ul.section-content li.course-lesson i {
    font-size: 14px;
    color: #2d76b2;
    padding-right: 9px;
}

.curriculum-section ul li ul.section-content li.course-lesson .index {
    font-family: 'Roboto Slab';
    font-size: 14px;
    color: #666666;
    font-weight: 600;
    padding-right: 20px;
}

.curriculum-section ul li ul.section-content li.course-lesson .index.index1 {
    padding-right: 60px;
}

.curriculum-section ul li ul.section-content li.course-lesson .lesson-title {
    font-family: 'Roboto Slab';
    font-size: 14px;
    color: #999999;
    padding-right: 20px;
}

.curriculum-section ul li ul.section-content li.course-lesson .lesson-title:hover {
    color: #2d76b2;
}

.curriculum-section ul li ul.section-content li.course-lesson .lesson-preview {
    font-family: 'Roboto Slab';
    font-size: 12px;
    color: #fff;
    background-color: #2d76b2;
    padding: 5px 12px;
    border-radius: 20px;
}

.curriculum-section ul li ul.section-content li.course-lesson a.lesson-preview:hover {
    background-color: #fff;
    color: #2d76b2;
}

.curriculum-section ul li ul.section-content li.course-lesson span.lesson-preview {
    background-color: #999999;
    color: #fff;
}

.curriculum-section ul li ul.section-content li.course-lesson .meta {
    float: right;
}

.course-entry .flat-socials {
    text-align: center;
    margin-top: 47px;
}

.course-entry ul.flat-socials li {
    text-align: center;
    margin-left: 9px;
}

.course-entry ul.flat-socials li a {
    display: block;
    width: 42px;
    height: 42px;
    line-height: 44px;
    background-color: #eef1f6;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.course-entry ul.flat-socials li a:hover,
.course-entry ul.flat-socials li a:hover i {
    background-color: #2d76b2;
    color: #fff;
}

.course-section-comment .title {
    font-family: 'Roboto Slab';
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    padding-bottom: 20px;
}

.course-author-post .author .author-avatar img {
    border-radius: 50%;
    float: left;
    margin-right: 30px;
    margin-bottom: 22px;
}

.course-author-post .author .author-meta {
    padding-top: 30px;
}

.course-author-post .author .position h4 a {
    font-family: 'Roboto Slab';
    font-size: 14px;
    line-height: 30px;
    color: #2d76b2;
    text-transform: uppercase;
    font-weight: 600;
}

.course-author-post .author .position h4 a:hover {
    color: #000;
}

.course-author-post .flat-socials {
    text-align: right;
    margin-top: -47px;
}

.course-author-post .author-detail .author-body {
    clear: left;
    margin-bottom: 42px;
    padding-bottom: 40px;
    border-bottom: 2px solid #eeeeee;
}

.course-single .course-rating {
    border-bottom: 2px solid #eeeeee;
    padding-bottom: 39px;
}

.course-rating .average-rating {
    width: 200px;
    display: inline-block;
    float: left;
    margin-right: 82px;
}

.course-rating .average-rating .rating-title {
    margin-bottom: 16px;
}

.course-rating .average-rating .rating-box {
    text-align: center;
    padding-bottom: 34px;
    background-color: #eef1f6;
}

.course-rating .average-rating .rating-box .average-value {
    font-family: 'Roboto Slab';
    font-size: 60px;
    color: #2d76b2;
    font-weight: 600;
    padding: 52px 0 20px;
}

.course-rating .average-rating .rating-box .review-amount {
    line-height: 30px;
}

.course-rating .average-rating .rating-box .review-rating {
    margin-bottom: 8px;
    float: none;
    margin-right: 0;
}

.course-rating .detailed-rating {
    width: auto;
    display: inline-block;
    max-width: 100%;
}

.course-rating .detailed-rating .rating-title {
    margin-bottom: 17px;
}

.course-rating .detailed-rating .rating-box {
    width: 100%;
    overflow: hidden;
}

.course-rating .detailed-rating .rating-box .detailed .stars {
    padding-bottom: 10px;
}

.course-rating .detailed-rating .detailed .stars > div {
    display: inline-table;
    line-height: 30px;
}

.course-rating .detailed-rating .detailed .stars > div.key {
    font-weight: 600;
}

.course-rating .detailed-rating .detailed .stars > div.bar {
    width: 170px;
    margin: 0 20px;
}

.course-rating .detailed-rating .detailed .stars > div.bar .full-bar {
    background: #eee;
    height: 12px;
    position: relative;
    border-radius: 20px;
}

.course-rating .detailed-rating .detailed .stars > div.bar .full-bar > div {
    background: #2d76b2;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    border-radius: 20px;
}

.course-comment-post ul.comment-list {
    border-bottom: 2px solid #eeeeee;
}

.course-comment-post ul.comment-list li {
    border-bottom: 1px solid #eeeeee;
}

.course-comment-post ul.comment-list li:last-child {
    border-bottom: none;
}

.course-comment-post .comment .title.comment-author {
    font-family: 'Roboto Slab';
    font-size: 14px;
    line-height: 30px;
    padding-top: 40px;
    letter-spacing: 0.4px;
    padding-bottom: 18px;
}

.course-comment-post .comment .comment-avatar img {
    float: left;
    margin: 0 37px 0 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.course-comment-post .comment .comment-detail {
    overflow: hidden;
    margin-top: 6px;
}

.course-comment-post .comment .comment-detail .comment-meta .comment-date a {
    color: #999999;
    line-height: 30px;
}

.course-comment-post .comment .comment-detail .comment-meta .comment-date a:hover {
    color: #2d76b2;
}

.course-comment-post .comment .comment-detail .comment-meta p {
    font-size: 16px;
    color: #000;
    line-height: 30px;
    font-weight: 600;
    padding-bottom: 4px;
}

.course-comment-post .comment .comment-detail .comment-body {
    padding-bottom: 30px;
}

.course-comment-respond {
    clear: left;
}

.course-comment-respond .flat-contact-form {
    text-align: center;
}

.course-comment-respond .title.comment-title {
    padding-top: 41px;
    padding-bottom: 21px;
}

.course-comment-respond .wrap-type-input .input-wrap {
    width: 48.27%;
}

.course-comment-respond .wrap-type-input .input-wrap.name {
    float: left;
}

.course-comment-respond .wrap-type-input .input-wrap.email {
    float: right;
}

.course-comment-respond input[type="text"],
.course-comment-respond input[type="email"],
.course-comment-respond textarea {
    border: 1px solid #ccc;
}

.your-rating {
    clear: left;
    text-align: left;
    margin-bottom: 32px;
}

.your-rating span {
    float: left;
    padding: 12px 35px 0 16px;
    color: #999999;
}

.your-rating .rating {
    background-color: #eef1f6;
    overflow: hidden;
    width: 245px;
    border: 1px solid #cfd7e7;
}

.your-rating .rating .review-rating {
    padding: 10px 0 10px 72px;
}

.your-rating .review-rating li a {
    color: #cfd7e7;
}

.your-rating .review-rating li:hover a {
    color: #2d76b2;
}

/* Widget course price */
.course-sidebar {
    padding-left: 45px;
}

.course-widget-price {
    padding-bottom: 45px;
    margin-bottom: 41px;
    border-bottom: 2px solid #eeeeee;
}

.course-widget-price .price {
    text-align: center;
    background-color: #2d76b2;
    padding: 15px 0;
    font-family: 'Roboto Slab';
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.course-widget-price ul {
    margin-bottom: 10px;
}

.course-widget-price ul li {
    font-size: 14px;
    background-color: #eef1f6;
    padding: 19px 25px;
    font-weight: 600;
    border-bottom: 1px solid #cfd7e7;
    border-left: 1px solid #cfd7e7;
    border-right: 1px solid #cfd7e7;
}

.course-widget-price ul li i {
    color: #2d76b2;
    padding-right: 12px;
    font-weight: 400;
}

.course-widget-price ul li span.time {
    float: right;
    color: #999999;
    font-weight: 400;
}

.course-widget-price .bt-course {
    text-align: center;
    background-color: #2d76b2;
    padding: 15px 0;
    font-family: 'Roboto Slab';
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.6px;
}

/* Course widget categories */
.course-widget-title {
    font-family: 'Roboto Slab';
    font-size: 16px;
    line-height: 28px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 11px;
}

.course-widget-categories {
    margin-bottom: 45px;
}

.course-widget-categories ul li {
    padding: 8px 0;
    border-bottom: 1px solid #eeeeee;
}

.course-widget-categories ul li:first-child {
    border-top: 1px solid #eeeeee;
}

.course-widget-categories ul li a {
    font-family: 'Roboto Slab';
    font-size: 14px;
    color: #666666;
    line-height: 30px;
}

.course-widget-categories ul li a:hover {
    color: #2d76b2;
}

/* Course widget featured */
.course-widget-featured .course-widget-title {
    padding-bottom: 14px;
}

.course-widget-featured {
    margin-bottom: 37px;
}

.course-widget-featured ul li {
    margin-bottom: 17px;
}

.course-widget-featured .course-thumb {
    float: left;
    margin-right: 18px;
    margin-top: 8px;
}

.course-widget-featured .content {
    overflow: hidden;
}

.course-widget-featured .content h6 {
    line-height: 28px;
}

.course-widget-featured .content .title a {
    font-size: 14px;
    line-height: 28px;
}

.course-widget-featured .content .price {
    font-size: 14px;
    font-weight: 600;
    color: #2d76b2;
    float: left;
    padding-right: 10px;
}

.course-widget-featured .content .review-rating li a i {
    padding: 0;
    line-height: 27px;
    font-size: 12px;
}

.course-widget-featured .content .name-teacher {
    font-weight: 600;
    color: #999999;
    font-size: 12px;
    text-transform: uppercase;
}

/* Course widget working hours */
.course-widget-working-hours ul li {
    border-bottom: 1px solid #eeeeee;
    padding: 8px 0;
}

.course-widget-working-hours ul li:first-child {
    border-top: 1px solid #eeeeee;
}

.course-widget-working-hours ul li .calendar {
    font-family: 'Roboto Slab';
    font-size: 14px;
    line-height: 30px;
    color: #666666;
}

.course-widget-working-hours ul li .hours {
    float: right;
    color: #999999;
}


/* Boxed
-------------------------------------------------------------- */
.home-boxed .boxed {
    width: 95.4%;
    margin: 0 auto;
    position: relative;
    background: #fff;
    height: 100%;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.02);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.02);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.02);
}



/* Pattern */
.sw-pattern.pattern {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    left: 0;
    top: 98%;
    background-color: #000000;
    width: 100%;
    z-index: -1;
    padding: 21px 0 30px 50px;
}

.sw-pattern.pattern a {
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    position: relative;
}

.sw-pattern.pattern a.current:before {
    position: absolute;
    left: 12px;
    top: 6px;
    font-family: FontAwesome;
    content: "\f00c";
    color: #fff;
    text-shadow: 0 0 2px rgba(0, 0, 0, 1);
}

/* GoTop Button
-------------------------------------------------------------- */
.go-top {
    position: fixed !important;
    right: -35px;
    bottom: 15px;
    width: 46px;
    border-radius: 50%;
    cursor: pointer;
    background-color: #394151;
    height: 46px;
    line-height: 45px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;

}

.go-top.show {
    right: 15px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
}

.go-top i {
    font-size: 18px;
    color: #fff;
    padding-bottom: 3px;
}

.go-top:hover {
    background-color: #2d76b2;
}

.go-top:hover i {
    color: #fff;
}

/* Footer
-------------------------------------------------------------- */
footer {
    background-color: #2b3341;
    padding: 50px 0 37px;
    color: #999999;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #2d76b2;
}

/* sidebar-inner-footer */
.sidebar-inner-footer {
    padding: 31px 0 29px;
    border-bottom: 2px solid #394151;
}

/* footer-widgets */
.line-top {
    width: 100%;
    height: 2px;
    background-color: #394151;
}

.footer-widgets {
    padding-top: 45px;
}

/* widget widget_mc4wp */
.widget.widget_mc4wp {
    background-color: #394151;
    padding: 32px 50px 32px;
}

.widget.widget_mc4wp label {
    text-align: center;
    margin-bottom: 25px;
}

.widget.widget_mc4wp input[type="email"] {
    background-color: #2b3341;
    border-color: #2b3341;
    width: 100%;
    /* float: left; */
    margin-bottom: 0;
}

.widget.widget_mc4wp input[type="email"]:focus {
    border-color: #fff;
}

.widget.widget_mc4wp input[type="submit"] {
    font-size: 14px;
    color: #999999;
    text-transform: inherit;
    background-color: #2b3341;
    padding: 17px 20px 19px 30px;
    border-radius: 0;
    /* float: right; */
    font-weight: 400;
}

.widget.widget_mc4wp input[type="submit"]:hover {
    color: #2d76b2;
}



/* Load more
-------------------------------------------------------------- */
.load-more {
    text-align: center;
}

/* Bottom
-------------------------------------------------------------- */
.bottom {
    background-color: #2b3341;
}

.copyright {
    padding: 36px 0;
    font-size: 12px;
}

.bottom ul.flat-socials li {
    padding: 36px 0 36px 0;
}

/* Flat socials
-------------------------------------------------------------- */
ul.flat-socials li {
    display: inline-block;
    margin-left: 44px;
}

ul.flat-socials li a i {
    font-size: 14px;
    color: #2d76b2;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

ul.flat-socials li a:hover i {
    color: #fff;
}

/* Login
-------------------------------------------------------------- */
.flat-login {
    padding: 0 50px;
}

.flat-login .input-wrap p {
    padding-bottom: 5px;
}

.flat-login .flat-contact-form.border-white input[type="text"] {
    height: 60px;
    color: #2d76b2;
    text-transform: none;
    margin-bottom: 20px;
}

.flat-login .border-large input[type="password"] {
    height: 60px;
    color: #2d76b2;
    margin-bottom: 37px;
}

.flat-login .submit-wrap button {
    width: 100%;
    border-radius: 0px;
    font-size: 18px;
    letter-spacing: 4px;
    margin-bottom: 30px;
}

.flat-login .option-login {
    overflow: hidden;
    border-bottom: 2px solid #f6f6f6;
    padding-bottom: 24px;
    margin-bottom: 23px;
}

.flat-login .option-login .forgot a {
    font-size: 14px;
    color: #999999;
}

.flat-login .option-login .forgot a:hover {
    color: #2d76b2;
}

.flat-login .option-login .remember {
    float: left;
}

.flat-login .option-login .forgot a {
    float: right;
    line-height: 22px;
}

.flat-login .option-login input[type="checkbox"] {
    margin-right: 10px;
}

.flat-login .create-account p {
    text-align: center;
    padding-bottom: 17px;
}

.flat-login .create-account .link-submit-wrap {
    color: #2d76b2;
    background-color: #fff;
    border: 2px solid #2d76b2;
    display: block;
    text-align: center;
}

.flat-login .create-account .link-submit-wrap:hover {
    color: #fff;
    background-color: #2d76b2;
    border: 2px solid #2d76b2;
}

.flat-login .create-account .link-submit-wrap a {
    color: #2d76b2;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3.5px;
    padding: 13px 0;
    display: block;
}

.flat-login .create-account .link-submit-wrap:hover a {
    color: #fff;
}

/* Parallax
-------------------------------------------------------------- */
.parallax {
    width: 100%;
    background-attachment: fixed;
    background-position: 50% 0;
}

.parallax1 {
    background-image: url(../images/parallax/bg-parallax1.jpg);
}

.parallax2 {
    background-image: url(../images/parallax/bg-parallax2.jpg);
}

.parallax3 {
    background-image: url(../images/parallax/bg-parallax3.jpg);
}

.bg-contact {
    background-image: url(../images/parallax/bg-parallax5.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

.bg-playvideo {
    background-image: url(../images/parallax/bg-parallax2.jpg);
}

.bg-playvideo {
    background-size: cover;
}

.parallax4 {
    background-image: url(../images/parallax/bg-parallax4.jpg);
}

.parallax5 {
    background-image: url(../images/parallax/bg-parallax5.jpg);
}

.parallax7 {
    background-image: url(../images/parallax/bg-parallax7.jpg);
}

.parallax8 {
    background-image: url(../images/parallax/bg-parallax8.jpg);
}

/* Revolution Slider
-------------------------------------------------------------- */
.tp-banner-container {
    max-height: 789px !important;
    width: 100% !important;
    position: relative;
    overflow: hidden !important;
    padding: 0;
    background-color: #fff;
}

.tp-bullets.simplebullets.navbar {
    height: 35px;
    padding: 0px 0px;
}

.tp-bullets.simplebullets .bullet {
    cursor: pointer;
    position: relative !important;
    background: #fff !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    opacity: 0.6;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 20px !important;
    height: 5px !important;
    display: inline-block;
    margin-right: 5px !important;
    -webkit-transition: background-color 0.2s, border-color 0.2s;
    -moz-transition: background-color 0.2s, border-color 0.2s;
    -o-transition: background-color 0.2s, border-color 0.2s;
    -ms-transition: background-color 0.2s, border-color 0.2s;
    transition: background-color 0.2s, border-color 0.2s;
    float: none !important;
}

.tp-bullets.simplebullets .bullet.last {
    margin-right: 0px
}

.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    opacity: 1;
    background: #fff !important;
    width: 20px !important;
    height: 5px !important;
}



/* custom cs */

.tp-caption a:hover {
    color: #fff;
}

.about-us .title-about-us {
    line-height: 1.2;
}

.m-tp {
    padding-top: 20px;
}

.flat-iconbox ul {
    text-align: left;
    padding: 10px;
    padding-left: 20px;
}

.subhead {
    font-weight: 600;
    margin-bottom: 10px;
    padding: 0 20px;
    line-height: 1.5;
}

.flat-iconbox {
    height: 420px;
    margin-bottom: 20px;
}

.indiv-icnbx .flat-iconbox {
    height: 485px;
    margin-bottom: 20px;
}

.flat-iconbox:hover {
    color: #fff;
}

.flat-iconbox .content ul li,
.entry-post ul li {
    position: relative;
    padding-left: 20px;
}

.flat-iconbox .content ul li:before,
.entry-post ul li:before {
    position: absolute;
    width: 12px;
    height: 12px;
    left: 0;
    content: "";
    top: 10px;
    background: url(../images/tick.png) no-repeat;
}

.flat-iconbox .content:hover ul li:before,
.flat-iconbox:hover .content ul li:before,
.entry-post:hover .content ul li:before {
    background: url(../images/tickhr.png) no-repeat;

}

.flat-iconbox .content {
    margin-bottom: 15px;
}


.flat-iconbox:hover ul li,
.subhead:hover,
.flat-iconbox:hover ul li .subhead {
    color: #fff;
}

.flexbox {
    display: flex;
    align-items: center;
    justify-content: center;
}

.course-offer .flat-courses .courses-content p {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    font-style: inherit;
}

.entry-post p {
    margin-bottom: 0px;
}

.entry-post {
    padding-bottom: 0;
}

.uniqusec ul li span {
    color: #2d76b2;
    font-size: 15px;

}

.uniqusec .about-us .desc ul li {
    font-family: inherit;
    font-style: inherit;
}

.tp-caption.title-slide {
    left: 0 !important;
    right: 0 !important;
}

.tp-leftarrow.square,
.tp-rightarrow.square {
    display: block !important;
}

.flat-event-slide .flex-direction-nav a i {
    padding-top: 32%;
}

.go-top i {
    padding-top: 14px;
}

.sechead:after {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 38px;
    background: url(../img/clgicn.jpg);
    width: 20px;
    height: 20px;
    content: "";
    margin: 0 auto;
}

.flat-contact-form.fillter-courses .wrap-type-input .wrap {
    padding-right: 10px;
}

.flat-contact-form.border-white select,
.flat-contact-form.border-white textarea,
.flat-contact-form.border-white input[type="text"] {
    font-family: 'Roboto Slab';
    text-transform: inherit;
}

.flat-contact-form.border-white select,
.flat-contact-form.border-white textarea,
.flat-contact-form.border-white input[type="text"] {
    text-transform: inherit;
    font-weight: inherit;
}


#mainnav > ul > li > a {
    position: relative;
    display: block;
    font-family: 'Arial';
    text-transform: inherit;
    text-decoration: none;
    line-height: 80px;
    height: auto;
    font-weight: 400;
    padding: 0 14px 0 14px;
    outline: none;
    letter-spacing: 1.8px;
    color: #1e1e1e;
}

.header .header-wrap .logo {
    margin: 10 0 10px 0;
}

.flat-contact-form.fillter-courses .all-categories button {
    text-transform: inherit;
    background-color: #fff;
    color: #2d76b2;
    padding: 20px 50px;
    float: right;
    border-radius: 50px;
    width: 100%;
    font-weight: 600;
}

.title-section .desc p {
    font-style: inherit;
}

.flat-team .descritption blockquote {
    font-family: 'Roboto Slab';
    font-style: inherit;
}


.flat-countdown-event .circle {
    line-height: 1;
}

.wrap-form-event button {
    padding: 24px 20px;
}

.uniqusec .about-us .desc ul li {
    color: #333;
}

.title-section.style3 .desc p {
    line-height: 28px;
}


.flat-team .descritption blockquote,
.title-section .desc p,
.flat-countdown-event .sub-title {
    font-family: 'Arial';
}

.flat-testimonials-slider #flat-testimonials-carousel ul.slides {

    display: none !important;
}

.flat-team.style2 .team-image img {
    border: none;
}

.blue-bg {
    background: #2d76b2;
}

.bg-banner {
    background-image: url(../images/slides/1.jpg);
    background-position: 50% 20%;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-self: center;
    align-items: center;
    padding: 30px 0;
}

.bg-banner .title-about-us {
    font-size: 3.3em;
    line-height: 1.3em;
    font-weight: 700;
    color: #fff;
}

/* timel;ione */


.timeline {
    position: relative;
    /* padding: 4px 0 0 0; */
    /* margin-top: 22px; */
    list-style: none;
}

.timeline > li:nth-child(even) {
    position: relative;
    margin-bottom: 50px;
    height: 230px;
    right: -100px;
}

.timeline > li:nth-child(odd) {
    position: relative;
    margin-bottom: 50px;
    height: 230px;
    left: -100px;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
    /* min-height: 170px; */
}

.timeline > li .timeline-panel {
    position: relative;
    float: left;
    width: 40%;
    padding: 30px;
    text-align: left;
    background: #fff;
    margin-bottom: 30px;
}

.timeline-heading h2 {
    margin-bottom: 20px;
    /* color: #2d76b2; */
    font-size: 25px;
    font-family: 'Arial';
    font-size: 26px;
    letter-spacing: -1px;
    font-weight: 600;
    margin-bottom: 20px;
}

.timeline > li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline > li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline > li .timeline-image {
    z-index: 100;
    position: absolute;
    left: 50%;
    border: 7px solid #2d76b2;
    border-radius: 100%;
    background-color: #2d76b2;
    box-shadow: 0 0 5px #2d76b2;
    width: 180px;
    height: 180px;
    margin-left: -90px;
}

.timeline > li .timeline-image-mob {
    border: 4px solid #2d76b2;
    border-radius: 100%;
    background-color: #2d76b2;
    width: 100px;
    height: 100px;
    margin-bottom: 15px;
}

.timeline > li .timeline-image h4 {
    margin-top: 12px;
    font-size: 10px;
    line-height: 14px;
}

.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 30px;
    text-align: left;
    margin-bottom: 30px;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline > li:last-child {
    margin-bottom: 0;
}

.timeline .timeline-heading h4 {
    margin-top: 22px;
    margin-bottom: 4px;
    padding: 0;
    color: #b3b3b3;
}

.timeline .timeline-heading h4.subheading {
    margin: 0;
    padding: 0;
    text-transform: none;
    font-size: 18px;
    color: #333333;
}

.timeline .timeline-body > p,
.timeline .timeline-body > ul {
    margin-bottom: 0;
    color: #808080;
}

.timeline-image-mob {
    display: none;
}

/*Style for even div.line*/
.timeline > li:nth-child(odd) .line:before {
    content: "";
    position: absolute;
    top: 60px;
    bottom: 0;
    left: 690px;
    width: 4px;
    height: 340px;
    background-color: #2d76b2;
    -ms-transform: rotate(-44deg);
    /* IE 9 */
    -webkit-transform: rotate(-44deg);
    /* Safari */
    transform: rotate(-40deg);
    box-shadow: 0 0 5px #2d76b2;
}

/*Style for odd div.line*/
.timeline > li:nth-child(even) .line:before {
    content: "";
    position: absolute;
    top: 60px;
    bottom: 0;
    left: 490px;
    width: 4px;
    height: 340px;
    background-color: #2d76b2;
    -ms-transform: rotate(44deg);
    /* IE 9 */
    -webkit-transform: rotate(44deg);
    /* Safari */
    transform: rotate(40deg);
    box-shadow: 0 0 5px #2d76b2;
}

/* Medium Devices, .visible-md-* *
@media (min-width: 992px) and (max-width: 1199px) {
    .timeline > li:nth-child(even) {
        margin-bottom: 0px;
        min-height: 0px;
        right: 0px;
    }

    .timeline > li:nth-child(odd) {
        margin-bottom: 0px;
        min-height: 0px;
        left: 0px;
    }

    .timeline > li:nth-child(even) .timeline-image {
        left: 0;
        margin-left: 0px;
    }

    .timeline > li:nth-child(odd) .timeline-image {
        left: 690px;
        margin-left: 0px;
    }

    .timeline > li:nth-child(even) .timeline-panel {
        width: 76%;
        padding: 0 0 20px 0px;
        text-align: left;
    }

    .timeline > li:nth-child(odd) .timeline-panel {
        width: 70%;
        padding: 0 0 20px 0px;
        text-align: right;
    }

    .timeline > li .line {
        display: none;
    }
}

/* Small Devices, Tablets */
@media (max-width: 1400px) {
    .timeline > li .timeline-image {
        width: 150px;
        height: 150px;
    }

    .timeline > li:nth-child(odd) {
        left: -30px;
    }

    .timeline > li:nth-child(even) {
        right: -30px;
    }

    .timeline > li:nth-child(odd) .line:before {
        left: 610px;
        height: 340px;
        -ms-transform: rotate(-25deg);
        -webkit-transform: rotate(-25deg);
        transform: rotate(-25deg);
    }

    .timeline > li:nth-child(even) .line:before {
        left: 530px;
        height: 340px;
        -ms-transform: rotate(25deg);
        -webkit-transform: rotate(25deg);
        transform: rotate(25deg);
    }

}

@media (max-width: 1200px) {
    .timeline > li:nth-child(even) {
        margin-bottom: 0px;
        min-height: auto;
        right: auto;
        height: auto;
        margin-bottom: 30px;
    }

    .timeline > li:nth-child(odd) {
        margin-bottom: 0px;
        min-height: 0px;
        left: 0px;
        height: auto;
    }

    .timeline > li:nth-child(even) .timeline-image {
        /* left: 0; */
        /* margin-left: 0px; */
        position: relative;
        top: auto;
        left: auto;
        margin: 0;
        border-width: 5px;
        width: 120px;
        height: 120px;
        margin: 0 auto 20px auto;
        display: none;
    }

    .timeline > li:nth-child(odd) .timeline-image {
        /* left: 520px; */
        /* margin-left: 0px; */
        position: relative;
        top: auto;
        left: auto;
        margin: 0;
        margin-bottom: 30px;
        border-width: 5px;
        width: 120px;
        height: 120px;
        margin: 0 auto 20px auto;
        display: none;
    }


    .timeline > li:nth-child(even) .timeline-panel {
        width: 100%;
        /* padding: 0 0 20px 0px; */
        /* text-align: left; */
        float: none;
        margin-bottom: 0;
    }

    .timeline > li:nth-child(odd) .timeline-panel {
        width: 100%;
        /* padding: 0 0 20px 0px; */
        /* text-align: right; */
        float: none;
    }

    .timeline > li .line {
        display: none;
    }

    .timeline-image-mob {
        display: block;
    }

    .timeline > li {
        width: 80%;
        margin: 0 auto;
    }
}


/* Custom, iPhone Retina 
@media only screen and (max-width: 767px) {
    .timeline > li:nth-child(even) {
        margin-bottom: 0px;
        min-height: 0px;
        right: 0px;
    }

    .timeline > li:nth-child(odd) {
        margin-bottom: 0px;
        min-height: 0px;
        left: 0px;
    }

    .timeline > li .timeline-image {
        position: static;
        width: 150px;
        height: 150px;
        margin-bottom: 0px;
    }

    .timeline > li:nth-child(even) .timeline-image {
        left: 0;
        margin-left: 0;
    }

    .timeline > li:nth-child(odd) .timeline-image {
        float: right;
        left: 0px;
        margin-left: 0;
    }

    .timeline > li:nth-child(even) .timeline-panel {
        width: 100%;
        padding: 0 0 20px 14px;
    }

    .timeline > li:nth-child(odd) .timeline-panel {
        width: 100%;
        padding: 0 14px 20px 0px;
    }

    .timeline > li .line {
        display: none;
    }
} */


/* inner page */

.page-desc .course-entry .title {
    font-family: 'Arial';
    font-size: 22px;
    text-transform: inherit;
    font-weight: 500;

}

.page-desc .course-widget-title,
.curriculum-section ul.curriculum li.section .section-title {
    font-family: 'Arial';
    font-size: 18px;
    text-transform: inherit;
}

.page-desc .course-widget-price .bt-course {
    text-align: center;
    background-color: #2d76b2;
    padding: 15px 0;
    font-family: 'Arial';
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    text-transform: inherit;
    letter-spacing: 1.6px;
}

.page-desc .course-widget-featured .content .title a {
    font-family: 'Roboto Slab';
}

.page-desc .course-entry > ul > li p {
    font-size: 14px;
    color: inherit;
}

.page-desc .course-entry .content-desc p span {
    font-family: 'Roboto Slab';
    color: #2d76b2;
    font-weight: 300;
}

.page-desc .course-entry .content-desc ul li {
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    font-family: 'Roboto Slab';
}

.page-desc .course-entry .content-desc ul li span {
    color: #2d76b2;
    font-size: 18px;
}

.page-desc .course-entry .course-title {
    font-size: 3em;
    line-height: 30px;
    padding-bottom: 50px;
    /* color: #3f81b7;*/
}

.pt-50 {
    padding: 60px 0;
}

.cours-detail .course-entry .content-desc {
    border-bottom: none;
}

/*.course-banner {
    padding: 80px 0;
}*/

.page-desc .course-widget-featured ul li {
    margin-bottom: 50px;
}

.page-desc .course-widget-featured .content {
    padding-top: 10px;
}

.page-desc .course-widget-featured ul {
    margin-bottom: 10px;
}

/* pricing atg */

.pricing-box {
    position: relative;
}

.pricing_shadow {
    border-radius: 4px;
    border: 1px solid #ebebeb;
    box-shadow: 0 6px 14.94px 3.06px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 440px;
    z-index: -1;
}

.price_col {
    width: 20%;
    float: left;
    text-align: center;
    padding: 3px 20px 0px;
    margin: 20px 0;
    border-left: 1px solid #e5e5e5;
}

.price_rt-info {
    padding-bottom: 36px;
    border-bottom: 1px solid #e5e5e5;
}

.user-no {
    font: 600 19px/1.72 'Roboto Slab';
    color: #333;
    margin: 15px 0 0;
}

.price-tag {
    font: 900 20px/1 'Roboto Slab';
    color: #333;
    margin: 15px 0 17px;
}

.price-currency {
    font: 24px/1.9 'Roboto Slab';
    color: #555;
    left: -3px;
}

.price-txt {
    color: #666;
    max-width: 200px;
    margin: 0 auto;
    line-height: 1.5;
    font-size: 16px;
    height: 50px;
}

.text-nowrap {
    white-space: nowrap;
}

.price-info {
    margin-top: 24px;
}

.price-info-list {
    text-align: left;
    height: 178px;
    margin-bottom: 15px;
    margin-left: 0px;
}

.price-info-list li {
    /*font: 15px/20px 'Roboto Slab'; */
    color: #555;
    position: relative;
    background-image: none;
    list-style-type: none;
    padding-left: 23px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    font-family: 'Roboto Slab';
    margin-bottom: 5px;
}

.price-info-list li:before {
    position: absolute;
    background: url(../images/tick.png) no-repeat;
    width: 12px;
    height: 12px;
    left: 1px;
    top: 9px;
    content: "";

}

.popup {
    z-index: 1;
    right: -232px;
    top: -89px;
    min-width: 316px;
    border-radius: 3px;
    box-shadow: 0 2px 29px 0 rgba(0, 0, 0, 0.22);
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: visibility .1s linear, opacity .1s linear;
    width: 100%;
    position: absolute;
    cursor: pointer;
    background: #fff;
}

.pop-desc {
    padding: 30px 37px 30px 35px;
    border-radius: 5px;
    background-color: #fff;
    text-align: left;
}

.pop-title {
    font: 500 18px/1 'Roboto Slab';
    color: #404040;
}

.pop-subtitle {
    font-family: 'Roboto Slab';
    line-height: 1.6;
    display: block;
    margin-top: 9px;
    font-size: 15px;
    color: #4b5457;
    margin-bottom: 12px;
}

.pop-arrow {
    left: -8px;
    top: 50%;
    margin-top: -16px;
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-right: 16px solid #fff;
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.1s linear, visibility 0.1s linear;
    position: absolute;
    right: 6px;
    z-index: 2000;
}


/* tooltip */

.tooltip {
    position: relative;
    display: inline-block;
    margin: 10px;
    font-family: 'Lato', sans-serif;
    text-decoration: none;
}

.tooltip:hover .tooltip__text {
    opacity: 1;
    visibility: visible;
}

.tooltip__text {
    position: absolute;
    min-width: 120px;
    padding: 5px 10px;
    transition: 0.5s;
    border-radius: 5px;
    background-color: #4d1091;
    opacity: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    visibility: hidden;
    z-index: 1;
}

.tooltip__text::after {
    display: inline-block;
    position: absolute;
    content: '';
}


.tooltip__text--right {
    top: 50%;
    left: calc(100% + 10px);
    transform: translateY(-50%);
}

.tooltip__text--right::after {
    top: 50%;
    left: -4px;
    transform: translateY(-50%);
    border-top: 5px solid transparent;
    border-right: 5px solid #4d1091;
    border-bottom: 5px solid transparent;
}

.price-info {
    cursor: pointer;
}

.price-info a {
    border: 1px solid #3f81b7;
    background: #3f81b7;
    padding: 5px 20px 5px;
    color: #fff;
    font: 14px/28px "Open Sans", sans-serif, tahoma;
    border-radius: 27px;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    text-align: center;
    cursor: pointer;
}


.pricing-box .active {
    border-radius: 6px;
    margin-top: -19px;
    border-top: 7px solid #3f81b7;
    box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.18);
    background-color: #fff;
    padding-bottom: 56px;
    border-right: none;
    height: 475px;
}

.pricing-box .active .price_rt-info {
    padding-top: 27px;
}

.pricing-box {
    margin-top: 30px;
}

.pricing-box .active .price-info-list {
    margin-bottom: 20px;
}

.price-cnt-info {
    border-left: 1px solid #e5e5e5;
}

.m-tp {
    margin-top: 120px;
}

.price-cnt a {
    display: inline-block;
    background: transparent;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    -ms-border-radius: 500px;
    border-radius: 500px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    box-sizing: border-box;
    color: #555;
    text-align: center;
    text-decoration: none;
    padding: 8px 28px 8px;
    vertical-align: middle;
    border: 1px solid #555;
}

.autr-tool {
    background: #fff;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    margin-bottom: 32px;
    padding: 33px 17px 30px 60px;
    position: relative;

}


.parallax1 {
    background-image: url(../images/slides/4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center !important;


}

.page-title .overlay {
    background-color: rgba(0, 0, 0, 0.75);
}


li.tip {
    position: relative;
}

li .tip span {
    display: none;
    background: #fff;
    color: #1e1e1e;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;

    border-radius: 3px;
    box-shadow: 0 2px 29px 0 rgba(0, 0, 0, 0.22);
    padding: 30px 25px 30px 20px;
    position: absolute;
    z-index: 1;
    top: -30px;
    /* left: 110%; */
    margin-left: 30px;
    width: 280px;
}

li .tip span:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #ffffff;
    left: -14px;
    top: 32px;
}

/*li:hover.tip {
    font-size: 99%;
   
}*/

li .tip:hover span {
    display: block;
}

.tip {
    display: inline-block;
}

.price-sm {
    display: none;
}

.price-info-list i {
    font-size: 13px;
    cursor: pointer;
    color: #2d76b2;
}

#flat-testimonials-flexslider li p {
    color: #fff;
}

/* user dropdown */
.user-dropdown {
    float: right;
}

.user-dropdown button,
.user-dropdown button:hover,
.user-dropdown button:focus {
    background: transparent;
    border: none;
    text-transform: inherit;
}

.user-dropdown button:hover .dropdown-menu {

    display: block;
    text-transform: inherit;
}

.user-dropdown button img {
    border-radius: 50px;
}

.user-dropdown .dropdown-menu,
.mob-none .dropdown-menu {
    min-width: 220px;
    margin: 13px 0;
    padding: 20px;
    z-index: 0;
    white-space: nowrap;
    border: 0;
    border-radius: 5px;
    -webkit-box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.20);
    box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.20);
    z-index: 1;
    will-change: transform;
    top: 0px;
    left: 0px;
    transform: translate3d(-80px, 47px, 0px);
}

.dropdown-menu.show {
    display: block;
}

.dropdown-menu hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.user-dropdown .header-author img,
.mob-none .header-author img {
    box-shadow: 0 0 10px 5px #1e1e1e29;
    margin-bottom: 20px;
}

.user-dropdown .dropdown-menu h4,
.mob-none .dropdown-menu h4 {
    font-size: 18px;
    font-weight: 600;
}

.rounded-circle {
    border-radius: 50% !important;
}

.dropdown-menu .author-icon {
    line-height: 30px;
    font-size: 15px;
    /* padding: 0 15px; */
    padding: 0 20px;
}

.author-icon li {
    position: relative;
    padding: 0px 5px 5px 0px;
}

.author-icon i {
    color: #2d76b2;
    margin-right: 10px;
    width: 16px;
    text-align: center;
}


/*13-08-20 */

.course-info {
    background-color: #eef1f6;

}

.card-info {

    padding: 10px;
}

.card {
    border: 1px solid #ccc;
}

.job-info li {
    line-height: 1.6;
    font-size: 18px;
    color: #2d76b2;

    margin-bottom: 5px;
}

.course-info .title-section {
    margin-bottom: 20px;
}

.course-info .row .col-md-3 {
    display: flex;
    flex: 0 0 25%;
    max-width: 25%;

}

.job-text {
       display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 125px;
}

.course-info .flex-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.course-info .flex-row {
    display: flex;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
       overflow-x: auto;
    
       
}



.course-info .well {

    width: 100% !important;
    background: #fff;
}
/*.flex-nowrap::-webkit-scrollbar {
    -webkit-appearance: none;
    display: block;
    width:100%;
   
}*/

.job-info li a button{
    background-color: #2d76b2;
    border-color: #2d76b2;
    font-size: 14px;
    text-transform: inherit;
    font-family: 'Arial';
}
.job-info li span{
  
    font-size: 14px;
    line-height: 1.6;
}

.job-info li a button:hover{
     background-color: #2d76b2;
}

.jobDesc{
        height: 100px;
    display: block;
    margin-top: 10px;
}






/* flat-Preloader
-------------------------------------------------------------- */

#free_user_modal .close {
    position: absolute;
    right: -12px;
    top: -12px;
    background: #000;
    border-radius: 25px;
    width: 25px;
    height: 25px;
    z-index: 9999;
    opacity: 1;
    color: #fff;
    border: 2px solid #fff;
}
#free_user_modal .modal-content {
    text-align: center;
    background-image: linear-gradient(to bottom, #005ca5, #45acff);
}
#free_user_modal .modal-body {
    background: url(../img/popup-bg.png) no-repeat center;
    background-size: cover;
    padding: 70px 170px;
}
#free_user_modal h2 span {
    /* font-weight: 600; font-size: 30px; color: #AC391E;*/
    color: #ffc107;
    font-family: 'Proxima Nova Bl';
}
#free_user_modal p {
    font-size: 30px;
    color: #fff;
}
#free_user_modal p span {
    font-weight: 600;
}

.loader {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fefefe;
    z-index: 100000;
}

.block-loader {
    background-color: #2d76b2;
    float: left;
    height: 24px;
    margin-left: 7px;
    width: 24px;
    opacity: 0.1;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-animation-name: bounceG;
    -moz-animation-duration: 1.3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: linear;
    -moz-transform: scale(0.7);
    -webkit-animation-name: bounceG;
    -webkit-animation-duration: 1.3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: linear;
    -webkit-transform: scale(0.7);
    -ms-animation-name: bounceG;
    -ms-animation-duration: 1.3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-direction: linear;
    -ms-transform: scale(0.7);
    -o-animation-name: bounceG;
    -o-animation-duration: 1.3s;
    -o-animation-iteration-count: infinite;
    -o-animation-direction: linear;
    -o-transform: scale(0.7);
    animation-name: bounceG;
    animation-duration: 1.3s;
    animation-iteration-count: infinite;
    animation-direction: linear;
    transform: scale(0.7);
}

.loader1 {
    margin-left: -30px;
    -moz-animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    -ms-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.loader2 {
    margin-left: 0px;
    -moz-animation-delay: 08s;
    -webkit-animation-delay: .8s;
    -ms-animation-delay: .8s;
    -o-animation-delay: .8s;
    animation-delay: .8s;
}

.loader3 {
    margin-left: 30px;
    -moz-animation-delay: 1.3s;
    -webkit-animation-delay: 1.3s;
    -ms-animation-delay: 1.3s;
    -o-animation-delay: 1.3s;
    animation-delay: 1.3s;
}

@-moz-keyframes bounceG {
    0% {
        -moz-transform: scale(1.2);
        opacity: 1
    }

    100% {
        -moz-transform: scale(0.7);
        opacity: 0.1
    }
}

@-webkit-keyframes bounceG {
    0% {
        -webkit-transform: scale(1.2);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(0.7);
        opacity: 0.1
    }
}

@-ms-keyframes bounceG {
    0% {
        -ms-transform: scale(1.2);
        opacity: 1
    }

    100% {
        -ms-transform: scale(0.7);
        opacity: 0.1
    }
}

@-o-keyframes bounceG {
    0% {
        -o-transform: scale(1.2);
        opacity: 1
    }

    100% {
        -o-transform: scale(0.7);
        opacity: 0.1
    }
}

@keyframes bounceG {
    0% {
        transform: scale(1.2);
        opacity: 1
    }

    100% {
        transform: scale(0.7);
        opacity: 0.1
    }
}
