.se-pre-con {
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    position: fixed;
    background: #fefefe url(images/loading.gif) center center no-repeat;
    background-size: 100px;
}
#popupdetail figure{
    margin:0 0;
}
.social {
    top: 150px;
    right: 0px;
    z-index: 999;
    position: fixed;
}
.social ul {
    padding: 0px;
    -webkit-transform: translate(270px, 0);
    -moz-transform: translate(270px, 0);
    -ms-transform: translate(270px, 0);
    -o-transform: translate(270px, 0);
    transform: translate(270px, 0);
}
.social ul li {
    margin: 3px;
    width: 305px;
    padding: 5px;
    display: block;
    text-align: left;
    background: rgba(89, 29, 144, 0.5);
    -webkit-border-radius: 30px 0 0 30px;
    -moz-border-radius: 30px 0 0 30px;
    border-radius: 30px 0 0 30px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.social ul li b {
    color: #591d90;
}
.social ul li:hover {
    -webkit-transform: translate(-200px, 0);
    -moz-transform: translate(-200px, 0);
    -ms-transform: translate(-200px, 0);
    -o-transform: translate(-200px, 0);
    transform: translate(-200px, 0);
    background: rgba(255, 255, 255, 0.9);
}
.social ul li:hover a {
    color: #591d90;
}
.social ul li:hover i {
    color: #fff;
    background: #591d90;
}
.social ul li i {
    width: 40px;
    height: 40px;
    padding: 10px;
    color: #591d90;
    font-size: 20px;
    margin-right: 10px;
    text-align: center;
    background: #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    box-sizing: border-box;
}
.banner {
    float: left;
    width: 100%;
    background: #591d90;
}
.banner-caption {
    left: 3%;
    bottom: 40%;
    position: absolute;
}
.banner-text {
    width: 100%;
    float: left;
}
.banner-text h1 {
    color: #fff;
    font-size: 4em;
    font-weight: bold;
    line-height: normal;
    text-shadow: 1px 1px 2px #000;
}
.title img {
    vertical-align: middle;
    margin-right: 10px;
}
.title h1, .title h2 {
    color: #591d90;
    font-size: 3em;
    margin-bottom: 20px;
}
.title h1::after {
    width: auto;
    height: 16px;
    content: "" !important;
    background: url("images/menu_hover.png") no-repeat 130px 0;
    display: block !important;
}
.numbers_bg {
    width: 100%;
    float: left;
    background: #591d90 url("images/numbers_bg.png") left bottom no-repeat;
}
.numbers {
    float: left;
    width: 100%;
    color: #fff;
    padding: 5% 8%;
    box-sizing: border-box;
}
.numbers h1 {
    display: flex;
    padding: 0 12%;
    color: #ccbadd;
    font-weight: 400;
    font-size: 1.3em;
    align-items: center;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
}
.numbers h1 span {
    color: #fff;
    font-size: 3em;
    font-weight: bold;
    padding-right: 25px;
}
.annouce_bg {
    width: 100%;
    float: left;
    background-color: #f7f7f7;
}
.annouce {
    width: 90%;
    float: left;
    padding: 1% 2%;
    margin: 2% 0% 0 3%;
    background-color: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.annouce_title {
    width: 5%;
    float: left;
}
.annouce_title h3 {
    color: #591d90;
}
.annouce_news {
    width: 85%;
    float: right;
}
.blink {
    animation: blinker 1.5s linear infinite;
}
@keyframes blinker {
    50% {
        opacity: 0;
    }
}
.desk_bg {
    float: left;
    width: 100%;
    position: relative;
}
.desk {
    width: 90%;
    float: left;
    padding: 5%;
    background-color: #f7f7f7;
}
.des p {
    text-align: center;
}
.des p img {
    width: 70%;
}
.desk ul {
    padding: 20px 0 30px 0;
}
.desk li {
    list-style: none;
    font-size: 1.3em;
    line-height: 2em;
    padding: 5px 0px 5px 50px;
    background: url("images/arr1.png") center left no-repeat;
}
.desk h1, .desk p {
    margin-bottom: 3%;
}
.desk p a {
    color: #fff;
    padding: 10px 15px;
    background-color: #f37a21;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.desk p a:hover {
    background-color: #666;
}
.mrg_lft {
    margin-left: 5%;
}
.grid {
    display: flex;
    flex-wrap: wrap;
}
.flex-item-01, .flex-item-02, .flex-item-03, .flex-item-04 {
    flex: 25%;
    box-sizing: border-box;
}
.fix_width .flex-item-01, .fix_width .flex-item-02, .fix_width .flex-item-03, .fix_width .flex-item-04 {
	max-width: 25%;
}
.inner_main .flex-item-01, .inner_main .flex-item-02, .inner_main .flex-item-03 {
    flex: 33%;
    box-sizing: border-box;
}
.fix_3width .flex-item-01, .fix_3width .flex-item-02, .fix_3width .flex-item-03 {
	max-width: 33%;
	flex: 33%;
    box-sizing: border-box;
}
.count_bg {
    float: left;
    width: 100%;
    background: #ede6f4 url("images/team_bg.png") right bottom no-repeat;
}
.content {
    width: 90%;
    float: left;
    padding: 5%;
}
.metrics {
    float: left;
    width: 100%;
    margin-top: 3%;
    text-align: center;
    position: relative;
}
.metrics h6 img {
    width: 90%;
    margin-bottom: 3%;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.metrics h5 {
    color: #000;
    font-weight: 500;
    font-size: 1.8em;
    line-height: 1em;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.metrics h5 span {
    color: #591d90;
    font-size: 0.6em;
    font-weight: 400;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
}
.why_bg {
    float: left;
    width: 100%;
    position: relative;
}
.why {
    width: 90%;
    float: left;
    padding: 5%;
}
.why_rht {
    width: 100%;
    float: left;
    margin-top: 3%;
}
.row {
    display: flex;
    flex-wrap: wrap;
}
.row a {
    color: #fff;
}
.col-lg-3 {
    width: 25%;
    float: left;
    padding-right: 2%;
    box-sizing: border-box;
}
.right-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.serv {
    overflow: hidden;
    margin-bottom: 5%;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.colr01 {
    color: #fff;
    background: #591d90;
    padding: 5% 0 48% 5%;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.colr01:hover {
    opacity: 0.7;
}
.awards {
    color: #fff;
    height: 100%;
    overflow: hidden;
    position: relative;
    background: #591d90;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.colr2 {
    background: #591d90;
}
.colr {
    background: #f0893f;
}
.highlight_title {
    left: 5%;
    bottom: 5%;
    width: 95%;
    height: 90%;
    position: absolute;
}
.highlight_title:hover {
    opacity: 0.7;
}
.image-container {
    position: relative;
    display: inline-block;
}
.image-container img {
    float: left;
    width: 100%;
    display: block;
    opacity: 0.25;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.image-container img:hover {
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.text-overlay {
    left: 5%;
    bottom: 5%;
    color: #fff;
    position: absolute;
    box-sizing: border-box;
}
.testimonial-section {
    float: left;
    width: 100%;
    position: relative;
}
.testimonial-bg {
    width: 90%;
    float: left;
    padding: 5%;
}
.testimonial-title span, .testimonial-title h2 {
    color: #fff;
}
.testimonial-title {
    text-align: center;
    padding-bottom: 40px;
}
.testimonial-title span {
    color: #fff;
    font-size: 1em;
    font-weight: 600;
    letter-spacing: 2px;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.testimonial-slider h1 {
    color: #000;
}
.testimonial-title h2 span {
    font-size: 2em;
    font-weight: 900;
    text-transform: none;
}
.testimonial-slider {
    padding: 0 0 0px 0;
    position: relative;
    background-color: #f6f6f6;
    margin: 3% 10% 0px 0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.home_testi, .aca, .down_img {
    padding: 20px 40px;
}
.aca li {
    padding-left: 25px !important;
}
.down_img p {
    padding: 15px 0;
}
.aca_img img {
    border-radius: 20px 20px 0 0;
    /*clip-path: polygon(0 0, 100% 0, 100% 50%, 0 100%);
    clip-path: polygon(0% 100%, 0 0%, 0% 0%, 100% 20%);*/
}
.even {
    background-color: #ede6f4;
}
.testimonial-slider:before {
    left: 0;
    content: '';
    width: 100%;
    /*height: 30px;
    bottom: -30px;*/
    display: block;
    position: absolute;
    background-image: url("images/shape.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
}
.testimonial-pic img {
    top: -50px;
    width: 100px;
    height: 100px;
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.testimonial-pic a {
    color: #000;
    font-size: 22px;
    margin-left: 135px;
    margin-bottom: 15px;
    text-decoration: none;
    text-transform: capitalize;
}
.testimonial-pic i {
    color: #591d90;
    font-size: 4em;
    margin-left: auto;
    opacity: 0.9;
}
.vid_bg {
    float: left;
    width: 100%;
    position: relative;
}
.special_bg {
    float: left;
    width: 100%;
    background: #591d90 url("images/footer_bg.png") right bottom no-repeat;
}
.spe_lft img {
    float: left;
}
.special {
    float: left;
    width: 100%;
    color: #fff;
    padding: 5%;
    box-sizing: border-box;
}
.special a {
    opacity: 1;
    transition: all 0.3s ease;
}
.special a:hover {
    opacity: 0.7;
    transition: all 0.3s ease;
}
.special h1, .special h2 {
    color: #fff;
}
.special ul {
    padding: 20px 0 30px 0;
}
.special li {
    list-style: none;
    font-size: 1.3em;
    line-height: 2em;
    padding: 5px 0px 5px 50px;
    background: url("images/arr2.png") center left no-repeat;
}
.special p a {
    color: #591d90;
    padding: 10px 15px;
    background-color: #fff;
    border: 1px solid #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.special p a:hover {
    color: #591d90;
    border: 1px solid #591d90;
    background-color: #fff;
}
.vid {
    width: 90%;
    float: left;
    padding: 5%;
    background: #f6f6f6;
}
.news {
    float: left;
    width: 100%;
    margin-top: 3%;
    text-align: center;
    padding-bottom: 5%;
}
.news h6 img {
    width: 90%;
    margin-bottom: 10%;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.news p {
    width: 70%;
    color: #000;
    font-size: 0.9em;
    line-height: 1.7em;
    text-align: left;
}
.news p i {
    color: #591d90;
    margin-right: 5px;
    margin-bottom: 15px;
}
.news p span {
    color: #666;
    font-weight: 300;
}
.news p:hover {
    text-decoration: underline;
}
.subban {
    float: left;
    width: 100%;
    color: #fff;
    position: relative;
}
.subban img {
    float: left;
    width: 100%;
}
.subban h1 {
    color: #fff;
    font-size: 3em;
    margin-bottom: 3%;
    font-weight: bold;
    line-height: normal;
    text-shadow: 1px 1px 2px #000;
}
.subban h2 {
    margin-bottom: 3%;
    font-weight: bold;
    line-height: normal;
    text-shadow: 1px 1px 2px #000;
}
.centered {
    top: 70%;
    right: 10%;
    width: 30%;
    padding: 50px 50px;
    position: absolute;
    transform: translate(0%, -50%);
    background-color: #591d90;
    border-radius: 20px;
    opacity: 0.9;
}
.nav_bg {
    width: 90%;
    float: left;
    color: #fff;
    padding: 20px 5%;
    text-align: center;
    text-transform: uppercase;
    background: #591d90 url("images/numbers_bg.png") left bottom no-repeat;
}
.nav_bg a {
    color: #aaa;
}
.nav_bg .active {
    color: #fff;
}
.nav_bg span {
    padding: 0 20px;
}
.subpage_bg {
    float: left;
    width: 100%;
    background-color: #f7f7f7;
}
.subpage_bg h1, .subpage_bg h2, .subpage_bg h3, .subpage_bg h4, .subpage_bg h5, .subpage_bg h6, .subpage_bg p, .subpage_bg ul, .subpage_bg ol, .subpage_bg blockquote {
    margin-bottom: 3%;
}
.subpage_bg h3 {
    font-size: 1.5em;
    line-height: 1.5em;
    font-weight: normal;
}
.subpage {
    width: 90%;
    float: left;
    padding: 5%;
}
.subpage li {
    list-style: none;
    font-size: 1.3em;
    line-height: 2em;
    padding: 5px 0px 5px 50px;
    background: url("images/arr1.png") center left no-repeat;
}
.subpage img {
    border-radius: 20px;
}
.inner_main {
    float: left;
    width: 100%;
}
.inner_bg {
    width: 90%;
    float: left;
    padding: 5%;
    background: #fff url("images/team_bg.png") right bottom no-repeat;
}
.hover-4 {
    background: #f6f6f6 url("images/team_bg.png") right bottom no-repeat;
}
.aca_even {
    background: #ede6f4 url("images/team_bg.png") right bottom no-repeat;
}
.red {
    background: maroon url("images/team_bg.png") right bottom no-repeat;
    transition: all 1s ease;
}
.green {
    background: green url("images/team_bg.png") right bottom no-repeat;
    transition: all 1s ease;
}
.blue {
    background: blue url("images/team_bg.png") right bottom no-repeat;
    transition: all 1s ease;
}
.yellow {
    background: yellow url("images/team_bg.png") right bottom no-repeat;
    transition: all 1s ease;
}
.hover-4 a, .aca_even a {
    color: #444;
}
.red a, .green a, .blue a, .yellow a {
    color: #fff !important;
}
.red h1, .green h1, .blue h1 {
    color: #fff !important;
}
.yellow a {
    color: #000 !important;
}
.hover-4:hover, .aca_even:hover {
    background: #591d90 /*url("images/footer_bg.png") right bottom no-repeat*/ ;
    transition: all 1s ease;
}
.hover-4:hover h1, .hover-4:hover h4, .hover-4:hover p, .hover-4:hover ul, .aca_even:hover h1, .aca_even:hover p, .aca_even:hover ul {
    color: #fff;
}
.con_lft {
    width: 25%;
    float: left;
    position: relative;
}
.con_lft h2 {
    margin-bottom: 2em;
}
.con_lft h2::before {
    width: 90px;
    padding-top: 5px;
    content: "" !important;
    border-bottom: 3px solid #f0893f !important;
    display: block !important;
}
.lef_menu {
    float: left;
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    background: #f9f9f9 url("images/title_bg1.png") 90% center no-repeat;
    border-left: 3px solid #591d90;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
    transition: box-shadow 0.5s;
}
.lef_menu a {
    color: #333;
}
.lef_menu:hover {
    background-color: #f8f2ff;
    box-shadow: rgba(17, 17, 17, 0.3) 0px 0px 3px;
    transition: box-shadow 0.5s;
}
.con_lft .active {
    background-color: #f8f2ff;
    box-shadow: rgba(17, 17, 17, 0.3) 0px 0px 3px;
    transition: box-shadow 0.5s;
}
.test1 {
    width: 70%;
    float: left;
    padding: 0 10px;
    box-sizing: border-box;
}
.test1 h4 {
    color: #591d90;
    margin-bottom: 5px !important;
    text-transform: uppercase;
}
.test1 p {
    margin-bottom: 0 !important;
}
.test2 {
    width: 25%;
    float: right;
    text-align: right;
    vertical-align: middle;
}
.test2 img {
    float: right;
}
.con_rht {
    width: 66%;
    float: right;
    padding: 20px 3%;
}
.con_rht p {
    text-align: justify;
}
.con_rht ul {
    text-align: left;
}
.con_rht ul li {
    display: block;
    list-style: none;
    position: relative;
    padding: 0 0 2% 3%;
}
.con_rht ul li::before {
    left: 0;
    content: "\f105";
    position: absolute;
    font-family: "FontAwesome";
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
.one {
    width: 70%;
    float: left;
}
.two {
    width: 25%;
    float: right;
}
blockquote {
    width: 100%;
    padding: 20px;
    font-size: 1.5em;
    background-color: #f8f2ff;
    border-left: 3px solid #591d90;
    box-sizing: border-box;
}
.inner_lft {
    padding: 50px;
    box-sizing: border-box;
    background-color: #f8f2ff;
}
.inner_rht {
    color: #fff;
    padding: 50px;
    box-sizing: border-box;
    background: #591d90 url("images/mouse_hover.png") right 0px no-repeat;
}
.inner_lft img, .inner_rht img {
    width: 50%;
    padding: 20px 0;
    border-radius: 50%;
    text-align: center;
}
.submenu_nav {
    float: left;
    width: 100%;
    box-sizing: border-box;
    text-transform: uppercase;
}
.submenu_nav ul li {
    float: left;
    list-style: none;
    padding: 0 !important;
}
.submenu_nav ul li::before {
    content: "";
}
.submenu_nav li {
    width: 48%;
    margin-right: 2%;
}
.submenu_nav li:last-child {
    width: 48%;
    margin-right: 0;
    margin-left: 2%;
}
.submenu_nav a {
    color: #000;
    padding: 2% 0;
    display: block;
    font-weight: bold;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ccc;
}
.submenu_nav a:hover, .submenu_nav .selected {
    color: #fff;
    background-color: #591d90;
}
.tabcontent {
    transition: all 1s ease;
}
.results {
    float: left;
    width: 100%;
}
.res_lft {
    width: 48%;
    float: left;
}
.res_rht {
    width: 48%;
    float: right;
}
.table01 {
    float: left;
    width: 100%;
    margin: 3% 0;
}
.table01 th {
    font-weight: 500;
    background-color: #eee;
}
.table01 th, .table01 td {
    text-align: left;
    padding: 5px 10px;
    border: 1px solid #ccc;
}
.testi {
    width: 90%;
    float: left;
    padding: 5% 5% 2% 5%;
    margin-bottom: 3%;
    border: 1px solid #eee;
    background-color: #f9f9f9;
    opacity: 0.7;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.testi svg {
    width: 100px;
    fill: #591d90;
    padding-right: 20px;
}
.testi h3, .testi h4 {
    text-align: right;
}
.testi h3 {
    color: #591d90;
    margin-bottom: 0;
    font-weight: 700;
}
.products {
    float: left;
    width: 100%;
}
.hrs {
    float: left;
    width: 100%;
    height: 2px;
    margin: 5% 0px;
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
}
.products-img {
    width: 35%;
    float: left;
    padding-right: 5%;
}
.products-img img {
    box-shadow: 1px 10px 20px #999;
    border-right: 10px solid #591d90;
    border-bottom: 10px solid #591d90;
}
.products-des {
    width: 60%;
    float: left;
}
.modal {
    inset: 0;
    display: none;
    position: fixed;
    z-index: 999;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
}
.modal:target {
    display: flex;
}
.pop_content {
    top: 5%;
    width: 80%;
    height: 80%;
    padding: 1%;
	overflow-y: scroll;
    position: relative;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0px 1px 5px #666;
}
.pop_content p {
	margin: 0 0 2% 0 !important;
}
.pop_close {
    top: 20px;
    z-index: 9;
    right: 20px;
    color: #fe0606;
    font-size: 30px;
    line-height: 20px;
    position: absolute;
    text-decoration: none;
}
.abt_team img {
    border-radius: 20px;
}
.abt_teamtxt {
    color: #fff;
    padding: 50px;
    margin-top: 80px;
    margin-left: -30px;
    margin-bottom: 100px;
    box-sizing: border-box;
    background: #591d90 /*url("images/mouse_hover.png") right 200px no-repeat*/;
    border-radius: 20px;
}
.abt_teamtxt p {
    font-size: 1.3em;
}
.abt_teamtxt h3, .abt_teamtxt h4 {
    text-align: right;
}
.abt_teamtxt h3 {
    margin-bottom: 10px;
}
.mar_top {
    margin-top: 5%;
}
.blog_bg {
    float: left;
    width: 100%;
    margin-top: 3%;
}
.blog {
    float: left;
    width: 100%;
    margin-bottom: 2%;
    box-sizing: border-box;
}
.blog img {
    float: left;
}
.blog h4 {
    font-weight: 400;
    padding: 20px 0 0px 0;
}
.blog a {
    color: #000;
}
.blog .flex-item-01:hover h2, .blog .flex-item-02:hover h2, .blog .flex-item-03:hover h2, .blog .flex-item-04:hover h2 {
    color: #591d90;
}
.blog .flex-item-01 {
    box-sizing: border-box;
}
.blogcontent {
    float: left;
    width: 95%;
    padding: 20px 5%;
    background-color: #fff;
    border: 1px solid #ccc;
    box-sizing: border-box;
	margin: 0 5% 3% 0;
}
.blogcontent:hover {
    box-shadow: 0px 1px 1px #591d90;
}
.foot p {
    text-align: left !important;
}
.foot a {
    color: #fff;
    padding-bottom: 3px;
    margin-right: 10px;
    background-image: linear-gradient(#fff, #fff);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: background-size .25s cubic-bezier(.24, .26, .2, 1);
    position: relative;
}
.foot a:hover {
    background-size: 100% 1px;
}
.foot p i {
    color: #fff;
    font-size: 1em;
    margin-right: 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.foot p a i {
    font-size: 2em;
    margin-right: 0px !important;
}
/** Form Starts **/
.enquiry {
    float: left;
    width: 100%;
}
.inputrow {
    float: left;
    width: 100%;
}
select {
    width: 98%;
    color: #666;
    padding: 2% 3%;
    margin: 0 0 2% 0;
    border: 1px solid #e3ddd8;
    font-family: "Open Sans", sans-serif;
}
input[type="text"], textarea {
    width: 92%;
    color: #000;
    resize: none;
    outline: none;
    padding: 2% 3%;
    margin: 0 0 2% 0;
    font-weight: 300;
    border: 0px;
    border-bottom: 1px solid #e3ddd8;
    font-family: "Open Sans", sans-serif;
    background: none;
}
input[type="file"] {
    width: 92%;
    color: #000;
    padding: 2% 3%;
    cursor: pointer;
    margin: 0 0 2% 0;
    overflow: hidden;
    text-indent: 2000px;
    border: 1px solid #e3ddd8;
    font-family: "Open Sans", sans-serif;
    background: #fff url(images/attach.png) 25px center no-repeat;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
input[type="submit"], input[type="button"] {
    color: #fff;
    border: 0px;
    outline: none;
    cursor: pointer;
    font-weight: 300;
    margin-bottom: 2%;
    padding: 10px 15px;
    text-align: center;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    background-color: #591d90;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
input[type="submit"]:focus, input[type="button"]:focus {
    outline: none;
}
input[type="button"]::-moz-focus-inner {
    border: 0;
    outline: none;
}
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
    background-color: #f37a21;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#success_msg {
    color: #000;
    margin-bottom: 2%;
    padding: 5px 0 5px 3%;
}
.errorMsg {
    color: #c30;
    height: 20px;
    font-size: 11px;
}
.successMsg, .ErrMsg {
    background-color: rgba(189, 238, 255, 0.50);
}
.ErrMsg {
    color: #c30;
}
.enblog {
    max-width: 25%;
}
#processingOverlay {
    display:none;
    position:fixed;
    top:0; left:0;
    width:100%; height:100%;
    background:rgba(0,0,0,0.7);
    color:#fff;
    z-index:999999;
    font-size:22px;
    text-align:center;
    padding-top:20%;
}

.pagination {
    float: left;
    width: 100%;
    margin-top: 50px;
}
.pagination li {
    float: left;
    list-style:none;
}
.pagination a {
    display: inline-block;
    padding: 8px 14px;
    margin: 0 4px 10px 4px;
    border: 1px solid #ccc;
    text-decoration: none;
    color: #333;
    border-radius: 4px;
}
.pagination a:hover {
    background-color: #f0f0f0;
}
.pagination a.active {
    background-color: #333;
    color: #fff;
    border-color: #333;
}
.pagination a.prev, .pagination a.next {
    font-weight: bold;
}
@media only screen and (min-width : 1389px) and (max-width : 1440px) {
    .title h1, .title h2, .subban h1 {
        font-size: 2em;
    }
    .special {
        padding: 2% 5%;
    }
}
/** Form Ends **/
@media only screen and (min-width:960px) and (max-width:1389px) {
    .banner-text h1 {
        font-size: 3em;
    }
    #accordion {
        width: 100% !important;
    }
}
@media only screen and (min-width:768px) and (max-width:990px) {
    #accordion {
        width: 100% !important;
    }
}
@media only screen and (min-width:768px) and (max-width:1024px) {
    .banner-text h1 {
        font-size: 3em;
    }
    .title h1, .title h2, .subban h1 {
        font-size: 2em;
    }
    .title h1 img {
        width: 75px;
    }
    .title h1::after {
        background: url(images/menu_hover.png) no-repeat 75px 0;
    }
    #accordion {
        width: 100% !important;
    }
    .d-flex {
        display: block !important;
    }
    .testimonial-pic a {
        float: left;
        width: 100%;
        margin: 70px 0 15px 0 !important;
    }
    .gal_home {
        width: 100%;
        margin-bottom: 3%;
    }
    .adm_home {
        width: 100%;
    }
    .numbers h1 {
        padding: 0 3%;
        font-size: 1em;
    }
    .desk li {
        font-size: 1em;
        line-height: 1.5em;
    }
    .special_bg .flex-item-01, .special_bg .flex-item-02, .special_bg .flex-item-03, .special_bg .flex-item-04 {
        flex: 100% !important;
    }
    .special_bg img {
        width: 100%;
    }
    .col-lg-3 {
        width: 50%;
        padding-right: 2%;
        padding-bottom: 2%;
    }
.fix_width .flex-item-01, .fix_width .flex-item-02, .fix_width .flex-item-03, .fix_width .flex-item-04 {
	max-width: 50%;
        flex: 50% !important;
}
.fix_3width .flex-item-01, .fix_3width .flex-item-02, .fix_3width .flex-item-03 {
	max-width: 50%;
        flex: 50% !important;
}
.centered {
    top: 60%;
    right: 10%;
    width: 50%;
    padding: 25px 25px;
    position: absolute;
    transform: translate(0%, -50%);
    background-color: #591d90;
    border-radius: 20px;
    opacity: 0.9;
}
}
@media all and (max-width: 768px) {
    .banner-text h1 {
        font-size: 2em;
    }
    .banner-caption {
        bottom: 20%;
    }
    .numbers h1 {
        padding: 0 3%;
        font-size: 1em;
    }
    .annouce_news {
        width: 75%;
    }
    .title h1, .title h2, .subban h1 {
        font-size: 2em;
    }
    .special {
        padding: 5%;
    }
    .flex-item-01, .flex-item-02, .flex-item-03, .flex-item-04 {
        flex: 50%;
    }
    .subpage .flex-item-01, .subpage .flex-item-02, .subpage .flex-item-03, .subpage .flex-item-04 {
        flex: 100%;
    }
    .mrg_btn {
        margin-bottom: 5% !important;
    }
    .mrg_lft {
        margin: 5% 0 0 0 !important;
    }
    .why hr {
        display: none !important;
    }
    #accordion {
        width: 100% !important;
    }
    #gallery ul li {
        width: 33% !important;
    }
    .package01, .package02 {
        width: 100%;
    }
    .testimonial-title {
        padding: 40px 0 0 0 !important;
    }
    .d-flex {
        display: block !important;
    }
    .testimonial-pic a {
        float: left;
        width: 100%;
        margin: 70px 0 15px 0 !important;
    }
    .slick-dots {
        bottom: 40px !important;
        left: 30% !important;
    }
    .gal_home {
        width: 100%;
        margin-bottom: 3%;
    }
    .adm_home {
        width: 100%;
    }
    .col-lg-3 {
        width: 50%;
        padding-right: 2%;
        padding-bottom: 2%;
    }
    .centered {
        top: auto;
        right: auto;
        width: 100%;
        float: left;
        padding: 50px 50px;
        position: relative;
        transform: translate(0%, 0%);
        background-color: #591d90;
        border-radius: 0px;
        opacity: 0.9;
        box-sizing: border-box;
    }
    .con_lft, .two {
        width: 100%;
        display: none;
    }
    .con_rht {
        width: 94%;
        padding: 20px 3%;
    }
    .one {
        width: 100%;
    }
.fix_width .flex-item-01, .fix_width .flex-item-02, .fix_width .flex-item-03, .fix_width .flex-item-04 {
	max-width: 50%;
}
.fix_3width .flex-item-01, .fix_3width .flex-item-02, .fix_3width .flex-item-03 {
	flex: 50%;
	max-width: 50%;
}
}
@media only screen and (min-width:480px) and (max-width:767px) {
    .annouce_news {
        width: 50%;
    }
    .flex-item-01, .flex-item-02, .flex-item-03, .flex-item-04 {
        flex: 100%;
    }
    .testimonial-slider {
        margin: 3% 0% 0px 0;
    }
.fix_width .flex-item-01, .fix_width .flex-item-02, .fix_width .flex-item-03, .fix_width .flex-item-04 {
	max-width: 100%;
}
.fix_3width .flex-item-01, .fix_3width .flex-item-02, .fix_3width .flex-item-03 {
	flex: 100%;
	max-width: 100%;
}
.abt_teamtxt {
	padding: 20px;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 20px;
}
}
@media all and (max-width: 480px) {
    .annouce_news {
        width: 50%;
    }
    .title h1 img {
        width: 50px;
    }
    .title h1::after {
        background: url("images/menu_hover.png") no-repeat 50px 0;
    }
    .col-lg-3 {
        width: 100%;
        padding-right: 0%;
        padding-bottom: 2%;
    }
    .flex-item-01, .flex-item-02, .flex-item-03, .flex-item-04 {
        flex: 100%;
    }
    .testimonial-slider {
        margin: 3% 0% 0px 0;
    }
.fix_width .flex-item-01, .fix_width .flex-item-02, .fix_width .flex-item-03, .fix_width .flex-item-04 {
	max-width: 100%;
}
.fix_3width .flex-item-01, .fix_3width .flex-item-02, .fix_3width .flex-item-03 {
	flex: 100%;
	max-width: 100%;
}
.abt_teamtxt {
	padding: 20px;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 20px;
}
}