
p {
    font-family: "f1";
}

header {
    border-top: 5px solid #f25619;
    position: relative;
}

header .header-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

header .header-top .right-content p {
    color: #333;
    font-family: "f1";
    font-size: 15px;
    background: #fff;
    float: right;
    display: inline-block;
    padding: 0 32px 0 57px;
    position: relative;
}

header .header-top .right-content p:before {
    position: absolute;
    content: "";
    width: 53px;
    height: 87px;
    left: -53px;
    top: 0;
    bottom: 0;
    background-image: url("../images/bend.png");
    background-repeat: no-repeat;
}

header .header-top nav {
    background: transparent !important;
    position: absolute;
    left: 0;
    right: 0;
    top: -30px;
}

header .header-top nav .navbar-brand {
    padding: 0;
}

header .header-top .navbar-default {
    border-color: transparent;
}

header .header-top .navbar-collapse ul {
    float: none;
    text-align: center;
}

header .header-top .navbar-collapse ul li {
    float: none;
    display: inline;
    padding: 20px 15px 0;
    position: relative;
}

/*
header .header-top .navbar-collapse ul li:after {
    position: absolute;
    left: 100%;
    width: 1px;
    background: #fff;
    height: 10px;
    content: "";
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
}
*/

header .header-top .navbar-collapse ul li a {
    color: #fff !important;
    display: inline-block;
    font-family: "f1";
    font-size: 17px;
    padding: 15px 40px;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    background: #fb8545ad;
}

header .header-top .navbar-collapse ul li:last-child:after {
    display: none;
}

header .header-top .navbar-collapse ul li.active a {
    color: #bf4c1f !important;
    border-bottom: 3px double #fff !important;
    background: transparent !important;
    font-family: "f1";
    font-weight: bold;
}
header .header-top .navbar-collapse ul li a:hover {
    border: none;
    text-decoration: none;
}

header .header-top .navbar-collapse ul .tally li a {
    color: #fff !important;
    border-bottom: none !important;
    font-weight: normal;
    text-align: left;
}

header .header-top .navbar-collapse ul .tally li a:hover {
    background: rgba(255, 255, 255, 0.15) !important;
}
.dropdown {
    display: inline-block;
}

.caret {
    color: #fff;
}

.dropdown a {
    text-decoration: none;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    background: none;
}

.dropdown-menu {
    background: #fe5900;
}

.dropdownhover-right {
    display: none;
}

.tally {
    display: none;
}

.dropdown:hover .tally {
    display: block;
    transition: all 0.6s ease;
}

.fin-caret {
    transform: rotate(267deg);
    color: #fff;
}

.tally li:hover .dropdownhover-right {
    display: block;
    transition: all 0.6s ease;
}

.header-top .navbar-collapse .tally {
    padding: 0;
    margin: 0;
    background: #fe5900;
}

.header-top .navbar-collapse .tally li {
    display: block;
    padding: 0;
    margin: 0;
}

.header-top .navbar-collapse .tally li a {
    display: block;
    padding: 10px;
}
.contact-footer .content p a {
    color: #999;
    text-decoration: none;
}
.tally .dropdownhover-right {
    z-index: 999;
}

