
/* ===================================
                About
   =================================== */

/*
    Theme Name: Digital University
    Theme URI:
    Author: Themes Industry
    Author URI:
    Description: One Page , Multi Parallax Template
    Tags: One page, multi page, multipurpose, parallax, creative, html5

 */

/* ===================================
          Table of Contents
   =================================== */

/*
01 body
02 Custom Classes
   02-1 short codes
   02-2 loader
03 navigation
04 owl & revolution
05 Page header
06 detail page
07 contact us
08 Footer
09 Media Queries

/*Table Of Contents ends */


/*Global Styling*/

/*IMPORT GOOGLE FONT */

@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,600,700,800|Roboto:400,500,700|Raleway:400&display=swap');

html{
    scroll-behavior: smooth;
}

/* ===================================
        Preloader
   ====================================== */

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #ffffff;
    z-index: 999;
    overflow: hidden;
}
.center {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}
.loader {
    position: relative;
    display: grid;
    grid-template-columns: 33% 33% 33%;
    grid-gap: 2px;
    width: 100px;
    height: 100px;
}
.loader > div {
    position: relative;
    width: 100%;
    height: 100%;
    background: #29a6e0;
    transform: scale(0);
    transform-origin: center center;
    animation: loader 2s infinite linear;
}
.loader > div:nth-of-type(1), .loader > div:nth-of-type(5), .loader > div:nth-of-type(9) {
    animation-delay: 0.4s;
}
.loader > div:nth-of-type(4), .loader > div:nth-of-type(8) {
    animation-delay: 0.2s;
}
.loader > div:nth-of-type(2), .loader > div:nth-of-type(6) {
    animation-delay: 0.6s;
}
.loader > div:nth-of-type(3) {
    animation-delay: 0.8s;
}

