@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/IRANSans_Medium.ttf');
}

html,
body {
    font-size: 100%;
    font-family: IRANSans;
    background: #ffffff;
    margin: 0;
    overflow-x: hidden;
}

p,
ul li,
ol li {
    margin: 0;
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: IRANSans;
    margin: 0;
}

ul,
label {
    margin: 0;
    padding: 0;
}

body a:hover {
    text-decoration: none;
}

input[type="submit"],
input[type="reset"],
.mail_grid_left1,
.mail_grid_left2 a,
.services_grid_main,
.agileits_nav_right ul li a,
.banner_info_right ul li a,
.wthree_copy_right p a,
.agile_map_grid ul li a,
.agileits_footer_grid ul li a {
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.ltr {
    direction: ltr;
}


/*-- banner --*/

.slider,
.banner {
    position: relative;
    top: -104px;
}

.flexslider ul.slides li {
    position: relative;
}

.flex-caption {
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    line-height: 18px;
    position: absolute;
}

.flex-caption p {
    position: absolute;
    text-align: center;
    right: 0;
    left: 0;
    top: 41%;
    font-size: 34px;
    line-height: 1.3em;
    padding: 0 2em;
}

.flexslider img {
    width: 100%;
    height: 550px;
}

.flex-direction-nav a {
    top: 35%;
    background-color: #ce6b00
}

.flex-direction-nav .flex-next {
    background-color: #ce6b00
}

.banner1 {
    background: url(../images/banner-3.png) no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 450px;
    position: relative;
    background-attachment: fixed
}

.header {
    padding: 10px 0;
    z-index: 10;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.agile_banner_social {
    text-align: left;
}

.dropdown-menu .dropdown-submenu .show-left {
    top: -3px;
    right: 100%;
    left: auto;
    margin-right: -1px;
}


/*-- enls-banner-info-bottom --*/

.navbar-default .navbar-toggle {
    border-color: #ce6b00;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #ce6b00;
}

.enls-banner-info-bottom {
    background-color: #ce6b00;
    padding: 0;
    align-items: center;
    display: flex;
    height: 110px;
}

.banner-address-right {
    text-align: right;
    padding: 0;
}

.banner-address p {
    color: #FFFFFF;
    font-size: 15px;
    margin: 4px 0 0;
}

.banner-address p a {
    color: #FFFFFF;
    font-size: 15px;
    text-decoration: none;
}

.banner-address p a:hover {
    color: #fdc36f;
}

.banner-address i.fas.fa-map-marker,
.banner-address i.fas.fa-envelope,
.banner-address i.fas.fa-phone {
    color: #fdc36f;
    font-size: 1.2em;
    margin: 0 0 0 .5em;
}

.agile_banner_social ul li {
    display: inline-block;
}

.agileits_social_list li a {
    width: 30px;
    height: 30px;
    color: #fff;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    border: 1px solid #ffffff;
}

.agileits_social_list li a i {
    line-height: 1.4em;
}

.agileits_social_list li a:hover {
    color: #fff;
}

a.en_agile_facebook:hover {
    background: #3b5998;
    border-color: #3b5998;
}

a.agile_twitter:hover {
    background: #1da1f2;
    border-color: #1da1f2;
}

a.en_agile_dribble:hover {
    background: #ea4c89;
    border-color: #ea4c89;
}

a.en_agile_vimeo:hover {
    background: #1ab7ea;
    border-color: #1ab7ea;
}


/*-- //enls-banner-info-bottom --*/


/*-- nav --*/

.navbar-default {
    background: none;
    border: none;
}

.navbar {
    margin-bottom: 0;
    background: #FFF;
    top: -12px;
    padding: 18px 0 30px;
}

.navbar-brand {
    height: 170px;
    padding: 0;
    line-height: 45px;
    float: left;
    z-index: 10000;
    position: absolute;
    left: 0;
    top: -15px;
}

.gold-bg {
    background: #FDC36F;
    transition: all .5s ease-in-out;
}

.navbar-brand img {
    height: 100%;
}

.navbar-brand span {
    color: #ce6b00;
    display: inline-block;
}

.navbar-default .navbar-brand,
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #ce6b00;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #ce6b00;
    background: none;
}

.navbar-nav>li>a {
    padding: 14px 13px 0;
    font-weight: bold;
}

.navbar-default .navbar-nav>li>a {
    color: #212121;
}

.navbar-collapse {
    padding: 0;
    border-top: none;
    box-shadow: none;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border: none;
}

.navbar-left {
    float: none !important;
    margin-right: 0;
    margin-left: 0em;
}

.navbar-nav {
    margin: 0 0 0 10em;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #ce6b00;
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 24px;
}

.en_agile_login {
    float: left;
}

.en_agile_login a i {
    color: #fff;
    font-size: 1.5em;
    margin-top: 0.5em;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: #ce6b00;
    background-color: transparent;
}

.navbar-default .navbar-nav>.active.open>a {
    color: #ce6b00;
}

.agile_short_dropdown li a {
    padding: 8px 20px;
    color: #212121;
    text-align: center;
}

.agile_short_dropdown li a:before {
    content: '';
    display: none;
}


/* Effect 13: three circles */

.cl-effect-13 ul li a {
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
}


/*-- //nav --*/

.agileits_more {
    margin-top: 40px;
    text-align: center;
}

.agileits_more a {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    background: #d12e2e;
    padding: 12px 30px;
    border-radius: 4px;
}

.agileits_more a:focus {
    outline: none;
}

.agileits_more a:hover {
    background: #f73737;
}

.agileits_banner_info {
    margin: 12em 0 0;
    position: relative;
    padding: 4em 0;
    background: rgba(46, 45, 45, 0.55);
}

.agileits_banner_info_pos {
    margin-top: 10em;
    text-align: center;
}

.agileits_banner_info_pos1 h4 {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

.agileits_banner_info_pos ul li {
    display: inline-block;
    position: relative;
    font-size: 16px;
}

.agileits_banner_info_pos ul li label {
    position: absolute;
    top: 10px;
    width: 60px;
    height: 2px;
    background: #d12e2e;
    display: inline-block;
    margin-left: 6px;
}

.agileits_banner_info_pos ul li {
    padding: 0 6em 0 0;
}

.agileits_banner_info_pos ul li a {
    color: #fff;
    text-decoration: none;
}

.agileits_banner_info h3 {
    text-align: center;
    font-size: 2.5em;
    font-weight: bold;
    color: #ffffff;
}

.agileits_banner_info p {
    color: #ffffff;
    text-align: center;
    line-height: 28px;
    width: 63%;
    margin: 30px auto;
    font-size: 17px;
}

.thim-click-to-bottom {
    position: absolute;
    bottom: 7%;
    left: 50%;
    width: 40px;
    height: 40px;
    font-size: 40px;
    line-height: 40px;
    -webkit-animation: bounce 2s infinite ease-in-out;
}

.thim-click-to-bottom i {
    color: #fff;
    padding: 20px 10px;
    border: 1px solid;
    border-radius: 20px;
    font-size: 15px;
}

@-webkit-keyframes bounce {
    0%,
    20%,
    60%,
    100% {
        -ms-transform: translateY(0);
    }
    0%,
    20%,
    60%,
    100% {
        -o-transform: translateY(0);
    }
    0%,
    20%,
    60%,
    100% {
        -moz-transform: translateY(0);
    }
    0%,
    20%,
    60%,
    100% {
        -webkit-transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-20px);
    }
    80% {
        -webkit-transform: translateY(-10px);
    }
}


/*-- //banner --*/

span.border-modern-item-1 {
    position: absolute;
    top: -15%;
    border-left: 2px solid #d12e2e;
    border-top: 2px solid #d12e2e;
    width: 45px;
    height: 45px;
    left: 10%;
}

span.border-modern-item-2 {
    position: absolute;
    top: -15%;
    border-right: 2px solid #d12e2e;
    border-top: 2px solid #d12e2e;
    width: 45px;
    height: 45px;
    right: 10%;
}

span.border-modern-item-3 {
    position: absolute;
    bottom: 10%;
    border-left: 2px solid #d12e2e;
    border-bottom: 2px solid #d12e2e;
    width: 45px;
    height: 45px;
    left: 10%;
}

span.border-modern-item-4 {
    position: absolute;
    bottom: 10%;
    border-right: 2px solid #d12e2e;
    border-bottom: 2px solid #d12e2e;
    width: 45px;
    height: 45px;
    right: 10%;
}


/*-- //service --*/

.section {
    padding: 40px 0;
}

.title {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
}

.title h2::before,
.title h2::after {
    background: #ce6b00 none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
}

.title h2::before {
    bottom: -22px;
    width: 70px;
}

.title h2::after {
    bottom: -15px;
    width: 120px;
}

.feature-block {
    position: relative;
    margin-bottom: 50px;
}

.feature-block .inner-box {
    position: relative;
    padding-left: 100px;
    text-align: left;
}

.feature-left-block .inner-box {
    padding-right: 100px;
    padding-left: 0;
    text-align: right;
}

.feature-block .inner-box .icon-box {
    position: absolute;
    left: 5px;
    top: 5px;
    width: 60px;
    height: 60px;
    font-size: 24px;
    color: #ffffff;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    margin-bottom: 20px !important;
    background-color: #083034;
}

.feature-left-block .inner-box .icon-box {
    right: 5px;
}

.feature-block .inner-box .icon-box::before {
    position: absolute;
    content: '';
    right: -5px;
    top: -5px;
    bottom: -5px;
    left: -5px;
    border-radius: 50%;
    border: 1px dashed #083034;
}

.feature-block:nth-child(2) .icon-box {
    background-color: #2f0b51;
}

.feature-block:nth-child(2) .icon-box::before {
    border-color: #2f0b51;
}

.feature-block:nth-child(3) .icon-box {
    background-color: #6c233a;
}

.feature-block:nth-child(3) .icon-box::before {
    border-color: #d32e62;
}

.feature-block:nth-child(4) .icon-box {
    background-color: #6c233a;
}

.feature-block:nth-child(4) .icon-box::before {
    border-color: #6c233a;
}

.feature-block:nth-child(5) .icon-box {
    background-color: #2e98d3;
}

.feature-block:nth-child(5) .icon-box::before {
    border-color: #2e98d3;
}

.feature-block:nth-child(6) .icon-box {
    background-color: #d3972e;
}

.feature-block:nth-child(6) .icon-box::before {
    border-color: #d3972e;
}

.feature-block:nth-child(7) .icon-box {
    background-color: #d32ed1;
}

.feature-block:nth-child(7) .icon-box::before {
    border-color: #d32ed1;
}

.feature-block:nth-child(8) .icon-box::before {
    border-color: #236616;
}

.feature-block:nth-child(8) .icon-box {
    background-color: #236616;
}

.feature-block:nth-child(9) .icon-box::before {
    border-color: #8a3686;
}

.feature-block:nth-child(9) .icon-box {
    background-color: #8a3686;
}

.feature-text {
    color: #212121;
    font-size: 13px;
}

.feature-block .inner-box h3 {
    position: relative;
    font-size: 19px;
    padding-bottom: 10px;
}

.feature-img {
    position: relative;
    text-align: center;
    margin-top: -30px;
}


/*-- //service --*/


/*-- //news --*/

.news {
    box-shadow: 0px -9px 10px rgba(125, 147, 178, .15);
}

.news-box {
    background-color: #ce6b00;
    margin-bottom: 50px;
}

.news-img {
    overflow: hidden
}

.news-box:hover .news-img img {
    transform: scale(1.2);
    transition: transform cubic-bezier(.94, .18, .56, 1.13) .3s;
}

.news-content {
    padding: 69px 25px 0;
}

.news-date {
    float: right;
    width: 142px;
    min-height: 184px;
    background-color: #fff;
    position: relative;
    text-align: center;
    margin-left: 30px;
    overflow: hidden;
}

.news-date::after {
    content: "";
    width: 30px;
    min-height: 30px;
    background-color: #121517;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: rotate(-45deg) translateY(21px);
    -webkit-transform: rotate(-45deg) translateY(21px);
    -moz-transform: rotate(-45deg) translateY(21px);
    -ms-transform: rotate(-45deg) translateY(21px);
    -o-transform: rotate(-45deg) translateY(21px);
}

.news-date h2 {
    font-size: 60px;
    margin: 22px 0;
    padding-bottom: 22px;
    position: relative;
    font-weight: 800;
    text-align: center;
}

.news-date h2::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0px auto;
    height: 4px;
    width: 50px;
    background-color: #333;
}

