/*
Theme Name: Education Learning Pro
Theme URI:  https://www.themeignite.com/products/elearning-wordpress-theme
Author: Themeignite
Author URI: https://www.themeignite.com/
Description: 
Version: 1.0
License: GNU General Public License
License URI:license.txt
Text Domain: education-learning-pro
Tags: one-column, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments
Education Learning Pro WordPress Theme has been created by Themeignite(themeignite.com), 2024.
Education Learning Pro WordPress Theme is released under the terms of GNU GPL
*/
/* Basic Style */

* {
  margin: 0;
  padding: 0;
  outline: none;
}
html body {
  margin: 0;
  padding: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  background-color: #fff;
  position: relative;
  font-size: 14px;
  color: #5b5b5b;
  font-family: "Lato";
}
label {
  margin-bottom: 0 !important;
}
img {
  margin: 0;
  padding: 0;
  border: none;
  max-width: 100%;
  height: auto;
}
section img {
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 10px 0;
  line-height: 1.4;
  letter-spacing: 1px;
  color: #5b5b5b;
}
p {
  margin: 0 0 15px;
  padding: 0;
  font-size: 14px;
  font-weight: normal;
}
p,
ul li a {
  letter-spacing: 0px;
  font-family: "Lato";
}
body a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #666;
}
a:focus,
a:hover {
  text-decoration: none !important;
}
ul,
ol {
  margin: 0 0 0 15px;
  padding: 0;
}
ul li,
ol li {
  font-size: 16px;
}
:hover {
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
blockquote {
  font-size: 18px;
  font-style: italic;
  width: 450px;
  margin: 0.25em 0;
  padding: 0.25em 40px;
  line-height: 1.45;
  position: relative;
  color: #383838;
  background: #ececec;
}

blockquote:before {
  display: block;
  content: "\201C";
  font-size: 80px;
  position: absolute;
  left: 0px;
  top: -10px;
  color: #7a7a7a;
}

blockquote cite {
  color: #999999;
  font-size: 14px;
  display: block;
  margin-top: 5px;
}

blockquote cite:before {
  content: "\2014 \2009";
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="phno"],
input[type="password"],
textarea {
  border: 1px solid #424648;
  font-size: 16px;
  padding: 10px 10px;
  margin: 0 0 0px 0;
  height: auto;
  width: 100%;
  background: transparent;
}
section {
  background-size: cover;
  background-repeat: no-repeat;
}
select {
  width: 100%;
  padding: 6px;
}
input[type="submit"] {
  padding: 10px 20px;
  font-weight: bold;
  color: #ffffff;
  border: none;
  background-color: #015fe0;
}
input[type="submit"]:hover {
  cursor: pointer;
}
.bounce,
.flash,
.pulse,
.shake,
.swing,
.tada,
.wobble,
.bounceIn,
.bounceInDown,
.bounceInLeft,
.bounceInRight,
.bounceInUp,
.bounceOut,
.bounceOutDown,
.bounceOutLeft,
.bounceOutRight,
.bounceOutUp,
.fadeIn,
.fadeInDown,
.fadeInDownBig,
.fadeInLeft,
.fadeInLeftBig,
.fadeInRight,
.fadeInRightBig,
.fadeInUp,
.fadeInUpBig,
.fadeOut,
.fadeOutDown,
.fadeOutDownBig,
.fadeOutLeft,
.fadeOutLeftBig,
.fadeOutRight,
.fadeOutRightBig,
.fadeOutUp,
.fadeOutUpBig,
.flip,
.flipInX,
.flipInY,
.flipOutX,
.flipOutY,
.lightSpeedIn,
.lightSpeedOut,
.rotateIn,
.rotateInDownLeft,
.rotateInDownRight,
.rotateInUpLeft,
.rotateInUpRight,
.rotateOut,
.rotateOutDownLeft,
.rotateOutDownRight,
.rotateOutUpLeft,
.rotateOutUpRight,
.slideInDown,
.slideInLeft,
.slideInRight,
.slideOutLeft,
.slideOutRight,
.slideOutUp,
.rollIn,
.rollOut,
.zoomIn,
.zoomInDown,
.zoomInLeft,
.zoomInRight,
.zoomInUp,
.slideInUp {
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  visibility: visible !important;
}

.wp-caption {
  margin: 0;
  padding: 0;
  font-size: 13px;
  max-width: 100%;
}
.wp-caption-text {
  margin: 0;
  padding: 0;
}
.gallery-caption {
  margin: 0;
  padding: 0;
}
.bypostauthor {
  margin: 0;
  padding: 0;
}
.hovereffect a {
  border: 1px solid #333;
  padding: 10px;
  color: #333333;
  font-weight: bold;
}
.carousel-inner {
  margin: 0;
}
.screen-reader-text {
  position: absolute;
  top: -9999em;
  left: -9999em;
}
.sticky {
  margin: 0;
  padding: 0;
  background-color: #d7d7d7;
}
.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 20px;
  margin-top: 4px;
  margin-bottom: 10px;
  padding: 0;
  padding: 5px;
}
.alignright,
img.alignright {
  display: inline;
  float: right;
  padding: 5px;
  margin-bottom: 10px;
  margin-left: 25px;
  padding: 5px;
}
.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  padding: 5px;
}
.comment-list .comment-content ul {
  list-style: none;
  margin-left: 15px;
}
.comment-list .comment-content ul li {
  margin: 5px;
}
.toggleMenu {
  display: none;
}
a.small-button {
  background: #3890cb;
  padding: 5px 30px;
  border-radius: 3px;
  color: #fff;
  display: table;
  margin: 0 auto;
}
a.small-button:hover {
  color: #fff;
  background: #0c5f96;
}
table,
td,
th {
  border: 1px solid black;
}
/*-------------------------- Calendar widget --------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 0.75em;
  table-layout: fixed;
  width: 100%;
}
.widget.widget_calendar table {
  margin: 0;
}
.widget.widget_calendar td,
.widget.widget_calendar tr,
.widget.widget_calendar th {
  border: 1px solid #fff;
}
.widget_calendar td,
.widget_calendar th {
  line-height: 2.5625;
  padding: 0;
  text-align: center;
}
.widget_calendar caption {
  font-weight: 900;
  margin-bottom: 1.75em;
  color: #000;
  padding-left: 15px;
}
.widget_calendar tbody a {
  background-color: #bbb;
  color: #fff;
  display: block;
  font-weight: 700;
}
.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
  background-color: #686868;
  color: #fff;
}
.widget th,
.widget td {
  padding: 0.5384615385em;
}
/*-------------------- Sweep To Right -----------------------*/
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/* ---------Buttons--------- */
a.button {
  background: #ff7417;
  color: #fff;
  font-size: 16px;
  margin: 20px 0 0;
  padding: 7px 30px;
  text-transform: uppercase;
  font-weight: bold;
}
a.theme_button {
  color: #ff7417;
  border: 2px solid #ff7417;
  text-transform: uppercase;
  margin-top: 20px;
  letter-spacing: 1px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 0;
  background: none;
  font-family: "Questrial", sans-serif;
  font-weight: bold;
  letter-spacing: 3px;
}
#slider a.theme_button {
  border: 2px solid #ff7417;
  background: none;
  color: #ff7417;
}
#slider a.theme_button:hover {
  background-color: #ff7417;
  color: #fff;
}

a.theme_white_button {
  border: none;
  text-transform: uppercase;
  margin-top: 20px;
  letter-spacing: 1px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 0;
}
a.theme_white_button {
  background-color: #ffffff;
  color: #ff7417;
}
a.theme_button:hover {
  background: none;
  border: 2px solid #ff7417;
}

/* --------------------------Top Bar---------------------------- */
.contact_details ul li {
  list-style: none;
  display: inline;
  color: #ffffff;
}

.top_bar {
  padding-top: 0;
}
.contact_details {
  padding: 25px 0;
}
.contact_details ul li.search-box span {
  border: none;
  padding: 15px 18px;
  margin-right: 0;
}
.contact_details ul li span {
  padding-right: 10px;
}
.contact_details i {
  color: #ffdd59;
  font-size: 25px;
}
.contact_details .toggle-nav i {
  color: #000;
}
.serach_outer i {
  font-size: 24px;
  padding: 4px 0 0 0;
  color: #bbb;
}
.contact_details p {
  color: #000;
  font-size: 15px;
  margin: 0 0 0 !important;
}
p.hi_bold {
  color: #1e1d1c;
}
p.hi_normal {
  color: #757575;
}
.contact_details ul li span i {
  padding-right: 6px;
  color: #ff7417;
}
.contact_details ul li a {
  color: #ffffff;
}
.socialbox a i,
.social_widget a i {
  font-size: 13px;
  letter-spacing: 3px;
  width: 20px;
  text-align: center;
}
#site_top .con-info i {
  color: #fff;
}
#site_top .con-info span {
  background-color: #ff7417;
  padding: 8px;
  border: 2px solid #fff;
}
#site_top .con-icons {
  padding-top: 10px;
}
#site_top .con-det {
  padding-left: 0;
}
#site_top .details-title {
  font-size: 16px;
  letter-spacing: 1px;
  color: #000 !important;
  font-family: "Questrial", sans-serif;
}
#site_top .details p {
  font-size: 13px;
  letter-spacing: 0px;
  color: #a1b0c1;
  font-family: "Open Sans";
}

#site_top .socialbox a {
  margin-right: 25px;
  transition: 2s;
}
#site_top .socialbox a i {
  color: #000000 !important;
  font-size: 14px;
  padding: 12px 24px 12px 7px;
}
#site_top .socialbox a i:hover {
  background-color: #015fe0;
  color: #ffdd59 !important;
}
.topbar-social {
  background-color: #ffdd59;
}
#site_top .topbar-time {
  font-size: 14px;
  letter-spacing: 1px;
  color: #000000 !important;
  padding-top: 7px;
}
#site_top .topbar-time i {
  color: #000000 !important;
}
.search-message {
  position: absolute;
  right: 5%;
  top: 29%;
}
.search-message .chat-button {
  background-color: #ffdd59;
  padding: 18px 27px;
  color: #015fe0;
  font-size: 15px;
  letter-spacing: 2px;
  font-family: "Questrial", sans-serif;
}
#site_top .topdetails {
  padding-top: 10px;
}
.responsive-button {
  display: none;
}

/* --------------------------Header---------------------------- */
#header .col-lg-2.col-md-3.top_bar_btn {
  margin-top: 5px;
}
#header .logo img {
  max-height: 123px;
  width: auto;
}
#header {
  width: 100%;
  float: left;
  background-color: #015fe0;
}
#topbar {
  border-top: 10px solid #435061;
}
.menubar {
  -webkit-transition: all 0.5s ease;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: all 0.5s ease;
}

.neseted-inner {
  top: 0;
  position: absolute;
}
.continnerbox {
  background-size: 100% 100%;
  color: #fff;
  border-top: 40px solid #435061;
  border-left: 60px solid transparent;
}
#header .logo,
#footer .logo {
  margin-top: -4px;
}
#site_top .logo h1,
#footer .logo h1 {
  font-weight: 700;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  margin-top: 0;
}
.logo a.custom-logo-link {
  color: #000000;
}
.logo h1 a,
.logo h1 a {
  color: #262626;
  text-transform: uppercase;
}
.logo p {
  color: #262626;
  margin-bottom: 0;
  font-size: 14px;
}
#header .top-contact {
  padding: 12px 0;
  font-size: 15px;
}
.menubar .social-media {
  padding: 12px 0;
  text-align: center;
}

#header .search-icon i {
  color: #fff;
  cursor: pointer;
}
#header .search-icon {
  margin-right: 40px;
}

