.content img {
    margin: 0px auto;
}

h6.title {
    text-align: center;
    margin-top: 14px !important;
    line-height: 1.5em;
    height: 3em;
    overflow: hidden;
}

.content h5 {
    text-align: center !important;
}

.content {
    margin-bottom: 34px;
    margin-top: 0px;
}

li.white a {
    position: relative;
    color: #000;
    bottom: 9px;
    font-weight: 600;
}

li.white {
    background: #fff;
    height: 18px;
    position: relative;
    top: 8px;
    /* border-radius: 30%; */
    padding: 10px;
}

li.black a {
    position: relative;
    color: #fff;
    bottom: 9px;
    font-weight: 600;
}

li.black {
    background: #000;
    height: 20px;
    position: relative;
    top: 8px;
    padding: 11px;
}

ul.words li {
    margin: 0px 0px;
    padding-left: 0px;
}

li.normal {
    /* border: 1px solid #1562ad; */
    height: 20px;
    position: relative;
    top: 8px;
    /* padding: 17px 12px; */
    border-radius: 50%;
}

li.normal a {
    position: relative;
    color: #fff;
    bottom: 9px;
    font-weight: 600;
}

nav.navbar .navbar-brand img.logo {
    width: 100% !important;
    margin-top: -5px !important;
}

nav.navbar.sticked .navbar-brand img.logo {
    width: 326px !important;
    margin-top: -24px !important;
}

li.login-box {
    font-size: 15px;
    background: #0663bd;
    height: 26px;
    position: relative;
    top: 7px;
    border-left: 2px solid #02498e;
}

li.login-box a {
    position: relative;
    top: -10px;
    color: #fdfdfd;
}

/*=======slider =======*/

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1, 1);
    }
    to {
        -webkit-transform: scale(1.5, 1.5);
    }
}

@keyframes zoom {
    from {
        transform: scale(1, 1);
    }
    to {
        transform: scale(1.5, 1.5);
    }
}

.carousel-inner .item>img {
    -webkit-animation: zoom 20s;
    animation: zoom 20s;
}

img.dot {
    width: 30px;
    margin: 0px auto;
    display: block;
    height: 30px;
    object-fit: cover;
    border-radius: 50%;
}

/*========dashboard=====*/

.contact-wrapper {
    background: #fff;
    box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.25);
    /* margin-top: -110px; */
}

.single-contact {
    position: relative;
    padding: 28px 60px;
    background: #fff;
    -webkit-transition: .3s;
    transition: .3s;
}

.contact-wrapper i,
.contact-wrapper img {
    /* float: left; */
    /* margin-right: 20px; */
    -webkit-transition: .3s;
    transition: .3s;
}

.contact-wrapper p {
    font-size: 15px;
    line-height: 1.6;
}

.contact-wrapper .single-contact:hover i,
.contact-wrapper .single-contact:hover img {
    -webkit-transform: scale(1.18);
    transform: scale(1.18);
}

.single-contact {
    position: relative;
    padding: 28px 60px;
    background: #fff;
    -webkit-transition: .3s;
    transition: .3s;
}

.contact-wrapper a {
    color: #000;
    text-align: center;
    text-transform: uppercase;
}

.content-about {
    /*padding: 50px 30px;
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    position: relative;
    top: 19px;
    left: -54px;*/
    padding: 14px 28px;
    background: #fff;
    position: relative;
    top: 0px;
}

.about-box {
    /* box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12); */
    /* margin: 20px; */
    /* background:#fff; */
}

section.total-about-box {
    padding: 20px 0px;
    background: #ffffff;
    /* background: url(../img/about/bg.jpg); */
    background-size: cover;
}

.content-about h3 {
    color: #019ae0;
    font-weight: 500;
    /*font-family: 'Dosis', sans-serif;*/
    font-family: 'Abel', sans-serif;
    text-transform: capitalize;
}

