@import "bootstrap.css";
@import "all.css";
@import "fonts.css";
@import "animate.css";
@import "aos.css";
@import "owl.carousel.css";
@import "jquery.mCustomScrollbar.min.css";



* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    font-family: stc;
    color: #000;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

a:hover {
    text-decoration: none;
    color: #c7a023;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

button,
button:hover {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

body {
    padding: 0;
    margin: 0;
    font-family: stc;
    background: #fff;
    width: 100%;
    height: 100%;
    float: right;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: stc;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

header,
section,
footer {
    float: right;
    width: 100%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    overflow: hidden;
}

section {
    position: relative;
}

p {
    margin: 0;
    color: #414141;
    font-size: 17px;
    line-height: 27px;
    font-weight: 300;
}

ul {
    padding: 0;
    margin: 0;
    display: block;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

ul li {
    display: block;
    list-style: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

main {
    float: right;
    width: 100%;
}

.padding {
    padding: 0 !important;
}

img {
    max-width: 100%;
}

input,
button,
input:focus,
button:focus,
input:active,
button:active,
button:hover,
textarea:active,
textarea:focus,
select,
select:active,
select:focus {
    outline: none !important;
}

textarea {
    resize: none;
}

.right {
    float: right !important;
}

.left {
    float: left !important;
}

.opacity {
    opacity: 0;
}

/* Start Sidebar */

.open-sidebar {
    float: left;
    width: 45px;
    height: 45px;
    border: none !important;
    background: #fe5900;
    color: #ffffff;
    margin: 18px 0;
}

.sidebar {
    background-size: cover;
    background-image: url(../images/logo.png);
    position: fixed;
    height: 100%;
    right: 0;
    top: 0;
    width: 300px;
    z-index: 999999999;
    transform: translateX(100%);
    transition: all .3s;
    background-position: 36%;
}

.sidebar .side-logo img {
    max-width: 100px;
}

.sidebar.opened {
    transform: translateX(0%);
    transition: all .3s;
}

.sidebar:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background-color: #662d91;
    z-index: 0;
    width: 100%;
    height: 100%;
}

.sidebar .side-logo {
    background-color: #fff;
    padding: 30px;
    position: relative;
    z-index: 1;
    text-align: center;
    border-bottom: 1px solid #dfdfdf;
}

.sidebar .side-social {
    text-align: center;
    padding: 10px 0;
    background-color: #fc5800;
    position: relative;
    z-index: 1;
}

.sidebar .side-social ul li {
    display: inline-block;
}

.sidebar .side-social ul li a {
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    display: inline-block;
    background-color: #fff;
    border-radius: 100%;
    font-size: 13px;
    margin-right: 5px;
    transition: all .3s;
}

.sidebar .side-social ul li a.lin {
    color: #1562cc;
}

.sidebar .side-social ul li a.tw {
    color: #00a2ff;
}

.sidebar .side-social ul li a.ins {
    color: #622e04;
}

.sidebar .side-social ul li a:hover i {
    color: #167a12;
}

.sidebar .side-nav {
    max-height: 100%;
    overflow: hidden;
    height: calc(100% - 110px);
    position: relative;
    z-index: 1;
    padding: 25px;
}

.sidebar .side-nav ul li {
    display: block;
    position: relative;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
    margin-left: 5px;
}

.sidebar .side-nav ul li a {
    display: block;
    font-size: 13px;
    padding: 15px;
    position: relative;
    color: #fff;
}

.sidebar .side-nav ul li a:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.45);
}

.sidebar .side-nav ul li.open a i {
    transform: rotate(180deg);
    transition: all .3s;
    color: #ffb017;
}

.sidebar .side-nav ul li a i {
    margin-right: 3px;
}

.sidebar .side-nav ul li .sub-menu {
    width: 100%;
    min-width: 100%;
    top: 100%;
    border-radius: 0;
}

.sidebar .side-nav ul li .sub-menu li a {
    color: #fff;
}

.overlay_gen {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.76);
    z-index: 999999999;
    display: none;
}

.side-nav .menu-item-has-children > a:after {
    float: left;
    margin: 0;
}

/* End Sidebar */
/* Start Body */
body::before {
    content: "";
    position: absolute;
    /*    background: url(../images/bg-top.png) no-repeat;*/
    left: 0;
    height: 700px;
    width: 50%;
    transform: scaleX(-1);
    background-size: 100% 100%;
    z-index: -1;
}

/* End Body */
/* Start Logo-a */
a.logo {
    display: block;
    max-width: 120px;
}

.img-banner {
    transform: scaleX(-1);
}

.open-sidebar {
    background: #fff;
    color: #763293;
    font-size: 25px;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 41px 0;
}

#logo {
    padding: 20px 0;
}