/*----------------Menu bar-----------*/
@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}
ul.list_nav {
  margin: 0 auto;
  text-align: center;
  display: block;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation li {
  position: relative;
  padding-right: 40px;
  display: inline-block;
}
.main-navigation li:last-child {
  border-right: none;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  text-transform: none;
  color: #fff;
  padding: 14px 0;
  font-size: 15px;
  position: relative;
  font-size: 15px;
  letter-spacing: 1px;
  font-family: "Questrial", sans-serif;
}

.main-navigation ul ul {
  display: none;
  position: absolute;
  left: 0;
  top: 74%;
  background: #f6f6f6;
  min-width: 215px;
  z-index: 9999;
  margin-top: 15px;
}

.main-navigation ul ul ul {
  left: 100%;
  top: 0;
}

.main-navigation ul ul a {
  text-transform: none;
  font-weight: 400;
  color: #1e1d1c;
  padding: 8px 0px;
  font-size: 14px;
  line-height: 1.5;
}

.main-navigation ul ul li,
.menubar.scrolled .main-navigation ul ul li {
  float: none;
  display: block;
  text-align: left;
  border-bottom: 1px solid #cccccc;
  padding-left: 15px;
}

.main-navigation ul ul li:last-child {
  border-bottom: 0;
}

.main-navigation ul li:hover > ul {
  display: block;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
  color: #ffdd59 !important;
  border-bottom: 2px solid #ffdd59;
}

.main-navigation .menu > ul > li.highlight {
  background-color: #ff7417;
}

.main-navigation .menu > ul > li.highlight:hover {
  background: transparent;
}

/*.menu > ul > li > a:hover:after,
.menu > ul > li.current_page_item > a:after,
.menu > ul > li.current-menu-item > a:after{
  position: absolute;
  bottom: 0;
  content: '';
  width: 100%;
  height: 2px;
  z-index: 99999;
  display: block;
  background: #f75e61;
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}*/

.menubar.scrolled .menu > ul > li:hover > a:after,
.menubar.scrolled .menu > ul > li.current_page_item > a:after,
.menubar.scrolled .menu > ul > li.current-menu-item > a:after {
  height: 2px;
}

.menu > ul > li.exoplanet-search:after {
  background: transparent !important;
}

.main-navigation ul ul li:hover > a {
  color: #1e1d1c;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 15px;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: auto;
}

/*----------------------Mobile Menu Icon------------------------------*/

/*-----------------Superfish Menu------------------*/
.sf-arrows .sf-with-ul {
  padding-right: 15px;
}

.sf-arrows .sf-with-ul:after {
  content: "";
  position: absolute;
  right: 0;
  margin-top: -2px;
  height: 0;
  width: 0;
  border-top-color: #e1e1e1;
}

.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #888;
}

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: #333;
}
.toggle-nav,
a.closebtn {
  display: none;
}

/*-----------------Search pop up----------------*/
.serach_outer {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  overflow: hidden;
  transition: 0.5s;
  z-index: 999999999999;
  top: 0;
  left: 0;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}
.serach_inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.closepop {
  position: absolute;
  top: 20%;
  transform: translateY(-50%);
  width: 100%;
  right: 0;
  text-align: right;
  margin-right: 28px;
  z-index: 999999;
}
.serach_outer i {
  font-size: 24px;
  padding: 4px 0 0 0;
  color: #bbb;
  cursor: pointer;
}
.serach_inner form.search-form {
  display: table;
  padding: 0;
  border-radius: 0;
  background: #ffffff;
  margin: 0 auto;
  max-width: 700px;
  width: 100%;
}
.serach_inner form.search-form {
  display: table;
  border: 1px solid #bababf;
  padding: 14px 20px;
  border-radius: 0;
  background: #ffffff;
  margin: 0 auto;
  max-width: 700px;
  width: 100%;
  border-radius: 30px;
}
.serach-page input.search-field {
  border: 1px solid #ccc;
  padding: 9px;
}
.search_popup input.search-submit {
  border: 0;
}
.search_popup label {
  background: transparent;
  width: 81%;
}
.search_popup input.search-field {
  padding: 1.5% 0;
  background: transparent;
  width: 100%;
  text-indent: 8px;
}
.social-media .dashicons {
  margin: 0 6px;
  padding: 0;
}
.menubar .social-media a:hover {
  color: #3890cb;
}
i.fas.fa-headphones {
  color: #ffffff;
  font-size: 25px;
  cursor: pointer;
  border-right: 2px solid #ffffff;
  padding: 5px 8px;
  padding: 3px 8px 11px 6px;
}
.consultation a {
  border: 2px solid #fff;
  padding: 8px 7px;
  padding-left: 0;
}
.consultation {
  background-size: cover;
  background-repeat: no-repeat;
}
.consultation span {
  padding: 0 3px;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
}
ul.search-consult {
  padding: 0;
}
/*----------------------  index ---------------------------*/

.blog .post-section {
  padding: 70px 0;
}

.post-section {
  padding: 20px 0;
}
.postwrapper-box {
  border: 2px solid #eeeeee;
}
.cat-box {
  background: url(images/cat-icon.png) no-repeat 1px 3px;
  padding: 0 0 0 25px;
  font-style: italic;
  font-weight: bold;
  margin: 15px 0 30px 0;
}
.date-box {
  background: url(images/date.png) no-repeat 1px 3px;
  padding: 0 0 0 25px;
  font-style: italic;
  font-weight: bold;
  margin: 0 0 15px 0;
}
.single-post-block table {
  text-align: center;
}

/*------------------------- Headings --------------------------*/
section h2 {
  font-weight: bold;
  padding: 0;
  color: #22272b;
  padding: 0 0 10px;
  margin: 0;
  font-weight: 900;
  letter-spacing: 3px;
}
section h3 {
  font-weight: 900;
  color: #015fe0;
  padding: 0;
}
section h4 {
  color: #000;
  font-size: 20px;
}
section h5 {
  color: #333;

  padding: 0;
}
.innerbox {
  background-size: 100% 100%;
}

#about {
  -vendor-animation-duration: 3s;
  -vendor-animation-delay: 2s;
  -vendor-animation-iteration-count: infinite;
}

/*------------------ Contact Page -----------------*/

.contact-box .startup-contact-form {
  box-shadow: 0 0 10px #cccccc;
  padding: 10px 40px 40px 40px;
}
.contact-box .startup-contact-form h3 {
  font-weight: 600;
  margin-bottom: 20px;
  color: #015fe0;
  font-family: "Montserrat", sans-serif;
}
.contact-box .startup-contact-form input {
  border-top: none;
  border-left: none;
  border-right: none;
  border-color: #e7e7e7;
  margin-bottom: 20px;
}
.contact-box .startup-contact-form textarea {
  border-top: none;
  border-left: none;
  border-right: none;
  border-color: #e7e7e7;
  max-height: 140px;
  margin-bottom: 30px;
}
.contact-box .startup-contact-details h3 {
  font-weight: 600;
  margin-bottom: 20px;
  color: #015fe0;
  font-family: "Montserrat", sans-serif;
}
.contact-box .startup-contact-details i {
  border-radius: 50%;
  color: #015fe0;
  height: 50px;
  text-align: center;
  width: 50px;
  border: 2px solid #e7e7e7;
  font-size: 22px;
  padding-top: 13px;
}
.contact-box .startup-contact-info {
  padding-top: 25px;
}
.contact-box .startup-contact-info span {
  color: #000;
}
.contact-box .startup-contact-info p {
  color: #5b5b5b;
}
.contact-box .main-contact-form {
  padding-bottom: 60px;
}
.contact-box .startup-contact-info:hover i {
  background-color: #ffdd59;
}

/*---------------- Banner ----------------------*/
.inner_banner img,
.title-box img {
  width: 100%;
}
/*---------------- Footer Section ----------------------*/
.footer-top {
  padding-bottom: 50px;
}
.footer-top-col h3 {
  font-size: 20px;
  font-weight: bold;
}
.outer-footer {
  background-size: 100% 100%;
}
#footer form.search-form {
  border: none;
  background: transparent;
  padding: 0;
}
#footer form.search-form input {
  float: none;
  border: 1px solid;
  margin: 0 2px;
}
#footer input,
#footer textarea {
  background-color: transparent;
}
#footer textarea {
  height: 100px;
}
#footer p.post-date {
  color: #ffffff;
  font-size: 11px !important;
}

.copyright p {
  color: #000 !important;
  font-size: 16px;
  letter-spacing: 1px;
  font-family: "Questrial", sans-serif;
}
.socialbox {
  text-align: right;
}

.home #footer {
  text-align: center;
  color: #fff;
  padding: 5em 0 10em 0px;
  text-align: left;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #015fe0;
}
#footer {
  text-align: center;
  color: #fff;
  padding: 5em 0 5em 0px;
  text-align: left;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #015fe0;
}
.footer_hide {
  display: none;
}
.footer-top-col {
  border-left: solid 5px #ff7417;
  padding-left: 15px;
}
.container #blog-right-sidebar h3,
#footer h3 {
  color: #ff7417;
  text-align: left;
  font-size: 24px;
  padding: 0 0 17px 0;
}
#footer .copyright p {
  font-size: 13px;
  letter-spacing: 1px;
  color: #525b80;
  font-family: "Roboto";
}
#footer .copyright a {
  color: #fff;
  cursor: pointer;
}
#footer input {
  padding: 8px 8px;
  float: left;
  margin: 5px 0;
  border-radius: 0px;
}
#footer input[type="submit"] {
  padding: 8px 10px;
  background-color: #ffdd59;
  color: #015fe0;
  font-size: 15px;
  letter-spacing: 2px;
  font-family: "Questrial", sans-serif;
  margin-top: 28px;
  border: none !important;
  margin-left: 35%;
  transition: 1s;
}
#footer input[type="submit"]:hover {
  background-color: #015fe0;
  color: #ffdd59;
}

#footer .copyright {
  border-top: 1px solid #2b2f41;
  margin: 60px 0 0 0;
  padding-top: 30px;
}
#footer ul {
  margin: 0;
}
#footer ul li {
  list-style: none;
  margin: 0 0 5px 0;
  text-align: left;
  padding: 5px;
}
#footer ul li a {
  color: #576188;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 30px;
  font-family: "Roboto";
}
#footer ul li a:hover {
  color: #ff7417;
}
#footer ul li a:before {
}
#footer p {
  margin: 0;
  color: #576188;
  font-size: 14px;
  letter-spacing: 0px;

  font-family: "Roboto";
}
.widget_recent_entries img {
  width: 100px;
}
#footer h3 {
  color: #ffdd59;
  font-size: 18px;
  letter-spacing: 1px;
  font-family: "Questrial", sans-serif;
  font-weight: bold;
  position: relative;
}

.about_me table,
.about_me td,
.about_me th {
  border: none;
}
.about_me p.message {
  margin-bottom: 5px !important;
}
.vw-credit,
.vw-credit a {
  color: #ffffff;
}
#footer_box .sub-menu {
  display: none;
}
#footer_box .socialbox i {
  color: #525b80;
  margin-left: 15px;
}
#footer_box .socialbox i:hover {
  color: #ff7417;
}
#footer_box .about_me i {
  color: #ffdd59;
  font-size: 25px;
}
#footer .widget_media_gallery img {
  padding-right: 25px;
  border: none;
}
#footer .about_me {
  padding-left: 30px;
}
#footer .about_me .contact-title {
  font-size: 16px;
  letter-spacing: 1px;
  color: #fff;
  font-family: "Questrial", sans-serif;
}
#footer .about_me .contact-text {
  font-size: 15px;
  letter-spacing: 0px;
  color: #fff;
  font-family: "Open Sans";
}