.news-date h5 {
    color: #333;
    margin: 0;
    font-weight: bold;
}

.news-det {
    width: 59%;
    color: #fff;
    display: inline-block;
    line-height: 25px;
}

.news-det h4 {
    font-size: 18px;
    font-weight: bold;
    position: relative;
    padding-bottom: 24px;
}

.no-padding {
    padding: 0;
}

.btn {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 400;
    padding: 8px 30px;
    color: #fff;
    position: relative;
    margin-top: 30px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transition: all .1s cubic-bezier(.86, 0, .07, 1);
}

.btn:hover {
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    color: #fff;
}


/*-- //news --*/


/*-- //teachers --*/

.teachers {
    position: relative;
    box-shadow: 0px -9px 10px rgb(244, 205, 158);
}

.teachers-item {
    border: 1px solid #ddd;
    box-shadow: 0 8px 48px 0 rgba(0, 0, 0, 0.08);
    margin-top: 46px;
    overflow: hidden;
    position: relative;
}

.teachers-thumb {
    overflow: hidden;
    position: relative;
}

.teachers-thumb::after {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    transition: all .3s ease-in-out;
}

.teachers-item:hover .teachers-thumb::after {
    opacity: 1;
}

.teachers-item:hover img {
    transition: all .3s ease-in-out;
    transform: scale(1.1);
}