.dropdownhover-right {
    position: absolute;
    top: -5px;
    left: 100%;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fe5900;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

footer .footer {
    background: #edf0f7;
    padding-bottom: 20px;
}

footer .footer h4 {
    font-family: "f2";
    color: #401e81;
    font-weight: bold;
    font-size: 16px;
    position: relative;
    display: inline-block;
}

footer .footer h4:after {
    position: absolute;
    border-bottom: 1px solid #8c88a8;
    width: 68px;
    content: '';
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

footer .footer p {
    font-family: "f1";
    font-size: 15px;
    padding-left: 40px;
    margin-top: 13px;
}

footer .footer .footer-information a {
    font-family: "f1";
    font-size: 15px;
    text-decoration: none;
    line-height: 29px;
    padding-left: 17px;
    margin: 5px;
    position: relative;
    color: #333;
}

.custom-ftr {
    padding-right: 70px;
    padding-left: 70px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 25px;
}

.location {
    margin-top: 20px;
}

footer .footer .footer-information a:before {
    background-size: 10px 10px !important;
    left: 0;
    width: 24px;
    height: 24px;
    position: absolute;
    content: "";
    background: url("../images/circle1.png") no-repeat;
    top: 4px;
}

.footer-information ul li {
    list-style: none;
    margin-top: 10px;
}

.footer-information ul {
    padding: 0;
}

footer .footer .know-us .inner-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: none !important;
    width: auto;
}

footer .footer .know-us .outer-img {
    position: relative;
}

footer .footer .know-us img {
    width: 100%;
    margin-top: 14px;
}

footer .footer .know-us .m-m-5 {
    margin-right: -5px;
    margin-left: -5px;
}

footer .footer .know-us .m-m-5 .p-5 {
    padding-left: 5px;
    padding-right: 5px;
}

footer .footer .address p {
    position: relative;
}

footer .footer .address p:before {
    left: 3px;
    width: 31px;
    height: 29px;
    position: absolute;
    content: "";
    background: url("../images/location.png") no-repeat;
    top: -4px;
}

footer .footer .Phone p {
    position: relative;
}
footer .footer .Phone p a {
    color: #333;
    text-decoration: none;
}
footer .footer .Phone p:before {
    left: 3px;
    width: 31px;
    height: 29px;
    position: absolute;
    content: "";
    background: url("../images/phone.png") no-repeat;
    top: -7px;
}

footer .footer .mail-us p {
    position: relative;
}

footer .footer .mail-us p a {
    color: #333;
    text-decoration: none;
}
header .header-top .saiinfo-call p a {
    color: #333;
    text-decoration: none;
}

footer .footer .mail-us p:before {
    left: 3px;
    width: 31px;
    height: 29px;
    position: absolute;
    content: "";
    background: url("../images/message.png") no-repeat;
    top: -7px;
}

footer .footer-down {
    font-family: "f1";
    background: #0a0a0a;
    border-bottom: 4px solid #fff;
    color: #bfbebe;
    position: relative;
}

footer .footer-down .footer-left p {
    padding: 23px 0 !important;
    margin: 0 !important;
    font-size: 14px;
}

footer .footer-down .footer-right a span {
    color: #d8ab2c;
    font-size: 14px;
}

footer .footer-down .footer-right p {
    padding: 20px 38px;
    float: right;
    font-size: 14px;
}

footer .footer-down .social-link {
    text-align: center;
    background: #0a0a0a;
    padding: 12px;
    border: 1px solid #0a0a0a;

    width: 70px;
    position: absolute;
    top: 16%;
    left: 50%;
    transform: translate(-50%, -50%);
}

footer .footer-down .social-link ul {
    padding: 0;
}

footer .footer-down .social-link ul li {
    display: inline;
    list-style: none;
}

@font-face {
    font-family: "f1";
    src: url("../fonts/calibri/calibri.ttf");
}

@font-face {
    font-family: "f2";
    src: url("../fonts/cambria/Cambria.ttf");
}

/*index-footer*/

.index-footer {
    background: url("../images/bg_cont.jpg");
    background-size: cover;
    background-position: center center;
}

.index-footer h4 {
    color: #fff;
    font-family: "f2";
    font-size: 20px;
    font-weight: bold;
}

.index-footer .value-courses .courses .filter-heading a {
    text-decoration: none;
}

.index-footer .value-courses .courses .filter-heading a h2 {
    font-size: 16px;
    font-family: "f1";
    color: rgba(205, 202, 202, 0.89);
    margin: 3px;
    position: relative;
    background: rgba(136, 134, 134, 0.79);
    padding: 18px 16px 18px 48px;
    width: 80%;
}

.index-footer .value-courses .courses .filter-heading a h2:before {
    background-size: 30px 28px !important;
    left: 9px;
    width: 30px;
    height: 28px;
    position: absolute;
    content: "";
    background: url("../images/plus.png") no-repeat;
    top: 11px;
}

.index-footer .value-courses .courses .brand {
    border-top: 1px solid #9b9c9c;
    width: 80%;
    margin: -3px 3px 0;
}

.index-footer .value-courses .courses .brand p {
    background: rgba(136, 134, 134, 0.79);
    padding: 16px 16px 16px 48px;
    background-size: cover;
    color: #fff;
    margin: 0;
}

.index-footer .left-courses {
    padding: 20px 20px 43px;
}

.index-footer .left-courses h4 {
    padding-bottom: 20px;
}

.index-footer .right-courses .keep-touch .right-image img {
    float: right;
}

.index-footer .right-courses .keep-touch form {
    width: 80%;
    float: right;
    padding: 26px 30px 0;
}

.index-footer .right-courses .keep-touch form .form-group input {
    background: transparent;
    border-radius: 0 !important;
    border: 1px solid rgba(204, 204, 204, 0.49);
    color: #fff;
}

.index-footer .right-courses .keep-touch form .form-group textarea {
    background-color: rgba(255, 255, 255, 0.28);
    border-radius: 0 !important;
    border: 1px solid rgba(204, 204, 204, 0.49);
    color: #fff;
}

.index-footer .right-courses .keep-touch form .button-group button {
    color: #f36e29;
    font-family: "f1";
    font-weight: bold;
    font-size: 15px;
    background: transparent;
    border-style: dashed;
    padding: 12px 46px;
    border-color: #ccc;
}

/*index-footer*/

/*index-body*/

.index-body {
    background: #f4f4f4;
}

.index-body p {
    color: #9e9d9d;
}

.index-body ul {
    padding: 0;
}

.index-body ul li {
    color: rgba(158, 158, 158, 0.79);
    font-family: "f1";
    font-weight: 400;
    list-style: none;
    position: relative;
    padding: 0 0 0 20px;
    line-height: 27px;
    color: #1e2181;
}

.index-body ul li:before {
    background-size: 10px 10px !important;
    left: 0;
    width: 24px;
    height: 24px;
    position: absolute;
    content: "";
    background: url("../images/arrow.png") no-repeat;
    top: 4px;
}

.index-body .body-inner {
    padding: 15px 10px;
}

.index-body .body-inner .left-img video {
    width: 100%;
    border: 6px solid rgba(180, 180, 180, 0.54);
}

.index-body .body-inner .left-img .inner-img {
    border: 6px solid rgba(180, 180, 180, 0.54);
}

.index-body .body-inner .left-img {
    position: relative;
}

/*.index-body .body-inner .left-img .inner-img {*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    transform: translate(-50%, -50%);*/

/*    width: auto;*/
/*}*/

.index-body .body-inner .left-img .outer-img {
    position: relative;
}

.index-body .body-inner .right-content h3 {
    margin-top: 0;
    font-family: "f2";
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 700;
}

.index-body .body-inner .right-content h3 .global {
    color: #401e81;
}

.index-body .body-inner .right-content h3 .text-theme {
    color: #f36e29;
}

.title-default-left {
    color: #1e2181;
}

.index-body .body-inner .right-content p {
    font-size: 18px;
    font-family: "f1";
    color: rgba(30, 33, 129, 0.811);
}

.sai-infosys {
    margin: auto;
}

/*index-body*/

/*index-header*/

.index-header {
    color: #858080;
    text-align: center;
}

.index-header .cus-container {
    padding: 25px 255px 50px;
}

.index-header .cus-container p {
    font-family: "f1";
    font-size: 16px;
    position: relative;
    color: rgba(133, 128, 128, 0.71);
}

.index-header .cus-container p:after {
    position: absolute;
    border-bottom: 1px solid #333;
    width: 225px;
    content: '';
    bottom: -21px;
    left: 50%;
    transform: translateX(-50%);
}

.index-header .cus-container h3 {
    font-family: "f2";
    font-weight: 900;
    font-size: 30px;
    letter-spacing: 1px;
}

.index-header .cus-container h3 .global {
    color: #401e81;
    padding-left: 10px;
    text-transform: uppercase;
}

.index-header .cus-container h3 .text-theme {
    color: #f36e29;
    text-transform: uppercase;
}

/*index-header*/

/*banner*/

.banner-image {
    background-image: url("../images/banner1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    position: relative;
    z-index: 0;
    background-position: center;
}

.banner-image .banner-content {
    text-align: center;
    padding-top: 120px;
}

.banner-image .banner-content .our-institute {
    display: inline-block;
    color: #fff;
    text-align: center;
}

.banner-image .banner-content .our-institute h3 {
    font-weight: bold;
    font-family: "f2";
    font-size: 38px;
    letter-spacing: 1px;
    margin-top: 0;
    color: #1e2181;
}

.banner-image .banner-content .our-institute p {
    text-align: left;
    font-family: "f1";
    font-size: 15px;
    margin-bottom: 2px;
    color: #1e2181;
}

.banner-image .banner-content .our-institute .banner-border {
    width: calc(100% - 172px);
    height: 1px;
    background: #1e2181;
    float: right;
    margin-top: -13px;
}

.banner-image .banner-content .inner-courses {
    padding: 26px 30px 0;
}

.banner-image .banner-content .inner-courses img {
    width: 100%;
    border: 5px solid #c5bcbd;
}

.banner-image .banner-content .inner-courses .inner-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: none !important;
    width: auto;
}

.banner-image .banner-content .inner-courses .outer-img {
    position: relative;
}

.banner-image .banner-content .middle-img {
    position: relative;
    margin-top: -73px;
}

.banner-image .banner-content .middle-img img {
    width: 100%;
}

.banner-image .banner-content .middle-img .offline-courses {
    background-color: #f25619;
    text-align: center;
    position: absolute;
    top: 51px;
}

.banner-image .banner-content .middle-img .offline-courses .offline-footer {
    padding: 7px 10px 17px;
}

.banner-image .banner-content .middle-img .offline-courses .offline-footer h5 {
    color: #401e81;
    font-family: "f2";
    font-weight: 600;
    font-size: 21px;
}

.banner-image .banner-content .middle-img .offline-courses .offline-footer p {
    color: #fbe7dc;
}

.banner-image .banner-content .middle-img .offline-courses .offline-footer .about {
    color: #f0e7e2;
    text-decoration: none;
    font-weight: bold;
    padding: 11px 31px;
    border: 1px solid #401e81;
    border-style: dashed;
    margin-right: 2px;
}

.banner-image .banner-content .middle-img .offline-courses .offline-footer .buy-now {
    color: #e6de7e;
    text-decoration: none;
    font-weight: bold;
    padding: 10px;
    border: 1px solid #fbe7dc;
    border-style: dashed;
    padding: 11px 24px;
    margin-left: 2px;
}

.banner-image .banner-content .cus-container {
    padding-left: 7px;
    padding-right: 7px;
}

.right-content .log-in {
    float: right;
    border: 1px solid #938c8c;
    border-style: dashed;
    padding: 4px;
    border-radius: 8px;
}

.right-content .log-in a {
    color: #f5f2f2;
    font-family: "f1";
    font-size: 14px;
    letter-spacing: 1px;
    text-decoration: none;
}

.right-content .log-in .login {
    border-right: 1px solid #f5f2f2;
    padding: 3px 8px 2px 0;
}

.right-content .log-in .sign-up {
    padding: 3px 8px 2px;
}

.sai-enquiry {
    margin-top: -20px;
    background: #fff;
    position: relative;
    width: 420px;
    float: right;
    min-height: 490px;
    margin-right: 50px;
}

.sai-enquiry h3 {
    position: relative;
    padding: 22px 30px 70px;
    line-height: 34px;
    text-align: center;
    font-size: 25px;
    overflow: hidden;
    margin: 0 0 10px;
    color: #fff;
    z-index: 111;
}

.sai-enquiry h3::before {
    height: 830px;
    content: '';
    border-radius: 50%;
    bottom: 20px;
    right: auto;
    width: 781px;
    background: #fe5900;
    position: absolute;
    left: calc(50% - 410px);
    left: -webkit-calc(50% - 394px);
    left: -moz-calc(50% - 410px);
    z-index: -1;
}

.form-group {
    /*margin-left: 40px;*/
    /*margin-right: 40px;*/
    margin-bottom: 20px;
}

.form-control {
    padding: 15px 12px;
}

.get-now {
    background: #1e2181;
    padding: 10px 20px;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    border-radius: 5px;
    text-align: center;
    margin: 0 auto;
    display: block;
    width: 30%;
    border: none;
}

.get-now:hover {
    color: #fff;
    text-decoration: none;
    background: #fe5900;
    transition: all 0.6s;
    box-shadow: 0 2px 10px 0 #123456;
}

.get-now:focus {
    color: #fff;
    text-decoration: none;
    outline: none;
}

/*banner*/

.banner-footer .banner-inner {
    background: #cfd2db;
    padding-left: 40px;
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
}

.banner-footer .banner-inner:after {
    content: "";
    position: absolute;
    background: #fff;
    border-bottom: 40px solid #cfd2db;
    border-left: 22px solid #fff;
    border-right: 22px solid #fff;
    top: 0;
    right: -22px;
    z-index: -1;
}

.banner-footer .banner-inner:before {
    content: "";
    position: absolute;
    background: #fff;
    border-bottom: 40px solid #cfd2db;
    border-left: 22px solid #fff;
    border-right: 22px solid #fff;
    top: 0;
    left: -22px;
    z-index: -1;
}

.banner-footer .banner-inner .content {
    overflow: hidden;
}

.banner-footer .banner-inner .content .pull-left {
    color: #1e2181;
    font-size: 16px;
    font-family: "f1";
    font-weight: bold;
    margin: 4px 0;
}

.banner-footer .banner-inner .content .pull-right {
    float: right;
    color: #b5450b;
    font-family: "f1";
    font-size: 17px;
    font-weight: bold;
    padding-right: 40px;
    margin: 4px 0;
}

.banner-footer .banner-inner .content .pull-right i {
    color: #333;
    font-weight: normal;
    font-size: 16px;
}

.banner-footer .banner-inner .banner-margin {
    background: #fff;
}

.banner-inner {
    z-index: -1;
}

.banner-footer .banner-margin {
    background: #fff;
    height: 20px;
    box-shadow: 0 6px 12px rgba(179, 179, 179, 0.88);
}

.banner-image {
    position: relative;
}

/*contact*/
/*
.about-lang {
    background-image: url(../images/about.jpg);
}
*/
.map_div{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.course {
    background-image: url("../images/banner_bg.jpg");
}

.contact {
    background-image: url("../images/bg-page.jpg");
}

.log-img {
    background-image: url("../images/bg-page.jpg");
    height: 175px;
}

.course-detail {
    background-image: url("../images/img4.png");
}
/*
.offline-course {
    background-image: url(../images/img5.png);
}
*/

.banner-img {
    position: relative;
    z-index: 0;
}

.banner-img:before {
    background-color: rgba(202, 159, 188, 0.47);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(28, 28, 28, 0.7);
    z-index: -1;
}

.banner-img .page-title-wrapper {
    padding-top: 90px;
    padding-bottom: 90px;
    text-align: left;
}

.banner-img .page-title-wrapper .banner-wrapper {
    overflow: hidden;
}

.banner-img .page-title-wrapper h1 {
    color: #fff;
    margin: 0;
    line-height: 54px;
    text-transform: uppercase;
    font-size: 48px;
    font-weight: 700;
    padding-left: 25px;
    position: relative;
}

.banner-img .page-title-wrapper h1:before {
    content: "";
    background: #f25619;
    width: 3px;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

.contact-footer .heading {
    position: relative;
    margin: 0 0 50px;
    padding-top: 42px;
    padding-bottom: 19px;
}

.contact-footer .heading h3 {
    font-family: "f2";
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 1px;
}

.contact-footer .heading p {
    font-size: 17px;
    font-weight: 400;
    margin: 0;
    line-height: 30px;
    color: #999;
    font-family: "f1";
}

.contact-footer .heading .line {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    background-color: #f25619;
    width: 35px;
}

.contact-footer .content {
    border-top: 1px solid #eee;
    padding: 16px 0;
}

.contact-footer .content h3 {
    font-size: 17px;
    line-height: 25px;
    font-weight: 700;
    margin: 0;
    font-family: "f2";
}

.contact-footer .content p {
    font-size: 17px;
    font-weight: 400;
    margin: 0;
    line-height: 30px;
    color: #999;
    font-family: "f1";
}

.contact-footer .content .phone {
    position: relative;
    padding-left: 40px;
    padding-bottom: 40px;
}

.contact-footer .content .phone:before {
    content: "";
    position: absolute;
    height: 39px;
    width: 38px;
    left: 3px;
    top: -4px;
    background: url("../images/phone.png");
    background-repeat: no-repeat;
}

.contact-footer .content .mail {
    position: relative;
    padding-left: 40px;
    padding-bottom: 40px;
}

.contact-footer .content .mail:before {
    content: "";
    position: absolute;
    height: 39px;
    width: 38px;
    left: 3px;
    top: -4px;
    background: url("../images/message.png");
    background-repeat: no-repeat;
}

.contact-footer .content .address {
    position: relative;
    border-top: 1px solid #eee;
    padding-left: 40px;
    padding-top: 16px;
}

.contact-footer .content .address:before {
    content: "";
    position: absolute;
    height: 39px;
    width: 38px;
    left: 3px;
    top: 16px;
    background: url("../images/location.png");
    background-repeat: no-repeat;
}

.contact-footer .social_link {
    border-top: 1px solid #eee;
    padding-left: 40px;
    padding-top: 20px;
    padding-bottom: 58px;
}

.contact-footer .social_link li {
    float: left;
    list-style: none;
}

.contact-footer .social_link li a {
    text-decoration: none;
    font-size: 16px;
    width: 32px;
    height: 32px;
    line-height: 30px;
    border: 1px solid #999;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-footer .social_link li a .soc_ic {
    line-height: 30px;
    color: #999;
}

.contact-footer .social_link li a:hover {
    box-shadow: 0 2px 35px #f2561966;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.contact-footer .social_link li a:hover .soc_ic {
   color: #f25619;
}
.contact-footer .contact-form .form-group {
    margin: 0 0 24px;
}

.contact-footer .contact-form .form-group .form-control {
    border-radius: 0;
}

.contact-footer .contact-form .form-group .form-control:focus {
    border: 1px solid #ccc;
    box-shadow: none;
}

.contact-footer .contact-form .form-group textarea {
    width: 100%;
    height: 100px;
    border: 1px solid #ccc;
}

.contact-footer .contact-form .form-group textarea:focus {
    outline: none;
}

.contact-footer .btn-default {
    color: #fff;
    background-color: #f25619;
    border-color: #f25619;
    padding: 10px 38px;
}

.map-frame .heading {
    position: relative;
}

.map-frame .heading h3 {
    font-family: "f2";
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 1px;
    padding-bottom: 17px;
}

.map-frame .heading .line {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    background-color: #f25619;
    width: 35px;
}

.map-frame iframe {
    width: 100%;
}

.breadcrumb > li + li:before {
    display: none;
}

.breadcrumb {
    background-color: #fff;
    border-bottom: 1px solid #eee;
}

.breadcrumb .home {
    position: relative;
}

.breadcrumb .home:after {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #eee;
    display: inline-block;
    margin: 0 0 0 15px;
    line-height: 25px;
    position: absolute;
    top: 7px;
}

.breadcrumb .home:hover {
    color: #f25619;
}

.breadcrumb li {
    padding: 0 13px;
    color: #666;
    text-decoration: none;
    font-family: "f1";
}

.breadcrumb li a {
    color: #666;
    text-decoration: none;
    font-family: "f1";
}

.social_link li:hover a {
    border: 1px solid #f25619;
}

.social_link li:hover a i {
    color: #f25619;
}

/*contact*/

/*about*/

.heading-about {
    position: relative;
    z-index: -1;
}

.heading-about h3 {
    text-transform: uppercase;
    line-height: 40px;
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 2px;
    font-family: "f2";
    font-size: 30px;
    letter-spacing: 1px;
}

.heading-about p {
    font-size: 17px;
    font-weight: 400;
    margin: 0;
    line-height: 30px;
    color: #999;
    font-family: "f1";
}

.heading-about .line {
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 1px;
    background-color: #f25619;
    width: 35px;
    right: 50%;
    transform: translate(-50%, -50%);
}

.about-content .about-student img {
    width: 100%;
}

.about-student {
    margin-top: 35%;
    margin-left: 20px;
}

.about-content .about-tittle h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 36px;
    padding-left: 32px;
    position: relative;
    margin-bottom: 12px;
    text-transform: uppercase;
    font-family: "f2";
}

.about-content .about-tittle h3:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #f25619;
}

.about-content .about-tittle p {
    color: #898989;
    font-family: "f1";
    font-size: 17px;
    text-align: justify;
}

.about-tittle .title-default-left {
    color: #1e2181;
}

.about-tittle .text-theme {
    color: #f36e29;
}

.heading-about .title-default-left {
    color: #1e2181;
}

.heading-about .text-theme {
    color: #f36e29;
}

.course-body .title-default-left {
    color: #1e2181;
}

.course-body .text-theme {
    color: #f36e29;
}

/*about*/

.register-page {
    padding: 30px 0;
    position: relative;
}

.register-page:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 224px;
    left: 46%;
    transform: translate(-50%, -50%);
    border: 1px solid #eee;
    top: 45%;
}