@keyframes loader {
    0% {
        transform: scale(0);
    }
    40% {
        transform: scale(1);
    }
    80% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

/* ===================================
    menu-line
====================================== */
.menu-line {
    position: absolute;
    top: -20px;
    font-size: 18px;
    color: #fff;
    left: 0;
    display: block;
    text-align: center;
    width: 85px;
    height: 30px;
    pointer-events: none;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transition-timing-function: cubic-bezier(1, 0.01, 0, 1);
    -webkit-transition-timing-function: cubic-bezier(1, 0.01, 0, 1.22);
    transition-timing-function: cubic-bezier(1, 0.01, 0, 1.22);
}

.nav-icon .navbar-nav .nav-link:nth-child(1).active ~ .menu-line{
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(2).active ~ .menu-line{
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(3).active ~ .menu-line{
    -webkit-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(4).active ~ .menu-line{
    -webkit-transform: translate3d(300%, 0, 0);
    transform: translate3d(300%, 0, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(5).active ~ .menu-line{
    -webkit-transform: translate3d(400%, 0, 0);
    transform: translate3d(400%, 0, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(6).active ~ .menu-line{
    -webkit-transform: translate3d(500%, 0, 0);
    transform: translate3d(500%, 0, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(7).active ~ .menu-line{
    -webkit-transform: translate3d(600%, 0, 0);
    transform: translate3d(600%, 0, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(1):hover ~ .menu-line{
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(2):hover ~ .menu-line{
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(3):hover ~ .menu-line{
    -webkit-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(4):hover ~ .menu-line{
    -webkit-transform: translate3d(300%, 0, 0);
    transform: translate3d(325%, 0, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(5):hover ~ .menu-line{
    -webkit-transform: translate3d(400%, 0, 0);
    transform: translate3d(468%, 0, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(6):hover ~ .menu-line{
    -webkit-transform: translate3d(500%, 0, 0);
    transform: translate3d(584%, 0, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(7):hover ~ .menu-line{
    -webkit-transform: translate3d(600%, 0, 0);
    transform: translate3d(600%, 0, 0);
}
/* ===================================
    Cursor
====================================== */

.magic{
    display: none !important;
}
.aimated-cursor {
    position: absolute;
    left: 0;
    display: none;
    top: 0;
    width: 30px;
    height: 30px;
    pointer-events: none;
    z-index: 10000;
    -webkit-transition: opacity 0.2s ease-in-out 0.5s;
    -o-transition: opacity 0.2s ease-in-out 0.5s;
    transition: opacity 0.2s ease-in-out 0.5s;
}

.cursor-light:hover ~ .aimated-cursor{
    display: inline-block;
    z-index: 9999999;
}
.cursor {
    position: fixed;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    border: 2px solid rgb(255, 255, 255);
    /*border: 2px solid rgb(0, 0, 0);*/
    border-radius: 50%;
    pointer-events: none;
    opacity: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 999999999;
}


/*slider social*/

.slider-social{
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 11;
}
.side-nav-menu .slider-social {
    right: auto;
}
.slider-social li{

    list-style: none;
}

.slider-social a {
    text-decoration: none;
    width: 40px;
    height: 40px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 30px;
    border-radius: 50px;
    font-size: 16px;
    margin: 2px;
    border: 1px solid transparent;
    -webkit-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}


/* ===================================
   Scroll Top
====================================== */

.scroll-top-arrow, .scroll-top-arrow:focus {
    font-size: 23px;
    line-height: 47px;
    color: #fff;
    background-color: #29a6e0;
    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 .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.scroll-top-arrow:hover {
    background-color: #fe7321;
    }


/* ===================================
      Custom css
  ==================================== */
.bg-overlay{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
a{
    text-decoration: none;
}
.btn-primary{
    background-color: #29a6e0;
    padding: 8px 35px;
    border-radius: 25px;
    color: #ffffff !important;
    transition: .5s ease;
    border-color: #29a6e0;
    font-size: 25px;
    font-family: 'Roboto',sans-serif;
    text-transform: uppercase;
}
.btn-primary:hover{
    background-color: #3d3d3d;
    border-color: #3d3d3d;
}
.parallax-disable{
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
}
.color-green{
    color:#29a6e0 !important;
}
.bg-green{
    background-color: #29a6e0 !important;
}
.padding-top{
    padding-top: 120px;
}
.padding-bottom{
    padding-bottom: 120px;
}
.position-relative{
    position: relative;
}
.font-large{
    font-size: 50px !important;
}
/*.text{*/
/*    color: #202020;*/
/*    font-family: Roboto, sans-serif;*/
/*    font-size: 16px;*/
/*    font-weight: 300;*/
/*}*/

.sub-heading{
    font-family: Roboto, sans-serif;
    font-size: 16px;
    color: #29a6e0;
    margin-bottom: 15px;
}
.sub-heading span{
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: #29a6e0;
    margin-right: 8px;
    margin-bottom: 3px;
}
.heading{
    font-size: 36px;
    font-family: 'Oswald', sans-serif;
    color: #1a2a44;
    font-weight: 600;
    width: 100%;
    /*margin: auto;*/
    margin-bottom: 10px;
    text-transform: uppercase;
}
.text{
    font-family: Roboto, sans-serif;
    font-weight: lighter;
    font-size: 15px;
    color: #3d3d3d;
    margin-bottom: 40px;
}

.green-btn{
     background-color: #29a6e0 !important;
     border: solid 1px #29a6e0!important;
     color: #FFFFFF !important;
     font-weight: 500;
     padding: 12px 35px;
     font-size: 14px;
     font-family: Roboto, sans-serif;
     border-radius: 0.5em;
     text-transform: uppercase;
     letter-spacing: 0.1em;
     text-align: center;
     position: relative;
     overflow: hidden;
     z-index: 1;
     transition: .8s ease;
     text-decoration: none;
}
.green-btn:hover{
    border:solid 1px #fe7321 !important;
    color: #FFFFFF;
}
.green-btn span {
    position: absolute;
    width: 25%;
    height: 100%;
    background-color: #fe7321;
    transform: translateY(150%);
    border-radius: 50%;
    transition: 0.5s;
    z-index: -1;
}
.grey-btn{
    border: solid 1px #1a2a44;
    color: #FFFFFF;
    font-weight: 500;
    padding: 12px 35px;
    background-color: #1a2a44;
    font-size: 14px;
    font-family: Roboto, sans-serif;
    border-radius: 0.5em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: .8s ease;
    text-decoration: none;
}
.grey-btn:hover, .grey-btn:active{
    border:solid 1px #fe7321;
    color: #fff
}
.grey-btn span {
    position: absolute;
    width: 25%;
    height: 100%;
    background-color: #fe7321;
    transform: translateY(150%);
    border-radius: 50%;
    transition: 0.5s;
    z-index: -1;
}
.white-btn{
    border: solid 1px #ffffff;
    color: #3d3d3d;
    font-weight: 500;
    padding: 10px 35px;
    background-color: #ffffff;
    font-size: 14px;
    font-family: Roboto, sans-serif;
    border-radius: 0.5em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: .8s ease;
    text-decoration: none;
}
.white-btn:hover{
    border:solid 1px #3d3d3d;
    color: #ffffff !important;
}
.white-btn span {
    position: absolute;
    width: 25%;
    height: 100%;
    background-color: #3d3d3d;
    transform: translateY(150%);
    border-radius: 50%;
    transition: 0.5s;
    z-index: -1;
}
.green-trans-btn{
    border: solid 1px #fe7321;
    color: #fe7321;
    font-weight: 700;
    padding: 10px 35px;
    background-color: transparent;
    font-size: 14px;
    font-family: Roboto, sans-serif;
    border-radius: 0.5em;
    letter-spacing: 0.05em;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: .8s ease;
    text-decoration: none;
}
.pricing-sec .pricing-card.active:nth-child(2) .green-trans-btn, .pricing-sec .pricing-card:hover .green-trans-btn{
    border: solid 1px #29a6e0;
    color: #29a6e0;
}
.green-trans-btn:hover{
    border:solid 1px #ffffff !important;
    color: #ffffff !important;
}
.green-trans-btn span {
    position: absolute;
    width: 25%;
    height: 100%;
    background-color: #29a6e0;
    transform: translateY(150%);
    border-radius: 50%;
    transition: 0.5s;
    z-index: -1;
}
.green-btn:hover span, .grey-btn:hover span, .green-trans-btn:hover span, .white-btn:hover span{
    transform: translateY(0) scale(3.1);
}
.green-btn span:nth-child(1), .grey-btn span:nth-child(1), .green-trans-btn span:nth-child(1), .white-btn span:nth-child(1){
    left: calc((1 - 1) * 25%);
    transition-delay: calc((1 - 1) * 0.1s);
}
.green-btn span:nth-child(2), .grey-btn span:nth-child(2), .green-trans-btn span:nth-child(2),.white-btn span:nth-child(2){
    left: calc((2 - 1) * 25%);
    transition-delay: calc((2 - 1) * 0.1s);
}
.green-btn span:nth-child(3), .grey-btn span:nth-child(3),.green-trans-btn span:nth-child(3),.white-btn span:nth-child(3){
    left: calc((3 - 1) * 25%);
    transition-delay: calc((3 - 1) * 0.1s);
}

.green-btn span:nth-child(4), .grey-btn span:nth-child(4), .green-trans-btn span:nth-child(4), .white-btn span:nth-child(4){
    left: calc((4 - 1) * 25%);
    transition-delay: calc((4 - 1) * 0.1s);
}
.green-btn span:nth-child(5), .grey-btn span:nth-child(5), .green-trans-btn span:nth-child(5),.white-btn span:nth-child(5){
    left: calc((5 - 1) * 25%);
    transition-delay: calc((5 - 1) * 0.1s);
}
/* ===================================
        Header
   ====================================== */
header{
    position: absolute;
    left:0;
    right: 0;
    top: 0;
    z-index: 111;
}
/*main navigation*/

header .navbar-brand img{
    max-width: 80%;
    min-width: 170px;
}
.header-appear .navbar-brand img {
    max-width: 65%;
}
header .navbar-brand .logo-simple{
    display: block;
}
header .navbar-brand .logo-fixed{
    display: none;
}
header .main-navigation{
    padding-top: 30px;
}
header .main-navigation .navbar{
    padding: 0;
}
header .main-navigation nav .navbar-nav .nav-link{
    display: inline-block;
    /*margin-right: 25px;*/
    min-width: 85px;
    text-align: center;
}
header .main-navigation nav .navbar-nav .nav-link{
    padding-top: 0;
    padding-bottom: 0;
    color: #fff;
    font-family: Oswald, sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: .5s ease;
    text-transform: uppercase;
}
header .main-navigation nav .navbar-nav  .nav-link:hover, header .main-navigation nav .navbar-nav .nav-link.active{
    /*color: #fa2851;*/
}



/* ===================================
         header appear css
====================================== */
.header-appear{
    position: fixed;
    left: 0;
    right: 0;
    top:0;
    z-index: 1111;
    background-color: #fff;
    /* background:linear-gradient(30deg, rgba(53, 13, 130, 0.9) 0%, rgba(128, 33, 181, 0.9) 100%); */
    -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-brand .logo-simple{
    display: none;
}
.header-appear .navbar-brand .logo-fixed{
    display: block;
}
.header-appear .main-navigation{
    padding-top: 15px;
    padding-bottom: 15px;
}
.header-appear .main-navigation nav .navbar-nav .nav-link .nav-link {
    /*color: #202020;*/
}
.header-appear .main-navigation .simple-navbar{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.header-appear .fixed-nav-links{
    display: block;
}
.header-appear .fixed-nav-links{
    display: inline-block;
    transform: translateY(-5px);
    margin-left: 25px;
}
.header-appear .sidemenu_btn{
    top:25px;
}
.header-appear .sidemenu_btn span{
    /*background-color: #202020;*/
}
@-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;
    }
}

/* ===================================
    Side Menu
====================================== */
.side-menu .bg-overlay{
    background: #29a6e0;
    opacity: 0.9;
}
.side-menu {
    width: 100%;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    /*background: rgba(247, 28, 82, 0.6);*/
    background-image: url("../img/side-menu.jpg");
    background-size: cover;
    background-position: center 28%;
    background-repeat: no-repeat;
    z-index: 2032;
    height: 100%;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 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;
    -webkit-transition: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-opacity{
    opacity: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: #202020;
    -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: 42px;
    left: 40px;
    cursor: pointer;
}
/*.header-appear ~ .side-menu .btn-close {*/
/*    top:50px;*/
/*}*/
.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: #fff;
    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;
    margin-top: .4rem;
    position: absolute;
    left: 40px;
    top: 40px;
    display: inline-block;
}
.sidemenu_btn span {
    height: 2px;
    width: 100%;
    background: #fff;
    display: block;
    margin: auto;
    transition: .5s ease;
}
.sidemenu_btn:hover span{
    /*background: #fa2851;*/
}
.sidemenu_btn:hover span:first-child,.sidemenu_btn:hover span:last-child{
    width: 70%;
}

.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-link{
    display: block;
    margin: 3px 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-link:first-child {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}
.side-nav .navbar-nav .nav-link:nth-child(2){
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}
.side-nav .navbar-nav .nav-link:nth-child(3) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}
.side-nav .navbar-nav .nav-link:nth-child(4) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}
.side-nav .navbar-nav .nav-link:nth-child(5) {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}
.side-nav .navbar-nav .nav-link:nth-child(6) {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}
.side-nav .navbar-nav .nav-link:nth-child(7) {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s;
}
.side-nav .navbar-nav .nav-link:nth-child(8) {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
}
.side-nav .navbar-nav .nav-link:nth-child(9) {
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s;
}
.side-menu.side-menu-active .side-nav .navbar-nav .nav-link {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.side-nav .navbar-nav .nav-link {
    display: inline-table;
    color: #fff;
    padding: 2px 0 3px 0 !important;
    font-size: 36px;
    font-weight: 700;
    line-height: normal;
    position: relative;
    border-radius: 0;
    font-family: Oswald, sans-serif;
}
.side-nav .navbar-nav .nav-link::after{
    content: "";
    position: absolute;
    background: #fff;
    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-inner-content{
    border-bottom: solid 1px rgba(255, 255, 255, 0.5);
    padding-bottom: 30px;
}
.side-menu p{
    margin-bottom: 0;
}
.menu-company-details{
    margin-bottom: 25px;
    margin-top: -15px;
}
.menu-company-details span{
    display: block;
    color: #FFFFFF;
    font-size:16px;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    margin-bottom: 5px;
}
.social-icons-simple{
    margin-bottom: 0;
    margin-left: -10px;
}

.social-icons-simple li{
    display: inline-block;
    padding-left: 8px;
}
.social-icons-simple li:first-child{
    padding-left: 0;
}
.social-icons-simple li a {
    display: block;
    font-size: 16px;
    height: 40px;
    line-height: 42px;
    border: 1px solid transparent;
    text-align: center;
    width: 40px;
    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;
    color: #ffffff;
}
.social-icons-simple li a:hover{
    background-color:#FFFFFF;
}

.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 sec css
====================================== */
.slider-area .slider-overlay{
    background-color: rgba(61, 61, 61, 0.3);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top:0;
    display: flex;
    z-index: 11;
    align-items: center;
}
.slider-area .item{
    height: 100vh;
    background-size: cover;
}
.slider-area .item img{
    height: 100%;
    width: 100%;
}

.slider-area .banner-social li{
    list-style: none;
    margin-bottom: 8px;
}
.slider-area .banner-social li a i{
    font-size: 18px;
    color: #ffffff;
}
.slider-area .slider-content{
    width: 85%;
    margin: 0 auto;
    text-align: center;
}
.slider-area .slider-content .heading{
    color: #ffffff;
    font-size: 52px;
    font-weight: 700;
    /*margin: auto;*/
}
.slider-area .slider-content .text{
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.8;
    text-shadow: 1px 1px 0 #000;
}

/*slider form*/
.slider-form{
    position: absolute;
    z-index: 11;
    top: 70%;
    transform: translateY(50%);
    left: 0;
    right: 0;
}
.slider-form .contact-form{
background-color: #FFFFFF;
    padding: 15px 0;
}
.slider-form .contact-form .form-group{
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.slider-form .contact-form label{
    margin-bottom: 0;
    color: #3d3d3d7d;
    position: relative;
    left: 13px;
    z-index: 11;
    font-size: 17px;
}
.slider-form .contact-form input{
    color: #8799a3;
    font-size: 16px;
    height: 50px;
    padding: 25px;
}
.slider-form .contact-form .form-control{
    border-radius: 0;
    border:solid 2px transparent;
    margin-bottom: 0;
    border-right: solid 2px #eceef2;;
}
.slider-form .contact-form .form-control:last-child{
    border-right: none;
}
.slider-form .contact-form input::placeholder{
    color: #8799a3;
    font-size: 16px;
}
.slider-form .green-btn{
    padding: 15px 35px;
}
.form-control:focus {
    border-color: #80bdff00;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}
/* ===================================
    Services section css
====================================== */

.services-sec .services-details .heading{
    margin-left: auto;
    margin-right: auto;
}
.services-sec .services-details .sub-heading{
    margin-bottom: 12px;
    font-weight: 700;
    text-transform: uppercase;
}
.services-sec .services-details .sub-heading span{
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 6px;
    margin-right: 10px;
}
.services-sec .our-services{
    padding-top: 30px;
    overflow: hidden;
    padding-bottom: 10px;
}
.services-sec .our-services .service-card{
    padding-top: 30px;
    padding-bottom: 30px;
    transition: .8s ease;
    min-height: 340px;
}

.services-sec .our-services .service-card .image-holder{
    margin-bottom: 30px;
}
.services-sec .our-services .service-card .image-holder i{
    font-size: 50px;
    font-weight: 300;
    transition: .8s ease;

}
.services-sec .our-services .service-card .service-card-heading{
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
    transition: .8s ease;
}
.services-sec .our-services .service-card .service-card-detail {
    font-family: Roboto, sans-serif;
    font-weight: lighter;
    font-size: 15px;
    color: #3d3d3d;
}

.services-sec .our-services a{
    text-decoration: none;
    color: #3d3d3d;
}
.services-sec .our-services .service-card:hover{
    border-radius: 20px;
    box-shadow: 0 0 15px #e1e1e1;
    cursor: pointer;
    background-color: #eefbff;
}
.services-sec .our-services .service-card:hover .service-card-heading{
    color: #fe7321;
}
.services-sec .our-services .service-card:hover .image-holder{
    animation: .8s rotateIn;
}


/* ===================================
    Skill sec strat
====================================== */
.skill-sec{
    overflow: hidden;
}

.skill-sec .row{
    margin-right:0 !important;
    margin-left:0 !important;
}
.skill-sec .skill-banner{
    padding-right: 0 !important;
}
.skill-sec .skill-banner img{
    height: 100%;
    width: 100%;
}


.skill-sec .skill-detail .inner-skill-wraper{
    width: 90%;
}
.skill-sec .skill-detail .heading{
   width: 100%;
}
.skill-sec .skill-detail .skill-bars{
    margin-bottom: 35px;
}
.skill-sec .skill-detail .skill-bars .progress-item .progress-bar{
    background: linear-gradient(30deg,#3d3d3d 30%, rgba(18, 185, 117, 0.55) 70%, rgba(18, 185, 117, 0.87) 100%) !important;
    position: relative;

}
.progress-item  .progress-bar span {
    display: block;
    position: absolute;
    top: -25px;
    font-size: 13px;
    line-height: 10px;
    padding: 2px 3px 2px 4px;
    right: -1.4em;
    border-radius: 2px;
    color: #3d3d3d;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
}

.skill-sec .skill-detail .skill-bars .progress-item .progress{
    height: 11px !important;
    overflow: visible;
}
.skill-sec .skill-detail .skill-bars .progress-item h6{
    font-family: 'Roboto', sans-serif;
    font-weight: lighter;
    font-size: 15px;
    color: #3d3d3d;
    margin-bottom: 15px;
}
.skill-sec .skill-detail .skill-bars .progress-item{
    margin-bottom: 20px;
}
.skill-sec .hover-effect{
    width: 100%;
    height: 100%;
}
.skill-sec .hover-effect::before,
.skill-sec .hover-effect::after {
    content: "";
    background: #fff;
    height: 0;
    width: 0;
    z-index: 1;
    position: absolute;
    -webkit-transition-duration: 1.3s;
    -o-transition-duration: 1.3s;
    transition-duration: 1.3s;
    /*border-radius: 10%;*/


}
.skill-sec .hover-effect::before{
    right: 0;
    opacity: 1;
    top: 0;

}
.skill-sec .hover-effect::after {
    bottom: 0;
    opacity: .7;
    left: 0;
}
.skill-sec .hover-effect:hover::after, .skill-sec .hover-effect:hover::before {
    height: 100%;
    opacity: 0;
    width: 100%;
}
.skill-sec .skill-detail .green-btn{
    margin-top: 20px;
}


/* ===================================
    Cube Portfolio
====================================== */
#portfolio .heading {
    width: 90%;
}

.cube-portfolio1 .cbp-l-filters-button .cbp-filter-item{
    background: transparent;
    border: none;
    margin: 10px 4px 6px 4px;
    padding: 10px 0;
    font-size: 14px;
    font-weight: 500;
    color: #3d3d3d;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.cube-portfolio1 .cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active{
    color: #29a6e0;
}

.cube-portfolio1 .cbp-l-filters-button .cbp-filter-item:hover{
    color: #29a6e0;
}

.cube-portfolio1 .cbp-l-grid-mosaic-flat .cbp-caption-activeWrap {
   color: #29a6e0;
}

.cube-portfolio1 .cbp-caption-zoom .cbp-caption:hover .cbp-caption-activeWrap {
    opacity: .8;
}

.cbp-l-caption-alignCenter{
    position: absolute;
    top: 0;
    z-index: 4;
    opacity: 0;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
}
.cube-portfolio1 .cbp-caption-zoom .cbp-caption:hover .cbp-l-caption-alignCenter {
    opacity: 1;
}

.cbp-l-caption-body p{
    font-size: 12px;
}

.cbp-l-caption-body h5{
    font-weight: 400;
}

.plus {
    display: block;
    margin: 0 auto;
    height: 70px;
    width: 70px;
    position: relative;
    overflow: hidden;
    margin-bottom: 1rem;
}


.plus::before {
    width: 2px;
    margin-left: -1px;
    left: 50%;
    top: 5px;
    bottom: 5px;
}
.plus::after {
    height: 2px;
    margin-top: -1px;
    top: 50%;
    left: 5px;
    right: 5px;
}

.plus::before, .plus::after {
    content: " ";
    position: absolute;
    background: #fff;
}


/*-------------------------------*/
/* Gallery Portfolio */
/*-------------------------------*/

.portfolio_top {
    position: relative;
    overflow: hidden;
}
#portfolio_top::before,
#portfolio_top::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    height: 90px;
    width: 100%;
}
#portfolio_top::before {
    top: 0;
}
#portfolio_top::after {
    bottom: 0;
}
.text_wrap {
    padding: 50px 2rem 0.5rem 2rem;
}
.itemshadow .cbp-item-wrapper {
    -webkit-box-shadow: 0 0 4px 1px rgba(101, 101, 101, 0.2);
    box-shadow: 0 0 4px 1px rgba(101, 101, 101, 0.2);
    padding-bottom: 2px;
    padding-top: 5px;
}
.border-portfolio .cbp-item img {
    border: 20px solid #fff;
}
.bottom-text {
    display: table;
}
.bottom-text > .cells {
    display: table-cell;
    vertical-align: middle;
    padding: 15px;
}
.bottom-text p {
    font-size: 15px;
    margin-bottom: 0;
}
.bottom-text .port_head {
    font-weight: 600;
    font-size: 5.625rem;
    line-height: 1;
}

/*Overlays*/

.overlay-two{
    position: absolute;
    left: 20px; top: 25px;
    right: 20px; bottom: 22px;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: all .5s ease-in .1s;
    -o-transition: all .5s ease-in .1s;
    transition: all .5s ease-in .1s;
}
.overlay-two:before{
    content: "";
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #29a6e0;
    opacity: .7;
}

.cbp-item:hover .overlay-two,
.cbp-item:focus .overlay-two {
    opacity: 1; visibility: visible;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.cbp-item:hover .overlay-two{
    opacity: 1; visibility: visible;
}
.plus{
    display: inline-block;
    height: 70px;
    width: 70px;
    position: relative;
    overflow: hidden;
}
.overlay-two > h4,.overlay-two > p{
    position: relative;
    color: #ffffff;
}

.plus::before,
.plus::after {
    content: " ";
    position: absolute;
    background: #fff;
}
.plus::after {
    height: 2px;
    margin-top: -1px;
    top: 50%;
    left: 5px;
    right: 5px;
}
.plus::before {
    width: 2px;
    margin-left: -1px;
    left: 50%;
    top: 5px;
    bottom: 5px;
}
.plus p {
    font-size: 13px;
}

.bottom-text > .cells {
    display: table-cell;
    vertical-align: middle;
    padding: 15px;
}

/* ===================================
    Qoute sec
====================================== */

.qoute-sec .qoute{
    font-size: 28px;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    color: #3d3d3d;
    line-height: 1.4;
    width: 64%;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
}
.qoute-sec .qoute span{
    color: #29a6e0;
}
.qoute-sec .writer{
    color: #29a6e0;
    font-family:'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 500;
    /*text-transform: uppercase;*/
}
.qoute-sec i.fa-quote-left{
    position: absolute;
    font-size: 25px;
    top: -27px;
    left: 15%;
}
.qoute-sec i.fa-quote-right{
    position: absolute;
    font-size: 25px;
    right: 22%;
    bottom: 10%;
}

/*===================================
    Project section css
====================================== */
.project-sec .project-detail-area{
    display: flex;
    align-items: center;
}
.project-sec .project-img-area .project-img-slide{
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: -15px;
    max-height: 670px;
}
.project-sec .project-detail-area .project-detail-slide .inner-content{
    width: 60%;
    transform: translateX(40%);
}
.project-sec .project-detail-area .project-detail-slide .inner-content .sub-heading{
    color: #ffffff;
}
.project-sec .project-detail-area .project-detail-slide .inner-content .sub-heading span{
    background-color: #FFFFFF;
}
.project-sec .project-detail-area .project-detail-slide .inner-content .heading{
    color: #FFFFFF;
}
.project-sec .project-detail-area .project-detail-slide .inner-content .text{
    color: #FFFFFF;
    opacity: .8;
}
.project-sec .project-links{
    position: absolute;
    bottom: 5%;
    left: 11.5%;
    z-index: 1111;
    cursor: pointer;
    transform: translateX(40%);
}
.project-sec .project-links a i{
    color: white;
    font-size: 22px;
    transition: .8s ease;
}
.project-sec .project-links a:hover i{
    color: #3d3d3d;
}

/* ===================================
   Pricing sec css
====================================== */

.pricing-sec{
    padding-top: 100px;
    padding-bottom: 100px;
}
.pricing-sec .pricing-details{
    margin-bottom: 50px;
}
.pricing-sec .pricing-details .heading{
    width: 65%;
    margin: 11px auto 29px;
}
.pricing-sec .pricing-details .sub-heading span{
    /* display: inline-block; */
    /* width: 30px; */
    /* height: 2px; */
    /* background-color: #29a6e0; */
    /* margin-left: auto; */
    /* margin-right: auto; */
    /* margin-bottom: 10px; */
}
/*.pricing-sec .pricing-details .pricing-heading{*/
/*    font-size:30px;*/
/*    font-family: 'Oswald', sans-serif;*/
/*    color: #3d3d3d;*/
/*    font-weight: 500;*/
/*    margin-bottom: 40px;*/
/*    margin-left: auto;*/
/*    margin-right: auto;*/
/*    width: 50%;*/
/*    text-transform: uppercase;*/
/*}*/
/*.pricing-sec .pricing-details .pricing-text{*/
/*    font-family: "Roboto", sans-serif;*/
/*    font-weight: lighter;*/
/*    font-size: 15px;*/
/*    color: #3d3d3d;*/
/*    margin-bottom: 33px;*/
/*}*/

.pricing-sec .pricing-cards{
    overflow: hidden;
}
.pricing-sec .pricing-card{
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 18.5px;
    padding-right: 18.5px;
    transition: .5s ease;
    line-height: 1.5;
}
.pricing-sec .pricing-card .pricing-card-heading{
    font-size: 24px;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    color: #1a2a44;
    transition: .5s ease;
    text-transform: uppercase;
}
.pricing-sec .pricing-card .pricing-card-text{
    font-size: 14px;
    color: #3d3d3d;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    transition: .5s ease;
    width: 85%;
    margin: auto;
    margin-bottom: 20px;
}
.pricing-sec .pricing-card .pricing-amount{
    font-size: 40px;
    color: #3d3d3d;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    position: relative;
    margin-bottom: 20px;
    transition: .5s ease;
    display: inline-block;
}
.pricing-sec .pricing-card .pricing-amount span{
    font-size: 15px;
    color: #3d3d3d;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    margin-left: 5px;
    transition: .5s ease;
}
.pricing-sec .pricing-card .pricing-amount i{
    font-size: 15px;
    color: #3d3d3d;
    font-weight: bolder;
    position: absolute;
    left: -18px;
    top: 22%;
    transition: .5s ease;
}
.pricing-sec .pricing-card .pricing-features{
    padding-right: 0;
    text-align: center;
    margin-bottom: 30px;
    transition: .5s ease;
}
.pricing-sec .pricing-card .pricing-features li{
    list-style: none;
    margin-bottom: 10px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #3d3d3d;
    text-decoration: none;
}


.pricing-sec .pricing-card.active:nth-child(2){
    box-shadow: 1px 1px 15px #e1e1e1;
    border-radius: 10px;
    background-color: #eefbff;
}
.pricing-sec .pricing-card.active:nth-child(2) .pricing-card-heading{
    color: #29a6e0;
}
.pricing-sec .pricing-card.active:nth-child(2) .pricing-amount{
    color: #29a6e0;
}
.pricing-sec .pricing-card.active:nth-child(2) .pricing-amount span{
    color: #29a6e0;
}
.pricing-sec .pricing-card.active:nth-child(2) .pricing-amount i{
    color: #29a6e0;
}
.pricing-sec .pricing-card.active:nth-child(2) .pricing-btn{
    background-color:#29a6e0;
    border: solid 1px #29a6e0;
    color: white;

}
.pricing-sec .pricing-card.active:nth-child(2) .pricing-btn:hover{
    background-color: transparent;
    color: #29a6e0;
}

.pricing-sec .pricing-card:hover{
    box-shadow: 1px 1px 15px #e1e1e1;
    border-radius: 10px;
    cursor: pointer;
    background-color: #eefbff;
}
.pricing-sec .pricing-card:hover .pricing-card-heading{
    color: #29a6e0;
}
.pricing-sec .pricing-card:hover .pricing-amount{
    color: #29a6e0;
}
.pricing-sec .pricing-card:hover .pricing-amount span{
    color: #29a6e0;
}
.pricing-sec .pricing-card:hover .pricing-amount i{
    color: #29a6e0;
}
.pricing-sec .pricing-card:hover .pricing-btn{
    background-color: #29a6e0;
    border: solid 1px v;
    color: white;

}
.pricing-sec .pricing-card:hover .pricing-btn:hover{
    background-color: transparent;
    color: #29a6e0;
}


/* ===================================
    client css
====================================== */
.client-sec{
    /*background: url("../../portfolio/img/clients-banner.jpg");*/
    background: url("../../digital-university/img/clients-banner.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}
.parallax-dis{
    background-attachment: inherit !important;
}
.client-sec img{
    height: 100%;
    width: 100%;
}
.client-sec .client-container{
    position: relative;
    padding-top: 305px;
    padding-bottom: 250px;
}
.client-sec .client-sec-overlay{
    opacity: 0.9;
    background-color: #29a6e0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 50%;
    z-index: 1;
}
.client-sec .client-container .client-img-overlay{
    position: absolute;
    left:0;
    right: 0;
    top:0;
    /*height: 50%;*/
    /*z-index: 1;*/
}
.client-sec .client-container .client-img-overlay .client-symbol-qoute {
    padding-top: 30px;
    padding-bottom: 30px;
}
.client-sec .client-container .client-img-overlay .client-symbol-qoute i{
    color: white;
}
.client-sec .client-container .client-img-overlay .client-text{
    font-size: 15px;
    color: white;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
.client-sec .client-container .client-img-holder{
    height: 160px;
    width: 160px;
    background-color: #e1e1e1;
    position: absolute;
    left:50%;
    top: 42%;
    transform: translate(-50%,-50%);
    z-index: 11;
}
.client-sec .client-container .client-detail{
    position: absolute;
    left:50%;
    top: 69%;
    transform: translate(-50%,-50%);
}
.client-sec .client-container .client-detail .client-name{
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    color: #29a6e0;
}
.client-sec .client-container .client-detail .client-des{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 8px;
}
.client-sec .client-container .client-detail .client-s-media{
    padding-left: 0;
    top: 20px;
    left: calc(50% - 45%);
}
.client-sec .client-container .client-detail .client-s-media li{
    list-style: none;
    display: inline-block;
    margin-right: 5px;
}
.client-sec .client-container .client-detail .client-s-media li a{
    color: #3d3d3d;
    font-size: 16px;
}
.facebook-text-hvr:hover i.fa-facebook-f{
    color: #3B579D;
}
.twitter-text-hvr:hover i.fa-twitter{
    color: #2CAAE1;
}
.youtube-text-hvr:hover i.fa-youtube{
    color: #e13f28;
}
.linkedin-text-hvr:hover i.fa-linkedin-in{
    color: #007BB6;
}
.google-text-hvr:hover i.fa-google-plus-g{
    color: red;
}
.instagram-text-hvr:hover i.fa-instagram{
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/* ===================================
    contact us css
====================================== */

.contact-us-sec .contact-details{
    padding-top: 0px;
    padding-bottom: 50px;
}
.contact-us-sec .contact-details .contact-sub-heading{
    color: #29a6e0;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
}
.contact-us-sec .contact-details .contact-heading{
    color: #1a2a44;
    font-size: 44px;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    margin-bottom: 20px;
}
.contact-us-sec .contact-details .contact-address{
    font-size: 14px;
    color: #3d3d3d;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
}
.contact-us-sec .contact-details .contact-list{
    padding-left: 0;
}
.contact-us-sec .contact-details .contact-list li{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    list-style: none;
}
.contact-us-sec .contact-details .contact-list li:nth-child(even){
    margin-bottom: 20px;
}
.contact-us-sec .contact-details .contact-list li:last-child{
    margin-bottom: 50px;
}
.contact-us-sec .contact-details .contact-s-media{
    padding-left: 0;
    margin-bottom: 0;
    right: auto;
    left: -15px;
}
.contact-us-sec .contact-details .contact-s-media li {
    list-style: none;
    display: inline-block;
}
.contact-us-sec .contact-details .contact-s-media li:last-child {
    margin-right: 0;
}
.contact-us-sec .contact-details .contact-s-media li a{
    color: #3d3d3d;
}
.contact-us-sec .contact-details .contact-s-media li a i{
    font-size: 18px;
    transition: .8s ease;
}
.contact-us-sec .contact-details .page-footer{
    left: calc(50% - 125px);
}
#map{
    height: 100%;
    width: 100%;
}
.slider-sec #map{
    height: 300px;
    width: 100%;
}
.contact-us-sec .contact-details .contact-s-media li a:hover i.fa-facebook-f{
    color: #3B579D;
}
.contact-us-sec .contact-details .contact-s-media li a:hover i.fa-twitter{
    color: #2CAAE1;
}
.contact-us-sec .contact-details .contact-s-media li a:hover i.fa-linkedin-in{
    color: #007BB6;
}
.contact-us-sec .contact-details .contact-s-media li a:hover i.fa-google-plus-g{
    color: red;
}
.contact-us-sec .contact-details .contact-s-media li a:hover i.fa-instagram{
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* ============My-custom================ */
.header-appear  .main-navigation nav .navbar-nav .nav-link {
    color: #1a2a44;
}
.header-appear .sidemenu_btn span{
    background:#1a2a44;
}
.header-appear .menu-line{
color: #1a2a44;
}
.slider-area .slider-content .heading span {
    color: #29a6e0;
}
.slider-area .slider-content .heading strong {
  font-size:70px
}
section.slider-area .start-your-journey {
    display: block;
    width: 310px !important;
    padding: 17px;
    margin: 25px auto;
}



.my-about .section-area-6 .sub-title {
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 18px;
}
.my-about.h7_about-area {
    padding-top: 130px;
    padding-bottom: 59px;
}
.my-about .h7_about-content {
    display: flex;
    align-items: center;
    gap: 90px;
}
.my-about .h7_about-admin {
    display: flex;
    gap: 20px;
    align-items: center;
}

.my-about .h7_about-img {
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
}
.my-about .h7_about-img a svg{transition: all 0.3s linear 0s;}
.my-about .h7_about-img a:hover svg {
    transform: rotate(180deg);
    
}
.my-about .h7_about-img a {
    position: absolute;
    left: 53%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.my-about .h7_about-img a i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 22px;
    color: #b1040e;
}
.my-about.h7_about-area .h7_about-wrap.mb-50.mr-70 {
    margin-right: 70px;
    margin-bottom: 50px;
}
.my-about.h7_about-area .section-area-6 .section-subtitle {
    color: #29a6e0;
    font-size: 18px;
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 1;
}


.my-about .h7_about-wrap {
    /* margin-right: 45px; */
}
.my-about .section-area-6 .section-title {
    font-size: 35px;
    font-weight: 600;
    line-height: 1.2;
    display: block;
    color: #fe7321;
    font-style: normal;
    line-height: 1;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 5px !important;
};
.my-about .section-area-6 .section-text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
    color: #666;
}

.my-about .h7_about-admin-img {
    width: 55px;
    height: 55px;
    flex-shrink: 0;
}
.my-about .h7_about-admin-info h5 {
    color: #17161C;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1;
}
.my-about .h7_about-admin-info span {
    color: #17161C;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
}



.contain {
  margin: 0 auto;
  width: 100%;
}

.mycraousel-one .owl-carousel .myoneowl-item::before{
    content:"";
    width: 100%;
    height: 100%;
    opacity: 0.8;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.mycraousel-one .owl-carousel .myoneowl-item.item3::before{
    background-color: #fe7321;
}
.mycraousel-one .owl-carousel .myoneowl-item.item1::before{
    background-color: #b1040e;
}
.mycraousel-one .owl-carousel .myoneowl-item.item2::before{
    background-color: #29a6e0;
}
.mycraousel-one .owl-carousel .myoneowl-item.item4::before{
    background-color: #29a6e0;
}
.mycraousel-one .owl-carousel .myoneowl-item.item5::before{
     background-color: #fe7321;
}




.mycraousel-one .owl-carousel .myoneowl-item .myoneowl-item-info {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    position: relative;
    z-index: 2;
}

.mycraousel-one .myoneowl-item-info p {
    color: #fff;
    line-height: 20px;
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2;
           line-clamp: 2;
   -webkit-box-orient: vertical;
}
.mycraousel-one .owl-carousel .myoneowl-item.item1{
     background-image: url(../img/course-img1.jpg);
}
.mycraousel-one .owl-carousel .myoneowl-item.item2{
     background-image: url(../img/course-img2.jpg);
}
.mycraousel-one .owl-carousel .myoneowl-item.item3{
     background-image: url(../img/course-img4.jpg);
}
.mycraousel-one .owl-carousel .myoneowl-item.item4{
     background-image: url(../img/course-img3.jpg);
}
.mycraousel-one .owl-carousel .myoneowl-item.item5{
     background-image: url(../img/course-img5.jpg);
}
.mycraousel-one .owl-carousel .myoneowl-item {
   background-size: cover;
   background-position: top center;
   background-repeat: no-repeat;
   display: flex;
   align-items: center;
   gap: 25px;
   padding: 0 10px;
   height: 140px;
   justify-content: center;
   cursor: pointer;
   position: relative;
}
.mycraousel-one  .myoneowlthumbs-icon {
    width: 60px;
    filter: invert(1);
}
.mycraousel-one .myoneowl-item-info h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 5px;
}
.mycraousel-one .myoneowl-item-info a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0px;
  text-decoration: none;
}


.my-projects{
    padding-top: 120px;
}
.myrojects-content{
 background-color: #29a6e0 !important;
}

.myrojects-content .inner-content {

    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: center;

    width: 65%;
    transform: translateX(40%);
    /* padding-top: 39px; */
    margin-top: 30px;
}


.client-sec {
    /* background: url(../../portfolio/img/clients-banner.jpg); */
    background: url(../img/clients-banner-1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    padding-top: 68px;
}
.client-sec .client-container p.client-text {
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
}


.myrojects-item .myrojects-content .inner-content .launch-btn {
    align-self: flex-start;
}
.myrojects-item .myrojects-content .inner-content .heading, .myrojects-item .myrojects-content .inner-content .sub-heading  {
  color:#fff;
}

.myrojects-item .myrojects-content .inner-content .sub-heading span{background-color: #fff;}
.myrojects-item .myrojects-content .inner-content .text {
    color: #fff;
    opacity: 0.8;
}
.myrojects-item .myrojects-img {
    padding-left: 0 !important;

}
/*.my-projects.contain #myrojects-carousel .owl-item {
    margin-left: 3px;
}
*/
/*----Apply-section--------------------------------------------*/


.my-apply-sec.h7_apply-area{
    padding-top: 100px;
    padding-bottom: 20px;
}


.my-apply-sec .apply-text-wrap.mb-80 {
    margin-bottom: 80px;
}
.my-apply-sec .h7_apply-title {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #C5C5C5;
    font-size: 120px;
    font-weight: 600;
    line-height: 1.12;
    text-align: center;
    width: 6em;
    white-space: nowrap;
    overflow: hidden;
    animation: type 4s steps(120, end) infinite;
    margin: 0 auto;
}
@keyframes type{ 
    from { width: 0; } 
} 

.my-apply-sec .h7_apply-item {
    display: flex;
    position: relative;
    z-index: 1;
    align-items: center;
    border-bottom: 1px solid #D9D9D9;
    padding: 43px 0;
}

.my-apply-sec .h7_apply-item-number {
    flex-shrink: 0;
    width: auto;
}
.my-apply-sec .h7_apply-item-number span {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
}
.my-apply-sec .h7_apply-item-title {
    flex-shrink: 0;
    width: calc(28% + 9px);
    text-align: center;
}
.my-apply-sec .h7_apply-item-title h4 {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
}
.my-apply-sec .h7_apply-item-text {
    margin-right: 100px;
    margin-left: 120px;
}
.my-apply-sec .h7_apply-item-text p {
    color: #525252;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 0;
}
.my-apply-sec .h7_apply-item-img {
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, -50%);
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
.my-apply-sec .h7_apply-wrap-btn {
    color: #0A0A0A;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    text-decoration-line: underline;
    display: block;
    margin-top: 70px;
}
.my-apply-sec .h7_apply-item:hover .h7_apply-item-img {
    opacity: 1;
    top: 50%;
}
.my-apply-sec .h7_apply-wrap .btn.green-btn.rounded-pill.get-form-btn {
    margin-top: 70px;
    text-align: center;
    display: block;
    width: 300px;
    margin: 80px auto 0px;
    font-weight: 700;
    font-size: 17px;
}
/*--apply-course--*/
/* #apply_course{
    display: none;
} */

.apply_course {
    padding: 45px 0;
    background-image: linear-gradient(to bottom, #f6f6f6, #f4f4f4);
    text-align: center;
}
.apply_course  .container-fluid {
    padding: 0 60px;
}

.apply_course  .section_innerpage {
    padding: 50px 0;
    background-color: #fff;
}
.apply_course small {
    display: block;
    margin-bottom: 10px;
    font-size: 18px !important;
    color: #29a6e0;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.apply_course h2 {
    color: #1a2a44;
}

.apply_course  .heading hr {
    width: 120px;
    height: 2px;
    display: inline-block;
    margin: 10px 0;
    border: 0 none;
    border-top: 1px solid rgba(0,0,0,0.15);
}

.apply_course .apply_course .hading> p {
    margin: 0 0 20px;
    font-size: 16px;
    color: #777;
    font-weight: 400;
    line-height: 1.8;
    text-align: center;
}

  .apply_course form {
    margin: 0
}

.apply_course  .applyform {
    margin-top: 30px;
    background-color: #eefbff;
    border: 1px solid #cdf3ff;
    padding: 30px;
}
.apply_course  .row:first-child {
    margin: 0 -15px 0;
}
.apply_course  .row {
    margin: 20px -15px 0;
    font-size: 0;
}

.apply_course  .row .col-100 {
    width: 100%;
}

.apply_course  .row [class*="col-"] {
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
}
.apply_course  [class*="col-"] {
    float: left;
    min-height: 1px;
}

.apply_course  .applyform label {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    color: #1a2a44;
}

.apply_course  .applyform label span {
    color: red;
}

.apply_course .applyform input, .apply_course .applyform select,.apply_course  .applyform textarea, .apply_course .applyform #datepicker {
    background-color: #fff;
    border: 1px solid #cdf3ff;
}

#datepicker {
    background: #f4f4f4 url(../img/calendar-icon.png) no-repeat right center;
}

.apply_course  select option {
    padding: 5px;
    font-weight: 400;
    min-height:1.2em;
}

.apply_course  .row .col-33 {
    width: 33.33%;
}
.apply_course .row .col-50 {
    width: 50%;
}
.apply_course .row .col-60 {
    width: 60%;
}
.bigcheckbox{width:25px;height:25px;float: left;
    margin-right: 20px !important;}.custom-checkbox .terms{line-height:23px}
.apply_course  textarea {
    height: 160px;
    overflow: auto;
    vertical-align: top;
    padding: 10px 15px;
    background-color: #f2f2f2;
    line-height: 1.4;
}

.apply_course input[type="text"],.apply_course  input[type="tel"],.apply_course  input[type="number"],.apply_course input[type="email"],.apply_course  input[type="date"],.apply_course  input[type="time"],.apply_course  input[type="password"] {
    height: 42px;
    line-height: 42px;
}

input[type="text"], input[type="search"], input[type="tel"], input[type="number"], input[type="email"], input[type="date"], input[type="time"], input[type="password"], input[type="file"], textarea {
    -webkit-appearance: none;
    resize: none;
    width: 100%;
    background-color: #fff;
    border: 0px;
    box-shadow: 0 0 0px transparent;
    padding: 0px 15px;
    line-height: 1;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
    font-size: 16px !important;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-weight: 500;
}

.apply_course .row::after {
    content: "";
    display: table;
    clear: both;
}

.apply_course .row .col-100 {
    width: 100%;
}
.apply_course .row .col-20 {
    width: 20%;
}

.apply_course .custom-radio3 {
    display: block;
    position: relative;
    cursor: pointer;
}

.apply_course .custom-radio3 input[type=radio] {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.apply_course input[type="checkbox"],.apply_course  input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px;
    margin: 1px 8px 0 0;
    vertical-align: middle;
}

.apply_course .custom-radio3 label {
    position: relative;
    display: block;
    background-color: #29a6e0;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    padding: 15px 15px 15px 60px;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}

.apply_course .custom-radio3 input:checked+label {
    background-image: linear-gradient(to bottom, #ffda44, #ffda44);
    color: #1a2a44;
}

.apply_course .custom-radio3 label::before {
    content: "";
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background-color: #fff;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
    border-radius: 18px;
}
.apply_course select {
    width: 100%;
    height: 48px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 0px;
    background: #f2f2f2 url(../img/dd-arrow.png) no-repeat right center;
    padding: 0 15px;
    font-size: 15px !important;
    font-family: 'Open Sans', sans-serif;
    color: #777;
    font-weight: 500;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
}
.apply_course .row .col-25 {
    width: 25%;
}
.apply_course .applyform input[type="submit"] {
    background: #fe7321;
    padding: 11px 35px;
    color: #fff;
}


.apply_course {
    text-align: left;
    display: none;
}
.apply_course .heading {
    text-align: center;
}
.apply_course  .hading> p {
        margin: 0 0 20px;
       font-size: 16px;
    color: #777;
    font-weight: 400;
    line-height: 1.8;
    text-align: center;
}
#datepicker {
    background: #f4f4f4 url(../img/calendar-icon.png) no-repeat right center;
}
.service-card.text-center .image-holder img {
    width: 120px;
}


.project-sec .why-valient .heading-bottom-border span {
    display: inline-block;
    width: 130px;
    height: 1px;
    background-color: #29a6e0;
    margin-right: 8px;
    margin-bottom: 3px;
}


.project-sec .why-valient .heading-bottom-border {
    margin-bottom: 8px;
}

.project-sec .why-valient .heading-details {
    margin-bottom: 30px;
    font-size: 16px;
}

.project-sec .why-valient .sub-heading {
    font-weight: 700;
}
.pricing-sec .price-cards .pricing-card .pricing-learn-btn {
    display: block;
    width: 135px;
    margin: auto;
    padding: 10px 15px;
    margin-top: 20px;
}
.pricing-sec .pricing-card .pricing-card-month {
    margin-bottom: 6px;
}
.pricing-sec .pricing-card:hover p.pricing-card-month {
    color: #fe7321;
}
.client-header-details.col-12.text-center {
    z-index: 2;
}

.client-header-details .client-heading span {
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: #1a2a44;
    margin-right: 6px;
    margin-bottom: 4px;
}

.contact-us-sec .contact-form-heading {
    margin-bottom: 50px;
}
.contact-us-sec .contactfrm {
    margin-top: 30px;
}
.contact-us-sec .contactfrm label {
    font-size: 16px;
    line-height: 38px;
    font-weight: 600;
}
.footer-subscribe-lebel {
    font-weight: 400 !important;
}
.contact-us-sec .contactfrm label span {
    color: red;
}
.contact-us-sec .contactfrm input#subscribeYes {
    margin: 1px 8px 0 0;
}
.contact-us-sec .contactfrm {
    margin: 15px 20px 15px 0;
    background-color: #eefbff;
    border: 1px solid #cdf3ff;
    padding: 30px 10px;
}
.contact-us-sec .contactfrm input[type="submit"] {
    background: #fe7321;
    padding: 11px 35px;
    color: #fff;
}
    .mycraousel-one.contain .owl-carousel .owl-nav button.owl-prev,
.mycraousel-one.contain .owl-carousel .owl-nav button.owl-next{
    display:none
} 

 .scroll-apply-btn, .scroll-apply-btn:focus {
    font-size: 11px;
    line-height: 32px;
    color: #fff;
    background-color: #29a6e0;
    height: 30px;
    width: 95px;
    cursor: pointer;
    padding: 0;
    position: fixed;
    bottom: 14.5%;
    right: 70px;
    text-align: center;
    text-decoration: none;
    z-index: 80;
    border-radius: 50px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: block;
    visibility: hidden;
    opacity: 0;
}

.scroll-apply-btn:hover {
    background-color: #fe7321;
    }


/* ===================================
   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;
    color: #3d3d3d;
    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:#29a6e0;
    color: #ffffff !important;
}

.company-about{
    font-size: 14px;
    color: #3d3d3d;
}
.company-about a{
    color: #3d3d3d;
}
.company-about a:hover{
    color:#29a6e0;
}

/*c-f*/

footer {
    position: relative;
    background-color: #1a2a44;
    background-size: cover
}

footer .linksinfo {
    padding: 60px 0
}

footer .linksinfo h4 {
    margin-bottom: 35px;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
}

footer .linksinfo p {
    font-size: 14px;
    color: rgba(255,255,255,0.6)
}

footer .linksinfo p.logo img {
    padding: 10px;
    width: 240px
}

footer .linksinfo p strong {
    color: #fff
}

footer .linksinfo p a {
    color: rgba(255,255,255,0.6)
}

footer .linksinfo p a:hover {
    color: #fff
}

footer .linksinfo ul {
    z-index: 1;
    position: relative;
    font-size: 0;
    padding-left: 0
}

footer .linksinfo ul.half {
    margin: 0 -7px;
    font-size: 0
}

footer .linksinfo ul.half li {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding: 0 7px
}

footer .linksinfo ul li {
    display: block;
    vertical-align: top;
    margin-bottom: 12px;
    font-size: 14px;
    color: #777;
    line-height: 1.4
}

footer .linksinfo ul li a {
    color: rgba(255,255,255,0.6)
}

footer .linksinfo ul li a:hover {
    color: #fff
}

footer .linksinfo ul.bottomsocial {
    margin: 15px 0 0;
    padding: 0;
    list-style-type: none;
    font-size: 0
}

footer .linksinfo ul.bottomsocial li {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px
}

footer .linksinfo ul.bottomsocial li a {
    width: 36px;
    height: 36px;
    display: block;
    background-color: rgba(255,255,255,0.2);
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    -ms-border-radius: 36px;
    -o-border-radius: 36px;
    border-radius: 36px;
    text-align: center
}

footer .linksinfo ul.bottomsocial li a i {
    font-size: 16px;
    color: #fff;
    line-height: 36px
}

footer .linksinfo ul.bottomsocial li a:hover {
    background-color: #fe7321;
}

footer .linksinfo ul.bottomsocial li a:hover i {
    color: #1a2a44
}

footer .copyinfo {
    padding: 20px 0;
    background-color: #15233a;
    font-size: 15px;
    color: rgba(255,255,255,0.6);
    line-height: 1.4
}

footer .copyinfo span,footer .copyinfo a {
    color: rgba(255,255,255,0.7)
}

footer .copyinfo span:hover,footer .copyinfo a:hover {
    color: #fff
}


footer .copyinfo .container.copyinfo-box {
    display: flex;
    justify-content: space-between;
}





/* ===================================
   Other Page
====================================== */
/* ===================================
     courses page css
====================================== */
.blog-content .main_content{
    /*display: inline-block;*/
}
.blog-content .main_content .c_blog{
    margin-top: 0;
    border-bottom: none;
}
.blog-content .main_content .c_blog:hover .single_img img{
    transform: scale(1.1);
}
.blog-content .main_content .course_block{
    padding: 20px;
    border: solid 1px #eee;
}
.blog-content .main_content .course_block:last-child{
    border-bottom: solid 1px #eee;
}
.blog-content .nav-style2{
    display: block;
    margin-top: 80px;
    text-align: center;
}
.blog-content .nav-style2 nav{
    display: inline-block;
    margin-bottom: 0;
}
.blog-content .nav-style2 nav ul{
    margin-bottom: 0;
}
.blog-content nav ul li a {
    border-radius: 0;
    border: solid 1px #eee;
    font-size: 16px;
    margin-right: 0;
}
.blog-content nav ul li a.active {
    border-radius: 0;
}
.blog-content li:first-child a, .blog-content li:last-child a {
    border: solid 1px #eee;
}

/* ===================================
     courses detail page css
====================================== */

.course-detail{
    font-family: 'Roboto',sans-serif;
}
.course-detail .course-mini-detail{
    background-color: #29a6e0;
}
.course-detail .course-mini-detail .mini-course-des{
    padding: 30px 15px;
}
.course-detail .course-mini-detail .course-detail-img img{
    width: 100%;
}
.course-detail .course-mini-detail .mini-course-des .course-heading{
    color: #fff;
    font-size: 24px;
    text-align: center;
    margin-bottom: 10px;
    font-family: 'Oswald',sans-serif;
}
.course-detail .course-mini-detail .mini-course-des ul{
    padding-left: 0;
    text-align: center;
    border-bottom: solid 1px #fff;
    padding-bottom: 20px;
    padding-top: 10px;
}
.course-detail .course-mini-detail .mini-course-des ul li{
    list-style: none;
    display: inline-block;
}
.course-detail .course-mini-detail .mini-course-des ul li:last-child{
    display: block;
}

.course-detail .course-mini-detail .mini-course-des ul li i{
    color: #FFFFFF;
    font-size: 14px;
}
.course-detail .course-mini-detail .mini-course-des .sub-heading{
    color: #FFF;
    font-weight: 500;
    Font-size: 18px;
    padding-left: 3px;
}
.course-detail .course-mini-detail .mini-course-des .instructor{
    margin-bottom: 10px;
}
.course-detail .course-mini-detail .mini-course-des .instructor .ins-img{
    height: 50px;
    width: 50px;
    display: inline-block;
    margin-right: 10px;
}

.course-detail .course-mini-detail .mini-course-des .instructor .ins-name{
    font-size: 14px;
    color: #fff;
    display: inline-block;
}

.course-detail .course-detail-box{
    font-family: 'Roboto',sans-serif;
}
.course-detail .course-detail-box .sub-heading{
    color: #29a6e0;
    font-weight: 500;
}
.course-detail .course-detail-box .main-heading-detail{
    color: #3d3d3d;
    margin-top: 10px;
    font-family: 'Oswald',sans-serif;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 40px;
}
.blue-color{
    color: #29a6e0;
}
.course-detail .course-detail-box .text{
    color: #3d3d3d;
    /*opacity: .8;*/
}
.course-detail .course-accordion{
    margin-top: 40px;
}
.course-detail .course-accordion .card-header{
    background-color: transparent;
    padding-left: 0;
    border-bottom: none;
}
.course-detail .course-accordion .card-header h2{
    font-size: 18px;
    color: #3d3d3d;
    /*text-align: left;*/
    opacity: .8;
    transition: .5s ease;
}
.course-detail .course-accordion .btn-link{
    text-decoration: none;
}
.course-detail .course-accordion .btn-link:hover {
    text-decoration: none;
}
.course-detail .course-accordion .btn-link:hover h2{
    color: #29a6e0;
}
.course-detail .course-accordion .card-body{
    border-top: solid 1px #eee;
}
/***********************************/
/********standalone page css********/
/***********************************/
.slider-sec {
    min-height:500px;
    position: relative;
}
.slider-sec .overlay{
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
}
.slider-sec .overlay h4{
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    font-size: 48px;
    color: #FFFFFF;
    margin-top: 40%;
    margin-bottom: 10px;
}
.crumbs{
    position: relative;
}
.crumbs .breadcrumb-items{
    display: inline-block;
}
.crumbs .breadcrumb{
    margin-bottom: 0;
    border-radius: 0;
    padding: 15px 50px;
    background-color: transparent;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #FFFFFF;
}
.crumbs .breadcrumb li a{
    color: #FFFFFF;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
}
.crumbs .breadcrumb li a:hover{
    color: #29a6e0;
}
/*crumbs end*/

.standalone-row:not(:last-child) {
    margin-bottom: 3rem;
}
.standalone-row .stand-img-des{
    padding-left: 30px;
    text-align: center;
}
.standalone-row:nth-child(2) .stand-img-des{
    padding-left: 0;
    padding-right: 30px;
}
.standalone-detail .sub-heading{
    color: #29a6e0;
    margin-bottom: 20px;
}
.standalone-area .sub-heading{
    color: #29a6e0;
    margin-bottom: 8px;
}
.standalone-detail .heading{
    margin-bottom: 20px;
    font-size: 40px;
    color: #3d3d3d;
    font-weight: 500;
    font-family: 'Oswald' , sans-serif;
}

.standalone-detail .para_text{
    color: #3d3d3d;
    font-weight: 500;
    font-family: 'Roboto' , sans-serif;
    text-align: center;
    font-size: 15px;
    margin: 0 auto;
    opacity: .8;
    line-height: 2.1;
}

.standalone-area{
    padding-bottom: 120px;
}
.standalone-detail{
    /*padding-top: 120px;*/
    padding-bottom: 100px;
}
.standalone-area .gradient-text1{
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    margin-bottom: 12px;
}
.standalone-area .stand-img-des .para_text{
    font-family: 'Roboto', sans-serif;
    color: #3d3d3d;
    font-weight: 300;
    opacity: .8;
}







@media (min-width:768px) and (max-width:991px){
    .sidemenu_btn {
        right: 90px;
    }
    .side-menu .btn-close {
        right: 90px;
    }
    .services-sec .our-services .service-card {
        width: 60%;
        margin: auto;
    }
    .pricing-sec .price-cards{
        width: 60%;
        margin: auto;
    }
    .heading {
        font-size: 45px;
        margin-left: auto;
        margin-right: auto;
    }
    .slider-area .heading {
        font-size: 52px;
    }
    .font-large {
        font-size: 52px !important;
    }
    .project-sec .project-detail-area .project-detail-slide .inner-content {
        width: 60%;
    }
    .pricing-sec .pricing-details .heading {
        width: 85%;
    }
    .qoute-sec i.fa-quote-left {
        left: -2%;
    }
}

@media screen and (max-width:991px){
    .header-appear .sidemenu_btn {
        top: 24px;
    }
    .slider-area .slider-content {
        width: 100%;
    }
    .heading {
        font-size: 44px;
    }
    .slider-area .slider-icons{
        display: none;
    }
    .slider-form {
        position: relative;
        z-index: 11;
        top: auto;
        transform: translateY(0%);
        left: auto;
        right: auto;
        padding-top: 80px;
    }
    .slider-form .contact-form .form-group {
        margin-bottom: 20px;
    }
    .slider-form .contact-form .form-group:last-child{
        margin-bottom: 50px;
    }
    .slider-form .contact-form .form-group input{
        border-bottom: solid 1px #eeeeee;
    }
    .skill-sec .skill-detail .inner-skill-wraper {
        width: 90%;
        margin: auto;
        margin-top: 50px;
    }
    .sidemenu_btn {
        right: 20px;
        left: auto;
    }
    .side-menu .btn-close {
        right: 30px;
        left: auto;
    }
    .side-menu .inner-wrapper {
        padding: 3.5rem 3rem;
    }
    .side-menu-inner-content {
        margin: auto;
    }
    .navbar-brand {
        margin-right: auto;
        margin-left: 1rem;
    }
    .font-large {
        font-size: 38px !important;
    }
    .qoute-sec .qoute {
        width: 94%;
    }
    .qoute-sec i.fa-quote-left {
        left: 6%;
    }
    .qoute-sec i.fa-quote-right {
        right: 17%;
        bottom: 17%;
    }
    .project-sec .project-detail-area .project-detail-slide .inner-content {
        width: 90%;
        transform: translateX(0%);
        margin: auto;
    }
    .project-sec .project-detail-area {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .project-sec .project-detail-area .project-detail-slide .inner-content .sub-heading span {
        display: block;
        margin: auto;
        margin-bottom: 10px;
    }
    #portfolio .heading {
        width: 100%;
    }
    .pricing-sec .pricing-card {
        margin-bottom: 20px;
    }
    .pricing-sec .pricing-details .heading {
        width: 100%;
    }
    .contact-us-sec .contact-details {
        padding-top: 0;
        padding-bottom: 0;
    }
    .contact-us-sec .contact-details .contact-s-media {
        right: auto;
        left: 50%;
        width: 100%;
        transform: translateX(-50%);
    }
    .slider-area .slider-content .text {
        font-size: 18px;
    }
    .client-sec .client-container {
        padding-bottom: 483px;
    }
    /***********************************/
    /********Courses detail page css********/
    /***********************************/
    .course-detail .course-detail-box {
        margin-bottom: 50px;
    }
    /***********************************/
    /********Courses page css********/
    /***********************************/
    .blog-content .main_content .course_block{
        width: 100%;
    }
    .blog-content .main_content .course_block:nth-child(2){
        margin-top: 30px;
    }
    .blog-content .main_content .course_block:nth-child(odd){
        margin-right: 0;
    }
    /***********************************/
    /********standalone page css********/
    /***********************************/
    .standalone-row:not(:last-child) {
        margin-bottom: 8rem;
    }
    .standalone-area .sub-heading{
        margin-top: 20px;
    }
    .standalone-row:nth-child(2) .stand-img-des {
        padding-left: 18px;
        padding-right: 18px;
    }
    .standalone-row .stand-img-des {
        padding-left: 18px;
        padding-right: 18px;
    }
    .standalone-area {
        /*padding-bottom: 0;*/
    }
    .project-sec .project-area .project-detail {
        left:0;
    }
}
 /*my-custom-res*/
@media (max-width: 413px){
.slider-overlay .container {
    margin-top: 70px;
}
}
@media (max-width:767px){
    .slider-area .item {
    height: 45vh;
    background-position: center;
    background-repeat: no-repeat;
}
    .header-appear .sidemenu_btn {
        top: 16px;
    }
    .slider-sec .overlay h4 {
        font-size: 40px;
    }
    .slider-area .slider-content .heading {
        font-size: 26px;
    }
    .slider-area .slider-content .heading strong {
       font-size: 36px;
    }
    section.slider-area .start-your-journey {
    padding: 10px;
    max-width: 170px;
    font-size: 12px;
}

    .side-nav .navbar-nav .nav-link {
        font-size: 28px;
    }
    .heading {
        font-size: 36px;
    }
    .qoute-sec i.fa-quote-right {
        right: 12%;
        bottom: 14%;
    }


.my-about .section-area-6 .section-title,
.my-about .section-area-6 .sub-title {
    font-size: 24px;
}

.my-about.h7_about-area .section-area-6 .section-subtitle {
    font-size: 14px;
}

.my-about.h7_about-area {
    padding-top: 60px;
    padding-bottom: 20px;
}

.my-about .h7_about-img {
    margin-top: 40px;
}

.my-apply-sec .h7_apply-title {
    font-size: 60px;
}

.my-apply-sec.h7_apply-area {
    padding-top: 25px;
}

.my-apply-sec .apply-text-wrap.mb-80 {
    margin-bottom: 30px;
}

.my-apply-sec .h7_apply-item-number span {
    font-size: 15px;
}

.my-apply-sec .h7_apply-item-title h4 {
    font-size: 15px;
}

.my-apply-sec .h7_apply-item-text p {
    font-size: 14px;
}

.my-apply-sec .h7_apply-item-text {
    margin: 0 10px;
}

.my-apply-sec .h7_apply-item {
    padding: 25px 0px;
}

.my-apply-sec .h7_apply-wrap .btn.green-btn.rounded-pill.get-form-btn {
    font-size: 15px;
    width: 200px;
    margin: 40px auto 0;
}

.apply_course {padding: 0px 0px;}

.apply_course .container-fluid {
    padding: 0px 0px;
}

.apply_course small {
    font-size: 14px;
}

.apply_course h2 {
    font-size: 24px;
}

.apply_course .hading> p {
    font-size: 14px;
}

.apply_course .row .col-33 {
    width: 100%;
}

.apply_course .row .col-33 {}

.apply_course .row .col-50 {
    width: 100%;
}

.apply_course .row .col-20 {
    width: 100%;
}

.apply_course .custom-radio3 label {
}

.padding-top {
    padding-top: 60px;
}

.font-large {
    /* font-size: 25px !important; */
}
.client-sec .client-container p.client-text {
        -webkit-line-clamp: 8;
}
.qoute-sec .qoute {
    font-size: 20px;
}

.project-sec h3.heading {
    font-size: 26px;
}

.project-sec .why-valient .heading-details {
    font-size: 15px;
}

.contact-us-sec .contactfrm {
    margin: 0;
}
.contact-us-sec select{
    width:100% !important;
}


.contact-us-sec .text-right {
    text-align: left !important;
}

.contact-us-sec .contact-details {
    margin-bottom: 49px;
}
.footer-subscribe-lebel{
    text-align: left;
    padding-left: 0;
}
.scroll-apply-btn, .scroll-apply-btn:focus {
    visibility: visible;
    opacity: 1;
}

}

@media screen and (max-width:1200px) {

}
@media screen and (max-width:1340px) {
    .project-sec .project-links {
        bottom: 4.5%;
        left: 3.5%;
    }
}

.mycolor{
    color:#29a6e0;
    color:#1a2a44;
   color: #fe7321;
    color: #b1040e;
    color: #eefbff;
    color: #29a6e0;
}


.enquiry-btns {
    z-index: 12;
    position: fixed;
    right: 0px;
    bottom: 90px;
    font-size: 0;
}
.enquiry-btns a {
    width: 60px;
    height: 60px;
    display: block;
    -webkit-border-radius: 8px 0 0 8px;
    border-radius: 8px 0 0 8px;
    margin: 2px 0;
    padding: 17px;
    text-align: center;
    font-size: 0;
    line-height: 1;
}
.enquiry-btns a.call {
    background-color: #ff0000;
}
.enquiry-btns a.email {
    background-color: #1eace2;
}
.enquiry-btns a:hover {
    background-color: #01608e;
}

@media all and (max-width: 767px) {

    .scroll-top-arrow, .scroll-top-arrow:focus { bottom: 100px; }

    .enquiry-btns {
        left: 0;
        bottom: 0;
    }    
    .enquiry-btns a {
        width: 49.9%;
        height: 44px;
        display: inline-block;
        vertical-align: top;
        margin: 0 0 0 0;
        padding: 10px;
        border-radius: 0;
        font-size: 14px;
        color: #ffffff;
    }
    .enquiry-btns a img {
        width: 24px;
        display: inline-block;
        margin-right: 10px;
    }

}