.teachers-details {
    background: #ce6b00 none repeat scroll 0 0;
    bottom: 0;
    height: auto;
    padding: 20px 0;
    right: 0;
    text-align: center;
    transition: all 0.5s ease 0s;
    width: 100%;
}

.teachers-details a {
    color: #fff;
    display: block;
}

.teachers-details span {
    color: #fff;
    font-size: 12px;
}


/*-- //teachers  --*/


/*-- //honors --*/

.honors {
    position: relative;
    box-shadow: 0px -9px 10px rgb(244, 205, 158);
    margin-bottom: 165px;
}

.honors::after {
    content: '';
    display: block;
    /*background: url(../images/musical-instruments-.png) bottom left no-repeat;*/
    width: 275px;
    height: 548px;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.honors-icon {
    background: #ce6b00;
    width: 50px;
    height: 50px;
    text-align: center;
    float: left;
    padding: 3px;
    font-size: 24px;
    color: #fff;
    margin-top: 33px;
    margin-left: 18px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    line-height: 50px;
}

.honors-icon::before {
    content: '';
    border: 2px solid #ce6b00;
    position: absolute;
    content: '';
    right: -5px;
    top: -5px;
    bottom: -5px;
    left: -5px;
}

.honors-icon i {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.honors-content {
    border: 2px solid #ce6b00;
    padding: 26px 16px;
    padding-left: 49px;
    margin-left: 42px;
    font-weight: 400;
}

.honors-content h3 {
    font-size: 18px;
    margin-bottom: 11px;
    line-height: 1.2;
    color: #0b0b0b;
}

.honors-content p {
    font-size: 14px;
    line-height: 1.6;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #ce6b00;
}

.owl-theme .owl-dots .owl-dot span {
    border-radius: 0px;
    width: 15px;
    height: 15px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


/*-- //honors --*/


/*-- //footer --*/

.footer {
    padding: 10px 0;
    display: block;
    position: relative;
    text-align: right;
    border-bottom: 1px solid #fdc36f;
    background: #ce6b00;
}

.footer li,
.footer p,
.footer a,
.footer h4,
.copyrights p {
    color: #fff;
    line-height: 2
}

.footer li:hover,
.footer a:hover {
    color: #fdc36f;
    transition: .3s ease-in;
}

.footer h4 {
    border-bottom: 1px solid #fdc36f;
    padding: 12px 12px 8px;
    margin-bottom: 15px;
}

.footer-logo img {
    width: 100%;
}

.copyrights {
    padding: 20px 0 10px;
    text-align: center;
    background: #ce6b00;
}


/*-- //pages --*/


/*-- //news --*/

.banner {
    background: url(../images/slide-1.jpg) no-repeat center center;
    background-size: cover;
    min-height: 450px;
    position: relative;
    background-attachment: fixed;
}


/*gallery*/

.gallery {
    position: relative;
}

.single-gallery {
    width: 25%;
    float: left;
    overflow: hidden;
    padding: 10px;
    border: 1px solid;
}

.single-gallery img {
    width: 100%;
    transition: all 1s ease 0s;
}

.single-gallery:hover img {
    transform: scale(1.2);
}

.single-gallery:hover .overlay {
    background-color: rgba(0, 0, 0, .5);
    z-index: 1000;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: all .5s ease 0s;
    padding: 10px;
}

#filters ul {
    margin-bottom: 35px;
}

#filters .button {
    border: 2px solid #212121;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    padding: 10px 25px;
    text-transform: uppercase;
    border-radius: 4px;
    margin-bottom: 12px;
    transition: all 0.5s ease 0s;
}

#filters .is-checked {
    background-color: #ce6b00;
    color: #fff;
}