/* --------- Social Icon Widget ------- */
#sidebar .social_widget a {
  margin-top: 15px;
  margin-right: 20px;
}
#sidebar .social_widget {
  text-align: center;
}

.social_widget a i {
  font-size: 13px;
  letter-spacing: 3px;
  width: 20px;
  text-align: center;
  border: 1px solid #fff;
  padding: 10px 25px 10px 16px;
}

#footer .social_widget a {
  color: #ffffff;
  padding: 7px 7px;
  margin-right: 4px;
  display: inline-block;
  margin-bottom: 22px;
  border-radius: 50%;
}
#footer .social_widget a i:hover {
  background-color: #ffdd59;
  color: #015fe0;
  border: 1px solid #ffdd59;
}

/* --------- search Page ------- */
.postbox h6 {
  font-weight: bold;
}
/* --------- Blog Page ------- */
#full-width-blog .postbox {
  width: 100%;
  border: none;
}
#full-width-blog .postbox h3 {
  font-weight: normal;
  font-size: 35px;
  text-align: center;
  margin: 15px 0 20px;
}
.postbox h3 {
  font-weight: normal;
  font-size: 35px;
  text-align: center;
  margin: 15px 0 0 0;
}
.blogimg-full img {
  width: 100%;
}
.read-more-icon {
  text-align: center;
  margin: -55px 0 0 0;
  z-index: 999;
}
.read-more-icon a:hover {
  opacity: 0.9;
}
.continue-read a {
  color: rgba(19, 10, 138, 0.6);
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  border: solid 1px #bbb;
  padding: 10px 20px 10px 20px;
  border-radius: 6px;
  display: block;
  background: #fff;
}
.continue-read a:hover {
  background: #18304c;
  color: #fff;
}
.continue-read {
  margin: -22px auto 0 auto;
  display: table;
}
.metabox img {
  border-radius: 50%;
  margin-left: 30%;
}
.postbox {
  margin-bottom: 39px;
  border: none;
  border-radius: 6px;
}
.postbox h2 {
  margin: 0 0 5px;
  font-weight: bold;
}
a.post-readmore {
  font-size: 18px;
  border-bottom: 1px solid;
}
a.post-readmore i {
  margin-left: 8px !important;
  font-size: 18px;
  padding-bottom: 2px;
}
.widget_recent_entries li {
  margin: 10px;
}
.postbox a.blogbutton {
  background: none;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  padding: 6px 25px;
  border: 1px solid #000;
  color: #000;
  font-size: 18px;
  text-transform: uppercase;
  margin: 25px 0 0 0;
  display: table;
}
.blogbutton-small {
  background: none;
  font-size: 12px;
  font-weight: bold;
  padding: 6px 25px;
  border: 1px solid #000;
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  margin: 14px 0 0 0;
  display: table;
}
.metabox {
  color: #000;
  padding: 5px 0;
  clear: both;
  margin: 10px 0;
  border-top: 1px solid #13182c;
  border-bottom: 1px solid #13182c;
}
.metabox .entry-date {
  padding: 0 0 0 10px;
  margin: 0 13px 0 0;
  color: #13182c;
}
.metabox .entry-author {
  padding: 0 0 0 10px;
  margin: 0 20px 0 0;
  color: #13182c;
}
.metabox .entry-author a {
  color: #13182c;
}
.metabox .entry-comments {
  padding: 0 0 0 10px;
  color: #13182c;
}
#comment-nav-above .nav-links {
  width: 100%;
  float: left;
  margin-bottom: 17px;
}

.single-post-block .single-content p {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 27px;
  color: #90939c;
  font-family: "Roboto";
}
.authordetails {
  padding-top: 25px;
}
.authordetails .author_links {
  padding-left: 17%;
  font-weight: bold;
  margin-bottom: 7px;
}
.authordetails .author_links {
  font-family: "Questrial", sans-serif;
}
.authordetails .b-content {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 27px;
  color: #90939c;
  font-family: "Roboto";
  font-style: italic;
}
.authordetails img {
  border-radius: 50%;
}
.authordetails ul {
  list-style-type: none;
  margin-left: 18%;
  margin-top: 10px;
  position: relative;
}
.authordetails ul li {
  display: inline;
}
.authordetails ul li a {
  background-color: #143960;
  padding: 9px 15px 9px 15px;
  color: white;
  border-radius: 50%;
  width: 40px;
  margin-right: 10px;
}
.authordetails .author_links a {
  color: #000;
}
.inner-sbox h4 a {
  font-size: 18px;
  color: #13182c;
  font-family: "Questrial", sans-serif;
}
.inner-sbox p {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 27px;
  color: #90939c;
  font-family: "Roboto";
}
.inner-sbox .post-readmore {
  border: 2px solid #143960;
  padding: 10px 20px;
  font-size: 14px;
  letter-spacing: 3px;
  font-family: "Questrial", sans-serif;
  font-weight: bold;
  color: #143960;
}
.inner-sbox .post-readmore:hover {
  background-color: #ffdd59;
  border: 2px solid #ffdd59;
  color: #143960;
}
.archive h1 {
  font-family: "Questrial", sans-serif;
  color: #13182c;
  font-weight: normal;
  font-size: 30px;
  padding-top: 25px;
}
.search .entry-title {
  font-family: "Questrial", sans-serif;
  color: #13182c;
  font-weight: normal;
  font-size: 30px;
  padding-top: 25px;
}

/* --------- Inner Pages --------- */
.more_info a {
  background: #333;
  color: #ffffff;
  padding: 10px;
  border-radius: 20px;
}
.more_info {
  margin: 20px 0;
}
.more_info a:hover {
  background: #ffffff;
  color: #333333;
}

/* ----------------------- POST---------------------- */
a.page-numbers,
span.page-numbers.current {
  padding: 10px !important;
  background: #ff7417;
  color: #ffffff !important;
  border: 1px solid #ff7417;
}
.navigation span.page-numbers.current {
  background: #ffffff;
  border: 1px solid #ff7417;
  color: #000000 !important;
}
#blog {
  padding-top: 0;
  margin-top: 0;
}
.blog-post h5 {
  text-transform: uppercase;
  color: #000;
}
.blog-icon i {
  font-size: 20px;
  background: #bbb;
  border-radius: 50%;
  padding: 10px 14px 12px 15px;
  color: #fff;
  margin-right: 1%;
}
.blog-icon i:hover {
  background: #d3da36;
  color: #fff;
}
.blog-icon i.fa-google-plus {
  padding: 12px 10px 12px 11px;
}
aside#search-3 {
  padding: 0 !important;
}
.feature-image-box img {
  width: 100%;
}
.feature-image-box img a:hover {
  opacity: 0.8;
}
.post-singlepage {
  border: solid 1px #bbb;
  box-shadow: 0 0 1px #bbb;
}
.bradcrumbs {
  padding: 30px 0;
}
.bradcrumbs a {
  background: #f1f1f1;
  color: #000;
  padding: 5px 15px;
  margin-right: 5px;
}
.bradcrumbs a:hover {
  background-color: #ff7417;
}
.bradcrumbs span {
  background: #dddddd;
  color: #000;
  padding: 5px 15px;
}
/*------------------ Comments BOX ------------------*/
#comments {
  float: left;
  width: 100%;
  margin-top: 35px;
}
#comments h2.comments-title {
  font-family: "Questrial", sans-serif;
  color: #13182c;
  font-weight: normal;
  font-size: 30px;
}
#comments h3.comment-reply-title {
  font-size: 20px;
  font-weight: bold;
  clear: both;
}
#comments input[type="text"],
#comments input[type="email"],
#comments textarea {
  padding: 12px 10px;
  font-size: 18px;
}
#comments input[type="submit"].submit {
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 20px;
  color: #ffffff;
  text-transform: uppercase;
  border-top: none;
}
#comments a time {
  color: #000;
  font-weight: bold;
  font-size: 12px;
}

#comments .comment-metadata {
  width: 90%;
  float: left;
  padding: 1% 0 0 0;
}
#comments .comment-content {
  width: 90%;
  text-align: left;
  margin-left: 7%;
}
#comments .comment-author {
  margin-bottom: 1em;
}
#comments h2#reply-title {
  display: inline-table;
  font-family: "Questrial", sans-serif;
  text-align: center;
  color: #13182c;
  font-weight: normal;
  font-size: 30px;
}
#comments .comment-author.vcard img {
  padding: 2px;
}
#comments .comment-author .fn {
  font-family: "Questrial", sans-serif;
  color: #13182c;
}
#comments .comment-author .says {
  font-family: "Questrial", sans-serif;
  color: #13182c;
}
#comments ol {
  list-style-type: none;
  margin-left: 0;
}
#comments .comment-meta {
  font-family: "Questrial", sans-serif;
  color: #ff7417;
  font-weight: bold;
}
#comments .comment-body p {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 27px;
  color: #90939c;
  font-family: "Roboto";
}
#comments .reply a {
  background-color: #1f436b;
  color: white;
  font-weight: bold;
  padding: 8px 20px 8px 20px;
  font-size: 13px;
  width: 56%;
  position: relative;
  margin-top: -10%;
}
#comments ol li {
  padding-bottom: 30px;
}
.post-navigation .nav-previous .meta-nav {
  background-color: #ffdd59;
  padding: 8px 20px 8px 20px;
  color: #015fe0;
}
.post-navigation .nav-next .meta-nav {
  background-color: #ffdd59;
  padding: 8px 20px 8px 20px;
  color: #015fe0;
}
.comment-edit-link {
  display: none;
}

/* --------- SLIDER--------- */
#slider {
  max-width: 100%;
  margin: auto;
  position: relative;
  padding-top: 0;
}
#slider img {
  width: 100%;
}
#slider h2 {
  text-transform: uppercase;
  color: #ff7417;
  font-weight: 900;
}
#slider .carousel-control .shownav1 {
  display: block !important;
}
#slider .carousel-control .shownav2 {
  display: block !important;
}
#slider .carousel-control .nav1 {
  display: none;
  position: absolute;
  left: 3%;
  top: 45%;
  font-size: 30px;
  color: #015fe0;
}
#slider .carousel-control .nav2 {
  display: none;
  position: absolute;
  right: 3%;
  top: 45%;
  font-size: 30px;
  color: #015fe0;
}
#slider .carousel-control .nav2 :hover i {
  background: none !important;
}
#slider .carousel-control .nav1:hover i {
  background: none;
}
#slider p.price {
  font-size: 22px !important;
}
#slider .carousel-caption.d-none.d-md-block {
  max-width: 600px;
  margin: 0 auto;
}
#slider .carousel-caption {
  top: 45%;
  transform: translateY(-50%);
  bottom: inherit;
  text-align: left;
  left: 9%;
  right: 10%;
  max-width: 650px;
}

a.blog-more {
  display: inline-block;
  font: 400 16px "Roboto Condensed", sans-serif;
  padding: 10px 30px;
  margin-top: 21px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  margin-right: 15px;
}
#slider .carousel-control-next,
#slider .carousel-control-prev {
  width: 10%;
}

#slider .carousel-item-next,
#slider .carousel-item-prev,
#slider .carousel-item.active {
  display: block !important;
}
#slider .carousel-control-prev-icon,
#slider .carousel-control-next-icon {
  background-image: none;
}
#slider .carousel-control-next,
#slider .carousel-control-prev {
  opacity: 1;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: auto;
  height: auto;
}

