body {
	font-family: 'Proxima Nova';
}

.mg-top-5 {
    margin-top: 5px;
}

.mg-top-20 {
    margin-top: 20px;
}

.bg-grey {
    background-color: #ededee;
}

.bg-whgrey {
    background-color: #e5e5e6;
}

.services-list {
    overflow: hidden;
}
.text-img-list-fix {
    opacity: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 100%;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}
.divImg img {
    max-width: 122px;
    cursor: pointer;
    margin-bottom: 20px;
    border-radius: 50%;
    transition: all 300ms ease 0s;
    border: 0 solid;
}

.divImg img:hover {
    box-shadow: 0 0px 5px 5px #ccc;
    opacity: 0.7;
}

.item-services {
    width: 20%;
    margin-bottom: 20px;
}

.divTitle {
    min-height: 70px;
}

.services-list div.title {
    text-transform: uppercase;
}

.item-services-content {
    background-repeat: no-repeat;
    background-position: 80% 10%;
    left: 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 20px 100px;
    color: #fff;
    z-index: 10;
    top: 0;
}

.close-content-item {
    background: url("../images/close.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    font-size: 0;
    height: 37px;
    position: absolute;
    right: 5%;
    width: 37px;
}

#services-list {
    position: relative;
    overflow: hidden;
    padding-bottom: 50px;
    background-color: #ededee;
}

.col-md-12.text-center.divTitle {
    font-weight: bolder;
    text-shadow: 1px 0 0;
}

.text-while {
    color: #fff;
}
.text-lineon{
    overflow: hidden;
    text-align: center;
}
.text-lineon:before,
.text-lineon:after {
    background-color: #c6c6c6;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}

.text-lineon:before {
    right: 0.5em;
    margin-left: -50%;
}
.text-lineon:after {
    left: 0.5em;
    margin-right: -50%;
}

.h-bg-while:hover {
    background-color: #fff;
}

.h-bg-lblue:hover {
    background-color: #164060;
}

.action:hover .h-text-red {
    color: #EE3D3D;
}

.text-darkgray {
    color: #7F7F7F;
}

.text-gray {
    color: #5d5d5d;
}

.text-dimgray {
    color: #424242;
}

.h-text-red:hover {
    color: #EE3D3D;
}

.transition-true {
    transition: all 0.7s ease-in-out 0s;
    -webkit-transition: all 0.7s ease-in-out 0s;
}

.btn-home-style.custom {
    border: 0;
    background-color: #ee3d3d;
}

.btn-home-style.custom:hover {
    color: #ee3d3d;
    background-color: #fff;
}

.banner-extra-desc .btn-home-style {
    background-color: #ee3d3d;
    color: #fff;
    border: 0 !important;
}

.banner-extra-desc .btn-home-style:hover {
    color: #ee3d3d;
    background-color: #fff;
    border: 0 !important;
}

.section-ba-banner .banner-desc{
    margin-top: 200px;
    margin-left: 120px;
}

.page-template-new-home .banner-desc{
    margin-top: 0;
    bottom: 90px;
    position: absolute;
    width: 100%;
}
.page-template-new-home .banner-desc.pull-left{
    left: 0;
}
.page-template-new-home .banner-desc.pull-right{
    right: 0;
}
.page-template-new-home .banner-desc.pull-right .desc{
    float: right;
}

#faqPage .panel .panel-heading {
    padding: 0;
}

#faqPage .panel .panel-heading a {
    display: block;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    padding: 10px 15px;
}

#faqPage .panel .panel-heading a:hover span {
    color: #fff;
}

.row-title h1 {
    font-weight: 800;
}

.new-page .row-title h1 {
    font-weight: 600;
}

.page-template-program .show-extra-desc span,
.page-template-funnel .show-extra-desc span {
    color: #fff;
}

.page-template-program .show-extra-desc,
.page-template-funnel .show-extra-desc {
    background-color: #ee3d3d;
    transition: all 0.7s ease-in-out 0s;
    -webkit-transition: all 0.7s ease-in-out 0s;
}

.page-template-program .show-extra-desc:hover span,
.page-template-funnel .show-extra-desc:hover span {
    color: #ee3d3d;
}

.page-template-program .show-extra-desc:hover,
.page-template-funnel .show-extra-desc:hover {
    background-color: #fff;
}

.home-blog > div {
    padding-bottom: 60px;
}

.home-blog > div > figure {
    height: 100%;
    position: relative;
}

.home-blog .btn-readmore {
    position: absolute;
    bottom: 0;
}