.text-banner {
    padding: 100px 0;
}

.text-banner h1 {
    color: #763293;
    font-family: bahijBold;
    line-height: 60px;
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 30px;
}

.text-banner h3 {
    margin-top: 0;
    margin-bottom: 25px;
    color: #542369;
    font-size: 25px;
}

.text-banner ul {
    float: right;
    width: 100%;
}

.text-banner ul li {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}

.text-banner span {
    color: #542369;
    font-size: 20px;
}

/* End Logo-a */
/* Start About */
/*
.img-about img {
    -webkit-mask-image: url(../images/video.png);
    mask-image: url(../images/video.png);
    height: 100%;
    width: 100%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
}
*/
.img-about {
    height: 550px;
}

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

.title h1 {
    font-weight: bold;
    color: #662d91;
    font-size: 45px;
    margin: 0;
}

#about {
    padding: 100px 0 500px;
}

.text-about p {
    margin-bottom: 30px;
    font-size: 16px;
    color: #777;
}

.text-other .title h1 {
    font-size: 22px;
}

.text-about .text-other p {
    margin-bottom: 20px;
    font-size: 14px;
}

.text-other .title {
    margin-bottom: 20px;
}

/* End About */
#join .title {
    text-align: center;
}

ul.nav.nav-tabs {
    border: none !important;
    float: none;
    text-align: center;
    margin: 30px 0;
}

.nav-tabs li {
    float: none !important;
    display: inline-block;
    margin: 0 11px !important;
}

.nav-tabs li a {
    background: #662d91;
    color: #fff;
    font-size: 16px;
    border: none !important;
    padding: 12px 30px;
    border-radius: 5px !important;
}

.nav-tabs li.active a,
.nav-tabs > li.active a:hover,
.nav-tabs li.active a:focus {
    background: #222;
    color: #fff;
}

.nav li a:hover,
.nav li a:focus {
    background: #222;
}

.tab-content {
    width: 50%;
    margin: auto;
}

.title-tab {
    text-align: center;
    margin-top: 40px;
}

.title-tab h2 {
    font-size: 17px;
    /* font-family: bahijBold; */
    margin-top: 0;
    margin-bottom: 20px;
}

.appleing .form-group {
    position: relative;
}

.appleing .form-group input,
.appleing .form-group select {
    width: 100%;
    border: none;
    border-bottom: 1px solid #9d9c9c;
    padding: 14px 35px;
    height: auto;
    border-radius: 0;
    box-shadow: none;
    outline: 0;
    resize: none;
    transition: all .3s;
}

.appleing .form-group i {
    position: absolute;
    top: 0;
    font-size: 17px;
    margin: 16px;
    margin-right: 0;
    margin-left: 0;
    transition: all .3s;
    right: 0;
}

