@font-face {
    font-family: 'google regular';
    src: url('../fonts/a-google.eot');
    src: url('../fonts/a-google.eot?#iefix') format('embedded-opentype'), url('../fonts/a-google.woff2') format('woff2'), url('../fonts/a-google.woff') format('woff'), url('../fonts/a-google.ttf') format('truetype'), url('../fonts/a-google.svg#a_googleregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'font bold';
    src: url('../fonts/thesans-bold.eot');
    src: url('../fonts/thesans-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/thesans-bold.woff2') format('woff2'), url('../fonts/thesans-bold.woff') format('woff'), url('../fonts/thesans-bold.ttf') format('truetype'), url('../fonts/thesans-bold.svg#a_googleregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    direction: rtl;
}

body {
    font-family: 'google regular';
}

a,
img {
    -webkit-transition: .4s;
    transition: .4s
}

#particles-js,
#particles-js1 {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

a#telephone {
    position: fixed;
    right: 0;
    top: 200px;
    background-color: #4CAF50;
    color: white;
    display: block;
    padding: 15px 10px;
    z-index: 9999
}

.owl-nav > div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 60px;
    color: white;
    right: 30px;
}

.owl-nav > div.owl-next {
    left: 30px;
}

.owl-nav > div:hover {
    color: #1ac6ff;
}

.modal-header .close {
    padding: 15px;
    margin: -15px -15px -15px 0;
    float: left;
    cursor: pointer;
}

#contact-modal {
    position: fixed;
    left: auto;
    right: 51px;
    top: 100px;
    width: 300px;
}

.modal-body {
    text-align: right;
}

.modal-open {
    overflow: visible;
    padding: 0 !important;
}

.list-unstyled {
    padding-left: 0;
    padding-right: 0;
    list-style: none;
}

#contact-modal ul li {
    line-height: 2;
    font-size: 14px;
}

#contact-modal ul li i {
    color: #222462;
}

#contact-modal .modal-header {
    background: #4caf50;
    color: #FFF;
}

#contact-modal .modal-header h5 {
    font-size: 16px;
    font-family: 'font bold';
}

.modal-footer > :not(:last-child) {
    margin-left: .25rem;
    margin-right: 0;
}

/*Header*/

header {
    background: #4448c5;
    position: relative;
    height: 100vh;
    overflow: hidden
}

header .top-header {
    position: relative;
    z-index: 2;
    padding: 20px 0 0;
}

.bg-light {
    background-color: transparent !important;
    padding: 0;
    float: right;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(255, 255, 255);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgb(26, 198, 255);
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 2.5rem;
    padding-left: .5rem;
    font-family: 'font bold';
}

header li.list-inline-item a {
    background: #19c6fe;
    color: #FFF;
    display: block;
    padding: 5px 14px;
    border-radius: 50px;
    margin: 2px 12px 0 0;
}

header li.list-inline-item a:hover {
    background: #1e284f;
    text-decoration: none
}

header .slide  {
    position: relative;
    z-index: 2;
}

.info-head {
    float: right;
    direction: ltr;
    margin-top: 5px;
    list-style: none;
    font-family: sans-serif;
    padding: 0
}

.info-head li {
    float: left;
    margin-right: 20px;
    color: #ffffff;
    font-size: 14px;
}

.info-head li i {
    display: inline-block;
    margin-right: 10px;
}

.social-head {
    float: right;
    list-style: none;
    padding: 0;
}

.social-head li {
    float: left;
    margin-right: 15px;
}

.social-head li a {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #fff;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    display: block;
    color: #402a5e;
}

.social-head li a:hover {
    background-color: #514f96;
    color: #fff;
}

.slide img {
    width: 450px;
    height: 401px;
    display: block;
    margin: auto;
    margin-top: 10%;
}

.carousel-caption {
    right: 0;
    text-align: right;
    bottom: 10%
}

.carousel-caption h1 {
    font-family: 'font bold';
    margin: 20px 0 20px;
    font-size: 30px;
    line-height: 1.5;
}

.carousel-caption p {
    font-size: 19px;
}