#slider a i:focus,
#slider a i:active,
#slider a i:hover {
  background: #ff7417;
  border: none;
  transition: all 0.5s ease-out;
}
.inner_carousel h2 small {
  color: #ffffff;
  display: block;
  margin-bottom: 20px;
}
#slider .inner_carousel h3 {
  font-size: 36px;
  color: #000 !important;
  font-family: "Montserrat";
  font-weight: 800;
  padding-bottom: 15px;
}
#slider .inner_carousel p {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 30px;
  color: #000 !important;
  font-family: "Questrial", sans-serif;
  padding-bottom: 20px;
}
#slider .carousel-indicators {
  position: relative;
  margin-top: -6%;
}
#slider ol.carousel-indicators li {
  max-width: 10px;
  padding: 5px;
  color: #333333;
  border: 2px solid #015fe0;
  background: none;
  margin-right: 17px;
}
#slider ol.carousel-indicators .active {
  background-color: #ffdd59;
  border: 2px solid #ffdd59;
}
#slider .read-more {
  background-color: #015fe0;
  padding: 12px 30px;
  margin-right: 15px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 2px;
}
#slider .read-more-second {
  background-color: #015fe0;
  padding: 12px 30px;
  margin-right: 15px;
  color: #fff;
  font-size: 15px;
  letter-spacing: 2px;
}
#slider .read-more:hover {
  background-color: #ffdd59;
  color: #015fe0;
}
#slider .read-more-second:hover {
  background-color: #ffdd59;
  color: #015fe0;
}
#slider .sub-head {
  font-size: 14px;
  letter-spacing: 3px;
  line-height: 28px;
  color: #000 !important;
  font-family: "Open Sans";
  font-weight: bold;
}

/* -------------- Who We Are ----------------- */

#who-we-are {
  padding-top: 10%;
  padding-bottom: 60px;
}
.who-we-are-head {
  padding-bottom: 30px;
}
.who-we-are-head small {
  font-size: 14px;
  color: #015fe0;
  font-family: "Open Sans";
  font-style: italic;
}
.who-we-are-head h2 {
  font-size: 35px;
  color: #015fe0;
  font-family: "Questrial", sans-serif;
  font-weight: normal;
}

.who-we-are-content h3 {
  font-size: 30px;
  letter-spacing: 1px;
  color: #000 !important;
  font-family: "Questrial", sans-serif;
  font-weight: normal;
}
.who-we-are-content p {
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 30px;
  color: #000;
  font-family: "Open Sans";
  padding-top: 30px;
  padding-bottom: 30px;
}
.who-we-are-content a {
  background-color: #ffdd59;
  color: #015fe0;
  padding: 10px 20px;
  font-size: 15px;
  letter-spacing: 2px;
  font-family: "Questrial", sans-serif;
  transition: 1s;
}
.who-we-are-content a:hover {
  background-color: #015fe0;
  color: #ffdd59;
}
.who-we-are-video iframe {
  width: 100%;
}

/* --------------- Our Services ---------------- */
#our-services {
  padding-top: 60px;
  padding-bottom: 60px;
}
#our-services .service-img img {
  width: 100%;
}
#our-services .our-services-head {
  text-align: center;
  padding-bottom: 45px;
}
#our-services .our-services-head small {
  font-size: 14px;
  letter-spacing: 0px;
  color: #fff;
  font-family: "Open Sans";
  font-style: italic;
}

#our-services .our-services-head h2 {
  font-size: 35px;
  color: #fff;
  font-family: "Questrial", sans-serif;
  font-weight: normal;
  padding-bottom: 0;
}
#our-services .active-services {
  background-color: #ffdd59;
  border: 1px solid #ffdd59 !important;
}
#our-services .active-services .service-name {
  color: #015fe0;
}
#our-services .services-details {
  border: 1px solid #fff;
  text-align: center;
  padding: 36px 15px;
  margin-bottom: 30px;
  transition: 2s;
  max-height: 208px;
}
#our-services .services-details:hover {
  background-color: #ffdd59;
  border: 1px solid #ffdd59;
}
#our-services .services-details:hover .service-name {
  color: #015fe0;
}
#our-services .service-name {
  color: #fff;
  font-family: "Questrial", sans-serif;
}
#our-services .service-name p {
  padding: 10px 0px;
  font-size: 21px;
  letter-spacing: 1px;
  text-align: center;
}
#our-services .post-type-msg {
  color: #fff;
}

/* ------------------ Why Choose Us ---------------- */

#why-choose-us {
  padding-top: 60px;
  padding-bottom: 60px;
}
#why-choose-us .why-choose-us-head {
  text-align: center;
}
#why-choose-us .why-choose-us-head small {
  font-size: 14px;
  letter-spacing: 0px;
  color: #015fe0;
  font-family: "Open Sans";
  font-style: italic;
  text-align: center;
}
#why-choose-us .why-choose-us-head h2 {
  font-size: 35px;
  color: #015fe0;
  font-family: "Questrial", sans-serif;
  font-weight: normal;
}

#why-choose-us .why-choose-us-tabs {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 60px;
}
#why-choose-us .why-choose-us-tabs ul {
  border: 1px solid #015fe0;
  padding: 10px 20px 10px 20px;
  margin-left: 0;
  margin: 0 auto;
  width: max-content;
  max-width: 100%;
}
#why-choose-us .why-choose-us-tabs ul li {
  display: inline-block;
}
#why-choose-us .why-choose-us-tabs ul li .active {
  background-color: #ffdd59;
  padding: 8px 20px;
}
#why-choose-us .why-choose-us-tabs ul li a {
  color: #015fe0;
  font-size: 14px;
  letter-spacing: 1px;
  font-family: "Questrial", sans-serif;
  padding: 8px 20px;
}
#why-choose-us .why-choose-us-det {
  padding-top: 35px;
}
#why-choose-us .tab-content h5 {
  font-size: 24px;
  letter-spacing: 1px;
  color: #000 !important;
  font-family: "Questrial", sans-serif;
  padding-top: 3%;
  padding-bottom: 15px;
}
#why-choose-us .tab-content p {
  font-size: 14px;
  line-height: 26px;
  color: #000;
  font-family: "Open Sans";
  padding-bottom: 15px;
}
#why-choose-us .tab-content a {
  background-color: #015fe0 !important;
  padding: 10px 26px;
  color: #fff !important;
  font-size: 15px;
  letter-spacing: 2px;
  font-family: "Questrial", sans-serif;
  transition: 1s;
}
#why-choose-us .tab-content a:hover {
  background-color: #ffdd59 !important;
  color: #015fe0 !important;
}
#why-choose-us .why-choose-us-img img {
  padding-bottom: 25px;
}

#our-featured-projects {
  padding-top: 60px;
  padding-bottom: 60px;
}
#our-featured-projects .featured-projects-head {
  text-align: center;
  padding-bottom: 40px;
}
#our-featured-projects .featured-projects-head small {
  font-size: 14px;
  color: #fff;
  font-family: "Open Sans";
  font-style: italic;
}
#our-featured-projects .featured-projects-head h2 {
  font-size: 35px;
  color: #fff;
  font-family: "Questrial", sans-serif;
  font-weight: normal;
}
#our-featured-projects .projects-tabs {
  text-align: center;
  padding-bottom: 50px;
}
#our-featured-projects .projects-tabs ul {
  list-style-type: none;
  border: 1px solid #fff;
  margin-left: 0;
  padding: 15px;
  margin: 0 auto;
  width: max-content;
  max-width: 100%;
}
#our-featured-projects .projects-tabs ul li {
  display: inline-block;
}
#our-featured-projects .projects-tabs ul li a {
  font-size: 14px;
  letter-spacing: 1px;
  color: #fff;
  font-family: "Questrial", sans-serif;
  padding: 6px 25px;
}
#our-featured-projects .projects-tabs ul li .active {
  background-color: #ffdd59;
  padding: 6px 25px;
  color: #015fe0;
}
#our-featured-projects .owl-dots {
  text-align: center;
  padding-top: 30px;
}
#our-featured-projects .owl-dots button {
  max-width: 10px;
  padding: 5px;
  color: #333333;
  border: 2px solid #fff;
  background: none;
  margin-right: 17px;
}
#our-featured-projects .owl-dots .active {
  background-color: #ffdd59;
  border: 2px solid #ffdd59;
  outline: none;
}

.projects-image .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffdd59;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: 0.5s ease;
}

.projects-image:hover .overlay {
  height: 50%;
}

.projects-image .text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 220px;
}
.projects-image a {
  font-size: 16px;
  letter-spacing: 1px;
  color: #015fe0;
  font-family: "Questrial", sans-serif;
  text-align: center;
  font-weight: 600;
}
.projects-image p {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 24px;
  color: #015fe0;
  font-family: "Open Sans";
  text-align: center;

  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 4.6rem;
}
#our-featured-projects .post-type-msg {
  color: #fff;
}

/* ---------------- Our Leader ----------------- */

#our-leader {
  padding-top: 60px;
  padding-bottom: 60px;
}
#our-leader .our-leader-head {
  text-align: center;
  padding-bottom: 40px;
}
#our-leader .our-leader-head small {
  font-size: 14px;
  color: #015fe0;
  font-family: "Open Sans";
  font-style: italic;
}
#our-leader .our-leader-head h2 {
  font-size: 35px;
  color: #015fe0;
  font-family: "Questrial", sans-serif;
  text-align: center;
  font-weight: normal;
}

.our-leader-content .leader-name {
  position: absolute;
  margin-top: -27%;
  background-color: #ffdd59;
  padding: 3px 0px 3px 10px;
  width: 100%;
  color: #015fe0;
  font-weight: bold;
}
.our-leader-content .leader-name:hover {
  margin-top: -30%;
  box-shadow: 0 0 2px #015fe0;
}
.our-leader-content .leader-name a {
  color: #015fe0;
  font-size: 15px;
}
.our-leader-content .leader-name small {
  font-size: 14px;
  font-family: "Questrial", sans-serif;
}

#our-leader .owl-dots {
  text-align: center;
  padding-top: 40px;
}
#our-leader .owl-dots button {
  max-width: 10px;
  padding: 5px;
  color: #333333;
  border: 2px solid #015fe0;
  background: none;
  margin-right: 17px;
}
#our-leader .owl-dots .active {
  background-color: #ffdd59;
  border: 2px solid #ffdd59;
}

/* ----------------- Our Video -------------------- */

#our-video {
  text-align: center;
  padding-top: 7%;
  padding-bottom: 8%;
}
#our-video h2 {
  font-size: 30px;
  letter-spacing: 1px;
  font-family: "Questrial", sans-serif;
  font-weight: normal;
  font-style: italic;
  color: #ffdd59;
}
#our-video p {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 27px;
  color: #fff;
  font-family: "Roboto";
  width: 50%;
  margin: 0 auto;
  padding-bottom: 5%;
}
#our-video span {
  border: 6px solid #fff;
  padding: 13px 14px;
  border-radius: 50%;
}
#our-video span:hover {
  border: 6px solid #ffdd59;
}
#our-video span i {
  font-size: 20px;
  color: #ffdd59;
}
#our-video iframe {
  width: 100%;
}
#our-video #myModal .btn-default {
  background-color: #015fe0;
  color: #fff;
  cursor: pointer;
}

/* ---------------- Our Process ---------------- */

#our-process {
  padding-top: 60px;
  padding-bottom: 60px;
}
#our-process .our-process-head {
  text-align: center;
  padding-bottom: 40px;
}
#our-process .our-process-head small {
  font-size: 14px;
  color: #015fe0;
  font-family: "Open Sans";
  font-style: italic;
}
#our-process .our-process-head h2 {
  font-size: 35px;
  color: #015fe0;
  font-family: "Questrial", sans-serif;
  font-weight: normal;
}
#our-process .our-process-content {
  text-align: right;
  padding-bottom: 40px;
  padding-top: 50px;
}
#our-process .our-process-even {
  text-align: left;
}
#our-process .our-process-content i {
  color: #ffdd59;
  font-size: 30px;
}
#our-process .our-process-content h5 {
  font-size: 24px;
  letter-spacing: 1px;
  color: #015fe0;
  font-family: "Questrial", sans-serif;
  padding: 15px 0px 12px 0px;
}
#our-process .our-process-content p {
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 26px;
  color: #000;
  font-family: "Open Sans";
}
#our-process .our-process-img {
  text-align: center;
}