.appleing .form-group input.btn-style {
    display: block;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    border: none;
    padding: 12px 30px;
    border-radius: 30px;
    margin-top: 20px;
    background: #763293;
    background: linear-gradient(to top, #262370, #662d91);
    background: -webkit-linear-gradient(to top, #ee3e86, #fa5b77);
    background: -moz-linear-gradient(to top, #ee3e86, #fa5b77);
    background: -o-linear-gradient(to top, #ee3e86, #fa5b77);
    width: 100px;
    margin: 50px auto 0;
}

.appleing .form-group input:active,
.appleing .form-group input:hover,
.appleing .form-group input:focus {
    border-color: #662d91;
}

.appleing .form-group input:active + i,
.appleing .form-group input:hover + i,
.appleing .form-group input:focus + i {
    color: #662d91;
}

.appleing .form-group input:active::placeholder,
.appleing .form-group input:hover::placeholder,
.appleing .form-group input:focus::placeholder {
    color: #7e3b9a;
}

.form-group select {}


#join {
    padding: 50px 0;
}

#join::after {
    content: "";
    /*    background: url(../images/video.png) no-repeat;*/
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    left: -17em;
    margin: auto;
    z-index: -1;
    opacity: 0.02;
}

.contact-us-c {
    float: right;
    /* height: 115px; */
    background: #fff;
    padding: 20px !important;
    box-shadow: 0px 0px 8px rgba(118, 50, 147, 0.13);
    border-radius: 10px;
    width: 100%;
    overflow: hidden;
}

section#contact {
    /* padding: 60px 0 600px; */
}

.details-contact i {
    width: 30px;
    font-size: 17px;
    color: #8544a1;
    float: right;
    height: 45px;
}

.details-contact ul li {
    line-height: 22px;
    font-size: 16px;
    width: 46%;
    float: right;
    margin-left: 10px;
    height: 55px;
}

#contact::after {
    content: "";
    /*    background: url(../images/video.png) no-repeat;*/
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    right: -17em;
    margin: auto;
    z-index: -1;
    opacity: 0.02;
}

.footer-bottom {
    padding: 15px 0;
    background: #5c2773;
    text-align: center;
}

.footer-bottom p {
    color: #fff;
    font-size: 14px;
    margin-top: 3px;
}


a.lang {
    float: left;
    margin: 45px 20px;
    font-size: 18px;
    background: #662d91 !important;
    padding: 0 30px;
    line-height: 40px;
    border-radius: 50px;
    color: #fff;
    border: 2px #372e6f solid;
    box-shadow: 0 0 10px #6d62b5;
    display: block;
}


#contact .title {
    text-align: center;
    margin-bottom: 50px;
}

.contact-in {}

.contact-in .col-md-3.col-xs-12 {
    width: 20%;
    padding: 0 10px;
}

.contact-us-c i {
    float: right;
    font-size: 28px;
    color: #5c2773;
    height: 70px;
    width: 20%;
}

.contact-us-c h3,
.contact-us-c span {
    width: 80%;
    float: right;
    padding-right: 20px;
}

.contact-us-c h3 {
    font-size: 14px;
    font-family: bahijBold;
    margin-top: 0;
    color: #5c2773;
}

.contact-us-c span {
    font-size: 13px;
    color: #777;
    white-space: normal;
}

.introduction {
    padding: 100px 0 700px;
}

.introduction::after {
    content: "";
    background: url(../images/bg.png);
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 550px;
    background-size: 100% 100%;
    background-position: top center;
    background-repeat: no-repeat;
}

.img-intro {
    left: 40px;
    position: absolute;
    z-index: 8;
    bottom: 0;
    max-width: 45%;
}

.text-intro {
    text-align: center;
}

.title h3 {
    color: #662d91;
    font-size: 40px;
    font-weight: bold;
    margin: 0;
}

.text-intro p {
    color: #8178b8;
    font-size: 35px;
    line-height: 1.4;
}

.text-botom {
    text-align: center;
    --width: 50%;
    position: absolute;
    bottom: 120px;
    z-index: 5;
}

.text-botom h2 {
    font-size: 70px;
    color: #fff;
    font-weight: bold;
    margin: 0;
}

.text-botom ul li {
    display: inline-block;
}

.text-botom ul {
    margin-top: 40px;
}

.text-botom ul li a {
    display: block;
    margin: 0 10px;
}

.text-botom ul li a img {
    width: 200px;
}

#about .img-intro {
    left: 0;
    right: auto;
    transform: scaleX(-1);
}

.text-about {
    width: 88%;
    position: relative;
    z-index: 2;
}