.log-page input {
    line-height: 30px;
    padding: 4px 20px;
    border: 1px solid #e5e5e5;
    color: #999;
    margin-bottom: 10px;
    clear: both;
    display: block;
    min-height: 40px;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -khtml-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.log-page h2 {
    font-family: "f2";
    font-size: 23px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-bottom: 30px;
}

.log-page input:focus {
    border: 1px solid #e5e5e5;
    box-shadow: none;
}

.log-page button {
    background-color: #e75e00;
    border-color: #e75e00;
    color: #fff;
    padding: 11px 41px;
    margin-top: 20px;
    text-transform: uppercase;
    float: right;
}

.company-acc p {
    color: #1e2181;
    font-family: "f1";
    line-height: 27px;
    text-align: justify;
}

.company-acc ul li {
    list-style: none;
    position: relative;
    line-height: 27px;
    text-align: justify;
}

.company-acc ul li::before {
    position: absolute;
    top: 7px;
    left: -30px;
    content: "";
    width: 20px;
    height: 20px;
    background-image: url("../images/dot.png");
    background-repeat: no-repeat;
}

.company-acc h4 {
    color: #1e2181;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "f1";
}

/*courses*/

.filter-list input[type=checkbox] {
    display: none;
}

/*courses*/

.filter-list span {
    border: 1px solid #bcbbbb;
    background: #fff;
    position: relative;
    vertical-align: middle;
    display: inline-block;
    width: 18px;
    margin-right: 10px;
    height: 18px;
    border-radius: 3px;
    position: relative;
}

.filter-list span:before {
    position: absolute;
    border: none;
    border-radius: 3px;
    bottom: 0;
    color: #e75e00;
    visibility: hidden;
    background-image: url("../images/check-symbol.png");
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center center;
    height: 17px;
    width: 17px;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #f25619;
}

.filter-list input[type=checkbox]:checked ~ label > span:before {
    visibility: visible;
}

.log-page form .form-group {
    margin: 0 0 24px;
}

.log-register {
    margin-bottom: 100px;
}

.log-register h3 {
    font-family: "f2";
    font-size: 23px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-bottom: 30px;
}

.log-register p {
    font-size: 17px;
    font-weight: 400;
    margin: 0;
    line-height: 27px;
    color: #999;
    font-family: "f1";
    text-align: justify;
}

.right-login button {
    background-color: #e75e00;
    border-color: #e75e00;
    color: #fff;
    padding: 11px 41px;
    margin-top: -5px;
}

.register {
    float: left;
    padding-top: 28px;
}

.register a {
    color: #e75e00;
    text-decoration: none;
}

.log-page button:hover {
    background-color: #e75e00;
    border-color: #e75e00;
    color: #fff;
}

.right-login button:hover {
    color: #fff;
}

.log-border {
    margin: 54px 0;
    padding: 20px;
    box-shadow: 0 0 12px #eee;
    border-top: 4px solid #e75e00;
}

.log-border .form-register form h2 {
    font-family: "f2";
    font-size: 23px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-bottom: 30px;
    position: relative;
}

.log-border .form-register form p {
    font-family: "f1";
    color: #999;
    font-size: 17px;
}

.log-border .form-register form .line {
    position: absolute;
    bottom: 13;
    left: 0;
    height: 1px;
    background-color: #f25619;
    width: 35px;
}

.log-border .form-register form .form-group {
    margin: 0 0 15px;
}

.log-border .form-register form input {
    line-height: 30px;
    padding: 4px 20px;
    border: 1px solid #e5e5e5;
    color: #999;
    margin-bottom: 10px;
    clear: both;
    display: block;
    min-height: 40px;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -khtml-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.log-border .form-register form input:focus {
    border: 1px solid #e5e5e5;
    box-shadow: none;
}

.log-border .form-register form .log1-back {
    text-align: center;
    font-size: 17px;
    font-family: "f1";
    color: #999;
}

.log-border .form-register form .log1-back button {
    background-color: #e75e00;
    border-color: #e75e00;
    color: #fff;
    padding: 11px 29px;
    margin-top: 20px;
    text-transform: uppercase;
    margin: 0 auto;
    display: block;
}

.log-border .form-register form .log1-back .login-account {
    text-align: center;
}

.log-border .form-register form .log1-back .login-account a {
    color: #e75e00;
    text-decoration: none;
}

.dashboard-backgrnd {
    margin: 59px 49px;
    padding: 20px;
    box-shadow: 0 0 12px #eee;
    border-top: 4px solid #e75e00;
}

.dashboard-backgrnd .side-bar {
    border: 1px solid #e75e00;
    margin: 25px 16px;
    box-shadow: 0 0 7px rgba(81, 83, 80, 0.88);
}

.dashboard-backgrnd .side-bar a {
    text-decoration: none;
    font-family: "f1";
    font-size: 14px;
    color: #333;
    font-weight: bold;
}

.dashboard-backgrnd .side-bar a.active {
    color: #e75e00;
}

.dashboard-backgrnd .side-bar .dashboard-info {
    font-family: "f1";
    font-size: 16px;
    padding: 9px 0 9px 16px;
    border-bottom: 1px solid rgba(211, 208, 208, 0.44);
    margin: 0;
    background: #fff;
    text-align: left;
}

.dashboard-backgrnd .side-bar .account-info {
    font-family: "f1";
    font-size: 16px;
    padding: 9px 0 9px 16px;
    border-bottom: 1px solid rgba(211, 208, 208, 0.44);
    margin: 0;
    background: #fff;
    text-align: left;
}

.dashboard-backgrnd .billing-address {
    margin-top: 20px;
    padding: 0 17px 7px;
    background: #f7e5d9;
    border: 1px solid #f0c6aa;
    box-shadow: 0 2px 10px rgba(66, 80, 52, 0.18);
    height: 188px;
}

.dashboard-backgrnd .billing-address .default-address h6 {
    font-family: "f1";
    font-size: 16px;
    margin: 0;
    font-weight: 900;
    border-bottom: 1px solid #cbc8c8;
    color: #333;
    padding: 15px 0;
}

.dashboard-backgrnd .billing-address .default-address p {
    text-align: justify;
    font-family: "f1";
    color: rgba(117, 116, 116, 0.9);
    font-weight: 600;
    padding-right: 15px;
}

.dashboard-backgrnd .billing-address .default-address p span {
    color: #f46d10c7;
    margin-right: 1px;
}

.dashboard-backgrnd .billing-address .default-address h5 {
    color: rgba(51, 51, 51, 0.76);
    font-family: "f2";
    font-size: 16px;
    margin: 0;
    font-weight: 900;
}

.dashboard-backgrnd .billing-address .address-right .manage-address {
    text-align: right;
    margin: -1px;
    font-family: "f2";
    font-size: 16px;
    margin: 0;
    font-weight: 900;
    border-bottom: 1px solid #cbc8c8;
    color: #333;
    padding: 9px 0 !important;
}

.dashboard-backgrnd .edit-account .reg-head3 h3 {
    font-size: 18px;
    font-family: "f1";
    color: #333;
    font-weight: bold;
    margin-bottom: 20px;
    margin-left: 15px;
    text-transform: uppercase;
    text-align: left;
    padding-left: 20px;
    position: relative;
}

.dashboard-backgrnd .edit-account .reg-head3 h3:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #f25619;
}

.dashboard-backgrnd .edit-account .form-group input {
    line-height: 30px;
    padding: 4px 20px;
    border: 1px solid #e5e5e5;
    color: #999;
    margin-bottom: 10px;
    clear: both;
    display: block;
    min-height: 40px;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -khtml-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.dashboard-backgrnd .edit-account .top-check input {
    min-height: 0 !important;
    display: inline-block !important;
    margin-left: 15px;
}

.change-account .reg-head3 h3 {
    font-size: 18px;
    font-family: "f1";
    color: #333;
    font-weight: bold;
    margin-bottom: 20px;
    margin-left: 15px;
    text-transform: uppercase;
    text-align: left;
    padding-left: 20px;
    position: relative;
}

.change-account .reg-head3 h3:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #f25619;
}

.change-account .form-group input {
    line-height: 30px;
    padding: 4px 20px;
    border: 1px solid #e5e5e5;
    color: #999;
    margin-bottom: 10px;
    clear: both;
    display: block;
    min-height: 40px;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -khtml-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.change-account .top-check input {
    min-height: 0 !important;
    display: inline-block !important;
    margin-left: 15px;
}

.dashboard-backgrnd .dashboard-right .dashboard-info .dashboard-infocontent p.news-letter {
    text-align: center;
    padding: 50px;
}

.log1-back button {
    padding: 10px 30px;
    color: #fff;
    background: #e75e09;
}

.top-check {
    color: #918e8e;
    font-family: "f1";
    font-size: 16px;
}

.log-page form p.filter-list label {
    color: #999;
}

.dashboard-backgrnd .edit-account .form-group input:focus {
    border: 1px solid #e5e5e5;
    box-shadow: none;
}

.dashboard-backgrnd .change-account .form-group input:focus {
    border: 1px solid #e5e5e5;
    box-shadow: none;
}

.log-brdr .product-review .reg-head h2 {
    font-size: 18px;
    font-family: "f1";
    color: #333;
    font-weight: bold;
    margin-bottom: 20px;
    margin-left: 15px;
    text-transform: uppercase;
    text-align: left;
    padding-left: 20px;
    position: relative;
}

.log-brdr .product-review .reg-head h2:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #f25619;
}

.log-brdr table {
    width: 70%;
    font-size: 15px;
}

.log-brdr table tr th {
    padding: 12px 13px;
}

.log-brdr table tr td {
    padding: 12px 13px;
}

.log-brdr table tbody {
    color: #a0a0a0;
}

.log-brdr table tbody td a {
    color: #f25619;
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.log-brdr table tbody td a:hover {
    font-weight: bold;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.edit-account {
    width: 50%;
}

.edit-account .form-group {
    margin: 0 15px 15px;
}

.box-hover {
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 10px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin: 90px 0;
}

.box-hover .icon-img {
    border: 1px solid #e75e00;
    border-radius: 100%;
    padding: 14px;
    display: inline-block;
    background: #fff;
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    width: 130px;
    height: 130px;
    background: url("../images/dummy-profile.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.box-hover table {
    padding: 67px 12px;
    color: rgba(171, 168, 168, 0.94);
    font-weight: bold;
    font-size: 13px;
    margin: 0 auto;
    line-height: 31px;
}

.box-hover table td {
    padding: 10px;
}

.box-hover table .sur-name {
    font-weight: normal;
}

.box-hover p {
    text-align: right;
}

.box-hover p .edit-link {
    color: #e75e00;
    text-decoration: none;
}

.box-hover .name {
    text-align: center;
    padding-top: 69px;
    font-size: 23px;
    font-family: "f1";
    font-weight: bold;
}

.box-hover:hover {
    box-shadow: 0 11px 34px rgba(231, 94, 0, 0.37);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.product-review .table-responsive {
    margin: 0 20px;
}

.course-detail .heading {
    position: relative;
    margin: 0 0 50px;
    padding-top: 42px;
    padding-bottom: 19px;
}

.course-detail .heading h3 {
    font-family: "f2";
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 1px;
}

.course-detail .heading p {
    font-size: 17px;
    font-weight: 400;
    margin: 0;
    line-height: 30px;
    color: #999;
    font-family: "f1";
}

.course-detail .heading .line {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    background-color: #f25619;
    width: 35px;
}

.course-detail .left-img {
    position: relative;
}

.course-detail .left-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: none !important;
    width: auto;
}

.course-detail .left-content h3 {
    font-size: 18px;
    font-family: "f1";
    color: #333;
    font-weight: bold;
    margin-bottom: 20px;
    margin-left: 15px;
    text-transform: uppercase;
    text-align: left;
    padding-left: 20px;
    position: relative;
}

.course-detail .left-content h3:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #f25619;
}

.course-detail .left-content p {
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    line-height: 30px;
    color: #999;
    font-family: "f1";
    margin-left: 20px;
}

.course-detail .left-content h6 {
    font-size: 15px;
    font-family: "f1";
    color: #333;
    font-weight: bold;
    margin-bottom: 20px;
    margin-left: 15px;
    text-align: left;
    position: relative;
    padding-left: 20px;
}

.course-detail .left-content h6:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #f25619;
    height: 19px;
}

.course-detail a button {
    background-color: #e75e00;
    border-color: #e75e00;
    color: #fff;
    padding: 11px 41px;
    margin: 20px 0;
}

.course-detail a:hover button {
    color: #fff;
}

.course-img .video-border {
    overflow: hidden;
    box-shadow: 0 0 4px #d6d2d2;
}

.course-img .video-border .video {
    position: relative;
}

.course-img .video-border .video img {
    width: 100%;
}

.course-img .video-border .video-footer {
    overflow: hidden;
    padding: 4px;
}

.course-img .video-border .video-footer p {
    font-weight: 600;
    font-size: 15px;
    color: #29303b;
    margin-bottom: 10px;
    font-family: "f1";
}

.course-img .video-border .video-footer span {
    font-size: 11px;
    font-weight: 400;
    margin: 0;
    color: #999;
    font-family: "f1";
}

.course-img .video-border .video-footer a {
    text-decoration: none;
    color: #fff;
    background: #e75e00;
    padding: 3px 13px;
    text-align: right;
    margin: 10px 3px 3px;
}

.videodetail .left-img {
    position: relative;
    border: 1px solid #eee;
    padding: 2px;
}

.videodetail .left-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: none !important;
    width: auto;
}

.course-body {
    margin: 30px 0 !important;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    color: #999;
    font-family: "f1";
    position: relative;
    z-index: -1;
}

.course-body img {
    max-width: 100%;
}

.course-body .cus-padding .cus-border {
    border: 1px solid #eee;
    padding: 10px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin: 90px 0;
    display: block;
}

.course-body .cus-padding .cus-border table {
    margin: 20px 0;
}

.course-body .cus-padding .cus-border table td {
    padding: 10px;
}

.course-body .cus-padding .cus-border a {
    text-decoration: none;
    color: #fff;
    background: #e75e00;
    padding: 5px 13px;
    text-align: right;
    margin: 8px;
    font-size: 24px;
    display: block;
    text-align: center;
}

.course-body .cus-padding .cus-border h2 {
    color: #000;
    margin-top: 0;
    font-size: 20px;
}

.course-body .cus-padding .cus-border h2 span {
    color: #e75e00;
    font-size: 21px;
}

.course-body .cus-padding .cus-border h2 span i {
    font-size: 17px;
}

.course-body .cus-padding .cus-border h5 {
    text-transform: uppercase;
    margin: 0;
}

.course-body .cus-padding .cus-border h3 {
    text-align: left !important;
    margin: 0;
}

.course-body .cus-padding .cus-border h3 i {
    font-size: 18px;
}

.course-body .cus-padding .cus-border .right {
    text-align: right;
}

.course-body .course-border {
    overflow: hidden;
    box-shadow: 0 0 4px #d6d2d2;
}

.course-body .course-border .course-outer .course-img img {
    width: 100%;
}

.course-body .course-border .course-outer .course-footer {
    overflow: hidden;
    padding: 4px;
}

.course-body .course-border .course-outer .course-footer p {
    font-weight: 600;
    font-size: 16px;
    color: #29303b;
    margin-bottom: 10px;
    font-family: "f1";
    height: 32px;
    text-align: center;
}

.course-body .course-border .course-outer .course-footer span {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    color: #999;
    font-family: "f1";
}

.course-body .course-border .course-outer a {
    text-decoration: none;
    color: #fff;
    background: #e75e00;
    padding: 3px 13px;
    text-align: right;
    margin: 8px;
}

.course-body .course-meta {
    margin-top: 15px !important;
    text-align: center;
}

.course-body .course-meta li {
    border-right: 1px solid #ddd;
    padding: 0 9px;
}

.course-body .course-meta li h6 {
    color: #444;
    font-size: 14px;
    font-weight: 600;
    margin: 5px 0 0;
}

.course-body .course-meta li p {
    font-weight: 400;
    margin: 0;
    color: #999;
    font-family: "f1";
}

.course-body .course-meta li span {
    margin: 0;
    font-size: 13px !important;
    font-weight: 400;
    margin: 0;
    color: #999;
    font-family: "f1";
}

.course-body .course-meta li:last-child {
    border-right: medium none;
}

.course-body .cus-course {
    margin: 30px 0;
    line-height: 33px;
    text-align: justify;
}

.course-body .cus-course h6 {
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.cus-m1 {
    margin: 0 !important;
}

h3.foundation-course {
    font-size: 18px;
    font-weight: 700;
    line-height: 36px;
    padding-left: 32px;
    position: relative;
    margin-bottom: 12px;
    text-transform: uppercase;
    font-family: "f2";
    color: #333;
}

h3.foundation-course::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #f25619;
}

small {
    padding-left: 0;
}

.cus-left {
    padding-left: 0;
    text-align: left;
}

.cus-right {
    padding-right: 0;
    text-align: right;
}

.fees-strc {
    padding: 0 10px;
}

.cus-padding h3 span {
    color: #e75e00;
    font-size: 21px;
}

.offfees-strc {
    padding: 0 25px;
}

.offfees-strc h3 span {
    color: #e75e00;
    font-size: 21px;
}

.header-top .right-content p.mobile-screen {
    display: none;
}
.header-top .right-content p.mobile-screen a {
    color: #333;
}
.heading .contact-sai {
    color: #1e2181;
}

.heading .text-theme {
    color: #f36e29;
}

.social-side {
    width: 40px;
    min-height: 100px;
    position: fixed;
    top: 50%;
    z-index: 99999;
    right: 15px;
}

a.icons-fixed {
    width: 37px;
    height: 37px;
    text-align: center;
    cursor: pointer;
}

.social-side i {
    padding: 12px 9px !important;
    line-height: 27px !important;
}

.in-icons {
    width: 50px;
    height: 50px;
    font-size: 27px !important;
    color: #fff;
}

.facebook-fixed {
    background-color: #3b5998;
    border-radius: 100px;
}

a.icons-fixed {
    width: 37px;
    height: 37px;
    text-align: center;
    cursor: pointer;
}

.google-fixed {
    background-color: #0ebf2d;
    margin-top: 20px;
    border-radius: 100px;
}

.getin {
    background: #f51a4d;
    padding: 15px;
    border-radius: 100px;
    height: 50px;
    width: 50px;
    margin-top: 20px;
}

/* .fa-envelope {
    color: #fff;
    font-size: 25px;
    line-height: 0 !important;
    margin-left: -11px;
} */

.modal-backdrop {
    position: static !important;
}

.product-catego {
    width: 100%;
    height: 34px;
    border-radius: 5px;
    padding: 0 10px;
    border: 1px solid #ccc;
}

.modal-header .close {
    margin-top: -10px;
}

.modal-header {
    padding: 10px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 30px;
    font-family: "f2";
    color: #e16b2b;
}
.sai-message {
    height: 70px !important;
}
.enquiry-sai .modal-header .close,
.enquiry-sai .modal-header:focus {
    outline: none;
    border: none;
}
/*# sourceMappingURL=style.css.map */

.but-fxed {
    position: fixed;
    right: 0;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;

}

.bar-mobile {
    position: relative;
}
.header-top .left-content img {
    position: relative;
    z-index: 1;
}
.product-catego option:disabled {
    background: #eee;
    color: #e16b2ba8;
}
.index-footer .right-courses .keep-touch form .form-group .form-control:focus {

    outline: none;
    box-shadow: none;
}

.get-ot {
    display: none;
}

.form-control:focus {
    box-shadow: none;
    border-color: #495057;
    outline: none;
}
.banner {
    position: relative;
}
.banner::before {
    position: absolute;
    background: #000;
    top: 0;
    content: "";
    z-index: 999;
}

.com-account img {
    border: 5px solid #eee;
}
.carousel-control-prev {
    display: none;
}
.carousel-control-next {
    display: none;
}
.carousel-indicators li {
    z-index: 10;
}
.back {
    background-image: url("../images/giphy.gif");
    background-repeat: no-repeat;
    background-position: center;
    height: 200px;
}
.back h3 {
    color: #fff;
    text-align: center;
    padding-top: 50px;
    font-family: fantasy;
}
.back h5 {
    color: #fff;
    text-align: center;

}
.back h5 a {
    color: #e16b2b;
    text-decoration: none;
}

/***blog*****/
/* 
.blog-heading h2::selection {
    background: lightblue;
}

.blog-heading h2 {
    text-align: center;
    font-family: 'f1';
    font-size: 30px;
    padding: 20px 0 0;

}

.blog-heading h3 {
    text-align: center;
    font-family: 'f1';
    font-size: 20px;
    margin: 0;
}

.blog-heading h5 {

    text-align: center;
}

.blog-heading h4 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 16px;
    padding: 20px 0 0;
    font-family: 'f2';
    text-transform: uppercase;
    color: #1e2181;
} */

/*
.blog-heading h5 {
    text-align: center;
    font-family: "f2";
    font-size: 24px;
    text-shadow: 1px 2px 1px #C79292;
    margin: 0;
}
*/
/* 
.blog-heading p {

    width: 70%;
    text-align: center;
    margin: 0 auto;
    padding: 20px 0;
    line-height: 26px;
    font-size: 16px;
}

.blog-img {
    box-shadow: 0 2px 5px #4d4d4d;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.blog-img a {
    z-index: 1;
}
.blog-half a {
    z-index: 11;
}
.blog-img img {
    width: 100%;
    height: auto;

}

.blog-img:after,
.blog-img:before {
    position: absolute;
    top: 0;
    width: 0;
    height: 100%;
    background: #1e2181;
    content: "";
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    opacity: 0.75;
}

.blog-half:hover .blog-img:before {
    width: 50%;
}

.blog-half:hover .blog-img:after {
    width: 50%;
}

.blog-half:hover .blog-img:after {
    width: 50%;
}

.blog-half {
    position: relative;
}

.share-btn {
    position: absolute;
    bottom: 0;
    right: 1%;
    z-index: 11;
    transition: all 1s ease 0s;
}

.share-btn .share-button:hover {
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    transition: all 1s ease 0s;
}

.share-button:hover a i {
    color: #fff;
    transition: all 1s ease 0s;
}

.blog-img:before {
    left: 0;
}

.blog-img:after {
    right: 0;
} */


/* Start testimonial */



.tab-buttons {
            display: flex;
            justify-content: center;
            gap: 20px;
            margin-bottom: 40px;
            flex-wrap: wrap;
        }

        .tab-button {
            padding: 15px 40px;
            background: #ffffff;
            backdrop-filter: blur(10px);
            border: 2px solid #e16b2b;
            border-radius: 50px;
            font-size: 18px;
            font-weight: 600;
            color: #e16b2b;
            cursor: pointer;
            transition: all 0.3s ease;
            outline: none;
        }

        .tab-button:hover {
            background: white;
            transform: translateY(-2px);
            box-shadow: 0 10px 20px rgba(195, 169, 169, 0.2);
        }

        .tab-button.active {
            background: #e16b2b;
            color: white;
            border-color: white;
            box-shadow: 0 10px 30px rgba(139, 126, 126, 0.3);
        }

        .tab-button:focus-visible {
            outline: 3px solid #e16b2b;
            outline-offset: 2px;
        }

        /* Tab Content Styles */
        .tab-content-panel {
            display: none;
            animation: fadeIn 0.5s ease;
        }

        .tab-content-panel h3{
            font-family: "f2";
            text-transform: uppercase;
            line-height: 40px;
            font-size: 30px;
            letter-spacing: 1px;
            margin: 0 0 2px;  
            font-weight: 700;  
        }
        .tab-content-panel .title-default-left{
           color:#1e2181;
          }
        .tab-content-panel .text-theme{
            color:#e16b2b;
        }

        .tab-content-panel.active {
            display: block;
        }

        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* Video Card Styles */
.video-thumbnail {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    /* Optional: Use padding-top for a consistent 16:9 aspect ratio */
    padding-top: 56.25%; 
    height: 0;
    /* z-index: 1; */
}

.video-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-thumbnail .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    color: white;
    background-color: rgba(0, 0, 0, 0.6); /* Semi-transparent background */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none; /* Allows clicks to pass to the parent div */
    z-index: 5;
}


        .card:hover {
            transform: translateY(-5px);
            transition: all 0.3s ease;
        }


    /* Video Modal Styling */