.to-animate,
.to-animate2,
.to-animate3,
.to-animate4,
.to-animate5 {
    opacity: 0;
}


.to-animate.bounceInRight {
    opacity: 1 !important;
}

.to-animate2.bounceInUp {
    opacity: 1 !important;
}

.to-animate3.bounceInDown {
    opacity: 1 !important;
}

.to-animate4.bounceInDown {
    opacity: 1 !important;
}

.to-animate5.bounceInUp {
    opacity: 1 !important;
}


/*section-01*/

.section-01 {
    background: url(../images/bg-01.jpg) no-repeat;
    background-size: cover;
    padding: 80px 0;
    overflow: hidden;
}

.section-01 .item h2 {
    color: #efefef;
    font-size: 20px;
    text-align: center;
    width: 67%;
    line-height: 1.5;
    margin: 30px auto 0;
}

.icons {
    background: url('../images/icons.png') no-repeat;
    display: block;
    margin: auto;

}

.section-01 .item .icon {
    height: 82px;
    position: relative;
}

.icon-01 {
    height: 71px;
    width: 71px;
}

.icon-02 {
    height: 78px;
    width: 83px;
    background-position: -99px 0;
}

.icon-03 {
    height: 82px;
    width: 82px;
    background-position: -210px 0;
}

.icon-04 {
    height: 82px;
    width: 87px;
    background-position: -320px 0;
}

.section-01 .item .icons {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*Section-02*/

.section-02 {
    padding: 80px 0;
    background: #efefef;
    text-align: right;
    overflow: hidden
}

.section-02 h3 {
    color: #026fbf;
    font-size: 22px;
    font-family: 'font bold';
    margin: 0 0 20px;
}

.section-02 p {
    margin: 0 0 20px;
    line-height: 1.8;
    text-align: justify;
}

.section-02 .add {
    background: #1ac6ff;
    color: #FFF;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 17px -6px #1d1b1b;
    box-shadow: 0 0 17px -6px #1d1b1b;
}

.section-02 .add:hover {
    background: #333;
    text-decoration: none
}

.section-02 h2 {
    text-align: center;
    position: relative;
    margin: 70px 0 20px;
    font-size: 22px;
    font-family: 'font bold';
    padding: 0 0 20px;
}

.section-02 h2:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 130px;
    background: #026fbf;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 5px;
}

.section-02 .item {
    text-align: center;
}

.section-02 .item p {
    text-align: center;
}

.icons1 {
    background: url('../images/icons1.png');
    display: block;
    margin: auto
}

.section-02 .item .icon {
    background-color: #1ac6ff;
    height: 115px;
    width: 115px;
    border-radius: 50%;
    margin: auto;
    -webkit-transition: .4s;
    transition: .4s;
    position: relative;
    margin-bottom: 30px;
}

.section-02 .item h5,
.section-03 .item h5 {
    font-family: 'font bold';
    margin: 0 0 10px;
}

.section-02 .item:hover .icon {
    background: #444
}

.section-02 .icons1 {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.icons-01 {
    height: 84px;
    width: 69px;
}

.icons-02 {
    height: 94px;
    width: 81px;
    background-position: -111px 0;
}

.icons-03 {
    height: 71px;
    width: 48px;
    background-position: -222px -8px;
}

/*section-03*/

.section-03 {
    background: #4448c5;
    position: relative;
    text-align: center;
    padding: 60px 0;
    color: #FFF;
    overflow: hidden
}

.section-03 .container  {
    z-index: 0;
    position: relative;
}

.section-03 h3 {
    color: white;
    position: relative;
    margin: 0 0 20px;
    font-size: 22px;
    font-family: 'font bold';
    padding: 0 0 20px;
}

.section-03 h3:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 130px;
    background: #fff;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 5px;
}

.icons-04 {
    height: 88px;
    width: 86px;
    background-position: -309px -5px;
}

.icons-05 {
    height: 70px;
    width: 73px;
    background-position: -422px -5px;
}

.icons-06 {
    height: 92px;
    width: 68px;
    background-position: -524px -5px;
}

