/*
Theme Name: Education Way
Theme URI: https://www.canyonthemes.com/downloads/education-way/
Author: canyonthemes
Author URI: https://www.canyonthemes.com/
Description: Education Way is simple, elegant and features rich free WordPress theme for school, college, unviversity, institute, medical colleges, etc. Moreover, this theme is suitable for blog and corporate website. Education Way is a complete multipurpose WordPress theme. This theme comes with added custom widgets, customizer based theme options, one click demo import and more. Besides that, it is responsive, cross browser compatible, child theme ready and WooCommerce compatible WordPress theme. It is totally free and you will get free support and updates. It has awesome unlimited slider, home page section, blog page options, header and footer options, multiple menu location, social links, sidebar options and much more. See demo here, http://www.preview.canyonthemes.com/education-way-plus/education-way/
Version: 1.0.5
License: GNU General Public License v3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: education-way
Tags:  custom-logo, one-column, two-columns, right-sidebar, left-sidebar, full-width-template, custom-background, custom-colors, custom-menu, featured-images, theme-options, threaded-comments, translation-ready, blog, portfolio, e-commerce, footer-widgets
This theme, like WordPress, is licensed under the GPL.

Use it to make something cool, have fun, and share what you've learned with others.

Canyon WordPress Theme, Copyright 2018 by Canyon Themes
Canyon is distributed under the terms of the GNU General Public License v2

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
=========================================
TABLE OF CONTENTS WORDPRESS DEFAULT STYLE:
=========================================
# Common Style
# Navigation
    ## Links
    ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
    ## Comments
# Infinite scroll
# Media
    ## Captions
    ## Galleries
/* --------------------------------------
=========================================
TABLE OF CONTENTS CUSTOM STYLE :
=========================================
02)Top Header
03)Logo
04)Navbar
05)Banner
06)Section 1
07)Section 2
08)Section 3
09)Section 4
10)Section 5
11)Section 6
12)Section 7
13)Section 8
14)Section 9
15)Section 10
16)Footer top
17)Footer Bottom
18)Section 11
19)Section 12
20)Section 13
21)Section 14
23)Inner Title bar
24)Section 16
25)Section 17
26)Section 18
27)Section 19
28)Section 20
29)Section 21
*/
/************************************
# Common CSS
*************************************/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

html,
body {
    height: 100%
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

.sticky {
    display: block;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------

## Galleries

--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    padding: 3px;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}


/*---------------------------------------------
            Table of CONTENT
-----------------------------------------------
    01. Start Reset css
    02. Start Global css 
    03. Header css 
    04. slider css
    05. service
    06. volunteer
    07. testimonial
    08. blog
    09. sponsor
    10. footer
    11. homepage 2
    12. about
    13. Map
    14. Contact Us
    15. Product
    16. Newsletter
    17. Error
    18. Footer
    
-----------------------------------------------*/

/*======================
    Start Reset css
======================================================*/

 
html {
    font-family: 'Poppins', sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
 
body {
    font-size: 15px; 
}
 
article,
aside,
details,
figcaption,
figure,
footer,
header,
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;
}
.clr{
    clear: both;
}
a {
    display: inline-block;
    text-decoration: none!important;
    background-color: transparent;
    color: #696969;
}
a:hover{
    text-decoration: none;
}
 
abbr[title] {
    border-bottom: 1px dotted;
}
 
b,
strong {
    font-weight: 700;
}
 
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;
}
 
img {
    border: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
 
svg:not(:root) {
    overflow: hidden;
}
 
figure {
    margin: 0;
}
 
hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
 
code,
kbd,
pre,
samp {
    font-size: 15px;
}
 
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
 
select {
    text-transform: none;
}
 
button {
    overflow: visible;
}
 
button,
input,
select,
textarea {
    max-width: 100%;
}
 
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
 
button[disabled],
html input[disabled] {
    cursor: default;
    opacity: .5;
}
 
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
 
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 0.4375em;
    padding: 0;
}
 
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
 
input[type="search"] {
    -webkit-appearance: textfield;
}
 
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
 
fieldset {
    border: 1px solid #f0f0f0;
    margin: 0 0 1.75em;
    min-width: inherit;
    padding: 0.875em;
}
 
fieldset > :last-child {
    margin-bottom: 0;
}
 
legend {
    border: 0;
    padding: 0;
}
 
textarea {
    overflow: auto;
    vertical-align: top;
}
 
optgroup {
    font-weight: bold;
}
 
/**
 * 2.0 - Typography
 */
 
body,
button,
input,
select,
textarea {
    color: #696969;
    font-family: 'Poppins', sans-serif;
    line-height: 1.8;
}
 
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 5px 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}
h1{
    font-size: 60px;
    color: #ffffff;
}

h2{
    font-size: 36px;
    color: #070707;
    font-weight: 700;
}

h3{
    font-size: 24px;
    color: #fff;
    font-weight: 700;
}
h4{
    font-size: 20px;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
}
h4 a{
    font-size: 20px;
    color: #000000!important;
    font-weight: 700;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
h5{
    font-size: 15px;
    color: #bcbcbc;
}
h6{
    font-size: 14px;
    color: #9b9b9b;
}
p{
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-weight: 400;
    color: #696969;
}
a{
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
a:hover{
    text-decoration: none;
}
 
dfn,
cite,
em,
i {
    font-style: italic;
}
 
 
blockquote,
q {
    quotes: none;
}
 
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}
 
blockquote p {
    margin-bottom: 1.4736842105em;
}
 
blockquote cite,
blockquote small {
    color: #696969;
    display: block;
    font-size: 15px;
    line-height: 1.75;
}
 
blockquote cite:before,
blockquote small:before {
    content: "\2014\00a0";
}
 
blockquote em,
blockquote i,
blockquote cite {
    font-style: normal;
}
 
blockquote strong,
blockquote b {
    font-weight: 400;
}
 
blockquote > :last-child {
    margin-bottom: 0;
}
 
address {
    color: #737d8b;
    font-weight: 600;
    font-size: 14px;
}
 
code,
kbd,
tt,
var,
samp,
pre {
    font-family: 'Poppins', sans-serif;
}
 
pre {
    border: 1px solid #f0f0f0;
    font-size: 1rem;
    line-height: 1.3125;
    margin: 0 0 1.75em;
    max-width: 100%;
    overflow: auto;
    padding: 1.75em;
    white-space: pre-wrap;
    word-wrap: break-word;
}
 
code {
    background-color: #ebebeb;
    padding: 0.125em 0.25em;
}
 
abbr,
acronym {
    border-bottom: 1px dotted #f0f0f0;
    cursor: help;
}
 
mark,
ins {
    background: #ebebeb;
    color: #696969;
    padding: 0.125em 0.25em;
    text-decoration: none;
}
 
big {
    font-size: 125%;
}
 
 
/**
 * 3.0 - Elements
 */
 
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
 
*,
*:before,
*:after {

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
 

hr {
    background-color: #ebebeb;
    border: 0;
    height: 1px;
    margin: 0 0 1.75em;
}
ul, li{
    list-style: none;
    margin: 0;
    padding:0;
}
ul,
ol {
    margin: 0;
    padding: 0;
}
 
ul {
    list-style: none;
}
 
ol {
    list-style: none;
}
 
li > ul,
li > ol {
    margin-bottom: 0;
}
 
dl {
    margin: 0 0 1.75em;
}
 
dt {
    font-weight: 700;
}
 
dd {
    margin: 0 0 1.75em;
}
 
img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
    vertical-align: middle;
}
 
del {
    opacity: 0.8;
}
 
table,
th,
td {
    border: none;
}
 
table {
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    /* Prevents HTML tables from becoming too wide */
    width: 100%;
}
 
caption,
th,
td {
    font-weight: normal;
}
 
th {
    border-width: 0 1px 1px 0;
    font-weight: 700;
}
 
td {
    font-size: 14px;
    color: #696969;
    vertical-align: middle;
}
 
th,
td {
    padding: 0.4375em;
}
 
/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
    color: #696969;
    font-size: 14px;
}
 
:-moz-placeholder {
    color: #696969;
   font-size: 14px;
}
 
::-moz-placeholder {
    color: #696969;
    font-size: 14px;
    opacity: 1;
    /* Since FF19 lowers the opacity of the placeholder by default */
}
 
:-ms-input-placeholder {
    color: #696969;
    font-size: 14px;
}
 
 
/**
 * 4.0 - Forms
 */
 
input {
    line-height: normal;
}
 
button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
    background: #f4630b;
    border: 0;
    border-radius: 0;
    color: #696969;
    font-weight: 700;
    letter-spacing: 0.046875em;
    line-height: 1;
    text-transform: uppercase;
}
 
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
    background: #ffffff;
}
 
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    outline: none;
    outline-offset: -4px;
}
 
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
   font-size: 14px;
    color: #737d8b;
    border-radius: 0;
    padding: 0;
}
 
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
    font-size: 16px;
    color: #737d8b;
    border-radius: 0;
    border: 1px solid #eae8e8;
    outline: 0;
}
 

 

 
/**
 * 6.0 - Clearings
 */
 
.clear:before,
.clear:after,
blockquote:before,
blockquote:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-main > article:before,
.site-main > article:after,
.primary-menu:before,
.primary-menu:after,
.social-links-menu:before,
.social-links-menu:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after {
    content: "";
    display: table;
}
 
.clear:after,
blockquote:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-content:after,
.site-main > article:after,
.primary-menu:after,
.social-links-menu:after,
.textwidget:after,
.content-bottom-widgets:after {
    clear: both;
}
 

/*======================
    End reset css
==============================================*/


/*======================
    Start Global css
=============================================*/

.header-style-1 .main-menu .nav>li>a,
.header-style-1 .main-menu .sub-menu li a .fa,
.camera_prev > span, .camera_next > span,
.work-content h4 a,
.services-content h4 a,
.volunteers-items,
.cart-items>.cart-content>p>a,
.blog-items,
.thumbnail-content h5 a,
.twitter-content h5 a,
.footer-instagram a,
.copyright-txt p a,
.checkout-btn>a,
.overlay-project,
.project-link-option li a,
.project-link-option li,
.portfolio-img img,
.our-services-box,
.our-services-items,
.event-items,
.collection-items,
.collection-overlay,
.collection-content h4 a,
.collection-icon li,
.collection-img,
.working-icon,
.working-items,
.volunteers-img,
.recent-project-content,
.contact-social-icon li,
.widget-area li ul li,
.results-icon .fa{
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}