.total-dashboard-box {
    background: linear-gradient( rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url(../img/about/d11.jpg);
    background-attachment: fixed;
    background-size: cover;
    padding: 20px;
}

.dashboard-menu {
    background: rgba(255, 255, 255, 0.87);
    text-align: center;
    padding: 10px;
    border: 2px solid #ffffff;
}

.dashboard-menu h4 {
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 600;
    color: #000;
    letter-spacing: 1px;
    font-family: 'Dosis', sans-serif;
}

.dashboard-menu img {
    background: #fff;
    padding: 4px;
    border-radius: 50%;
}

.dashboard-menu:hover {
    border: 2px solid #ffe14c;
}

.statistics-box {
    background: url(../img/other/1.png);
    display: block;
    background-size: cover;
    height: 168px;
    width: 189px;
    margin: 0px auto;
}

.statistics-box h4 {
    text-align: center;
    position: relative;
    top: 53px;
    font-family: 'Dosis', sans-serif;
    color: #0064ff;
    text-transform: capitalize;
}

.statistics-box p {
    text-align: center;
    font-size: 18px;
    position: relative;
    top: 54px;
    font-weight: 600;
}

.calender-box {
    background: linear-gradient( rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.68)), url(../img/other/cal.jpg);
    min-height: 320px;
    background-size: cover;
    width: 100%;
}

.calender-box h3 {
    text-align: center;
    position: relative;
    top: 91px;
    color: #fff;
    border: 1px solid #e4be33;
    padding: 60px 30px;
    width: 236px;
    margin: 0px auto;
    height: 150px;
}

.calender-box:after {
    content: ' ';
    position: absolute;
    width: 120px;
    height: 120px;
    border-bottom: 5px solid #cca61b;
    border-left: 5px solid #e4be33;
    display: block;
    bottom: -10px;
    left: 5px;
}

.calender-box:before {
    content: ' ';
    position: absolute;
    width: 120px;
    height: 120px;
    border-top: 5px solid #e4be33;
    border-right: 5px solid #cca61b;
    display: block;
    top: -10px;
    right: 4px;
}

.padding-0 {
    padding: 0px;
    margin: 0px;
}

.view-more {
    width: 126px;
    border: 1px solid #2e9dca;
    text-align: center;
    padding: 5px 12px;
    text-transform: uppercase;
    background: #fff;
    color: #000;
    font-weight: 600;
    float: right;
    letter-spacing: 1px;
    font-size: 13px;
    position: relative;
    top: 31px;
    left: -16px;
    cursor: pointer;
}

.view-more:hover {
    background: #02a4e5;
    color: #fff;
}

.content-about p {
    text-align: justify;
    font-size: 13px;
}

.template_faq {
    background: #edf3fe none repeat scroll 0 0;
}

.panel-group {
    /* background: #fff none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.04);
    margin-bottom: 0;*/
    padding: 0px 10px;
    margin-bottom: 0;
}

#accordion .panel {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    margin: 0 0 15px 10px;
}

#accordion .panel-heading {
    border-radius: 30px;
    padding: 0;
}

#accordion .panel-title a {
    background: #03a9f4 none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 30px;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 600;
    padding: 12px 20px 12px 50px;
    position: relative;
    transition: all 0.3s ease 0s;
}

#accordion .panel-title a.collapsed {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #333;
}

#accordion .panel-title a::after,
#accordion .panel-title a.collapsed::after {
    background: #0589c5 none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 50%;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.58);
    color: #fff;
    content: "";
    font-family: fontawesome;
    font-size: 25px;
    height: 55px;
    left: -20px;
    line-height: 55px;
    position: absolute;
    text-align: center;
    top: -5px;
    transition: all 0.3s ease 0s;
    width: 55px;
}

#accordion .panel-title a.collapsed::after {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    box-shadow: none;
    color: #333;
    content: "";
}

#accordion .panel-body {
    background: transparent none repeat scroll 0 0;
    border-top: medium none;
    padding: 20px 25px 10px 9px;
    position: relative;
    /* min-height: 115px; */
}

#accordion .panel-body p {
    border-left: 1px dashed #887b7b;
    padding-left: 25px;
    min-height: 73px;
}

.latest-new-box {
    background: #fff;
    padding: 10px 0px;
    /* box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12); */
}

/*=========gallery code=========*/

.carousel-control {
    width: 4%;
}

.carousel-control.left,
.carousel-control.right {
    /* margin-left: -17px !important; */
    background-image: none;
    z-index: 1;
}