.mfp-title,
.mfp-counter {
    font-size: 20px;
    padding-top: 5px;
}

.mfp-counter {
    font-weight: 600
}


/*-- //teacher details --*/

.teacher-logo {
    border: 2px solid #ce6b00;
    border-radius: 5px;
    margin-bottom: 30px;
    display: inline-block;
}

.teacher-logo span {
    background-color: #ce6b00;
    color: #fff;
    float: right;
    font-size: 36px;
    padding: 16px 23px;
    text-align: center;
}

.teacher-logo h3 {
    display: inline-block;
    line-height: normal;
    padding: 15px 50px 12px;
    font-size: 35px;
}

.teacher-des h4 {
    font-weight: normal;
    margin-bottom: 15px;
}

.teacher-des ul {
    margin: 0 0 20px;
}

.teacher-des ul li {
    display: inline-block;
    font-size: 16px;
    color: #666;
    font-weight: normal;
    margin-left: 21px;
}

.teacher-des ul li i {
    color: #ce6b00;
}

.teacher-des ul li a {
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    color: #666;
}

.teacher-des p {
    line-height: 1.7;
    margin-bottom: 12px;
}

.teacher-img,
.about-img {
    position: relative;
}

.teacher-img img,
.about-img img {
    width: 100%;
}

.teacher-img::after,
.about-img::after {
    content: "";
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    position: absolute;
    border: 1px solid #ce6b00;
}