[class^="flaticon-"]:before, 
[class*=" flaticon-"]:before, 
[class^="flaticon-"]:after, 
[class*=" flaticon-"]:after{
    display: inline-block;
    color: #F4630B;
    font-size: 50px;
    margin-left: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.no-padding{
    padding-left: 0;
    padding-right: 0;
}

.section-header{
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 110px 0 56px 0;
}
.section-header h3{
    font-size: 36px;
    font-weight: 700;
    color: #f4630b;
}
.section-header h2{
    line-height: 48px;
    text-transform: uppercase;
    padding-bottom: 5px;
}
.sec-title .double-border {
    display: inline-block;
    margin-top: 13px;
}
.section-header .double-border::before,
.section-header .double-border::after {
    background: #b9b9b9 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 1px;
}
.section-header .double-border::before {
    width: 136px;
}
.section-header .double-border::after {
    margin-top: 5px;
    width: 72px;
}
.section-header.text-center .double-border::before,
.section-header.text-center .double-border::after {
    margin-left: auto;
    margin-right: auto;
}
.section-header p{
    font-size: 16px;
    font-weight: 400;
    color: #696969;
    line-height: 26px;
    margin-top: 25px;
}

/*=======================
    Common Spaces
=================================*/
.m-t-5 {
    margin-top: 5px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-t-15 {
    margin-top: 15px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-t-40 {
    margin-top: 40px;
}

.m-t-60 {
    margin-top: 60px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .m-t-10-sm {
        margin-top: 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .m-t-15-sm {
        margin-top: 15px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .m-t-30-sm {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .m-t-10-xs {
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    .m-t-15-xs {
        margin-top: 15px;
    }
}

@media (max-width: 767px) {
    .m-t-30-xs {
        margin-top: 30px;
    }
}

.m-b-5 {
    margin-bottom: 5px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-b-15 {
    margin-bottom: 15px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.m-b-40 {
    margin-bottom: 40px;
}

.m-b-60 {
    margin-bottom: 60px;
}

.p-10 {
    padding: 10px;
}

.p-15 {
    padding: 10px;
}

.p-20 {
    padding: 20px;
}

.p-30 {
    padding: 30px;
}

.p-t-5 {
    padding-top: 5px;
}

.p-t-10 {
    padding-top: 10px;
}

.p-t-20 {
    padding-top: 20px;
}

.p-t-30 {
    padding-top: 30px;
}

.p-t-40 {
    padding-top: 40px;
}

.p-t-50 {
    padding-top: 50px;
}

.p-t-70 {
    padding-top: 70px;
}

.p-b-5 {
    padding-bottom: 5px;
}

.p-b-10 {
    padding-bottom: 10px;
}

.p-b-20 {
    padding-bottom: 20px;
}

.p-b-30 {
    padding-bottom: 30px;
}

.p-b-40 {
    padding-bottom: 40px;
}

.p-b-50 {
    padding-bottom: 50px;
}

.p-b-60 {
    padding-bottom: 60px;
}

.p-b-70 {
    padding-bottom: 70px;
}

.p-l-5 {
    padding-left: 5px;
}

.p-l-10 {
    padding-left: 10px;
}

.p-r-5 {
    padding-right: 5px;
}

.p-r-10 {
    padding-right: 10px;
}

.p-tb-5 {
    padding-bottom: 5px;
    padding-top: 5px;
}

.p-tb-10 {
    padding-bottom: 10px;
    padding-top: 10px;
}

.p-tb-15 {
    padding-bottom: 15px;
    padding-top: 15px;
}

.p-tb-20 {
    padding-bottom: 20px;
    padding-top: 20px;
}

.p-tb-30 {
    padding-bottom: 30px;
    padding-top: 30px;
}

.p-tb-60 {
    padding-bottom: 60px;
    padding-top: 60px;
}

.p-lr-5 {
    padding-left: 5px;
    padding-right: 5px;
}

.p-lr-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.p-lr-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.p-lr-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.no-p {
    padding: 0;
}

.no-p-t {
    padding-top: 0;
}

.no-p-l {
    padding-left: 0;
}

.no-p-r {
    padding-right: 0;
}

.no-p-b {
    padding-bottom: 0;
}

.no-p-tb {
    padding-bottom: 0;
    padding-top: 0;
}

.no-p-lr {
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 767px) {
    .p-l-10-xs {
        padding-left: 10px;
    }
}

/*=======================
    Custom btn Style
=================================*/

.btn {
    border-radius: 3px;
}
.btn-default {
    color: #f4630b;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: transparent;
    border: 2px solid #f4630b;
    padding: 9px 19px 7px 19px;
    position: relative;
    overflow: hidden;
    z-index: 0;
}
.btn-default:hover, 
.btn-default:focus,
.btn-default:active{
    color: #333;
    background-color: transparent;
    border-color: #f4630b;
}

/*=======================
    End Custom btn Style
=================================*/
.social-icon li{
    display: inline-block;
}
.social-icon li a{
    padding: 0 6px;
    font-size: 16px;
}

section{
    overflow: hidden;
}
.clr{
    clear: both;
    overflow: hidden;
}


.scroll-img{
    position: fixed;
    width: 40px;
    height: 40px;
    line-height: 44px;
    text-align: center;
    background: #f4630b;
    right: 3%;
    bottom: 10%;
    cursor: pointer;
    z-index: 99;
}
.scroll-img .fa{
    font-size: 24px;
    color: #fff;
}

/*======Menu top Fixed ======*/

.menu-scroll.menu-transparent{
    position: fixed;
    top: 0;
    width: 100%;
    height: auto;
    background: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.menu-scroll.menu-fixed{
    position: fixed;
    top: 0;
    width: 100%;
    height: auto;
    background-color: #f4630b;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 9;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
  
  
/*========= Pre-Loader =========*/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 9999;
}

.loader {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url("../../assets/images/pl.GIF");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-position: center;
    background-size: cover;
    margin: -20px 0 0 -20px;
}
.bg-page-header {
    position: relative;
}
.bg-page-header:after {
    background: rgba(244, 99, 11, 0.92);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.bg-page-header .page-header {
    text-align: center;
    border-bottom: none;
    margin: 0;
    padding: 50px 0;
    position: relative;
    z-index: 1;
}
.page-title h2{
    color: #fff;
    text-transform: uppercase;
}
.page-header-content .breadcrumb{
    background: none;
    margin: 0;
}
.page-header-content .breadcrumb li, 
.page-header-content .breadcrumb li a{
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
}
.page-header-content .trail-items>li+li:before{
    font-family: FontAwesome, sans-serif;
    content: "\f068";
    color: #fff;
    font-size: 11px;
    padding: 0 7px 0 3px;
}
.page-header-content .breadcrumb li a:hover{
    color: #000;
}


/*=============================================
    Start Header css
===============================================*/

/*================ Menu ===================*/

.header .main-menu .navbar{
    margin-bottom: 0;
    border: 0;
}

.header .main-menu .nav>li>a{
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    line-height: 24px;
    position: relative;
    text-transform: uppercase;
    padding: 23px 21px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.navbar-nav > li.menu-item-has-children > a::after {
    position: absolute;
    content: '\f107';
    right: 0px;
    line-height: 24px;
    font-size: 12px;
    font-family: 'FontAwesome';
}
.navbar-nav > li > ul > li.menu-item-has-children > a::after {
    font-family: 'FontAwesome';
    content: "\f105";
    position: absolute;
    right: 10px;
    top: 13px;
    width: 10px;
    height: 20px;
    display: block;
    color: #292929;
    line-height: 20px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    z-index: 5;
}

.navbar-nav > li.menu-item-has-children > a {
    padding-right: 15px;
}
.header .main-menu .nav>li:nth-child(1)>a{
    padding-left: 0;
}
.header .navbar-collapse{
    padding-left: 0;
    padding-right: 0;
}
.header .main-menu .nav>li>a:focus,
.header .main-menu .nav>li>a:hover{
    background: transparent;
}

@media screen and (min-width: 767px){
    .header .sub-menu,
    .sub-sub-menu{
        position: absolute;
        display: block;
        visibility: hidden;
        opacity: 0;
        width: 240px;
        z-index: 5;
        top: 100px;
        padding: 0;
        margin: 0;
        border: 0;
        border-radius: 0;
        -webkit-transition: all.3s ease-in-out;
        transition: all .3s ease-in-out;
        background: #f4630b;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
        box-shadow: 0 5px 12px rgba(0,0,0,.175);
    }

    .header .main-menu .menu-item-has-children:hover .sub-menu{
        top: 70px;
        opacity: 1;
        visibility: visible;
    }
    
    .boxed #bs-example-navbar-collapse-1{
        display: inline-block!important;
    }

    .sub-sub-menu {
        left: 100%;
        top: 60px;
        z-index: 9;
    }
    .main-menu .nav>.menu-item-has-children ul li:hover ul.sub-sub-menu {
        opacity: 1;
        visibility: visible;
        top: 0;
    }
    .main-menu ul li ul li span.caret {
        float: right;
        margin-top: -12px;
        transform: rotate(-90deg);
    }
}


.header .main-menu .sub-menu li,
.sub-sub-menu li{
     border-bottom: 1px solid rgba(221, 221, 221, 0.25);
}

.header .main-menu .sub-menu li:last-child,
.sub-sub-menu li:last-child{
     border-bottom: none;
}

.header .main-menu .sub-menu li a,
.sub-sub-menu li a{
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    padding: 13px 10px 10px 8px;
    display: block;
}
.header .main-menu .sub-menu li a .fa,
.sub-sub-menu li a .fa{
    opacity: 0;
}
.header .main-menu .sub-menu li a:hover .fa,
.sub-sub-menu li a:hover .fa{
    opacity: 1;
}

.header .main-menu .sub-menu li a span .fa{
    float: right;
    opacity: 1;
}


.header .main-menu .sub-menu li a:hover,
.sub-sub-menu li a:hover{
    background: #000000;
    color: #fff;
    padding-left: 20px;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.header .main-menu .nav>.menu-item-has-children:hover ul.sub-menu{
    top: 70px;
    opacity: 1;
    visibility: visible;
}

.header .main-menu .nav>li>a:hover{
    color: #000000
}

.navbar-nav li .active{
    color: #000000!important;
}
.sub-active a{
    background: #000000;
    color: #fff;
    padding-left: 25px!important;
}
.sub-menu li.sub-active a .fa{
    opacity: 1!important;
}

.search-box {
    float:left;
    margin: 14px 14px 14px 0;
    border: 2px solid #ddd;
    padding: 10px 10px;
    border-radius: 100%;
    cursor: pointer;
}
.search-box i {
    font-size: 18px;
    color: #fff;
    cursor: pointer;
}

#all-search {
    border: none;
    padding: 5px 18px;
    background: #f4630b;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right:0;
    height: 100%;
    width: 0;
    text-align: center;
    -webkit-transform: rotate3d(1,0,0,90deg);
    -moz-transform: rotate3d(1,0,0,90deg);
    -ms-transform: rotate3d(1,0,0,90deg);
    -o-transform: rotate3d(1,0,0,90deg);
    transform: rotate3d(1,0,0,90deg);
    -webkit-transition: .4s;
    transition: .4s;
    color: #fff;
    outline: none;
    visibility: hidden;
    z-index: 2;
}
#all-search::-webkit-input-placeholder {
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 400;
}
#all-search:-moz-placeholder {
    color: #fff;
}
#all-search::-moz-placeholder {
    color: #fff;
}
#all-search:-ms-input-placeholder {
    color: #fff;
}
.search_box  #all-search {
    -webkit-transform: rotate3d(0,0,0,00deg);
    -moz-transform: rotate3d(0,0,0,00deg);
    -ms-transform: rotate3d(0,0,0,00deg);
    -o-transform: rotate3d(0,0,0,00deg);
    transform: rotate3d(0,0,0,00deg);
    width: 100%;
    visibility: visible;    
}

.second_click {
    display:none;
    position: relative;
    z-index: 999999999;
}

.log-reg{
    float: right;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.log-reg a{
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.header.main-menu .navbar-collapse{
    float: right;
}
.header .bg-header-top{
    background: #1E4592;
}
.header-style-2 .menu-scroll.menu-fixed{
    box-shadow: 0 0 7px 0 #ddd;
}
.header-contact{
    float: left;
}
.header-contact li{
    display: inline-block;
}
.header-contact li{
    font-size: 13px;
    color: #f1f1f1;
    padding: 10px 12px;
}
.header-contact li:first-child{
    padding-left: 0;
}
.header-contact li:last-child{
    padding-right: 0;
}

.show-res-logo{
    display: none;
}
.navbar-brand {
    padding-left: 0;
    padding-right: 0;
}
.header .bg-main-menu{
    background: #ffffff;
}
.header .main-menu .nav>li>a{
    color: #000000;
}
.header .main-menu .nav>li>a:hover{
    color: #f4630b;
}
.header .main-menu .nav>li.active a{
    color: #f4630b;
}
.header .sub-menu,
.header .sub-sub-menu {
    background: #000000;
}
.header .navbar-right .dropdown-menu {
    left: 0;
    right: auto;
}
.header .sub-menu{
    top: 120px;
}
.header .main-menu .menu-item-has-children:hover ul.sub-menu {
    top: 90px;
}
.header .main-menu .nav>li>a{
    padding: 33px 17px;
}
.header .main-menu .sub-menu li a:hover{
    background: #f4630b;
    color: #fff;
}
.header .navbar-nav li .active {
    color: #f4630b!important;
}
.header .sub-active a {
    background: #f4630b;
    color: #fff!important;
}

.header .search-box {
    margin: 23px 0 25px 0;
}
.header .search-box i{
    color: #000000;
}
.header #all-search{
    background: #fff;
    color: #000000;
}
.header #all-search::-webkit-input-placeholder {
    color: #000;
}
.header #all-search:-moz-placeholder {
    color: #000;
}
.header #all-search::-moz-placeholder {
    color: #000;
}
.header #all-search:-ms-input-placeholder {
    color: #000;
}
.dropdown-btn {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 34px;
    height: 30px;
    border: 1px solid #ffffff;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    cursor: pointer;
    z-index: 5;
    display: none;
}
@media screen and (max-width: 767px){
   .dropdown-btn {
        display: block;
        color: #333; 
    } 
    .navbar-nav li.menu-item-has-children > a:after,
    .navbar-nav > li.menu-item-has-children > a:before,
    .navbar-nav > li > ul > li > a::before,
    .navbar-nav > li > ul > li > ul > li > a::before {
        color: #f42121 !important;
        right: 15px;
        font-size: 16px;
        display: none !important;
    }
    .header .sub-menu, 
    .header .sub-sub-menu{
        position: relative;
        border: none;
        float: none;
        visibility: visible;
        opacity: 1;
        display: none;
        margin: 0px;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        width: 100%;
        background: #fff;
        -webkit-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        transition: none !important;
        -webkit-transition: none !important;
        -ms-transition: none !important;
        -o-transition: none !important;
        -moz-transition: none !important;
    }
}

/*======================
    Start Slider
================================*/

.slider-item {
    position: relative;
    max-height: 800px;
    height: 100%;
}
.slider-item img{
    width: 100%;
}
.slider-content-area {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}
.slider-content h3{
    display: inline-block;
    font-size: 30px;
    color: #fefefe;
    padding: 16px 15px 11px 0;
    text-transform: uppercase;
    -webkit-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    opacity: 0;
    transform: translateY(-25px);
    -webkit-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
}
.slider-content h2{
    font-size: 60px;
    line-height: 72px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    padding-top: 15px;
    margin-bottom: 0;
    -webkit-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    opacity: 0;
     transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    letter-spacing: -6px;
}
.slider-content p {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    opacity: 0;
    transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    
}
.slider-content .btn-default{
    color: #fff;
    background: #f4630b;
    padding: 15px 30px;
    border: 0;
    margin: 25px 16px 0 0;
    animation-delay:2s;
    -webkit-animation-delay:2s;
    border: 2px solid #f4630b;
}
.slider-content .btn-default:hover{
    background: #1E4592;
}

.slider-content .slider-btn{
    opacity: 0;
    transform: translateY(15px);
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
}

.slider-option .item.active .slider-content h3,
.slider-option .item.active .slider-content p,
.slider-option .item.active .slider-content .slider-btn {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.slider-option .item.active .slider-content h2{
    opacity: 1;
    letter-spacing: 1px;
}

.slider-option .item.active .slider-content h3{
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
}
.slider-option .item.active .slider-content h2{
    -webkit-transition-delay: .8s;
    transition-delay: .8s;
}
.slider-option .item.active .slider-content p{
    -webkit-transition-delay: .9s;
    transition-delay: .9s;
}
.slider-option .item.active .slider-content .slider-btn{
    -webkit-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}

.carousel-control{
    width: 0;
    opacity: 1;
}
.carousel-control{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    font-size: 24px;
    line-height: 52px;
    background: #333;
}
.carousel-control:focus, 
.carousel-control:hover {
    background: #111111;
}
.slider-item:after{
    position:absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1;
}
.carousel-control.left,
.carousel-control.right{
    background-image: none;
}
.carousel-control.left{
    left: 20px;
}
.carousel-control.right{
    right: 20px;
}


/*======================
    Start People Work css
=========================*/

.bg-people-work-section{
    padding-bottom: 83px;
}
.people-work-items .people-work-img{
    overflow: hidden;
}
.people-work-items{
    margin-bottom: 30px;
}
.work-content{
    padding-top: 28px;
}
.work-content h4{
    color: #070707;
    text-transform: uppercase;
    padding-bottom: 2px;
}
.people-work-items:hover .work-content h4 {
    color: #f4630b;
}

.people-work-items:hover img{
    -webkit-transform: scale(1.50, 1.05);
    -moz-transform: scale(1.50, 1.05);
    transform: scale(1.05, 1.05);
}


/*======================
    Start Services css
========================*/

.services-section .services-header h3{
    font-size: 30px;
    font-weight: 700;
    line-height: 34px;
    color: #0c1e2a;
    padding-top: 23px;
}
.services-section .services-header p{
    padding-top: 3px;
}
.services-section .services-header .btn-default{
    padding: 13px 30px;
    margin-top: 35px;
}
.services-section .services-items{
    background: #fff;
    padding: 10px 0;
    margin-bottom: 30px;
}
.services-section .services-content{
    display: table;
    padding: 10px 0;
}
.services-section .services-content p{
    padding-top: 5px;
}
.services-section .services-items:hover .services-content h4 a{
    color: #f4630b;
}

.services-section [class^="pe-7s-"],
.services-section [class*="pe-7s-"] {
    color: #f4630b;
    display: inline-block;
    font-size: 50px;
    line-height: 65px;
    margin-left: 0;
    transition: all 0.3s ease-in-out 0s;
}
.progress-bar-success {
    background-color: #f4630b;
}
.progress-bar-striped, .progress-striped .progress-bar{
    -webkit-background-size: 9px 10px;
    background-size: 9px 10px;
}




/*===========================
    Start Count Section
==============================*/

.counter-overlay{
    background: rgba(30, 80, 146, 0.95);
}
.counter-option {
    padding: 40px 0 40px 0;
}
.counter-items{
    text-align: center;
}
.counter-items i{
    width: 100%;
    display: inline-block;
}
.counter-items [class^="pe-7s-"]:before,
.counter-items [class*=" pe-7s-"]:before,
.counter-items [class^="pe-7s-"]:after,
.counter-items [class*=" pe-7s-"]:after{
    color: #fff;
    display: block;
    font-size: 50px;
}
.counter-items span{
    font-size: 36px;
    font-weight: 700;
    color: #fff;
}

.counter-items h4{
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}
#counter h2, 
#counter p {
    color: #fff;
}

/*===========================
    Start teacher Section
=============================*/

.teacher-section{
    background: #f7f7f7;
    padding-bottom: 90px;
}
 
.sponsors-container,
.people-say-container,
.testimonial-container{
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.teacher-items{
    text-align: center;
    background: #ffffff;
    border: 1px solid #f0f0f0;
    margin-bottom: 28px;
    overflow: hidden;   
}
.teacher-img{
    width: 300px;
    border-radius: 5px;
    background: #ddd;
    display: inline-block;
    overflow: hidden;
}
.teacher-content{
    padding: 22px 0 10px 0;
}
.teacher-content h4{
    margin: 0;
}
.teacher-social-icon{
    border-top: 1px solid #f0f0f0;
    padding: 10px 0;
}
.teacher-items:hover{
    box-shadow: 1px 0 14px 1px #ebebeb;
}
.teacher-items:hover .teacher-content h4 a{
    color: #f4630b;
}
.teacher-items:hover .teacher-img{
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}


/*===========================
    Start Testimonial Section
==============================*/

.bg-testimonial-section{
    background: url(../../assets/images/background/bg2.jpg) fixed;
    background-size: cover;
}
.testimonial-overlay{
    background: rgba(30, 80, 146, 0.95);
}
.testimonial-option{
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0 0 125px 0;
    
}
.testimonial-option .section-header h2,
.testimonial-option .section-header p{
    color: #fff;
}
.testimonial-container .swiper-slide {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    padding-bottom: 25px;
}
.testimonial-content{
    position: relative;
    padding: 25px 0 22px 22px;
}

.author-details{
    overflow: hidden;
    padding: 5px 0 0 25px;
}
.author-img{
    width: 82px;
    height: 82px;
    border: 3px solid #fafafa;
    border-radius: 100%;
    background: #ddd;
    overflow: hidden;
    float: left;
}
.author-name{
    float: left;
    margin: 18px 0 0 14px;
}
.author-name h4{
    font-size: 16px;
    color: #333;
}
.author-name h6{
    color: #666;
    padding-top: 2px;
}

.testimonial-option .swiper-pagination{
    width: 100%;
    bottom: 40px;
}
.testimonial-option .swiper-pagination-bullet{
    width: 16px;
    height: 16px;
    margin: 0 6px;
    border: 3px solid #f4630b;
    background: none;
}
.testimonial-option .swiper-pagination-bullet-active{
    background: #ffffff;;
}

/*===========================
    Start Blog Section
=============================*/

.bg-blog-section{
    padding-bottom: 90px;
}
.blog-items{
    margin-bottom: 30px;
}
.blog-img{
    overflow: hidden;
}
.blog-img a{
    display: block;
}
.blog-content-box{
    border: 1px solid #f0f0f0;
}
.blog-content{
    padding: 31px 20px 25px 18px;
}

.blog-content h4 a{
    padding-bottom: 8px;
}
.meta-box{
    padding: 0 0 15px 0;
}
.meta-post{
    margin-bottom: 15px;
}
.meta-post li{
    display: inline-block;
    padding: 0 7px;
}
.meta-post li a{
    font-size: 14px;
    font-weight: 400;
    color: #696969;
}
.meta-post li a:hover{
    color: #f4630b;
}
.meta-post li .fa, .meta-post li a .fa{
    font-size: 18px;
    color: #F4630B;
    padding-right: 4px;
}
.meta-post li:first-child{
    padding-left: 0;
}
.meta-post li:last-child {
    padding-right: 0;
}
.blog-items:hover {
    box-shadow: 1px 0 14px 1px #ebebeb;
}
.blog-items:hover .blog-content h4 a{
    color: #f4630b;
}
.blog-items:hover .blog-img img{
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.05, 1.05);
}

/*===========================
    Start Sponsors Section
==============================*/

.bg-sponsors-section{
    background: #f7f7f7;
    padding-bottom: 120px;
}
.sponsors-option{}
.sopnsors-items a{
    box-shadow: 1px 0 14px 1px #ebebeb;
    overflow: hidden;
}

.sponsors-container .swiper-slide {
    margin: 5px;
}

/*===========================
    Start Footer Section
=============================*/

.bg-footer-top{
    background: #042b78;
    padding: 95px 0 85px;
}
.footer-top p{
    color: #cac5c5;
}
.widgets-title h3{
    color: #fefefe;
    text-transform: uppercase;
}
.footer-widgets .widget-title,
.widgets-title h4{
    color: #fefefe;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 32px;
}
.widgets-content {}
.widgets-content p{
    color: #bcbcbc;
}
.address-box{
    margin-top: 20px;
    overflow: hidden;
}
.address li{
    overflow: hidden;
    padding: 5px 0;
}
.address li .fa{
    float: left;
    width: 36px;
    height: 36px;
    font-size: 20px;
    color: #f4630b;
    line-height: 36px;
    text-align: center;
    background: #00206d;
    border: 1px solid #00206d;
    border-radius: 2px;
    margin-right: 14px;
}
.address li span{
    display: table;
    color: #bcbcbc;
    padding-top: 6px;
}
.latest-news li{
    overflow: hidden;
    padding: 20px 0;
    border-bottom: 1px solid #143b88;
}
.latest-news li:first-child, .twitter-widget li:first-child {
    padding-top: 0;
}
.latest-news li:last-child, .twitter-widget li:last-child  {
    border-bottom: none;
    padding-bottom: 0;
}
.thumbnail-img img{
    width: 70px;
    height: 70px;
    float: left;
    margin: 4px 15px 0 0;
}
.thumbnail-content{
    display: table;
}
.thumbnail-content h5 a{
    color : #bcbcbc;
    line-height: 24px;
}
.post-date{
    font-size: 14px;
    color: #9b9b9b;
}
.latest-news li:hover .thumbnail-content h5 a{
    color: #f4630b;
}
.latest-news li:hover .thumbnail-img img,
.footer-instagram a:hover{
    -webkit-filter: grayscale(100%);
    -webkit-transition: .3s ease-in-out;
    filter: grayscale(100%);
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.footer-widgets ul.menu  {
    padding: 0;
    margin: 0
}

.footer-widgets ul.menu li {
    margin-bottom: 15px;
    display: table;
    line-height: 24px
}

.footer-widgets ul.menu li a {
    display: table-cell;
    color: #9b9b9b;
    position: relative;
    padding-left: 20px;
}
.footer-widgets ul.menu li a:before {
    content: "\f105";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 13px;
    left: 3px;
    position: absolute;
    top: 0;
}
.footer-widgets ul.menu li a:hover{
    color: #fff;
}


.footer-instagram a {
    float: left;
    margin: 3px 3px;
}
.footer-instagram a img{
    width: 84px;
    height: 84px;
}
.bg-footer-bottom{
    background: #00206D;
    padding: 28px 0 23px 0;
}
.copyright-txt{
    float: left;
}
.copyright-txt p{
    margin-left:10px;
    font-size: 14px;
    color: #b4b4b4;
    padding-top: 8px;
}
.copyright-txt p a{
    color: #f4630b;
    font-weight: 700;
}
.copyright-txt p a:hover{
    color: #000000;
}
.social-box{
    float: right;
}
.social-icon-rounded{}
.social-icon-rounded li{
    display: inline-block;
    overflow: hidden;
    margin: 0 3px;
}
.social-icon-rounded li:last-child{
    margin-right: 0;
}
.social-icon-rounded li a{
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 41px;
    text-align:center;
    font-size: 18px;
    color: #f4630b;
    border: 2px solid #f4630b;
    border-radius: 100%;
    overflow: hidden;
}

.social-icon-rounded li a:hover{
    background: #f4630b;
    border: 2px solid #f4630b;
    color: #fff;
} 

/*======================================
    Start About Section
=========================================*/

.welcome{
    padding: 110px 0 75px 0;
}
.welcome-content h2{
    text-transform: uppercase;
    margin-bottom: 25px;
}
.welcome-content p{
    margin-bottom: 15px;
}
.welcome-content .btn-default{
    color: #fff;
    background: #f4630b;
    padding: 15px 30px;
    border: 0;
    margin: 25px 16px 0 0;
    animation-delay:2s;
    -webkit-animation-delay:2s;
    border:2px solid #f4630b;
}
.welcome-content .btn-default:hover{
    opacity: 0.7;
}
.welcome-content .btn-default:active,
.welcome-content .btn-default:focus {
    color: #f4630b;
}
.welcome-content .btn-default:hover {
    color: #fff;
}

.call-back{
    background: #f1f1f1;
    padding: 30px 20px;
}
.call-back .form-control {
    border: 1px solid #f0f0f0;
    border-radius: 0;
    box-shadow: none;
    height: 50px;
    margin-bottom: 30px;
    padding-left: 25px;
}
.call-back .btn-default{
    color: #fff;
    background: #f4630b;
    padding: 15px 30px;
    margin: 25px 16px 0 0;
    animation-delay:2s;
    -webkit-animation-delay:2s;
    border: 2px solid #f4630b;
}

.call-back .btn-default:hover {
    color: #000;
}
/*========================================
    Start Recent Course Section
==========================================*/

.course-content{
    background: #f7f7f7;
    padding: 0 0 94px 0;
}
.our-courses .section-header{
    padding-bottom: 40px;
}
.our-courses .button{
    position: relative;
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
    padding: 0 20px;
    background: transparent;
    margin-bottom: 6px;
}
.our-courses .button:hover{
    color: #f4630b;
}
.our-courses .button::after {
    background: #949494 none repeat scroll 0 0;
    content: "";
    height: 15px;
    position: absolute;
    right: -6px;
    top: -2px;
    width: 2px;
}
.our-courses .button:last-child:after{
    display: none;
}
.our-courses .is-checked{
    color: #f4630b;
}

div#filters, div#filter {
    text-align: center;
}
.course-items{
    margin-top: 40px;
}
.course-items .item{
    width: 33.33%;
    float: left;
}
.course-items .item-inner{
    background: #fff;
    margin: 15px;
}
.course-img{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
}

.course-container{
    margin-top: 38px;
}

.course-overlay{
    position: absolute;
    width: 96%;
    height: 95%;
    top: 7px;
    left: 7px;
    background: rgba(27, 15, 9, 0.79);
    opacity: 0;
    z-index: 1;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    transform: scale(0, 0);
}

.our-courses .item-inner:hover .course-overlay{
    opacity: 1;
    transform: scale(1, 1);
} 

.course-link{
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}
.course-link li{
    display: inline-block;
    opacity: 0;
}
.course-link li a{
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 51px;
    text-align: center;
    font-size: 20px;
    color: #9f9f9f;
    background: #fff;
    border-radius: 3px;
    margin: 0 2px;
    float: left;
}
.course-link .course-search a,
.course-link .course-plus a{
    line-height: 47px;
}
.course-link li a:hover{
    background: #f4630b;
    color: #fff;
}
.course-link .course-search,
.course-link .course-plus{
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transform: scale(1.6, 1.6);
    transform: scale(1.6, 1.6);
}
.course-link .course-link{
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transform: scale(1.6, 1.6);
    transform: scale(1.6, 1.6);
}
.our-courses .item-inner:hover .course-link .course-search,
.our-courses .item-inner:hover .course-link .course-plus{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.our-courses .item-inner:hover .course-link .c-link{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);

}
.our-course-content{
    border: 1px solid #f0f0f0;
    border-top: none;
    padding: 28px 24px 18px 24px;
}
.our-course-content h4 a{
    font-weight: 700;
    color: #212121;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.our-course-content p{
    font-size: 16px;
    color: #696969;
}
.our-course-content p span a{
    text-transform: uppercase;
}

.our-courses .item-inner:hover .our-course-content h4 a{
    color: #f4630b;
}
.our-courses .item-inner:hover {
    box-shadow: 1px 0 14px 1px #ebebeb;
}
.course-items .item-inner:hover .course-img img{
    -webkit-transform: scale(1.06, 1.06);
    transform: scale(1.06, 1.06);
}

/*========================================
    Start  Why Chose Section
==========================================*/

.why-chose{
    padding: 0 0 90px 0;
}
.why-chose-box{
    border: 1px solid #f0f0f0;
    padding: 8px;
    margin-bottom: 30px;
}
.why-chose-box [class^="pe-7s-"],
.why-chose-box [class*="pe-7s-"]{
    color: #f4630b;
    display: inline-block;
    font-size: 50px;
    margin-left: 0;
    line-height: 65px;
    transition: all 0.3s ease-in-out 0s;
}
.why-chose-items{
    text-align: center;
    padding: 15px 20px 20px;
    border: 1px solid transparent;
}
.why-chose-content{
    padding-top: 4px;
}
.why-chose-content h4{
    padding-bottom: 8px;
}
.why-chose-content>a{
    font-size: 14px;
    font-weight: 700;
    color: #000!important;
    text-transform: uppercase;
    padding-top: 15px;
}
.why-chose-content>a .fa{
    padding-left: 4px;
}
.why-chose-box:hover{
    box-shadow: 1px 0 14px 1px #ebebeb;
}
.why-chose-box:hover [class^="pe-7s-"]:before,
.why-chose-box:hover [class*="pe-7s-"]:before,
.why-chose-box:hover [class^="pe-7s-"]:after,
.why-chose-box:hover [class*="pe-7s--"]:after{
    -webkit-transform: scale(1.08, 1.08);
    transform: scale(1.08, 1.08);
}
.why-chose-box:hover .why-chose-content h4 a,
.why-chose-box:hover .why-chose-content>a{
    color: #f4630b;
}


/*========================================
    Start Mission Section
==========================================*/

.mission{
    padding: 100px 0;
    background: #f7f7f7;
}
.mission h2{
    margin-bottom: 40px;
}
.mission p{
    margin:30px 0;
}
.mission img {
    box-shadow: 23px -22px 0 0 rgb(30, 80, 146);
}

/*========================================
    Start Recent Project Section
==========================================*/

.gallery-section{
    background: #f7f7f7;
    padding: 0 0 94px 0;
}
.recent-gallery .section-header{
    padding-bottom: 40px;
}
.recent-gallery .button{
    position: relative;
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
    padding: 0 20px;
    background: transparent;
    margin-bottom: 6px;
}
.recent-gallery .button:hover{
    color: #f4630b;
}
.recent-gallery .button::after {
    background: #949494 none repeat scroll 0 0;
    content: "";
    height: 15px;
    position: absolute;
    right: -6px;
    top: -2px;
    width: 2px;
}
.recent-gallery .button:last-child:after{
    display: none;
}
.recent-gallery .is-checked{
    color: #f4630b!important;
}

div#filters {
    text-align: center;
}
.gallery-items{
    margin-top: 40px;
}
.gallery-items .item{
    width: 33.33%;
    float: left;
}
.gallery-items .item-inner{
    background: #fff;
    margin: 15px;
}
.gallery-img{
    height: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
}

.gallery-container{
    margin-top: 38px;
}

.gallery-overlay{
    background: rgba(27, 15, 9, 0.79) none repeat scroll 0 0;
    height: 95%;
    left: 7px;
    opacity: 0;
    position: absolute;
    top: 7px;
    transform: scale(0, 0);
    transition: all 0.3s ease-in-out 0s;
    width: 96%;
    z-index: 1;
}

.recent-gallery .item-inner:hover .gallery-overlay{
    opacity: 1;
    transform: scale(1, 1);
}

.gallery-items .gallery-plus{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 2;
    text-align: center;
}
.gallery-items .gallery-plus a {
    background: #fff none repeat scroll 0 0;
    border-radius: 100%;
    color: #9f9f9f;
    display: inline-block;
    font-size: 20px;
    height: 44px;
    line-height: 50px;
    margin-bottom: 30px;
    opacity: 0;
    text-align: center;
    transform: scale(1.6, 1.6);
    transition: all 0.4s ease-in-out 0s;
    width: 44px;

}
.gallery-items .item-inner:hover .gallery-plus a {
    opacity: 1;
    transform: scale(1, 1);
}
.gallery-content{
    border: medium none;
    margin-top: 30px;
    opacity: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 70%;
    width: 100%;
    z-index: 4;
}
.gallery-items .item-inner:hover .gallery-content {
    opacity: 1;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.gallery-content p{
    font-size: 16px;
    color: #696969;
}
.gallery-content p a {
    color: #fefefe;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}
.recent-gallery .item-inner:hover {
    box-shadow: 1px 0 14px 1px #ebebeb;
}
.gallery-items .item-inner:hover .gallery-img img{
    -webkit-transform: scale(1.06, 1.06);
    transform: scale(1.06, 1.06);
}

/*========================================
    Start video Section
==========================================*/

.video-section{
    background-size: cover;
    background-position: 48% 100%;
}
.video-overlay{
    background: rgba(0, 0, 0, 0.7);
}
.video{
    text-align: center;
    padding: 245px 0;
}
.video h3{
    font-size: 30px;
    font-weight: 700;
    color: #fefefe;
    text-transform: uppercase;
    padding-top: 3px;
}
.video p{
    color: #fff;
}
.custom-logo-link {
    max-width: 250px;
}
.custom-logo-link img{
    margin: 15px 15px 15px 0;
}



/*========================================
    Start Upcoming Events Section 
==========================================*/

.upcoming-events{
    padding-bottom: 50px;
}
.event-items{
    margin-bottom: 30px;
}
.event-img{
    position: relative;
    display: block;
}
.event-img a, .event-img a img {
    display: block;
    width: 100%;
    overflow: hidden;
}
.date-box{
    position: absolute;
    width: 100px;
    height: 100px;
    line-height: 100px;
    background: #fff;
    text-align: center;
    bottom: 0;
    right: 30px;
    padding: 8px 0;
}
.date-box h3{
    font-size: 36px;
    font-weight: 700;
    color: #f4630b;
}
.date-box h5{
    font-size: 16px;
    font-weight: 600;
    color: #f4630b;
    text-transform: uppercase;
}
.events-content{
    border: 1px solid #f0f0f0;
    border-top: 0;
    padding: 27px 26px 30px 30px;
}
.events-content h3{
    margin: 0;
}
.events-content h3 a{
    text-transform: uppercase;
    color: #000;
}
.events-content .meta-post{
    margin: 4px 0 8px 0;
}
.events-content .meta-post li{
    font-size: 16px;
    color: #9b9b9b;
    padding: 0 7px;
}
.events-content .meta-post li:first-child{
    padding-left: 0;
}
.events-content .meta-post li .fa{
    font-size: 20px;
    font-weight: 300;
}
.events-content .btn-default{
    margin-top: 24px;
    padding: 8px 20px;
}
.event-items:hover{}
.event-items:hover .events-content h3 a{
    color: #f4630b;
}
.event-items:hover .event-img img{
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}
.event-items:hover{
    box-shadow: 1px 0 14px 1px #ebebeb;
}



/*====================================
    Teams Css
=====================================*/

.bg-team-section{
    padding-top: 130px;
    padding-bottom: 100px;
}
.bg-single-team{
    padding: 118px 0 110px 0;
}
.single-team-details h3,
.single-team-content h3{
    font-size: 24px;
    font-weight: 700;
    color: #f4630b;
    text-transform: uppercase;
}
.single-team-details h5{
    font-size: 16px;
    font-weight: 400;
    color: #656565;
    padding: 3px 0 8px 0;
}
.single-team-details .social-icon-rounded{
    margin-top: 16px;
}
.team-address-box {
    margin-top: 3px;
}
.team-address-box .address .fa{
    background: transparent;
    border: 1px solid #f7f7f7;
}
.team-address-box .address li span{
    color: #696969;
}
.single-team-content{
    margin-top: 30px;
}
.single-team-content h3{
    padding-bottom: 6px;
}

/*====================================
    Project CSS
=====================================*/

.load-more-option{
    text-align: center;
}
.load-more-option .btn-default{
    font-size: 15px;
    color: #fff;
    background: #f4630b;
    padding: 12px 32px;
    margin-top: 34px;
}
.load-more-option .btn-default:hover, 
.load-more-option .btn-default:focus, 
.load-more-option .btn-default.focus, 
.load-more-option .btn-default:active{
    color: #f4630b;
}
.load-more-option .btn-default:before, 
.load-more-option .btn-default:after{
    background: #fff;
}


/*===========================
    Photo Gallery Css
 ============================*/

.photo-gallery{
    padding-top: 115px;
}
.photo-gallery .load-more-option .btn-default {
    font-size: 14px;
    padding: 15px 19px;
    margin-top: 50px;
}


/*====================================
    Single Project Css
======================================*/

.single-project{
    padding: 120px 0 111px 0;
}
.single-pro-main-content{
    padding-top: 68px;
}
.single-left-content{}
.single-left-content li{
    border: 1px solid #f7f7f7;
    padding: 18px 6px 11px 22px;
}
.single-left-content li h4{
    font-size: 16px;
    line-height: 14px;
}
.single-left-content li p{
    font-size: 16px;
}
.single-project-content h3{
    color: #010101;
    text-transform: uppercase;
    padding-bottom: 15px;
}
.single-project-content p{
    line-height: 32px;
}
.single-small-img li{
    padding: 15px 0;
}
.single-small-img li:first-child {
    padding-top: 0;
}
.single-small-img li:last-child {
    padding-bottom: 0;
}

.download-option h4{
    padding-bottom: 20px;
}
.download-option .download-btn{
    margin-bottom: 30px;
}
.download-btn{
    display: inline-block;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    padding: 14px 26px 12px 40px;
    background: #f4630b;
    border-radius: 4px;
}
.download-btn span {
    float: right;
}
.download-btn .fa{
    font-size: 18px;
    color: #fff;
    padding-right: 10px;
}
.download-btn span .fa{
    padding-left: 20px;
    padding-right: 0;
}
.download-btn:hover{
    background: #000;
    color: #fff;
}

a.download-btn{ color: #fff!important;}
.social-option{
    padding-top: 35px;
}
.social-option h4{
    padding-bottom: 10px;
}


/*===================================
    Start Single Services
 ====================================*/


.bg-single-services{}
.single-services{
    padding: 120px 0 95px 0;
}
.single-services-content{
    padding-left: 30px;
}
.single-services-content img{
    padding-bottom: 10px;
}
.single-services-content h3{
    color: #f4630b;
    text-transform: uppercase;
    padding: 26px 0 3px 0;
}
.single-services-content p{
    text-align: justify;
}
.mark-txt{
    padding-top: 14px;
}
.mark-txt li{
    font-size: 15px;
    font-weight: 600;
    color: #000;
    padding: 4px 0;
}
.mark-txt li:first-child{
    padding-top: 0;
}
.mark-txt li:last-child{
    padding-bottom: 0;
}
.mark-txt .fa{
    color: #f4630b;
}
.single-left-services-list{}
.single-left-services-list .nav-tabs{
    border-bottom: none;
}
.single-left-services-list .nav-tabs>li{
    float: none;
    margin-bottom: 0;
}
.single-left-services-list .nav-tabs>li>a{
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
    padding: 12px 15px;
    margin-right: 0;
    border-radius: 0;
    background: #fafafa;
    border: 1px solid #f0f0f0;
}

.single-left-services-list .nav-tabs>li.active>a, 
.single-left-services-list .nav-tabs>li.active>a:focus, 
.single-left-services-list .nav-tabs>li.active>a:hover{
    color: #f4630b;
    cursor: default;
    background-color: #fff;
    border: 1px solid rgba(235, 235, 235, 0.57);
    border-radius: 0;
}
.single-left-services-list [class^="flaticon-"]:before, 
.single-left-services-list [class*=" flaticon-"]:before, 
.single-left-services-list [class^="flaticon-"]:after, 
.single-left-services-list [class*=" flaticon-"]:after{
    font-size: 18px;
    margin-left: 0;
    margin-right: 5px;
}
.download-service{
    padding-top: 50px;
}
.download-service a{
    margin: 28px 0 0 0;
}
.contact-quick {
    background: #1E4592;
    margin-bottom: 50px;
    margin-top: 40px;
    padding: 30px 20px;
}
.contact-quick h4 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 13px;
}
.contact-quick p {
    color: #fff;
}
.contact-quick .btn {
    background: #fff;
    border: 0 none;
    color: #f4630b;
    line-height: 41px;
    width: 100%;
}
.contact-quick .btn:hover {
    background: #000000;
    border-color: #000000;
    color: #fff;
}
.contact-quick ul {
    margin-bottom: 20px;
    padding-top: 10px;
}
.contact-quick ul li {
    color: #fff;
    margin: 4px 0;
}
.contact-quick ul li a {
    color: #fff;
}
.contact-quick ul li i {
    background: #fff;
    border-radius: 1px;
    color: #1E4592;
    font-size: 10px;
    height: 20px;
    line-height: 12px;
    margin-right: 10px;
    padding: 5px;
    text-align: center;
    width: 20px;
}

/*===============================
    Start Event Page Css
=================================*/

.bg-event-box{
    padding: 120px 0 30px 0;
}
.event-search-box-option{
    padding: 23px 0 26px 31px;
    box-shadow: 1px 0 14px 1px #ebebeb;
}
.event-box{}
.event-box label{
    font-size: 16px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    padding-bottom: 6px;
}
.event-box .form-control{
    height: 50px;
    padding-left: 20px;
    border: 1px solid #f0f0f0;
    box-shadow: none;
}
.event-box .form-control:focus{
    border: 1px solid #f4630b;
}
.event-box .btn-default{
    background-color: #f4630b;
    color: #fff;
    margin: 42px 0 0 30px;
    padding: 13px 53px;
}
.event-box{}
.event-box .btn-default:hover:before {
    left: -17%;
}
.event-box .btn-default:hover:after {
    right: -14%;
}
.event-box .btn-default:before, 
.event-box .btn-default:after{
    background: #fff;
    color: #f4630b;
}
.event-box .btn-default:hover, 
.event-box .btn-default:focus, 
.event-box .btn-default.focus, 
.event-box .btn-default:active{
    color: #f4630b;
}
/*========================================================
## navigation
==========================================================*/

.pagination-option{
    text-align: center;
}
.pagination-option .pagination{
    margin: 0;
    text-align: center;
}
.pagination-option{
    padding-top: 45px;
}
.pagination-option .pagination>li>a{
    width: 40px;
    height: 40px;
    line-height: 29px;
    font-size: 16px;
    font-weight: 600;
    color: #f4630b;
    margin: 0 5px;
    border: 1px solid #f4630b;
    border-radius: 4px;
}
.pagination-option .pagination>li>a:focus, 
.pagination-option .pagination>li>a:hover, 
.pagination-option .pagination>li>span:focus, 
.pagination-option .pagination>li>span:hover{
    background: #f4630b;
    color: #fff;
    border-color: #f4630b;
}
.pagination-option .pagination li span.current {
    background: #f4630b;
    color: #fff;
    border-color: #f4630b;
    padding: 9px 17px;
    border-radius: 4px;
} 

.nav-links .nav-previous a, 
.nav-links .nav-next a{
  background: #ffffff;
  border: 1px solid #f4630b;
  border-radius: 4px;
  padding: 10px 35px;
  font-size: 15px;
  color: #a6a9ac;
  font-size: 14px;
}

.nav-links .nav-previous,
.nav-links .nav-previous a {
    float: left;
}

.nav-links .nav-previous {
    margin-bottom: 5px;
}

.nav-links .nav-next,
.nav-links .nav-next a {
    float: right;
}
.nav-links .nav-previous,
.nav-links .nav-next{
    position:relative;
}
.nav-links .nav-previous a:hover,
.nav-links .nav-next a:hover{
  background: #212121;
  border-color: #212121;
  color: #ffffff;
  text-decoration: none;
}

/*====================================
    Start Blog Page
======================================*/
.blog-section{
   overflow: hidden;
}
.blog-page{
    padding-top: 120px;
}
.blog-page .pagination-option{
    padding-top: 30px;
}
.boxed{
    max-width: 1230px;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0 0 10px 2px #e8e8e8;
}

.boxed .menu-right-option{
    display: inline-block;
}
.boxed .menu-right-option .cart-icon{
    transform: translateY(8px);
}
.content-wrapper{
    padding: 100px 0 100px 0;
}
.blog-list .blog-items{
    margin-bottom: 40px;
}
.blog-list .blog-content {
    padding: 31px 20px 0 18px;
}
.blog-list .blog-content-box{
    padding-bottom: 23px;
}
.blog-list .blog-content p {
    padding: 10px 0 13px 0;
}
.blog-list .blog-content>a{
    font-size: 14px;
    font-weight: 600;
    color: #f4630b;
    text-transform: uppercase;
}
.blog-list .pagination-option{
    padding-top: 25px;
    text-align: left;
}


/*=======================================
    Start Contact Us
=========================================*/

.bg-contact-us{
    padding: 120px 0 130px 0;
}
.contact-us{}
.contact-title{
    font-size: 30px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 22px;
}
.contact-form{
    margin-top: 31px;
}
.contact-form .form-control{
    height: 50px;
    border: 1px solid #f0f0f0;
    border-radius: 0;
    box-shadow: none;
    padding-left: 25px;
    margin-bottom: 30px;
}
.contact-form input[type="text"]:focus, 
.contact-form input[type="email"]:focus, 
.contact-form input[type="url"]:focus, 
.contact-form input[type="password"]:focus, 
.contact-form input[type="search"]:focus, 
.contact-form input[type="tel"]:focus, 
.contact-form input[type="number"]:focus, 
.contact-form textarea:focus{
    border: 1px solid #f4630b;
}
.text-area{
    height: 150px!important;
    border-radius: 0;
    padding-top: 20px;
}
.contact-form .btn-default{
    background: #f4630b;
    color: #fff;
    padding: 13px 27px;
}
.contact-form .btn-default:before, 
.contact-form .btn-default:after{
    background: #fff;
}
.contact-form .btn-default:hover, 
.contact-form .btn-default:focus, 
.contact-form .btn-default.focus, 
.contact-form .btn-default:active{
    color: #f4630b;
}

.contact-address li{
    border-bottom: 1px solid #eeeeee;
    padding: 18px 0;
    overflow: hidden;
}
.contact-address li:first-child{
    padding-top: 0;
}
.contact-address li:last-child{
}
.contact-address [class^="flaticon-"]:before, 
.contact-address [class*=" flaticon-"]:before, 
.contact-address [class^="flaticon-"]:after, 
.contact-address [class*=" flaticon-"]:after{
    font-size: 30px;
    float: left;
    line-height: 45px;
    margin: 0 13px 0 0;
}
.contact-address .contact-content{
    display: table;
}
.contact-address .contact-content p{
    font-size: 14px;
    color: #696969;
}
.contact-social-icon{
    margin-top: 20px;
}
.contact-social-icon li{
    margin: 0 7px;
}
.contact-social-icon li a{
    font-size: 24px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    overflow: hidden;
}
.contact-social-icon li:nth-child(1) a{
    background: #3b5998;
    border: 2px solid #3b5998;
}
.contact-social-icon li:nth-child(2) a{
    background: #55acee;
    border: 2px solid #55acee;
}
.contact-social-icon li:nth-child(3) a{
    background: #dc4e41;
    border: 2px solid #dc4e41;
}
.contact-social-icon li:nth-child(4) a{
    background: #ff0084;
    border: 2px solid #ff0084;
}
.contact-social-icon li:nth-child(5) a{
    background: #cb2027;
    border: 2px solid #cb2027;
}
.contact-social-icon li:nth-child(6) a{
     font-size: 28px;
    line-height: 40px;
    background: #3b5998;
    border: 2px solid #3b5998;
}

.contact-social-icon li:nth-child(1) a:hover,
.contact-social-icon li:nth-child(2) a:hover,
.contact-social-icon li:nth-child(3) a:hover,
.contact-social-icon li:nth-child(4) a:hover,
.contact-social-icon li:nth-child(5) a:hover,
.contact-social-icon li:nth-child(6) a:hover{
    background: #f4630b;
    border: 2px solid #f4630b;
}

#map{
    width: 100%;
    height: 600px;
}



/*==============================
    Start Single Event Css
================================*/

.bg-single-events{
    padding: 120px 0 145px 0;
}
.single-events{}
.single-event-item{}
.single-event-img{
    position: relative;
}
.single-event-content{
    border: 1px solid #f0f0f0;
    padding:  0 30px 30px 20px;
}
.single-event-content h3{
    font-size: 30px;
    font-weight: 700;
    color: #000;
    padding: 30px 0 6px 0;
    text-transform: uppercase;
}
.single-event-content p{
    line-height: 28px;
    text-align: justify;
}

.single-date{
    overflow: hidden;
}

.single-date-option, .single-event{
    width: 100%;
    float: left;
}
.single-date{
    padding-top: 30px;
}
.single-date{
    padding-top: 5px;
    overflow: hidden;
}
.single-date li {
    background: #1e4592 none repeat scroll 0 0;
    border-radius: 3px;
    float: left;
    margin-bottom: 25px;
    margin-right: 20px;
    min-height: 120px;
    padding: 20px;
    text-align: left;
    width: 30%;
}

.single-date .adress-content h6{
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.single-date .adress-content p{
    font-size: 16px;
    text-align: left;
    color: #fff;
}

.event-single-bottom-option{
    border: 1px solid #f0f0f0;
    border-top: none;
    padding: 6px 30px;
    overflow: hidden;
}
.event-author-option{
    float: left;
}
.event-author-img{
    width: 40px;
    height: 40px;
    background: #ddd;
    border-radius: 100%;
    overflow: hidden;
    float: left;
    margin-right: 15px;
}
.event-author-name{
    display: table;
    padding: 7px 0;
}
.event-author-name p{
    font-size: 15px;
    color: #696969;
}
.event-author-name p a{
    font-size: 15px;
    font-weight: 600;
    color: #f4630b;
    text-transform: uppercase;
}
.event-author-name p a:hover{
    color: #696969;
}
.event-share-option{
    float: right;
}
.share-icon{
    padding: 4px 0;
}
.share-icon li>.fa{
    font-size: 16px;
    color: #f4630b;
    padding-right: 7px;
}
.share-icon li span{
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
}



/*============== Start Sidebar ========*/

.sidebar{
    border: 1px solid #f0f0f0;
    padding: 20px;
}

.sidebar-widget-title, 
.comment-reply-title,
.comments-title,
.related-pots-block .widget-title{
    position: relative;
    border-bottom: 4px solid #f0f0f0;
    padding: 10px 0 16px 0;
}
.sidebar-widget-title:after,
.comment-reply-title:after,
.comments-title:after,
.related-pots-block .widget-title:after{
    position: absolute;
    content: "";
    width: 100px;
    height: 4px;
    background: #f4630b;
    bottom: -4px;
    left: 0;
}

.widget {
    padding: 0;
    margin-bottom: 30px;
}
.widget .search-form {
    position: relative;
}
.widget .search-form .blog-search-field{
    height: 50px;
    padding-left: 25px;
    border: 1px solid #f7f7f7;
    box-shadow: none; 
    width: 100%;
}
.widget .search-form .blog-search-field:focus{
    border: 1px solid #f4630b;
    box-shadow: none;
}
.widget .search-form .screen-reader-text {
    display: none;
}
.widget .search-form .searchsubmit {
    position: absolute;
    right: 15px; 
    top: 15px;
    background: transparent;
    position: absolute;
    color: #7c7c7c;
    cursor: pointer;
    font-size: 16px;
}
.widget-area li ul{
    padding-top: 20px;
}
.widget-area li ul li{
    border-bottom: 1px solid #f0f0f0;
    padding: 9px 0 14px 0;
    position: relative;
}

.widget-area li ul li:first-child{
    padding-top: 0;
}
.widget-area li ul li:last-child{
    border-bottom: none;
}
.widget-area li ul li a{
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: #696969;
    text-transform: capitalize;
    position: relative;
    padding-left: 15px;
}
.widget-area li ul li a:before {
    content: "\f101";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 13px;
    left: 3px;
    position: absolute;
    top: 0;
}
.widget-area li.widget_recent_comments ul li a:before {
    display: none;
}
.widget-area li ul li a span{
    float: right;
    width: 30px;
    height: 30px;
    line-height: 33px;
    text-align: center;
    background: transparent;
    border-radius: 100%;
}
.widget-area li ul li:hover{
    padding-left: 15px;
}
.widget-area li ul li:hover a{
    color: #f4630b;
}
.widget-area li ul li:hover a span{
    background: #f4630b;
    color: #fff;
}

.popular-news-option{
    overflow: hidden;
    padding-top: 32px;
}
.popular-news-option li{
    border-bottom: 1px solid #f0f0f0;
    padding: 20px 0;
    overflow: hidden;
}
.popular-news-option li:first-child{
    padding-top: 0;
}
.popular-news-option li:last-child{
    border-bottom: none;
    padding-bottom: 0;
}
.popular-news-img{
    float: left;
    margin-top: 4px;
    margin-right: 20px;
}
.popular-news-contant{
    display: table;
}
.popular-news-contant h5 a{
    font-weight: 600;
    color: #000;
    line-height: 24px;
    margin-top: 10px;
}
.popular-news-contant p{
    font-size: 14px;
}
.popular-news-option li:hover .popular-news-contant h5 a{
    color: #f4630b;
}
.gallery-instagram{
    overflow: hidden;
    padding-top: 23px;
}
.gallery-instagram a{
    float: left;
    margin: 2px 2px;
}
.tag-cloud{
    margin-top: 30px;
}

.tag-cloud .btn{
    font-size: 14px;
    font-weight: 600;
    color: #696969;
    text-transform: uppercase;
    border: 1px solid #f0f0f0;
    padding: 9px 20px;
    border-radius: 0;
    margin: 0 3px 10px 0;
}
.tag-cloud .btn:hover{
    background: #f4630b;
    color: #fff;
    border: 1px solid #f4630b;
}


/*================================
    Start  Single Blog
==================================*/

.single-blog-section,
.bg-single-campaign{
    padding: 120px 0 135px 0;
}
.single-blog .blog-content{
    padding: 31px 30px 25px 30px;
}
.single-blog .blog-items:hover {
    box-shadow: none;
}
.single-blog .meta-box{
    border-top: none;
    border-bottom: 1px solid #f0f0f0;
    overflow: hidden;
    padding: 15px 30px;
    margin-bottom: 0;
}
.single-blog .meta-post{
    float: right;
    padding: 9px 0 5px 0;
}
.single-blog .blog-content h4{
    font-size: 30px;
    padding-bottom: 10px;
}
.single-blog{}
.quate-para{
    position: relative;
    font-weight: 600;
    color: #f4630b;
    font-style: italic;
    padding: 0 30px;
    margin: 20px 0;
}
.quate-para:before{
    position: absolute;
    font-family: FontAwesome, sans-serif;
    content: "\f10d";
    top: 0;
    left: 0;
    
}
.quate-para:after{
    position: absolute;
    font-family: FontAwesome, sans-serif;
    content: "\f10e";
    bottom: 0;
    right: 23%;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
.quate-para p:before{
    position: absolute;
    
}
.single-blog-bottom{
    border-top:1px solid #f0f0f0;
    overflow: hidden;
}
.single-blog-bottom{
    padding: 10px 28px;
}
.single-blog-bottom .tags{
    float: left;
}
.single-blog-bottom .tags{
    padding: 6px 0;
}
.single-blog-bottom .tags li{
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    padding: 0 8px;
}
.single-blog-bottom .tags li:after{
    position: absolute;
    content: "";
    width: 8px;
    height: 2px;
    background: #696969;
    top: 12px;
    right: -6px;
}
.single-blog-bottom .tags li:first-child{
    padding-left: 0;
    padding-right: 0;
}
.single-blog-bottom .tags li:last-child{
    padding-right: 0;
}
.single-blog-bottom .tags li:first-child:after,
.single-blog-bottom .tags li:last-child:after{
    display: none;
}
.single-blog-bottom .tags li .fa{
    color: #f4630b;
    -webkit-transform: rotate(110deg);
    transform: rotate(110deg);
    margin-right: 3px;
}
.single-blog-bottom .tags li a{
    font-size: 14px;
    font-weight: 500;
    color: #696969;
    text-transform: capitalize;
}
.single-blog-bottom .tags li a:hover{
    color: #f4630b;
}
/*===============================================================

## Author Box

=================================================================*/
.authorbox {
    position: relative;
    padding: 20px 0 20px 100px;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 30px;
}
.authorbox img {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    top: 16px;
}
.authorbox p {
  margin-bottom: 0;
}
.authorbox .author-header,
.authorbox .author-header a {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
}
.authorbox .socials {
  float: right;
}
.authorbox .socials li {
    display: inline;
    padding: 0 10px;
}
.authorbox .socials a {
  font-size: 14px;
  margin-left: 33px;
}

.authorbox .socials a:first-of-type {
  margin-left: 0;
}

.authorbox .socials a.ts-twitter {
  color: #55acee;
}

.authorbox .socials a.ts-google-plus {
  color: #dd4b39;
}

.authorbox .socials a.ts-facebook {
  color: #3b5999;
}

.authorbox .socials a.ts-linkedin {
  color: #007bb6;
}

.authorbox .socials a:hover {
  color: #d72924;
}

/*===============================================================
## Related Post
=================================================================*/
.related-pots-block ul li.related-box {
    margin: 20px 0;
}
.related-post h2 {
    font-weight: 600;
    margin-top: 10px;
    font-size: 20px;
}
.related-post .meta-box{
    padding-left: 10px;
    padding-right: 10px;
}
.related-post .meta-box .meta-post li:last-child {
    display: none;

}
/*===============================================================
## Search Result
=================================================================*/

.no-results.not-found h1{
    color: #333;
}
.no-results.not-found .search-block {
    position: relative;
}
.no-results.not-found .blog-search-field{
    height: 50px;
    padding-left: 25px;
    border: 1px solid #f7f7f7;
    box-shadow: none;
    width: 100%;
}
.no-results.not-found .searchsubmit {
    position: absolute;
    right: 15px;
    top: 43px;
    background: transparent;
    position: absolute;
    color: #7c7c7c;
    cursor: pointer;
    font-size: 16px;
}
/*===============================================================
## Comments
=================================================================*/

.comment-box-wrapper{
  position: relative;
  background: #ffffff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.05);
  float: left;
  width: 100%;
  margin-bottom: 1.5em;
}
/**
 * 11.4.1 - Comment form
 * -----------------------------------------
 */

/* comments area: comment form, comment list, and navigation */
.comments-area {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  color: #4c4f53;
}

/* comments area: styles for Font Awesome icons */
.comment-reply-title #cancel-comment-reply-link:before,
.bypostauthor > article .fn:after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

/* comment form title, comments title */
.comment-reply-title,
.comments-title {
  margin: 0 0 25px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  color: #2f3235;
  text-transform: uppercase;
}

/* comment form */
.comment-form {
  background-color: #ffffff;
  margin-bottom: 0;
  padding: 0;
  box-shadow: none;
}
.comment-form-comment {
  margin: 15px 0;
}
.comment-form-author,
.comment-form-email,
.comment-form-url {
  margin-bottom: 15px;
}
.comment-form label {
  display: block;
  margin-bottom: 0;
  padding-bottom: 5px;
  font-weight: 700;
  line-height: 1.7;
  color: #4c4f53;
}
.comment-form-comment label:after {
  content: ' *';
}
.comment-form-cookies-consent {
  margin-bottom: 10px;
  padding-top: 12px;
}
.comment-form-cookies-consent input[type="checkbox"] {
  margin: 0 10px 0 0;
}
.comment-form-cookies-consent label {
  display: inline;
  padding-bottom: 0;
  font-weight: 400;
}
#author,
#email,
#url,
#comment {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  border-radius: 3px;
  color: #4c4f53;
  background: #ffffff;
  border: 1px solid #eeefef;
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#comment {
  height: 110px;
  padding: 10px;
  resize: vertical;
}
#author:hover,
#email:hover,
#url:hover,
#comment:hover {
  border-color: #f4630b;
}
#author:active,
#email:active,
#url:active,
#comment:active,
#author:focus,
#email:focus,
#url:focus,
#comment:focus {
  outline: none;
  border-color: #f4630b;
}

/* allowed tags */
.comment-form .form-allowed-tags {
  display: none;
}

/* comment form: submit button */
.comment-form .form-submit {
  padding: 15px 0 7px;
  margin-bottom: 0;
}
.comment-form #submit {
    outline: none;
    display: inline-block;
    height: 48px;
    font-size: 15px;
    font-style: normal;
    border: 0;
    border-radius: 4px;
    padding: 10px 34px;
    background: #f4630b;
    color: #ffffff;
    -webkit-transition: background-color 0.2s ease;
    -moz-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
}
.comment-form #submit:hover,
.comment-form #submit:focus {
  color: #ffffff;
}
.comment-form #submit:hover {
  background: #212121;
  border-color: #212121;
  color: #ffffff;
  text-decoration: none;
}
.comment-form #submit:active {
  position: relative;
  top: 1px;
}