.video-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.95);
    align-items: center;
    justify-content: center;
    animation: fadeIn 0.3s ease;
}

.video-modal.show {
    display: flex !important;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.video-modal-content {
    position: relative;
    width: 90%;
    max-width: 1000px;
    animation: slideIn 0.3s ease;
}

@keyframes slideIn {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.video-modal-content video {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

.close-modal {
    position: absolute;
    top: -15%;
    right: 0px;
    color: #000;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
    background: rgba(255, 193, 7, 0.9);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    transition: all 0.3s ease;
    border: none;
    line-height: 1;
}

.close-modal:hover {
 
    background: #ffc107;
    transform: rotate(90deg);
}

@media (max-width: 550px){
    .close-modal {
        top: -30%;
        width: 35px;
    height: 35px;
      font-size: 30px;
    }
}

/* End Testimonial tab*/

/* End testimonial */

.about-me h2 {
    border-top: 2px solid;
    border-bottom: 2px solid;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-family: "f1";
    font-size: 20px;
}

.about-me img {
    width: 100%;
}

.about-txt1 p {

    font-size: 16px;
    line-height: 24px;
    padding-top: 5px;
}

.about-txt p {

    font-size: 16px;
    line-height: 24px;

}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-unstyled.recent-list li {
    display: inline-block;
    margin-bottom: 20px;
    width: 100%;
}

.alignleft {
    float: left;
    margin-right: 15px;
}

.list-unstyled.recent-list img {
    border: 3px solid #b9b9b9;
    width: 90px;
}

.list-unstyled h5 {
    font-size: 15px;
    font-weight: 700;
    color: #252525;
    margin: 10px 0;
    max-width: 334px;
    max-height: 30px;
    overflow: hidden;
}

.list-unstyled small {
    color: #666666;
}

.recent-list a {
    text-decoration: none;
}

.tagclouds a {
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    line-height: 13px;
    padding: 7px 14px;
    border-radius: 5px 0;
    margin: 3px 3px 6px;
    text-transform: capitalize;
    background: #fff;
    border: 1px solid #f1f1f1;
    transition: 0.5s;
    color: #222;
    text-decoration: none;
}

.tagclouds a:hover {
    background: #1e2181;
    color: #fff;
}

.cat-item:after {
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f105";
    left: 0;
    font-weight: 700;
    margin-top: 2px;
    color: #666666;
}

.cat-list-item ul li {
    list-style: none;
    padding: 5px 15px;
    position: relative;
}

.cat-list-item li a {
    color: #333;
}

.cat-list-item ul {
    padding: 0;
}

@media only screen and (max-width: 767px) {
    .about-me h2 {
        display: inline-block;
    }
}

.contact-form1 h3 {
    font-size: 14px;
    line-height: 2.14;
    letter-spacing: 0.462px;
    color: #232323;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: bold;
    margin: 0;
}

.contact-form1 .form-group {
    margin-top: 12px;
    margin-bottom: 7px;
}

.contact-form1 .form-group .form-control {
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: none;
    -webkit-appearance: none;
    box-shadow: none;
    color: #888;
    font-family: "f1";
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0.429px;
    line-height: 2.308;
    outline: none;
    padding: 25px;
}

.contact-form1 .form-group .submit {
    background-color: #1e2181;
    -webkit-box-shadow: none;
    -webkit-appearance: none;
    box-shadow: none;
    outline: none;
    cursor: pointer;
    font-size: 14px;
    line-height: 2.14px;
    letter-spacing: 0.462px;
    color: #fff;
    font-family: "f1";
    font-weight: bold;
    padding: 21px 35px;
    text-transform: uppercase;
    border: none;

    border-radius: 4px;
    margin-bottom: 10px;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

.contact-form1 .form-group .submit:hover {
    background-color: #333;
    color: #fff;
}

.contact-form1 img {
    padding-left: 85px;
}

.contact-img img {
    width: 100%;
    margin-bottom: 10px;
}

.share-btn ul li {
    display: inline-block;
    background: #ccc;
    padding: 10px;
    color: #333;
    transition: all 1s ease 0s;
}

.share-btn li a {
    color: #333;

}

.view-btn {
    background: #1e2181;
    color: #fff;
    box-shadow: 0 2px 5px #4d4d4d;
    font-weight: bold;
    margin-bottom: 20px;

}

.view-btn:hover {
    background: #333;
    color: #fff;
    font-weight: bold;
}

.btn:focus {
    box-shadow: none;
    outline: none;
}
/*ad-start*/
.sai-ad-banner {
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.row{
    margin:0;
}
.sai-ad-banner .img-sai-ad {
    width: 100%;
}
.sai-ad-banner .sai-ban-rt {
    position: absolute;
    margin-bottom: 0;
    width: 50%;
    right: 50px;
    bottom: 15%;
    display: grid;
}
.sai-in-ban-rt-bx { 
    padding: 5px;
    color: #ffffff;
}
.sai-ad-banner .sai-ban-rt h3 {
    font-family: "f2";
    font-size: 40px;
    text-shadow: 0 0 13px #000;
    margin-bottom: 15px;
}
.sai-ad-banner .sai-ban-rt h4 {
    font-family: "f2";
    font-size: 18x;
    line-height: 25px;
}
.sai-ad-banner .sai-ban-rt h2 {
    font-family: "f2";
    font-size: 25px;
    line-height: 25px;
}
.sai-ad-banner .sai-ban-rt p a {
    font-family: "f2";
    font-size: 24px;
    line-height: 25px;
    color: #f25619;
    text-decoration: none;
}
.sai-ban-botm-left{
    font-family: "f1";
}
.sai-ban-botm-left h3{
    font-size: 27px;
    color: #f25619;
    font-family: "f2";
    font-weight: bold;
    margin-bottom: 5px;
}
.sai-ban-botm-left h4{
    font-size: 23px;
    color: #3b3837;

}
.sai-ban-botm-left ol{
    padding-left: 15px;
    margin-bottom: 0;
}
.sai-ban-botm-left ol li{
    font-size:19px;
}
.sai-ban-botm-left ul{
    padding-left: 15px;
    margin-bottom: 0;
}
.sai-ban-botm-left ul li{
    list-style: none;
    font-size:19px;
}
.sai-ban-botm-left ul img{
    width: 8px;
    margin-top: -4px;
    margin-right: 7px;
}
.sai-ban-botm-left ul img{
    width: 8px;
    margin-top: -4px;
    margin-right: 7px;
}
.sai-ad-form form{
    background: #f36019;
    padding: 15px;
}
.sai-ad-form .form-group {
    margin-bottom: 10px;
}
.sai-ad-form .form-group input, select, textarea{
    border-radius: 3px !important;
}
.sai-left-img-cer{
   display: grid;
}
.sai-left-img-cer img{
    width: 250px;  
    margin: auto;  
}
.sai-rt-img-cer h4{
    font-size: 21px;
    color: #f25619;
}
.sai-rt-img-cer p{
    font-size: 20px;
    color: #3b3837;
    margin-bottom: 5px;
}
/*ad-end*/

/*
     FILE ARCHIVED ON 08:02:49 Jul 30, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 06:02:05 Nov 08, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 62.113
  exclusion.robots: 0.082
  exclusion.robots.policy: 0.072
  cdx.remote: 0.063
  esindex: 0.009
  LoadShardBlock: 37.481 (3)
  PetaboxLoader3.datanode: 38.037 (4)
  load_resource: 59.728
  PetaboxLoader3.resolve: 36.211
*/

/* social icon starts */

.social_icon {
    position: fixed;
    right: 0;
    bottom: 5%;
    z-index: 111;
}
.social_icon ul .ca_ll {
    font-size: 20px;
    background: #3b5998;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    color: #fff;
    position: absolute;
    bottom: 300px;
    right: 0;
    justify-content: center;
}

.social_icon ul .wh_at {
    font-size: 20px;
    background: linear-gradient(317deg, #095200, #76ff4a);
    border-radius: 100%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    color: #fff;
    position: absolute;
    bottom: 225px;
    right: 0;
    justify-content: center;
}

.social_icon ul .ma_il {
    font-size: 20px;
    background: #f51a4d;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    color: #fff;
    position: absolute;
    bottom: 150px;
    right: 0;
    justify-content: center;
    text-align: center;
}

/* social icon ends */

