.body{
    /* overflow-x:hidden !important ; */
}
h1,h2,h3,h4,h5,h6,p,a,span{
    font-family: 'Jost';
}
.nav-first{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.headermain{
    padding: 8px 0px;
}
button:focus {
     outline: 0px !important; 
   
}
.sticky{
    /* padding-bottom: 76px; */
}
.headerdetails{
    background-color: #000;
}
.header-media{
    display: flex;
    /* height: 52px; */
    /* width: 52px; */
    /* line-height: 52px; */
    border-radius: 50%;
    gap: 20px;
    /* flex-direction: column; */
    /* display: inline-block; */
    text-align: center;

}
.founderhe h2{
font-weight: 700;
}
.icr{
    margin-right:8px;
}
#founder-img{
    object-fit: cover;
    object-position: 42% 50%;
}

.headercontact{
    display: flex; 
    gap: 20px;
    align-items: center;
    color: white;
}
.headercontact a{
    color: white;
    font-size: 17px;
}
.headermain{
    position: relative;
}
@media (min-width:990px)
{
.conta{
    background-color: white;
    color: red !important;
    border-radius: 33px;
}
}
.hove{
    position: relative;
}
@media (min-width:990px){
.hove:hover::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 85%;
    left: 9px;
    background: linear-gradient(to left, white, #ffb607, #ffb607) white;
    height: 2px;
    transition: all 500ms ease-in-out;
    animation: left;
    animation-duration: 500ms;
    animation-timing-function: ease-in-out;
    animation-iteration-count: once;

}
}
@keyframes left{
    from{
        width: 0%;
    }
    to{
        width: 85%;
    }
}
.headermain::before {
    bottom: 0;
    /* right: 0; */
    content: "";
    height: 1.5px;
    width: 85%;
    position: absolute;
    /* background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(0, 0, 0, 0), #e4cb50, #c2a134); */
    background:linear-gradient(to left, rgba(0, 0, 0, 0), #ffb607, #ffb607)  rgba(0, 0, 0, 0) ;
}
.headercontact a:hover{
    color: white;
}
.header-media i{
    color: white !important;
    font-size: 20px;
}
.headerflex{
    display: flex;
    justify-content: space-between;
}
.headermain{
    background-color: black;
}
.header-wrap{
    background-color: #000;
    color: white;
    padding-bottom: 8px;
}
.footer-full{
    background-color: black;
    color: white;
    /* overflow-x: hidden !important; */
}

.footer-full ul{
    /* margin:0px 50px */
    padding: 0px !important;
}
.footer-full a{
    color: white;
    text-decoration: none;
}

.footer-head {
    font-size: 22px;
    margin-bottom: 38px;
    padding-top: 10px;
  
}


@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px) {
    .footer-head {
        font-size: 20px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .footer-head {
        font-size: 19px
    }
}

.footer-text p {
    font-size: 17px;
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px) {
    .it-footer-text p {
        font-size: 14px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .it-footer-text p {
        padding-right: 20px;
        font-size: 14px
    }
}

.footer-media a {
    height: 52px;
    width: 52px;
    line-height: 52px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    /* margin-right: 9px; */

}
.footer-media i{
    font-size: 20px;
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .footer-media a {
        height: 40px;
        width: 40px;
        line-height: 40px
    }
}

.footer-list ul li {
    list-style-type: none;
   
    font-size: 17px
}
.footer-list i{
    font-size: 12px;
    margin-right: 8px;
}
.footer-contact i{
    margin-right: 0px;
}
@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .footer-list ul li {
        font-size: 16px
    }
}

.footer-list ul li:not(:last-child) {
    margin-bottom: 12px
}







.it-footer-list ul li {
    list-style-type: none;

}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .it-footer-list ul li {
        font-size: 14px
    }
}

.it-footer-list ul li:not(:last-child) {
    margin-bottom: 5px
}

.it-footer-list ul li a {
    transition: .3s;
    position: relative;
    display: inline-block;
    padding-left: 24px
}






.footer-contact ul li {
    list-style-type: none;

    position: relative;
    padding-left: 47px;
    font-size: 17px
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .footer-contact ul li {
        font-size: 16px
    }
}

.footer-contact ul li:not(:last-child) {
    margin-bottom: 32px
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .footer-contact ul li:not(:last-child) {
        margin-bottom: 29px
    }
}

.footer-contact ul li:first-child {
    margin-bottom: 25px
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .footer-contact ul li:first-child {
        margin-bottom: 17px
    }
}

.footer-contact ul li:first-child>span {
    top: 8px
}



.footer-contact ul li span {
    height: 52px;
    width: 52px;
    line-height: 52px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: -10px;
    left: 0;
    /* background: rgba(255, 255, 255, .1) */
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .footer-contact ul li span {
        height: 45px;
        width: 45px;
        line-height: 45px
    }
}

.footer-contact-icon>span {
    height: 70px;
    width: 70px;
    line-height: 70px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 30px;
    text-align: center;
   
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .footer-contact-icon>span {
        height: 50px;
        width: 50px;
        line-height: 50px;
        margin-right: 20px
    }
}

.footer-contact-text>span {
    display: block;
    padding-bottom: 3px;
  
}