/* "must login" message */
.comment-respond .must-log-in {
  margin-bottom: 40px;
  padding: 30px;
  background-color: #ffffff;
}
.comment-respond .must-log-in a {
  color: #4c4f53;
  text-decoration: underline !important;
}
.comment-respond .must-log-in a:hover,
.comment-respond .must-log-in a:focus {
  color: #6ca4db;
}

/* "logged-in as ..." message */
.comment-form .logged-in-as a {
  color: #4c4f53;
}
.comment-form .logged-in-as a:first-child:hover,
.comment-form .logged-in-as a:first-child:focus {
  color: #4c4f53;
  text-decoration: underline !important;
}
.comment-form .logged-in-as a:last-child {
  text-decoration: underline !important;
}
.comment-form .logged-in-as a:last-child:hover,
.comment-form .logged-in-as a:last-child:focus {
  color: #6ca4db;
}

/* cancel comment reply link */
.comment-reply-title small {
  float: right;
  margin-top: 10px;
}
.comment-reply-title #cancel-comment-reply-link {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  color: #989ea6;
  position: relative;
  padding-left: 20px;
  text-transform: uppercase;
}
.comment-reply-title #cancel-comment-reply-link:before {
    font-family: 'FontAwesome';
    font-weight: 900;
    content: '\f00d';
    display: inline-block;
    font-size: 13px;
    left: 3px;
    position: absolute;
    top: 0;
}
.comment-reply-title #cancel-comment-reply-link:hover {
  color: #6ca4db;
}


