@charset "utf-8";

/* CSS Document */


/****  RESET  ****/

body {
    font-size: 15px;
    line-height: 28px;
    color: #2c221c;
    font-family: 'Montserrat', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

h1 {
    font-size: 50px;
    letter-spacing: 3.2px;
    font-family: "Playfair Display";
    margin-bottom: 20px;
}

h3 {
    font-family: "Playfair Display";
    color: #fff;
    font-size: 30px;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transition: all 400ms;
    -webkit-transition: all 400ms;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a,
a:hover,
a:focus {
    outline: none;
    text-decoration: none;
    transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -webkit-transition: all 400ms;
}

header,
section,
footer {
    float: left;
    width: 100%;
    position: relative;
}

.owl-buttons img {
    opacity: .6;
    transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -webkit-transition: all 400ms;
}

.owl-carousel:hover .owl-buttons img {
    opacity: 1;
    transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -webkit-transition: all 400ms;
}


/* Reset ends */


/****  BODY  ****/

body.undo img.act {
    display: none;
    transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -webkit-transition: all 400ms;
}

body.undo img.hvr {
    display: block !important;
    transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -webkit-transition: all 400ms;
}

body.change img.act {
    display: none;
    transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -webkit-transition: all 400ms;
}

body.change img.hvr {
    display: block !important;
    transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -webkit-transition: all 400ms;
}

body.undo .selector {
    display: none;
}

body.change #toggle {
    display: none;
}

body.undo a#myButton,
body.change a#myButton {
    z-index: 0;
}


/* Body ends */


/****  PRELOADER  ****/

.preloader {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    background-color: #fff;
    z-index: 99999999;
}

.sk-folding-cube {
    margin: auto;
    width: 40px;
    height: 40px;
    position: absolute;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}

.sk-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2c53a5;
    -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
    animation: sk-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {
    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

@keyframes sk-foldCubeAngle {
    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}


/* Preloader ends */


/****  HEADER  ****/

header .logo {
    width: auto;
    float: left;
    text-align: center;
    position: relative;
    transition: all 500ms;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    margin-left: 50px;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background-color: transparent;
    transition: all 500ms;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
}

header .logo a {
    display: inline-block;
    position: relative;
    float: left;
    z-index: 9999;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

header .logo a img.hvr {
    display: none;
}

header.smaller .logo a img.hvr {
    display: block;
}

header.smaller .logo a img.act {
    display: none;
}

header.smaller .button_container {
    top: 0;
    transition: all 400ms;
    -webkit-transition: all 400ms;
}

header.smaller .selector {
    top: 0;
    transition: all 400ms;
    -webkit-transition: all 400ms;
    padding: 40px 43px;
}

header.smaller {
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .13);
}

header.smaller .logo a {
    float: left;
}

header.smaller .logo a svg {
    width: 200px;
}

header.smaller .logo a svg .cls-2 {
    fill: #0d1226;
}

header.smaller .logo a svg .cls-4 {
    stroke: #58595b;
}

header .logo a svg {
    width: 300px;
    float: left;
    transition: all 400ms;
    -webkit-transition: all 400ms;
}

header.smaller .logo {
    transition: all 0.1s ease 0.1s;
    -webkit-transition: all 0.1s ease 0.1s;
}

.button_container {
    width: auto;
    cursor: pointer;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
    transition: all 400ms;
    -webkit-transition: all 400ms;
    float: right;
    margin-right: 50px;
    position: relative;
    z-index: 1;
    display: none;
}

.button_container:hover span {
    background-color: #fdba12;
}

.button_container.active .top {
    -webkit-transform: translateY(10px) translateX(0) rotate(45deg);
    transform: translateY(10px) translateX(0) rotate(45deg);
    background: #2c53a5;
}

.button_container.active .middle {
    opacity: 0;
    background: #2c53a5;
}

.button_container.active .bottom {
    -webkit-transform: translateY(-10px) translateX(0) rotate(-45deg);
    transform: translateY(-10px) translateX(0) rotate(-45deg);
    background: #2c53a5;
}

.button_container span {
    background: #fff;
    border: none;
    height: 2px;
    border-radius: 1px;
    width: 30px;
    display: block;
    top: 0;
    margin-bottom: 8px;
    left: 0;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    cursor: pointer;
}

.button_container span:nth-of-type(2) {}

.button_container span:nth-of-type(3) {
    margin-bottom: 0;
}

header.smaller .button_container span {
    background-color: #2c53a5;
}

.overlay {}


/* .overlay {
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    -webkit-transition: all 500ms;
    transition: all 500ms;
    overflow-x: hidden;
    overflow-y: auto;
    transition-delay: .25s;
    -webkit-transition-delay: .25s;
} */

.overlay.openable {
    opacity: 1;
    visibility: visible;
    height: 100%;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    padding: 120px 0 120px;
    overflow: hidden !important;
}

li.dropdown.open {
    z-index: 99999;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    text-decoration: none;
    color: inherit;
    background: inherit;
}

.dropdown-menu>li>a:hover {
    color: #fdba12;
}

section.insta-feed .owl-item .item img {
    width: 100%;
}


/* li.dropdown.open ul.dropdown-menu {
    right: 0;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    margin: 0;
    padding: 0;
    background: none;
    position: relative;
    float: none;
} */

li.dropdown.open ul.dropdown-menu li {
    text-align: center;
    margin: 10px 0;
}

li.dropdown.open ul.dropdown-menu li a {
    font-size: 16px;
    padding: 0;
    color: #0d1226;
}

li.dropdown.open ul.dropdown-menu li a:hover {
    color: #0d1226;
}

li.dropdown.open ul.dropdown-menu li:last-child {
    border-bottom: 0;
}

.overlay ul.hvr-mnu {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
}

.overlay ul li:last-child {
    margin-bottom: 0;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

.overlay li:nth-of-type(2) {}

.overlay li:nth-of-type(3) {}

.overlay li:nth-of-type(4) {}

.overlay ul li a em:after {
    content: "";
    position: absolute;
    border-top: 120px solid #fdba12;
    border-right: 60px solid transparent;
    right: -60px;
}

.overlay ul li a em {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 250px;
    background-color: #fdba12;
    z-index: -9;
    visibility: hidden;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transition: all 400ms;
}

.overlay ul li a:hover em {
    visibility: visible;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    transition: all 400ms;
    -webkit-transition: all 400ms;
}

#myTable {
    display: none;
}

.selector {
    position: fixed;
    right: 0;
    top: 0;
    background-color: #e08318;
    z-index: 99;
    background-image: url(images/site-sprite.png);
    background-repeat: no-repeat;
    background-position: 29px 22px;
    width: 27px;
    height: 27px;
    padding: 36px 43px;
    cursor: pointer;
    transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -webkit-transition: all 400ms;
}

.selector:hover {
    transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -webkit-transition: all 400ms;
    background-color: rgba(224, 131, 24, 0.7);
}

.dropDown-ser {
    background-color: rgba(152, 83, 3, 0.94);
    position: fixed;
    z-index: 9;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}

.dropDown-ser .search-form {
    position: absolute;
    width: 966px;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    height: 268px;
    top: 0;
    bottom: 0;
}

.dropDown-ser .search-form h3 {
    font-size: 30px;
    font-family: "Playfair Display";
    color: #fff;
}

.dropDown-ser .search-form input[type="text"] {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    height: 50px;
    text-indent: 5px;
    width: 100%;
}

.dropDown-ser .search-form button {
    background: #ff8700;
    border: medium none;
    letter-spacing: 0.8px;
    padding: 14px 32px;
    font-size: 17px;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    margin-top: 37px;
    overflow: hidden;
}

.selector.mnu-cl {
    background-position: 30px -33px;
}

.dropDown-ser .search-form i.dow-ar {
    display: inline-block;
    margin-bottom: 30px;
    margin-top: 30px;
}

.dropDown-ser .search-form button em {
    font-style: normal;
    opacity: 1;
    display: block;
    transition: all 400ms;
    -webkit-transition: all 400ms;
}

.dropDown-ser .search-form button i.ri-ar {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    transform: translateX(-62px);
    -webkit-transform: translateX(-62px);
    opacity: 0;
    transition: all 400ms;
    -webkit-transition: all 400ms;
}

.dropDown-ser .search-form button:hover em {
    transform: translateX(62px);
    -webkit-transform: translateX(62px);
    opacity: 0;
    transition: all 400ms;
    -webkit-transition: all 400ms;
}

.dropDown-ser .search-form button:hover i.ri-ar {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    opacity: 1;
    transition: all 400ms;
    -webkit-transition: all 400ms;
}


/* header ends */


/****  BANNER SLIDER  ****/

.bs-slider {
    overflow: hidden;
    position: relative;
    background: #000000;
    height: 100vh;
}

.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.40);
}

.bs-slider>.carousel-inner>.item>img,
.bs-slider>.carousel-inner>.item>a>img {
    margin: auto;
    width: 100% !important;
    height: 100vh;
}

.fade {
    opacity: 1;
}

.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}

.fade .item:first-child {
    top: auto;
    position: relative;
}

.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}

div#ascrail2001-hr {
    display: none !important;
}

.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}

.control-round:hover .carousel-control {
    opacity: 1;
}

.control-round .carousel-control.left {
    left: 1%;
}

.control-round .carousel-control.right {
    right: 1%;
}

.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover {
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}

.control-round .carousel-control.left>span:nth-child(1) {
    left: 45%;
}

.control-round .carousel-control.right>span:nth-child(1) {
    right: 45%;
}

.indicators-line>.carousel-indicators {
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}

.indicators-line>.carousel-indicators li {
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(158, 158, 158);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(158, 158, 158);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
    transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
    z-index: 10;
    cursor: pointer;
}

