.header2-area nav#desktop-nav > ul > li > a {
    padding: 30px 10px;
}
nav#desktop-nav ul li > ul {
    width: 230px;
}
.header2-area .stick {
    background: #fff;
}
.main-menu-area .logo-area {
    margin: 7px 0;
}
/* ---------------------------
    6. SERVIE BOTTOM AREA
----------------------------- */
.section-padding {
    padding: 30px 0;
}
.service-bottom-area {
    position: relative;
}

.service-bottom-area-bg {
    background: rgba(0, 0, 0, 0) url("../img/featured/1.jpg") repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.service-bottom-area-bg::after {
    background: #f5f7f9 none repeat scroll 0 0;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
}

.single-service {
    margin-bottom: 25px;
    padding-left: 40px;
    position: relative;
}

.service-list .single-service:last-child {
    margin-bottom: 0;
}

.service-icon-hexagon {
    left: -43px;
    position: absolute;
    top: -25px;
}

.hex {
    background: #f5f7f9 none repeat scroll 0 0;
    border-radius: 1em / 3.5em;
    display: inline-block;
    height: 5.2em;
    margin: 1em 4.61538em 1em auto;
    position: relative;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all 150ms ease-in-out 0s;
    transition: all 150ms ease-in-out 0s;
    width: 4em;
}

.hex:before,
.hex:after {
    position: absolute;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    background: inherit;
    content: '';
}

.hex:before {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}

.hex:after {
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
}
.service-icon {
    background: #5d6b82 none repeat scroll 0 0;
    bottom: 12px;
    color: #fff;
    font-size: 24px;
    height: 60px;
    padding-top: 13px;
    position: absolute;
    right: 13px;
    text-align: center;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 34px;
    z-index: 1;
}

.service-icon::before,
.service-icon::after {
    background: #5d6b82 none repeat scroll 0 0;
    content: "";
    height: 100%;
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: -1;
}

.service-icon::before {
    bottom: 0;
    right: 0;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}

.service-icon::after {
    bottom: 0;
    right: 0;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

.service-icon i {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}

.service-details h4 {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-service:hover .service-details h4 {
    color: #f39c12;
}

.single-service:hover .service-icon,
.single-service:hover .service-icon::before,
.single-service:hover .service-icon::after {
    background: #f39c12 none repeat scroll 0 0;
}
.event-wrapper {
    margin-bottom: 30px;
}
.saker-news{
    background-color: #fff;
    padding: 8px;
}
.about-sub-title {
    width: 100%;
    text-align: justify;
}
.counter-area .counter1-box h2 {
    font-size: 50px;
}
.title-news-left-bold {
    font-size: 18px;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.content-box p {
    text-align: justify;
}
.registration-page-area .registration-details-area span input {
    margin-right: 10px;
    margin-left: 20px;
}
.registration-page-area .registration-details-area input {
    margin-bottom: 0px;
}
.course-details-inner ul.course-feature li {
    width: 50%;
    margin-right: 0;
}
.course-details-inner {
    padding: 20px 0px 0px;
}
.service-details p {
    text-align: justify;
}
.students-say-area .item-content {
    text-align: justify;
}
@media only screen and (max-width: 991px) {
    .course-details-inner ul.course-feature li {
        width: 100%;
    }
    .service-icon-hexagon {
        display: none;
    }
    .service-bottom-area-bg{
        background-image: none !important;
    }
    .service-bottom-area-bg::after {
        width: 100%;
    }
    .single-service {
        padding-left: 0;
    }
    .students-say-area .item-content {
        padding: 30px 30px 30px 30px;
        margin-top: 75px;
    }
}

.deg-input {
    width: 100px;
}

.deg-fld{
    width: 125px;
}

.container1 {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
 
.spn-load{
    position: absolute; 
    top: 40%; 
    left: 40%;
}
 