/* fix images*/
a.real_log{
    top: 0px;
}

.real_log img {
    max-width: 353px;
}

.text-box-dream img {
    max-width: 240px;
}

.img-retina {
    max-width: 140px !important;
}

.icon_list_item img {
    max-width: 74px;
}

.funel-icon img {
    max-width: 300px;
    margin-top: 15px;
}

.home-testimonials-index {
    background-image: url("../images/home-testimonials-index.jpg");
    background-size: cover;
    color: #fff;
    font-weight: 100;
}

.new-page .home-testimonials-index {
    background-image: none;
}

.home-testimonials-index .media {
    color: #fff;
}

.testimonials-display-image {
    margin: 0 40px;
}

.the_content_home_testimonials {
    font-weight: 100;
    font-size: 21px;
    line-height: 36px;
}

.new-page .the-content-testimonials {
    /*line-height: 27px;*/
    font-weight: 300;
}

.new-page .alt-testimonials .owl-stage-outer {
    border-bottom: 1px solid #ABABAB;
}


.alt-testimonials .owl-dot span {
    background-color: #fff;
    display: inline-block;
    height: 10px;
    width: 10px;
    border-radius: 50%;
}

.new-page .alt-testimonials .owl-dot span {
    border-radius: 0;
    color: #144160;
    background-color: transparent;
    font-weight: 800;
    font-size: 25px;
    width: 20px;
    height: 25px;
}

.new-page .alt-testimonials .owl-dot span:before {
    content: "\f096";
    font-family: FontAwesome;
}

.alt-testimonials .owl-dot {
    display: inline;
    margin: 0 15px;
}

.new-page .alt-testimonials .owl-dot {
    margin: 0 5px;
}

.alt-testimonials .owl-controls {
    float: right;
    margin-top: 20px;
    text-align: center;
    width: 75%;
}

.new-page .alt-testimonials .owl-controls {
    float: none;
    margin: 20px auto 0;
}

.alt-testimonials .owl-dot.active span {
    background-color: #ee3d3d;
}

.new-page .alt-testimonials .owl-dot.active span {
    background-color: transparent;
    color: #144160;
}

.new-page .alt-testimonials .owl-dot.active span:before {
    content: "\f0c8";
    font-family: FontAwesome;
}

.home-testimonials-index > div {
    background-image: url("../images/ynsdfsh1249.png");
    background-repeat: no-repeat;
    background-position: 20px 50px;
}

#banner .owl-prev {
    background-image: url("../images/croll-left.png");
    display: inline-block !important;
    font-size: 0;
    height: 54px;
    left: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 53px;
}

#banner .owl-next {
    background-image: url("../images/croll-right.png");
    display: inline-block !important;
    font-size: 0;
    height: 54px;
    right: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 53px;
}

#faqPage .panel .panel .panel-heading::before {
    content: "";
}

#blog-container .blog-item > img {
    display: none;
}

