.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: 2;
    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;
    border: 1px solid #eee;
    background: rgba(249, 227, 210, 0.4);
    -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: #f37a21;
}
.social ul li:hover {
    border: 1px solid #eee;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transform: translate(-110px, 0);
    -moz-transform: translate(-110px, 0);
    -ms-transform: translate(-10px, 0);
    -o-transform: translate(-110px, 0);
    transform: translate(-110px, 0);
}
.social ul li:hover a {
    color: #f37a21;
}
.social ul li:hover i {
    color: #fff;
    background: #f37a21;
}
.social ul li i {
    width: 40px;
    height: 40px;
    padding: 10px;
    color: #f37a21;
    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%;
}
.banner img {
    float: left;
    width: 100%;
}
.banner-caption {
    left: 5%;
    bottom: 40%;
    position: absolute;
}
.banner-text {
    width: 100%;
    float: left;
}
.banner-text h1 {
    color: #fff;
    font-size: 5em;
    font-weight: bold;
    line-height: normal;
    text-shadow: 1px 1px 2px #000;
}
.annouce {
    width: 90%;
    float: left;
    padding: 1% 2%;
    margin: 2% 0% 0 3%;
    background-color: #eee;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.annouce_title {
    width: 5%;
    float: left;
}
.annouce_title h3 {
    color: #f37a21;
}
.annouce_news {
    width: 85%;
    float: right;
} /*
.b-section-marquee-box {
    height: auto;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.b-section-marquee-box h4 {
    color: #000;
    padding: 0 10px;
    white-space: nowrap;
    flex-shrink: 0;
    width: max-content;
    display: flex;
    align-items: center;
    transform: translateX(0);
    animation: b-text-scroll 10s linear infinite;
}
@keyframes b-text-scroll {
    0% {
        transform: translate3d(100%, 0, 0);
    }
    100% {
        transform: translate3d(-100%, 0, 0);
    }
}*/
blockquote {
    width: 100%;
    padding: 20px;
    font-size: 1.5em;
    background-color: #fff6f0;
    border-left: 3px solid #f37a21;
    box-sizing: border-box;
}
.blink {
    animation: blinker 1.5s linear infinite;
}
@keyframes blinker {
    50% {
        opacity: 0;
    }
}
.reg {
    color: #f37a21 !important;
}
.title h1 {
    color: #f37a21;
    font-size: 2em;
    margin-bottom: 20px;
}
.title h1::after {
    width: auto;
    height: 14px;
    content: "" !important;
    background: url("images/menu_hover.png") no-repeat 0 0;
    display: block !important;
}
.title_white h1 {
    color: #fff;
    font-size: 2em;
    margin-bottom: 20px;
}
.title_white h1::after {
    width: auto;
    height: 14px;
    content: "" !important;
    background: url("images/menu_hover1.png") no-repeat 0 0;
    display: block !important;
}
.desk_bg {
    float: left;
    width: 100%;
}
.desk {
    width: 90%;
    float: left;
    padding: 5%;
    background-color: #fff;
}
.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;
}
.count_bg {
    float: left;
    width: 100%;
    background: url("images/count_bg.jpg") bottom left no-repeat;
    background-size: cover;
}
.content {
    width: 90%;
    float: left;
    padding: 5%;
    background-color: rgb(51 89 114 / 50%);
}
.metrics {
    float: left;
    width: 100%;
    margin-top: 3%;
    text-align: center;
}
.metrics h6 img {
    width: 80%;
    float: left;
    margin-bottom: 2%;
    border: 5px solid #ccc;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.metrics h5 {
    color: #fff;
    font-size: 1em;
    padding: 15px 5px;
    margin: -1% 15% 0 15%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
    background: #f37a21 url("images/menu_hover1.png") right 99% no-repeat;
    background-size: 20%;
}
.metrics h5 span {
    text-transform: uppercase;
}
.team_link {
    float: right;
    width: 100%;
    margin-top: 3%;
}
.team_link p a {
    color: #f37a21;
    padding: 10px 15px;
    background-color: #fff;
    border: 1px solid #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.team_link p a:hover {
    color: #fff;
    border: 1px solid #fff;
    background-color: #f37a21;
}
.why_bg {
    float: left;
    width: 100%;
}
.why {
    width: 90%;
    float: left;
    padding: 5%;
}
.why_rht {
    float: left;
    width: 100%;
    margin-top: 3%;
}
.why_rht h6 {
    color: #000;
    padding: 0 3%;
    font-size: 1em;
    text-align: center;
    text-transform: uppercase;
}
.why_rht h6 img {
    height: 120px;
    padding-bottom: 3%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.why_rht img:hover {
    -ms-transform: scale(1.3) !important; /* IE 9 */
    -webkit-transform: scale(1.3) !important; /* Safari 3-8 */
    transform: scale(1.3) !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.why_rht hr {
    float: left;
    width: 100%;
    height: 2px;
    border: 0px;
    margin: 5% 0 5% 0;
    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));
}
.d-flex {
    display: flex !important;
}
.testimonial-section {
    float: left;
    width: 100%;
    background: url("images/testi_bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
}
.testimonial-bg {
    width: 90%;
    float: left;
    padding: 5%;
    background-color: rgb(80 103 110 / 70%);
}
.testimonial-slider {
    padding: 30px 40px;
    position: relative;
    background-color: #fff;
    margin: 80px 50px 30px 0;
}
.testimonial-slider h2 {
    color: #f37a21;
}
.testimonial-slider:before {
    left: 0;
    content: '';
    width: 100%;
    height: 30px;
    bottom: -22px;
    display: block;
    position: absolute;
    background-image: url("images/shape.png");
    background-repeat: no-repeat;
    background-position: right center;
    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: #f37a21;
    font-size: 4em;
    margin-left: auto;
    opacity: 0.9;
}
.vid_bg {
    float: left;
    width: 100%;
}
.vid {
    width: 90%;
    float: left;
    padding: 5%;
    background: #fff url("images/news_bg.png") center center no-repeat;
}
.special_bg {
    float: left;
    width: 100%;
    background-color: #f37a21;
}
.special_bg img {
    float: left;
}
.special {
    float: left;
    width: 100%;
    color: #fff;
    padding: 5%;
    box-sizing: border-box;
}
.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: #f37a21;
    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: #fff;
    border: 1px solid #fff;
    background-color: #f37a21;
}
.news {
    float: left;
    width: 100%;
    margin-top: 3%;
    text-align: center;
    padding-bottom: 10%;
}
.news h6 img {
    width: 80%;
    margin-bottom: 2%;
    border: 5px solid #ccc;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.news p {
    width: 70%;
    color: #000;
    padding: 15px;
    font-size: 0.9em;
    line-height: 1.7em;
    text-align: left;
    position: relative;
    margin: -5% 0 0 3%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
    background: #fff url("images/menu_hover1.png") right 99% no-repeat;
    background-size: 20%;
}
.news p i {
    color: #f37a21;
    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%;
    position: relative;
}
.subban img {
    float: left;
    width: 100%;
    background-color: #f6f6f6;
}
.subban h1 {
    color: #fff;
    font-size: 3em;
    font-weight: bold;
    line-height: normal;
    text-shadow: 1px 1px 2px #000;
}
.centered {
    top: 60%;
    left: 10%;
    position: absolute;
    transform: translate(0%, -50%);
}
.sub_bg {
    float: left;
    width: 100%;
}
.subcontent {
    width: 90%;
    float: left;
    padding: 5%;
    background: #f6f6f6 url("images/subcontent_bg.png") right 80% no-repeat;
}
.con_lft {
    width: 25%;
    float: left;
}
.con_lft1 {
    width: 15%;
    float: left;
}
.submenu, .submenu1 {
    width: 84%;
    float: left;
    padding: 20px 8%;
    background: #f37a21;
    box-shadow: 2px 2px 5px #dfdfdf;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.submenu1 h3 {
    margin-bottom: 5% !important;
}
.submenu1 {
    background: none;
    box-shadow: none;
}
.submenu ul, .submenu1 ul {
    text-align: left;
}
.submenu ul li, .submenu1 ul li {
    list-style: none;
    border-bottom: 1px dashed #ddd;
}
.submenu1 ul li {
    list-style: none;
    border-bottom: 0;
}
.submenu ul li a, .submenu1 ul li a {
    color: #ddd;
    display: block;
    padding: 10px 5%;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-size: 0%;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
}
.submenu1 ul li a {
    color: #000;
    padding: 2px 5%;
}
.submenu ul li a::before, .submenu1 ul li a::before {
    padding-right: 10px;
    content: "\f105";
    font-family: "FontAwesome";
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
.submenu ul li a:hover, .submenu ul li a.active, .submenu1 ul li a:hover, .submenu1 ul li a.active {
    color: #fff;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
}
.submenu1 ul li a:hover, .submenu1 ul li a.active {
    color: #555;
}
.submenu ul ul, .submenu1 ul ul {
    padding-left: 12%;
}
.submenu ul ul li a, .submenu1 ul ul li a {
    font-size: 0.75em;
}
.submenu li:last-child, .submenu1 li:last-child {
    border-bottom: 0;
}
.con_rht {
    width: 64%;
    float: right;
    padding: 20px 3%;
}
.con_rht1 {
    width: 74%;
    float: right;
    padding: 20px 3%;
}
.sub_bg h1, .sub_bg h2, .sub_bg h3, .sub_bg h4, .sub_bg h5, .sub_bg h6, .sub_bg p, .sub_bg ul, .sub_bg ol, .sub_bg blockquote {
    margin-bottom: 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;
}
.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: 30%;
    float: left;
    padding-right: 5%;
}
.products-des {
    width: 50%;
    float: left;
}
.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: #d9dde4;
    padding-right: 20px;
}
.testi h3 {
    color: #f37a21;
    margin-bottom: 0;
    font-weight: 700;
    text-align: right;
}
.testi h4 {
    text-align: right;
}
.submenu_nav {
    float: left;
    width: 100%;
    box-sizing: border-box;
    text-transform: uppercase;
    background-color: #f37a21;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}
.submenu_nav ul li {
    float: left;
    list-style: none;
    padding: 0 !important;
}
.submenu_nav ul li::before {
    content: "";
}
.submenu_nav li {
    width: 50%;
}
.submenu_nav li:last-child a {
    border: 0;
}
.submenu_nav a {
    color: #fff;
    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;
}
.submenu_nav a:hover {
    color: #fff;
    background-color: #666;
}
.submenu_nav .selected {
    color: #000;
    background-color: #fcfcfc;
}
.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;
}
/** 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: "Lexend", sans-serif;
}
input[type="text"], textarea {
    width: 92%;
    color: #666;
    resize: none;
    padding: 2% 3%;
    margin: 0 0 2% 0;
    font-weight: 300;
    border: 1px solid #e3ddd8;
    font-family: "Lexend", sans-serif;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
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: "Lexend", 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;
    padding: 10px 15px;
    font-weight: 300;
    margin-bottom: 2%;
    text-align: center;
    text-transform: uppercase;
    font-family: "Lexend", sans-serif;
    background-color: #f37a21;
    -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: #333;
    -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;
}
/** Form Ends **/
.blog_bg {
    float: left;
    width: 100%;
}
.blg {
    width: 90%;
    float: left;
    padding: 5%;
    background: #fff url("images/news_bg.png") center center no-repeat;
}
.blog {
    float: left;
    width: 100%;
    padding-top: 3%;
    box-sizing: border-box;
}
.blog img {
    float: left;
}
.blog h4 {
    font-weight: 400;
    padding: 20px 0 30px 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: #f37a21;
}
.blog .flex-item-01, .blog .flex-item-02, .blog .flex-item-03, .blog .flex-item-04 {
    flex: 25%;
    padding: 0 2% 0 0;
    box-sizing: border-box;
}
.blogcontent {
    float: left;
    width: 100%;
    padding: 20px 5%;
    background-color: #fff;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
.blogcontent h2 {
	margin-bottom: 3%;
}
.blogcontent:hover {
    box-shadow: 0px 1px 1px #f37a21;
}
.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: #f37a21;
    border-radius: 20px;
}
.abt_teamtxt p {
    font-size: 1.3em;
}
.abt_teamtxt h3, .abt_teamtxt h4 {
    color: #fff !important;
    text-align: right !important;
}
.abt_teamtxt h3 {
    margin-bottom: 10px;
}
.mar_top {
    margin-top: 3%;
}
.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;
}
.hover-4 {
    float: left;
    width: 90%;
    padding: 0 !important;
    margin: 3% 10% 10% 0;
    background: none !important;
}
.hover-4 img {
    border-radius: 30% 30% 0 0;
    border-top: 20px solid #f37a21;
}
.aca_img, .aca_img img {
    float: left;
    width: 100%;
}
.aca_img img {
	background-color: #f37a21;
}
.aca_img img:hover {
	background-color: #f37a21;
    transition: all 1s ease;
}
.aca {
    float: left;
    width: 84%;
    padding: 5% 8%;
    background-color: #fff;
}
.aca h1 {
    text-align: left !important;
}
.hover-4:hover .aca, .aca:hover {
    background-color: #f37a21;
    transition: all 1s ease;
}
.hover-4 a {
    color: #000;
}
.hover-4:before {
    background: none;
}
.hover-4:hover h1, .hover-4:hover h2, .hover-4:hover h4, .hover-4:hover p, .hover-4:hover ul {
    color: #fff;
}
.inner_main .flex-item-01 {
    flex: 33%;
    max-width: 33%;
}
.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;
}
.vismis {
	float: left;
	width: 100%;
	margin-top: 5%;
}
.faq, .review {
    width: 50%;
    float: right;
}
.faq img { 
	width: 50%;
    padding: 20px 0;
    border-radius: 50%;
    text-align: center;
}
.faq svg, .review svg {
	width: 30%;
	margin-bottom: 50px;
}
.content-slide_vision, .content-slide_mission {
    float: left;
    width: 100%;
    padding: 10%;
	min-height: 700px;
    border: 1px solid #e9e9e9;
    box-sizing: border-box;
    -webkit-border-radius: 0 200px 0 0;
    -moz-border-radius: 0 200px 0 0;
    border-radius: 0 200px 0 0;
}
.content-slide_vision {
    background-color: #fff6f0;
}
.content-slide_mission {
	color: #fff;
    background-color: #f37a21;
    -webkit-border-radius: 200px 0 0 0;
    -moz-border-radius: 200px 0 0 0;
    border-radius: 200px 0 0 0;
}
.team .health li {
	padding: 0 0 2% 3% !important
}
@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;
    }
    #accordion {
        width: 100% !important;
    }
    .d-flex {
        display: block !important;
    }
    .testimonial-pic a {
        float: left;
        width: 100%;
        margin: 70px 0 15px 0 !important;
    }
    .testimonial-slider {
        margin: 20px 0px 30px 0;
    }
    .gal_home {
        width: 100%;
        margin-bottom: 3%;
    }
    .adm_home {
        width: 100%;
    }
    .subban h1 {
        font-size: 2em;
    }
    .centered {
        top: 65%;
    }
    .inner_main .flex-item-01 {
        flex: 50%;
        max-width: 50%;
    }
}
@media all and (max-width: 768px) {
    .banner-text h1 {
        font-size: 2em;
    }
    .swiper-button-prev, .swiper-button-next {
        top: 45% !important;
    }
    .annouce_news {
        width: 75%;
    }
    .flex-item-01, .flex-item-02, .flex-item-03, .flex-item-04 {
        flex: 100%;
    }
    .blog .flex-item-01, .blog .flex-item-02, .blog .flex-item-03, .blog .flex-item-04 {
        flex: 50% !important;
        padding-bottom: 5%;
    }
    .why_rht .flex-item-01, .why_rht .flex-item-02, .why_rht .flex-item-03, .why_rht .flex-item-04 {
        flex: 50% !important;
        padding-bottom: 10%;
    }
    .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;
    }
    .testimonial-slider {
        margin: 20px 0px 20px 0;
    }
    .slick-dots {
        bottom: 40px !important;
        left: 30% !important;
    }
    .gal_home {
        width: 100%;
        margin-bottom: 3%;
    }
    .adm_home {
        width: 100%;
    }
    .res_lft, .res_rht, .products-img, .products-des {
        width: 100%;
        padding: 0;
        margin-bottom: 2%;
    }
    .news h6 img, .metrics h6 img {
        width: 100%;
        box-sizing: border-box;
    }
    .news p {
        width: 95%;
        box-sizing: border-box;
    }
	.faq, .review {
		width: 100%;
	}
}
@media only screen and (min-width:480px) and (max-width:767px) {
    .annouce_news {
        width: 50%;
    }
    .swiper-button-prev, .swiper-button-next {
        top: 35% !important;
    }
    .swiper-button-prev {
        left: 40% !important;
    }
    .swiper-button-next {
        right: 40% !important;
    }
    .con_lft {
        display: none;
    }
    .con_rht {
        width: 94%;
        float: right;
        padding: 20px 3%;
    }
    .inner_main .flex-item-01 {
        flex: 100%;
        max-width: 100%;
    }
    .hover-4 {
        float: left;
        width: 100%;
    }
    .abt_teamtxt {
        padding: 20px;
        margin-top: 0px;
        margin-left: 0px;
        margin-bottom: 20px;
    }
    .centered {
        display: none;
    }
    .blog .flex-item-01, .blog .flex-item-02, .blog .flex-item-03, .blog .flex-item-04 {
        flex: 100% !important;
        padding: 0 0 5% 0;
    }
}
@media all and (max-width: 480px) {
    .annouce_news {
        width: 50%;
    }
    .social {
        top: 100px;
    }
    .swiper-button-prev, .swiper-button-next {
        top: 35% !important;
    }
    .swiper-button-prev {
        left: 40% !important;
    }
    .swiper-button-next {
        right: 40% !important;
    }
    .con_lft {
        display: none;
    }
    .con_rht {
        width: 94%;
        float: right;
        padding: 20px 3%;
    }
    .inner_main .flex-item-01 {
        flex: 100%;
        max-width: 100%;
    }
    .hover-4 {
        float: left;
        width: 100%;
    }
    .abt_teamtxt {
        padding: 20px;
        margin-top: 0px;
        margin-left: 0px;
        margin-bottom: 20px;
    }
    .centered {
        display: none;
    }
    .blog .flex-item-01, .blog .flex-item-02, .blog .flex-item-03, .blog .flex-item-04 {
        flex: 100% !important;
        padding: 0 0 5% 0;
    }
}
@media only screen and (max-width: 375px) {
    .swiper-button-prev, .swiper-button-next {
        top: 25% !important;
    }
    .swiper-button-prev {
        left: 40% !important;
    }
    .swiper-button-next {
        right: 40% !important;
    }
}