/*=========================================================================

1. Reset CSS
2. Typography
3. General
4. Header
5. Posts
6. Footer
7. Preload
8. Responsive

=========================================================================*/
/* =========== 1. Reset CSS  =========== */
img,
legend {
  border: 0;
}
legend,
td,
th {
  padding: 0;
}
body,
html {
    overflow-x: hidden;
}
html {
    font-size: 16px;
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #485cc7;
}
a:hover,
a:active {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
optgroup,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: .67em 0;
}
mark {
  background: #ffffff;
  color: #333333;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre,
textarea {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  border-radius: 0;
  line-height: normal;
}
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #333333;
  margin: 0 2px;
  padding: .35em .625em .75em;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a,
input,
textarea,
button,
select {
  outline: none;
}
a:hover,
a:focus,
input:focus,
textarea:focus,
button:focus,
select:focus {
  outline-style: dotted;
  outline-color: gray;
  outline-width: 1px;
  text-decoration: none;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ababab;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #ababab;
}
/* =========== 2. Typography  =========== */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: 'Poppins', sans-serif;
    color: #1b1b1b;
    font-weight: 700;
    margin: 0 0 28px;
    line-height: 1;
}
h1 > a,
.h1 > a,
h2 > a,
.h2 > a,
h3 > a,
.h3 > a,
h4 > a,
.h4 > a,
h5 > a,
.h5 > a,
h6 > a,
.h6 > a {
  color: inherit;
}
.h1,
h1 {
    font-size: 38px;
}
.h2,
h2 {
    font-size: 26px;
}
.h3,
h3 {
    font-size: 16px;
    font-weight: 600;
}
.h4,
h4 {
    font-size: 15px;
}
.h5,
h5 {
    font-size: 14px;
}
.h6,
h6 {
    font-size: 12px;
}
p {
    color: #999;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
}
a {
  color: #ababab;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: #000000;
}
.quicklinks a:hover,
.quicklinks a:active,
.quicklinks a:focus {
  color: #00b9eb !important;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
code,
kbd,
pre,
samp {
  font-family: 'Lato', serif;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
code {
  background-color: #eee;
  letter-spacing: 0.015em;
}
abbr {
  background-color: #A1D71A;
  color: #111;
  border-width: 2px;
}
mark,
.mark {
  color: #ffffff;
  background-color: #a4b4c4;
}
dfn {
  border-bottom: 1px dashed;
}
cite {
  font-style: normal;
}
blockquote {
  position: relative;
  border: 0;
  padding: 0 0 0 40px;
  margin: 20px 0;
  font-style: italic;
  overflow: hidden;
  font-size: 13px;
}
blockquote p:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote cite {
  font-size: 12px;
  color: #333333;
  font-weight: 700;
}
blockquote footer:before,
blockquote cite:before {
  content: '- ';
  color: #333333;
}
blockquote footer:after,
blockquote cite:after {
  content: ' ';
  color: #333333;
}
pre {
  line-height: 1.8em;
  padding: 15px;
  border: 1px solid #E4E4E4;
  font-style: italic;
  overflow: auto;
  white-space: pre-wrap;
  background-color: #f7f7f7;
  word-wrap: break-word;
  max-width: 100%;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
}
input[type="search"],
input[type="text"],
input[type="url"],
input[type="number"],
input[type="password"],
input[type="email"],
input[type="file"],
select,
textarea {
  height: 36px;
  width: 100%;
  border: 1px solid #ababab;
  padding: 0 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
}
::-moz-selection {
  color: #f7f7f7;
  background-color: #222222;
}
::selection {
  color: #f7f7f7;
  background-color: #222222;
}
iframe {
  border: 0;
  max-width: 100%;
}
/* ===========  3. General  =========== */
body {
    font-family: 'Arimo', sans-serif;
    background-color: #fff;
    font-size: 16px;
    font-weight: 400;
    color: #999;
    line-height: 1.5;
    margin: 0;
}
.section {
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
}
.bg-purple{
  background: #7367F0;
}
.bg-orange{
  background: #FF7C59;
}
.bg-blue{
  background: #4D2BFF;
}
.bg-green{
  background: #28C76F;
}
.block-mobile {
  display: none;
  margin-bottom: 15px;
}
.block-mobile .menu-mobile {
    width: 35px;
    height: 35px;
    display: inline-block;
}
.block-mobile .menu-mobile button{
  padding: 0;
  border: 0;
  background: transparent;
  height: 20px;
  width: 20px;
  position: relative;
}
.block-mobile .menu-mobile .item {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #000000;
  position: absolute;
}
.block-mobile .menu-mobile .item-1 {
  top: 0;
}
.block-mobile .menu-mobile .item-2 {
  top: calc(50% - 1px);
}
.block-mobile .menu-mobile .item-3 {
  bottom: 0;
}
.block-mobile .logo {
  padding-bottom: 0;
  padding-top: 10px;
  text-align: left;
  display: inline-block;
}
.hide-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 998;
  background-color: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.3s ease, opacity 0.3s ease;
  -moz-transition: visibility 0.3s ease, opacity 0.3s ease;
  -ms-transition: visibility 0.3s ease, opacity 0.3s ease;
  -o-transition: visibility 0.3s ease, opacity 0.3s ease;
  transition: visibility 0.3s ease, opacity 0.3s ease;
}
/* ===========  4. Global  =========== */
.theme-btn{
  display:inline-block;
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
}
.btn-style-one{
  position:relative;
  padding:12px 45px;
  line-height:26px;
  background:#1f8ceb;
  font-size:16px;
  font-weight:400;
  color:#ffffff;
  text-transform:capitalize;
  text-align:center;
  font-family:"Poppins", sans-serif;
  border-radius:4px;
}

.btn-style-one:hover{
  color:#ffffff;
  background:#3b566e;
}

.btn-style-two{
  position:relative;
  padding:10px 32px;
  line-height:28px;
  background:#f4f9fe;
  font-size:16px;
  font-weight:400;
  border:1px solid #1f8ceb;
  color:#3b566e;
  text-transform:uppercase;
  text-align:center;
  font-family:"Poppins", sans-serif;
  border-radius:4px;
}

.btn-style-two .icon{
  position:relative;
  font-size:14px;
  vertical-align:middle;
  padding-left:10px;  
}

.btn-style-two:hover{
  color:#ffffff;
  background:#1f8ceb;
}

.btn-style-three{
  position:relative;
  line-height:24px;
  background:#f4f9fe;
  font-size:14px;
  font-weight:500;
  color:#466077;
  text-transform:uppercase;
  font-family:"Poppins", sans-serif;
}

.btn-style-three.lightbox-image .icon{
  position:relative;
  display:inline-block;
  font-size:9px;
  vertical-align:middle;
  width:18px;
  height:18px;
  font-weight:700;
  line-height:16px;
  border:1px solid;
  border-radius:50%;
  text-align:center;
  padding-left:1px;
  margin-left:10px; 
}

.btn-style-three:hover{
  color:#1f8ceb;
}

.btn-style-four{
  position:relative;
  padding:10px 32px;
  line-height:28px;
  background:none;
  font-size:14px;
  font-weight:600;
  border:1px solid #ffffff;
  color:#ffffff;
  text-transform:uppercase;
  text-align:center;
  font-family:"Poppins", sans-serif;
  border-radius:2px;
}

.btn-style-four .icon{
  position:relative;
  font-size:14px;
  vertical-align:middle;
  padding-left:10px;  
}

.btn-style-four:hover{
  color:#4D2BFF;
  background:#ffffff;
}

.btn-style-five{
  position:relative;
  padding:12px 45px;
  line-height:26px;
  background:#1fd1eb;
  font-size:16px;
  font-weight:400;
  color:#ffffff;
  text-transform:capitalize;
  text-align:center;
  font-family: 'Heebo', sans-serif;
  border-radius:4px;
}

.btn-style-five:hover{
  color:#ffffff;
  background:#3b566e;
}

.btn-style-six{
  position:relative;
  padding:11px 30px 9px;
  line-height:30px;
  background:#3c9bee;
  font-size:14px;
  font-weight:400;
  color:#ffffff;
  letter-spacing:0.03em;
  text-transform:uppercase;
  text-align:center;
  font-family: 'Heebo', sans-serif;
  border-radius:3px;
  -webkit-box-shadow:0px 0px 1px 0px rgba(0,0,0,0.90);
  -ms-box-shadow:0px 0px 1px 0px rgba(0,0,0,0.90);
  -o-box-shadow:0px 0px 1px 0px rgba(0,0,0,0.90);
  -moz-box-shadow:0px 0px 1px 0px rgba(0,0,0,0.90);
  box-shadow:0px 0px 1px 0px rgba(0,0,0,0.90);
}

.btn-style-six .icon{
  position:relative;
  font-size:14px;
  vertical-align:middle;
  padding-right:10px; 
}

.btn-style-six:hover{
  color:#466077;
  background:#ffffff;
}

.btn-style-seven{
  position:relative;
  padding:11px 32px 9px;
  line-height:28px;
  background:#f4f9fe;
  font-size:14px;
  font-weight:400;
  border:1px solid #aabed0;
  color:#6f8ba4;
  text-transform:uppercase;
  text-align:center;
  font-family: 'Heebo', sans-serif;
  border-radius:4px;
}

.btn-style-seven .icon{
  position:relative;
  font-size:14px;
  vertical-align:middle;
  padding-right:10px; 
}

.btn-style-seven:hover{
  color:#ffffff;
  background:#1f8ceb;
}

.btn-style-eight{
  position:relative;
  padding:11px 32px 9px;
  line-height:28px;
  background:#ffffff;
  font-size:14px;
  font-weight:400;
  border:1px solid #aabed0;
  color:#6f8ba4;
  text-transform:uppercase;
  text-align:center;
  font-family: 'Heebo', sans-serif;
  border-radius:4px;
}

.btn-style-eight .icon{
  position:relative;
  font-size:14px;
  vertical-align:middle;
  padding-right:10px; 
}

.btn-style-eight:hover{
  color:#ffffff;
  background:#1f8ceb;
}

.theme_color{
  color:#1f8ceb;  
}

.heading .heading-subtitle {
    color: #999;
    font-size: 12px;
    line-height: 1;
    margin-bottom: 19px;
    text-transform: uppercase;
}
.heading .heading-title {
    font-family: poppins, sans-serif;
    color: #1b1b1b;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 16px;
    text-transform: uppercase;
}
.heading .heading-desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #aaa;
    margin-bottom: 0;
}
.heading-center {
    text-align: center;
}
.heading-center .heading-desc {
    padding: 0 48px;
}
.heading-icon {
    display: inline-block;
    font-size: 25px;
    color: #485cc7;
    line-height: 1;
}