/*-- //course --*/

.course-box {
    border: 1px solid #e2e2e2;
    margin-bottom: 30px;
}

.course-des {
    padding: 30px;
}

.course-des h5 {
    margin-bottom: 14px;
    font-size: 18px;
}

.course-bottom {
    padding: 10px 15px;
    background-color: #ce6b00;
    border-top: 1px solid #e2e2e2;
}

.course-teacher {
    display: inline-block;
    text-align: right;
}

.course-img {
    position: relative;
    box-shadow: 0px 3px 7px rgb(159, 175, 198);
}

.course-img::before {
    content: "";
    left: 10%;
    right: 10%;
    top: 10%;
    bottom: 10%;
    position: absolute;
    opacity: 0;
    background-color: #ce6b00;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.course-btn {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #fff !important;
    border: 1px solid #fff;
    display: inline-table;
    padding: 11px 20px 10px;
    opacity: 0;
    z-index: 1000;
    margin: 100px auto;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.course-box:hover .course-btn {
    opacity: 1
}

.course-box:hover .course-img::before {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.50;
}

.course-bottom img {
    width: 50px;
    height: 50px;
    float: right;
    margin-left: 11px;
}

.course-bottom span,
.course-bottom h5 {
    display: inline-block;
    margin-top: 10px;
    color: #fff;
}

.course-bottom h5 {
    float: left;
    line-height: 1.7;
}


/*-- //course details--*/

.course-features-info {
    margin-bottom: 20px;
    background: #212121;
    padding: 15px;
    min-height: 320px;
    color: #fff;
    border-radius: 4px;
}

.course-features-info h3 {
    text-align: center;
    font-size: 21px;
}

.course-info p {
    line-height: 1.8;
    color: #222;
    margin: 10px 0;
}

.course-features-info ul {
    padding: 0;
    margin: 12px;
}

.course-features-info ul li {
    display: block;
    overflow: hidden;
    padding: 13px 0;
}

.course-features-info ul li .label {
    padding-right: 10px;
}

.detail-img {
    margin-bottom: 55px;
}

.course-features-info ul li .value {
    padding-right: 4px;
}

.course-features-info ul li+li {
    border-top: 1px solid #ce6b00;
}

.course-features-info ul li i {
    color: #fd890a;
}

.desc-title {
    padding-bottom: 15px;
    position: relative;
}

.desc-title::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 3px;
    width: 100px;
    background: #ff3115;
}

.detail-img img {
    margin: 0 auto;
}


/*-- //about --*/

.about-img {
    margin-bottom: 20px;
}

.about-us {
    line-height: 1.8;
}

.about-us p {
    margin: 20px 0;
}

.about-service {
    margin-top: 30px;
}


/*-- contact --*/

.contact-form {
    margin-bottom: 25px;
}

.contact input[type="text"],
.contact input[type="email"] {
    width: 47.7%;
    color: #999;
    background: none;
    outline: none;
    font-size: 1em;
    padding: .7em 1em;
    margin-bottom: 1.5em;
    border: solid 1px #ccc;
    -webkit-appearance: none;
    float: right;
}