.footer-contact-text>a {
    font-size: 22px;
    font-weight: 500;

}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .footer-contact-text>a {
        font-size: 19px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .footer-contact-text>a {
        font-size: 16px
    }
}

.it-footer-gallery img {
    border-radius: 5px
}

.footer-icons-gallery-single-item {
    display: inline-block
}

.footer-icons-gallery-all {
    display: grid;
    grid: auto auto/auto auto auto;
    column-gap: 10px;
    row-gap: 10px;
    width: 260px;
    height: auto
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .footer-icons-gallery-all {
        width: 100%
    }
}

.footer-col-2 {
    margin-left: 92px
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px) {
    .footer-col-2 {
        margin-left: 70px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .footer-col-2 {
        margin-left: 0
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .footer-col-2 {
        margin-left: 30px
    }
}

.footer-col-3 {
    padding-left: 5px
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .footer-col-3 {
        padding-left: 0
    }
}

.footer-col-4 {
    margin-left: -20px
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .footer-col-4 {
        margin-left: 0
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .footer-col-4 {
        margin-left: 30px
    }
}

@media only screen and (min-width:440px) and (max-width:575px) {
    .footer-col-4 {
        margin-right: 120px
    }
}

.footer-col-2-2 {
    margin-left: 120px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .footer-col-2-2 {
        margin-left: 95px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .footer-col-2-2 {
        margin-left: 50px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .footer-col-2-2 {
        margin-left: 0
    }
}

.footer-col-2-3 {
    margin-left: 90px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .footer-col-2-3 {
        margin-left: 60px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .footer-col-2-3 {
        margin-left: 50px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .footer-col-2-3 {
        margin-left: 0
    }
}

.footer-col-2-4 {
    margin-left: 48px
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .footer-col-2-4 {
        margin-left: 0
    }
}



.copyright-height .footer-media a {
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 16px
}

.it-copyright-text p {
    
    margin-bottom: 0
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px) {
    .it-copyright-text p {
        font-size: 14px
    }
}

@media sm {
    .it-copyright-text p {
        margin-bottom: 0
    }
}

@media(max-width:767px) {
    .it-copyright-text p {
        font-size: 15px;
        margin-bottom: 15px
    }
}

.it-copyright-2-text p {

    margin-bottom: 0
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .it-copyright-2-text p {
        font-size: 14px
    }
}

.theme-bg{
    background-color: black;
    color: white;
    
}
.copyfull{
    position: relative;
}
.copyfull::after{
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: white;
}














@media (max-width:990px)
{
.header-wrap {
    padding-bottom: 10px;
}
}
.header-wrap .logo {
    margin-top: 6px;
}

.header-wrap .conInfo {
    padding-left: 52px;
    position: relative;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
}

.header_info {
    display: flex;
    float: right;
    margin-top: 16px;
}

.header_info div {
    border-right: 1px solid #e8e8e8;
    padding-right: 26px;
    margin-right: 30px;
}

.header_info div:last-child {
    border: none;
    margin-right: 0;
    padding-right: 0;
}

.header_info .search a {
    width: 50px;
    height: 50px;
    background: #ffb607;
    color: #fff;
    border-radius: 100%;
    display: block;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
}

.loginwrp {}

.loginwrp a {
    text-decoration: none;
    background: #ffb607;
    padding: 15px 34px;
    font-size: 16px;
    color: #fff;
    border-radius: 6px;
    display: inline-block;
    font-weight: bold;
}

.header-wrap .conInfo span {
    font-size: 12px;
    text-transform: uppercase;
    color: #a3a3a3;
    letter-spacing: 2px;
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.header-wrap .conInfo a {
    text-decoration: none;
    font-size: 20px;
    color: #000;
    font-weight: 600;
    line-height: 24px;
}

.header_info .search a:hover,
.loginwrp a:hover {
    background: #003d69;
}

.header-wrap .conInfo a:hover {
    color: #ffb607;
}

.header-wrap .addressWrp:before {
    content: "";
    background: url(../images/map_icon.png) no-repeat;
    width: 46px;
    height: 45px;
    position: absolute;
    top: 0px;
    left: 0;
}

.header-wrap .phonewrp:before {
    content: "";
    background: url(../images/phone_icon.png) no-repeat;
    width: 46px;
    height: 45px;
    position: absolute;
    top: 0;
    left: 0;
}

.header-wrap .phonewrp a {
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.header-wrap .phonewrp {
    padding-left: 56px;
}

/*********************************************
        Navigation css
*********************************************/

.navbar-brand {
    display: none;
}

.navigation-wrap {
    z-index: 1000;
    width: 100%;
    position: relative;
}

.navbar-nav li {
    padding: 0;
}

.navbar-light .navbar-nav .nav-link {
    color: white;
    font-size: 14px;
    margin-top: 10px;
    padding: 10px 22px;
    font-weight: bold;
    text-transform: uppercase;
}
@media (min-width:990px)
{
    .navbar-toggler{
        display: none;
    }
    .navbar-light .navbar-nav .nav-link {
font-size: 14px;
    }
    .sticky .nav-first{
        display: none;

    }
}
.headerdetails2{
background-color: #000;
display: none;
}
.headerdetails{
    /* position: fixed;
    top: 10px; */
}
.navbar {
    padding: 0;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .nav-item:hover .nav-link {
    color: #fff;
    /* background: #ffb607; */
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
    /* background: #ffb607; */
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #fff;
    /* background: #ffb607; */
}

.sticky {
    top: 0;
    position: fixed;
    display: block;
    width: 100%;
    left: 0;
    z-index: 10000;
    /* background: #ffb607; */
    height: 65px;
    margin-top: 0;
    -webkit-box-shadow: 0px 5px 7px rgba(3, 3, 3, 0.11);
    -moz-box-shadow: 0px 5px 7px rgba(3, 3, 3, 0.11);
    box-shadow: 0px 5px 7px rgba(3, 3, 3, 0.11);
}

.custom-navbar .navbar-nav li.active>a {
    background-color: #1d2435;
    color: #fff;
}

.navbar-nav li {
    position: relative;
}

.navbar-nav>li>ul {
    list-style: none;
    position: absolute;
    left: 0;
    top: 200%;
    width: 260px;
    padding: 0px;
    z-index: 100;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    border-radius: 0px 2px 2px 2px;
    -ms-border-radius: 0px 2px 2px 2px;
    -webkit-border-radius: 0px 2px 2px 2px;
    -moz-border-radius: 0px 2px 2px 2px;
    -o-border-radius: 0px 2px 2px 2px;
    /* transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease; */
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.38);
}

.submenu li:last-child {
    border: none;
}

.navbar-nav>li:hover>ul {
    top: 105%;
    opacity: 1;
   
    visibility: visible;
}
#navbarSupportedContent{
    justify-content: center !important;
    background-color: #000;
}
.navbar-nav>li>ul>li {
    position: relative;
    float: none;
    width: 100%;
    border-bottom: 1px solid rgb(230 230 230 / 50%);
    padding: 0;
}
@media (min-width:900px)
{
    .nav-item:hover .submenu{
        display: block;
    }
}
@media (min-width:990px)
{
    .con{
        display: none;
    }
}
@media (max-width:990px)
{
    .conta{
        display: none;
    }
}
.submenu>li:hover>a {
    background: #ffb607;
    color: #fff !important;
}

.navbar-nav>li>ul>li>a {
    text-decoration: none;
    position: relative;
    display: block;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 14px;
    color: #000 !important;
    word-wrap: break-word;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.navbar-nav li>.submenu>li a+i {
    display: none;
    position: absolute;
    right: 15px;
    top: 7px;
    font-size: 24px;
    cursor: pointer;
    color: #0b3c5d;
    background: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

.navbar-nav>li>a+i {
    display: none;
    position: absolute;
    right: 15px;
    top: 7px;
    font-size: 24px;
    cursor: pointer;
    color: #0b3c5d;
    background: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

.submenu li .submenu_right {
    display: none;
}

.submenu_right {
    background: #328bc3;
    position: absolute;
    top: 0;
    left: 100%;
    width: 200px;
}
@media (min-width:990px)
{
#menu-icon{
    /* display: none; */
}
#menu-close{
    /* display: none; */
}
}
.navbar-toggler{
    border: 0px;
}
.submenu_right li {
    padding-bottom: 0;
    padding: 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.50);
}

.submenu_right li a {
    display: block;
    padding: 7px 10px;
    color: #fff;
    text-decoration: none;
}

.submenu_right li a:hover {
    background: #c79935;
    color: #fff !important;
}

.submenu li:hover .submenu_right {
    display: block;
}

@media screen and (max-width: 990px)
{
.navbar-toggler {
    position: absolute;
    top: 50%;
    color:white !important;
    right: 20px;
    /*background: #fff;*/
    display: block;
}

.header-wrap .logo {
    background: none;
    text-align: left;
    padding: 0;
}
}
@media (min-width:1200px)
{
    /* .conta{
        display: none;
    }
    .con{
        background-color: white;
        color: red !important;
        border-radius: 33px;
        display: block;
    } */
    .headerdetails .container{
        /* margin: 0px; */
    }
}


/* #navbarSupportedContent{
    position: relative;
}
#navbarSupportedContent::after{
    position: absolute;
    content: '';
    width:100%;
    height: 2px;
    background-color: #ffb607;
    top: 0px;
} */

@media screen and (max-width: 990px)
{
.logo {
    margin-right: 70px;
}
}

@media (min-width:700px) and (max-width:990px)
{
    .logo img{
        width:71%;
    }
}
@media (min-width:400px) and (max-width:600px)
{
    .logo img{
        width:69%;
    }
}
.cent{
    display: flex;
    align-items: center;
    justify-content: end;
}
.footer-logo img{
    width: 236px;
    height: 100%;
}



















.slick-arrow{
    /* display: none !important; */
}
#home {
    height: 676px;
    overflow-x: hidden;
}
.s-1{

    width: 100%;
    height: 500px;
    background-image: url("../images/slider1.jpg");
    background-size: cover;
    background-position: center;

}
.slider-content{
color: white;
/* display: flex !important; */
align-items: center;
justify-content: center;
}
.slider-content h1{
    font-size: 60px;
    font-weight: 700;
    color: white;
}

/* 
#home .slick-dots li.slick-active button:before {
    opacity: .75;
    color: white;
}
#home .slick-dots li button {
position: relative;
bottom: 45px;
}
#home .slick-dots li button:before {
font-size: 8px;
}
#home .slick-dots li button:before {
color: #fff;
} */
.slider-content{

}
.slider-btn a{
    /* border: 2px solid white; */
    margin-top: 20px;
    background-color: #ffb607;
    color: white;
    font-weight: 700;
    padding: 15px 20px;
    border-radius: 50px;
}
.slider-btn a h6{
margin: 0px;
}
.slider-btn a:hover{
    color: white;
}

.homebuttons{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.homebtn2{
    background-color: transparent !important;
    border: 2px solid white;
}
.submenu {
    display: none;
}
.nav-item{
    transition: all 0.5s ease-out;
}
/* .nav-item:hover .submenu {
    display: block;
} */










/* caategories */

.categories_wrap {
    z-index: 1000;
    margin-top: -70px;
    position: relative;
    margin-left: 50px;
    margin-right: 50px;
}

.categories-course {
    background: #3ab64c;
    padding: 15px;
    text-align: center;
    border-radius: 12px;
}

.categories-course h4 {
    font-size: 24px;
    color: #fff;
    position: relative;
    margin-bottom: 30px;
}

.categories-course h4:before {
    content: "";
    background: #fff;
    width: 40px;
    height: 2px;
    position: absolute;
    bottom: -15px;
    text-align: center;
    left: 50%;
    margin-left: -20px;
}
.activenav{
    background-color: #ffb607 !important;
    color: white !important;
}
.categories-course p {
    font-size: 17px;
    color: #fff;
    line-height: 24px;
}

.coure-icon-inner {
    width: 130px;
    height: 130px;
    background: #fff;
    text-align: center;
    line-height: 130px;
    border-radius: 100%;
    display: inline-block;
}

.cours-icon {
    margin-bottom: 30px;
    margin-top: -80px;
}

.categories_wrap ul li:nth-child(1) .categories-course {
    background: #ffb607;
}

.categories_wrap ul li:nth-child(2) .categories-course {
    
    background: #003d69;
}

.categories_wrap ul li:nth-child(3) .categories-course {
    background: #ff002a;
}

.categories_wrap ul li:nth-child(4) .categories-course {
    background: #3db2d5;
}

/*---------------------------------------
  School Css              
-----------------------------------------*/

.school-wrap {
    text-align: center;
    background: #f5f6fc;
    padding: 60px 0;
}

.school_box {}

.school-wrap h3 {
    margin-top: 14px;
    position: relative;
    margin-bottom: 30px;
}

.school-wrap h3 a {
    font-size: 22px;
    color: #263073;
    font-weight: bold;
    text-decoration: none;
}

.school-wrap h3 a:hover {
    color: #82b941;
}

.school-wrap h3:before {
    content: "";
    background: #f2b31a;
    width: 40px;
    height: 2px;
    margin-left: -20px;
    position: absolute;
    bottom: -15px;
    left: 50%;
}

.school-wrap p {
    font-size: 14px;
    color: #000;
    min-height: 52px;
}

.school_sec {
    margin-top: -160px;
    z-index: 10;
    position: relative;
}
.unorderList{
    list-style: none;
    position: relative;
    /* top:-200px; */
}
.footer-full{
    padding: 50px 0px;
}
.about-us img{
    width: 100%;
}
.about-us{
    position: relative;
    padding: 50px 0px;
}
.back-dots{
    position: absolute;
    bottom: -20px;
    z-index: -1;
}.about-heading{
    text-align: center;
}
.footer-in hr{
    margin-bottom: 0px;
    border: 0.2px solid white;
}
.about-heading span img{
width: 74px;
height: 74px;
}
.pie-img img{
    filter: drop-shadow(0 0 0.2rem grey);
    animation: up-down;
  z-index: 10;
  animation-direction: alternate-reverse;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
  animation-duration: 2s;
  /* animation-delay: 1s; */
  /* animation-name: bounce; */
  animation-timing-function: ease-in-out;
}
@keyframes up-down {
    0% {
      transform: translateY(10px);
    }
  
    100% {
      transform: translateY(-10px);
    }
}

.back-dots img{
   
    animation: down-up;
  z-index: 10;
  animation-direction: alternate-reverse;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
  animation-duration: 2s;
  /* animation-delay: 1s; */
  /* animation-name: bounce; */
  animation-timing-function: ease-in-out;
  }
 @keyframes down-up {
    0% {
      transform: translateY(-10px);
    }
  
    100% {
      transform: translateY(10px);
    }
}
.point-img{
    width: 80px;
    height: 80px;
    /* background: #fff; */
    text-align: center;
    line-height: 80px;
    border-radius: 100%;
    display: inline-block;
    
}
.point-img img{
    width: 50px;
    height: 50px;
    filter: brightness(0) invert(1);
}
.abut-points{
    padding: 10px 0px;
    
}
.point-color1 img{
margin-top: -7px;
}
.point-color1{
background-color: #003d69;
}
.point-color2{
    background-color: #ff002a;
}
.point-color3{
    background-color: #3db2d5;
}
.point{
    /* display: flex; */
    /* gap: 20px; */
}
.abut-right h5{
    color: #ffb607;
}
.footer-logo{
    margin-bottom: 30px;
}
.about-us{
    position: relative;
    overflow-x: hidden;
}
.about-us::after{
    position: absolute;
    content: '';
    background: url('../images/graduation-cap.png');
    height: 400px;
    width: 400px;
    right: -13%;
    top: 32%;
    background-size: cover;
    z-index: 10;
    /* filter: brightness(0) invert(1); */
    opacity: 0.1;
}
.founderpara p{
    /* letter-spacing: 1px; */
    /* line-height: 5px; */
    font-size: 17px;
}
.item-1{
    background-color: #ff002a !important;
    color: white;
}
.founder{
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    /* padding-bottom: 50px; */
}
.founderpoints ul{
    list-style: disc;
}
 .founder::after{
    position: absolute;
    content: '';
    background: url('../images/graduation-cap.png');
    height: 400px;
    width: 400px;
    right: -13%;
    top: 25%;
    background-size: cover;
    /* transform: scaleX(-1); */
    z-index: 10;
  
    opacity: 0.1;
} 

/* body {
    background-color: #efefef;  
  }
  
  h3 {
    margin: 0;
  }
  
  h3+p {
    margin-top: 0;
  } */
  .counter{
    position:relative;
    background: #003d69;
    color: white;
  }

  .counter::after{
    position: absolute;
    content: '';
    background: url('../images/graduation-cap.png');
    height: 400px;
    width: 400px;
    left: -13%;
    top: 32%;
    background-size: cover;
    z-index: -1;
    transform: scaleX(-1);
    /* filter: brightness(0) invert(1); */
    opacity: 0.1;
}
  
  .wrapper {
    width: 100%;
    /* max-width: 940px;
    margin: 20px auto; */
    background-color: #fff;
  }
  
  .home-hero {
    display: grid;
    grid-gap: 1px;
    grid-auto-rows: minmax(150px, auto);
  }
  
  .home-hero > * {
    padding: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #333;
    color: #fff;
  }
  
  .feature {
    background-image: url('../images/updates-1.jpg');
    background-position: bottom left;
    color: #fff;
    display: flex ;
    flex-direction: column-reverse;
  }
  .fer{
    display: flex;
    flex-direction: column;
  }
  .photos {
    background-image: url('../images/updates-2.jpg'); 
    color: #fff;
    display: flex;
    flex-direction: column-reverse;
    
  }
  
  .news {
    background-image: url('../images/updates-3.jpg'); 
    color: #fff;
    background-position: center;
    display: flex;
    flex-direction: column-reverse;
    
  }
  
  .special {
    background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8)),url('../images/updates-4.jpg'); 
    color: #fff;
    display: flex;
    flex-direction: column;
  }
  
  .special h3,
  .amazing h3{
    margin-top: auto;
  }
  
  .amazing {
    background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.9)), url('../images/updates-2.jpg'); 
    color: #fff;
    display: flex;
    flex-direction: column;
  }
  
  .cta {
    background-color:  #ffb607;
    color: #fff;
    display: flex;
    flex-direction: column;
  }
  
  a.spam-button {
    border: 1px solid #ccc;
    border-radius: 3px;
    text-decoration: none;
    background-color: #fff;
    color: #333;
    display: inline-block;
    display: block;
    padding: 8px 20px;
    margin: auto auto 20px;
    border-radius: 20px;
    /* width: 90%; */
    text-align: center;
  }
  
  @media (min-width: 500px) {
    .home-hero {
      grid-template-columns: 1fr 1fr;
    }
    
    .feature {
      grid-column: 1 / 3;
      grid-row: 1 / 3;
    }
    
    .special {
      grid-column: 1;
      grid-row: 3 / 6;
    }
    .amazing {
      grid-column: 1;
      grid-row: 6;
    }
    /* .cta {
      grid-column: 2;
      grid-row: 5 / 7;
    } */
   
    .news{
        grid-column: 2;
        grid-row: 3 / 6;
    }
    .photos{
        grid-column: 2;
        grid-row: 6 / 6;
    }
  }
  
  @media (min-width: 800px) {
     .home-hero {
      grid-template-columns: 1fr 1fr 1fr;
      grid-template-rows: minmax(150px, auto) minmax(150px, auto);
      grid-auto-rows: minmax(100px, auto);
    }
    .feature {
      grid-column: 1 ;
      grid-row: 1 / 6;
    }
    
    .special {
      grid-column: 2;
      grid-row: 1 / 4;
    }
    .amazing {
      grid-column: 2;
      grid-row: 4 / 6;
    }
    .cta {
      grid-column: 3;
      grid-row: 5 / 6;
    }
    .news{
        grid-column: 3;
        grid-row: 1 / 3;
    }
    .photos{
        grid-column: 3;
        grid-row: 3 / 6;
    }
  }
  .updates{
    padding-top: 50px;
  }
  .updateshead h2{
    font-weight: 700;
    
  }
  .updateshead{
    text-align: center;
    padding-bottom: 30px;
  }
  .updateshead span hr{
    width: 5%;
    border: 2px solid #ff002a;
  }
.counter{
    padding: 50px 0px;
}
.counte img{
    width: 60px;
    filter: brightness(0) invert(1);
}
@media (min-width:990px)
{
#counter-img{
height: 498px;
}
}
.counte{
    /* border: 2px solid black; */
    color: white;
    margin-bottom: 31px;
    overflow: hidden;
    text-align: center;
    
}
.timer{
    display: inline-block;
    font-weight: 700;
}
.counte span{
    font-size: 30px;
    margin-left: 5px;
    margin-bottom: 5px;
}
.counterpara{
    padding-bottom: 30px;
    font-size: 17px;
}
.coure-icon-inner img{
    width: 48% !important;
}


/* #0072c4 */

.logo-default{
    width:37%;
     /* height:100%; */
}

@media (min-width:990px){
    .navbar-toggler{
        /* display: none; */
    }
}


.founder{
    padding: 50px 0px;
}
.founder img
{
    width: 400px !important;
    height: 400px !important;
    border-radius: 50%;
}

@media (max-width:400px)
{
    .founder img
{
    width: 300px !important;
    height: 300px !important;
    border-radius: 50%;
}
}





  /* pravalika */
  a, a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.bg-gray {
    background-color: #f9f9f9;
    padding-top: 66px;
    padding-bottom: 60px;
}

.site-heading h2 {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.site-heading h2 span {
  color: #ff002a;
}

.site-heading h4 {
  display: inline-block;
  padding-bottom: 20px;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
}

.site-heading h4::before {
  background: #ff002a none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 50px;
}

.site-heading {
  margin-bottom: 60px;
  overflow: hidden;
  margin-top: -5px;
}

.carousel-shadow .owl-stage-outer {
  margin: -15px -15px 0;
  padding: 15px;
}

.we-offer-area .our-offer-carousel .owl-dots .owl-dot span {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid;
  height: 15px;
  margin: 0 5px;
  width: 15px;
}

.we-offer-area .our-offer-carousel .owl-dots .owl-dot.active span {
  background: #ff002a none repeat scroll 0 0;
  border-color: #ff002a;
}

.we-offer-area .item {
  background: #ffffff none repeat scroll 0 0;
  border-left: 2px solid #ff002a;
  /* -moz-box-shadow: 0 0 10px #cccccc; */
  /* -webkit-box-shadow: 0 0 10px #cccccc; */
  /* -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc; */
  overflow: hidden;
  padding: 30px;
  position: relative;
  z-index: 1;
}

.we-offer-area.text-center .item {
  background: #ffffff none repeat scroll 0 0;
  border: medium none;
  padding: 67px 40px 64px;
}

.we-offer-area.text-center .item i {
  background: #ff002a none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  font-size: 40px;
  height: 80px;
  line-height: 80px;
  position: relative;
  text-align: center;
  width: 80px;
  z-index: 1;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  margin-bottom: 25px;
}

.we-offer-area.text-center .item i::after {
  border: 2px solid #ff002a;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 90px;
  left: -5px;
  position: absolute;
  top: -5px;
  width: 90px;
  z-index: -1;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.we-offer-area.item-border-less .item {
  border: medium none;
}

.we-offer-area .our-offer-items.less-carousel .equal-height {
  margin-bottom: 30px;
}

.we-offer-area.item-border-less .item .number {
  font-family: "Poppins",sans-serif;
  font-size: 50px;
  font-weight: 900;
  opacity: 0.1;
  position: absolute;
  right: 30px;
  top: 30px;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item,
.we-offer-area.center-active .single-item:nth-child(2n) .item {
  background: #ff002a none repeat scroll 0 0;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item i,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item h4,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item p,
.we-offer-area.center-active .single-item:nth-child(2n) .item i,
.we-offer-area.center-active .single-item:nth-child(2n) .item h4,
.we-offer-area.center-active .single-item:nth-child(2n) .item p {
  color: #ffffff;
}

.we-offer-area .item i {
  color: #ff002a;
  display: inline-block;
  font-size: 60px;
  margin-bottom: 20px;
}

.we-offer-area .item h4 {
  font-weight: 600;
  text-transform: capitalize;
}

.we-offer-area .item p {
  margin: 0;
}

.we-offer-area .item i,
.we-offer-area .item h4,
.we-offer-area .item p {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.we-offer-area .item::after {
  background: #ff002a none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  width: 100%;
  z-index: -1;
}

.we-offer-area .item:hover::after {
  left: 0;
}

.we-offer-area .item:hover i,
.we-offer-area .item:hover h4,
.we-offer-area .item:hover p {
  color: #ffffff !important;
}

.we-offer-area.text-center .item:hover i::after {
  border-color: #ffffff !important;
}

.we-offer-area.text-center .item:hover i {
  background-color: #ffffff !important;
  color: #ff002a !important;
}

.we-offer-area.text-left .item i {
  background: #ff002a none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 60px;
  height: 100px;
  line-height: 100px;
  margin-bottom: 30px;
  position: relative;
  width: 100px;
  z-index: 1;
  text-align: center;
}

.we-offer-area.text-left .item i::after {
  border: 2px solid #ff002a;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 120px;
  left: -10px;
  position: absolute;
  top: -10px;
  width: 120px;
}



/* services section end */

/* testimonials section start */

/* *{
	margin:0;
	padding:0;
	-webkit-user-select:none;
	-moz-user-select:none;
	-o-user-select:none;
	user-drag:none;
	box-sizing:border-box!important;
} */

.testimonials{
    /* padding-top: 50px; */
    padding-bottom: 50px;
    overflow-x: hidden;
    overflow-y: hidden;
}
.testihead{
    text-align: center;
    padding-top: 50px;
}
.testimonials #container{
	width:100%;
	min-height: 500px;
	/* height:100vh; */
	position: relative;
	/* background: #e2e2e2; */
	/* overflow: visible; */
}
#holder{
	max-width: 700px;
	width: 98%;
	min-height: 360px;
	height:360px;
	position: absolute;
	top: 116px;
	left: 0;
	right: 0;
	bottom: 0;
	margin-left: auto;
    margin-right: auto;
}
#image{
	width: 40%;
	height: 100%;
	float: left;
	position: relative;
	z-index: 200;
	background:;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	overflow: visible;
}
#right{
	width: 60%;
	height: 100%;
	float: right;
	position: relative;
}
#text{
	width: 60%;
	height: 320px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 100;
	background: rgba(255,255,255,.57);
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
a{
	display: block;
	text-decoration: none;
	outline: none;
	outline-color: none;

}
.navaa{
	width: 140px;
	height: 50px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin:0 0 -25px -70px;
	z-index: 1000;
	box-shadow:0px 7px 24px 3px rgba(0,0,0,.52);
  display:none;
} 
#leftBtn{
	width:50%;
	height: 100%;
	float: left;
	color: rgba(255,255,255,.57);
	background:#232323;
	font-size: 25px;
	line-height: 200%;
	text-align: center;
	border-right:1px solid rgba(255,255,255,.57);
	cursor: pointer;
	-webkit-transition:all .3s ease-in;
	-moz-transition:all .3s ease-in;
	-o-transition:all .3s ease-in;
	transition:all .3s ease-in;
}
#rightBtn{
	width:50%;
	height: 100%;
	float: right;
	color: rgba(255,255,255,.57);
	background:#232323;
	font-size: 25px;
	line-height: 200%;
	text-align: center;
	border-left:1px solid rgba(255,255,255,.57);
	cursor: pointer;
	-webkit-transition:all .3s ease-in;
	-moz-transition:all .3s ease-in;
	-o-transition:all .3s ease-in;
	transition:all .3s ease-in;
}
#leftBtn:hover,#rightBtn:hover{
	color: #fff;
}
#nav-cirlces{
	width: 96px;
	height: 20px;
	position: absolute;
	bottom: -6%;
	left: 50%;
	margin-left: -50px;
}
.circle{
	width: 10px;
	height: 10px;
	float: left;
	border-radius:100%;
	border:2px solid #232323;
	margin:0 6px;
	cursor: pointer;
	-webkit-transition:all .75s  cubic-bezier(.86,.3,.07,1);
	-moz-transition:all .75s  cubic-bezier(.86,.3,.07,1);
	-o-transition:all .75s  cubic-bezier(.86,.3,.07,1);
	transition:all .75s  cubic-bezier(.86,.3,.07,1);
}
#centerText{
	width: 100%;
	height:200px;
	position: absolute;
	top: 20%;
	margin-top:-100px;
	padding: 10px 0;
	overflow: visible;
}
#p{	
	width: 100%;
	height: 150px;
	position: absolute;
	top: 45px;
	left: 0;
	right: -150px;
	bottom: 0;
	margin: auto;	
	font-size: 20px;
	color: #232323;
	padding: 0 25px;
	text-align:center;
	opacity: 0;
	-webkit-transition:all 2s  cubic-bezier(.86,.3,.03,1) , opacity .7s cubic-bezier(.86,.3,.47,1) .3s;
	-moz-transition:all 2s  cubic-bezier(.86,.3,.03,1) , opacity .7s cubic-bezier(.86,.3,.47,1) .3s;
	-o-transition:all 2s  cubic-bezier(.86,.3,.03,1) , opacity .7s cubic-bezier(.86,.3,.47,1) .3s;
	transition:all 2s  cubic-bezier(.86,.3,.03,1) , opacity .7s cubic-bezier(.86,.3,.47,1) .3s;
}
#p.quote.active{
	right:0;
	opacity: 1;
	background: transparent;
}
#p.quote:nth-child(2){
	top: 25px;
}
/* .active{
	background: #232323;
} */
.img{
	width: 100%;
	height: 100%;
	position: absolute;
	right: -100%;
	background-position: center !important;
	background-size:cover;	
	background-repeat: no-repeat;
	opacity: 0;
	z-index: 400;
	-webkit-transition:all 2s  cubic-bezier(.86,.3,.03,1) , opacity .7s cubic-bezier(.86,.3,.47,1) .3s;
	-moz-transition:all 2s  cubic-bezier(.86,.3,.03,1) , opacity .7s cubic-bezier(.86,.3,.47,1) .3s;
	-o-transition:all 2s  cubic-bezier(.86,.3,.03,1) , opacity .7s cubic-bezier(.86,.3,.47,1) .3s;
	transition:all 2s  cubic-bezier(.86,.3,.03,1) , opacity .7s cubic-bezier(.86,.3,.47,1) .3s;
}
.img.active{
	right:0;
	opacity: 1;
	z-index: 500;
}
.jobs{
	background: #fff url('../images/testimonials-1.jpg');
    background-size: cover;
}
.zuck{
	background: #fff url('../images/testimonials-2.jpg');
    background-size: cover;
}
.musk{
	background: #fff url('../images/testimonials-3.jpg');
    background-size: cover;
}