/* ----------------- Our Journey ---------------- */

#our-journey {
  padding-top: 60px;
  padding-bottom: 60px;
}
#our-journey .our-journey-head {
  text-align: center;
  padding-bottom: 40px;
}
#our-journey .our-journey-head small {
  font-size: 14px;
  font-family: "Open Sans";
  font-style: italic;
  color: #fff;
}
#our-journey .our-journey-head h2 {
  font-size: 35px;
  color: #fff;
  font-family: "Questrial", sans-serif;
  font-weight: normal;
}
#our-journey .our-journey-dec {
  border: 1px solid #fff;
  padding: 50px 40px 40px 40px;
}
#our-journey .our-journey-dec h5 {
  font-size: 24px;
  letter-spacing: 1px;
  color: #ffdd59;
  font-family: "Questrial", sans-serif;
  padding-bottom: 20px;
}
#our-journey .our-journey-dec p {
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 26px;
  color: #fff;
  font-family: "Open Sans";
}
#our-journey .our-journey-services {
  border: 4px solid #fff;
  text-align: center;
  margin-bottom: 25px;
  padding: 30px 0px 30px 0px;
  max-width: 256px;
}
#our-journey .active-journey {
  background-color: #ffdd59;
}
#our-journey .active-journey h2 {
  color: #000 !important;
}
#our-journey .active-journey p {
  color: #000 !important;
}
#our-journey .our-journey-services:hover {
  background-color: #ffdd59;
}
#our-journey .our-journey-services:hover h2 {
  color: #015fe0;
}
#our-journey .our-journey-services:hover p {
  color: #015fe0;
}
#our-journey .our-journey-services h2 {
  font-size: 42px;
  color: #ffdd59;
  font-family: "Questrial", sans-serif;
  font-weight: normal;
}
#our-journey .our-journey-services p {
  font-size: 21px;
  letter-spacing: 1px;
  color: #fff;
  font-family: "Questrial", sans-serif;
}

/* --------------- Where Help You ------------ */

#where-help-you {
  padding-top: 60px;
  padding-bottom: 60px;
}
#where-help-you .where-help-yous-head {
  text-align: center;
  padding-bottom: 40px;
}
#where-help-you .where-help-yous-head small {
  font-size: 14px;
  letter-spacing: 0px;
  color: #015fe0;
  font-family: "Open Sans";
  font-style: italic;
}
#where-help-you .where-help-yous-head h2 {
  font-size: 35px;
  color: #015fe0;
  font-family: "Questrial", sans-serif;
  font-weight: normal;
}
#where-help-you .where-help-yous-head h2:after {
  content: "";
  background: red;
  width: 80px;
  height: 3px;
}
#where-help-you .our-records {
  text-align: center;
  padding: 30px 0px 30px 0px;
  margin-bottom: 30px;
}
#where-help-you .our-records h2 {
  font-size: 42px;
  color: #ffdd59;
  font-family: "Questrial", sans-serif;
  font-weight: bold;
}
#where-help-you .our-records p {
  font-size: 21px;
  letter-spacing: 1px;
  color: #000 !important;
  font-family: "Questrial", sans-serif;
}
#where-help-you #accordion a {
  font-size: 19px;
  letter-spacing: 0px;
  color: #000 !important;
  font-family: "Questrial", sans-serif;
  cursor: pointer;
}
#where-help-you #accordion .card {
  border: none;
}
#where-help-you #accordion .card-header {
  border: none;
}
#where-help-you #accordion .card i {
  background-color: #ffdd59;
  color: #fff;
  padding: 10px;
  margin-right: 15px;
  cursor: pointer;
}
#where-help-you #accordion .card-body {
  font-size: 15px;
  line-height: 28px;
  color: #1e1e1e;
  font-family: "Open Sans";
  padding-left: 15px;
  padding-right: 15px;
}

/* ---------------- Our Partners ------------------ */

#our-partners {
  background-color: #ff7417;
}

#our-partners .partners-head {
  padding-bottom: 30px;
  text-align: right;
}
#our-partners .partners-head small {
  font-size: 14px;
  letter-spacing: 0px;
  color: #fff;
  font-family: "Open Sans";
  font-style: italic;
}
#our-partners .partners-head h2 {
  font-family: "Questrial", sans-serif;
  font-size: 35px;
  color: #fff;
  font-weight: normal;
}

#our-partners .title-underline {
  position: absolute;
  left: 18%;
}
#our-partners .title-underline:before {
  content: "";
  width: 70px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  margin-top: 10px;
  margin-left: -85px;
}
#our-partners .title-underline:after {
  content: "";
  width: 70px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  margin-top: -11px;
  margin-left: 35px;
}
#our-partners .title-underline i {
  font-size: 20px;
  color: #fff;
}
#our-partners .partners-images {
  padding-top: 20px;
  text-align: center;
}
#our-partners .partners-images .partners-image {
  border: 1px solid #fff;
  margin-bottom: 30px;
  padding: 12px 0px;
}
#our-partners .partners-numbers {
  display: none;
}
.partners-info::-webkit-scrollbar {
  width: 2px;
}

.partners-info::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #ff7417;
}

.partners-info::-webkit-scrollbar-thumb {
  background-color: #fff;
  outline: 1px solid slategrey;
}

/* -------------- Testimonials -------------------- */
#our-partners {
  padding-top: 60px;
  padding-bottom: 60px;
}
#our-partners .testimonial-head {
  padding-bottom: 30px;
  text-align: left;
}
#our-partners .testimonial-head small {
  font-size: 14px;
  letter-spacing: 0px;
  color: #fff;
  font-family: "Open Sans";
  font-style: italic;
}
#our-partners .testimonial-head h2 {
  font-family: "Questrial", sans-serif;
  font-size: 35px;
  color: #fff;
  font-weight: normal;
}
#our-partners .testimonial-head .title-underline {
  position: absolute;
}
#our-partners .testimonial-head .title-underline:before {
  content: "";
  width: 70px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  margin-top: 10px;
  margin-left: -85px;
}
#our-partners .testimonial-head .title-underline:after {
  content: "";
  width: 70px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  margin-top: -11px;
  margin-left: 35px;
}
#our-partners .testimonial-head .title-underline i {
  font-size: 20px;
  color: #fff;
}
#our-partners .testimonial-contents {
  padding-top: 20px;
  margin: 0;
}

#our-partners .testimonial-contents p:first-child {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 36px;
  color: #000 !important;
  font-family: "Open Sans";
  font-weight: bold;
  font-style: italic;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  max-height: 11.6rem;
}
#our-partners .testimonial-contents p:not(:first-child) {
  display: none;
}
#our-partners .testimonial-contents h6 {
  padding-top: 0;
}
#our-partners .testimonial-contents h6 a {
  font-size: 24px;
  letter-spacing: 0px;
  color: #1e1e1e !important;
  font-family: "Questrial", sans-serif;
}
#our-partners .testimonial-contents span {
  font-size: 14px;
  letter-spacing: 0px;
  color: #1e1e1e !important;
  font-family: "Open Sans";
}
#our-partners .testimonial-contents .student-text {
  padding-bottom: 30px;
}
#our-partners .testimonial-contents img {
  border-radius: 50%;
}
#our-partners .testimonial-contents .owl-dots {
  text-align: center;
  padding-top: 20px;
}
#our-partners .testimonial-contents .owl-dots button {
  max-width: 10px;
  padding: 5px;
  color: #333333;
  border: 2px solid #fff;
  background: none;
  transform: rotate(42deg);
  margin-right: 17px;
}
#our-partners .testimonial-contents .owl-dots .active {
  background-color: #fff;
  outline: none;
}
#our-partners .testimonial-det {
  background-color: #ffdd59;
  padding: 50px 40px 50px 40px;
}
#our-partners .testimonial-det i {
  color: #fff;
  font-size: 40px;
}
#our-partners .testimonial-det .fa-quote-right {
  float: right;
}
#our-partners .student-info {
  padding-top: 3%;
}
#our-partners .post-type-msg {
  color: #fff;
}

/* --------------- Recent Post ------------- */

#recent-post {
  clear: both;
  padding-top: 60px;
  padding-bottom: 60px;
}
#recent-post .recent-post-head {
  text-align: center;
  padding-bottom: 40px;
}

#recent-post .recent-post-head small {
  font-size: 14px;
  letter-spacing: 0px;
  color: #015fe0;
  font-family: "Open Sans";
  font-style: italic;
}
#recent-post .recent-post-head h2 {
  font-size: 35px;
  color: #015fe0;
  font-family: "Questrial", sans-serif;
  font-weight: normal;
}
#recent-post .recent-post-content h5 {
  padding-bottom: 15px;
}
#recent-post .recent-post-content h5 a {
  font-size: 24px;
  letter-spacing: 1px;
  color: #015fe0;
  font-family: "Questrial", sans-serif;
}
#recent-post .recent-post-meta {
  padding-bottom: 15px;
}
#recent-post .recent-post-meta i {
  color: #ffdd59;
  padding-right: 10px;
}
#recent-post .recent-post-meta span {
  font-size: 13px;
  letter-spacing: 0px;
  color: #015fe0;
}
#recent-post .recent-post-meta span a {
  font-size: 13px;
  letter-spacing: 0px;
  color: #015fe0;
}
#recent-post .recent-post-meta .blog-date {
  padding-right: 10px;
}
#recent-post .recent-post-content .recent-post-text {
  padding-bottom: 15px;
}
#recent-post .recent-post-content .recent-post-text p {
  font-size: 13px;
  letter-spacing: 0px;
  line-height: 30px;
  color: #015fe0;
  font-family: "Open Sans";
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 5.6rem;
}
#recent-post .recent-post-content .read-more {
  background-color: #ffdd59;
  color: #015fe0;
  font-size: 13px;
  letter-spacing: 1px;
  font-family: "Questrial", sans-serif;
  padding: 10px 20px;
  transition: 1s;
}
#recent-post .recent-post-content .read-more:hover {
  background-color: #015fe0;
  color: #ffdd59;
}
#recent-post .recent-post-content {
  padding-bottom: 20px;
}

#recent-post .recent-post-content img {
  transition: 2s;
}
#recent-post .recent-post-content .post-image {
  overflow: hidden;
}
#recent-post .recent-post-content:hover img {
  transform: scale(1.1);
}
#recent-post .recent-post-det {
  padding-top: 30px;
}

/* --------------- Footer---------------- */

#footer .widget_nav_menu ul li {
  display: inline-block;
}
#footer .widget_nav_menu ul li a {
  font-size: 15px;
  letter-spacing: 0px;
  color: #fff;
  font-family: "Questrial", sans-serif;
}
#footer .widget_nav_menu .current_page_item a {
  color: #ffdd59;
}

#copyright {
  background-color: #ffdd59;
  color: #015fe0;
  padding: 41px 0px 15px 0px;
  text-align: center;
}
.home #footer .contact-form {
  background-color: #fff;
  padding: 30px 30px 50px 30px;
  position: absolute;
  top: -70%;
  left: 0;
  right: 0;
  text-align: center;
}
#footer .contact-form {
  background-color: #fff;
  padding: 30px 30px 70px 30px;
  top: -70%;
  left: 0;
  right: 0;
  text-align: center;
}
.footercontactform {
  position: unset !important;
  padding-bottom: 70px !important;
}
.main-footer {
  padding-bottom: 5em !important;
}

