/* ===================================
    About
====================================== */

/*
    Theme Name: MegaOne
    Theme URI:
    Author: Themes Industry
    Author URI:
    Description: One Page Parallax Template
    Tags: one page, multipurpose, parallax, creative, html5

 */

/* ===================================
    Table of Content
====================================== */


/*  - Fonts
    - General
    - Fonts
    - Social Icon Hover
    - Header And Navigation
    - Slider
    - About
    - Team
    - Portfolio
    - Price
    - Parallax
    - Testimonial
    - Client
    - Blog
    - Contact
    - Map
    - Footer
    - Loader
    - Media Queries   */


/* ===================================
    Google font
====================================== */

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Oswald:400,500,600&display=swap');


.main-font{font-family: 'Roboto', sans-serif;}
.alt-font{font-family: 'Oswald', sans-serif;}


/* ===================================
    General
====================================== */

body {font-family: 'Roboto', sans-serif; font-size: 16px;color: #2b2b2b;font-weight:300;line-height:25px;width: 100%; overflow-x: hidden}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {line-height: 1.2; font-weight: 400; font-family: 'Oswald', sans-serif;}
.h1, h1 {
    font-size: 3rem;
}
a, *::before, *::after, img, span, input, button, .navbar, .fixedmenu, .tp-bullet, .owl-dot, .owl-prev, .owl-next {transition: ease-in-out 0.2s;-webkit-transition: ease-in-out 0.2s;-moz-transition: ease-in-out 0.2s;-ms-transition: ease-in-out 0.2s;-o-transition: ease-in-out 0.2s;}
section,.section-padding {position: relative;overflow: hidden;}
.section-top-margin{margin-top: 7.5rem;}
a {color:inherit;text-decoration: none;}
.rev_slider_wrapper{width: 100% !important;}
.btn.focus, .btn:focus{-webkit-box-shadow: none;box-shadow: none;}
p:last-child{margin-bottom: 0 !important;}
.fa, .far, .fas{display: inline;}
a:active, a:hover{color: #a07bf7;}
blockquote {border-left: 2px solid;padding: 10px 15px 10px 35px;margin: 25px 0;font-size: 18px;line-height: 28px;margin-top: 32px;margin-bottom: 32px;}
blockquote > cite {font-weight: 400;font-size: 14px;display: block;}
.hidden{display: none;}
section{padding: 7.5rem 0;}

/* transition none */
.no-transition *{transition-timing-function:initial; -moz-transition-timing-function:initial; -webkit-transition-timing-function:initial; -o-transition-timing-function:initial; -ms-transition-timing-function:initial; transition-duration: 0s; -moz-transition-duration: 0s; -webkit-transition-duration: 0s; -o-transition-duration: 0s; -ms-transition-duration: 0s;}

/* overlay */
.bg-overlay{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}

/* opacity */
.opacity-full{opacity: 1;}
.opacity-3{opacity: .3;}
.opacity-4{opacity: .4;}
.opacity-5{opacity: .5;}
.opacity-6{opacity: .6;}
.opacity-7{opacity: .7;}
.opacity-8{opacity: .8;}
.opacity-9{opacity: .9;}

/*font-weight*/
.font-weight-100{font-weight: 100;}
.font-weight-300{font-weight: 300;}
.font-weight-500{font-weight: 500;}
.font-weight-600{font-weight: 600;}

/* button */
.btn {-webkit-appearance: initial; overflow: hidden;position: -webkit-sticky;position: sticky; z-index: 2; display:inline-block; font-size: 17px; border:2px solid transparent; letter-spacing: .5px; line-height: inherit; border-radius: 0; text-transform:capitalize; width: auto;font-family: 'Poppins', sans-serif; font-weight: 500; -webkit-transition: all .5s ease;-o-transition: all .5s ease !important;transition: all .5s ease !important;}
/* button size */
.btn.btn-small {font-size:12px; padding: 4px 1.8em;}
.btn.btn-medium {font-size:12px; padding: 6px 1.8em;}
.btn.btn-large {font-size:14px; padding: 9px 34px; line-height: 1.8em;}
.btn.btn-rounded {border-radius: 80px;}

/* button background */
.btn.btn-white {background:#ffffff; border-color: #ffffff; color: #585858}
.btn.btn-white:hover, .btn.btn-white:focus {background: transparent !important; border-color: #ffffff; color:  #ffffff !important}
.btn.btn-transparent-white {background:transparent; border-color: #ffffff; color:  #ffffff}
.btn.btn-transparent-white:hover, .btn.btn-transparent-white:focus {background: #ffffff !important; color: #585858 !important}
.btn.btn-transparent-black {background:transparent; border-color: #2b2b2b; color: #2b2b2b}
.btn.btn-transparent-black:hover, .btn.btn-transparent-black:focus {background: #2b2b2b !important; color: #ffffff !important}
.btn.btn-transparent-purple {background:transparent; border-color: #a07bf7; color: #a07bf7}
.btn.btn-transparent-purple:hover, .btn.btn-transparent-purple:focus {background: #a07bf7 !important; color: #ffffff !important}
.btn.btn-black {background: #2b2b2b; border-color: #2b2b2b; color: #ffffff}
.btn.btn-black:hover, .btn.btn-black:focus {background: transparent !important; border-color: #2b2b2b; color: #2b2b2b !important}
.btn.btn-purple {background: #a07bf7; border-color: #a07bf7; color: #ffffff}
.btn.btn-purple:hover, .btn.btn-purple:focus {background: transparent !important; border-color: #a07bf7; color: #a07bf7 !important}
.btn.btn-hvr-white:hover, .btn.btn-hvr-white:focus {background: #ffffff !important; border-color: #ffffff; color: #585858 !important}

/*Slightly desaturated orange btn*/
.white-tran-blue-btn{font-size: 12px;font-family: 'Roboto', sans-serif;padding: 10px 25px;color:#ffffff;font-weight: 600;background-color:transparent;border:1px solid #ffffff !important;border-radius: 0px;-webkit-transition: .8s ease !important;-o-transition: .8s ease !important;transition: .8s ease !important;}
.white-tran-blue-btn:hover{color: #ffffff; ;background-color:#6b203b !important; border: 1px solid transparent !important;}

.white-blue-btn{font-size: 12px;font-family: 'Roboto', sans-serif;padding: 10px 25px;color:#2b2b2b;font-weight: 600;background-color:#ffffff;border:1px solid transparent;border-radius: 0px;-webkit-transition: .8s ease !important;-o-transition: .8s ease !important;transition: .8s ease !important;}
.white-blue-btn:hover{color: #ffffff; ;background-color:#6b203b !important; border: 1px solid transparent;}

.blue-white-btn{font-size: 12px;font-family: 'Roboto', sans-serif;padding: 10px 25px;color:#ffffff;;font-weight: 600;background-color:#6b203b;border:1px solid transparent;border-radius: 0px;-webkit-transition: .8s ease !important;-o-transition: .8s ease !important;transition: .8s ease !important;}
.blue-white-btn:hover{color: #ffffff !important; ;background-color:#2b2b2b !important; border: 1px solid transparent;}

/* background color */
.bg-main{background: #6b203b;}
.bg-black{background: #000000;}
.bg-black-light{background: #2b2b2b;}
.bg-dark {background-color: #1d1d21 !important;}
.bg-blue {background-color: #a07bf7;}
.bg-pink {background-color: #f033b5;}
.bg-purple {background-color: #9556f5;}

/* text-color */
.main-color{color: #6b203b;}

/*Max Width*/
.mx-570{
    max-width: 570px;
    display: inline-block;
}

/* ===================================
   Social Icon Bg
====================================== */

.social-icon-bg a i.fa-facebook-f {background-color: #3B5998;}

.social-icon-bg a i.fa-linkedin-in {background-color: #0976B4;}
.social-icon-bg a i.fa-instagram {background-color: #c13584;}
.social-icon-bg a i.fa-youtube {background-color: #dd4b39;}
.social-icon-bg a i.fa-pinterest-p {background-color: #B7242A;}
.social-icon-bg a i.fa-instagram {background-color: #e8715c;}

.social-icon-bg a i.fa-youtube {background-color: #cd201f;}
.social-icon-bg a i.fa-pinterest {background-color: #bd081c;}

/* ===================================
   Social Icon Bg Hover
====================================== */

.social-icon-bg-hvr a:hover i.fa-facebook-f {background-color: #3B5998;}
.social-icon-bg-hvr a:hover i.fa-twitter {background-color: #a07bf7;}
.social-icon-bg-hvr a:hover i.fa-google-plus {background-color: #DD4B39;}
.social-icon-bg-hvr a:hover i.fa-linkedin-in {background-color: #0976B4;}
.social-icon-bg-hvr a:hover i.fa-instagram {background-color: #c13584;}
.social-icon-bg-hvr a:hover i.fa-youtube {background-color: #dd4b39;}
.social-icon-bg-hvr a:hover i.fa-pinterest-p {background-color: #B7242A;}
.social-icon-bg-hvr a:hover i.fa-instagram {background-color: #e8715c;}
.social-icon-bg-hvr a:hover i.fa-vimeo {background-color: #1ab7ea;}
.social-icon-bg-hvr a:hover i.fa-vk {background-color: #4c75a3;}
.social-icon-bg-hvr a:hover i.fa-youtube {background-color: #cd201f;}
.social-icon-bg-hvr a:hover i.fa-pinterest {background-color: #bd081c;}
.social-icon-bg-hvr a:hover i.fa-tumblr {background-color: #34465d;}
.social-icon-bg-hvr a:hover i.fa-behance {background-color: #131418;}
.social-icon-bg-hvr a:hover i.fa-dribbble {background-color: #ea4c89;}
.social-icon-bg-hvr a:hover i.fa-google-plus {background-color: #dd4b39;}
.social-icon-bg-hvr a:hover i.fa-xing {background-color: #026466;}
.social-icon-bg-hvr a:hover i.fa-yelp {background-color: #af0606;}
.social-icon-bg-hvr a:hover i.fa-vine {background-color: #00b489;}

/* ===================================
   Social Icon Color
====================================== */

.social-icon-clr a i.fa-facebook-f {color: #3B5998;}
.social-icon-clr a i.fa-twitter {color: #0976B4;}
.social-icon-clr a i.fa-google-plus {color: #DD4B39;}
.social-icon-clr a i.fa-linkedin-in {color: #0976B4;}
.social-icon-clr a i.fa-instagram {color: #c13584;}
.social-icon-clr a i.fa-youtube {color: #dd4b39;}
.social-icon-clr a i.fa-pinterest-p {color: #B7242A;}
.social-icon-clr a i.fa-instagram {color: #e8715c;}
.social-icon-clr a i.fa-vimeo {color: #1ab7ea;}
.social-icon-clr a i.fa-vk {color: #4c75a3;}
.social-icon-clr a i.fa-youtube {color: #cd201f;}
.social-icon-clr a i.fa-pinterest {color: #bd081c;}
.social-icon-clr a i.fa-tumblr {color: #34465d;}
.social-icon-clr a i.fa-behance {color: #131418;}
.social-icon-clr a i.fa-dribbble {color: #ea4c89;}
.social-icon-clr a i.fa-google-plus {color: #dd4b39;}
.social-icon-clr a i.fa-xing {color: #026466;}
.social-icon-clr a i.fa-yelp {color: #af0606;}
.social-icon-clr a i.fa-vine {color: #00b489;}

/* ===================================
   Social Icon Hover
====================================== */

.social-icon-clr-hvr a i:hover.fa-facebook-f {color: #3B5998;}
.social-icon-clr-hvr a i:hover.fa-twitter {color: #0976B4;}
.social-icon-clr-hvr a i:hover.fa-google-plus {color: #DD4B39;}
.social-icon-clr-hvr a i:hover.fa-linkedin-in {color: #0976B4;}
.social-icon-clr-hvr a i:hover.fa-instagram {color: #c13584;}
.social-icon-clr-hvr a i:hover.fa-youtube {color: #dd4b39;}
.social-icon-clr-hvr a i:hover.fa-pinterest-p {color: #B7242A;}
.social-icon-clr-hvr a i:hover.fa-instagram {color: #e8715c;}
.social-icon-clr-hvr a i:hover.fa-vimeo {color: #1ab7ea;}
.social-icon-clr-hvr a i:hover.fa-vk {color: #4c75a3;}
.social-icon-clr-hvr a i:hover.fa-youtube {color: #cd201f;}
.social-icon-clr-hvr a i:hover.fa-pinterest {color: #bd081c;}
.social-icon-clr-hvr a i:hover.fa-tumblr {color: #34465d;}
.social-icon-clr-hvr a i:hover.fa-behance {color: #131418;}
.social-icon-clr-hvr a i:hover.fa-dribbble {color: #ea4c89;}
.social-icon-clr-hvr a i:hover.fa-google-plus {color: #dd4b39;}
.social-icon-clr-hvr a i:hover.fa-xing {color: #026466;}
.social-icon-clr-hvr a i:hover.fa-yelp {color: #af0606;}
.social-icon-clr-hvr a i:hover.fa-vine {color: #00b489;}

/* ===================================
        Header
   ====================================== */

/* nav top default */

header a.logo img {
    max-width: 80px;
    vertical-align: sub;
}

.navbar-top-default{
    position: absolute;
    top: 0;
    z-index: 99;
    overflow: hidden;
    height: 90px;
    width: 100%;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.other-page .navbar-top-default{
    background-color: #000000;
}


.header-appear .navbar-top-default {
    height: 90px;
    position: fixed;
    z-index: 99;
    background: #ffffff;
    -webkit-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
}

.header-appear .navbar-top-default{
    background: #067AC0;
}

/*change nav color on sticky nav*/
.header-appear .navbar-simple .navbar-nav .nav-link {
    color: #ffffff;
}



.navbar-top-default #megaone{
    margin-right: -30px;
}

/*Navbar Simple*/

.navbar-simple .navbar-nav .nav-link {
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    padding: 0.4rem 1.5rem;
}

.nav-box-round .navbar-nav .nav-link{
    border-radius: 20px;
}

.header-appear .nav-box-round .navbar-nav .nav-link.active{
    background-color: #a07bf7;
    color: #ffffff !important;
}

.header-appear .nav-box-round .navbar-nav .nav-link:hover{
    color: #a07bf7;
}

/*nav line*/

.nav-line .navbar-nav .nav-link.active:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    visibility: visible;
    opacity: 1;
}

.nav-line .navbar-nav .nav-link:before {
    position: relative;
    content: '';
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: table;
    height: 3px;
    border-radius: 2px;
    bottom: -28px;
    -webkit-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    background: #ffffff;
    visibility: hidden;
    opacity: 0;
}

/* ===================================
    Side Menu
====================================== */

.side-menu {
    width: 40%;
    position: fixed;
    right: 0;
    top: 0;
    background: #ffffff;
    z-index: 1032;
    height: 100%;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    overflow: hidden;
}
.side-menu.left {
    left: 0; right: auto;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
.side-menu.before-side {
    width: 280px;
}
.side-menu.side-menu-active,
.side-menu.before-side{
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.pul-menu .side-menu.side-menu-active {
    visibility: visible; opacity: 1;
}
.side-menu .navbar-brand {
    margin: 0 0 2.5rem 0;
}

/*Side overlay*/
#close_side_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2b2b2b;
    -webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -o-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    display: none;
    z-index: 1031;
    opacity: 0.4;
}

/*side clode btn*/
.side-menu .btn-close {
    height: 33px;
    width: 33px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 30px;
    right: 15px;
    cursor: pointer;
}
.side-menu.before-side .btn-close{
    display: none;
}
.side-menu .btn-close::before, .side-menu .btn-close::after {
    position: absolute;
    left: 16px;
    content: ' ';
    height: 24px;
    width: 2px;
    background: #2b2b2b;
    top: 5px;
}
.side-menu .btn-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.side-menu .btn-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*side open btn*/

.sidemenu_btn {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    width: 36px;
    padding: 6px;
    margin-right: 1rem;
    position: absolute;
    right: 15px;
    display: inline-block;
}
.sidemenu_btn span {
    height: 2px;
    width: 100%;
    background: #ffffff;
    display: block;
}

.sidemenu_btn span:nth-child(2) {
    margin: 4px 0;
}

.side-menu .inner-wrapper {
    padding: 3.5rem 5rem;
    height: 100%;
    position: relative;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.pul-menu.pushwrap .side-menu .inner-wrapper{
    padding: 3.5rem 2.5rem;
}
.side-menu .side-nav {
    margin-bottom: 30px;
    display: block;
}
.side-nav .navbar-nav .nav-item{
    display: block;
    margin: 10px 0; padding: 0 !important;
    opacity: 0;
    -webkit-transition: all 0.8s ease 500ms;
    -o-transition: all 0.8s ease 500ms;
    transition: all 0.8s ease 500ms;

    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
}
.side-nav .navbar-nav .nav-item:first-child {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}
.side-nav .navbar-nav .nav-item:nth-child(2){
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}
.side-nav .navbar-nav .nav-item:nth-child(3) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}
.side-nav .navbar-nav .nav-item:nth-child(4) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}
.side-nav .navbar-nav .nav-item:nth-child(5) {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}
.side-nav .navbar-nav .nav-item:nth-child(6) {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}
.side-nav .navbar-nav .nav-item:nth-child(7) {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s;
}
.side-nav .navbar-nav .nav-item:nth-child(8) {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
}
.side-nav .navbar-nav .nav-item:nth-child(9) {
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s;
}
.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.side-nav .navbar-nav .nav-link {
    display: inline-table;
    color: #2b2b2b;
    padding: 2px 0 3px 0 !important;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: normal;
    position: relative;
    border-radius: 0;
}
.side-nav .navbar-nav .nav-link::after{
    content: "";
    position: absolute;
    background: #2b2b2b;
    display: inline-block;
    width: 0;
    height: 3px;
    bottom: 0; left: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.side-nav .navbar-nav .nav-link:hover::after,
.side-nav .navbar-nav .nav-link:focus::after,
.side-nav .navbar-nav .nav-link.active::after {
    width: 100%;
}
.side-nav .navbar-nav .nav-link.active {
    background: transparent;
}
.side-menu p{
    margin-top: .5rem;
    margin-bottom: 0;
}

.social-icons-simple{
    margin-bottom: 0;
    margin-left: -10px;
}

.social-icons-simple li{
    display: inline-block;
}

.side-footer p{
    color: #2b2b2b;
}


.social-icons-simple li a {
    display: block;
    color: #2b2b2b;
    font-size: 16px;
    height: 36px;
    line-height: 38px;
    border: 1px solid transparent;
    text-align: center;
    width: 36px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    transition: background-color .5s ease;
}
.social-icons-simple li a:hover{
    background-color:#067AC0;
}

.social-icons-simple li.animated-wrap a:hover{
    background-color: transparent;
    color: #ffffff;
}
@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}



/* ===================================
        Slider
   ====================================== */

.rev-slider{
    overflow-x: hidden;
}

.rev-slider .slider-overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.40);
}

/* ===================================
    BACKGROUND SVG
 =====================================*/

.bacKground-svg{
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1000' height='1000' viewBox='0 0 200 200'%3E%3Cg fill='none' stroke='%23067ac0' stroke-width='0.8' stroke-opacity='0.02'%3E%3Crect x='-40' y='40' width='75' height='75'/%3E%3Crect x='-35' y='45' width='65' height='65'/%3E%3Crect x='-30' y='50' width='55' height='55'/%3E%3Crect x='-25' y='55' width='45' height='45'/%3E%3Crect x='-20' y='60' width='35' height='35'/%3E%3Crect x='-15' y='65' width='25' height='25'/%3E%3Crect x='-10' y='70' width='15' height='15'/%3E%3Crect x='-5' y='75' width='5' height='5'/%3E%3Crect width='35' height='35'/%3E%3Crect x='5' y='5' width='25' height='25'/%3E%3Crect x='10' y='10' width='15' height='15'/%3E%3Crect x='15' y='15' width='5' height='5'/%3E%3Crect x='40' width='75' height='75'/%3E%3Crect x='45' y='5' width='65' height='65'/%3E%3Crect x='50' y='10' width='55' height='55'/%3E%3Crect x='55' y='15' width='45' height='45'/%3E%3Crect x='60' y='20' width='35' height='35'/%3E%3Crect x='65' y='25' width='25' height='25'/%3E%3Crect x='70' y='30' width='15' height='15'/%3E%3Crect x='75' y='35' width='5' height='5'/%3E%3Crect x='40' y='80' width='35' height='35'/%3E%3Crect x='45' y='85' width='25' height='25'/%3E%3Crect x='50' y='90' width='15' height='15'/%3E%3Crect x='55' y='95' width='5' height='5'/%3E%3Crect x='120' y='-40' width='75' height='75'/%3E%3Crect x='125' y='-35' width='65' height='65'/%3E%3Crect x='130' y='-30' width='55' height='55'/%3E%3Crect x='135' y='-25' width='45' height='45'/%3E%3Crect x='140' y='-20' width='35' height='35'/%3E%3Crect x='145' y='-15' width='25' height='25'/%3E%3Crect x='150' y='-10' width='15' height='15'/%3E%3Crect x='155' y='-5' width='5' height='5'/%3E%3Crect x='120' y='40' width='35' height='35'/%3E%3Crect x='125' y='45' width='25' height='25'/%3E%3Crect x='130' y='50' width='15' height='15'/%3E%3Crect x='135' y='55' width='5' height='5'/%3E%3Crect y='120' width='75' height='75'/%3E%3Crect x='5' y='125' width='65' height='65'/%3E%3Crect x='10' y='130' width='55' height='55'/%3E%3Crect x='15' y='135' width='45' height='45'/%3E%3Crect x='20' y='140' width='35' height='35'/%3E%3Crect x='25' y='145' width='25' height='25'/%3E%3Crect x='30' y='150' width='15' height='15'/%3E%3Crect x='35' y='155' width='5' height='5'/%3E%3Crect x='200' y='120' width='75' height='75'/%3E%3Crect x='40' y='200' width='75' height='75'/%3E%3Crect x='80' y='80' width='75' height='75'/%3E%3Crect x='85' y='85' width='65' height='65'/%3E%3Crect x='90' y='90' width='55' height='55'/%3E%3Crect x='95' y='95' width='45' height='45'/%3E%3Crect x='100' y='100' width='35' height='35'/%3E%3Crect x='105' y='105' width='25' height='25'/%3E%3Crect x='110' y='110' width='15' height='15'/%3E%3Crect x='115' y='115' width='5' height='5'/%3E%3Crect x='80' y='160' width='35' height='35'/%3E%3Crect x='85' y='165' width='25' height='25'/%3E%3Crect x='90' y='170' width='15' height='15'/%3E%3Crect x='95' y='175' width='5' height='5'/%3E%3Crect x='120' y='160' width='75' height='75'/%3E%3Crect x='125' y='165' width='65' height='65'/%3E%3Crect x='130' y='170' width='55' height='55'/%3E%3Crect x='135' y='175' width='45' height='45'/%3E%3Crect x='140' y='180' width='35' height='35'/%3E%3Crect x='145' y='185' width='25' height='25'/%3E%3Crect x='150' y='190' width='15' height='15'/%3E%3Crect x='155' y='195' width='5' height='5'/%3E%3Crect x='160' y='40' width='75' height='75'/%3E%3Crect x='165' y='45' width='65' height='65'/%3E%3Crect x='170' y='50' width='55' height='55'/%3E%3Crect x='175' y='55' width='45' height='45'/%3E%3Crect x='180' y='60' width='35' height='35'/%3E%3Crect x='185' y='65' width='25' height='25'/%3E%3Crect x='190' y='70' width='15' height='15'/%3E%3Crect x='195' y='75' width='5' height='5'/%3E%3Crect x='160' y='120' width='35' height='35'/%3E%3Crect x='165' y='125' width='25' height='25'/%3E%3Crect x='170' y='130' width='15' height='15'/%3E%3Crect x='175' y='135' width='5' height='5'/%3E%3Crect x='200' y='200' width='35' height='35'/%3E%3Crect x='200' width='35' height='35'/%3E%3Crect y='200' width='35' height='35'/%3E%3C/g%3E%3C/svg%3E");
    background-attachment: fixed;
}

.manage-spacing{
    padding-top: 120px;
}






.our-t-btn{
    background-color: #6b203b;
    padding: 10px 10px 10px 10px;
    color: white;
    font-family: Roboto, sans-serif;
    font-weight: bold;
    font-size: 14px;
    border: solid 1px #000;
    transition: .5s ease;
}
.our-t-btn a{
    text-decoration: none;
    color: white;
}
.our-t-btn:hover{
    background-color: black;
    color: #6b203b;

}


/*-----------------------------
  money_section
-----------------------------*/
.money_section {
  position: relative;
  overflow: hidden;
}
.money_section .title_sections {
  margin-bottom: 2.5rem;
}
.money_section .img_hand {
  margin-top: -2rem;
  margin-left: 8rem;
}

.btn_lg_primary {
  padding: 0.9rem 2.3rem;
  font-size: 50px;
  text-align: center;
  -webkit-transition: 0.3s !important;
  -moz-transition: 0.3s !important;
  -o-transition: 0.3s !important;
  -ms-transition: 0.3s !important;
  transition: 0.3s !important;
}
.btn_lg_primary:hover {
  opacity: 0.9;
}

@media (max-width: 991px) {
  .money_section .img_hand {
    margin-top: -2rem;
    margin-left: auto;
    width: 100%;
    
  }


  .money_section .btn_lg_primary {
    margin-left: auto;
    width: 60%;
    font-size: 20px;
    margin-top: 0;
  }


}

.c-white {
  color: #ffffff !important;
}

.rounded-8 {
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -o-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  border-radius: 50px !important;
}

.bg-red {
  background-color: #f93542 !important;
}
/*-----------------------------
  Student Testimonial
-----------------------------*/
.title_sections {
  margin-bottom: 6.25rem;
}
.title_sections .before_title {
  margin-bottom: 1.25rem;
}
.title_sections .before_title span {
  color: #0b2238;
  font-size: 1rem;
  font-weight: 500;
}
.title_sections .before_title span:last-child {
  color: #165df5;
}
.title_sections h2 {
  font-size: 1.875rem;
  margin-bottom: 1.25rem;
  font-weight: 600;
  color: #0b2238;
}
.title_sections p {
  color: #6c7a87;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 1.25rem;
}
@media (max-width: 991px) {
  .title_sections {
    margin-bottom: 2.5rem;
  }
}

.title_sections_inner {
  margin-bottom: 3.125rem;
}
.title_sections_inner .before_title {
  margin-bottom: 1.25rem;
}
.title_sections_inner .before_title span {
  color: #0b2238;
  font-size: 1rem;
  font-weight: 500;
}
.title_sections_inner .before_title span:last-child {
  color: #165df5;
}
.title_sections_inner h2 {
  font-size: 1.875rem;
  margin-bottom: 1.25rem;
  font-weight: 600;
  color: #0b2238;
}
.title_sections_inner p {
  color: #6c7a87;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 1.25rem;
}
.title_sections_inner .btn {
  margin-top: 1.25rem;
}
@media (max-width: 991px) {
  .title_sections_inner {
    margin-bottom: 2.5rem;
  }
}
/*-----------------------------
  ggrid_testmonials
-----------------------------*/
.ggrid_testmonials {
  position: relative;
  background-color: #a8dae3;
}

.ggrid_testmonials .item_tmonial {
  border: 1px solid #edeef1;
  border-radius: 12px;
  padding: 2rem 2.5rem;
  margin-bottom: 2rem;
  -webkit-transition: 0.4s !important;
  -moz-transition: 0.4s !important;
  -o-transition: 0.4s !important;
  -ms-transition: 0.4s !important;
  transition: 0.4s !important;
}
.ggrid_testmonials .item_tmonial:hover {
  -webkit-box-shadow: 0px 45px 60px -30px rgba(11, 34, 56, 0.06) !important;
  -moz-box-shadow: 0px 45px 60px -30px rgba(11, 34, 56, 0.06) !important;
  -o-box-shadow: 0px 45px 60px -30px rgba(11, 34, 56, 0.06) !important;
  -ms-box-shadow: 0px 45px 60px -30px rgba(11, 34, 56, 0.06) !important;
  box-shadow: 0px 45px 60px -30px rgba(11, 34, 56, 0.06) !important;
}
.ggrid_testmonials .item_tmonial .r_reviews {
  font-size: 16px;
  font-style: italic;
  color: #6c7a87;
  font-weight: 400;
  margin-bottom: 1.5rem;
}
.ggrid_testmonials .item_tmonial .item_user🐱‍👓 img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 50%;
  margin: auto;
  margin-right: 0.75rem;
}
.ggrid_testmonials .item_tmonial .item_user🐱‍👓 .txt h5 {
  font-size: 15px;
  font-weight: 600;
  color: #0b2238;
  margin-bottom: 0.3rem;
}
.ggrid_testmonials .item_tmonial .item_user🐱‍👓 .txt h5 a {
  color: #f93542;
  font-size: 12px;
}
.ggrid_testmonials .item_tmonial .item_user🐱‍👓 .txt p {
  color: #6c7a87;
  font-size: 12px;
  margin-bottom: 0;
}
/* ===================================
    LASTEST UPDATE
 =====================================*/


.lastest-update{

}

.lastest-update .online-live-container{
    position: relative;
}

.lastest-update .online-live-update{
    background-color: #ffffff;
    min-height: 300px;
    transform: translateY(-50%);
    right: 21px;
    left: 30px;
    position: absolute;
    box-shadow: 1px 1px 15px #e1e1e1;
}
.lastest-update .online-live-update .online-live-col::after{
    content: " ";
    display: block;
    height: 100px;
    width: 30px;
    border-right: 10px double rgba(43, 43, 43, 0.35);
}


.lastest-update .online-live-update  .online-update-content{
    color: #2b2b2b;
}

.lastest-update .online-live-update  .online-update-content .sub-title{
    font-size: 12px;
}
.lastest-update .online-live-update  .online-update-content .title{
    font-size: 20px;
}





/* ===================================
  About Us
==================================== */

.about-us{
}

.about-us .new1{
    margin-bottom: 40px;
    margin-top: 40px;
    background-color: #5396c9;
    overflow: hidden;
}

.about-us .new1:last-child{
    margin-bottom: 0;
    margin-top: 0;
}
/*ZOOM EFFECT ON IMAGES*/
.about-us .new1 .media img{
    cursor: pointer;
    transition: .8s ease;
}
.about-us .new1 .media img:hover{
    transform: scale(1.1);
}

.about-us .new1 .media .media-body .sub-title{
    color: #ffffff;
    font-family: Roboto, "sans-serif";
}
.about-us .new1 .media .media-body .title{
    color: #ffffff;
}

.about-us .new1 .media .media-body p{
    margin-top: 15px;
    color: #ffffff;
}

.about-us .new2{
    overflow: hidden;
}

.about-us .new2 .card{
    position: static;
}

.about-us .new2 .card .image-holder{
    cursor: pointer;
}


.about-us .new2 .card .image-holder .video-btn{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #ffffff;
    font-size: 50px;
    opacity: 0;
    transition: .8s ease;
}

.about-us .new2 .card .image-holder:hover .video-btn{
    opacity: 1;
}

.about-us .new2 .card .image-holder img{
    width: 100%;
}

.about-us .new2{
    margin-bottom: 40px;
    margin-top: 40px;
}

.about-us .new2 .card-body{
    background-color:#fff;
    color: #000;
    font-size: 18px;
}

/* feature box style 1 */
.feature-box-1 {display: table}
.feature-box-1 .char-value {display: table-cell; vertical-align: middle}
.text-deep-blue, .btn.text-deep-blue {color:#5396c9}
.letter-spacing-minus-1 {letter-spacing:1px}


.line-height-22 {line-height:22px}
.padding-20px-left {padding-left:20px;}
/* ===================================
   Parallax
====================================== */

.parallax-box{
    padding: 3rem 0;
    text-align: center;
}
.parallax-box i{
    font-size: 2.5rem;
    display: inline-block;
    margin-bottom: 25px;
    -webkit-transition: transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}
.parallax-box:hover i{
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition: transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.parallax-box h2{
    font-size: 2.5rem;
    margin-bottom: 10px;
}
.parallax-box h5{
    font-weight: 400;
    font-size: 1.1rem;
}



/* ===================================
  Plan Your Path
====================================== */



.blue-bg {
    margin-bottom: 40px;
    margin-top: 40px;
    background-color: #fce7c0;
    overflow: hidden;
}



.certs-container {
	background-color:transparent;
        min-height: 250px;
        right: auto;
        left: auto;
        position: relative;
        box-shadow: none;
        transform: translateY(0);

}

 .certs-container .cert-box{

	 background-color: #6b203b;
  width: 300px;
  border: 10px solid white;
  padding: 50px;
  margin: 20px;
  position: relative;
  

 }

/* ===================================
    portfolio area inner gallery sec
====================================== */
.portfolio-area{}
.portfolio-area .portfolio-item{
    cursor: pointer;
    margin-bottom: 30px;

}
.portfolio-area .portfolio-item .portfolio-inner-content{
    background-color: #fff;
    position: relative; 
      height: 100%;
  align-items: center;


}
.portfolio-area .portfolio-item .portfolio-inner-content .item-img-holder{
    overflow: hidden;
}

.portfolio-area .portfolio-item .portfolio-inner-content .item-img-holder img{
    width: 100%;
    transition: .5s ease;
}


.portfolio-area .portfolio-item .portfolio-inner-content .item-img-holder .item-badge{
    background: linear-gradient(to right,#fc2547 50%, #ff5a00 100%);
    font-size: 16px;
    line-height: 1;
    color: #ffffff;
    height: 80px;
    width: 100px;
    position: absolute;
    right: -19px;
    top: -34px;
    display: block;
    text-align: center;
    padding-top: 39px;
    font-weight: 500;

}
.portfolio-area .portfolio-item .portfolio-inner-content .item-img-holder .item-badge span{
    display: block;
    font-weight: 300;
    font-size: 10px;
}
.portfolio-area .portfolio-item .portfolio-inner-content .item-detail-area{
    padding: 20px;
    height: 100%;
}
.portfolio-area .portfolio-item .portfolio-inner-content .item-detail-area .item-name{
    color: #000;
    font-size: 18px;
    font-weight: 200;
    transition: .5s ease;
}

.portfolio-area .portfolio-item .portfolio-inner-content .item-detail-area .text{
    margin-top: 1px;

}
.portfolio-area .portfolio-item:hover .portfolio-inner-content .item-detail-area .item-name{
    animation: 1s hoverall;
    color: #fe461a;
   
}


/* ===================================
   Why 
====================================== */


.red-bg {
    margin-bottom: 40px;
    margin-top: 40px;
    background-color: #fce7c0;
    overflow: hidden;
}

/* ===================================
Clients
====================================== */

/* ===================================
Reserach
====================================== */
.blog-image a > img {width: 100%}
/* blog post style 3 */
.blog-post-style3 .grid-item .blog-post * {transition-timing-function: ease-in-out; -moz-transition-timing-function: ease-in-out; -ms-transition-timing-function: ease-in-out; -webkit-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; transition-duration: .3s; -moz-transition-duration: .3s; -ms-transition-duration: .3s; -webkit-transition-duration: .3s; -o-transition-duration: .3s;}
.blog-post-style3 .grid-item .blog-post .author img {width: 25px;}
.blog-post-style3 .grid-item .blog-post .blog-post-images a {display: block;}
.blog-post-style3 .grid-item .blog-post .blog-post-images .blog-hover-icon {position: absolute; height: 100%; width: 100%; background: rgba(0,0,0,0.5); top: 0; left: 0; text-align: center; opacity: 0;}
.blog-post-style3 .grid-item .blog-post:hover .blog-post-images .blog-hover-icon {opacity: 1}
.blog-post-style3 .grid-item .blog-post .blog-post-images .blog-hover-icon span {top: 35%; position: relative; font-size: 48px; color: #fff; opacity: 0}
.blog-post-style3 .grid-item .blog-post:hover .blog-post-images .blog-hover-icon span {top: 40%; opacity: 1;}



/* blog details page */
/* author */
.about-author-img { float: left; max-width: 100px; margin-right: 35px; margin-bottom: 15px;}
.about-author-text {top: -5px}
.author-sharing a { margin-right: 15px; color: #737373 }
.author-sharing a:hover {color: #000}
.alignnone { margin: 5px 30px 40px 0;}
.aligncenter, div.aligncenter { display: block; margin: 5px auto 5px auto; }
.alignright { float:right; margin: 5px 0 30px 40px; }
.alignleft { float: left; margin: 5px 40px 30px 0; }
a img.alignright { float: right; margin: 5px 0 40px 30px; }
a img.alignnone { margin: 5px 20px 20px 0; }
a img.alignleft { float: left; margin: 5px 20px 20px 0; }
a img.aligncenter { display: block; margin-left: auto; margin-right: auto }
.wp-caption { background: #f7f7f7; padding:17px; text-align: center; border: 1px solid rgba(0,0,0,.1); max-width: 50%; }
.wp-caption figcaption {padding: 18px 25px 0 25px;}
.wp-caption img {width: 100%}
.wp-caption.alignnone { margin: 5px 30px 40px 0;}
.wp-caption.alignleft {margin: 5px 40px 30px 0; }
.wp-caption.alignright { margin: 5px 0 40px 30px; }
.wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; margin: 0; padding: 0 4px 5px; }
.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; height: 1px; width: 1px; overflow: hidden; }
.screen-reader-text:focus { background-color: #f1f1f1; border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; color: #21759b; display: block; font-size: 14px; font-size: 0.875rem; font-weight: bold; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 1}

/* list style 6 */
.blog-comment {list-style: none; margin: 0; padding: 0;}
.blog-comment li {padding: 50px 0; border-bottom: 1px solid #ededed; position: relative}
.blog-comment li .btn-reply {float: right; border: 1px solid #ededed; padding: 0 8px; font-size: 10px; font-weight: 600; position: relative;}
.blog-comment > li:first-child {padding-top: 0}
.blog-comment li:last-child {border-bottom: none; padding-bottom: 0}
.blog-comment li ul.child-comment {margin-left: 40px; list-style: none}
.blog-comment li ul.child-comment li {border: none; padding-bottom: 0; border-top: 1px solid #ededed; margin-top: 50px}
/* ===================================
   Contact Us
====================================== */


.contact-form {
    max-width: 750px;
    display: block;
    text-align: center;
    margin: 0 auto;
}

.contact-form .form-control {
    border: none;
    border-bottom:1px solid #e2e2e2;
    padding: 12px 0;
    background: #fff;
    letter-spacing: .7px;
    font-weight: 300;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 44px;
    color: #a5a5a5;
    font-size: 14px;
    position: relative;
    -webkit-transition: border .9s ease;
    -o-transition: border .9s ease;
    transition: border .9s ease;
}

.contact-form textarea {
    min-height: 175px;
    resize: none;
}

.contact-form .form-group {
    margin-bottom: 1.5rem;
}


#client-nav button:hover > span{
    color: #fff;
}


/* ===================================
       Timeline css
====================================== */
.timeline-sec{
    min-height: 300px;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    background-color: #000000;
}
.timeline-sec .timeline-overlay{
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.50);
}
.timeline-sec .timeline-heading{
    margin-bottom: 50px;
}
.timeline-sec .large-heading,.timeline-sec .sub-heading{
    color: #FFFFFF;
}
.timeline-sec .fly-line{
    background-color: #FFFFFF;
}

.timeline-sec .timeline-year{
    clear: both;
    padding-top: 50px;
    padding-bottom: 50px;
}
.timeline-sec .timeline-year:first-child{
    padding-top: 0;
    padding-bottom: 0;
}
.timeline-sec .timeline-year .t-year{
    height: 70px;
    width: 70px;
    border-radius: 50%;
    background-color: #23b4f7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}
.timeline-sec .timeline-year .t-year .heading{
    color: #FFFFFF;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 0;
}
.timeline-sec .timeline .timeline-block{
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    cursor: pointer;
    list-style: none;
    margin-bottom: 30px;
}
.timeline-sec .timeline .event-details{
    color: #FFFFFF;
    background-color: rgba(0, 0, 0, 0.35);
    padding: 30px;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}
.timeline-sec .timeline .event-details .event-heading{
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 500;
}
.timeline-sec .timeline .event-details .text-des{
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    opacity: .8;
    margin-bottom: 15px;
}
.timeline-sec .timeline .event-details .event-time{
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}
.timeline-sec .timeline .event-details:hover{
    background-color: #23b4f7;
}
.timeline-sec .timeline .simple-timeline .event-details:hover:after{
    border-left: 14px solid #23b4f7;
}
.timeline-sec .timeline .inverse-timeline .event-details:hover:after{
    border-right: 14px solid #23b4f7;
}
.timeline-sec .timeline .simple-timeline .event-details:hover:before{
    background-color:  #23b4f7;
}
.timeline-sec .timeline .inverse-timeline .event-details:hover:before{
    background-color: #23b4f7;
}
.timeline-sec .timeline .simple-timeline .event-details:after{
    content: " ";
    height: 30px;
    width: 30px;
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 35px;
    border-top: 14px solid rgba(136, 136, 136, 0);
    border-left: 14px solid rgba(0, 0, 0, 0.35);
    border-bottom: 14px solid rgba(245, 245, 245, 0);
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}
.timeline-sec .timeline .simple-timeline .event-details:before{
    content: " ";
    height: 20px;
    width: 20px;
    display: inline-block;
    background-color: #fff;
    position: absolute;
    right: -12px;
    top: 41px;
    z-index: 1;
    border-radius: 50%;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}
.timeline-sec .timeline .inverse-timeline .event-details:after{
    content: " ";
    height: 30px;
    width: 30px;
    display: inline-block;
    position: absolute;
    left: 20px;
    top: 35px;
    border-top: 14px solid rgba(136, 136, 136, 0);
    border-right: 14px solid rgba(0, 0, 0, 0.35);
    border-bottom: 14px solid rgba(245, 245, 245, 0);
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}
.timeline-sec .timeline .inverse-timeline .event-details:before{
    content: " ";
    height: 20px;
    width: 20px;
    display: inline-block;
    background-color: #fff;
    position: absolute;
    left: -8px;
    top: 41px;
    z-index: 1;
    border-radius: 50%;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}
.timeline-sec .timeline:after{
    content: " ";
    display: inline-block;
    width: 3px;
    background-color: #FFFFFF;
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
}
.timeline-sec .timeline .simple-timeline{
    padding-right: 50px;
    float: left;
    clear: left;
}
.timeline-sec .timeline .inverse-timeline{
    padding-left: 50px;
    margin-top: 60px;
    float: right;
    clear: right;

}

@media (max-width: 575.98px) {
     .timeline-sec .timeline .inverse-timeline .event-details:after {
        left: 46px;
        }
        }


/* ===================================
   Footer
====================================== */

.footer-style-1{
    padding: 5rem 0;
}

.footer-social ul{
    margin: 0;
    padding: 0;
}

.footer-social li{
    display: inline-block;
}

.footer-social a {
    display: block;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 50px;
    font-size: 17px;
    margin: 0 10px 0 0;
    border: 1px solid transparent;
    -webkit-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}

.footer-social li:nth-last-child(1) a{
    margin-right: 0;
}

.footer-social li a:hover{
    background-color:#6b203b;
    color: #ffffff;
}

.company-about{
    font-size: 14px;
}


/* ===================================
   Scroll Top
====================================== */

.scroll-top-arrow, .scroll-top-arrow:focus {
    font-size: 23px;
    line-height: 47px;
    color: #fff;
    background-color: #6b203b;
    display: none;
    height: 45px;
    width: 45px;
    cursor: pointer;
    padding: 0;
    position: fixed;
    bottom: 20px;
    right: 20px;
    text-align: center;
    text-decoration: none;
    z-index: 80;
    border-radius: 50px;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.scroll-top-arrow:hover {
    background-color: #6b203b; }




}





/*PRE LOADER*/

/* ===================================
        Preloader
   ====================================== */

/*************************************/
/************** LOADER CSS ***********/
/*************************************/

.loader {
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1111;
    overflow-x: hidden;
    background: #fff;
}

.inner-loader {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}


.loader1 {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background-color: rgba(6, 122, 192, 0.76);
    border-radius: 50%;
}
.loader1:after {
    content: '';
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    border: 0px solid white;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: loading 1000ms ease-out forwards infinite;
    animation: loading 1000ms ease-out forwards infinite;
}

@-webkit-keyframes loading {
    0% {
        border: 0px solid white;
    }
    20% {
        border: 8px solid white;
        width: 0%;
        height: 0%;
    }
    100% {
        border: 8px solid white;
        width: 100%;
        height: 100%;
    }
}

@keyframes loading {
    0% {
        border: 0px solid white;
    }
    20% {
        border: 8px solid white;
        width: 0%;
        height: 0%;
    }
    100% {
        border: 8px solid white;
        width: 100%;
        height: 100%;
    }
}





/* ===================================
    Media Queries
   ====================================== */

 /*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {

    /*LASTEST UPDATE*/
    .lastest-update{
        padding-top: 72px;
    }

    .lastest-update .online-live-update {
        background-color:transparent;
        min-height: 200px;
        right: auto;
        left: auto;
        position: relative;
        box-shadow: none;
        transform: translateY(0);
    }

    .lastest-update .online-live-update .online-live-col{
        margin-bottom: 40px;
    }

    .lastest-update .online-live-update .online-live-col::after {
        content: none;
    }

    .lastest-update .online-live-update .online-update-content .sub-title {
        font-size: 15px;
        text-align: center;
    }
.lastest-update .online-live-update .online-update-content .title {
        font-size: 12px;
        text-align: center;
    }
    .manage-spacing{
        padding-top: 0;
    }

.our-t-btn{
    background-color: #6b203b;
    padding: 2px 2px 2px 2px;
    color: white;
    font-family: Roboto, sans-serif;
    font-weight: normal;
    font-size: 12px;
    border: solid 1px #000;
    transition: .5s ease;
}

.our-t-btn a{
    text-decoration: none;
    color: white;
}
.our-t-btn:hover{
    background-color: black;
    color: #6b203b;

}

/*Slider Caption*/
.sans-serif{
        font-size: 150px;
        text-align: center;
    }


    /* ABOUT US */

    .about-us .new1 .media .media-body{
        padding: 20px;
    }

    .about-us .new2 .media .media-body{
        padding: 20px;
    }

   


    /*Portfolio*/
    .cube-portfolio1 {
        padding-top: 72px;
    }


    /* FOOTER */

    .footer-social a {
        margin: 0px 7px 0 0;
    }

/*extra small screen css of timeline*/
    .timeline-sec .timeline:after {
        left: 49px;
    }
    .timeline-sec .timeline-year .t-year {
        margin-left: 0;
    }
    .timeline-sec .timeline .timeline-block {
        width: 100%;
    }
    .timeline-sec .timeline .inverse-timeline {
        padding-left: 75px;
    }
    .timeline-sec .timeline .inverse-timeline .event-details:after {
        left: 46px;
    }
    .timeline-sec .timeline .inverse-timeline .event-details:before {
        left: 25px;
    }

    /*extra small screen css of testimonial section*/
    .testimonial-sec .testimonial-review {
        padding-left: 0;
        padding-right: 0;
    }
    .testimonial-sec .testimonial-card {
        padding-left: 40px;
        padding-right: 40px;
    }

.side-menu {
        width: 380px;
    }


}

 /*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 768px) {


    

    /* LEADERBOARD */

    .coming-online .up-coming-verser .verse-text {
        font-size: 50px;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .manage-spacing-small{
        margin-top: 72px;
    }
    /*extra small screen css of timeline*/
    .timeline-sec .timeline:after {
        left: 9%;
    }
    .timeline-sec .timeline-year .t-year {
        margin-left: 0;
    }
    .timeline-sec .timeline .timeline-block {
        width: 100%;
    }
    .timeline-sec .timeline .inverse-timeline {
        padding-left: 75px;
    }
    .timeline-sec .timeline .inverse-timeline .event-details:after {
        left: 46px;
    }
    .timeline-sec .timeline .inverse-timeline .event-details:before {
        left: 25px;
    }
    /*extra small screen css of timeline*/
.lastest-update{
        padding-top: 72px;
    }

    .lastest-update .online-live-update {
        background-color:transparent;
        min-height: 250px;
        right: auto;
        left: auto;
        position: relative;
        box-shadow: none;
        transform: translateY(0);
    }

    .lastest-update .online-live-update .online-live-col{
        margin-bottom: 40px;
    }

    .lastest-update .online-live-update .online-live-col::after {
        content: none;
    }

    .lastest-update .online-live-update .online-update-content .sub-title {
        font-size: 15px;
        text-align: center;
    }

    .manage-spacing{
        padding-top: 0;
    }

    .side-menu {
        width: 300px;
    }

    
.our-t-btn{
    background-color: #6b203b;
    padding: 2px 2px 2px 2px;
    color: white;
    font-family: Roboto, sans-serif;
    font-weight: normal;
    font-size: 12px;
    border: solid 1px #000;
    transition: .5s ease;
}

.our-t-btn a{
    text-decoration: none;
    color: white;
}
.our-t-btn:hover{
    background-color: black;
    color: #6b203b;

}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
 /*LASTEST UPDATE*/
.lastest-update{
        padding-top: 72px;
    }

    .lastest-update .online-live-update {
        background-color:transparent;
        min-height: 20px;
        right: auto;
        left: auto;
        position: relative;
        box-shadow: none;
        transform: translateY(0);
    }

    .lastest-update .online-live-update .online-live-col{
        margin-bottom: 10px;
    }

    .lastest-update .online-live-update .online-live-col::after {
        content: none;
    }

    .lastest-update .online-live-update .online-update-content .sub-title {
        font-size: 15px;
        text-align: center;
    }

    .manage-spacing{
        padding-top: 100;
    }


    /* LEADERBOARD */

    .coming-online .up-coming-verser .verse-text {
        font-size: 50px;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .manage-spacing-small{
        margin-top: 72px;
    }


@media (min-width: 991px) and (max-width: 1069px) {
    .sidemenu_btn{
        display: none;
    }
}
 


@media screen and (max-width:767px){

    section{
        padding: 4.5rem 0;
    }
    .home-banner{
        padding: 7rem 0 4.5rem;
    }
    .sidemenu_btn{
        position: relative;
        right: 0;
        margin: 0;
    }
    .parallax-box {
        padding: 1.5rem 0;
    }
    .parallax-box i {
        font-size: 2.2rem;
    }
    .parallax-box h2 {
        font-size: 2.2rem;
    }
    .parallax-box h5 {
        font-size: 1rem;
    }

    .partners-slider {
        margin:0;
    }

    .slider-right {
        float: none;
        margin-top: 5rem;
    }

    .heading-box h2 {
        font-size: 2.3rem;
        line-height: 1.1;
    }
    .heading-area{
        margin-bottom: 3rem;
    }
    .heading-area .title {
        font-size: 2rem;
    }
 
    }
    .address-item{
        margin: 3rem 0;
    }
    .footer-social{
        margin-bottom: 1rem;
    }
    .side-menu {
        width: 380px;
    }



@media screen and (max-width:991px){

    body{
        text-align: center;
    }

    .home-banner{
        padding: 10rem 0 7.5rem;
    }
    .sidemenu_btn{
        position: relative;
        right: 0;
        margin: 0;
    }

    .slider-right {
        float: none;
        margin-top: 6rem;
    }

    .heading-box h2 {
        font-size: 3.5rem;
        line-height: 1.1;
    }

    .heading-area{
        margin-bottom: 3rem;
    }

    .heading-area .title {
        font-size: 2.5rem;
    }

    .services-skill{
        margin-bottom: 2rem;
    }

    .team-item{
        margin-top: 4rem;
    }

    .about-list li{
        display: inline-block;
    }

   

    #blog .col-lg-4:not(:nth-last-child(1)) .news-item{
        margin-bottom: 3rem;
    }

    #blog .heading-area {
        margin: 0;
        padding: 7.5rem 0;
    }
    .address-item{
        margin: 3rem 0;
    }
    .footer-social{
        margin-bottom: 1rem;
    }
    .blog-comment{
        margin-bottom: 4rem;
    }
    .page-title h2{
        font-size: 2.5rem;
    }
    .blog-post-navigation{
        padding: 4rem 0;
    }

    