.heading-13 .heading-title {
    margin-bottom: 24px;
}

.heading-13 .heading-icon {
    height: 10px;
}

/* ===========  4. Header  =========== */
.header {

}
.topbar {
    height: 80px;
    background: #fff;
}
.topbar.topbar-bordered {
    border-bottom: 1px solid #ececec;
}
.topbar .right-info span {
    color: #999;
    font-family: poppins,sans-serif;
    font-size: 11px;
    font-weight: 600;
    line-height: 70px;
}
.topbar .right-info span strong {
    color: #000;
    text-transform: uppercase;
    margin-right: 4px;
    font-weight: 600;
}
.midbar{
    background: #fff;
    margin-bottom: 0;
    border-radius: 0;
    min-height: 76px;
    border: none;
    padding: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.midbar.midbar-bordered{
  border-bottom: 1px solid #ececec;
}
.nav-content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; 
    align-items: center;
}

.menu-left .header {
  text-align: left;
}
.menu-left .main-menu .sub-menu {
  padding-left: 0;
  padding-right: 20px;
  right: 100%;
  left: auto;
  text-align: right;
}
.table {
  display: table;
  width: 100%;
  height: 100%;
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
}
.main-menu {
  font-family: 'Roboto', serif;
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 24px;
}
.main-menu ul,
.main-menu li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-menu li {
    display: inline;
    position: relative;
    margin-right: 25px;
}
.main-menu .menu-list > li > a {
    font-family:'Poppins', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    color: #1b1b1b;
    padding: 20px 0;
}
.main-menu .active a {
  color: #000000;
}
.main-menu .sub-menu li{
    display: block;
    margin: 0;
}
.main-menu .sub-menu a {
    display: block;
    padding: 5px 15px;
    color: #ababab;
    font-weight: 400;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}