#footer .contact-form .widget h3 {
  font-size: 27px;
  color: #015fe0;
  font-family: "Questrial", sans-serif;
  text-align: center;
  font-weight: normal;
}
#footer .contact-form .widget input::placeholder {
  font-size: 14px;
  letter-spacing: 1px;
  color: #015fe0;
  font-family: "Questrial", sans-serif;
}
#footer .contact-form .widget textarea::placeholder {
  font-size: 14px;
  letter-spacing: 1px;
  color: #92a4b7;
  font-family: "Questrial", sans-serif;
}
#footer .contact-form .widget input {
  border: 1px solid #015fe0;
  padding: 11px 11px;
}
#footer .contact-form .widget textarea {
  border: 1px solid #015fe0;
}
#footer #footer-menu-text .widget {
  padding-bottom: 30px;
}

#footer .contact-form .widget select {
  background-color: transparent;
  padding: 15px;
  margin-bottom: 10px;
  margin-top: 5px;
}
div.wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 3em;
  border: 2px solid #ff0000;
  color: #000;
}

/* ---------------- Shortcodes -------------- */

.services-box {
  background-color: #015fe0;
  text-align: center;
  padding: 15px;
  margin-bottom: 20px;
}
.services-box a {
  font-family: "Questrial", sans-serif;
  color: #ffdd59;
}
.projects-box h4 a {
  color: #143960;
}
.projects-box .project-duration {
  padding-top: 15px;
}
.leaders-box h4 a {
  color: #143960;
}
.leaders_box {
  margin-bottom: 60px;
}
.leaders_box .short_text {
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 26px;
  color: #90939c;
  font-family: "Open Sans";
}
.leaders_box .inst_socialbox i {
  background-color: #143960;
  color: #fff;
  width: 40px;
  padding: 12px 10px 12px 13px;
  border-radius: 50%;
  margin-right: 10px;
}
.leaders_box .inst_socialbox i:hover {
  background-color: #ffdd59;
  color: #143960;
}
.testimonial_box .desig-name {
  color: #143960;
  padding-top: 15px;
}

.main_title h1 {
  font-family: "Questrial", sans-serif;
  color: #13182c;
  font-weight: normal;
  font-size: 30px;
  padding-top: 25px;
}

/* ---------- Testimonials ---------------- */

.testimonial_box {
  text-align: center;
}
.testimonial_box img {
  border-radius: 50%;
}
.testimonial_box .course-name {
  font-size: 16px;
  letter-spacing: 1px;
  color: #ff7417;
  font-family: "Roboto";
  margin-bottom: 0px;
  padding-top: 15px;
}
.testimonial_box .testimonial_name a {
  font-family: "Questrial", sans-serif;
  color: #13182c;
  font-weight: normal;
}
.testimonial_box .short_text p {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 27px;
  color: #999ba3;
}

/* -------------- Single Pages ---------------- */

#single-services-page p {
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 26px;
  color: #90939c;
  font-family: "Open Sans";
  padding-top: 20px;
}
#single-projects-page .project-duration {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 27px;
  color: #143960;
  font-family: "Roboto";
  padding-top: 15px;
}
#single-projects-page .client-name {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 27px;
  color: #143960;
  font-family: "Roboto";
}
#single-projects-page .project-text p {
  font-size: 15px;
  line-height: 27px;
  color: #90939c;
  font-family: "Roboto";
}
#single-leader .leader-desig {
  font-size: 16px;
  letter-spacing: 1px;
  color: #143960;
  font-family: "Roboto";
  padding-top: 15px;
}
#single-leader .leader-email {
  font-size: 16px;
  letter-spacing: 1px;
  color: #143960;
  font-family: "Roboto";
}
#single-leader .leader-call {
  font-size: 16px;
  letter-spacing: 1px;
  color: #143960;
  font-family: "Roboto";
}
#single-leader .social-icon {
  padding-top: 20px;
  padding-bottom: 20px;
}
#single-leader .social-icon i {
  background-color: #143960;
  color: #fff;
  width: 40px;
  padding: 12px 10px 12px 13px;
  border-radius: 50%;
  margin-right: 10px;
}
#single-leader .social-icon i:hover {
  background-color: #ffdd59;
  color: #143960;
}
#single-leader .single-leader-content p {
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 26px;
  color: #90939c;
  font-family: "Open Sans";
}
#single-testimonial .testimonials-desig {
  font-size: 16px;
  letter-spacing: 1px;
  color: #143960;
  font-family: "Roboto";
  padding-top: 15px;
}
#single-testimonial .social-icon {
  padding-top: 10px;
  padding-bottom: 20px;
}
#single-testimonial .social-icon i {
  background-color: #143960;
  color: #fff;
  width: 40px;
  padding: 12px 10px 12px 13px;
  border-radius: 50%;
  margin-right: 10px;
}
#single-testimonial .social-icon i:hover {
  background-color: #ffdd59;
  color: #143960;
}
#single-testimonial .single-testimonial-content p {
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 26px;
  color: #90939c;
  font-family: "Open Sans";
}

/*--------------- Sidebar -----------------*/
#sidebar .textwidget input[type="submit"] {
  width: 100%;
}
#sidebar .textwidget label {
  width: 100%;
  float: left;
  margin-bottom: 0;
}
#sidebar .textwidget input[type="submit"] {
  background: #333;
  border: none;
  color: #ffffff;
  padding: 14px 0;
  font-size: 15px;
  margin: 0;
}
#sidebar form {
  display: table;
  width: 100%;
  border: 1px solid #bbb;
}
#sidebar h3 {
  background-color: #143960;
  color: white;
  font-weight: bold;
  padding: 12px 15px 12px 15px;
  font-size: 14px;
  width: 75%;
  position: relative;
  margin-top: -10%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.widget_categories select {
  width: 100%;
  padding: 6px;
}
#sidebar input[type="search"] {
  background: transparent;
  padding: 10px 10px;
  border: none;
  font-size: 15px;
  color: #000;
  width: 100%;
}
#sidebar label {
  width: 71%;
  float: left;
  margin-bottom: 0;
}
#sidebar input[type="submit"] {
  background: transparent;
  border: none;
  color: #000000;
  padding: 14px 0;
  font-size: 10px;
  margin: 0;
}
#sidebar aside {
  margin-bottom: 40px;
  border: 2px solid #143960;
  padding: 10px;
}
#sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 17px;
}
#sidebar ul li {
  line-height: 32px;
  background: url("./images/arrow-right.png") no-repeat 0px 10px;
}
#sidebar ul li a {
  color: #708090;
}
#sidebar .tagcloud a {
  background: #13182c;
  color: #fff;
  font-size: 15px !important;
  padding: 5px 18px;
  margin: 10px 0 5px;
  display: inline-block;
}

#sidebar .tagcloud a:hover {
  background: #13182c;
}
#sidebar .widget_recent_entries ul li {
  background: none;
}
#sidebar .post-content {
  line-height: 20px;
  margin-bottom: 15px;
}
span.credit_link a {
  color: #015fe0 !important;
}

/* -------------- page with left sidebar ------------ */

.sidebar-content_page h1 {
  font-family: "Questrial", sans-serif;
  color: #13182c;
  font-weight: normal;
}
.sidebar-content_page h2 {
  font-family: "Questrial", sans-serif;
  color: #13182c;
  font-weight: normal;
}
.sidebar-content_page h3 {
  font-family: "Questrial", sans-serif;
  color: #13182c;
  font-weight: normal;
}
.sidebar-content_page h4 {
  font-family: "Questrial", sans-serif;
  color: #13182c;
  font-weight: normal;
}
.sidebar-content_page h5 {
  font-family: "Questrial", sans-serif;
  color: #13182c;
  font-weight: normal;
}
.sidebar-content_page h6 {
  font-family: "Questrial", sans-serif;
  color: #13182c;
  font-weight: normal;
}
.sidebar-content_page p {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 27px;
  color: #90939c;
  font-family: "Roboto";
}

.single-pages-content h1 {
  font-family: "Questrial", sans-serif;
  color: #13182c;
  font-weight: normal;
}
.single-pages-content h2 {
  font-family: "Questrial", sans-serif;
  color: #13182c;
  font-weight: normal;
}
.single-pages-content h3 {
  font-family: "Questrial", sans-serif;
  color: #13182c;
  font-weight: normal;
}
.single-pages-content h4 {
  font-family: "Questrial", sans-serif;
  color: #13182c;
  font-weight: normal;
}
.single-pages-content h5 {
  font-family: "Questrial", sans-serif;
  color: #13182c;
  font-weight: normal;
}
.single-pages-content h4 {
  font-family: "Questrial", sans-serif;
  color: #13182c;
  font-weight: normal;
}
.single-pages-content p {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 27px;
  color: #90939c;
  font-family: "Roboto";
}
.taxonomy-description {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 27px;
  color: #90939c;
  font-family: "Roboto";
  padding-bottom: 20px;
}
.single-pages-content #comments {
  display: none;
}

/*------------- Page -----------------*/
.title-box {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
}
.title-box img {
  width: 100%;
}
.title-box h1 {
  font-weight: bold;
  text-shadow: 0 2px 2px rgba(255, 255, 255, 0.58);
  font-size: 34px;
}
.above_title {
  position: absolute;
  right: 0;
  left: 0;
  margin-top: 10%;
}
.read-moresec {
  margin: 2% 0;
}
.middle-content {
  padding-bottom: 20px;
}
/*---------------- Pagination ----------------*/
.navigation {
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0;
}

.navigation a {
  padding: 0;
}
.navigation span,
.navigation a {
  display: block;
  float: left;
  padding: 10px 15px 0 15;
  margin-bottom: 10px;
  margin-right: 10px;
  color: #5b5b5b;
  -webkit-transition: background 0.15s ease-in-out;
  -moz-transition: background 0.15s ease-in-out;
  -ms-transition: background 0.15s ease-in-out;
  -o-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
  font-weight: normal;
}
.navigation span.meta-nav {
  font-weight: bold;
}
.navigation .current {
  background: #333333;
  color: #ffffff;
  font-weight: normal;
}

/* ------------- Category --------------------*/
.category-page h4 {
  text-align: left !important;
}
ul.post-categories {
  list-style: none;
  margin: 0;
}
ul.post-categories a {
  color: #333333;
}
.content_boxes {
  padding: 0;
  border: none;
}
.post_ctg span {
  float: left;
  margin-right: 7px;
}
/*-------------- Main Title ---------------*/