.section-03 .item .icon {
    height: 110px;
    position: relative;
}

.section-03 .item .icons1 {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*.section-04*/

.section-04 {
    overflow: hidden;
    padding: 80px 0;
    background: #efefef;
    text-align: right;
}

.section-04 h3 {
    background: #1ac6ff;
    color: #FFF;
    display: block;
    padding: 14px 20px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 17px -6px #1d1b1b;
    box-shadow: 0 0 17px -6px #1d1b1b;
    font-size: 18px;
    font-family: 'font bold';
    margin: auto;
    width: 210px;
    text-align: center;
    margin-top: -40px;
    margin-bottom: 20px;
}

.section-04 h3 a {
    color: #FFF
}

.section-04 .about h2 {
    font-size: 20px;
    font-family: 'font bold';
    margin: 0 0 15px;
}

.section-04 .about h1 {
    font-size: 30px;
    font-family: 'font bold';
    color: #026fbf;
    margin: 0 0 10px;
}

.section-04 .about p {
    text-align: justify;
    line-height: 1.9;
}

.section-04 .about a {
    background: #1ac6ff;
    color: #FFF;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 17px -6px #1d1b1b;
    box-shadow: 0 0 17px -6px #1d1b1b;
}

.section-04 .about a:hover {
    background: #444
}

.section-04 .about {
    margin: 60px 0 0;
}

.photo img {
    margin: auto;
    display: block;
}


::-webkit-scrollbar {
    width: 10px;
    height: 12px;
}

::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.5);
}


/*footer*/

footer {
    background: #282828;
    color: #eee;
    font-size: 14px;
    padding: 20px 0;
}

footer p {
    margin: 0
}


#nav {
    background-color: #3a3da8;
    position: fixed;
    top: 0;
    right: -250px;
    z-index: 999;
    width: 250px;
    height: 100%;
    overflow-y: scroll;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    unicode-bidi: normal;
    text-align: right;
}

#nav li a {
    display: block;
    color: #FFF;
    padding: 10px 10px;
    border-bottom: 1px solid #383838;
}

body.mobile-nav-shown .mobile-nav-overlay {
    opacity: 0.15;
    filter: alpha(opacity=15);
    visibility: visible;
}

body.mobile-nav-shown #nav {
    right: 0;
}


body.mobile-nav-shown .mobile-nav-overlay {
    opacity: 0.15;
    filter: alpha(opacity=15);
    visibility: visible;
}

.mobile-nav-overlay {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 998;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#burgerBtn i.fa {
    font-size: 27px;
    margin: 30px 0 0;
}

#burgerBtn {
    color: #ffffff;
    margin: 0;
}

@media (max-width: 767px) {

    .slide img {
        width: 210px !important;
        height: 171px;
        display: block;
        margin: auto;
        margin-top: 0;
    }
    header .top-header {
        padding: 3px 0 0;
    }
    .info-head {
        float: right;
        direction: ltr;
        margin: 1px 0 3px;
        list-style: none;
        font-family: sans-serif;
        padding: 0;
    }
    .logo {
        display: block;
        text-align: center;
        margin: 5px 0 5px;
    }
    header li.list-inline-item a {
        background: #19c6fe;
        color: #FFF;
        display: block;
        padding: 8px 16px;
        border-radius: 50px;
        margin: 2px 12px 0 0;
        font-size: 14px;
        width: 100%;
    }
    .carousel-caption {
        position: static;
        text-align: center;
    }
    .carousel-caption h1 {
        font-family: 'font bold';
        margin: 0 0 10px;
        font-size: 14px;
        line-height: 1.5;
    }
    .carousel-caption p {
        font-size: 13px;
    }
    header {
        height: auto
    }
    .section-01 .item {
        margin: 0 0 30px;
    }
    .photo img {
        width: 100%;
        margin: 30px auto 10px;
    }

    .section-02 {
        text-align: center;
    }
    .section-04 .about {
        margin: 0;
        text-align: center;
    }
    .tump img {
        width: 120%;
        margin: 20px 0 -50px;
    }
}
