﻿body {
    font-family: "Roboto", sans-serif;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
span,
b,
i,
a,
div,
ul,
li,
strong {
    font-family: "Roboto", sans-serif;
}

.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-100 {
    padding-bottom: 100px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-100 {
    margin-top: 100px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-100 {
    margin-bottom: 100px;
}



.section-background-alternate {
    background-color: #FFF5F6;
    padding: 50px 0;
}

.section-background-alternate1 {
    background-color: #FFF5F6;
    padding: 20px;
    padding-bottom: 20px;
}

.section-background-alternate-EMsyscrash {
    background-color: #F5F5F5;
    padding: 50px 0;
}

.section-heading {
    color: #000;
    margin-bottom: 28px;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
}

.panel-title a span i {
    font-size: 12px;
    font-weight: 800;
    margin-right: 10px;
}

.panel-title a {
    font-size: 18px;
    /* margin-bottom: 10px; */
    width: 100%;
    display: block;
    text-decoration: none;
    font-family: Segoe UI
}

.panel-default>.panel-heading {
    color: #000;
    background-color: #d63b37;
    border-color: #ddd;
}

.panel-body h2 {
    font-size: 17px;
    color: #000;
    margin-bottom: 20px;
    font-weight: 500;
}

.panel-body h2 b {
    color: #000;
    font-weight: 600;
}

.panel-body ul {
    margin-bottom: 20px;
}

.panel-body ul li {
    font-size: 15px;
    color: #444;
    margin-bottom: 5px;
    position: relative;
    padding-left: 30px;
    line-height: 1.62em !important;
}

.panel-body ul li:before {
    /* content: "\f0a4"; */
    font-family: FontAwesome;
    margin-right: 7px;
    font-size: 15px;
    color: #111;
    position: absolute;
    top: 0px;
    left: 0;
}


.panel-body1 h2 {
    font-size: 17px;
    color: #000;
    margin-bottom: 20px;
    font-weight: 500;
}




.panel-body1 h2 b {
    color: #000;
    font-weight: 600;
}

.panel-body1 ul {
    margin-bottom: 20px;
    font-size: 15px;
}

.panel-body1 ul li {
    font-size: 14px;
    color: #444;
    margin-bottom: 5px;
    position: relative;
    padding-left: 20px;
    line-height: 1.62em !important;
}

.panel-body4 ul li {
    font-size: 15px;
    color: #444;
    margin-bottom: 5px;
    position: relative;
    padding-left: 20px;
    line-height: 1.62em !important;
}

.mediaadjust1 {
    background-color: #F5F5F5;
    width: 95%;
    position: relative;
    left: 17px;
}

@media screen and (max-width: 1000px) {
    .mediaadjust1 {
        position: relative;
        left: 7px;
    }

}

.panel-body1 ul li:before {
    /* content: "\f0a4"; */
    font-family: FontAwesome;
    margin-right: 7px;
    font-size: 15px;
    color: #111;
    position: absolute;
    top: 0px;
    left: 0;
}





.panel-bodyDS h2 {
    font-size: 17px;
    color: #000;
    margin-bottom: 20px;
    font-weight: 500;
}

.panel-bodyDS h2 b {
    color: #000;
    font-weight: 600;
}

.panel-bodyDS ul {
    margin-bottom: 20px;
}

.panel-bodyDS ul li {
    /* font-family:  Segoe UI Emoji, Regular'Segoe UI Emoji'; */
    font-family: Segoe UI;
    font-size: 14px;
    color: #444;
    margin-bottom: 5px;
    position: relative;
    padding-left: 20px;
    line-height: 1.62em !important;
}

.panel-bodyDS ul li:before {
    /* content: "\f0a4"; */
    font-family: FontAwesome;
    margin-right: 7px;
    font-size: 15px;
    color: #111;
    position: absolute;
    top: 0px;
    left: 0;
}





/*.panel-default>.panel-heading:first-child{
    color: #fff;
    background-color: #d63b37;
    border-color: #ddd;
}*/
.panel-default:nth-child(1)>.panel-heading {
    background-color: #B3D3E7;
}

.panel-default:nth-child(2)>.panel-heading {
    background-color: #D0EBC5;
}

.panel-default:nth-child(3)>.panel-heading {
    background-color: #F3F7C1;
}

.panel-default:nth-child(4)>.panel-heading {
    background-color: #FFFDD3;
}

.panel-default:nth-child(5)>.panel-heading {
    background-color: #F9D4A4;
}

.panel-default:nth-child(6)>.panel-heading {
    background-color: #DDB4A5;
}

.panel-default:nth-child(7)>.panel-heading {
    background-color: #F5A2A2;
}

.panel-default:nth-child(8)>.panel-heading {
    background-color: #F4AD6B;
}

.panel-default:nth-child(9)>.panel-heading {
    background-color: #E9E3E6;
}

.panel-default:nth-child(10)>.panel-heading {
    background-color: #B2B2B2;
}

.panel-default:nth-child(11)>.panel-heading {
    background-color: #736F72;
}

.panel-default:nth-child(12)>.panel-heading {
    background-color: #F4AD6B;
}

.panel-default:nth-child(13)>.panel-heading {
    background-color: #E6E1D7;
}

.panel-default:nth-child(14)>.panel-heading {
    background-color: #B3D3E7;
}

.panel-default:nth-child(15)>.panel-heading {
    background-color: #D0EBC5;
}

.panel-default:nth-child(16)>.panel-heading {
    background-color: #F3F7C1;
}

.panel-default:nth-child(17)>.panel-heading {
    background-color: #FFFDD3;
}

.panel-default:nth-child(18)>.panel-heading {
    background-color: #F9D4A4;
}

.panel-default:nth-child(19)>.panel-heading {
    background-color: #F1F9F6;
}

.panel-default:nth-child(20)>.panel-heading {
    background-color: #D1EEE1;
}

.panel-default:nth-child(21)>.panel-heading {
    background-color: #C5EADB;
}

.panel-default:nth-child(22)>.panel-heading {
    background-color: #E7F6F0;
}

.panel-default:nth-child(23)>.panel-heading {
    background-color: #AFE1CE;
}

.panel-default:nth-child(24)>.panel-heading {
    background-color: #BED0F4;
}

.panel-default:nth-child(25)>.panel-heading {
    background-color: #8BA6E9;
}

.panel-default:nth-child(26)>.panel-heading {
    background-color: #7E96C4;
}

.panel-default:nth-child(27)>.panel-heading {
    background-color: #D7B7BC;
}

.panel-default>.panel-headingEmb {
    color: #FFFFFF;
    background-color: #FD7D00;
    padding: 10px;
    /* border-color: #ddd; */
}

uk-margin-small-left {
    margin-left: 10px !important;
}

.uk-icon {
    margin: 0;
    border: none;
    border-radius: 0;
    overflow: visible;
    font: inherit;
    color: inherit;
    text-transform: none;
    padding: 0;
    background-color: transparent;
    display: inline-block;
    fill: currentcolor;
    line-height: 0;
}

.ptb-50 {
    margin-top: 10%;
}

.bg-red {
    background: none;
}

.who-are-eligible {
    background-image: url('../images/home-page/Who-are-eligible-to-apply-for-Internship-Training.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    /* margin-top: 2%; */
    /* margin-bottom: 4%; */
    color: #f7f7f7;
    text-align: center;
    padding: 100px 0;
}

.why-choose-us {
    padding-top: 0;
}

.who-are-eligible h1 {
    font-size: 27px;
    font-family: "Roboto", sans-serif;
    letter-spacing: 0.22px;
    font-weight: 600;
    margin-bottom: 3%;
}

/* .who-are-eligible p{
} */
.who-are-eligible p i {
    font-size: 9px;
    margin-right: 10px;
    top: -3px;
    position: relative;
}

.count_detail {
    margin-top: 30px;
    margin-bottom: 30px;
}

.main_bg {
    background: #fff;
}

.bg_counter {
    background-color: #fdc70c;
}

.footer-grid h3,
.footer_contact h3 {
    color: #fdc70c;
}

/* machine-learning-page */

.hero-section {
    background-image: url('../images/machine-learn-page/young-woman.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    min-height: 450px;
}

.hero-section-civil {
    background-image: url('../images/civil.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/

}


.hero-section-Mechanical {
    background-image: url('../images/Mechanical-INTERNSHIP.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/

}

.hero-section-manage {
    background-image: url('../Courses/Management-Commerce.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/

}

.hero-section-electronics {
    background-image: url('../Courses/Electronics--Engineering2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/

}

.hero-section-embeded {
    background-image: url('../images/Igeeks/Banner1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/

}


.hdrtext {
    padding-top: 50px;
    left: 129px;
    color: #FFFFFF;
    text-align: left;
    font: Segoe UI;
    letter-spacing: 0px;
    color: #FFFFFF;
    font-size: 50px;
    font-weight: 600;
    text-transform: capitalize;

}

.hdrembtn {
    /* width:100%;
    display:block;
    background-color:#fd7d00;
    border-radius:20px; */
    color: #FFFFFF;
    text-transform: uppercase;
    border: 2px solid #FD7D00;
    background-color: #FD7D00;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    outline: none;
    border-radius: 25px;
    text-align: center;
    padding: 10px 20px;
    transition: all 0.3s;
    width: 350px;
    height: 50px;

}

.hdrembtn-machine {
    /* width:100%;
    display:block;
    background-color:#fd7d00;
    border-radius:20px; */
    color: #FFFFFF;
    text-transform: uppercase;
    border: 2px solid #FD7D00;
    background-color: #FD7D00;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    outline: none;
    border-radius: 25px;
    text-align: center;
    padding: 10px 20px;
    transition: all 0.3s;
    width: 350px;
    height: 50px;


}

.react {
    /* width:100%;
    display:block;
    background-color:#fd7d00;
    border-radius:20px; */
    color: #FFFFFF;
    text-transform: uppercase;
    border: 2px solid #FD7D00;
    background-color: #FD7D00;
    font-size: 20px;
    font-weight: 500;
    width: 190px;
    padding: 10px;
    text-decoration: none;
    border-radius: 25px;
}


.embedded-notsure {
    background-image: url('../images/Igeeks/banner2.jpg');
    background-repeat: no-repeat;
    margin-left: 70px;
    border-radius: 25px 25px 25px 25px;

}

.content-box p {
    /*font-size: 28px;*/
    margin-bottom: 30px;
}

.content-box .hdrtext {
    color: #FFFFFF;
    font-size: 30px;
}

.embed-notsure-bg {
    /* background-color: rgba(0,0,0, 0.5); */
    padding: 50px 0;
    min-height: 450px;


    /* align-self: center; */
}

.section-background-alternate-socialmedia {
    background-color: #011941;
    padding: 18px 0;
}

.section-background-alternate-igeekscom {
    background-color: #FD7D00;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 19pt;
}

.hero-section-content {
    background-image: url('../Courses/Content.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/

}

.hero-section-services {

    background-image: url('../img/Services.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
}

.hero-section-enqui {

    background-image: url('../img/enquiry.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
}



.hero-section-contact {
    background-image: url('../img/Top01.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
}

.hero-section-bg {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 50px 0;
    min-height: 450px;
}

.hero-section-bg h1 {
    color: #f2b632;
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 500;
}

.hero-section-bg p {
    color: #f5f5f5;
    font-size: 20px;
}

.content-box h1 {
    font-size: 25px;
    color: #111;
    margin-bottom: 20px;
    font-family: "Roboto", sans-serif;
    letter-spacing: 0.22px;
    font-weight: 600;
}

.content-box p {
    /*font-size: 28px;*/
    margin-bottom: 30px;
}

.rating-box-main {
    width: 100%;
    text-align: center;
    vertical-align: middle;
    margin-top: 10%;
}

.rating-box-main img {
    max-width: 175px;
}


.machine-cat {
    display: block;
    width: 100%;
    border: 3px solid #777;
    border-radius: 5px;
    padding: 20px;
    position: relative;
    margin-top: 15px;
}

.machine-cat li {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0;
    height: 110px;
}

.machine-cat li {
    width: 30%;
}

.machine-cat li:last-child {
    width: 69%;
}

.machine-cat li img {
    max-width: 100%;
    height: auto;
    max-height: 113px;
    display: block;
}

.machine-cat li h1 {
    color: #D63B37;
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 23px;
}

.internship-ul {
    position: relative;
}

.internship-ul li {
    line-height: 1.5;
    margin-bottom: 7px;
    position: relative;
    margin-left: 20px;
}

.internship-ul li::before {
    content: "\2022";
    font-family: FontAwesome;
    margin-right: 7px;
    font-size: 35px;
    color: #D63B37;
    position: absolute;
    top: -13px;
    left: -20px;
    display: block;
}

.bg-new-change {
    background-image: url('../images/machine-learn-page/bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.bg-new-change .col-md-4,
.bg-new-change .col-sm-6 {
    height: 70px;
    margin-bottom: 10px;
}

.Concepts-detail {
    position: relative;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    color: #111;
    font-size: 18px;
    font-weight: 500;
    width: 100%;
    text-align: left;
    padding: 10px 10px;
    margin-bottom: 0px;
    /*font-family:"Roboto", sans-serif;*/
}

.project-title .panel-default>.panel-heading {
    background-color: #fff;
    color: #333;
}

.project-title .panel {
    margin-bottom: 20px;
}

.project-title .panel .panel-title a span i {
    float: right;
}

.pricing-plan .price {
    background-image: linear-gradient(180deg, #0A3860, #103C63);
    border-radius: 10px;
    box-shadow: 0px 20px 20px #04295f29;
    padding: 70px 8%;
}

.pricing-plan .priceEmb {
    background-image: linear-gradient(180deg, #011941, #011941);
    border-radius: 30px;
    /* box-shadow: 0px 20px 20px #04295f29; */
    padding: 5px 2%;

}

.pricing-plan .priceEmb1 {
    background-image: linear-gradient(180deg, #011941, #011941);
    border-radius: 30px;
    padding: 5px 2%;

}

.vertical {
    border-left: 1px solid white;
    height: 160px;
    position: absolute;
    left: 80%;

}

.section-background-alternate-EMsyscrash {
    background-color: #F5F5F5;
    padding: 20px 0;
}

.section-background-alternate-EMsyscrash1 {
    background-color: #F5F5F5;
    padding: 15px;
}

.pricing-plan .card {
    text-align: center;
    padding: 20px 0;
}

.pricing-plan-Hdr {
    text-align: center;
    padding: 5px;
    font-family: Segoe UI;
    font-weight: 700;
    color: #011941;
    font-size: 35px;
    text-transform: capitalize;
}

.pricing-plan .card .card-headings .self {
    letter-spacing: 0.11px;
    color: #FFFFFF;
    text-transform: capitalize;
    opacity: 1;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.pricing-plan .card .card-headings .rupee {
    color: orange;
    font-size: 35px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.pricing-plan .card .card-headings .rupeeEmb {
    color: White;
    font-size: 35px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    padding-top: -5vh;
}

.pricing-plan .custom-scrollbar {
    width: 100%;
    overflow-y: scroll;
    background-color: transparent;
    justify-items: right;
    height: 250px;
    position: relative;
    margin-bottom: 40px;
}

.pricing-plan .price .custom-scrollbar::-webkit-scrollbar {
    width: 4px;
    background-color: #eeeeee62;
    border-radius: 50px;
}

.pricing-plan .price .custom-scrollbar::-webkit-scrollbar-track {
    background-color: #eeeeee62;
    border: none;
    border-radius: 50px;
}

.pricing-plan .price .custom-scrollbar::-webkit-scrollbar-thumb {
    border: 1px solid orange;
    background-color: orange;
    border-radius: 50%;
}

.custom-scrollbar ul {
    padding: 0 30px;
}

.custom-scrollbar ul li {
    display: block;
    line-height: 1.5;
    margin-bottom: 7px;
    color: #f5f5f5;
    font-weight: 500;
    position: relative;
    padding-left: 30px;
    text-align: left;
}

.custom-scrollbar ul li:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 20px;
    color: orange;
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
}

.pricing-plan .card .proceed {
    border: 2px solid #FFAE43;
    color: #FFAE43;
    font-size: 17px;
    font-weight: 500;
    text-decoration: none;
    outline: none;
    border-radius: 25px;
    text-align: center;
    padding: 10px 20px;
    transition: all 0.3s;
}

.pricing-plan .card .proceed {
    border: 2px solid #FFAE43;
    color: #FFAE43;
    font-size: 17px;
    font-weight: 500;
    text-decoration: none;
    outline: none;
    border-radius: 25px;
    text-align: center;
    padding: 10px 20px;
    transition: all 0.3s;
}

.bg-gray {
    background-color: #e5e5e5;
}

.bg-orange {
    background-color: #FD7D00;
}

.white-text {
    color: #111;
}

.Emb-text {
    color: #FFFFFF;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    font-family: Segoe UI;
    padding-bottom: 10px;
    text-transform: capitalize;

}

.Emb-text-column {
    font-size: Roboto;
    font-size: 17px;
    margin-left: 65px;
    margin-right: 50px;
    line-height: 1.6;
    color: #FFFFFF;

}

::-webkit-scrollbar {
    width: 10px;
    background-color: #011941;
}

/* .Emb-text-columns{
    font-size: Roboto;
    font-size: 17px;
    margin-left: 65px;
    margin-right:50px;
    line-height: 1.6;
    color:#FFFFFF;
    text-align: justify;
    width: 600px;
    height: 200px;
    overflow: auto;
    padding-right: 10px;
}
@media screen and (max-width: 1000px) {
    .Emb-text-columns{
        position: relative;
        right: 60px;
        width: 340px;
    }
} */
.certificate ul li {
    display: block;
    line-height: 1.5;
    margin-bottom: 7px;
    color: #f5f5f5;
    font-weight: 500;
    position: relative;
    padding-left: 90px;
    text-align: left;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 100;
}


.certificate ul li:before {
    /* content: "\f00c"; */
    /* background-image: url(images/Igeeks/check1.png); */
    /* font-family: FontAwesome;
            font-size: 18px;
            color: orange;
            position: absolute;
            top: 0px;
            left: 50px;
            display: block;
            background-color: white;
            border-radius: 50%;
            width: 20px; */
}

.comprehensive {
    position: relative;
    top: -50px;
    /* left: -40px; */
}

.projectsheading {
    font-size: 25px;
    font-weight: 500;
    font-family: "Segoe UI";
}

.projectsheading1 {
    font-size: 28px;
    font-weight: 500;
    font-family: "Segoe UI";
}

.projecthead,
li {
    margin-top: 10px;
}

@media screen and (max-width: 1000px) {
    .comprehensive {
        position: relative;
        top: -15px;
    }



}

.teampro-Hdr {
    text-align: center;
    /* padding: 10px; */
    font-family: Segoe UI;
    font-weight: 700;
    color: #011941;
    font-size: 35px;
    text-transform: capitalize;
    background-color: white;
}

.teampro-Hdr1 {
    text-align: center;
    /* padding: 10px; */
    font-family: Segoe UI;
    font-weight: 700;
    color: #011941;
    font-size: 35px;
    background-color: white;
}

.red-text {
    color: #111;
}

.dropdown-menu>li>a {
    padding: 3px 5px;

}

.mainmenu .collapse ul>li>ul>li>a {
    overflow-x: hidden;
}

.mainmenu .collapse ul>li>ul>li>a::-webkit-scrollbar {
    width: 12px;
    height: 3px;
}

.mainmenu .collapse ul>li>ul>li>a::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

.mainmenu .collapse ul>li>ul>li>a::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.hero-hyperllink-btn {
    width: 100%;
    text-align: center;
    padding: 40px 0 30px;
}

.hero-hyperllink-btn a {
    background-color: #d63b37;
    color: #f4b331;
    font-weight: 500;
}

.hero-hyperllink-btn a:hover,
.hero-hyperllink-btn a:active,
.hero-hyperllink-btn a:focus {
    background-color: #f4b331;
    color: #111;
}

.counter-box {
    width: 100%;
    display: block;
    background-color: #fd7d00;
    border-radius: 20px;
}

.counter-box-col {
    display: inline-block;
    width: 24%;
}

.counter-box-col p {
    text-align: center;
    color: #f7f7f7;
}

.counter-box-col p:nth-child(2n+1) {
    margin-top: 40px;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #111;
}

.counter-box-col p:nth-child(2n+2) {
    margin-top: 0px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 40px;
}


.our-Testimonials,
.blog-section {
    /* padding-left: 2%;
  padding-right: 1%;  */
    background-color: #011941;
}

.our-Testimonials h1 {
    color: #FFFFFF;
    font-size: 35px;
    font-family: "Segoe UI", sans-serif;
    letter-spacing: 0.22px;
    font-weight: 700;
    text-align: center;
    margin-top: 1%;
    width: 92%;
    margin-bottom: 3%;
}

@media screen and (max-width: 1000px) {
    .our-Testimonials h1 {
        font-size: 20px;
        text-align: center;
        position: relative;
        right: 40px;

    }


}

.our-Testimonials .profiles {
    position: absolute;
    /* flex: 0 0 90%; */
    width: 31%;
    text-align: center;
    display: none;
    margin-left: 50px;

}


.our-Testimonials .profile-content {
    /* position: relative; */
    row-gap: 5px;
    /* padding: 5px 0; */
}

.our-Testimonials .profile-image {
    height: 50%;
    width: 50%;
    /* object-fit:contain; */
    border-radius: 50%;
    border: 4px solid #db5405;
    text-align: center;
}

.profile-card-pic {
    width: 50% !important;
    margin-left: 25%;
    margin-bottom: 6%;
    margin-top: -20%;
}

.testimonial-img {
    /* width:50%; */
    /* height: 50%; */
    background-color: #fd7d00;
    border-radius: 50%;

}








/* .t{
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        text-decoration: none;
        transition: 0.3s;
    }
   
    
    .Tcard {
        max-width: 250px;
        margin: 150px auto 0;
        background-color:white;
        box-shadow: 0 10px 90px #00000024;
        text-align: center;
        font-size: 20px;
        border-radius: 15px;
    }
    
    .Tcard .Tcard-header {
        position: relative;
        height: 48px;
    }
    
    
    .Tcard .Tcard-header .Tprofile-img {
        width: 130px;
        height: 130px;
        border-radius: 1000px;
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);       
        box-shadow: 0 0 20px #00000033;
    }
    
    .Tcard .Tcard-header .Tprofile-img:hover {
        width: 180px;
        height: 180px;
        border: 8px solid #d885af;
    }
    
    
    .Tcard .Tcard-body {
        padding: 10px 40px;
    }
    
    .Tcard .Tcard-body .Tname {
        margin-top: 30px;
        font-size: 18px;       
        color:#000000;
        text-align: left;
    }
    
   
    
    
    @media screen and (max-width: 575px) {
        .Tcard {
            width: 96%;
        }
    
        .Tcard .Tcard-body {
            padding: 10px 20px;
        }
    }
       */



@media only screen and (min-width: 767px) and (max-width: 991px) {

    .header_area .header_bottom .mainmenu a,
    .navbar-default .navbar-nav>li>a {

        padding: 0 14px;
    }
}

@media only screen and (max-width: 768px) {

    .bg-new-change .col-md-4,
    .bg-new-change .col-sm-6 {
        height: auto;
        margin-bottom: 15px;
    }

    .Concepts-detail {
        font-size: 16px;
        padding: 5px 10px;
    }

    .hero-section,
    .hero-section-bg {
        height: auto;
    }

    .hero-section-bg h1 {
        font-size: 22px;
    }

    .hero-section p {
        font-size: 18px;
    }

    .program-to-choose {
        width: 100%;
        padding: 0;
    }

    .bg-red {
        background: rgba(0, 0, 0, .8);
        width: 100%;
        padding-left: 9%;
        padding-top: 9%;
        padding-bottom: 5%;
        color: #d7d7d7;
        text-align: center;
    }

    .program-to-choose h1 {
        margin-bottom: 15px;
        color: #f1f1f1;
    }

    .program-to-choose p,
    .program-to-choose .col-md-4 p {
        font-size: 13px;
        color: #d7d7d7;
    }

    .top_menu {
        position: relative;
        top: 5px;
        right: 0px;
    }

    .contact-info1 a {
        text-decoration: none;
        color: #000;
        margin-left: 3px;
        font-size: 13px;
    }

    .contact-info,
    .contact-info2,
    .contact-info3 {
        height: 30px;
        line-height: 30px;
    }

    .navbar .navbar-header a img {
        margin-top: 5px !important;
        max-width: 200px;
    }

    .count_detail {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .counter-value {
        font-size: 28px !important;
        font-weight: bold;
        color: #ffffff;
    }

    .count_detail p {
        font-size: 18px !important;
    }

    .machine-cat li,
    .machine-cat li:last-child {
        width: 100%;
        height: auto;
    }

    .footer-grid,
    .footer_contact,
    .footer-grid-last {
        float: left;
        width: 100%;
    }
}





.hero-section-embeded {
    background-image: url('../images/Igeeks/Banner1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/

}

.hero-section-embeded-digital {
    background-image: url('../images/Igeeks/Banner1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 75vh;
}

.hero-section-embeded-pcbdesign {
    background-color: #000;
    background-image: url('../images/joboriented/PCBJobOrientedProgram.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 1);
    z-index: 1;
    width: 100%;
    height: 75vh;
}

.hero-section-embeded-pythonFullstack {
    background-image: url('../images/joboriented/PythonFullstackWebDevelopment.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 1);
    z-index: 1;
    width: 100%;
    height: 75vh;
}

.hero-section-embeded-vlsi {
    background-image: url('../images/joboriented/VLSIJobOrientedProgram.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 1);
    z-index: 1;
    width: 100%;
    height: 75vh;
    /*background-attachment: fixed;*/
}

.hero-section-embeded-embedded {
    background-image: url('../images/joboriented/DataUploading.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 1);
    z-index: 1;
    width: 100%;
    height: 75vh;
    /*background-attachment: fixed;*/

}

.hero-section-embeded-header-enroll {
    background-image: url('../images/joboriented/headerEnroll.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    width: 100%;
    height: 100vh;
    /*background-attachment: fixed;*/

}

.hero-section-embeded-header-enroll-full {
    background-image: url('../images/fullstackweb.png');
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    width: 100%;
    height: 100vh;
}




.hero-section-heading {
    margin-top: 140px;
}

.hdrembtn-embeded-full {
    background-color: #377b92;
    color: white;
    font-size: 30px;
    font-weight: 800;
    padding: 10px;
    border-radius: 14px;
}

.hdrembtn-embeded-full1 {
    background-color: #377b92;
    color: white;
    font-size: 20px;
    font-weight: 500;
    gap: 20px;
    padding: 10px;
    border-radius: 0px;
    margin-left: 20px;
    padding-left: 20px;
}

.hdrembtn-embeded-full2 {
    background-color: #377b92;
    color: white;
    font-size: 20px;
    font-weight: 500;
    gap: 20px;
    padding: 10px;
    padding-left: 20px;
    border-radius: 0px;

}

.hdrembtn-embeded-enroll{
    /* background-color: #377b92; */
    background: linear-gradient(180deg, #005d7c 0%, #4bb0d1 50.2%, #005d7c 100%);
    color: white;
    font-size: 20px;
    font-weight: 500;
    padding: 10px;
    position: relative;
    top: -60px;
    left: 25%;
}

.hero-section-embeded-header-enroll-testing{
    background-image: url('../images/joboriented/automationtesting.png');
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    width: 100%;
    height: 100vh; 
}

.hero-section-embeded-header-enroll-dataanalysis{
    background-image: url('../images/joboriented/dataanalysis.png');
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    width: 100%;
    height: 100vh; 
}

.hero-section-embeded-header-enroll-datascience{
    background-image: url('../images/joboriented/datascienceai.png');
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    width: 100%;
    height: 100vh; 
}

.hero-section-embeded-header-enroll-cloud{
    background-image: url('../images/joboriented/cloudengineer.png');
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    width: 100%;
    height: 100vh;
}

.hero-section-embeded-header-enroll-embedded{
    background-image: url('../images/joboriented/embeddedsystem.png');
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    width: 100%;
    height: 100vh;
}

.hero-section-embeded-header-enroll-pcbdesign{
    background-image: url('../images/joboriented/pcbdesign.png');
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    width: 100%;
    height: 100vh; 
}

.hero-section-embeded-header-enroll-vlsidesign{
    background-image: url('../images/joboriented/vlsidesign.png');
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    width: 100%;
    height: 100vh;  
}


@media screen and (max-width:1000px) {

    .hero-section-embeded-header-enroll-testing{
        background-image: url('../images/OrangeBG.png');
        width: 100%;
        height: 90%;
        margin: 0;
        padding: 0;
    }

    .hero-section-embeded-header-enroll-full {
        background-image: url('../images/OrangeBG.png');
        width: 100%;
        height: 90%;
        margin: 0;
        padding: 0;
    }

    .hero-section-embeded-header-enroll-dataanalysis{
        background-image: url('../images/OrangeBG.png');
        width: 100%;
        height: 90%;
        margin: 0;
        padding: 0;
    }

    .hero-section-embeded-header-enroll-datascience{
        background-image: url('../images/OrangeBG.png');
        width: 100%;
        height: 90%;
        margin: 0;
        padding: 0;
    }

    .hero-section-embeded-header-enroll-cloud{
        background-image: url('../images/OrangeBG.png');
        width: 100%;
        height: 90%;
        margin: 0;
        padding: 0;
    }

    .hero-section-embeded-header-enroll-embedded{
        background-image: url('../images/OrangeBG.png');
        width: 100%;
        height: 90%;
        margin: 0;
        padding: 0; 
    }

    .hero-section-embeded-header-enroll-pcbdesign{
        background-image: url('../images/OrangeBG.png');
        width: 100%;
        height: 90%;
        margin: 0;
        padding: 0; 
    }

    .hero-section-embeded-header-enroll-vlsidesign{
        background-image: url('../images/OrangeBG.png');
        width: 100%;
        height: 90%;
        margin: 0;
        padding: 0; 
    }

    .hdrembtn-embeded-enroll{
        /* background-color: #377b92; */
        background: linear-gradient(180deg, #005d7c 0%, #4bb0d1 50.2%, #005d7c 100%);
        color: white;
        font-size: 20px;
        font-weight: 500;
        padding: 10px;
        position: relative;
        top: -5px;
        left: 33%;
    }

    .hero-section-heading {
        margin-top: 30px;
    }

    .hero-section-embeded-header-enroll {
        background-image: url('../images/joboriented/igeeksPostersquar.jpg');
        /* background-size: cover;
        background-repeat: no-repeat;
        z-index: 1; */
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        /*background-attachment: fixed;*/

    }

    .hdrembtn-embeded {
        position: relative;
        top: -19px;
        height: 25px;
        color: #FFFFFF;
        text-transform: uppercase;
        border: 2px solid #FD7D00;
        background-color: #FD7D00;
        font-size: 1px;
        font-weight: 1;
        text-decoration: none;
        outline: none;
        border-radius: 25px;
        text-align: center;
        padding: 1px 2px;
        transition: all 0.3s;
        width: 55px;
    }


    .hdrembtn-embeded-full {
        background-color: #377b92;
        color: white;
        font-size: 30px;
        font-weight: 800;
        padding: 10px;
        border-radius: 14px;
    }

    .hdrembtn-embeded-full0 {
        background-color: #377b92;
        color: white;
        font-size: 20px;
        font-weight: 500;
        flex-wrap: wrap;
        display: flex;
        padding: 10px;
        border-radius: 0px;
        margin-left: 20px;
        padding-left: 20px;
        
    }

    .hdrembtn-embeded-full1 {
        background-color: #377b92;
        color: white;
        font-size: 20px;
        font-weight: 500;
        flex-wrap: wrap;
        display: flex;
        padding: 10px;
        border-radius: 0px;
        margin-left: 20px;
        padding-left: 20px;
    }

    .hdrembtn-embeded-full2 {
        background-color: #377b92;
        color: white;
        font-size: 20px;
        font-weight: 500;
        gap: 20px;
        flex-wrap: wrap;
        display: flex;
        padding: 10px;
        padding-left: 20px;
        border-radius: 0px;

    }

    .settingoptions{
        position: relative;
        top: -250px;
    }
    
}

.hero-section-embeded-machine {
    background-image: url('../images/joboriented/PythonDataScience.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 75vh;
    /*background-attachment: fixed;*/

}

.image-overlay {
    width: 100%;
    height: 75vh;
    background-color: rgba(255, 255, 255, 0.37);
}

.hdrtext {
    padding-top: 50px;
    left: 129px;
    color: #FFFFFF;
    text-align: left;
    font: Segoe UI;
    letter-spacing: 0px;
    color: #FFFFFF;
    font-size: 50px;
    font-weight: 600;
    text-transform: capitalize;

}

.hdrtext1 {
    padding-top: 50px;
    left: 129px;
    color: #FFFFFF;
    text-align: left;
    font: Segoe UI;
    letter-spacing: 0px;
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;

}

.EnrollNow {
    padding-top: 75vh;
    left: 129px;
    color: #FFFFFF;
    text-align: left;
    font: Segoe UI;
    letter-spacing: 0px;
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
    cursor: pointer;
}

.hdrembtn {
    /* width:100%;
    display:block;
    background-color:#fd7d00;
    border-radius:20px; */
    color: #FFFFFF;
    text-transform: uppercase;
    border: 2px solid #FD7D00;
    background-color: #FD7D00;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    outline: none;
    border-radius: 25px;
    text-align: center;
    padding: 10px 20px;
    transition: all 0.3s;
    width: 350px;
    height: 50px;

}

@media screen and (max-width: 1000px) {
    .hdrembtn {

        width: 350px;
        padding: 10px;
        padding-right: 10px;


    }

    .EnrollNow {
        padding-top: 50vh;
        left: 129px;
        color: #FFFFFF;
        text-align: left;
        font: Segoe UI;
        letter-spacing: 0px;
        color: #FFFFFF;
        font-size: 10px;
        font-weight: 200;
        text-transform: capitalize;
        cursor: pointer;
    }
}


.hdrembtn1 {
    /* width:100%;
    display:block;
    background-color:#fd7d00;
    border-radius:20px; */
    color: #FFFFFF;
    text-transform: uppercase;
    border: 2px solid #FD7D00;
    background-color: #FD7D00;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    outline: none;
    border-radius: 25px;
    text-align: center;
    padding: 10px 20px;
    transition: all 0.3s;
    width: 355px;
    height: 50px;

}

.hdrembtn-python {
    /* width:100%;
    display:block;
    background-color:#fd7d00;
    border-radius:20px; */
    color: #FFFFFF;
    text-transform: uppercase;
    border: 2px solid #FD7D00;
    background-color: #FD7D00;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    outline: none;
    border-radius: 25px;
    text-align: center;
    padding: 10px 20px;
    transition: all 0.3s;
    width: 355px;
    height: 50px;

}

.hdrembtn-embeded {
    /* width:100%;
    display:block;
    background-color:#fd7d00;
    border-radius:20px; */
    color: #FFFFFF;
    text-transform: uppercase;
    border: 2px solid #FD7D00;
    background-color: #FD7D00;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    outline: none;
    border-radius: 25px;
    text-align: center;
    padding: 10px 20px;
    transition: all 0.3s;
    width: 355px;
    height: 50px;

}

.hdrembtn-embededenroll {
    /* width:100%;
    display:block;
    background-color:#fd7d00;
    border-radius:20px; */
    color: #FFFFFF;
    text-transform: uppercase;
    border: 2px solid #FD7D00;
    background-color: #FD7D00;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    outline: none;
    border-radius: 25px;
    text-align: center;
    padding: 10px 20px;
    transition: all 0.3s;
    width: 355px;
    height: 50px;

}

.textresponsive {
    position: absolute;
    right: 90px;
    bottom: 20px;
}

@media only screen and (max-device-width: 50%) {
    .textresponsive {
        position: absolute;
        right: 90px;
        bottom: 20px;
    }
}

.embedded-notsure {
    background-image: url('../images/Igeeks/banner2.jpg');
    background-repeat: no-repeat;
    margin-left: 70px;
    margin-right: 70px;
    height: 300px;
}

@media only screen and (max-device-width: 100%) {
    .embedded-notsure {
        background-image: url('../images/Igeeks/banner2.jpg');


    }
}

.content-box p {
    /*font-size: 28px;*/
    margin-bottom: 30px;
}

.content-box .hdrtext {
    color: #FFFFFF;
    font-size: 30px;
}

.embed-notsure-bg {
    /* background-color: rgba(0,0,0, 0.5); */
    padding: 50px 0;
    min-height: 430px;

    /* align-self: center; */
}

.emb-notsure-text {
    font-family: Segoe UI;
    font-size: 37px;
    color: #FFFFFF;
    font-weight: 600;
    margin-left: 30px;
    padding-left: 30px;
}


.emb-notsure-text2 {
    font-family: Segoe UI;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 400;
    margin-left: 30px;
    padding-left: 30px;
}

.emb-contact {
    border: 2px solid #FD7D00;
    background-color: #FD7D00;
    color: #FFFFFF;
    font-size: 17px;
    font-weight: 500;
    text-decoration: none;
    outline: none;
    border-radius: 25px;
    text-align: center;
    padding: 5px 25px;

}

.emb-sysduration {
    color: #FFFFFF;
    background-color: #FD7D00;
}

.collapse-instr {
    font-family: Roboto;
    font-size: 14px;
    line-height: 1.6;
    margin-left: 25px;
}

.panel-default>.panel-outcome {
    color: #FFFFFF;
    background-color: #00CC99;
    padding: 10px;
    /* border-color: #ddd; */
}

.icertificate {
    background-color: #FD7D00;
    border: 2px solid #FD7D00;
}

.imageadjust {
    position: absolute;
    bottom: 1px;
    left: 70px;
}

@media screen and (max-width: 1000px) {
    .imageadjust {
        position: absolute;
        bottom: 1px;
        left: 70px;
    }
}


.icertificate-h1 {
    color: #FFFFFF;
    font-family: Segoe UI;
    font-size: 32px;
    font-weight: 600;
}

ul#menu li {
    display: inline;
    margin-right: 3vh;
    margin-bottom: 10vh;
}

ul#menu li a:hover {
    border-image: 8px solid #d885af;
}

.hdrpythntn {
    color: #FFFFFF;
    text-transform: uppercase;
    border: 2px solid #FD7D00;
    background-color: #FD7D00;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    outline: none;
    border-radius: 25px;
    text-align: center;
    padding: 10px 20px;
    transition: all 0.3s;
    width: 470px;
    height: 50px;

}



@media screen and (max-width: 1000px) {
    .hdrpythntn {
        width: 350px;
        padding: 10px;
        padding-right: 10px;
        height: 60px;
    }

}

.hdrpythntn1 {
    color: #FFFFFF;
    text-transform: uppercase;
    border: 2px solid #FD7D00;
    background-color: #FD7D00;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    outline: none;
    border-radius: 25px;
    text-align: center;
    padding: 10px 20px;
    transition: all 0.3s;
    width: 370px;
    height: 50px;

}

@media screen and (max-width: 1000px) {
    .hdrpythntn1 {
        width: 350px;
        padding: 10px;
        padding-right: 10px;

    }

}