.contact input.email {
    float: left;
}

.contact textarea {
    resize: none;
    width: 100%;
    background: none;
    color: #999;
    font-size: 1em;
    outline: none;
    padding: .6em .8em;
    border: solid 1px #ccc;
    min-height: 12em;
    -webkit-appearance: none;
}

.contact input[type="submit"] {
    outline: none;
    color: #fff;
    padding: 0.6em 4em;
    font-size: 1em;
    margin: 1em 0 0 0;
    -webkit-appearance: none;
    background: #CE6B00;
    border: 2px solid #CE6B00;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
}

.contact input[type="submit"]:hover {
    background: none;
    color: #CE6B00;
}

.contact::-webkit-input-placeholder {
    color: #999 !important;
}

.contact:-moz-placeholder {
    /* Firefox 18- */
    color: #999 !important;
}

.contact::-moz-placeholder {
    /* Firefox 19+ */
    color: #999 !important;
}

.contact:-ms-input-placeholder {
    color: #999 !important;
}

.contact-right h4 {
    font-size: 1.5em;
    color: #ce6b00;
    line-height: 1.6em;
}

.contact-right.wthree {
    padding-left: 3em;
}

.contact-text p {
    margin-top: 1em;
    text-align: right;
}

.contact-text i {
    color: #ce6b00;
    padding-left: 7px;
}

.contact-text p a {
    color: #CE6B00;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
}

.contact-text p a:hover {
    color: #999;
}

.contact-text p i.fas {
    margin-right: 5px;
}

.map iframe {
    width: 100%;
    min-height: 400px;
    border: none;
}

.contact.agileits {
    padding: 5em 0;
}

.contact-agileinfo {
    margin-top: 4em;
}


/*-- //responsive --*/

@media (max-width: 1200px) {
    .slider,
    .banner {
        top: -136px;
    }
    .navbar {
        top: -10px;
    }
}

@media (max-width: 991px) {
    .navbar-brand {
        font-size: 1em;
        line-height: 35px;
    }
    .banner-address-right {
        float: right;
        margin-left: 22px;
    }
    .agile_banner_social {
        float: left;
        padding: 0;
    }
    .navbar-nav>li>a {
        padding: 14px 6px 0;
    }
    .teacher-des ul li {
        margin-left: 10px;
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .header {
        background: #f8b85d;
    }
    .navbar-nav {
        margin: 0 0 0 0em;
        text-align: center;
    }
    .navbar {
        background: transparent;
        padding: 0 0 0;
    }
    .navbar,
    .slider,
    .banner {
        top: 0;
    }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        background: #ce6b00;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a,
    .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.open>a,
    .navbar-default .navbar-nav>.open>a:hover,
    .navbar-default .navbar-nav>.open>a:focus .navbar-default .navbar-nav>.active>a:hover,
    .navbar-default .navbar-nav>.active>a:focus {
        color: #fff !important;
    }
    .navbar-default .navbar-nav>li>a:hover,
    .navbar-default .navbar-nav>li>a:focus,
    .navbar-default .navbar-nav>li>a:active,
    .navbar-default .navbar-nav>.open>a,
    .navbar-default .navbar-nav>.open>a:hover {
        color: #fff;
    }
    .feature-block .inner-box {
        padding-left: 0px;
        text-align: center;
        padding-right: 0;
    }
    .feature-block .inner-box .icon-box {
        position: relative;
        left: auto;
        top: 0px;
        margin: 0 auto;
    }
    .pull-right,
    .pull-left {
        float: none !important
    }
    .footer li {
        margin-right: 20px;
    }
    .news-content {
        padding: 43px 25px 0;
    }
    .news-date {
        margin-bottom: 26px;
    }
    .news-det {
        width: 100%
    }
    .teacher-details {
        text-align: center;
    }
    .teacher-logo h3 {
        font-size: 23px;
    }
}

@media (max-width: 736px) {
    .banner-address-right {
        margin-left: 18px;
    }
    .navbar {
        min-height: 35px;
    }
    .navbar-brand {
        line-height: 39px;
    }
    .flex-caption p {
        font-size: 23px;
    }
}

@media (max-width: 480px) {
    .flex-caption p {
        font-size: 17px;
    }
    .teacher-logo h3 {
        padding: 23px 25px 12px;
    }
    .teacher-logo span {
        padding: 11px 12px;
    }
}