/* #123449 - #1E455E - #124C68 - #5BB9F2 - rgba(91, 185, 242, 0.75) */
/* ------------------------------- Start General ----------------------------------------- */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'El Messiri', sans-serif;
    margin: 0;
    padding: 0
}
body { overflow-x: hidden }
ul, ol { list-style: none }
li { display: inline-block }
h1, h2, h3, h4, h5, h6, ul, ol {margin: 0; padding: 0}
a, a:focus, a:hover { color: inherit }
/* Scroll */
::-webkit-scrollbar { width: 5px;}
::-webkit-scrollbar-button { width: 0px; height: 0px }
::-webkit-scrollbar-thumb { background: #5BB9F2; border: 1px solid #5BB9F2; border-radius: 0px }
::-webkit-scrollbar-thumb:hover { background: #5BB9F2; border-radius: 5px }
::-webkit-scrollbar-thumb:active { background: #5BB9F2 }
::-webkit-scrollbar-track { background: #f9f9fb; border: 1px none #000 }
::-webkit-scrollbar-track:hover { background: #f9f9fb }
::-webkit-scrollbar-track:active { background: #fff }
::-moz-focus-inner { padding: 0; border: 0 }
/* Selection */
::-moz-selection { background: #5BB9F2; color: #fff }
::selection { background: #5BB9F2; color: #fff }
/* ------------------------------- End General ----------------------------------------- */
/* ------------------------------- Start Header ----------------------------------------- */
.header {
    background: #5BB9F2;
    color: #fff;
    overflow: auto;
    padding: 5px
}
.header ul li {
    padding: 5px;
}
.header ul li .fa {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    border: 1px solid #fff;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.header ul li .fa:hover {
    background: #fff;
    color: #5BB9F2
}
/* ------------------------------- End Header ----------------------------------------- */
/* ------------------------------- Start Navbar Custom ----------------------------------------- */
.navbar-custom {
    background: #124C68;
    padding: 50px 0 0
}
.navbar-custom .logo {
    border-radius: 50%;
}
.navbar-custom ul {
    direction: rtl;
    padding: 25px 0
}
.navbar-custom ul li {
    color: #acd4ed;
    padding: 7px;
    border-radius: 5px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; 
}
.navbar-custom ul li .fa {
    display: block;
    height: 40px
}
.navbar-custom ul li.active,
.navbar-custom ul li:hover {
    color: #fff;
    background: #5BB9F2;
    transform: scale(.8);
    cursor: pointer
}
.navbar-custom ul li a {
    text-decoration: none
}
/* ------------------------------- End Navbar Custom ----------------------------------------- */
/* ------------------------------- End Navbar Custom ----------------------------------------- */
.company-title {
    background-color: #1E455E;
}
.company-title h2 {
    padding: 50px 0 0;
    color: #fff;
}
/* ------------------------------- End Navbar Custom ----------------------------------------- */
/* ------------------------------- Start Slider ----------------------------------------- */
.carousel {
    background-color: #1E455E;
}
.carousel .carousel-item {
    width: 100%;
    padding: 25px 0 50px;
    background-size: cover;
    background-position: center;
    color: #acd4ed
}
.carousel-control-prev-icon, .carousel-control-next-icon {
    width: 50px;
    height: 50px;
}
/*3s linear infinite YYY*/
.carousel .carousel-item  .text {
    min-width: 300px;
    max-width: 800px;
    margin: auto;
    text-align: center;
    padding: 10px
}
.carousel .carousel-item  .text img {
    width: 100%;
    padding: 3px;
    border-radius: 5px;
    -webkit-box-shadow: -5px 5px 25px #0a2d3e;
    -moz-box-shadow: -5px 5px 25px #0a2d3e;
    -o-box-shadow: -5px 5px 25px #0a2d3e;
    box-shadow: -5px 5px 25px #0a2d3e;
    animation: 3s linear infinite nameAnim;
}
@keyframes nameAnim {
    20% {transform: perspective(400px)rotateY(5deg);}
    70% {transform: perspective(400px)rotateY(-5deg);}
}
/* ------------------------------- End Slider ------------------------------------------- */
/* ------------------------------- Start Header Last --------------------------------------- */
.header-last {
    background: #5BB9F2;
    padding: 75px 0;
    color: #fff
}
.header-last .text {
    max-width: 500px;
    padding: 5px;
    margin: auto
}
.header-last .text p {
    padding: 20px 0;
    font-size: 20px;
    line-height: 35px
}
.header-last .text a {
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 5px 25px;
    font-size: 20px;
    display: inline-block;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; 
}
.header-last .text a:hover {
    color: #124C68;
    background: #fff;
    border-radius: 25px 0 25px 0;
    cursor: pointer
}
/* ------------------------------- End Header Last ----------------------------------------- */
/* ------------------------------- Start Content ----------------------------------------- */
.content {
    padding: 50px 0
}
.content .text {
    max-width: 700px;
    margin: auto;
    padding: 5px;
}
.content .text h3:after {
    content: "";
    display: block;
    width: 150px;
    margin: 25px auto;
    border-top: 3px solid #5BB9F2
}
.content .text p {
    line-height: 30px
}
.content .item {
    max-width: 300px;
    margin: 25px auto;
    padding: 10px;
    color: #444;                                                                                
    border-radius: 5px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; 
}
.content .item:hover {
    -webkit-box-shadow: 0 0 15px #ddd;
    -moz-box-shadow: 0 0 15px #ddd;
    -o-box-shadow: 0 0 15px #ddd;
    box-shadow: 0 0 15px #ddd;
    color: #000
}
.content .item:hover h4:after {
    width: 100px;
    border-top: 3px solid #124C68;
}
.content .item .fa {
    background: #5BB9F2;
    color: #fff;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    margin: 15px;
    border-radius: 50%;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.content .item h4:after {
    content: "";
    display: block;
    width: 50px;
    margin: 15px auto;
    border-top: 3px solid #5BB9F2;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.content .item p {
    font-size: 14px;
    line-height: 25px
}
.content .item:hover .fa {
    background: #124C68
}
.content .item a {
    text-decoration: none;
    border: 1px solid #5BB9F2;
    background: #5BB9F2;
    border-radius: 5px;
    color: #fff;
    padding: 5px 25px;
    display: inline-block;
    margin-bottom: 25px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; 
}
.content .item:hover a {
    color: #fff;
    background: #124C68;
    border-radius: 25px 0 25px 0;
    cursor: pointer
}
/* ------------------------------- End Content ----------------------------------------- */
/* ------------------------------- Start Best Seller ----------------------------------------- */
.best-seller {
    background: #f7f7f7;
    padding: 75px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.best-seller h2:after {
    content: "";
    display: block;
    width: 100px;
    margin: 15px auto;
    border-top: 3px solid #5BB9F2;
}
.best-seller .item {
    background: #30618c;
    background: -moz-linear-gradient(left, #30618c 0%, #2f6b93 21%, #2e80a0 53%, #51b5f2 84%, #2ca8bb 100%);
    background: -webkit-linear-gradient(left, #30618c 0%, #2f6b93 21%, #2e80a0 53%, #51b5f2 84%, #2ca8bb 100%);
    background: -o-linear-gradient(left, #30618c 0%, #2f6b93 21%, #2e80a0 53%, #51b5f2 84%, #2ca8bb 100%);
    background: -ms-linear-gradient(left, #30618c 0%, #2f6b93 21%, #2e80a0 53%, #51b5f2 84%, #2ca8bb 100%);
    background: linear-gradient(to right, #30618c 0%, #2f6b93 21%, #2e80a0 53%, #51b5f2 84%, #2ca8bb 100%);
    border-radius: 10px;
    position: relative;
    margin-top: 75px;
    margin-bottom: 25px;
    padding-top: 85px;
    color: #fff;
    -webkit-box-shadow: 5px 5px 5px #ccc;
    -moz-box-shadow: 5px 5px 5px #ccc;
    -o-box-shadow: 5px 5px 5px #ccc;
    box-shadow: 5px 5px 5px #ccc;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.best-seller .item:hover {
    -webkit-box-shadow: -5px -5px 5px #ccc;
    -moz-box-shadow: -5px -5px 5px #ccc;
    -o-box-shadow: -5px -5px 5px #ccc;
    box-shadow: -5px -5px 5px #ccc;
}
.best-seller .item span {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    padding: 20px;
    border: 3px solid #fff;
    background: #d8b311;
    display: inline-block;
    position: absolute;
    top: 0;
    font-size: 25px;
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.best-seller .item:hover span {
    font-size: 30px;
    padding: 30px;
    width: 150px;
    height: 150px;
}
.best-seller .item ul {
    text-align: right;
    margin: 25px 0
}
.best-seller .item ul li {
    padding: 10px;
    font-size: 14px;
    border-bottom: 1px solid #30618c;
    display: block;
    width: 100%;
    color: #fff;
    direction: rtl;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.best-seller .item ul li:before {
    content: "\f0c8";
    font-family: FontAwesome;
    margin-left: 7px;
    font-size: 7px
}
.best-seller .item ul li:hover {
    padding-right: 25px;
    color: #ddd
}
.best-seller .item a {
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 5px 25px;
    font-size: 20px;
    margin: 25px 0;
    display: inline-block;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; 
}
.best-seller .item:hover a {
    color: #124C68;
    background: #fff;
    border-radius: 25px 0 25px 0;
    cursor: pointer
}
.best-seller .container > a {
    text-decoration: none;
    border: 1px solid #1E455E;
    border-radius: 5px;
    padding: 5px 25px;
    font-size: 20px;
    color: #1E455E;
    margin-top: 50px;
    display: inline-block;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; 
}
.best-seller .container > a:hover {
    color: #fff;
    background: #5BB9F2;
    border-radius: 25px 0 25px 0;
    border-color: #fff;
    cursor: pointer
}
/* ------------------------------- End Best Seller ----------------------------------------- */
/* ------------------------------- Start Domain ----------------------------------------- */
.domain {
    width: 100%;
    min-height: 300px;
    background-image: url("https://ak2.picdn.net/shutterstock/videos/7022926/thumb/1.jpg");
    background-size: cover;
    background-position: center;
    position: relative;
    background-attachment: fixed
}
.domain .overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,.75);
    padding: 50px 0
}
.domain .overlay .fa {
    color: #5BB9F2;
}
.domain .overlay h2 {
    color: #fff;
    margin: 25px 0;
    font-size: 23px
}
.domain .overlay input {
    width: 100%;
    max-width: 500px;
    padding: 7px;
    outline: 0;
    border: 0;
    border-radius: 5px 0 0 5px;
}
.domain .overlay button {
    padding: 7px;
    border-radius: 0 5px 5px 0;
    outline: 0;
    border: 0;
    cursor: pointer;
    font-weight: bold;
    color: #fff;
    width: 100px;
    background-color: #5BB9F2
}
.domain .overlay button:hover {
    opacity: .9
}
/* ------------------------------- End Domain ----------------------------------------- */
/* ------------------------------- Start Offer ----------------------------------------- */
.offer {
    padding: 60px 0 25px
}
.offer h3:after {
    content: "";
    display: block;
    width: 150px;
    margin: 25px auto;
    border-top: 3px solid #5BB9F2
}
.offer .item {
    margin: 25px auto
}
.offer .item p {
    margin-top: 15px;
    color: #777;
    font-size: 14px
}
.offer .item canvas {
    font-size: 30px;
    font-weight: bold;
}
.offer .item h4 {
    direction: rtl
}
.offer .item h4:before {
    content: "\f059";
    font-family: FontAwesome;
}
/* ------------------------------- End Offer ----------------------------------------- */
/* ------------------------------- Start Testimonials ----------------------------------------- */
.testimonials {
    width: 100%;
    background-image: url("https://ak2.picdn.net/shutterstock/videos/7022926/thumb/1.jpg");
    background-size: cover;
    background-position: center;
    position: relative;
    background-attachment: fixed
}
.testimonials .overlay {
    width: 100%;
    background: rgba(0,0,0,.75);
}
/* SLIDER OTHER */
.slider-other {
    width: 100%;
    position: relative;
    padding: 50px 0 100px
}
.slider-other .controll span {
    display: inline-block;
    position: absolute;
    z-index: 999;
    top: 45%
}
.slider-other .controll span:first-of-type {left: -100px}
.slider-other .controll span:last-of-type {right: -100px}
.slider-other .controll .fa {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    padding: 7px;
    color: #fff;
}
.slider-other .controll .fa:hover, .slider .controll .fa.active {
    cursor: pointer;
    color: #fff;
}
.slider-other ul {
    position: absolute;
    list-style: none;
}
.slider-other ul li {
    float: left;
    text-align: center;
    padding-left: 0;
    color: #ddd;
}
.slider-other ol {
    position: absolute;
    left: 50%;
    bottom: 25px;
    color: #fff;
    transform: translate(-50%, -50%);
    list-style: none;
}
.slider-other ol li {
    display: inline-block;
    cursor: pointer;
}
.slider-other ol li:hover .fa:before, .slider ol li.pointer-active .fa:before {
    content: "\f111";
    font-family: FontAwesome;
}
/* SLIDER OTHER TEXT */
.slider-other .cont {
    max-width: 800px;
    margin: auto;
    padding: 20px;
    direction: rtl;
}
.slider-other .cont .image {
    float: right;
    width: 150px;
}
.slider-other .cont .text {
    float: left;
    width: calc(100% - 175px)
}
.slider-other .cont .text .fa {
    font-size: 35px;
    margin: 0 10px
}
.slider-other .cont .text p {
    font-size: 20px;
    line-height: 40px
}
@media(max-width: 700px) {
    .slider-other .cont .image, .slider-other .cont .text {float: none; width: 100%}
}
/* ------------------------------- End Testimonials ----------------------------------------- */
/* ------------------------------- Start Progress Number ----------------------------------------- */
.prog-num {
    background: #1E455E;
    padding: 50px 0
}
.prog-num ul {
    display: inline-block;
    width: 17%;
    min-width: 190px;
    text-align: center;
    padding: 30px 10px;
    margin: 1%;
    border: 2px solid #204f6d;
    background: #124C68;
    border-radius: 5px
}
.prog-num ul li {
    display: block;
    color: #ccc
}
.prog-num ul li .fa {
    margin-bottom: 15px
}
.prog-num .progress-number {
  text-align: center;
  font-size: 50px;
  font-family: tahoma;
  color: #fff;
}
/* ------------------------------- End Progress Number ----------------------------------------- */
/* ------------------------------- Start Slider Text ----------------------------------------- */
.slider-text {
    padding: 50px 0;
    background: #5BB9F2;
    color: #fff
}
.slider-text .fa {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 2px solid #fff;
    text-align: center;
    line-height: 90px;
    background: #d8b311;
    padding: 0 10px 0 0;
    color: #fff;
    margin-bottom: 25px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; 
}
.slider-text .fa:hover {
    background: #fff;
    border-color: #d8b311;
    color: #d8b311
}
.slider-text ul {
    min-height: 30px;
}
.slider-text ul li {
    display: block;
}
/* ------------------------------- End Slider Text ----------------------------------------- */
/* ------------------------------- Start Footer ----------------------------------------- */
.footer {
    background: #21252B;
    padding: 50px 0 30px;
    color: #aaa;
    direction: rtl
}
.footer .conten {
    min-width: 300px
}
.footer .conten h3 {
    margin-top: 15px;
    font-size: 20px;
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.footer .conten:hover h3 {
    color: #5BB9F2
}
.footer .conten h3:after {
    content: "";
    display: block;
    border-top: 2px solid #5BB9F2;
    width: 75px;
    margin-top: 15px;
    margin-bottom: 25px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.footer .conten:hover h3:after {
    border-color: #555;
    width: 50px
}
.footer .conten ul li {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
}
.footer .conten ul li a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.footer .conten ul li:hover a {
    color: #fff
}
.footer .conten ul li:before {
    content: "\f104";
    font-family: FontAwesome;
    margin-left: 10px
}
.footer .conten img {
    margin-bottom: 15px;
    padding: 3px;
    border: 1px solid #444;
    border-radius: 5px
}
.footer .conten .links .fa {
    font-size: 25px;
    width: 45px;
    height: 45px;
    border: 2px solid #ddd;
    border-radius: 50%;
    line-height: 45px;
    text-align: center;
    margin: 10px 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.footer .conten .links .fa:hover {
    background: #fff;
    color: #124C68;
    border-color: #124C68
}
.footer .footer-copyright {
    border-top: 1px solid #333;
    margin: 25px 0 0;
    padding-top: 30px;
    font-size: 13px;
    color: #ddd
}
.footer .footer-copyright a {
    color: #5BB9F2;
    margin: 0 5px;
    font-size: 14px
}
/* ------------------------------- End Footer ----------------------------------------- */
/* ------------------------------- Start Go Top ----------------------------------------- */
.top {
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 25px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    color: #fff;
    background: #124C68;
    border-radius: 50px;
    border: 2px solid #fff;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    opacity: .5
}
.top:hover {
    opacity: 1
}
/* ------------------------------- End Go Top ----------------------------------------- */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++ CONTENT  [ 01 ] +++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ------------------------------- Start Slider rotate ----------------------------------------- */
.parent {
    margin: 50px auto;
}
.rotate .rotate-ul {
    position: relative;
}
.rotate .rotate-ul .rotate-ul-li {
    position: absolute;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    opacity: .3;
    border-radius: 10% 10% 0 0;
}
.rotate .rotate-ul .rotate-ul-li:hover {
    cursor: pointer;
    opacity: 1 !important;
    transition: opacity .3s;
    z-index: 9999999 !important;
}
.rotate .rotate-ul .rotate-ul-li:first-of-type {background-image: url("../images/45.jpg")}
.rotate .rotate-ul .rotate-ul-li:nth-of-type(2) {background-image: url("../images/23.jpg")}
.rotate .rotate-ul .rotate-ul-li:nth-of-type(3) {background-image: url("../images/11.jpg")}
.rotate .rotate-ul .rotate-ul-li:nth-of-type(4) {background-image: url("../images/22.jpg")}
.rotate .rotate-ul .rotate-ul-li:nth-of-type(5) {background-image: url("../images/16.jpg")}
.rotate .rotate-ul .rotate-ul-li:nth-of-type(6) {background-image: url("../images/37.jpg")}
.rotate .rotate-ul .rotate-ul-li:nth-of-type(7) {background-image: url("../images/13.jpg")}
.rotate .rotate-ul .rotate-ul-li:last-of-type {background-image: url("../images/46.jpg")}
@media(min-width: 100px) and (max-width: 767px) { /* X Small Screen */
    .parent { width: 95% }
}
@media(min-width: 768px) and (max-width: 991px) { /* Small Screen */
    .parent { width: 85% }
}
@media(min-width: 992px) and (max-width: 1199px) { /* Medium Screen */
    .parent { width: 75% }
}
@media(min-width: 1200px) { /* Larg Screen */
    .parent { width: 65% }
}
/* ------------------------------- End Slider Rotate --------------------------------------- */
/* ------------------------------- Start content-1 --------------------------------------- */
.content-1 {
    margin: 100px 0;
    direction: rtl
}
.content-1 h2 {
    color: #5BB9F2;
    padding: 50px 0; 
}
.content-1 p {
    line-height: 30px;
    margin-bottom: 50px;
    border-right: 5px solid #5BB9F2;
    margin-right: 25px;
    padding-right: 25px;
    color: #000
}
/* ------------------------------- End content-1 --------------------------------------- */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++ CONTENT  [ 02 ] +++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ------------------------------- Start content-2 --------------------------------------- */
.content-2 {
    direction: rtl;
    padding: 50px 0
}
.content-2 p {
    text-align: justify;
    padding: 10px;
    line-height: 30px
}
.content-2 p img {
    width: 40%;
    min-width: 150px;
    padding: 4px;
    border: 1px solid #ddd;
    border-radius: 5px
}
.content-2 p:first-of-type img {float: left; margin-right: 15px}
.content-2 p:last-of-type img {float: right; margin-left: 15px}
.content-2 p span {
    color: #4094c7
}
/* ------------------------------- End content-2 --------------------------------------- */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++ CONTENT  [ 03 ] +++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ------------------------------- Start content-2 --------------------------------------- */
.content-3 {
    padding: 50px 0 0
}
.content-3 h2 {
    color: #124C68
}
.content-3 .container img {
    width: 100%;
    max-width: 50%;
    min-width: 200px;
    border-radius: 10px;
    border: 1px solid #ddd;
    padding: 3px
}
.content-3 h2:after {
    content: "";
    display: block;
    width: 150px;
    margin: 25px auto 50px;
    border-top: 3px solid #5BB9F2
}
.content-3 p {
    margin: 50px 0;
    padding: 10px;
    font-size: 18px;
    text-align: right;
    line-height: 40px;
    background: #f7f7f7;
    border-right: 5px solid #5BB9F2;
    margin-right: 25px;
    padding-right: 25px;
    border-radius: 15px 0 0 15px;
}
.content-3 a {
    text-decoration: none;
    border: 1px solid #1E455E;
    border-radius: 5px;
    padding: 5px 25px;
    font-size: 20px;
    color: #1E455E;
    margin-bottom: 50px;
    display: inline-block;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; 
}
.content-3 a:hover {
    color: #fff;
    background: #5BB9F2;
    border-radius: 25px 0 25px 0;
    border-color: #fff;
    cursor: pointer
}
/* ------------------------------- End content-2 --------------------------------------- */