#bg{
	width: 100%;
	height: 100%;
	position: absolute;
    background-color: white;
}
.slide{
	width: 100%;
	height: 100%;
	position: absolute;
	/*right: -100%;*/
	opacity: 0;	
	-webkit-transition:all 1.5s ease;
	-moz-transition:all 1.5s ease;
	-o-transition:all 1.5s ease;
	transition:all 1.5s ease;	
}
.slide.active{
	/*right: 0%;*/
	opacity: 1;
}
/* .jobs-bg{
	background: #fff url(https://raw.githubusercontent.com/hemantparashar/images/quote-cards/stevejobs-bg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.zuck-bg{
	background: #fff url(https://raw.githubusercontent.com/hemantparashar/images/quote-cards/markzuck-bg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.musk-bg{
	background: #fff url(https://raw.githubusercontent.com/hemantparashar/images/quote-cards/elonmusk-bg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
} */

@media screen and (max-width:700px){

	#centerText #p{
		font-size: 20px;
	}
}

@media screen and (max-width:580px){

#holder{
	max-width: 700px;
	width: 100%;
	min-height: 360px;
	height:100%;
	position: absolute;
	top: 213px;
	left: 0;
	right: 0;
	bottom: 0;
	/* background: red; */
	margin: auto;
    /* padding-bottom: 100px; */
}
.img{
	background-position:top center !important;
}
#image{
	width: 220px;
	height:250px;
	float: left;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -280px;
	margin-left: -110px;
}
#right{
	width: 100%;
	height: 100%;
	float: right;
	position: relative;
	background: white;
}
#text{
	width: 90%;
	height: 320px;
	position: absolute;
	top: 150px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