.share_icon {
  padding-top: 20px;
  padding-bottom: 10px;
}
.share_icon i {
  padding: 10px 10px 10px 8px;
  margin: 0 0;
  color: #ffffff;
  background-color: #333333;
  border-radius: 50%;
  width: 36px;
  margin: 0 4px;
  text-align: center;
}
.share_icon i.fab.fa-facebook-f {
  background-color: #3c5a99;
}
.share_icon i.fab.fa-linkedin-in {
  background-color: #007bb5;
}
.share_icon i.fab.fa-google-plus-g {
  background-color: #da4835;
}
.share_icon i.fab.fa-twitter {
  background-color: #55acee;
}
.services_inner h4,
.services_inner .short_text {
  color: #ffffff;
}
.view-more {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.menubar.scrolled li.search-box {
  display: block !important;
}
/*-------------- Owl crousel ---------------*/
.owl-carousel .owl-item img {
  width: auto !important;
  margin: 0 auto;
}
button.owl-prev,
button.owl-next {
  background: #ffffff;
  border: 1px solid #000;
  padding: 6px 9px;
}

button.owl-next.disabled,
button.owl-prev.disabled {
  background: #bbb;
}
/*-------------- Woocommerce ---------------*/
.woocommerce .summary h1 {
  font-size: 28px;
}
.woocommerce div.product form.cart div.quantity {
  margin-right: 20px;
}
.woocommerce .quantity input {
  padding: 5px 0px;
}
.woocommerce button.button.alt,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #ff7417;
  border-radius: 0;
  padding: 10px 14px;
  color: #ffffff;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price {
  color: #ff7417;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background: #ffffff;
  color: #333333;
  border: 1px solid #ff7417;
}
#contentwoocom {
  padding: 20px 15px;
}
h2.woocommerce-loop-product__title {
  text-align: center;
}
.woocommerce ul.products li.product .price {
  text-align: center;
}
.woocommerce a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
  text-align: center;
  margin: 0 auto;
  display: table;
  margin-bottom: 20px;
}
li.product {
  border: 1px solid #ddd;
  padding-bottom: 17px;
}
.woocommerce span.onsale {
  background-color: #ff7417;
}
.woocommerce #customer_login .col-1,
.woocommerce #customer_login .col-2 {
  max-width: 100%;
}
input#password,
input#reg_password {
  padding: 10px;
}
.woocommerce div.product form.cart .variations select {
  background-color: #ffffff;
}
.u-column1.col-1.woocommerce-Address,
.u-column2.col-2.woocommerce-Address {
  width: 100%;
  max-width: 100%;
}
.woocommerce a.added_to_cart {
  padding: 0 0.5em 0.5em;
  display: inline-block;
}
/*-------------- media section ---------------*/