.dropdown-plus {
  background: transparent;
  border: 0;
  padding: 0;
  position: absolute;
  width: 15px;
  height: 15px;
  top: calc(50% - 6px);
}
.main-menu .sub-menu .dropdown-plus{
  top: calc(50% - 6px);
  right: 10px;
}
.dropdown-plus:before,
.dropdown-plus:after {
  position: absolute;
  content: '';
  width: 11px;
  height: 1px;
  background-color: #8a8a8a;
  left: 2px;
  top: 7px;
}

.dropdown-plus:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.dropdown-plus.dropdown-open:after{
  opacity: 0;
}
.main-menu li>ul{
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-box-shadow: 0 2px 29px rgb(0 0 0 / 5%);
    box-shadow: 0 2px 29px rgb(0 0 0 / 5%);
    background-color: #ffffff;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    visibility: hidden;
    opacity: 0;
    min-width: 240px;
    padding: 20px 0;
    z-index: 9;
}
.main-menu li>ul li ul{
    left: 100%;
    top: 0;
}
.main-menu li:focus-within > ul, 
.main-menu li:focus > ul, 
.main-menu li:hover > ul {
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    visibility: visible;
    opacity: 1;
}
.main-menu li:focus-within > ul{
    display: block;
}
.main-menu .submenu > li:hover > .submenu {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
    z-index: 9;
}