#nav-cirlces{
	display: none;
}
#centerText{
	width: 100%;
	height:200px;
	position: absolute;
	top: 30%;
	margin-top:-100px;
	padding: 150px 0!important;
	overflow: visible;
}

}

@media screen and (max-width:450px){
#image{
	width: 200px;
	height:230px;
	float: left;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -250px;
	margin-left: -100px;
}

#text{
	width: 100%;
	height: 420px;
	position: absolute;
	top: 220px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
#nav-cirlces{
	display: none;
}
#centerText{
	width: 100%;
	height:200px;
	position: absolute;
	top: 30%;
	margin-top:-100px;
	padding: 120px 0!important;
	overflow: visible;
}

}
.testihead h2{
background-color: transparent !important;
font-size: 700;
}





.copyright{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.company{
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: end;
}
.company p{
    margin-top: 12px;
}
.company img{
    width: 80px;
    /* height: 30px; */
    margin-top: -15px;
}
@media (max-width:990px)
{
    .headermain{
        display: none;
    }
}
.headermain{
    overflow-x: hidden;
}
.header-media{
    text-align: end;
    display: flex;
    justify-content: end;
    align-items: center;
}
.counter{
    overflow-x:hidden ;
}







/* Responsice */

@media (max-width:980px)
{
    .about-us::after{
        display: none;
    }
    .counter::after{
        display: none;
    }
    .founder::after{
        display: none;
    }
    #text{
        height: 450px;
    }
    
}