.indicators-line>.carousel-indicators li:last-child {
    margin-right: 0;
}

.indicators-line>.carousel-indicators .active {
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.indicators-line>.carousel-indicators .active:before {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    background-color: #fff;
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.slide_style_left {
    text-align: left !important;
}

.slide_style_right {
    text-align: right !important;
}

.slide_style_center {
    text-align: center !important;
}

.slide-text {
    left: 0;
    top: 25%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 85px;
}

.slide-text>h1 {
    padding: 0;
    color: #ffffff;
    font-size: 70px;
    font-style: normal;
    line-height: 84px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.slide-text>p {
    padding: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.slide-text>a.btn-default {
    color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.slide-text>a.btn-primary {
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #00bfff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.slide-text>a:hover,
.slide-text>a:active {
    color: #ffffff;
    background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}

h1.type {
    position: absolute;
    font-size: 70px;
    z-index: 9;
    font-family: "Playfair Display";
    font-weight: bold;
    text-align: left;
    
}

h1.type a.typewrite {
    color: #fff;
}

a#return-to-bot {
    position: fixed;
    bottom: 0;
    background: #fff;
    width: 50px;
    height: 50px;
    z-index: 999;
    right: 0;
    left: 0;
    margin: auto;
}

a#myButton {
    position: absolute;
    bottom: 30px;
    width: 22px;
    height: 50px;
    right: 0;
    left: 0;
    margin: auto;
    background-image: url(images/site-sprite.png);
    background-repeat: no-repeat;
    background-position: 0px -110px;
    z-index: 9;
}

a#myButton span {
    position: absolute;
    right: 0;
    left: 0;
    top: -8px;
    bottom: 0;
    margin: auto;
    width: 2px;
    height: 5px;
    border-radius: 25%;
    background-color: #fff;
    animation-name: scroll;
    -webkit-animation-name: scroll;
    animation-duration: 2.2s;
    -webkit-animation-duration: 2.2s;
    animation-timing-function: cubic-bezier(.15, .41, .69, 0.94);
    -webkit-animation-timing-function: cubic-bezier(.15, .41, .69, 0.94);
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

@keyframes scroll {
    0% {
        opacity: 0;
    }
    10% {
        transform: translateY(0);
        opacity: 1;
        -webkit-transform: translateY(0);
    }
    100% {
        transform: translateY(10px);
        opacity: 0;
        -webkit-transform: translateY(10px);
    }
}


/* banner slider ends */


/****  WELCOME  ****/

.welcome {
    background-color: #673904;
    padding: 30px 15px;
    float: left;
    width: 100%;
    text-align: center;
}

.welcome h5 {
    display: inline-block;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    font-weight: normal;
    margin-right: 20px;
    padding: 11px 0;
    border-right: 2px solid #fff;
    padding-right: 20px;
}

.welcome a {
    background-color: #e08318;
    padding: 8px 15px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.welcome a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #864904;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.welcome a:hover:before {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}


/* Welcome ends */


/****  SERVICE SLIDER  ****/

.service-slider .owl-buttons div,
.insta-feed .owl-buttons div {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 64px;
    margin: auto;
}

.service-slider .owl-buttons .owl-prev,
.insta-feed .owl-buttons .owl-prev {
    left: 30px;
}

.service-slider .owl-buttons .owl-next,
.insta-feed .owl-buttons .owl-next {
    right: 30px;
}

.service-slider .item img {
    width: 100%;
}

.service-slider .owl-buttons div.disabled {
    opacity: .3;
}

.service-slider .item {
    position: relative;
    float: left;
    width: 100%;
}

.service-slider .item .ser-txt {
    position: absolute;
    top: 44%;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    z-index: 9;
}

.service-slider .item:after {
    position: absolute;
    content: "";
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.31);
    transition: all 400ms;
    -webkit-transition: all 400ms;
}

.service-slider .item:hover:after {
    background-color: rgba(234, 106, 15, 0.8);
    transition: all 400ms;
    -webkit-transition: all 400ms;
}

.service-slider .item .ser-txt p {
    color: #fff;
    font-size: 16px;
    opacity: 0;
    visibility: hidden;
    transition: all 400ms;
    -webkit-transition: all 400ms;
}

.service-slider .item .ser-txt a {
    color: #fff;
    text-transform: uppercase;
    padding: 0 20px 5px;
    border-bottom: 1px solid #fff;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    width: 150px;
    margin: auto;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    opacity: 0;
    visibility: hidden;
}

.service-slider .item:hover .ser-txt h3 {
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.service-slider .item:hover .ser-txt p {
    opacity: 1;
    visibility: visible;
    transition: all 400ms;
    -webkit-transition: all 400ms;
}

.service-slider .item:hover .ser-txt a {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}


/* service-slider ends */


/****  STORY  ****/

section.story .story-left {
    text-align: center;
    padding: 100px 150px;
    background-image: url(images/9-1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

section.story .story-left .story-content {
    float: left;
    width: 100%;
}

section.story .story-left .story-content .boxs {
    margin-top: 50px;
    float: left;
    width: 100%;
}

section.story .story-left .story-content .boxs p {
    font-size: 14px;
    line-height: 23px;
}

section.story .story-left .story-content .boxs h4 {
    margin-bottom: 15px;
    text-transform: uppercase;
}

section.story .story-left .story-content h3 {
    width: auto;
    position: relative;
    letter-spacing: 2.3px;
    text-transform: uppercase;
    font-size: 17px;
    padding-bottom: 8px;
    display: inline-block;
    margin-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
    color: #2c221c;
}

section.story .story-left .story-content h3:after {
    background-color: #2C221C;
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 80px;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
}

.story-content .boxs .in-box i {
    display: inline-block;
    margin-bottom: 20px;
    transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -webkit-transition: all 400ms;
}

section.story .story-right {
    padding: 0;
}

section.story .story-right .righ-bottom img {
    width: 100%;
}

section.story .story-right .righ-top .owl-controls.clickable {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -40px;
    text-align: center;
    width: 112px;
    margin: 0 auto;
}

section.story .story-right .righ-top .owl-controls.clickable .owl-page span {
    width: 18px;
    height: 18px;
    background-color: transparent;
    margin: 0 5px;
    border-radius: 50%;
    float: left;
    border: 2px solid #fff;
}

section.story .story-right .righ-top .owl-controls.clickable .owl-page.active span {
    background-color: #fff;
}

section.story .story-right .righ-top {
    padding: 70px 50px 90px;
    background-color: #673904;
}

section.story .story-right .righ-top h3,
section.story .story-right .righ-top p,
section.story .story-right .righ-top span {
    color: #fff;
}

section.story .story-right .righ-top h3 {
    text-transform: uppercase;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
    display: inline-block;
    margin-bottom: 30px;
    font-family: 'Montserrat', sans-serif;
}

section.story .story-right .righ-top i.twt {
    width: 50px;
    height: 50px;
    background-color: #fff;
    float: left;
    text-align: center;
    border-radius: 50%;
}

section.story .story-right .righ-top i {
    width: 45px;
    height: 45px;
    float: left;
    background-color: #fff;
    color: #000;
    text-align: center;
    padding-top: 15px;
    border-radius: 50%;
}

section.story .story-right .righ-top span {
    display: inline-block;
    margin-top: 7px;
    margin-left: 10px;
}

.story-content .boxs .in-box:hover i {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -webkit-transition: all 400ms;
}

section.story .story-right .righ-top .owl-controls {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -40px;
    text-align: center;
    width: 112px;
    margin: 0 auto;
}

section.story .story-right .righ-top .owl-controls .owl-page span {
    width: 18px;
    height: 18px;
    background-color: transparent;
    margin: 0 5px;
    border-radius: 50%;
    float: left;
    border: 2px solid #fff;
}

section.story .story-right .righ-top .owl-controls .owl-page.active span {
    background-color: #fff;
}


/* story ends */


/****  NEWS  ****/

section.sec-nws .left-vdo {
    padding: 0;
    min-height: 720px;
}

section.sec-nws .left-vdo .in-vdo {
    padding: 60px 30px;
    background-color: #673904;
    float: left;
    width: 100%;
    background-image: url(images/nws-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 720px;
}

section.sec-nws .left-vdo .in-vdo h3 {
    color: #fff;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 5px;
    padding-left: 15px;
    font-family: "Playfair Display";
}

section.sec-nws .left-vdo .in-vdo h3:after {
    background-color: #fff;
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 80px;
    content: "";
    left: 15px;
    margin: auto;
}

section.sec-nws .left-vdo .in-vdo .nws-in h4 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: normal;
}

section.sec-nws .left-vdo .in-vdo .nws-in p {
    color: #fff;
    font-size: 14px;
    line-height: 23px;
}

section.sec-nws .left-vdo .in-vdo .nws-in .nws-img img {
    width: 100%;
}

section.sec-nws .left-vdo .in-vdo .nws-in .nws-cnt a {
    float: left;
    background-color: #e08318;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 15px;
    padding: 5px 20px;
    color: #fff;
    transition: all 400ms;
    -webkit-transition: all 400ms;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

section.sec-nws .left-vdo .in-vdo .nws-in .nws-cnt {
    float: left;
}

section.sec-nws .left-vdo .in-vdo .nws-in .nws-cnt a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #864904;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

section.sec-nws .left-vdo .in-vdo .nws-in .nws-cnt a:hover {
    transition: all 400ms;
    -webkit-transition: all 400ms;
    background-color: #e08318;
}

section.sec-nws .left-vdo .in-vdo .nws-in .nws-cnt a:hover:before {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}

.nws-img {
    position: relative;
    margin-bottom: 30px;
}

.nws-img span.date-nws {
    position: absolute;
    bottom: 0;
    text-align: center;
    background-color: #e08318;
    color: #fff;
    left: 0;
}

.nws-img span.date-nws span {
    display: block;
    padding: 10px 25px;
}

.nws-img span.date-nws span.date {
    background-color: #fff;
    color: #333;
}

div#owl-news .owl-prev {
    position: absolute;
    top: -50px;
    right: 47px;
    width: 30px;
    height: 30px;
}

div#owl-news .owl-next {
    position: absolute;
    top: -50px;
    right: 15px;
    width: 30px;
    height: 30px;
}

div#owl-news .owl-buttons div img {
    width: 100%;
    padding: 7px;
}

div#owl-news .owl-buttons div {
    background-color: #864904;
}

section.sec-nws .right-vdo {
    padding: 0;
    overflow: hidden;
    background-image: url(images/teachers-bg.jpg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    text-align: center;
    padding-bottom: 125px;
    min-height: 720px;
}

section.sec-nws .left-vdo iframe {
    float: left;
}

section.sec-nws .right-vdo h3 {
    color: #fff;
    letter-spacing: 3.2px;
    font-family: "Playfair Display";
    font-size: 50px;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
    margin: 150px 0 50px;
    position: relative;
    padding-bottom: 5px;
}

section.sec-nws .right-vdo h3:after {
    background-color: #fff;
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 80px;
    content: "";
    right: 0;
    left: 15px;
    margin: auto;
}

section.sec-nws .right-vdo img {
    transition: all 2s ease;
    -webkit-transition: all 2s ease;
}

.news-main:nth-last-child(-n+2) {
    margin-bottom: 0;
}

section.single-news .left-img .inn-img {
    position: relative;
}

section.single-news .left-img .inn-img:after {
    content: "";
    position: absolute;
    left: 8px;
    right: 8px;
    top: 8px;
    bottom: 8px;
    border: 1px solid #e08318;
    box-shadow: 0px 0px 0px 8px rgba(224, 131, 24, 0.52);
}


/* News ends */


/****  Teachers  ****/

.texh-main .owl-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -50px;
    margin: auto;
    width: 64px;
    height: 64px;
}

.texh-main .owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 64px;
    height: 64px;
    right: -50px;
}

.texh-main {
    width: 70%;
    float: none;
    display: inline-block;
    position: relative;
}

.texh-main .te-in img {
    width: 100%;
}

.texh-main .te-in h4 {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #e08318;
    color: #fff;
    padding: 15px 10px;
}

.texh-main .te-in {
    position: relative;
    border-bottom: 2px solid #fff;
    overflow: hidden;
}

ul.soc-tech {
    position: absolute;
    bottom: 70px;
    right: 0;
}

ul.soc-tech li a {
    background-color: #8a500e;
    display: block;
    padding: 9px 15px;
    color: #fff;
    border-bottom: 1px solid #79450a;
}

ul.soc-tech li a:hover {
    background-color: #e08318;
}

.texh-main .te-in:hover li {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    transition: .40s;
    -webkit-transition: .40s;
}

.texh-main .te-in li {
    visibility: hidden;
    opacity: 0;
    transform: translateX(46px);
    -webkit-transform: translateX(46px);
    transition: .40s;
    -webkit-transition: .40s;
}

.texh-main .te-in li:nth-child(2) {
    transition: .45s;
    -webkit-transition: .45s;
}

.texh-main .te-in:hover li:nth-child(2) {
    transition: .45s;
    -webkit-transition: .45s;
}

.texh-main .te-in li:nth-child(3) {
    transition: .50s;
    -webkit-transition: .50s;
}

.texh-main .te-in:hover li:nth-child(3) {
    transition: .50s;
    -webkit-transition: .50s;
}

.texh-main .te-in li:nth-child(4) {
    transition: .55s;
    -webkit-transition: .55s;
}

.texh-main .te-in:hover li:nth-child(4) {
    transition: .55s;
    -webkit-transition: .55s;
}

.texh-main .te-in h4 span.des {
    display: block;
    font-size: 14px;
    font-weight: 100;
    color: #4e2b02;
    margin-top: 5px;
}


/* Teachers ends */


/****  GALLERY SLIDER  ****/

section.soc-bot span a {
    color: #fff;
}

section.soc-bot span a:hover {
    color: #e08318;
}

section.insta-feed .owl-item .item {
    position: relative;
}

section.insta-feed .owl-item .item:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(103, 57, 4, 0.63);
    height: 0px;
    transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -webkit-transition: all 400ms;
}

section.insta-feed .owl-item .item:hover:after {
    height: 100%;
    transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -webkit-transition: all 400ms;
}

section.soc-bot {
    background-color: #4e2b02;
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 20px 0;
}

section.soc-bot h4 {
    color: #fff;
    font-size: 17px;
    letter-spacing: 5px;
    float: left;
}

section.soc-bot span {
    float: right;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-left: 2px solid #fff;
    padding-left: 15px;
}

section.soc-bot span i {
    width: 45px;
    height: 45px;
    float: left;
    background-color: #fff;
    color: #000;
    text-align: center;
    padding-top: 15px;
    border-radius: 50%;
    font-size: 18px;
}

section.soc-bot span em {
    font-style: normal;
    font-size: 14px;
    margin-left: 15px;
}

section.soc-bot .col-xs-12 {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

section.insta-feed .owl-item {}

section.insta-feed .owl-item .item .fed-txt img {
    width: auto;
}

section.insta-feed .owl-item .item .fed-txt {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    height: 57px;
    width: 154px;
    margin: auto;
    z-index: 9;
}

section.insta-feed .owl-item .item .fed-txt h5 {
    color: #ffffff;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: normal;
    opacity: 0;
    transform: translateX(-100px);
    -webkit-transform: translateX(-100px);
    transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -webkit-transition: all 400ms;
}

section.insta-feed .owl-item .item .fed-txt i {
    color: #fff;
    font-size: 25px;
    opacity: 0;
    transform: translateX(100px);
    -webkit-transform: translateX(100px);
    transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -webkit-transition: all 400ms;
}

section.insta-feed .owl-item .item:hover .fed-txt h5 {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -webkit-transition: all 400ms;
    transition-delay: .3s;
}

section.insta-feed .owl-item .item:hover .fed-txt i {
    display: block;
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -webkit-transition: all 400ms;
    transition-delay: .3s;
}

.modal.fade.gallery .modal-dialog {
    width: 500px;
}

.modal.fade.gallery .modal-dialog .modal-body img {
    width: 100%;
}

.modal.fade.gallery .modal-dialog .modal-body {
    padding: 5px;
}

.modal.fade.gallery .modal-dialog .modal-content {
    border-radius: 0;
    border: 0;
}

.modal.fade.gallery .modal-dialog h5.modal-title {
    font-size: 16px;
    color: #fff;
}

.modal.fade.gallery .modal-dialog button.close {
    position: absolute;
    right: -15px;
    top: -15px;
    color: #fff;
    text-shadow: none;
    opacity: 1;
    font-size: 30px;
    font-weight: normal;
    background-color: #3b2002;
    line-height: 16px;
    padding: 8px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    outline: 0;
}

.modal-backdrop.in {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.modal.fade.gallery .modal-dialog .modal-header {
    background-color: #ff8700;
    border: 0;
    padding: 15px 15px;
}


/* Gallery Slider ends */


/****  FOOTER  ****/

footer .foot-left h3 {
    font: 35px Montserrat;
    margin: 53px 0 32px;
    font-weight: 500;
    color: #2c221c;
}

footer .foot-left {
    padding-left: 30px;
    background-color: #fff1e0;
}

footer form input.form-control {
    box-shadow: none;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #e08318;
    padding-left: 0;
    width: 100%;
    float: left;
    margin-right: 3%;
    padding-bottom: 15px;
    background-color: #fff1e0;
}

footer form .form-group:nth-of-type(3) input.form-control {
    margin-right: 0;
}

.form-control:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

footer form button.btn-primary {
    border: 0;
    float: left;
    margin-right: 15px;
    background-color: #e08318;
    font-size: 14px;
    text-transform: uppercase;
    padding: 5px 20px;
    margin-top: 40px;
    transition: all 400ms;
    -webkit-transition: all 400ms;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

footer form button.btn-primary:focus {
    color: #fff;
    background-color: #e08318;
    border-color: #e08318;
}

footer form button.btn-primary:hover {
    transition: all 400ms;
    -webkit-transition: all 400ms;
    background-color: #e08318;
}

footer form button.btn-primary:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #864904;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

footer form button.btn-primary:hover:before {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}

footer .address {
    float: left;
    width: 100%;
    margin-top: 39px;
}

footer form {
    float: left;
    width: 95%;
}

footer .form-group {
    margin: 0;
    display: block;
    position: relative;
    width: 31.3333%;
    float: left;
    margin-right: 3%;
}

footer .address .ft-add {
    width: 25%;
    float: left;
}

footer .address .ft-qlinks {
    float: left;
    width: 40%;
    padding-left: 30px;
}

footer .address .ft-add li {
    width: 100%;
    float: left;
    margin-bottom: 25px;
}

footer .address .ft-add li i {
    float: left;
    line-height: 23px;
    font-size: 20px;
    margin-right: 10px;
    width: 20px;
    height: 25px;
}

footer .address .ft-add li span {
    float: left;
    font-size: 14px;
    line-height: 23px;
}

footer .foot-right ul li {
    float: left;
    width: 50%;
}

footer .foot-right ul li a {
    float: left;
    width: 100%;
    padding: 64px 0;
    text-align: center;
    color: #fff;
    position: relative;
    overflow: hidden;
}

footer .foot-right ul li:nth-child(1) a {
    background-color: #673904;
}

footer .foot-right ul li:nth-child(2) a {
    background-color: #754105;
}

footer .foot-right ul li:nth-child(3) a {
    background-color: #754105;
}

footer .foot-right ul li:nth-child(4) a {
    background-color: #673904;
}

footer .foot-right ul li:nth-child(5) a {
    background-color: #673904;
}

footer .foot-right ul li:nth-child(5) a {
    background-color: #673904;
}

footer .foot-right ul li:nth-child(6) a {
    background-color: #754105;
}

footer .foot-right ul li:nth-child(7) a {
    background-color: #754105;
}

footer .foot-right ul li:nth-child(8) a {
    background-color: #673904;
}

footer .address .ft-qlinks ul li a,
footer .address .ft-programs ul li a {
    color: #2c221c;
    margin-bottom: 14px;
    display: block;
    font-size: 14px;
}

footer .address .ft-qlinks ul li a:hover,
footer .address .ft-programs ul li a:hover {
    color: #e08318;
}

footer .address .ft-qlinks ul,
footer .address .ft-programs ul {
    float: left;
    width: 100%;
}

footer .foot-right {
    padding: 0;
}

footer .foot-right ul li a span {
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    font-size: 25px;
    height: 30px;
    margin: auto;
    transform: translateY(-128px);
    -webkit-transform: translateY(-128px);
    transition: all 400ms;
    -webkit-transition: all 400ms;
}

footer .foot-right ul li a i {
    position: absolute;
    font-size: 50px;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    height: 30px;
    margin: auto;
    transition: all 400ms;
    -webkit-transition: all 400ms;
}

footer .foot-right ul li a:hover span {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    transition: all 400ms;
    -webkit-transition: all 400ms;
}

footer {
    position: relative;
}

footer .foot-right ul li a:hover i {
    transform: translateY(128px);
    -webkit-transform: translateY(128px);
    transition: all 400ms;
    -webkit-transition: all 400ms;
}

footer .foot-right ul li a:hover {
    background-color: #e08318;
}

footer .copy {
    float: left;
    width: 100%;
    padding: 25px 30px;
}

footer .copy span.left {
    float: left;
    text-transform: uppercase;
    font-size: 13px;
}

footer .copy span.right {
    float: right;
    text-transform: uppercase;
    font-size: 13px;
}

footer .form-group label {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: absolute;
    top: 50%;
    left: 0;
    color: #673904;
    font-weight: normal;
    cursor: text;
    pointer-events: none;
    font-size: 14px;
    margin: 0;
    max-width: inherit;
}

footer .form-group:nth-of-type(3) {
    margin-right: 0;
}

footer form input:focus+label {
    top: -8px;
    font-size: 12px;
    color: #333;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

input.form-control.ft-fm.not-empty+label {
    top: -8px;
    font-size: 12px;
    color: #333;
}

footer .address .ft-qlinks ul li {
    width: 50%;
    float: left;
}

footer .address .ft-programs {
    width: 35%;
    float: left;
    padding-left: 30px;
}

footer .address h4 {
    margin-bottom: 20px;
}

footer .address .ft-qlinks ul li a i {
    margin-right: 5px;
    width: 18px;
}


/* footer ends */


/****  GOTO TOP  ****/

#return-to-top {
    border-right: 80px solid transparent;
    border-left: 80px solid transparent;
    bottom: 78px;
    border-bottom: 60px solid #333;
    position: absolute;
    border-radius: 0;
    width: 100px;
    text-align: center;
    right: 0;
    left: 0;
    text-decoration: none;
    -moz-border-radius: 35px;
    opacity: 1 !important;
    display: block !important;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: auto;
}

#return-to-top:hover {
    border-bottom-color: #e08318;
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {}

#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

#return-to-top:after {
    content: "TOP";
    position: absolute;
    text-align: center;
    left: -13px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
    bottom: -50px;
}


/* Gototop ends */


/*---------- INNER PAGES ----------*/


/****  BREADCRUMP  ****/

.bread {
    position: absolute;
    bottom: 30px;
    text-align: center;
    width: 100%;
    z-index: 9;
}


/* Breadcrump ends */


/* INNER BANNER */

section.banner-inner img {
    width: 100%;
}

section.banner-inner:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.60);
}

section.banner-inner h1.type {
    font-size: 50px;
    text-shadow: 0px 1px 5px #000;
    width: auto;
    right: 50px;
    left: 50px;
    bottom: 100px;
    text-align: center;
}


/* Innerbanner ends */


/* INNER SHORT CODE */

.inner-wrap section {
    padding: 80px 0;
}

.inner-wrap h2 {
    font-family: "Playfair Display";
    font-weight: bold;
    margin-bottom: 30px;
    padding-bottom: 20px;
    position: relative;
    font-size: 35px;
}

.inner-wrap {
    float: left;
    width: 100%;
    background-color: #fff;
}


/* Inner Short Code ends */


/* OVERVIEW */

section.ovrview {
    padding: 80px 0;
}

.inner-wrap h2:after {
    background-color: #2c221c;
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 80px;
    content: "";
    left: 0;
    margin: auto;
}

.inner-wrap p {
    font-size: 15px;
    color: #0d1226;
    line-height: 25px;
}

.inner-wrap .ovrview a {
    color: #fff;
    border: 0;
    float: left;
    margin-right: 15px;
    background-color: #fdba12;
    font-size: 14px;
    text-transform: uppercase;
    padding: 7px 20px;
    margin-top: 15px;
    transition: all 400ms;
    -webkit-transition: all 400ms;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.inner-wrap .ovrview a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2c53a5;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.inner-wrap .ovrview a:hover {
    background-color: #fdba12;
}

.inner-wrap .ovrview a:hover:before {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}

.inner-wrap img {
    width: 100%;
}

section.ovrview .right-text {
    padding-top: 30px;
    padding-left: 35px;
}

section.mission {
    background-image: url(images/vision-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
}

section.mission .mis-text-right {
    background-color: rgba(0, 0, 0, 0.88);
    padding: 64px;
    z-index: 9;
}

section.mission span i {
    float: left;
    color: #fff;
    margin-right: 15px;
    padding: 5px;
    background-color: #e08318;
    width: 40px;
    height: 40px;
    text-align: center;
    padding-top: 12px;
}

section.mission h4 {
    color: #e08318;
    display: inline-block;
    font-weight: normal;
    margin-top: 7px;
    font-size: 24px;
}

section.mission .vismis {
    margin-bottom: 40px;
}

section.mission .vismis:last-child {
    margin-bottom: 0;
}

section.mission p {
    color: #ddd;
}

section.mission .mis-img-left .txt-in {
    display: inline-block;
    text-align: left;
}

section.mission .mis-img-left {
    position: relative;
    padding: 64px;
    z-index: 9;
}

section.mission .mis-img-left .txt-in ul {}

section.mission .mis-img-left h4 {
    color: #fff;
}

section.mission .mis-img-left ul li {
    font-size: 15px;
    color: #fff;
    line-height: 35px;
    padding-left: 25px;
    position: relative;
    text-transform: capitalize;
}

section.mission .mis-img-left ul {
    margin-top: 15px;
    position: relative;
}

section.mission .mis-img-left ul li:before {
    content: "";
    position: absolute;
    left: 0;
    width: 13px;
    height: 13px;
    border: 2px solid #313131;
    border-radius: 50%;
    margin: auto;
    top: 12px;
}

section.mission .mis-img-left ul li:after {
    content: "";
    position: absolute;
    left: 6px;
    top: 28px;
    bottom: -9px;
    width: 1px;
    background-color: #313131;
}

section.mission .mis-img-left ul li:last-child:after {
    display: none;
}

section.mission .mis-img-left span i {
    background-color: #ffffff;
    color: #e08318;
}

section.why-us {
    padding: 80px 0;
    text-align: center;
}

section.why-us .why-top h2:after {}

section.why-us {
    padding: 80px 0;
    text-align: center;
}

.why-top h2:after {
    content: "";
    right: 0;
}

.why-top {
    margin-bottom: 30px;
    text-align: center;
}

section.why-us .why-box span i {
    font-size: 27px;
    color: #e08318;
    padding: 8px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding-top: 15px;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

section.why-us .why-box h4 {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: normal;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    color: #2c221c;
}

section.why-us .why-box p {
    line-height: 25px;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

section.why-us .why-box {
    margin: 60px 0;
}

section.why-us .why-box .why-in a {
    text-transform: capitalize;
    font-size: 14px;
    color: #e08318;
    visibility: hidden;
    opacity: 0;
    height: 0;
    padding: 0;
}

section.why-us .why-box .why-in {
    display: block;
    position: relative;
    padding: 15px;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    background-color: #fff;
}

.why-top p {
    width: 60%;
    margin: 0 auto;
}

section.mission:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(103, 57, 4, 0.43);
}

.why-top h2 {
    margin-top: 0;
}


/* Overview ends */


/* TEAM */

section.team {
    padding: 80px 0;
}

.inner-wrap .team .teachers-out .te-in h4 {
    background-color: #2c53a5;
    color: #fff;
    padding: 15px;
    text-align: center;
}

.inner-wrap .team .teachers-out .te-in {
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 0.6s;
    -moz-transform-style: preserve-3d;
    -o-transition: 0.6s;
    -o-transform-style: preserve-3d;
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
}

.inner-wrap .team .teachers-out .te-in .front,
.inner-wrap .team .teachers-out .te-in .back {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
}

.inner-wrap .team .teachers-out .te-in h4 span.des {
    display: block;
    font-size: 14px;
    font-weight: 100;
    color: #fff;
    margin-top: 5px;
}

.inner-wrap .team .teachers-out .te-in .back {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    background: #e08318;
    padding: 30px 20px;
    z-index: 99999;
    position: absolute;
    top: 0;
    bottom: 0;
}

.teachers-out {
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -o-perspective: 1000;
    perspective: 1000;
    width: 100%;
    height: auto;
}

.inner-wrap .team .teachers-out .te-in .back p {
    color: #fff;
    line-height: 23px;
}

.inner-wrap .team .teachers-out .te-in .back ul.soc-tech {
    bottom: 0px;
    left: 0;
}

.inner-wrap .team .teachers-out .te-in .back ul.soc-tech li {
    float: left;
    width: 25%;
    border-right: 1px solid #79450a;
}

.inner-wrap .team .teachers-out .te-in .back ul.soc-tech li a {
    text-align: center;
    border-bottom: 0;
}

.inner-wrap .team .teachers-out .te-in .back h4 {
    text-align: left;
    background: none;
    position: static;
    padding: 0;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #bf6e10;
}

.inner-wrap .team .teachers-out:hover .te-in .front {
    z-index: -9;
}

.inner-wrap .team .techers {
    margin-bottom: 30px;
}

.inner-wrap .team .techers:nth-last-child(-n+4) {
    margin-bottom: 0;
}

.inner-wrap .team .teachers-out .te-in .back ul.soc-tech li:last-child {
    border-right: 0;
}


/* Team ends */


/* TESTIMONIAL */

section.testimonial {
    padding: 80px 0;
}

.test-out-main .testi {
    margin-bottom: 35px;
}

.testi .testi-in {
    float: left;
    width: 100%;
}

.testi .testi-in .details-test {
    float: left;
    width: 100%;
}

.testi .testi-in .details-test span.tst-thumb {}

.testi .testi-in .details-test span.tst-thumb img {
    width: 100%;
    border-radius: 50%;
}

.testi .testi-in .details-test span.tst-thumb {
    width: 70px;
    height: 70px;
    float: left;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #ec9530;
}

.testi .testi-in .cont-test {
    border: 1px solid #e08318;
    padding: 15px;
    margin-bottom: 20px;
    position: relative;
    background-color: #fff;
}

.testi .testi-in .cont-test p {
    margin: 0;
    font-style: italic;
    position: relative;
    padding-left: 40px;
}

.testi .testi-in .cont-test p:before {
    position: absolute;
    content: "\f10d";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    left: 0;
    font-size: 30px;
    color: #ec9530;
}

.testi .testi-in .details-test .test-des {
    padding-top: 18px;
    float: left;
    margin-left: 15px;
}

.testi .testi-in .details-test .test-des h5 {}

.testi .testi-in .details-test .test-des span {
    color: #e08318;
    font-size: 13px;
}

.testi .testi-in .cont-test:after {
    left: 0px solid #333;
}

.testi .testi-in .cont-test:before,
.testi .testi-in .cont-test:after {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 15px;
    border-color: transparent;
    top: 100%;
    left: 40px;
}

.testi .testi-in .cont-test:before {
    border-left-color: #e08318;
    border-top: transparent;
    margin-top: 1px;
}

.testi .testi-in .cont-test:after {
    border-left-color: #fff;
    border-top: transparent;
    left: 41px;
    margin-top: -1px;
}

.test-out-main {
    float: left;
    width: 100%;
}

.test-out-main .testi:nth-last-child(-n+2) {
    margin-bottom: 0;
}


/* Testimonial ends */


/* PROGRAMS */

.program-out-main {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.program-out-main .program-in {
    float: left;
    width: 100%;
    position: relative;
    display: flex;
}

.program-out-main .program-in .pro-cont {
    padding: 15px;
    background-color: #ffffff;
    text-align: center;
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 75px;
    box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, .07);
}

.program-out-main .program-in .pro-cont p {
    margin-bottom: 0;
}

.program-out-main .program-in .pro-cont h4 {
    color: #2c53a5;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
}

.program-out-main .program-in .pro-img {
    position: relative;
    float: left;
}

.program-out-main .program-in .pro-img .detail {
    position: absolute;
    right: 50%;
    left: 50%;
    top: 50%;
    bottom: 50%;
    background-color: rgba(0, 0, 0, 0.39);
    opacity: 50%;
    visibility: hidden;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.program-out-main .program-in .pro-img .detail a {
    position: absolute;
    background-color: #e08318;
    padding: 5px 15px;
    right: 0;
    left: 0;
    color: #3a3a3a;
    top: 0;
    bottom: 0;
    width: 120px;
    text-align: center;
    height: 38px;
    margin: auto;
    font-size: 14px;
    transition: all 400ms;
    -webkit-transition: all 400ms;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.program-out-main .program-in:hover .pro-img .detail {
    opacity: 1;
    visibility: visible;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.program-out-main .program-in .pro-img .detail a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.program-out-main .program-in .pro-img .detail a:hover {
    transition: all 400ms;
    -webkit-transition: all 400ms;
    background-color: #e08318;
    color: #fff;
}

.program-out-main .program-in .pro-img .detail a:hover:before {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}

.modal-dialog {
    width: 1000px;
    margin-top: 200px;
}

.pro-mod-in img {
    float: left;
    max-width: 350px;
    margin-right: 20px;
}

.programs-modal .modal-dialog .modal-body {
    padding: 8px;
    background-color: #f80;
    display: inline-block;
}

.programs-modal .modal-dialog .modal-content {
    border-radius: 0;
    border: 0;
}

.programs-modal .modal-dialog .modal-body h4 {
    margin-bottom: 20px;
    display: inline-block;
    margin-top: 18px;
    font-weight: normal;
    color: #fff;
    padding-bottom: 5px;
    border-bottom: 1px solid #dc7805;
    font-size: 24px;
}

.programs-modal .modal-dialog .modal-body p {
    color: #fff;
}

.modal-dialog .modal-body .close {
    position: absolute;
    right: -15px;
    top: -15px;
    color: #fff;
    text-shadow: none;
    opacity: 1;
    font-size: 30px;
    font-weight: normal;
    background-color: #3b2002;
    line-height: 16px;
    padding: 8px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    outline: 0;
}

.program-out-main .program {
    margin-bottom: 30px;
    display: flex;
}


/* Programs ends */


/* NEWS AND EVENTS */

.news-main {
    margin-bottom: 30px;
}

.news {
    background: #f1f1f1;
    width: 100%;
    float: left;
}

.pd-0 {
    padding-left: 0;
    padding-right: 0;
}

.ns-img {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
    background: #e18413;
}

.ns-img img {
    transition: 400ms all;
    -webkit-transition: 400ms all;
}

.news:hover img {
    opacity: 0.55;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.ns-text a {
    float: left;
    background-color: #e08318;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 25px;
    padding: 5px 20px;
    color: #fff;
    transition: all 400ms;
    -webkit-transition: all 400ms;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.ns-text a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #864904;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.ns-text a:hover {
    transition: all 400ms;
    -webkit-transition: all 400ms;
    background-color: #e08318;
}

.ns-text a:hover:before {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}

.ns-text {
    padding: 15px;
}

.ns-text h4 {
    margin-bottom: 10px;
    font-size: 18px;
}

section.single-news {
    padding: 80px 0;
}

.ns-text span {
    width: 100%;
    float: left;
    font-size: 13px;
    color: #b5b5b5;
}

section.single-news .right-text span {
    margin-bottom: 10px;
    display: block;
    color: #e18413;
}

section.single-news .right-text h2 {
    margin-bottom: 10px;
}


/* News ends */


/* SCHOLARSHIP */

.panel-default>.panel-heading {
    background-color: #f7f7f7;
}

.panel-heading {
    padding: 0px !important;
}

a.accordion-toggle {
    padding: 10px 15px !important;
    display: inline-block;
    width: 100%;
    position: relative;
    line-height: 42px;
}

a.accordion-toggle .glyphicon {
    right: 0;
    position: absolute;
}

.panel-title {
    position: relative;
    background: #764200;
    color: #fff;
}

.panel-title i.indicator.glyphicon {
    position: absolute;
    right: 20px;
    top: 25px;
}

.panel-group .panel {
    box-shadow: none !important;
    border-radius: 0 !important;
}

a.accordion-toggle span {
    background: #fff;
    padding: 13px;
    width: 40px;
    height: 40px;
    float: left;
    text-align: center;
    border-radius: 50%;
    margin-right: 15px;
    line-height: 18px;
    color: #000;
}

.panel-body {
    font-size: 15px;
    color: #777;
    line-height: 25px;
    padding: 30px;
}

.panel-body img {
    width: auto;
    float: left;
    margin-right: 35px;
    margin-bottom: 15px;
}

.panel-body h4 {
    line-height: 26px;
    margin-bottom: 15px;
}

.panel-body ul li {
    padding-left: 25px;
    float: left;
    margin-bottom: 8px;
    position: relative;
}

.panel-body ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 13px;
    height: 13px;
    border: 2px solid #e08318;
    border-radius: 50%;
    margin: auto;
}

.panel-body ul li:after {
    content: "";
    position: absolute;
    left: 6px;
    top: 23px;
    bottom: -12px;
    width: 1px;
    background-color: #e08318;
}

.panel-body ul li:last-child:after {
    display: none;
}

.panel-group {
    padding-bottom: 0;
    margin-bottom: 0;
}


/* Scholarship ends */


/* INNER GALLERY */

.gallery-out-main .gal-box {
    margin-bottom: 30px;
}

.gallery-out-main a.gal-in {
    display: block;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.gallery-out-main a.gal-in:before {
    content: "";
    position: absolute;
    left: 8px;
    top: 8px;
    bottom: 8px;
    right: 8px;
    border: 1px solid #e08318;
    box-shadow: 0px 0px 0px 8px rgba(224, 131, 24, 0.58);
}

.gallery-out-main .gal-box:nth-last-child(-n+4) {
    margin-bottom: 0;
}

.gallery-out-main a.gal-in:after {
    content: "";
    position: absolute;
    left: 8px;
    bottom: 8px;
    top: 8px;
    right: 8px;
    background-color: rgba(224, 131, 24, 0.58);
    border: 1px solid #e08318;
    opacity: 0;
    transition: all 400ms;
    -webkit-transition: all 400ms;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
}

.gallery-out-main a.gal-in:hover:after {
    opacity: 1;
    transition: all 400ms;
    -webkit-transition: all 400ms;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
}

.gallery-out-main a.gal-in i {
    background-image: url(images/site-sprite.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 9;
    opacity: 0;
    visibility: visible;
    transition: all 400ms;
    -webkit-transition: all 400ms;
}

.gallery-out-main a.gal-in:hover i {
    opacity: 1;
    transition: all 400ms;
    -webkit-transition: all 400ms;
}

.gallery-modal .modal-dialog {
    width: 500px;
}

.gallery-modal .modal-dialog .modal-body {
    padding: 8px;
    background-color: #ff8a00;
}

.gallery-modal .modal-dialog .modal-content {
    border-radius: 0;
    border: 0;
}

.gallery-modal .modal-dialog .modal-body img {
    width: 100%;
}

.modal-dialog .modal-body p {
    font-size: 15px;
    line-height: 25px;
}

.contact-out-main .cont-box {
    float: left;
    width: 100%;
    margin: 25px 0 50px;
    padding: 0 15px;
}

.contact-out-main .cont-box .addr-box {
    text-align: center;
}

.contact-out-main .cont-box .addr {
    border-right: 1px dotted #adadad;
    padding: 10px 15px;
    border-bottom: 1px dotted #adadad;
}

.contact-out-main .cont-box .addr:last-child {
    border-right: 0;
}

.contact-out-main .cont-box .addr-box h4 {
    margin-bottom: 20px;
    text-transform: uppercase;
}

.contact-out-main .cont-box .addr-box a {
    color: #777;
}

.contact-out-main .cont-box .addr-box a:hover {
    color: #e08318;
}


/* Inner Gallery ends */


/* CONTACT */

.con form input.form-control {
    box-shadow: none;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #e08318;
    padding-left: 0;
    width: 100%;
    float: left;
    margin-right: 3%;
    padding-bottom: 15px;
    background-color: #fcfcfc;
}

.con form .form-group:nth-of-type(3) input.form-control {
    margin-right: 0;
}

.form-control:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.con form button.btn-primary {
    border: 0;
    float: left;
    margin-right: 15px;
    background-color: #e08318;
    font-size: 14px;
    text-transform: uppercase;
    padding: 5px 20px;
    margin-top: 6px;
    transition: all 400ms;
    -webkit-transition: all 400ms;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.con form button.btn-primary:focus {
    color: #fff;
    background-color: #e08318;
    border-color: #e08318;
}

.con form button.btn-primary:hover {
    transition: all 400ms;
    -webkit-transition: all 400ms;
    background-color: #e08318;
}

.con form button.btn-primary:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #864904;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.con form button.btn-primary:hover:before {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}

.con .form-group label {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: absolute;
    top: 50%;
    left: 0;
    color: #673904;
    font-weight: normal;
    cursor: text;
    pointer-events: none;
    font-size: 14px;
    margin: 0;
    max-width: inherit;
}

.con .form-group:nth-of-type(3) {
    margin-right: 0;
}

.con form input:focus+label {
    top: -8px;
    font-size: 12px;
    color: #333;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.con form textarea:focus+label {
    top: -8px;
    font-size: 12px;
    color: #333;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.con .form-group {
    margin: 0;
    display: block;
    position: relative;
    width: 100%;
    float: left;
    margin-right: 3%;
    margin-bottom: 28px;
}

.con form textarea.form-control {
    box-shadow: none;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #e08318;
    padding-left: 0;
    width: 100%;
    float: left;
    margin-right: 3%;
    padding-bottom: 15px;
    background-color: #fcfcfc;
}

.con form .form-group:nth-of-type(3) textarea.form-control {
    margin-right: 0;
}


/* Contact ends */


/* TERMS AND CONDITIONS */

.terms-out-main .terms-in {
    margin-bottom: 25px;
}

.terms-in h4 {
    margin-bottom: 20px;
}

.terms-in ul {}

.terms-in ul li {
    font-size: 15px;
    color: #777;
    line-height: 2;
    position: relative;
    padding-left: 25px;
}

.terms-in ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 13px;
    height: 13px;
    border: 2px solid #e08318;
    border-radius: 50%;
    margin: auto;
}

.terms-in ul li:after {
    content: "";
    position: absolute;
    left: 6px;
    top: 23px;
    bottom: -4px;
    width: 1px;
    background-color: #e08318;
}

.terms-in ul li:last-child:after {
    display: none;
}

.terms-out-main .terms-in:last-child {
    margin-bottom: 0;
}


/* Terms and Conditions ends */


/* SEARCH RESULTS */

.search-result-main .search-in {
    padding: 15px;
    border: 1px dashed #e08318;
    float: left;
    background-color: #fff;
}

.search-result-main .search-in img {
    width: 250px;
    min-width: 300px;
    float: left;
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px dashed #e08318;
}

.search-result-main .ser-left {
    margin-bottom: 30px;
}

.search-result-main .ser-left:last-child {
    margin-bottom: 0;
}

.search-result-main .search-in .cnt-right-ser h4 {
    text-transform: capitalize;
    margin: 30px 0 20px;
}


/* Search results ends */


/* 404 */

.error-in {
    text-align: center;
    padding: 30px;
    background-color: #fff;
    border: 1px solid #dedede;
}

.error-in i img {
    width: auto;
}

.error-in h1 {
    font-size: 100px;
    margin: 30px 0;
    color: #e08318;
    font-family: 'Montserrat', sans-serif;
}

.error-in p {
    font-size: 20px;
}

.error-in a {
    display: inline-block;
    border: 0;
    color: #fff;
    margin-right: 15px;
    background-color: #e08318;
    font-size: 14px;
    text-transform: uppercase;
    padding: 5px 20px;
    margin-top: 40px;
    transition: all 400ms;
    -webkit-transition: all 400ms;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.error-in a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #864904;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.error-in a:hover {
    transition: all 400ms;
    -webkit-transition: all 400ms;
    background-color: #e08318;
}

.error-in a:hover:before {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}


/* 404 ends */


/* PLACEHOLDER */

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #eee;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #eee;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #eee;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #eee;
}


/* Placeholder ends */


/* Safari Style */

::i-block-chrome,
footer .foot-left h3 {
    margin: 44px 0 26px;
}

::i-block-chrome,
.modal-dialog .modal-body .close {
    font-size: 25px;
}


/* Safari Style ends */


/*------------------------------------------------------*/


/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 1600px) {
    section.sec-nws .right-vdo {
        min-height: 670px;
    }
    section.sec-nws .left-vdo {
        min-height: 670px;
    }
    section.sec-nws .left-vdo .in-vdo {
        min-height: 670px;
    }
    .texh-main .te-in h4 {
        padding: 5px 10px;
    }
    ul.soc-tech {
        bottom: 50px;
    }
    footer .address .ft-add {
        width: 30%;
    }
    footer .address .ft-qlinks {
        width: 45%;
    }
    footer .address .ft-programs {
        width: 25%;
    }
}

@media (max-width: 1400px) {
    section.story .story-left {
        padding: 100px 50px;
    }
    .texh-main .te-in h4 {
        padding: 10px 10px;
    }
    section.sec-nws .right-vdo {
        padding-bottom: 89px;
    }
    section.sec-nws .right-vdo h3 {
        margin: 90px 0 50px;
    }
    ul.soc-tech {
        bottom: 61px;
    }
    footer .address .ft-add {
        width: 45%;
    }
    footer .address .ft-qlinks {
        width: 55%;
    }
    footer .address .ft-programs {
        width: 100%;
        padding-left: 0;
        margin-top: 10px;
    }
    footer .address .ft-programs ul li {
        display: inline-block;
        margin-right: 10px;
        padding-right: 10px;
        border-right: 1px solid #e08318;
        line-height: 15px;
    }
    footer .address .ft-programs ul li:last-child {
        margin-right: 0;
        border-right: 0;
    }
    footer .address .ft-programs ul li a {
        margin-bottom: 0;
    }
    footer .address .ft-programs ul {
        margin-bottom: 30px;
    }
    footer .address .ft-add li {
        width: 100%;
        float: left;
        margin-bottom: 15px;
    }
    footer .foot-left h3 {
        margin: 42px 0 25px;
        font-weight: 500;
    }
    footer .foot-right ul li a {
        padding: 72px 0;
    }
    section.mission .mis-img-left {
        position: relative;
        padding: 100px 15px;
        text-align: center;
        z-index: 9;
    }
}

@media (max-width: 1199px) {
    footer .foot-right ul li a {
        padding: 75px 0;
    }
    .panel-body img {
        width: 350px;
        margin-bottom: 100px;
    }
    footer .foot-left h3 {
        font-size: 30px;
        margin: 48px 0;
    }
    section.story .story-left {
        padding: 50px 20px;
    }
    .service-slider .item .ser-txt h3 {
        font-size: 25px;
    }
    section.sec-nws .right-vdo h3 {
        margin: 115px 0 50px;
    }
    footer .address .ft-qlinks {
        width: 60%;
        padding-left: 20px;
    }
    footer .address .ft-add {
        width: 40%;
    }
    section.ovrview .right-text {
        padding-top: 0;
    }
    section.mission .mis-img-left .txt-in {
        width: 450px;
    }
    section.mission .mis-img-left {
        padding: 125px 15px;
    }
    .programs-modal .modal-dialog {
        width: 100%;
        padding: 50px;
    }
    .ns-text a {
        margin-top: 10px;
    }
}

@media (max-width: 991px) {
    .modal-dialog {
        margin-top: 100px;
    }
    footer .foot-left {
        padding-right: 30px;
        padding-bottom: 30px;
    }
    footer form {
        width: 100%;
    }
    section.sec-nws .right-vdo img {
        width: 100%;
    }
    section.sec-nws .left-vdo .in-vdo {
        width: 50%;
        float: left;
    }
    section.story .story-right .righ-top {
        width: 100%;
        float: left;
        padding: 40px 30px 70px;
    }
    section.story .story-right .righ-bottom {
        width: 50%;
        float: left;
        min-height: 312px;
        background-image: url(images/service-img.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        display: none;
    }
    section.story .story-right .righ-bottom img {
        display: none;
    }
    .dropDown-ser .search-form {
        width: 100%;
        padding: 0 30px;
    }
    .bs-slider {
        height: 100%;
    }
    .bs-slider>.carousel-inner>.item>img,
    .bs-slider>.carousel-inner>.item>a>img {
        height: 100%;
    }
    .banner .carousel-inner .item h1 {
        font-size: 50px;
        height: 65px;
    }
    .slide-text h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .slide-text>p {
        font-size: 18px;
    }
    section.sec-nws .left-vdo .in-vdo {
        width: 100%;
    }
    section.sec-nws .right-vdo h3 {
        margin: 60px 0 30px;
        font-size: 30px;
        letter-spacing: inherit;
    }
    footer .address .ft-add {
        width: 30%;
    }
    footer .address .ft-qlinks {
        width: 50%;
    }
    footer .address .ft-programs {
        width: 20%;
        margin-top: 0;
    }
    footer .address .ft-programs ul {
        margin-bottom: 0;
    }
    footer .address .ft-programs ul li a {
        margin-bottom: 14px;
    }
    footer .address .ft-programs ul li {
        border-right: 0;
        line-height: inherit;
    }
    footer .foot-right ul li a {
        padding: 64px 0;
    }
    .inner-wrap h2 {
        font-size: 28px;
        margin-top: 0;
    }
    section.ovrview .right-text {
        padding-top: 0;
        padding-left: 15px;
        margin-top: 0;
    }
    section.mission .mis-img-left {
        padding: 50px;
    }
    section.mission .mis-img-left .txt-in {
        width: 100%;
    }
    section.mission .mis-text-right {
        padding: 50px;
    }
    .inner-wrap .team .techers:nth-last-child(-n+4) {
        margin-bottom: 30px;
    }
    .inner-wrap .team .techers:nth-last-child(-n+2) {
        margin-bottom: 0;
    }
    section.ovrview .right-text h2 {
        margin-top: 0;
    }
    .program-out-main .program:nth-last-child(-n+3) {
        margin-bottom: 30px;
    }
    .panel-body img {
        width: 100%;
        margin-bottom: 30px;
    }
    .gallery-out-main .gal-box:nth-last-child(-n+4) {
        margin-bottom: 30px;
    }
    .gallery-out-main .gal-box:nth-last-child(-n+2) {
        margin-bottom: 0;
    }
    .search-result-main .search-in .cnt-right-ser h4 {
        margin: 0 0 20px;
    }
    .contact-out-main .cont-box .addr:last-child {
        border-right: 0;
        float: none;
        display: inline-block;
        margin-top: 30px;
    }
    .contact-out-main .cont-box {
        text-align: center;
    }
    .contact-out-main .cont-box .addr {
        border-right: 0;
        padding: 10px 15px;
        border-bottom: 1px dotted #adadad;
    }
    .contact-out-main .cont-box .addr:first-child {
        border-right: 1px dotted #adadad;
    }
    section.banner-inner {
        background-image: url(images/inner-banner-2.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        min-height: 350px;
    }
    section.banner-inner img {
        display: none;
    }
    .button_container {
        display: block;
    }
    li.dropdown.open ul.dropdown-menu {
        right: 0;
        border-radius: 0;
        border: 0;
        box-shadow: none;
        margin: 0;
        padding: 0;
        background: none;
        position: relative;
        float: none;
    }
}


/*---------- MEDIA 480px ----------*/

@media (max-width: 768px) {
    .slide-text {
        padding: 10px 50px;
    }
    .slide-text h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .slide-text>p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .control-round .carousel-control {
        display: none;
    }
}

@media (max-width: 767px) {
    section.single-news .right-text h2 {
        margin-top: 30px;
    }
    .modal.fade .modal-dialog {
        margin-left: 0;
    }
    .pro-mod-in img {
        display: none;
    }
    .programs-modal .modal-dialog .modal-body {
        padding: 15px;
    }
    .programs-modal .modal-dialog .modal-body h4 {
        margin-top: 0;
    }
    footer .copy span.left {
        width: 100%;
        text-align: center;
    }
    footer .copy span.right {
        width: 100%;
        text-align: center;
    }
    #return-to-top {
        bottom: 106px;
    }
    section.sec-nws .left-vdo .in-vdo {
        width: 100%;
    }
    section.story .story-right .righ-top p {
        font-size: 14px;
    }
    section.story .story-left .story-content .boxs .in-box {
        margin-bottom: 30px;
    }
    section.story .story-left .story-content .boxs .in-box:last-child {
        margin-bottom: 0;
    }
    a#myButton {
        bottom: 50px;
    }
    .welcome h5 {
        display: block;
        margin-right: 0;
        border-right: 0;
        padding-right: 0;
    }
    .button_container.active .top {}
    .button_container.active .bottom {}
    .overlay ul li a {
        line-height: 25px;
        padding: 12px 0;
        font-size: 13px;
    }
    li.dropdown.open ul.dropdown-menu li a {
        font-size: 13px;
        padding: 0;
    }
    .overlay ul li a em {
        right: 100px;
    }
    .overlay {
        overflow: scroll;
    }
    header .logo a {}
    .button_container span {}
    .button_container {}
    .selector {
        background-position: 15px 12px;
        width: 18px;
        height: 18px;
        padding: 24px 28px;
    }
    .selector.mnu-cl {
        background-position: 15px -50px;
    }
    .banner .carousel-inner .item h1 {
        top: inherit;
        bottom: 100px;
        width: 100%;
    }
    header .logo a {}
    section.story .story-right .righ-bottom {
        display: block;
        width: 100%;
    }
    section.sec-nws .left-vdo {
        min-height: inherit;
    }
    section.sec-nws .left-vdo .in-vdo {
        min-height: inherit;
    }
    section.sec-nws .right-vdo {
        padding-bottom: 90px;
    }
    section.sec-nws .right-vdo {
        min-height: inherit;
    }
    .modal.fade.gallery .modal-dialog {
        width: 500px;
        margin: 100px auto;
    }
    footer .address .ft-add {
        width: 40%;
    }
    footer .address .ft-qlinks {
        width: 60%;
    }
    footer .address .ft-programs {
        width: 100%;
        margin-top: 20px;
    }
    footer .address .ft-programs ul li {
        border-right: 1px solid #e08318;
        line-height: 15px;
    }
    footer .address .ft-programs ul li a {
        margin-bottom: 0;
    }
    footer .address .ft-add li i {
        width: 25px;
    }
    .teachers-out {
        height: auto;
    }
    .inner-wrap .team .teachers-out .te-in .front,
    .inner-wrap .team .teachers-out .te-in .back {
        height: auto;
        position: relative;
    }
    .inner-wrap .team .teachers-out .te-in .back {
        position: absolute;
        top: 0;
        bottom: 0;
    }
    .test-out-main .testi:nth-last-child(-n+2) {
        margin-bottom: 30px;
    }
    .test-out-main .testi:nth-last-child(-n+1) {
        margin-bottom: 0;
    }
    section.ovrview .right-text h2 {
        margin-top: 0;
    }
    .why-top p {
        width: 100%;
    }
    .program-out-main .program-in .pro-cont h4 {
        font-size: 20px;
    }
    .panel-group {
        padding: 30px;
        padding-bottom: 0;
    }
    .modal.fade .modal-dialog {
        margin-left: 0;
        margin-left: auto;
        margin-right: auto;
    }
    .contact-out-main .cont-box .addr:last-child {
        margin-top: 0;
        margin-bottom: 0;
    }
    .contact-out-main .cont-box .addr {
        margin-bottom: 30px;
    }
    .contact-out-main .cont-box .addr:first-child {
        border-right: 0;
    }
    section.banner-inner {
        min-height: 300px;
    }
    header.smaller .button_container {
        top: 0;
    }
    header.smaller .selector {
        /*top: 16px;*/
    }
    header.smaller .selector {
        background-position: 29px 22px;
    }
    section.banner-inner h1.type {
        font-size: 45px;
    }
    .contact-out-main .con {
        margin-top: 50px;
    }
    .smaller .mnu-cl {
        background-position: 30px -32px!important;
    }
    h1.type {
        font-size: 60px;
        padding: 0 30px;
    }
    header .logo a svg {
        width: 250px;
    }
    header .logo {
        margin-left: 30px;
    }
    .button_container {
        margin-right: 30px;
    }
    section.banner-inner h1.type {
      
        bottom: 70px;
    }
}



@media (max-width: 650px) {
    footer .copy span.left {
        font-size: 12px;
    }
    footer .copy span.right {
        font-size: 12px;
    }
    section.story .story-right .righ-top {
        width: 100%;
    }
    .service-slider .item .ser-txt h3 {
        font-size: 20px;
    }
    section.story .story-right .righ-bottom {
        width: 100%;
        background-image: none;
        min-height: inherit;
    }
    section.story .story-right .righ-bottom img {
        display: block;
    }
    .program-out-main .program-in .pro-cont h4 {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    h1.type {
        font-size: 50px;
    }
    header .logo a svg {
        width: 200px;
    }
    header .logo {
        margin-left: 15px;
    }
    .button_container {
        margin-right: 15px;
    }
}

@media (max-width: 550px) {
    a.accordion-toggle span {
        padding: 7px;
        width: 30px;
        height: 30px;
    }
    a.accordion-toggle {
        line-height: 32px;
    }
    .panel-title i.indicator.glyphicon {
        top: 20px;
    }
    .panel-body {
        padding: 15px;
    }
    .news-main {
        width: 100%;
    }
    .news-main:nth-last-child(-n+2) {
        margin-bottom: 30px;
    }
    .news-main:nth-last-child(-n+1) {
        margin-bottom: 0;
    }
    footer .address .ft-qlinks ul li {
        width: 50%;
    }
    footer .form-group {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    footer .form-group:nth-child(3) {
        margin-bottom: 0;
    }
    section.sec-nws .right-vdo h3 {
        font-size: 32px;
    }
    section.story .story-left .story-content h1 {
        font-size: 30px;
    }
    section.story .story-left .story-content .boxs h4 {
        font-size: 16px;
    }
    #return-to-top {
        bottom: 106px;
    }
    footer .copy {
        padding: 25px 25px;
    }
    .service-slider .owl-buttons .owl-prev,
    .insta-feed .owl-buttons .owl-prev {
        left: inherit;
        right: 37px;
        width: 35px;
        height: 35px;
        background-color: #e08318;
        margin: inherit;
        top: 2px;
    }
    .service-slider .owl-buttons .owl-next,
    .insta-feed .owl-buttons .owl-next {
        right: 0;
        width: 35px;
        height: 35px;
        margin: inherit;
        background-color: #e08318;
        top: 2px;
    }
    .service-slider .owl-buttons .owl-next img,
    .insta-feed .owl-buttons .owl-next img {
        width: 100%;
        padding: 8px;
    }
    .service-slider .owl-buttons .owl-prev img,
    .insta-feed .owl-buttons .owl-prev img {
        width: 100%;
        padding: 8px;
    }
    .service-slider .item .ser-txt h3 {
        font-size: 22px;
    }
    .banner .carousel-inner .item h1 {
        font-size: 30px;
        height: 40px;
    }
    footer .foot-left h3 {
        font-size: 25px;
    }
    footer .address .ft-add li i {
        font-size: 22px;
        margin-right: 5px;
    }
    footer .address .ft-add li span {
        font-size: 14px;
    }
    footer .address .ft-qlinks ul li a {
        font-size: 14px;
    }
    .texh-main .owl-next {
        width: 35px;
        height: 35px;
    }
    .texh-main .owl-prev {
        width: 35px;
        height: 35px;
    }
    .texh-main {
        width: 70%;
    }
    .texh-main .owl-prev {
        width: 35px;
        height: 35px;
        top: inherit;
        bottom: -50px;
        left: 0;
        right: 37px;
        background-color: #e08318;
    }
    .texh-main .owl-next {
        width: 35px;
        height: 35px;
        top: inherit;
        bottom: -50px;
        left: 37px;
        right: 0;
        background-color: #e08318;
    }
    .texh-main .owl-prev img,
    .texh-main .owl-next img {
        padding: 8px;
    }
    .modal.fade.gallery .modal-dialog {
        width: 100%;
        margin: 100px auto;
        padding: 50px;
    }
    footer .address .ft-add {
        width: 100%;
        margin-bottom: 20px;
    }
    footer .address .ft-qlinks {
        width: 100%;
        padding-left: 0;
    }
    footer .address .ft-programs ul li {
        border-right: 0;
        line-height: inherit;
        display: block;
    }
    footer .address .ft-programs ul li a {
        margin-bottom: 14px;
    }
    .inner-wrap .team .techers {
        width: 100%;
    }
    .inner-wrap .team .techers:last-child {
        margin-bottom: 0;
    }
    .program-out-main .program-in .pro-img {
        width: 100%;
    }
    .program-out-main .program {
        width: 100%;
    }
    .inner-wrap .team .techers:nth-last-child(-n+2) {
        margin-bottom: 30px;
    }
    .inner-wrap .team .techers:nth-last-child(-n+1) {
        margin-bottom: 0;
    }
    .program-out-main .program:nth-last-child(-n+2) {
        margin-bottom: 30px;
    }
    .program-out-main .program:nth-last-child(-n+1) {
        margin-bottom: 0;
    }
    .panel-group {
        padding: 15px;
        padding-bottom: 0;
    }
    .gallery-out-main .gal-box {
        width: 100%;
    }
    .gallery-out-main .gal-box:nth-last-child(-n+2) {
        margin-bottom: 30px;
    }
    .gallery-out-main .gal-box:nth-last-child(-n+1) {
        margin-bottom: 0;
    }
    .gallery-modal .modal-dialog {
        width: 100%;
        padding: 30px;
    }
    .search-result-main .search-in img {
        width: 100%;
        min-width: 300px;
        float: left;
        margin-right: 0;
        padding-right: 0;
        border-right: 0;
    }
    .search-result-main .search-in .cnt-right-ser {
        float: left;
        margin-top: 30px;
    }
    .error-in h1 {
        font-size: 50px;
        margin: 15px 0;
    }
    .error-in a {
        margin-right: 0;
        margin-top: 15px;
    }
    .error-in p {
        font-size: 16px;
    }
    section.banner-inner h1.type {
        font-size: 35px;
    }
    section.banner-inner {
        min-height: 250px;
    }
    section.sec-nws .left-vdo .in-vdo {
        padding: 30px 15px 60px;
    }
    div#owl-news .owl-prev {
        top: -52px;
    }
    div#owl-news .owl-next {
        top: -52px;
    }
    section.sec-nws .right-vdo h3 {
        margin-top: 30px;
    }
}

@media (max-width: 480px) {
    .nws-img span.date-nws span {
        padding: 5px 15px;
    }
    .slide-text {
        padding: 10px 30px;
    }
    .slide-text h1 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .slide-text>p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .slide-text>a.btn-default,
    .slide-text>a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }
    .indicators-line>.carousel-indicators {
        display: none;
    }
    .banner .bs-slider .item {
        background-image: url(images/banner-1.jpg);
        background-repeat: no-repeat;
        background-position: center;
        height: 100vh;
        background-size: cover;
    }
    .banner .bs-slider .item img {
        display: none;
    }
    .banner .carousel-inner .item h1 {
        font-size: 30px;
        height: 40px;
        top: 0;
        bottom: 0;
        width: 230px;
    }
    a#myButton {
        bottom: 50px;
    }
    footer .copy {
        padding: 25px 40px;
    }
    #return-to-top {
        bottom: 134px;
    }
    h1.type {
        font-size: 45px;
    }
}

@media (max-width: 420px) {
    section.mission .mis-img-left {
        padding: 30px 15px;
    }
    section.mission .mis-text-right {
        padding: 30px 15px;
    }
    footer .address .ft-add {
        width: 100%;
    }
    footer .address .ft-qlinks {
        /*display: none;*/
    }
    section.sec-nws .right-vdo h3 {
        font-size: 30px;
    }
    .welcome h5 {
        font-size: 16px;
        line-height: 25px;
    }
    .texh-main {
        width: 100%;
    }
    section.banner-inner h1.type {
        font-size: 24px;
        font-weight: normal;
        letter-spacing: inherit;
    }
    .search-result-main .search-in img {
        min-width: 100%;
    }
    section.story .story-left {
        padding: 50px 15px;
    }
    section.story .story-right .righ-top {
        padding-left: 0;
        padding-right: 0;
    }
    section.sec-nws .left-vdo .in-vdo {
        padding: 30px 0 60px;
    }
    footer .foot-left {
        padding-right: 15px;
        padding-left: 15px;
    }
    .modal.fade.gallery .modal-dialog {
        padding: 20px;
    }
    .programs-modal .modal-dialog {
        padding: 20px;
    }
    .programs-modal .modal-dialog .modal-body h4 {
        font-size: 20px;
    }
    a.accordion-toggle {
        font-size: 14px;
        font-weight: normal;
    }
    .gallery-modal .modal-dialog {
        padding: 20px;
    }
    .inner-wrap section {
        padding: 50px 0;
    }
    section.mission {
        padding: 0;
    }
    h1.type {
        font-size: 35px;
    }
    header .logo a svg {
        width: 175px;
    }
    header.smaller .logo a svg {
        width: 175px;
    }
    section.banner-inner h1.type {
      
        bottom: 80px;
    }
}

@media (max-width: 360px) {
    section.soc-bot h4 {
        font-size: 14px;
    }
    section.soc-bot span em {
        margin-left: 10px;
    }
    .dropDown-ser .search-form {
        width: 100%;
        padding: 0 30px;
        height: 245px;
    }
    .dropDown-ser .search-form h3 {
        font-size: 18px;
    }
    .dropDown-ser .search-form i.dow-ar {
        margin-bottom: 18px;
        margin-top: 18px;
    }
    .banner .carousel-inner .item h1 {
        bottom: 15px;
        font-size: 25px;
        height: 35px;
    }
    section.story .story-right .righ-top {
        padding: 40px 15px 70px;
    }
    .bread a {
        font-size: 10px;
    }
    .bread span.act {
        font-size: 10px;
    }
}