@media screen and (max-width: 576px) {
  #site_top ul.left-side-content {
    display: grid;
  }
  #slider .carousel-caption.d-none.d-md-block {
    display: none !important;
  }
  blockquote {
    width: 100%;
  }
  .media-small {
    padding-left: 10px !important;
  }
  .small_media {
    padding: 10px 0;
  }
  .copyright p {
    text-align: center !important;
    padding: 5px 0;
  }
  #slider p {
    margin: 0 0 9px 0;
    display: none;
  }
  #slider h5 {
    font-size: 16px;
  }
  #slider a i {
    padding: 1px;
  }
  section h2 {
    font-size: 22px;
  }
  .top-icon {
    top: -1%;
  }
  .above_title {
    margin-top: 2%;
  }
  .menubar {
    padding: 18px 15px;
  }
  .serach_inner input.search-field {
    width: 100%;
    padding: 9px;
  }
  #site_top .profile-det {
    padding-top: 15px;
  }

  .authordetails {
    text-align: center;
  }
  .single-post-block .post_ctg span {
    float: none;
  }
  .single-post-block .content_boxes {
    text-align: center;
  }
  .authordetails .author_links {
    padding-left: 0;
  }
  .authordetails ul {
    margin-left: 0;
    margin-top: 20px;
  }
  #sidebar aside {
    margin-bottom: 50px;
  }
  .metabox {
    text-align: left;
  }
  #site_top .topdetails {
    display: none;
  }
  #site_top .topdetails {
    display: none;
  }

  #topbar-social {
    text-align: center;
  }
  .socialbox {
    text-align: center;
  }
  #slider .inner_carousel h3 {
    font-size: 14px;
  }
  #slider .read-more {
    display: none;
  }
  #slider .read-more-second {
    display: none;
  }
  #slider .sub-head {
    line-height: 23px;
    font-size: 10px;
  }
  #who-we-are {
    text-align: center;
  }
  .who-we-are-head {
    padding-bottom: 14px;
  }
  .who-we-are-video {
    padding-top: 30px;
  }
  #our-services .service-img {
    padding-bottom: 30px;
  }
  #why-choose-us .tab-content {
    text-align: center;
  }
  #why-choose-us .why-choose-us-img {
    padding-top: 30px;
  }
  #our-video p {
    width: 85%;
    padding-bottom: 35px;
  }
  #our-video {
    padding-bottom: 12%;
  }
  #our-process .our-process-content {
    text-align: center;
  }
  #our-journey .our-journey-dec {
    text-align: center;
  }
  #our-journey .our-journey-services {
    margin-left: auto;
    margin-right: auto;
  }
  #our-journey .our-journey-det {
    padding-top: 30px;
  }
  #where-help-you .our-records {
    margin-bottom: 0;
  }
  #where-help-you .where-help-yous-head {
    padding-bottom: 0;
  }
  #where-help-you .our-records {
    padding-bottom: 0;
  }
  #our-partners .testimonial-head {
    text-align: center;
  }
  #our-partners .student-info {
    text-align: center;
  }
  #our-partners .student-info {
    clear: both;
  }
  #our-partners .partners-head {
    text-align: center;
    padding-top: 30px;
  }
  .recent-post-content img {
    width: 100%;
    padding-top: 30px;
  }
  #recent-post .recent-post-head {
    padding-bottom: 0;
  }
  .home #footer .contact-form {
    position: unset;
    padding-bottom: 20%;
    margin-bottom: 30px;
  }
  .home #footer {
    padding-bottom: 2em;
    padding-top: 3em;
  }
  #footer-menu-text {
    text-align: center;
  }
  #footer #footer-menu-text .widget {
    padding-bottom: 20px;
  }
  #our-services .services-details {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  #our-leader .our-leader-content img {
    width: 100% !important;
  }
  #header {
    height: 0;
    padding: 0;
  }
  #header .toggle-nav {
    display: none;
  }
  .main_title h1 {
    text-align: center;
  }
  .search-message .chat-button {
    display: none;
  }
  .contact_details .toggle-nav {
    display: block !important;
  }
  .responsive-button {
    display: none !important;
  }
  .contact_details {
    padding: 8px 0;
  }
  .search_popup label {
    width: 66%;
  }
}
@media screen and (min-width: 577px) and (max-width: 767px) {
  #site_top .contact_details ul li span {
    font-size: 8px;
  }
  #site_top .col-lg-8.col-md-8.col-sm-8.pl-0 {
    margin-top: 8px;
  }
  #sidebar aside {
    margin-bottom: 11%;
  }
  .authordetails .author_links {
    padding-left: 0;
  }
  .authordetails ul {
    margin-left: 0;
    padding-top: 20px;
  }
  #single-event .list-group {
    margin-top: 20px;
  }
  .search-results input {
    margin-bottom: 10px;
  }
  .search-results select {
    margin-bottom: 10px;
  }
  .socialbox {
    text-align: left;
    padding-top: 0px;
  }
  #our_partners .owl-carousel {
    padding: 0;
  }
  .thumb_image_border {
    width: 83%;
    height: 238px;
    margin-left: 30px;
  }
  .contact_details ul li {
    text-align: center;
  }
  .about-content a {
    margin-bottom: 10px;
  }
  .about-content {
    margin: 0;
  }
  .top_bar_btn {
    text-align: center;
    margin-bottom: 20px;
  }
  #slider .carousel-caption.d-none.d-md-block {
    display: block !important;
  }
  #slider h2.font-weight-bold {
    display: none;
  }
  #slider p.font-weight-bold {
    display: none;
  }
  #our-services .page-box {
    margin-bottom: 0.5em;
    margin-top: 20px;
  }
  .gallery-image img {
    height: 140px !important;
  }
  div#TB_window {
    width: 90% !important;
  }
  #testimonials .owl-dots {
    text-align: center;
    margin-top: 20px;
  }
  #our_records h4,
  .counter_inner {
    text-align: center;
  }
  .testimonialwrapper-box {
    margin-bottom: 50px;
  }
  #header .logo a.custom-logo-link {
    position: static;
  }
  .mid-content {
    position: static;
    top: 0;
    transform: unset;
  }
  .fadeInRight {
    animation-name: unset !important;
  }
  .socialbox {
    text-align: center;
  }
  .site-title {
    font-size: 34px;
  }
  .site-description {
    font-size: 14px;
  }
  .main-header {
    margin-bottom: 25px;
  }
  .header-title {
    padding: 30px 0;
  }
  .main-title {
    font-size: 30px;
  }
  #masthead {
    min-height: 60px;
  }
  #masthead #site-branding img,
  #masthead.scrolled #site-branding img {
    max-height: 40px;
    width: auto;
  }
  .main-navigation li,
  #masthead.scrolled .main-navigation li {
    display: block;
    line-height: 1.5 !important;
  }
  .sf-arrows .sf-with-ul {
    padding-right: 0;
  }
  .menu > ul > li > a {
    padding: 10px 0;
  }
  .main-navigation ul ul {
    position: static;
    width: 100%;
    box-shadow: none;
  }
  .slide-cta {
    float: none;
    width: 100%;
    padding: 15px 0 0 0;
    text-align: center;
  }
  #home-slider-section .bx-wrapper .bx-controls-direction a {
    display: none;
  }
  .slide-button-left,
  .slide-button-right {
    padding: 7px 25px 7px 25px;
    min-width: 160px;
    font-size: 16px;
  }
  #slider p {
    display: none;
  }
  .about-sec,
  .about-image {
    width: auto;
    float: none;
  }
  .about-sec {
    margin-bottom: 40px;
  }
  .about-image {
    max-width: 400px;
    margin: 0 auto;
  }
  #cta-section .cta-left {
    width: 100%;
    float: none;
    text-align: center;
  }
  .site-info {
    float: none;
    width: 100%;
    text-align: center;
  }
  #footer-menu ul {
    float: none;
    width: 100%;
    text-align: center;
    margin-top: 15px;
  }
  .woocommerce div.product div.images .flex-control-thumbs {
    margin: 10px 0 0 0;
  }
  .innermenubox {
    position: static;
  }
  .contact-box .wpcf7 input[type="text"],
  .contact-box .wpcf7 input[type="email"],
  .contact-box .wpcf7 textarea {
    width: 100% !important;
  }
  #slider .inner_carousel {
    padding: unset;
  }
  .top_social {
    padding: 10px 0;
    margin-left: 0;
  }
  .menubar {
    position: relative;
    right: 0;
  }
  .menubar {
    padding: 18px 15px;
  }
  #slider .inner_carousel h3 {
    font-size: 19px;
    padding-bottom: 10%;
  }
  #slider .carousel-caption {
    top: 35%;
  }
  #who-we-are {
    text-align: center;
  }
  #who-we-are .who-we-are-video {
    padding-top: 40px;
  }
  .who-we-are-video iframe {
    height: 300px;
  }
  #our-services .services-content {
    padding-top: 30px;
  }
  #why-choose-us {
    text-align: center;
  }
  #why-choose-us .why-choose-us-img {
    padding-top: 40px;
  }
  #our-video p {
    width: 75%;
    padding-bottom: 36px;
  }
  #our-process .our-process-content {
    text-align: center;
  }
  #our-journey .skill-details {
    padding-top: 40px;
  }
  #where-help-you .where-help-yous-head {
    padding-bottom: 0;
  }
  #where-help-you .our-records {
    padding-top: 0;
  }
  #our-partners .partners-head {
    text-align: center;
    padding-top: 40px;
  }
  .home #footer .contact-form {
    position: unset;
    padding-bottom: 15%;
    margin-bottom: 30px;
  }
  .home #footer {
    padding-bottom: 2em;
    padding-top: 3em;
  }
  #footer #footer-menu-text .widget {
    padding-bottom: 15px;
  }

  .contact_details .toggle-nav {
    display: none !important;
  }
  #single-leader .social-icon i {
    margin-top: 10px;
  }
  #single-testimonial .social-icon i {
    margin-top: 10px;
  }
  .menubar {
    padding: 5px 11px 20px 11px !important;
  }
  #header {
    padding: 0 !important;
  }
  .search-message .chat-button {
    display: none;
  }
  .toggle-nav {
    float: none !important;
  }
  .responsive-button {
    display: block;
    position: absolute;
    right: 10px;
    top: -7px;
    background-color: #ffdd59;
    padding: 18px 27px;
    color: #015fe0;
    font-size: 15px;
    letter-spacing: 2px;
    font-family: "Questrial", sans-serif;
  }
  .who-we-are-head h2:after {
    left: 46%;
    bottom: 15%;
  }
}
@media screen and (max-width: 719px) {
  .menubar.scrolled.hmenu {
    background-color: #222222;
    height: auto;
  }
  .contact-info {
    margin: 0 !important;
  }
  .search-box {
    float: none;
  }
  .menubar .nav ul li ul {
    display: none;
    z-index: 2;
    font-weight: normal;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #site_top .contact_details ul li span {
    font-size: 12px;
  }
  #site_top .col-lg-8.col-md-8.col-sm-8.pl-0 {
    margin-top: 9px;
  }
  #header .col-lg-2.col-md-3.top_bar_btn {
    margin-top: 12px;
  }
  #search-cources select {
    margin-bottom: 15px;
  }
  #slider .inner_carousel h3 {
    font-size: 20px;
  }
  #slider .carousel-caption {
    top: 40%;
  }
  .menubar {
    padding: 17px 0;
  }
  #site_top .socialbox a {
    padding: 1px 1px 4px 4px;
  }
  #site_top .socialbox a i {
    font-size: 11px;
  }
  .socialbox {
    text-align: left;
  }
  #site_top .socialbox .apply-online {
    margin-left: 0;
    font-size: 11px;
    padding: 9px 8px;
  }
  #site_top .con-info span {
    padding: 2px;
  }
  .top_bar {
    padding-bottom: 0;
  }
  #site_top .socialbox a {
    margin-right: 15px;
  }

  #footer .copyright {
    text-align: center;
  }
  #footer .socialbox {
    text-align: center;
    padding-top: 20px;
  }
  #footer h3 {
    padding-top: 20px;
  }
  #sidebar ul li a {
    padding-left: 0;
  }
  #sidebar span.comment-author-link {
    margin-left: 0;
  }
  #single-event .list-group {
    margin-top: 20px;
  }
  .search-results input {
    margin-bottom: 10px;
  }
  .search-results select {
    margin-bottom: 10px;
  }
  #about p.text-uppercase.font-weight-bold {
    font-size: 11px;
  }
  #team .team-image img {
    width: 100% !important;
  }
  .toggle-nav {
    right: 0px;
  }
  .search-box {
    float: none;
  }
  .search-box form.search-form {
    margin: 0 auto;
  }
  .social-box .social-media {
    padding-top: 21px;
  }
  #footer input[type="submit"] {
    padding: 9px 3%;
  }

  small {
    font-size: 13px !important;
  }
  #slider a i {
    padding: 5px 8px;
    font-size: 15px;
  }

  #header .menubar {
    border: none;
  }

  .main-navigation ul ul {
    position: static;
    width: 100%;
    box-shadow: none;
  }
  #our-newsletter .wpcf7-form-control-wrap {
    float: none;
  }
  #latest-campus .latest-campus-contents .latest-campus-info {
    top: 11% !important;
  }
  #search-cources input {
    margin-bottom: 12px;
  }
  #search-cources select {
    margin-bottom: 12px;
  }
  .carousel-indicators {
    margin-top: -3%;
  }
  #slider .inner_carousel p {
    font-size: 14px;
    line-height: 26px;
  }
  #who-we-are .who-we-are-video {
    padding-top: 40px;
  }
  .who-we-are-video iframe {
    height: 300px;
  }
  #why-choose-us .why-choose-us-img {
    padding-top: 40px;
  }
  #our-journey .our-journey-services {
    margin-left: auto;
    margin-right: auto;
  }
  #our-journey .skill-details {
    padding-top: 5%;
  }
  #our-journey .our-journey-services {
    max-width: 350px;
  }
  #where-help-you .our-records {
    padding: 0;
  }
  #where-help-you #accordion a {
    font-size: 15px;
  }
  #where-help-you .our-records {
    margin-bottom: 0;
  }
  #where-help-you .our-records h2 {
    font-size: 30px;
  }

  #our-partners .testimonial-head h2 {
    font-size: 25px;
  }
  #our-partners .partners-head h2 {
    font-size: 25px;
  }
  #our-partners .student-info {
    clear: both;
  }
  #our-partners .testimonial-det i {
    font-size: 30px;
  }
  #our-partners .testimonial-contents p:first-child {
    line-height: 25px;
  }
  #our-partners .testimonial-det {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #footer_box .about_me i {
    font-size: 16px;
  }
  #footer .about_me {
    padding-left: 0;
  }
  #footer #footer-menu-text .widget {
    padding-bottom: 15px;
  }
  #footer input[type="submit"] {
    margin-left: auto;
  }
  .home #footer {
    padding-top: 2em;
    padding-bottom: 7em;
  }

  .contact_details .toggle-nav {
    display: none;
  }
  .search-message .chat-button {
    display: none;
  }
  .menubar {
    padding: 5px 11px 18px 11px !important;
  }
  #header {
    padding: 0 !important;
  }
  .responsive-button {
    display: block;
    position: absolute;
    right: 10px;
    top: -7px;
    background-color: #ffdd59;
    padding: 18px 27px;
    color: #015fe0;
    font-size: 15px;
    letter-spacing: 2px;
    font-family: "Questrial", sans-serif;
  }
  .toggle-nav {
    float: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .thumb_image_border {
    display: none;
  }
  .main-navigation ul ul {
    background-color: transparent;
  }
  .main-navigation ul ul li,
  .menubar.scrolled .main-navigation ul ul li {
    border-bottom: none;
  }
  .toggle-nav {
    display: none;
    position: relative;
    float: right;
    right: 15px;
    height: 30px;
    width: 30px;
    cursor: pointer;

    z-index: 999999;
    right: 0;
    text-align: right;
    right: 0;
    margin-right: 0;
  }
  .toggle-nav i {
    font-size: 29px;
    color: #000000;
  }
  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999999;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  .sidenav a:hover {
    color: #f1f1f1;
  }
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    display: block;
    color: #ffffff;
  }
  .sidenav #site-navigation {
    width: 100%;
  }
  .toggle-nav span {
    font-size: 30px;
    cursor: pointer;
    text-align: right;
  }
  iframe {
    width: 100%;
    height: auto;
  }
  .toggle-nav {
    display: block;
  }
  .innermenubox {
    position: static;
  }

  .main-navigation a {
    color: #444;
  }
  .main-navigation .menu {
    float: none;
    text-align: center;
  }
  .main-navigation ul ul li,
  #masthead.scrolled .main-navigation ul ul li {
    display: block;
  }
  .main-navigation .menu > ul > li.highlight {
    background: transparent !important;
  }
  .menu > ul > li:hover:before,
  .menu > ul > li.current_page_item:before,
  .menu > ul > li.current-menu-item:before {
    display: none;
  }
  .sf-arrows .sf-with-ul:after {
    border-top-color: #333;
  }
  .toggle i.fa.fa-bars,
  .toggle i.fa.fa-times {
    float: right;
    color: black;
  }
  .menubar .nav ul {
    width: 100%;
    margin-top: 0;
  }
  .menubar .nav ul li,
  .menubar.scrolled .main-navigation li {
    border-top: 1px #303030 solid;
    display: block;
    text-align: left;
    float: none;
    width: 100%;
  }
  .nav ul li a {
    padding: 5px 10px;
    display: block;
    color: #ffffff;
  }
  .nav ul li a:hover {
    color: #ff8a00;
  }
  .nav ul li ul,
  .nav ul li ul ul {
    display: block !important;
  }
  .nav ul li ul li a:before {
    content: "\00BB \00a0";
  }
  .nav ul li ul li a {
    padding-left: 20px !important;
  }
  .nav ul li ul li ul li a {
    padding-left: 30px !important;
  }
  #header .search-icon {
    left: 0;
    top: 20px;
    right: auto;
  }
  #site_top .con-info span {
    padding: 3px;
  }
  .menubar {
    padding: 17px;
  }
  #upcoming-events .upcoming-events-content .location {
    float: none;
  }
  #upcoming-events .upcoming-events-content .event-location {
    padding-top: 0;
  }
  #latest-campus .latest-campus-contents .latest-campus-info {
    top: 0;
  }
  #our-newsletter .newsletter-form input[type="email"] {
    width: 100%;
  }
  #our-newsletter .wpcf7-form-control-wrap {
    width: 72%;
  }
  #our-newsletter .newsletter p {
    margin-bottom: 0;
  }
  .main-navigation ul ul {
    position: static;
    width: 100%;
    box-shadow: none;
  }
  .search-message {
    left: 9%;
    top: 6%;
    max-width: 82px;
  }
  #header .search-icon i {
    font-size: 23px;
  }
  .contact_details .toggle-nav {
    display: none;
  }
  .search-message .chat-button {
    display: none;
  }
  .menubar {
    padding: 5px 11px 18px 11px !important;
  }
  #header {
    padding: 0 !important;
  }
  .responsive-button {
    display: block;
    position: absolute;
    right: 10px;
    top: -7px;
    background-color: #ffdd59;
    padding: 18px 27px;
    color: #015fe0;
    font-size: 15px;
    letter-spacing: 2px;
    font-family: "Questrial", sans-serif;
  }
  .toggle-nav {
    float: none !important;
  }
  .main-navigation .current_page_item > a {
    border: none;
  }
}
@media screen and (max-width: 1024px) and (min-width: 991px) {
  #slider .carousel-indicators {
    margin-top: -2%;
  }
}
@media screen and (max-width: 1200px) and (min-width: 1025px) {
  .thumb_image_border {
    display: none;
  }
  #site_top .con-info span {
    padding: 4px;
  }
  #upcoming-events .upcoming-events-content .event-location {
    padding-top: 0;
  }
  #upcoming-events .upcoming-events-content .location {
    float: none;
  }
  #latest-campus .latest-campus-contents .latest-campus-info {
    top: 0;
  }
  #our-newsletter .newsletter-form input[type="email"] {
    width: 100%;
  }
  #our-newsletter .wpcf7-form-control-wrap {
    width: 72%;
  }
  #our-newsletter .newsletter p {
    margin-bottom: 0;
  }
  #search-cources .search-form button {
    padding: 5px;
  }
  #sidebar h3 {
    margin-top: -13%;
  }
  .who-we-are-content h3 {
    font-size: 25px;
  }
  #slider .inner_carousel h3 {
    font-size: 27px;
  }
  #recent-post .recent-post-det {
    padding-top: 0;
  }
  .social_widget a i {
    padding: 10px 21px 10px 12px;
  }
  .main-navigation li {
    padding-right: 21px;
  }
}

@media screen and (min-width: 1700px) and (max-width: 1900px) {
  .container {
    width: 1400px;
  }
  .our-leader-content .leader-name {
    margin-top: -20%;
    width: 96%;
    left: 2%;
  }
  #our-services .service-img img {
    width: 80%;
  }
  #our-journey .our-journey-dec {
    padding: 100px 40px 40px 40px;
  }
}
@media screen and (min-width: 1920px) {
  .container {
    width: 1600px;
  }
  .our-leader-content .leader-name {
    margin-top: -20%;
    width: 84%;
    left: 8%;
  }
  #our-services .service-img img {
    width: 70%;
  }
  #our-journey .our-journey-dec {
    padding: 120px 40px 40px 40px;
  }
}