@media (max-width:1086px) and (min-width:990px)
{
    .categories-course{
        height: 310px;
    }
    .about-us::after {
     
        right: -19%;
       
    }
    .founder::after{
        right:-19%;
    }
    .counter::after {
  
        left: -19%;
       
    }
}
@media (max-width:989px)
{
    .categories-course{
        margin-top: 95px;
    }
    .our-course-categories-two{
        margin-top: 50px;
    }
    .footer-contact ul li span {
      
        left: -16px;
       
    }
    .footer-contact ul li {
     
        padding-left: 20px !important;
        
    }
    .coure-icon-inner{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }
    .counter {
        padding-bottom:0px;
    }.counterpara{
        padding-top: 15px;
    }
}
@media (max-width:980px) and (min-width:600px)
{
    #holder{
        top:150px;
    }
    .testimonials {
        /* padding-top: 50px; */
        padding-bottom: 105px;
    
    }
    #nav-cirlces {
        width: 96px;
        height: 20px;
        position: absolute;
        bottom: -19%;
        left: 50%;
        margin-left: -50px;
    }
}
@media (max-width:600px)
{
    .company{
        justify-content: center;
    }
    .align-cen{
        text-align: center;
        padding-top: 10px;
    }
   
}
@media (min-width:610px)
{
    .align-cen{
        display: flex;
        align-items: center;
    }
}
@media (max-width:580px)
{
    .testimonials{
        /* padding-top: 50px; */
        padding-bottom: 178px;
     
    }
}
@media (max-width:580px)
{
    .testimonials{
        /* padding-top: 50px; */
        padding-bottom: 200px;
    
    }
}
@media (max-width:320px)
{

}