/**
 * 11.4.2 - Comment list
 * -------------------------------------------------------------
 */

/* comments */
.comment-list-wrap {
  margin-bottom: 40px;
  padding: 30px 30px 15px;
  background-color: #ffffff;
}
.comment-list {
  list-style: none outside none;
  margin: 0;
  padding: 0 0 15px;
}
.comment-list .children {
  list-style: none outside none;
  margin: 0;
  padding: 0 0 0 30px;
}

/* comment body */
.comment .comment-body {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #eeefef;
  word-wrap: break-word;
  position: relative;
}
.comment-list > .comment:first-child > .comment-body {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

/* pingbacks and trackbacks */
.comment-list .pingback .comment-body {
  margin-top: 25px;
  padding-top: 25px;
  padding-left: 36px;
  border-top: 1px solid #eeefef;
  word-wrap: break-word;
  position: relative;
  font-family: 'PT Sans', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  color: #989ea6;
}
.comment-list .pingback .comment-body:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: 'FontAwesome';
  font-weight: 900;
  content: '\f35d';
  position: absolute;
  top: auto;
  left: 0;
  margin-top: -2px;
  line-height: 1;
  font-size: 19px;
  color: #4c4f53;
  opacity: 0.2;
}
.comment-list > .pingback:first-child > .comment-body {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.comment-list .pingback .comment-body > a {
  display: block;
  margin-top: 12px;
  font-family: 'Lora', serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  color: #4c4f53;
}
.comment-list .pingback .comment-body > a:hover,
.comment-list .pingback .comment-body > a:focus {
  color: #6ca4db;
  text-decoration: underline !important;
}
.comment-list .pingback .comment-body .edit-link {
  display: inline-block;
  margin-top: 12px;
  font-family: 'PT Sans', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
}
.comment-list .pingback .comment-body .edit-link .comment-edit-link {
  color: #989ea6;
  text-decoration: none !important;
}
.comment-list .pingback .comment-body .edit-link .comment-edit-link:hover,
.comment-list .pingback .comment-body .edit-link .comment-edit-link:focus {
  color: #6ca4db;
  text-decoration: underline !important;
}

/* comment metadata: avatar */
.comment-meta .comment-author img {
  float: left;
  display: block;
  width: 46px;
  height: 46px !important;
  margin: 0 15px 0 0;
  padding: 0;
  border-radius: 23px;
}

/* comment metadata: author */
.comment-meta .comment-author .fn {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  color: #2f3235;
  text-transform: uppercase;
}
.comment-meta .comment-author .fn .url {
  color: #2f3235;
  text-decoration: underline !important;
}
.comment-meta .comment-author .fn .url:hover,
.comment-meta .comment-author .fn .url:focus {
  color: #6ca4db;
}
.comment-meta .comment-author .says {
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  word-wrap: normal !important;
}

/* comment metadata: post author */
/*.bypostauthor > article .fn:after {
  font-family: 'FontAwesome';
  font-weight: 900;
  content: '\f044';
  margin-left: 8px;
  font-size: 75%;
}*/

/* comment metadata: date and edit links */
.comment-meta .comment-metadata {
  margin-top: 2px;
  font-family: 'PT Sans', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  color: #989ea6;
}
.comment-meta .comment-metadata a {
  color: #989ea6;
}
.comment-meta .comment-metadata a:hover,
.comment-meta .comment-metadata a:focus {
  color: #6ca4db;
  text-decoration: underline !important;
}

/* comment metadata: edit link */
.comment-meta .edit-link {
  margin-left: 10px;
}

/* comment metadata: "comment awaiting moderation" message */
.comment-meta .comment-awaiting-moderation {
  display: inline-block;
  margin: 15px 0 0;
  padding: 4px 0;
  background-color: #f7f8f8;
}

/* comment content */
.comment-content {
  padding: 12px 0 0 61px;
}
.bwp-no-avatars .comment-content {
  padding-left: 0 !important;
}
.comment-content p {
  margin-bottom: 15px;
}
.comment-content a {
  color: #4c4f53;
  text-decoration: underline !important;
}
.comment-content a:hover,
.comment-content a:focus {
  color: #6ca4db;
}

/* comment reply */
.comment-body .reply {
    padding: 0 0 0 61px;
    line-height: 1.3;
    position: absolute;
    top: 20px;
    right: 0;
}
.bwp-no-avatars .comment-body .reply {
  padding-left: 0 !important;
}
.comment-body .reply .comment-reply-link {
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    color: #989ea6;
    position: relative;
    padding-left: 20px;
    text-transform: uppercase;
}
.comment-body .reply .comment-reply-link:before {
    content: "\f122";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 13px;
    left: 3px;
    position: absolute;
    top: 0;
}
.comment-body .reply .comment-reply-link:focus {
  color: #989ea6;
}
.comment-body .reply .comment-reply-link:hover {
  color: #6ca4db;
  text-decoration: underline !important;
}

/* comment reply: comment form */
.comment-respond,
.comment-list li .comment-respond {
  margin-top: 25px;
  padding-top: 25px;
}
.comment-list li .comment-reply-title {
  margin-bottom: 16px;
}
.comment-list li .comment-form {
  margin-bottom: 0;
  padding: 0;
  box-shadow: none;
}
.comment-list li .comment-form .form-submit {
  padding-bottom: 5px;
}

/* comments are closed */
.comment-list-wrap.comments-closed .comment-list {
  padding-bottom: 0;
}
.comments-area .no-comments {
  margin-bottom: 40px;
  padding: 30px;
  background-color: #ffffff;
}


/**
 * 11.4.3 - Comments navigation
 * -------------------------------------------------------------
 */

.comment-navigation {
  margin: 10px 0 0;
  padding: 20px 0 15px;
  border-top: 1px solid #eeefef;
}
.comment-list-wrap.comments-closed .comment-navigation {
  margin-top: 25px;
}
.comment-navigation:before,
.comment-navigation:after {
  content: " ";
  display: table;
}
.comment-navigation:after {
  clear: both;
}
.comment-navigation {
  zoom: 1;
}
.comment-navigation .nav-previous,
.comment-navigation .nav-next {
  display: inline-block;
  min-height: 1px;
  width: 50%;
  line-height: 1.6;
}
.comment-navigation .nav-previous {
  float: left;
  text-align: left;
  padding-right: 15px;
}
.comment-navigation .nav-next {
  float: right;
  text-align: right;
  padding-left: 15px;
}
.comment-navigation .nav-links a {
  display: inline-block;
  width: 100%;
  font-family: 'PT Sans', sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  word-wrap: break-word;
  color: #989ea6;
}
.comment-navigation .nav-links a:hover,
.comment-navigation .nav-links a:focus {
  color: #6ca4db;
  text-decoration: underline !important;
}
.comment-navigation .nav-previous i {
  margin-right: 10px;
}
.comment-navigation .nav-next i {
  margin-left: 10px;
}


/*=========================================
    Start 404 Page
====================================*/

.page-error-option{
    text-align: center;
    padding: 150px 0 200px 0;
}
.page-error-option img{
    display: inline-block;
    margin-bottom: 37px;
}
.page-error-option h2{
    color: #010101;
    line-height: 36px;
    text-transform: uppercase;
}
.page-error-option h2 span{
    color: #f4630b;
}
.page-error-option p{
    font-size: 18px;
    color: #010101;
}
.page-error-option .btn-default{
    padding: 13px 38px;
    background: #f4630b;
    color: #fff;
    margin-top: 25px;
}


.search_box .search-box .second_click {
    display: block !important;
}

.search_box .search-box .first_click {
    display: none !important;
}

h2.screen-reader-text{ display: none; }

.left-sidebar .left-block {
    float: right;
}

.right-sidebar .left-block {
    float: left;
}

.no-sidebar .left-block {
    width: 100% !important;
}

.no-sidebar .right-block {
    display: none;
}


.social-icon-rounded li a
{
    color:#FFF;
}


li.widget_education_way_download:not(:last-child){margin-bottom: 16px;margin-top: -49px;}