.row-academic-council {
    position: relative;
    margin: 0 15px;
    overflow: hidden;
}
.box-council > a {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.bg-dred {
	background-color: #CC3333
}

.circle { 
   width: 27px;
   height: 27px;
   -moz-border-radius: 50%; 
   -webkit-border-radius: 50%;
   border-radius: 50%;
}

.dropdown-icon-dred,
.dropdown-icon {
    position:relative;
    display:block;
    height:20px;/*height should be double border*/
}
.dropdown-icon-dred:before,
.dropdown-icon-dred:after,
.dropdown-icon:before,
.dropdown-icon:after{
    position:absolute;
    display:block;
    content:"";
    border:10px solid transparent;/*adjust size*/
}
/*Change four 'top' values below to rotate (top/right/bottom/left)*/
.dropdown-icon-dred:before,
.dropdown-icon:before{
    top:0;
    border-top-color:#fff;/*Chevron Color*/
}
.dropdown-icon:after{
    top:-4px;/*adjust thickness*/
    border-top-color:#EE3D3D;/*Match background colour*/
}
.dropdown-icon-dred:after{
    top:-4px;/*adjust thickness*/
    border-top-color:#CC3333;/*Match background colour*/
}

.home-banner-container {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 30%;
}

.home-program-container {
	margin-right: auto;
    margin-left: auto;
    width: 80%;
}

.home-program-title a {
	color: #CC3333;
	font-size: xx-large; 
	font-weight: bold;
}

.home-program-title a:hover {
	color: #337ab7;
	text-decoration: none;
	transition: .7s all ease-in-out;
	-moz-transition: .7s all ease-in-out;
	-webkit-transition: .7s all ease-in-out;
}

.home-banner-text {
    height: 100%;
    width: 100%;
}

.program-desc {
    padding: 10px 20px;
    background: rgba(0, 51, 102, 0.9);
	height: 6em;
	text-align: justify;
}
@media screen and (max-width: 1200px) {
	.program-desc {
		height: 7em;
	}
}
@media screen and (max-width: 1000px) {
	.program-desc {
		height: 9em;
	}
}
@media screen and (max-width: 800px) {
	.program-desc {
		height: 100%;
	}
}

.council-name {
    position: absolute;
    left: 0;
    top: auto;
    bottom: 0;
    padding: 15px;
    background: rgba(220, 61, 61, .85);
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    width: 100%;
    overflow: hidden;
}

.box-council:hover .council-name {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.council-content {
    position: relative;
}

.item-council-content {
    position: absolute;
}

.council-full-info,
.program-full-info {
    max-height: 60%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    margin-right: 60px;
    position: absolute;
    top: 50%;
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform:  translateY(-50%);
    transform: translateY(-50%);
}


.title-consult {
    display: inline-block;
    background: url("../images/bg-consult-text.png") no-repeat top left;
    background-size: 100% 100%;
    padding: 5px 0;
    min-width: 992px;
}

.title-consult > h1 {
    margin: 5px 10px;
}

.box-consult {
    padding-bottom: 30px;
}

.box-consult .num-step {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    background: #de3d3d;
    border-radius: 50%;
    margin: 10px 0;
}

.box-consult .caption {
    padding: 0 30px;
}

.section-home-benefit .box-benefit:nth-child(2n+1) {
    border-right: 1px dotted #164060;
}

.section-home-benefit .box-benefit:nth-child(-n+2) {
    border-bottom: 1px dotted #164060;
}

.section-home-benefit .box-benefit {
    padding: 0;
}
.section-home-benefit .box-benefit-content {
    min-height: 500px;
    /*height: 100%;*/
    /*padding: 0;*/
    position: relative;
}
.section-home-benefit .box-benefit-content .text-box-content {
    padding: 0 115px;
}

.section-home-benefit .flip-container .panel-flip {
    min-height: inherit;
    height: inherit;
}


.section-ba-home-programs .box-program {
    padding-bottom: 30px;
}

.section-ba-home-programs .box-program-content {
    min-height: 245px;
    position: relative;
}

.section-ba-home-programs .box-program-content .text-box-content {
    padding: 0 15px;
}

.section-ba-home-programs .program-title {
    max-width: 250px;
    min-height: 66px;
    margin: 20px auto;
}

.section-home-education-dreams .box-dream {
    padding-bottom: 30px;
}

.section-home-education-dreams .box-dream-content {
    min-height: 370px;
    position: relative;
}

.section-home-education-dreams .box-dream-content .text-box-content {
    padding: 0 15px;
}

.section-home-education-dreams .program-title {
    max-width: 250px;
    min-height: 66px;
    margin: 20px auto;
}

.box-hover-display {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 2;
    opacity: 0;
    top: 0;
    left: 0;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
}

.box-hover:hover .box-hover-display {
    opacity: 1;
}

/** FLIPPING **/
/*.panel-flip {
    position: relative;
    min-height: inherit;
    height: inherit;
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
}

.panel-flip .front {
    !*height: inherit;*!
    !*position: absolute;*!
    min-height: inherit;
    height: inherit;
    position: relative;
    top: 0;
    z-index: 900;
    text-align: center;
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform: rotateX(0deg) rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.panel-flip .back {
    !*height: inherit;*!
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.panel-flip:hover .front {
    z-index: 900;
    -o-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.panel-flip:hover .back {
    z-index: 1000;
    -o-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform: rotateX(0deg) rotateY(0deg);
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    transform: rotateX(0deg) rotateY(0deg);
}

.panel-flip .front > .content-front,
.panel-flip .back > .content-back {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}

.panel-flip .text-box-content {
    min-height: 100%;
    padding: 50px 30px;
}*/

/****/

.section-program-watchword .program-icon {
    max-width: 100%;
}

.row-education-dream-content .content-program-item {
    padding-bottom: 30px;
}

.row-education-dream-content > .content-program-item ul,
.row-education-dream-content-more  .content-program-item ul {
    list-style: disc inside none;
    padding-left: 40px;
    text-align: left;
}

.section-education-dreams-content-more .content-program-item > div {
    min-height: 380px;
    height: 100%;
}

.row-education-dream-content-more {
    margin: 0 15px;
    position: relative;
    overflow: hidden;
}

.row-education-dream-content-more > div h3 {
    margin: 0;
    padding: 0;
}

.row-education-dream-content-more > div:nth-of-type(4n+3) h3,
.row-education-dream-content-more > div:nth-of-type(4n) h3 {
    color: #e83d3d;
}

.row-education-dream-content-more > div:nth-of-type(4n+1) h3,
.row-education-dream-content-more > div:nth-of-type(4n+2) h3 {
    color: #173a65;
}

.row-education-dream-content-more .text-box-content {
    padding: 15px;
    height: 100%;
    overflow-y: hidden;
}
.row-education-dream-content-more .content-program-item {
    height: 100%;

}
.program-short-info {
    height: 100%;

}

/******* Modal *******/
.modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 40;
    -moz-transition: opacity 0.25s ease 0s, visibility 0.35s linear;
    -o-transition: opacity 0.25s ease 0s, visibility 0.35s linear;
    -webkit-transition: opacity 0.25s ease, visibility 0.35s linear;
    -webkit-transition-delay: 0s, 0s;
    transition: opacity 0.25s ease 0s, visibility 0.35s linear;
}
.modal-overlay.state-show {
    opacity: .7;
    visibility: visible;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -moz-transition-duration: 0.2s, 0s;
    -o-transition-duration: 0.2s, 0s;
    -webkit-transition-duration: 0.2s, 0s;
    transition-duration: 0.2s, 0s;
}

.modal-frame {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 50;
    /*     display: table; */
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -moz-box-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    width: 100%;
    visibility: hidden;
}
.modal-frame.state-appear {
    visibility: visible;
}
.modal-frame.state-appear .modal-inset {
    -moz-animation: modalComeIn 0.25s ease;
    -webkit-animation: modalComeIn 0.25s ease;
    animation: modalComeIn 0.25s ease;
    visibility: visible;
    /* to keep @ final state */
}
.modal-frame.state-appear .modal-body {
    opacity: 1;
    -moz-transform: translateY(0) scale(1, 1);
    -ms-transform: translateY(0) scale(1, 1);
    -webkit-transform: translateY(0) scale(1, 1);
    transform: translateY(0) scale(1, 1);
}
.modal-frame.state-leave {
    visibility: visible;
}
.modal-frame.state-leave .modal-inset {
    -moz-animation: modalHeadOut 0.35s ease 0.1s;
    -webkit-animation: modalHeadOut 0.35s ease 0.1s;
    animation: modalHeadOut 0.35s ease 0.1s;
    visibility: visible;
}
.modal-frame.state-leave .modal-body {
    opacity: 0;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -moz-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -moz-transform: translateY(25px);
    -ms-transform: translateY(25px);
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
}

@-moz-document url-prefix() {
    .modal-frame {
        height: calc(100% - 55px);
    }
}
.modal-box {
    display: block;
    vertical-align: middle;
}

.modal-inset {
    position: relative;
    padding: 60px;
    background-color: white;
    min-width: 320px;
    min-height: 126px;
    margin: auto;
    visibility: hidden;
    -moz-box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.modal-inset .close-modal-item {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 10px;
    opacity: .4;
    z-index: 99;
}
.modal-inset .close-modal-item:hover {
    opacity: 1;
}

.modal-body {
    margin: auto;
    opacity: 0;
    -moz-transform: translateY(0) scale(0.8, 0.8);
    -ms-transform: translateY(0) scale(0.8, 0.8);
    -webkit-transform: translateY(0) scale(0.8, 0.8);
    transform: translateY(0) scale(0.8, 0.8);
    -moz-transition-property: opacity, -moz-transform;
    -o-transition-property: opacity, -o-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.modal-body h3 {
    font-weight: 700;
    padding-bottom: 22px;
    display: block;
    color: #F2594B;
    text-align: center;
}
.modal-body p {
    padding-bottom: 20px;
}
.modal-body .ps {
    font-size: 12px;
    opacity: .3;
}

@-webkit-keyframes modalComeIn {
    0% {
        visibility: hidden;
        opacity: 0;
        -moz-transform: scale(0.8, 0.8);
        -ms-transform: scale(0.8, 0.8);
        -webkit-transform: scale(0.8, 0.8);
        transform: scale(0.8, 0.8);
    }
    65.5% {
        -moz-transform: scale(1.03, 1.03);
        -ms-transform: scale(1.03, 1.03);
        -webkit-transform: scale(1.03, 1.03);
        transform: scale(1.03, 1.03);
    }
    100% {
        visibility: visible;
        opacity: 1;
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}
@-moz-keyframes modalComeIn {
    0% {
        visibility: hidden;
        opacity: 0;
        -moz-transform: scale(0.8, 0.8);
        -ms-transform: scale(0.8, 0.8);
        -webkit-transform: scale(0.8, 0.8);
        transform: scale(0.8, 0.8);
    }
    65.5% {
        -moz-transform: scale(1.03, 1.03);
        -ms-transform: scale(1.03, 1.03);
        -webkit-transform: scale(1.03, 1.03);
        transform: scale(1.03, 1.03);
    }
    100% {
        visibility: visible;
        opacity: 1;
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}
@keyframes modalComeIn {
    0% {
        visibility: hidden;
        opacity: 0;
        -moz-transform: scale(0.8, 0.8);
        -ms-transform: scale(0.8, 0.8);
        -webkit-transform: scale(0.8, 0.8);
        transform: scale(0.8, 0.8);
    }
    65.5% {
        -moz-transform: scale(1.03, 1.03);
        -ms-transform: scale(1.03, 1.03);
        -webkit-transform: scale(1.03, 1.03);
        transform: scale(1.03, 1.03);
    }
    100% {
        visibility: visible;
        opacity: 1;
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}
@-webkit-keyframes modalHeadOut {
    0% {
        visibility: visible;
        opacity: 1;
        -moz-transform: translateY(0) scale(1, 1);
        -ms-transform: translateY(0) scale(1, 1);
        -webkit-transform: translateY(0) scale(1, 1);
        transform: translateY(0) scale(1, 1);
    }
    100% {
        visibility: hidden;
        opacity: 0;
        -moz-transform: translateY(35px) scale(0.97, 0.97);
        -ms-transform: translateY(35px) scale(0.97, 0.97);
        -webkit-transform: translateY(35px) scale(0.97, 0.97);
        transform: translateY(35px) scale(0.97, 0.97);
    }
}
@-moz-keyframes modalHeadOut {
    0% {
        visibility: visible;
        opacity: 1;
        -moz-transform: translateY(0) scale(1, 1);
        -ms-transform: translateY(0) scale(1, 1);
        -webkit-transform: translateY(0) scale(1, 1);
        transform: translateY(0) scale(1, 1);
    }
    100% {
        visibility: hidden;
        opacity: 0;
        -moz-transform: translateY(35px) scale(0.97, 0.97);
        -ms-transform: translateY(35px) scale(0.97, 0.97);
        -webkit-transform: translateY(35px) scale(0.97, 0.97);
        transform: translateY(35px) scale(0.97, 0.97);
    }
}
@keyframes modalHeadOut {
    0% {
        visibility: visible;
        opacity: 1;
        -moz-transform: translateY(0) scale(1, 1);
        -ms-transform: translateY(0) scale(1, 1);
        -webkit-transform: translateY(0) scale(1, 1);
        transform: translateY(0) scale(1, 1);
    }
    100% {
        visibility: hidden;
        opacity: 0;
        -moz-transform: translateY(35px) scale(0.97, 0.97);
        -ms-transform: translateY(35px) scale(0.97, 0.97);
        -webkit-transform: translateY(35px) scale(0.97, 0.97);
        transform: translateY(35px) scale(0.97, 0.97);
    }
}
/***************/

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    #header .col-md-8 {
        width: 100%;
    }

    #mainMenu ul {
        float: none;
        text-align: left;
    }

    .text-box-dream > div {
        min-height: 450px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .fs-63 {
        font-size: 50px;
    }
    #mainMenu ul {
        float: none;
        padding-top: 70px;
        text-align: left;
    }

    .home-testimonials-index > div {
        background: none;
    }

    .home-testimonials-index .owl-controls {
        width: 100%;
    }

    .home-testimonials-index .owl-dot {
        display: inline;
        margin: 0 10px;
    }

    .home-testimonials-index {
        background-position: right top;
    }

    .box-council {
        padding-bottom: 30px;
    }


}

@media only screen and (max-width: 992px) {
    .council-name {
         -webkit-transform: none;
         transform: none;
    }
}

@media only screen and (max-width: 768px) {
    .fs-130 {
        font-size: 80px;
    }
    .fs-63 {
        font-size: 30px;
    }
    .lh-130 {
        line-height: 80px;
    }
    .item-services {
        width: auto;
    }

    #footer .subcribe-form input {
        width: 50%;
    }

    #footer .subcribe-form .submit {
        border: 0 none;
        left: -1px;
        line-height: 36px;
        position: relative;
        top: -47px;
        width: 50%;
        min-height: 36px;
    }

    .subcribe-form {
        margin-bottom: 25px;
    }

    #banner .banner-desc .desc, .banner-section .banner-desc .desc {
        height: auto;
        padding-bottom: 10px;
        padding-top: 20px !important;
    }

    .text-box-dream h3 {
        font-size: 20px;
        margin-top: 10px;
    }

    a.btn-learnmore {
        margin-top: 10px;
    }

    #process_step_number ul.process_step_number > li.hover_next {
        background: none !important;
    }

    .about-title > h3 {
        padding-bottom: 10px;
    }

    #leadership-accoding h3 {
        margin-top: 20px;
    }

    .item-services-content {
        padding: 20px !important;
    }

    .page-template-program .btn-home-style.bg-red,
    .page-template-funnel .btn-home-style.bg-red {
        font-size: 15px;
    }

    .blog-category.fr {
        float: left;
    }

    #faqPage .container #accordion {
        min-height: 400px;
    }

    #leadership-accoding {
        padding-top: 20px;
    }

    #leadership-accoding h3 {
        margin-top: 30px !important;
    }

    .home-testimonials-index > div {
        background: none;
    }

    .home-testimonials-index .owl-controls {
        width: 100%;
    }

    .home-testimonials-index .owl-dot {
        display: inline;
        margin: 0 10px;
    }

    .home-testimonials-index {
        background-image: url("../images/m-home-testimonials-index.jpg");
        background-size: cover;
    }

    #banner .owl-prev, #banner .owl-next {
        display: none !important;
    }

    .home-blog > div {
        padding-bottom: 30px;
    }

    .home-blog .btn-readmore {
        position: relative;
    }

    .box-council {
        padding-bottom: 30px;
    }
    .council-content {
        display: inline-block;
    }
    .title-consult {
        background: none;
        display: block;
        min-width: 100%;
    }

    .section-home-benefit .box-benefit:nth-child(2n+1) {
        border-right: none;
    }

    .section-home-benefit .box-benefit:nth-child(-n+3) {
        border-bottom: none;
    }

    .section-home-education-dreams .box-dream-content,
    .section-home-benefit .box-benefit-content {
        min-height: 200px;
    }

    .modal-frame {
        -webkit-align-items: flex-start;
        align-items: flex-start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }

    .modal-frame.state-appear {
        position: fixed;
        width: 100%;
        height: 100%;
    }

    .modal-inset {
        height: 100%;
    }
    .modal-body {
        height: 100%;
    }
    .modal-body > .row {
        height: 100%;
    }
    .modal-body > .row > div:nth-child(1) {
        height: 40%;
    }
    .modal-body > .row > div:nth-child(1) > img{
        max-height: 100%;
        margin: 0 auto;
    }
    .modal-body > .row > div:nth-child(2) {
        height: 60%;
        overflow: hidden;
        padding: 30px 30px;
    }
    .council-full-info,
    .program-full-info {
        top: 0;
        height: 100%;
        margin-right: 0;
        max-height: 100%;
        -o-transform: none;
         -webkit-transform: none;
        -ms-transform: none;
         transform: none;
        position: relative;
    }

    .program-icon img {
        margin: 0 auto;
    }

    .section-education-dreams-content-more .program-short-info {
        padding: 30px 15px 15px 0;
        height: 100%;
    }

    .section-education-dreams-content-more .program-short-info > h3 {
        font-size: 70px;
        line-height: 70px;
    }

    .section-education-dreams-content-more .content-program-item > div {
        min-height: 200px;
    }

    .row-education-dream-content-more > .content-program-item {
        padding-top: 30px;
    }
    .row-education-dream-content-more  .modal-body > .row > div:nth-child(1) {
        height: 100%;
    }
    .row-education-dream-content-more  .modal-body > .row > div:nth-child(2) {
        height: 100%;
    }

    .row-education-dream-content-more .content-program-item {
        /*height: 100% !important;*/

    }
}

@media only screen and (max-width: 480px){
    .section-home-benefit .box-benefit-content .text-box-content {
        padding: 0 40px;
    }

    .row-education-dream-content-more  .modal-body > .row > div:nth-child(1) {
        height: 50%;
    }
    .row-education-dream-content-more  .modal-body > .row > div:nth-child(2) {
        height: 50%;
    }
}