@media (max-width: 767px) {
    .carousel-inner .active.left {
        left: -100%;
    }
    .carousel-inner .next {
        left: 100%;
    }
    .carousel-inner .prev {
        left: -100%;
    }
    .active>div {
        display: none;
    }
    .active>div:first-child {
        display: block;
    }
}

@media (min-width: 767px) and (max-width: 992px) {
    .carousel-inner .active.left {
        left: -50%;
    }
    .carousel-inner .next {
        left: 50%;
    }
    .carousel-inner .prev {
        left: -50%;
    }
    .active>div {
        display: none;
    }
    .active>div:first-child {
        display: block;
    }
    .active>div:first-child+div {
        display: block;
    }
}

@media (min-width: 992px) {
    .carousel-inner .active.left {
        left: -16.7%;
    }
    .carousel-inner .next {
        left: 16.7%;
    }
    .carousel-inner .prev {
        left: -16.7%;
    }
}

.gallery-box {
    padding: 20px;
    background: #f5f2f2;
}

.txt-choice {
    text-align: center;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    top: 39px;
}

.demo {
    background: #fff;
    margin-bottom: 20px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    border: 2px solid #fff;
    padding: 5px 5px 0px 5px;
}

.Course {
    padding: 9px 9px;
    background: #f5f5f5;
}

ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
    position: relative;
    left: 1%;
}

ul.social-network li {
    display: inline;
    margin: 0 0px;
}

.social-network a.icoRss:hover {
    background-color: #F56505;
}

.social-network a.icoFacebook:hover {
    background-color: #3B5998;
}

.social-network a.icoTwitter:hover {
    background-color: #33ccff;
}

.social-network a.icoGoogle:hover {
    background-color: #BD3518;
}

.social-network a.icoVimeo:hover {
    background-color: #0590B8;
}

.social-network a.icoLinkedin:hover {
    background-color: #007bb7;
}

a.socialIcon:hover,
.socialHoverClass {
    color: #44BCDD;
}

.social-circle li a {
    color: #ffffff;
    background-color: #03a9f4;
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    font-size: 16px;
}

.social-circle li i {
    margin: 0;
    line-height: 30px;
    text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.social-circle i {
    color: #fff;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.services-txt2 {
    text-transform: uppercase;
    font-weight: bold;
}

#sec-txt-footer {
    text-decoration: none;
    color: #535353;
}

.c1-box {
    width: 200px;
    height: 82px;
    border: 3px solid #3baef3;
    padding: 12px;
    margin-bottom: 10px;
    background: #fff;
}

.c1-box img {
    width: 172px;
    height: 75px;
    object-fit: contain;
    position: relative;
    top: -11px;
}

.client-box {
    background: #016dad;
    padding: 40px;
}

.cm-txt {
    width: 100%;
    background: #fff;
    padding: 40px;
    position: relative;
    right: -81px;
    z-index: 1;
    top: 85px;
    border: 12px solid #e4d7ce;
}

.cm-txt p {
    color: #7d7d7d;
}

.cm-txt h3 {
    color: #016dad;
    font-weight: 500;
}

.cm {
    padding: 40px 0px 40px 40px;
    /* background: url(../img/about/bg.jpg); */
    /* background-size: cover; */
}

.abut-tx {
    color: #272727;
    /* text-align: center; */
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    /* left: 38px; */
    top: 10px;
    text-align: center;
    font-size: 23px;
}

.brd-box {
    border: 1px solid #bfbfbf;
    /* padding-bottom: 71px;*/
    border-left: 0px;
    min-height: 414px;
}

#logn-txt {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}

#logn-txt:hover {
    color: #ffd88e;
}

.scheme-img {
    width: 150px;
    height: 100px;
    object-fit: contain;
}

.cm-message-txt {
    width: 100%;
    height: 432px;
    object-fit: contain;
    background: #d4cbc5;
    padding: 10px;
}

.mving-right {
    margin-right: -37px !important;
    background-image: none;
    top: 50%;
    z-index: 1;
    color: #ff5f05;
    font-size: 28px;
    opacity: 1;
    box-shadow: none !important;
}

.mvng-left {
    margin-left: -33px;
    background-image: none;
    top: 50%;
    z-index: 1;
    color: #ff5f05;
    font-size: 28px;
    opacity: 1;
    box-shadow: none !important;
}