.logo a {
  font-size: 40px;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 40px;
}
.logo p,
.logo h1,
.logo h2{
  margin: 0;
  line-height: normal;
}
.logo .site-description{
  font-size: 12px;
}
.theme-btn .btn {
    font-family: 'Poppins',sans-serif;
    font-size: 11px;
    font-weight: 600;
    height: 30px;
    text-transform: uppercase;
    background-color: #485cc7;
    color: #fff;
    border-radius: 2px;
    border: 1px solid #485cc7;
}

/*
# Top Social
 ----------------------------------------*/

.rector-social-menu {
    margin: 0;
    padding: 0;
}

.rector-social-menu li {
    display: inline;
    padding: 0 5px;
}

.rector-social-menu li a {
    font-size: 0;
    color: transparent;
    line-height: 40px;
    display: inline-block;
}

.rector-social-menu li a:hover {
    color: #000000;
}

.social-links li:last-child {
    margin-right: 0;
}

.rector-social-menu li a:before {
  content: "";
  font-family: "Font Awesome 5 Brands";
  font-size: 14px;
  transition: color 0.3s ease-in-out 0s;
  vertical-align: middle;
  color: #68686d;
}
.header-mobile .rector-social-menu li a:before{
    border: none;
} 

.rector-social-menu li a[href*="facebook.com"]:before {
    content: "\f39e";
}

.rector-social-menu li a[href*="twitter.com"]:before {
    content: "\f099";
}

.rector-social-menu li a[href*="linkedin.com"]:before {
    content: "\f0e1";
}

.rector-social-menu li a[href*="plus.google.com"]:before {
    content: "\f0d5";
}

.rector-social-menu li a[href*="youtube.com"]:before {
    content: "\f167";
}

.rector-social-menu li a[href*="dribbble.com"]:before {
    content: "\f17d";
}

.rector-social-menu li a[href*="pinterest.com"]:before {
    content: "\f0d2";
}

.rector-social-menu li a[href*="bitbucket.org"]:before {
    content: "\f171";
}

.rector-social-menu li a[href*="github.com"]:before {
    content: "\f113";
}

.rector-social-menu li a[href*="codepen.io"]:before {
    content: "\f1cb";
}

.rector-social-menu li a[href*="flickr.com"]:before {
    content: "\f16e";
}

.rector-social-menu li a[href$="/feed/"]:before {
    content: "\f09e";
}

.rector-social-menu li a[href*="foursquare.com"]:before {
    content: "\f180";
}

.rector-social-menu li a[href*="instagram.com"]:before {
    content: "\f16d";
}

.rector-social-menu li a[href*="tumblr.com"]:before {
    content: "\f173";
}

.rector-social-menu li a[href*="reddit.com"]:before {
    content: "\f1a1";
}

.rector-social-menu li a[href*="vimeo.com"]:before {
    content: "\f194";
}

.rector-social-menu li a[href*="digg.com"]:before {
    content: "\f1a6";
}

.rector-social-menu li a[href*="twitch.tv"]:before {
    content: "\f1e8";
}

.rector-social-menu li a[href*="stumbleupon.com"]:before {
    content: "\f1a4";
}

.rector-social-menu li a[href*="delicious.com"]:before {
    content: "\f1a5";
}

.rector-social-menu li a[href*="mailto:"]:before {
    content: "\f0e0";
}

.rector-social-menu li a[href*="skype.com"]:before {
    content: "\f17e";
}

.rector-social-menu li a[href*="dribble.com"]:before {
    content: "\f17d";
}

