.main-header{
    position:relative;
    left:0px;
    top:0px;
    z-index:999;
    width:100%;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}
.sticky-header{
    position:fixed;
    opacity:0;
    visibility:hidden;
    background: #ffffff;
    left:0px;
    top:0px;
    border-bottom: 1px solid #e0e0e0;
    width:100%;
    z-index:0;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}

.fixed-header .sticky-header{
    z-index:999;
    opacity:1;
    visibility:visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
/** header-top **/

.header-top{
    position: relative;
    width: 100%;
    background: #1c88fb;
}
.header-top .top-left,
.header-top .top-right{
    position: relative;
    padding: 15px 0px 13px 0px;
}
.header-top .social-content li{
    position: relative;
    display: inline-block;
    margin-right: 30px;
}
.header-top .social-content li:last-child{
    margin-right: 0px;
}
.header-top .social-content li a,
.header-top .social-content li{
    position: relative;
    display: inline-block;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    line-height: 24px;
}
.header-top .social-content li a:hover{
    color: #1c88fb;
}
.header-top .top-right .right-content li{
    position: relative;
    display: inline-block;
    margin-left: 40px;
}
.header-top .top-right .right-content li:first-child{
    margin-left: 0px;
}
.header-top .top-right .right-content li:before{
    position: absolute;
    content: '';
    background: #ffffff;
    width: 1px;
    height: 20px;
    top: 3px;
    right: -25px;
}
.header-top .top-right .right-content li:last-child:before{
    display: none;
}
.header-top .top-right .right-content li a{
    position: relative;
    display: inline-block;
    font-size: 13px;
    color: #ffffff;
}
.header-top .top-right .right-content li i:before{
    margin-right: 7px;
}
.header-top .top-right{
    width: 100%;
    text-align: right;
}
.bg-box .top-right:before{
    position: absolute;
    content: '';

    width: 4000px;
    height: 100%;
    left: -30px;
    top: 0px;
}

/** header-bottom **/


.header-bottom{
    position: relative;
    background: #ffffff;
}
.main-header .logo-box{
    position: relative;
    display: inline-block;
    margin: 7px 0px 7px 0px;
}
.main-header .menu-area{
    position: relative;
    margin: 0px -16px 0px -16px;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
}
.main-header .header-bottom .nav-right{
    position: relative;
    margin-top: 25px;
}
.main-header .header-bottom .nav-right li{
    position: relative;
    display: inline-block;
}
.main-header .header-bottom .nav-right li.link{
    margin: 0px 25px 0px 0px;
    top: 3px;
}
.main-header .header-bottom .nav-right li.link i:before{
    margin: 0px;
    color: #000000;
    transition: all 500ms ease;
}
.main-header .header-bottom .nav-right li.link i:hover:before{
    color: #1c88fb;
}
.main-header .header-bottom .nav-right .donate-box button{
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 26px;
    font-family: 'Work Sans', sans-serif;
    color: #ffffff;
    background: #212121;
    padding: 7px 40px 7px 39px;
    border-radius: 30px;
    cursor: pointer;
    transition: all 300ms ease;
}
.main-header .header-bottom .nav-right .donate-box button:hover{
    background: #1c88fb;
}


/** main-menu **/

.main-menu{
    position: relative;
    display: block;
}
.main-menu .navbar-collapse{
    padding:0px;
}

.main-menu .navigation{
    position:relative;
    margin:auto;
}

.main-menu .navigation > li{
    position:relative;
    float:left;
    margin: 0px 19px;
}
.main-header .menu-column{
    padding: 0px;
}
.main-menu .navigation > li > a{
    position:relative;
    display:block;
    font-size:17px;
    font-family: 'Work Sans', sans-serif;
    color:#222222;
    line-height:30px;
    font-weight:500;
    opacity:1;
    text-transform:capitalize;
    padding: 31px 0px 29px 0px;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}
.main-menu .navigation  > li > a:before{
    position: absolute;
    content: '';
    background: #1c88fb;
    width: 0%;
    height: 2px;
    left: 0px;
    bottom: 21px;
    transition: all 500ms ease;
}
.main-menu .navigation > li.current > a:before,
.main-menu .navigation > li:hover > a:before{
    width: 100%;
}


.main-menu .navigation > li > ul{
    position:absolute;
    left:0px;
    top: 100%;
    width:250px;
    z-index:100;
    display:none;
    background:#212121;
    border-bottom: 3px solid #1c88fb;
}

.main-menu .navigation > li > ul > li{
    position:relative;
    width:100%;
    padding: 7px 30px;
    background: #212121;
    border-bottom: 1px dashed #333;
    transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li:last-child{
    border-bottom:none;
}

.main-menu .navigation > li > ul > li > a{
    position:relative;
    display:block;
    font-family: 'Work Sans', sans-serif;
    padding:6px 0px;
    line-height:24px;
    font-size:15px;
    color:#ffffff;
    font-weight: 500;
    text-align:left;
    text-transform:capitalize;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}
.main-menu .navigation > li > ul > li:hover{
    background: #1c88fb;
    border-bottom: 1px dashed #1c88fb;
}
.main-menu .navigation > li > ul > li:last-child:hover{
    border-bottom: none;
}

.main-menu .navigation > li.dropdown:hover > ul{
    visibility:visible;
    opacity:1;
}
.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
    position:absolute;
    right: 0px;
    top: 0px;
    font-size:18px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    color:#ffffff;
    width: 50px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    cursor:pointer;
    z-index:5;
    display: none;
}
.navbar-header {
    display: none;
}

/** stricky-header **/

.sticky-header .main-menu .navigation > li{
    margin: 0px;
}
.sticky-header .main-menu .navigation > li > a{
    padding: 14px 30px 16px 30px;
}
.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li:hover > a{
    background: #1c88fb;
    color: #ffffff;
}
.sticky-header .logo-box{
    margin-top: 11px;
}
.sticky-header .menu-area{
    padding: 0px;
    margin: 0px;
    border: none;
}
.sticky-header .main-menu .navigation > li > a:before{
    display: none;
}
/** search box **/

.main-header .search-box-area{
    position: relative;
    left: 4px;
}
.search-box-area .search-toggle i:before{
    position: relative;
    font-size: 13px;
    color: #ffffff;
    margin: 0px;
    cursor: pointer;
    transition: all 500ms ease;
}
.search-box-area .search-box {
    opacity: 0;
    position: absolute;
    background: #fff;
    padding: 15px 20px 20px 20px;
    border-top: 3px solid #e5e5e5;
    box-shadow: 0 1px 1px 0px #ccc;
    right: 0px;
    top: 40px;
    visibility: hidden;
    z-index: 9;
}
.search-box-area .form-group{
    position: relative;
    margin-bottom: 0px;
}
.search-box-area .form-group button{
    position: absolute;
    top: 2px;
    right: 0px;
    width: 46px;
    height: 46px;
    color: #fff;
    background: #1c88fb;
    cursor: pointer;
    border: none;
    z-index: 10;
}
.header-top .top-right .right-content .search-box-area .form-group i:before{
    margin: 0px;
}
.search-box-area input[type='search']{
    width: 250px;
    height: 50px;
    border: 2px solid #1c88fb;
    padding: 10px 50px 10px 20px;
    z-index: 9;
    margin-bottom: 0px;
}
.search-box.now-visible {
    top: 40px;
    right: 0px;
    opacity: 1;
    visibility: visible;
    z-index: 9;
}
/** main-footer **/

.main-footer{
    position: relative;
    background: #1e2129;
    margin-top: 50px;
}

.footer-content{
    position: relative;
    padding: 85px 0px 80px 0px;
}
.footer-content:before{
    position: absolute;
    content: '';
    background: url(../images/background/footer-pattern.png);
    width: 744px;
    height: 365px;
    top: 50px;
    right: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    animation-name: float-bob;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float-bob;
    -webkit-animation-duration: 30s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float-bob;
    -moz-animation-duration: 30s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob;
    -ms-animation-duration: 30s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob;
    -o-animation-duration: 30s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
.footer-content .logo-widget{
    position: relative;
    margin-top: -5px;
}
.footer-content .logo-widget .footer-social li{
    position: relative;
    display: inline-block;
    margin-right: 9px;
}
.footer-content .logo-widget .footer-social li:last-child{
    margin-right: 0px;
}
.footer-content .logo-widget .footer-social li a{
    position: relative;
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    background: #2e3138;
    color: #9ea0a9;
    text-align: center;
    border-radius: 50%;
}
.footer-content .logo-widget .footer-social li a:hover{
    color: #ffffff;
    background: #1c88fb;
}
.footer-content .logo-widget .logo-box{
    margin-bottom: 25px;
}
.footer-content .logo-widget .text p{
    color: #9ea0a9;
    margin-bottom: 32px;
}
.footer-content .footer-title{
    position: relative;
    font-size: 24px;
    line-height: 35px;
    font-family: 'Playfair Display', serif;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 27px;
}
.footer-content .service-widget .list li{
    display: block;
    margin-bottom: 12px;
}
.footer-content .service-widget .list li a{
    position: relative;
    display: inline-block;
    color: #9ea0a9;
}
.footer-content .service-widget .list li a:hover{
    color: #1c88fb;
}
.footer-content .contact-widget p{
    color: #9ea0a9;
    margin-bottom: 15px;
}
.footer-content .contact-widget{
    margin-left: 90px;
}
.footer-content .contact-widget .footer-title{
    margin-bottom: 29px;
}

/** footer-bottom **/

.footer-bottom{
    position: relative;
    background: #13151a;
    padding: 25px 0px 22px 0px;
}
.footer-bottom .copyright,
.footer-bottom .copyright a,
.footer-bottom .footer-nav li a{
    position: relative;
    color: #9ea0a9;
}
.footer-bottom .copyright a:hover,
.footer-bottom .footer-nav li a:hover{
    color:#1c88fb;
}
.footer-bottom .footer-nav{
    position: relative;
    text-align: right;
}
.footer-bottom .footer-nav li{
    position: relative;
    display: inline-block;
    margin-left: 29px;
}
.footer-bottom .footer-nav li:first-child{
    margin-left: 0px;
}
.footer-bottom .footer-nav li:before{
    position: absolute;
    content: '';
    background: #9ea0a9;
    width: 1px;
    height: 14px;
    top: 7px;
    left: -18px;
}
.footer-bottom .footer-nav li:first-child:before{
    display: none;
}