.text-about p {
    color: #8178b8;
    font-size: 30px;
    line-height: 1.5;
    text-align: center;
}

#about::before {
    content: "";
    position: absolute;
    background: url(../images/bg2.png);
    right: 0;
    top: 0;
    width: 40%;
    height: 40%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transform: scaleX(-1);
}

#service {
    padding: 100px 0;
}

#service .img-intro {
    left: 0;
    height: 100%;
    width: 43%;
}

#service .img-intro img {
    width: 100%;
    height: 100%;
}

#service .container::after {
    /* content: ""; */
    /* background: url(../images/logo.png); */
    /* position: absolute; */
    /* right: 80px; */
    /* bottom: 100px; */
    /* background-repeat: no-repeat; */
    /* height: 170px; */
    /* width: 170px; */
    /* background-size: 100%; */
}

#goals {
    padding: 100px 0;
}

#goals::before {
    content: "";
    background: url(../images/bg4.png);
    top: 0;
    right: 0;
    width: 50%;
    height: 80%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
}

#goals .text-about {
    width: 100%;
    padding-top: 160px;
    position: relative;
    right: -40px;
}

#goals .col-md-6.col-xs-12 {
    padding: 0;
}

#goals .img-block {
    position: absolute;
    top: -19px;
    margin-right: 85px;
    width: 400px;
}

.col-md-6.col-xs-12.img-cin {
    padding: 0;
    /* right: 0; */
    /* top: 0; */
    /* height: 800px; */
}

section#contact .col-md-6.col-xs-12 {
    /* float: left; */
    /* padding: 0; */
}

section#contact .col-md-6.col-xs-12 .img, section#contact .col-md-6.col-xs-12 .img img {
    /* height: 100%; */
}

.img-block-in {
    /* height: 100%; */
}

.contact-inner {
    direction: ltr;
}

.contact-inner li {
    line-height: 2;
    margin: 10px 0;
}

.contact-inner li i {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #3d2a6f;
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    margin-right: 20px;
}

.contact-inner li span , .contact-inner li span i {
    color: #8178b8;
    background: none;
    font-style: normal;
    font-size: 22px;
    margin: 0;
    direction: ltr;
}

.contact-inner {
    padding-top: 200px;
}

footer {
    text-align: center;
    padding: 15px 0;
    background: #262370;
}

footer a p {
    color: #fff;
    font-size: 18px;
}

#banner .container {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
}

.block-serv {
    float: right;
    width: 100%;
    margin: 30px 0;
}

.block-serv .icon {
    width: 120px;
    float: left;
    height: 120px;
    line-height: 90px;
    padding: 16px;
    border-radius: 50%;
    border: 1px #6b608b solid;
    box-shadow: 0 0 10px;
    margin-right: 30px;
}

.block-serv .text-ser p {
    color: #8178b8;
    font-size: 19px;
    line-height: 31px;
}

.block-serv.right-ic .icon {
    /* float: right; */
    /* margin-right: 0; */
    /* margin-left: 30px; */
}

.making {
    padding: 100px 0 400px;
}

.making .img-intro {
    left: 0;
    width: 32%;
}

.making .img-intro img {
    width: 100%;
}


#about .text-about {
    float: right;
    width: 50%;
}

#about .img-intro {
    width: 30%;
    top: 0;
    margin: auto;
    bottom: 0;
    height: 300px;
}

#about {
    padding: 100px 0;
}

.introduction {
    padding: 300px 0;
}

#service {
    padding: 50px 0 0;
}

/*
.making .title h3 {
    font-size: 50px;
    font-family: bru;
    font-weight: normal;
}
*/

.making .title {
    margin: 0;
}

section#contact .img-block-in {
    width: 70%;
    float: right;
    display: block;
}
footer p {
    margin: 0;
    color: #e0e4e3;
    font-size: 17px;
    line-height: 27px;
    font-weight: 300;
}

footer p a {
    margin: 0;
    color: #ff9a2f;
    font-size: 17px;
    line-height: 27px;
    font-weight: 300;
}