.socials .fa-search {
  color: #000000;
}
.search-box {
    position: relative;
    padding: 12px 0 15px 15px;
}
.search-form{
  position: absolute;
  right: 0;
  top: 0;
}
.search-form label{
  position: relative;
  height: 32px;
  padding: 0 2px;
  z-index: 1;
  margin: 0;
}
.search-form label:before {
  position: absolute;
  top: 6px;
  right: 0;
  z-index: 20;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f002";
}

.search-field{
  display: inline-block;
  float: none;
  position: relative;
  z-index: 30;
  height: 24px !important;
  width: 0 !important;
  max-width: none;
  padding: 3px!important;
  margin: 0;
  color: #c3c4c7;
  background-color: rgba(255,255,255,0);
  border: none !important;
  outline: 0;
  cursor: pointer;
  box-shadow: none;
  box-sizing: border-box;
  transition-duration: .4s;
  transition-property: width,background;
  transition-timing-function: ease;
}
.search-field:focus {
    z-index: 10;
    color: #000;
    width: 200px!important;
    background-color: rgba(255,255,255,.9);
    cursor: text;
    border: 0;
}
.search-submit{
  display: none;
}



.box-search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  -moz-transition: opacity 0.3s ease, visibility 0.3s ease;
  -ms-transition: opacity 0.3s ease, visibility 0.3s ease;
  -o-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.box-search input[type="search"] {
  height: 50px;
  font-size: 24px;
  padding-top: 0;
  border: none;
  border-bottom: 1px solid #000000;
}
.box-search.active {
  opacity: 1;
  visibility: visible;
}

.btn-close {
  width: 50px;
  height: 50px;
  display: inline-block;
  cursor: pointer;
  font-size: 24px;
  color: #ffffff;
  line-height: 48px;
  text-align: center;
  display: none;
}
.btn-close:before {
  content: '';
  width: 30px;
  height: 2px;
  background-color: #ffffff;
  display: block;
  -webkit-transform: rotate(44deg) translate(26px, 10px);
  -moz-transform: rotate(44deg) translate(26px, 10px);
  transform: rotate(44deg) translate(26px, 10px);
}
.btn-close:after {
  content: '';
  width: 30px;
  height: 2px;
  background-color: #ffffff;
  display: block;
  -webkit-transform: rotate(-46deg) translate(-10px, 24px);
  -moz-transform: rotate(-46deg) translate(-10px, 24px);
  transform: rotate(-46deg) translate(-10px, 24px);
}
.active .btn-close{
  display: inline-block;
}
.copyright {
  font-size: 12px;
  color: #ababab;
}

/*Hero Section*/
.hero {
    position: relative;
    min-height: 800px;
}
.bg-section {
    position: relative;
    overflow: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
}
.hero .hero-subheadline {
    font-family: poppins, sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 1;
}
.hero .hero-headline {
    color: #fff;
    font-family: poppins, sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 60px;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.hero .hero-desc {
    color: #fff;
    font-family: arimo, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 35px;
}
.hero .row>[class*=col-] {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
@media only screen and (min-width: 992px) {
    .hero .row > [class*="col-"] {
        min-height: 800px;
    }
    .hero .hero-column {
        min-height: 800px;
    }
}
@media only screen and (max-width: 991px) {
    .hero {
        height: auto;
        padding-top: 260px;
        padding-bottom: 100px;
        min-height: inherit;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero .hero-headline {
        font-size: 30px;
        line-height: 1.2;
    }
    .hero .hero-desc {
        font-size: 14px;
        line-height: 1.5;
    }
    .hero .pos-vertical-center {
        top: auto;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .hero .hero-headline {
        font-size: 35px;
        line-height: 40px;
        margin-top: 0;
        margin-bottom: 15px;
    }
    .hero .hero-desc {
        font-size: 14px;
        line-height: 24px;
        padding: 0;
    }
    .hero .pos-vertical-center {
        top: auto;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

/* ===========  6. Categories  =========== */
.categories-panel{
  padding: 35px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.categories-icon{
  width: 75px;
  height: 75px;
  border-radius: 100%;
  padding: 5px;
  background: #fff;
  margin:auto  auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.categories-icon i{
  font-size: 28px;
  color: #485cc7;
}
.categories-panel h3{
  color: #fff;
  margin-bottom: 5px;
}
.categories-panel span{
  color: #fff;
  font-size: 13px;
}

/* ===========  6. Categories  =========== */
.type-panel{
  padding: 35px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.type-icon{
  width: 75px;
  height: 75px;
  padding: 5px;
  margin:auto  auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.type-icon i{
  color: #fff;
  font-size: 36px;
}
.type-panel h3{
  color: #fff;
  margin-bottom: 5px;
}
.type-panel p{
  color: #fff;
  font-size: 13px;
}

/* ===========  6. MAIN COURSES  =========== */
.main-course{
  background: #FAFAFA;
}

/* ===========  6. INSTRUCTORS  =========== */
.instructor {
  position: relative;
  text-align: center;
  border: 1px solid #E2E2E2;
}
.instructor .instructor-img {
  margin-bottom: 27px;
}
.instructor .instructor-content{
  max-width: 250px;
  margin: auto;
  margin-bottom: 20px;
}
.instructor .instructor-info h5 {
  color: #1b1b1b;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 7px;
}
.instructor .instructor-info p {
  font-size: 14px;
  line-height: 24px;
  color: #999999;
}
.instructor .instructor-social a {
  display: inline-block;
  color: #999999;
  font-size: 14px;
  line-height: 1;
  margin-right: 16px;
}
.instructor .instructor-social a:last-of-type {
  margin-right: 0;
}
.instructor .instructor-social a:hover {
  color: #1b1b1b;
}

/* ===========  6. TESTIMONIALS  =========== */
.testimonials{
  min-height: 500px;
}
.testimonial-panel,
.testimonial-meta {
  position: relative;
}

.testimonials .testimonial-panel {
  max-width: 700px;
  margin: auto;
}
.testimonials .testimonial-panel .testimonial-img {
  width: 80px;
  height: 80px;
  display: inline-block;
  margin-bottom: 20px;
}
.testimonials .testimonial-panel .testimonial-body p {
  font-size: 24px;
  line-height:30px;
  margin-bottom: 20px;
  color: #fff;
}
.testimonials .testimonial-panel .testimonial-meta h4 {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 8px;
  color: #fff;
}
.testimonials .testimonial-panel .testimonial-meta p {
  font-size: 14px;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 0;
}

.testimonials .testimonial-panel .testimonial-rating {
  line-height: 1;
}
.testimonials .testimonial-panel .testimonial-rating i {
  color: #ffd700;
  font-size: 14px;
}

.testimonial-panel-warp {
  background-color: #fafafa;
  padding: 0 25px 33px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .testimonials .testimonial-panel {
    max-width: 390px;
    margin-right: auto;
    margin-left: auto;
  }
}

/* ===========  6. Posts  =========== */
.archive-heading .title {
    font-size: 0;
}

.archive-heading .title span {
    font-size: 24px;
    text-transform: capitalize;
}
.post {
  margin-bottom: 40px;
}
.post:last-child {
  margin-bottom: 0;
}
.post .post-content {
  background-color: #fafafa;
  padding: 50px 50px 40px;
}
.single .post .post-content p a,
.single .post .post-content h1 a,
.single .post .post-content h2 a,
.single .post .post-content h3 a,
.single .post .post-content h4 a,
.single .post .post-content h5 a,
.single .post .post-content h6 a,
.single .post .post-content .the-content ul li a, 
.single .post .post-content .the-content ol li a{
  text-decoration: underline;
}
.search-empty {
  margin-top: 30px;
}
.title {
  margin-top: 0;
  margin-bottom: 5px;
  line-height: normal;
  color: #000000;
  font-size: 24px;
  letter-spacing: 1px;
}
.post-details {
  font-style: italic;
  font-size: 12px;
}
.post-details span {
  display: inline-block;
}
.post-details span:after {
  content: '//';
  margin-left: 5px;
  margin-right: 5px;
}
.post-details span:last-child:after {
  content: normal;
}
.the-content {
  margin-top: 20px;
}
.the-content p:last-child {
  margin-bottom: 0;
}
.the-content ul,
.the-content ol {
  font-size: 13px;
  font-style: italic;
  padding-left: 20px;
}
.the-content ul li,
.the-content ol li {
  margin-bottom: 5px;
}
.the-content ul > li:last-child,
.the-content ol > li:last-child {
  margin-bottom: 0;
}
.post-footer {
  margin-top: 30px;
}
.cat strong {
  margin-right: 5px;
}
.cat a {
  color: #000000;
}
.cat a:after {
  content: ',';
  margin-right: 5px;
}
.cat a:last-child:after {
  content: normal;
}
.post-tags a {
  opacity: 1;
  display: inline-block;
  color: #000000;
}
.post-tags a:before {
  margin-left: 5px;
  content: '#';
}
.post-tags a:first-child:before {
  margin-left: 0;
}
.post-tags a:hover {
  opacity: 0.8;
}
.post-share {
  text-align: center;
  padding-top: 10px;
  margin-bottom: 30px;
}
.post-share a {
  color: #000000;
  margin-left: 5px;
  margin-right: 5px;
}
.the-excerpt {
  margin: 20px 0;
}
.post-navigation {
  margin-top: 40px;
  padding-top: 10px;
  border-top: 1px solid #ababab;
}
.post-navigation a{
  color: #333;
  font-size: 16px;
  font-weight: 500;
}
.post-navigation span.nav-subtitle{
  display: block;
}
#comments {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #ababab;
}
.comment-reply-title{
  margin-top: 0;
  margin-bottom: 5px;
  line-height: 24px;
  color: #000000;
  font-size: 24px;
  letter-spacing: 1px;
}
#comments .comment-list,
#comments .children {
  list-style: none;
}
#comments .comments-inner {
  margin-top: 30px;
}
#comments .comments-inner + #respond {
  margin-top: 50px;
}
#comments .comment-list {
  padding-left: 0;
  margin: 0;
}
#comments .children {
  padding-left: 30px;
}
#comments .comment-avatar {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  float: left;
}
#comments .comment-context {
  margin-left: 60px;
  padding-left: 20px;
}
#comments .comment-context .title {
  font-size: 16px;
  display: inline-block;
}
#comments .comment-content p:last-child {
  margin-bottom: 0;
}
#comments .comment-date {
  color: #ababab;
  font-size: 14px;
  font-style: italic;
}
#comments .comment-date:before {
  content: '-';
  margin-left: 5px;
  margin-right: 5px;
}
#comments .comment-body {
  margin-top: 30px;
}
#comments .reply {
  font-style: italic;
}
.comment-form {
  margin-top: 20px;
}
.contact-item {
  margin-bottom: 20px;
}
.contact-item textarea {
  padding-top: 5px;
  height: 100px;
  resize: vertical;
}
.comment-form-cookies-consent label {
  margin-left: 5px;
  display: inline;
}
.comment-form .submit {
  display: inline-block;
  min-width: 100px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #000000;
  color: #ffffff;
  border: none;
  height: 36px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
}
.comment-form .submit:hover {
    opacity: 0.5;
}
.post_404_not_found {
  margin-top: 20px;
}
.go-to-home {
  min-width: 100px;
  padding: 5px 15px;
  display: inline-block;
  background-color: #000000;
  color: #ffffff;
  margin-top: 10px;
}
.go-to-home a {
  color: inherit;
  opacity: 1;
}
.go-to-home a:hover {
  color: inherit !important;
  opacity: 0.8;
}
/* ===========  7. Footer  =========== */
.footer{
  background: #1B1B1B;
}
.footer-inner {
  padding-top: 50px;
  padding-bottom:50px;
}
.footer-inner [class*="col-"]{
  padding-right: 50px;
}
.footer-inner [class*="col-"]:nth-child(2){
  padding-left: 50px;
}
.footer-inner [class*="col-"]:last-child{
  padding-right:0;
}
.footer-inner .title {
      color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 27px;
}
.footer-inner ul {
  list-style: none;
  font-size: 16px;
  margin: 0;
  padding: 0;
}
.footer-inner ul li a{
  line-height: 2;
}
.footer-inner ul li a:hover{
  color: #fff;
}
.footer-bottom{
  border-top: 1px solid #333;
}

/* ===========  8. Sidebar  =========== */
.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
#secondary .widget {
    position: relative;
    padding: 40px 40px;
    border: 1px solid #efefef;
}
#secondary .widget-title,
#secondary h2{
  border-bottom: 1px solid #efefef;
  padding-bottom: 15px;
  line-height: 1.4em;
  font-weight: 700;
  font-size: 20px;
}
.widget ul{
  margin: 0;
  padding: 0;
}
.widget ul li{
  list-style: none;
}
.widget ul li a,
.widget_recent_comments li{
  padding: 0.5rem 0;
  display: inline-block;
}
.widget.widget_tag_cloud a{
  font-size: 14px !important;
  position: relative;
  padding: 8px 22px;
  display: inline-block;
  background-color: #f4f4f4;
  margin-right:5px;
  margin-bottom: 5px;
}
.widget_search .search-form {
    position: relative;
    width: 100%;
}
.widget_search .search-form label {
    width: 100%;
    height: 40px;
}
.widget_search .search-form .search-field{
  width: 100%!important;
}
.widget_search .search-form .search-field {
    width: 100%!important;
    height: 40px!important;
    border: 1px solid #cccccc!important;
    padding: 0 15px !important;
}
.widget_search .search-form label:before{
  right: 10px;
}

/* ===========  8. Preload  =========== */
#preload {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999999;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
#preload .ts-bounce {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 40px auto;
}
#preload .ts-bounce:before,
#preload .ts-bounce:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #242424;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  animation: ts-bounce 2.4s infinite ease-in-out;
}
#preload .ts-bounce:after {
  animation-delay: -1.2s;
}
@keyframes ts-bounce {
  0%,
  100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
/*Contact Form*/
.wpcf7-form label{
  width: 100%;
}
input.wpcf7-submit {
    font-size: 14px;
    font-weight: 600;
    height: 40px;
    text-transform: uppercase;
    background-color: #485cc7;
    color: #fff;
    border-radius: 2px;
    border: 1px solid #485cc7;
}
/* ===========  9. Responsive  =========== */
@media screen and (max-width: 991px) {
  .preload {
    display: none;
  }
  .block-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header,
  .menu-left .header {
    left: 0;
    top: 0;
    position: fixed;
    width: 250px;
    z-index: 9999;
    background-color: #000000;
    text-align: left;
    display: table;
    height: 100%;
    -webkit-transform: translateX(-101%);
    -moz-transform: translateX(-101%);
    transform: translateX(-101%);
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
  }
  .header .logo a,
  .menu-left .header .logo a {
    color: #ffffff;
  }
  .header.active,
  .menu-left .header.active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  .header.active .topbar,
  .header.active .midbar{
    background: transparent;
  }
  .header.active .topbar{
    height: initial;
  }
  .header.active .topbar .right-info{
    margin-bottom: 20px;
  }
  .header.active .topbar .right-info span{
    line-height: initial;
  }
  .header.active .topbar .right-info span strong{
    color: #fff;
  }
  .header.active .nav-content{
    display: block;
  }
  .header.active .main-menu li{
    display: block;
  }
  .header.active .main-menu li a{
    display: block;
    padding: 5px 0;
  }
  .header.active .main-menu li>ul{
    transform: translateY(0);
    background: transparent;
    min-width: initial;
    text-align: left;
    padding: 0;
  }
  .main-menu,
  .menu-left .main-menu {
    max-height: 45%;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .main-menu a:hover,
  .menu-left .main-menu a:hover {
    color: #ffffff !important;
  }
  .main-menu .active a,
  .menu-left .main-menu .active a {
    color: #ffffff;
  }
  .main-menu .sub-menu,
  .menu-left .main-menu .sub-menu {
    display: none;
    position: relative;
    width: 100%;
    left: 0;
    visibility: visible;
    opacity: 1;
    padding-left: 0;
    text-align: center;
  }

  .block-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-inner {
    margin-left: 0;
    margin-right: 0;
  }
  .footer-inner [class*="col-"]:nth-child(2){
    padding: 0 15px;
  }
  .mob-left{
    justify-content: left!important;
  }
  .socials a {
    margin-right: 10px;
  }
  .copyright,
  .main-menu .menu-list > li > a,
  .logo .site-description,
  .rector-social-menu li a:before,
  .search-form label:before {
    color: #ffffff;
  }
  .hide-menu.active {
    visibility: visible;
    opacity: 1;
  }
  .dropdown-plus{
    right: 0!important;
    top: 10px!important;
  }
  .header .center{
    justify-content: center!important;
  }
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 30px;
  }
  .project-item {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 600px) {
  .post .post-content {
    padding: 20px;
  }
  #comments .children {
    padding-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .footer-inner {
    margin-left: 0;
    margin-right: 0;
  }
  .block-mobile {
    margin-bottom: 50px;
  }
  .block-mobile .logo {
    font-size: 30px;
    padding-left: 20px;
  }
  .project-item {
    margin-bottom: 20px;
  }
  #comments .comment-avatar {
    float: none;
  }
  #comments .comment-context {
    margin-top: 20px;
    margin-left: 0;
    padding-left: 0;
  }
  #comments .reply {
    text-align: right;
  }
  .navigation-wrap {
    margin-top: 30px;
  }
  .footer-inner {
    margin-top: 50px;
  }
}
