/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/************************************************/

@font-face {
    font-family: 'TeshrinAR_LTRegular';
    src: url('../fonts/TeshrinAR_LTRegular.eot');
    src: url('../fonts/TeshrinAR_LTRegular.eot') format('embedded-opentype'),
        url('../fonts/TeshrinAR_LTRegular.woff2') format('woff2'),
        url('../fonts/TeshrinAR_LTRegular.woff') format('woff'),
        url('../fonts/TeshrinAR_LTRegular.ttf') format('truetype'),
        url('../fonts/TeshrinAR_LTRegular.svg#TeshrinAR_LTRegular') format('svg');
}

@font-face {
    font-family: 'TeshrinAR_LTLight';
    src: url('../fonts/TeshrinAR_LTLight.eot');
    src: url('../fonts/TeshrinAR_LTLight.eot') format('embedded-opentype'),
        url('../fonts/TeshrinAR_LTLight.woff2') format('woff2'),
        url('../fonts/TeshrinAR_LTLight.woff') format('woff'),
        url('../fonts/TeshrinAR_LTLight.ttf') format('truetype'),
        url('../fonts/TeshrinAR_LTLight.svg#TeshrinAR_LTLight') format('svg');
}

@font-face {
    font-family: 'TeshrinAR_LTBold';
    src: url('../fonts/TeshrinAR_LTBold.eot');
    src: url('../fonts/TeshrinAR_LTBold.eot') format('embedded-opentype'),
        url('../fonts/TeshrinAR_LTBold.woff2') format('woff2'),
        url('../fonts/TeshrinAR_LTBold.woff') format('woff'),
        url('../fonts/TeshrinAR_LTBold.ttf') format('truetype'),
        url('../fonts/TeshrinAR_LTBold.svg#TeshrinAR_LTBold') format('svg');
}

@font-face {
    font-family: 'TeshrinAR_LTBlack';
    src: url('../fonts/TeshrinAR_LTBlack.eot');
    src: url('../fonts/TeshrinAR_LTBlack.eot') format('embedded-opentype'),
        url('../fonts/TeshrinAR_LTBlack.woff2') format('woff2'),
        url('../fonts/TeshrinAR_LTBlack.woff') format('woff'),
        url('../fonts/TeshrinAR_LTBlack.ttf') format('truetype'),
        url('../fonts/TeshrinAR_LTBlack.svg#TeshrinAR_LTBlack') format('svg');
}

/***********************************************/
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box; /* Ensures padding and border are included in the total height and width */
}


a {
    text-decoration: none;
}

#navbar {
    margin-bottom: 0;
}

.alert {
    border-radius: 0;
}



.col-xs-1,
.col-sm-1,
.col-md-1,
.col-sm-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-sm-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-sm-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-sm-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-sm-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-sm-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-sm-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-sm-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-sm-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-sm-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-sm-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-sm-12 {
    position: relative;
    height: 100%;
    min-height: 1px;
    padding-right: 15;
    padding-left: 15;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

.footer {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-top: none;
}

.panel {
    border: none;
}


button:focus {
    outline: 0;
}

/************************************************/
body {
    font-family: TeshrinAR_LTRegular !important;
    font-size: 13px;

    background-repeat: no-repeat;
}

.l-month ng-binding {

    font-family: TeshrinAR_LTRegular !important;
}

.mainHeader {
    padding-top: 30px !important;
    height: 100px;
    line-height: 100px;
}

.clearBoth {
    clear: both;
}


.bt0 {
    border-top: 0px !important;
}

.br0 {
    border-right: 0px !important;
}

.bl0 {
    border-left: 0px !important;
}

.bb0 {
    border-bottom: 0px !important;
}

.bred {
    border: 1px red solid;
    color: #FFF;
}

.navbar {
    margin-top: 0;
    margin-bottom: 30px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-family: TeshrinAR_LTBold;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    font-size: 0.85rem;
}

.bg-light {
    background-color: none !important;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(28, 54, 97, 0.55);
    transition: color 0.5s ease;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(28, 54, 97, 1);
    transition: color 0.5s ease;
}
/*
.btn {
    display: inline-block;
    font-family: TeshrinAR_LTBold;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: none;
    padding: 0.375rem 0.75rem;
    font-size: 0.75rem;
    transition: color 0.5s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
} */

.btn-primary {
    color: #1c3661;
    background-color: #fab664;
    border: none;
}

.btn-primary:hover {
    color: #FFF;
    background-color: #1c3661;
    border: none;
    transition: color 0.8s ease;
}

/************************SOCIAL*****************************/
.social-btns .btn,
.social-btns .btn:before,
.social-btns .btn .fab {
    transition: all 0.35s;
    transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
}

.social-btns .btn:before {
    top: 90%;
    left: -110%;
}

.social-btns .btn .fab {
    transform: scale(0.8);
}

.social-btns .btn.facebook:before {
    background-color: #3b5998;
}

.social-btns .btn.facebook .fab {
    color: #3b5998;
}

.social-btns .btn.twitter:before {
    background-color: #3cf;
}

.social-btns .btn.twitter .fab {
    color: #3cf;
}

.social-btns .btn.instagram:before {
    background-color: #dc4a38;
}

.social-btns .btn.instagram .fab {
    color: #dc4a38;
}

.social-btns .btn.linkedin-in:before {
    background-color: #f26798;
}

.social-btns .btn.linkedin-in .fab {
    color: #f26798;
}

.social-btns .btn.skype:before {
    background-color: #00aff0;
}

.social-btns .btn.skype .fab {
    color: #00aff0;
}

.social-btns .btn:focus:before,
.social-btns .btn:hover:before {
    top: -10%;
    left: -10%;
}

.social-btns .btn:focus .fab,
.social-btns .btn:hover .fab {
    color: #fff;
    /*transform: scale(1);*/
}

.social-btns {
    height: 48px;
    margin: auto;
    margin-top: 30px !important;
    font-size: 0;
    text-align: right;
}

.social-btns .btn {
    display: inline-block;
    background-color: #fff;
    width: 36px;
    height: 36px;
    line-height: 25px;
    margin: 0 10px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 38%;
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.1);
    opacity: 0.99;
}

.social-btns .btn:before {
    content: '';
    width: 120%;
    height: 120%;
    position: absolute;
    transform: rotate(45deg);
}

.social-btns .btn .fab {
    font-size: 18px;
    vertical-align: middle;
}

/***********************************************************/
.mainCaption {
   /* display: inline-block;*/
    font-family: TeshrinAR_LTBlack;
    color: white;
    font-size: 2rem;
    padding-bottom: 1rem;
}

.typewriteq {
    font-family: TeshrinAR_LTBold;
    line-height: 30px;
    color: white;
    font-size: 1.75rem;
}

.animate__shakeY {

    --animate-duration: 25s;
}


.typewrite {
    display: inline-block;
    margin-top: 1rem;
    text-decoration: none;
    font-family: TeshrinAR_LTBold;
    color: #1c3661;
    font-size: 1.25rem
}

.stratJob {
    outline: none;
    margin-top: 30px;
    font-family: TeshrinAR_LTBold;
    line-height: 30px;
    font-size: 1.2rem;
    padding: 10px 30px;
    background: #fab664;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #ffd54f, #fab664);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #ffd54f, #fab664);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #1c3661;
}

.ourMind1 {
    text-align: center;
    background-image: url('../images/SVG/iconShad4.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 15px;
}

.ourMind1>i {
    font-size: 1.8em;
    color: #FFF;
}

.ourMind1>span {
    font-family: TeshrinAR_LTBold;
    display: block;
    margin-top: 20px;
    font-size: 1.3em;
    line-height: 1.4em;
    color: #FFF;
}

.ourMind {
    text-align: center;
    background-image: url('../images/SVG/iconShad4.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 15px;
}

.ourMind>i {
    font-size: 1.8em;
    color: #616161;
}

.ourMind>span {
    font-family: TeshrinAR_LTBold;
    display: block;
    margin-top: 20px;
    font-size: 1.3em;
    line-height: 1.4em;
    color: #616161;
}

.title {
    text-align: center;
    font-family: TeshrinAR_LTBlack;
    display: block;
    margin: 30px 0px;
    font-size: 2.5em;
    color: #1c3661;
}

.title2 {
    text-align: right;
    font-family: TeshrinAR_LTBlack;
    display: block;
    margin-bottom: 10px;
    font-size: 2em;
    color: #1c3661;
}

.title4 {
    text-align: right;
    font-family: TeshrinAR_LTBold;
    display: block;
    margin-bottom: 10px;
    font-size: 1.5em;
    color: #1c3661;
}

.ourMind>i {
    display: inline-block;
    --animate-duration: 1s;
}

.preMind {
    text-align: center;
    font-size: 1.2em;
    line-height: 1.5em;
    margin-bottom: 60px;
}

.para {
    text-align: left;
    font-size: 1.25em;
    line-height: 1.5em;
    margin-bottom: 0px;
    color: #1c3661;
}
.para2 {
    text-align: left;
    font-size: 1rem;
    margin-bottom: 0px;
    color: #1c3661;
}

.pckgHead {
    display: block;
    font-family: TeshrinAR_LTBold !important;
    text-align: justify;
    font-size: 1.3em;
    line-height: 1.5em;
    margin-bottom: 0px;
    color: #616161;
}

.liTH {
    text-decoration: line-through !important;
    ;
}

.serviceContainer {
    padding: 25px;
    background-color: #FFF;
    box-shadow: 10px 5px 25px 15px rgba(33, 150, 243, 0.05);
    background-image: url('../images/SVG/Q-tail2.svg');
    background-position: center right;
    background-repeat: no-repeat;
}

.serviceCaption {
    height: 100%;
}

.serviceIcon .ourMind {
    margin-bottom: 60px;
    padding: 30px;
    --animate-duration: 1.5s;
}

.serviceIcon {}

.serviceIcon>i {
    color: #FFF;
}

.serviceIcon .ourMind1 {
    background-image: none;
    color: #fff;
    margin-bottom: 0px;
}

.serviceIcon .ourMind1:nth-child(1) {
    background-color: #1c3661;
}

.serviceIcon .ourMind1:nth-child(2) {
    background-color: #673ab7;
}

.serviceIcon .ourMind1:nth-child(3) {
    background-color: #9575cd;
}

.serviceIcon .ourMind1:nth-child(4) {
    background-color: #fab664;
}

.serviceIcon .ourMind1:nth-child(5) {
    background-color: #ffc107;
}

.serviceIcon .ourMind1:nth-child(6) {
    background-color: #ffd54f;
}

.ourService li {
    padding: 4px;
}

.ourService li p {
    text-align: right;
    font-size: 0.9rem;
}

.ourService li p i {
    display: inline-block;
    margin-left: 10px;
}

.ourService li:nth-child(1) {
    color: #1c3661;
    font-family: TeshrinAR_LTBold;
}

.separator {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.carousel-indicators {
    position: relative;
    margin-bottom: 2rem;
    left: 0;
    top: 0;
    right: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding-right: 0;
    margin-left: 15%;
    margin-right: 15%;
    list-style: none;
}

.carousel-caption {
    float: left;
    position: relative;
    left: 0;
    top: 0;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}

.carousel-caption {
    /*border:1px red solid;*/
    padding: 30px;
}

.carouselSlide {
    float: left;
    border-radius: 30px;
    /*border:1px red solid;*/
    padding: 30px;
    text-align: center;
    box-shadow: 20px 23px 50px 15px rgb(112, 196, 204, 15%);
}

.assistantProgram {
    border-radius: 30px;
    /*border:1px red solid;*/
    padding: 30px;
    box-shadow: 20px 23px 50px 15px rgb(112, 196, 204, 15%);
}

.assistantProgram {
    cursor: pointer;
    border-radius: 30px;
    /*border:1px red solid;*/
    padding: 30px;
    box-shadow: 20px 23px 50px 15px rgb(112, 196, 204, 15%);
    transition:  0.3s ease-in-out; /* Add the transition property */
}
.assistantProgram:hover {
    box-shadow: none;

}
.assistantProgram h4{
    font-family: TeshrinAR_LTBold;
    font-size: 1.25rem;
    color: #1c3661;
    display: block;
    margin-bottom: 1rem;
}

.quarter {
    border: 1px red solid;
}

.carouselSlide b {

    display: block;
    font-size: 1.1rem;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: TeshrinAR_LTBold;
    color: #1c3661
}


.carouselSlide span {
    display: block;
}

#ourSys {

    --animate-duration: 5s;
}

.carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 6px;
    margin-left: 3px;
    margin-right: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 15px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease;
}

.jobContainer {
    text-align: center;
    padding: 20px;
}

.jobItm {
    display: inline-block;
    transition: opacity 1s;
    --animate-duration: 4s;
}

.jobItm:hover {

    opacity: 1;
}

.jobItm img {
    /* height: 130px !important; */
}

#logoDone .carousel-item img {}

.shortLove {
    font-family: TeshrinAR_LTBold;
    text-align: center;
    display: inline-block;
    margin-top: 10px;
    font-size: 1rem;
    line-height: 1.7rem;
}

.fa-heart {
    width: 100%;
    text-align: center;
    color: #e5383b;
    padding: 10px;
    font-size: 1.6rem;
    display: inline-block;
    margin-top: 2px;
}

.riwaCheif {
    font-family: TeshrinAR_LTBold;
    display: block;
    font-size: 1.2rem;
    padding: 3px;
    color: #1c3661;
    margin-bottom: 5px;
    text-align: center;
}

#ourWord h4 {
    display: block;
    padding: 3px;
    text-align: center;
    font-size: 0.8rem;
    margin-bottom: 5px;
}

.chifSocial {
    width: 75%;
    display: block;
    margin: auto;
}

.chifSocial li {
    float: right;
    padding: 5px;
}

.chifSocial li a {
    display: inline-block;
    color: #616161;
    font-size: 0.9rem;
    transition: color .5s;
}

.chifSocial li a:hover {
    color: #1c3661;
}

.publishJob {

    background-image: url('../images/SVG/Q-tail2.svg');
    background-repeat: no-repeat;
    background-position: top right;
}

.consaltantRequest {
    background-color: #FFF;
    padding: 3%;
    /* box-shadow: 10px 5px 25px 15px rgba(33,150,243,0.05); */
    box-shadow: 0px 4px 150px 0px rgba(21, 130, 133, 0.1);
    /* background-image: url('../images/SVG/Q-tail2.svg'); */
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50px;
}

.consaltantRequest h1 {
    line-height: 50px;
    padding-right: 20px;
    font-family: TeshrinAR_LTBold;
    display: inline-block;
    font-size: 1.2rem;
    color: #1c3661;
    margin-bottom: 1rem;

}

.consaltantRequest p {
    font-size: 0.9rem;
    line-height: 1.3rem;
    color: #1c3661;
}

/* .consaltantImage{
  padding: 3%;
  background-image: url('../images/SVG/Q-tail2.svg');
  background-position: center;
  background-repeat: no-repeat;
} */

.serviceRequest {
    background-color: #FFF;
    padding: 3%;
    box-shadow: 10px 5px 25px 15px rgba(33, 150, 243, 0.05);
    background-image: url('../images/SVG/Q-tail2.svg') !important;
    background-position: center right !important;
    background-repeat: no-repeat !important;
}

.serviceRequest h1 {
    line-height: 50px;
    padding-right: 20px;
    font-family: TeshrinAR_LTBold;
    display: inline-block;
    font-size: 1.2rem;
    color: #2196F3;
    margin-bottom: 20px;

}

.serviceRequest p {
    font-size: 0.9rem;
    line-height: 1.3rem;
}

.serviceRequest {
    padding: 3%;
    background-image: url('../images/SVG/Q-tail2.svg');
    background-position: center;
    background-repeat: no-repeat;
}

.qutation {
    margin-bottom: 30px;
}

.qutation i {
    font-size: 1.5rem;
    display: block;
    margin-bottom: 20px;
}


.qutation q {
    font-family: TeshrinAR_LTBold;
    font-size: 1rem;
    line-height: 1.4rem;
    display: inline-block;
    padding: 0.5rem;
    border-right: 0.3rem solid #FFD54F;
    color: #1c3661;
    margin-bottom: 20px;
    cursor: pointer;
    transition: color 1s;
}

.qutation q:hover {
    color: #212121;
}

.qutation em {
    color: #616161;
    font-size: 0.8rem;


}

.blogRelated a {
    display: block;
    font-family: TeshrinAR_LTBold;
    font-size: 1.2rem;
    line-height: 1.5rem;
    color: #1c3661;
}

.blogRelated p {
    display: block;
    text-align: justify;
    font-size: 0.9rem;
    line-height: 1.2rem;
    color: #616161;
    margin: 10px 0px;
}

.mainBlogItem {
    position: relative;
}

.mainBlogItem .caption {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #000;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: -webkit-linear-gradient(to top, rgba(81, 45, 168, 1), rgba(149, 117, 205, 0));
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, rgba(81, 45, 168, 1), rgba(149, 117, 205, 0));
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    ;
}

.mainBlogItem .caption:hover {
    opacity: 0.9;
}

.mainBlogItem .caption a {
    font-family: TeshrinAR_LTBold;
    font-size: 1.2rem;
    width: 100%;
    padding: 1.2rem;
    color: #FFF;
    position: absolute;
    bottom: 1.5rem;
    right: 0;
    z-index: 3;
    transition: color 1s
}


.mainBlogItem .caption a:hover {
    color: #fab664;
}

.onePost {
    margin-bottom: 10px;
}

.onePost a {
    font-size: 1rem;
    transition: color 1s
}

.onePost a:hover {
    color: #fab664;
}

.oneDesc {}

.blogSection {
    padding: 1.2rem;
    box-shadow: 10px 5px 25px 15px rgba(33, 150, 243, 0.05);
    background-image: url('../images/SVG/Q-tail2.svg');
    background-position: center;
    background-repeat: no-repeat;
}

.plateForm {
    display: block;
    padding: 0.2rem;
    text-align: center;
}

.plateForm i {
    display: block;
    width: 100%;
    color: #673AB7;
    font-size: 8rem;
}

#subService .plateForm i {
    display: block;
    width: 100%;
    color: #673AB7;
}

[class^="subS"]:before,
[class*=" subS"]:before,
[class^="subS"]:after,
[class*=" subS"]:after {
    display: block;
    width: 50%;
    margin: auto;
    font-family: Flaticon;
    font-size: 5rem !important;
    color: #1c3661;
    background-image: none !important;
}

#subService .carousel-item {
    text-align: center;
}

.subSpan {
    display: block;
    margin-top: 15px;
    margin-bottom: 40px;
    font-family: TeshrinAR_LTBold;
    font-size: 1rem;
}


[class^="subS2"]:before,
[class*=" subS2"]:before,
[class^="subS2"]:after,
[class*=" subS2"]:after {
    display: block;
    width: 50%;
    margin: auto;
    font-family: Flaticon;
    font-size: 3rem !important;
    color: #616161;
    background-image: none !important;
}

.subSpan2 {
    display: block;
    margin-top: 15px;
    font-size: 0.8rem;
    line-height: 1rem;
}

/*
.selectboxit{
  direction: rtl;
} */
.form-label {
    margin-bottom: 0.8rem;
    font-size: 0.8rem;
    color: #1c3661;
    font-family: 'TeshrinAR_LTRegular' !important;
}

.form-text {
    font-size: 0.8rem;
    margin-top: 0.6rem;
}

.selectboxit-options {

    font-family: 'TeshrinAR_LTRegular' !important;
    color: #1c3661 !important;
    font-size: 0.8rem !important;
}

.selectboxit-container span,
.selectboxit-container .selectboxit-options a {
    display: block;
    height: 41px !important;
    font-size: 15px !important;
    line-height: 41px !important;
    border-radius: 3px !important;
}

.selectboxit-option-anchor {
    font-family: 'TeshrinAR_LTRegular' !important;
    color: #1c3661 !important;

}

.btn-lg {
    font-family: 'TeshrinAR_LTRegular' !important;
    padding: 10px 16px !important;
    font-size: 1rem !important;
    line-height: 1.33 !important;
    border-radius: 3px !important;

    color: #fff;
    background-color: #1c3661;
    transition: all 1s !important;
}

.btn-lg:hover {
    background-color: #fab664;
    color: #1c3661;
}

.tile-stats.tile-gray .num,
.tile-stats.tile-gray h3,
.tile-stats.tile-gray p {
    color: #1c3661;
}

.copyRight {
    color: #1c3661;
    font-size: 1rem !important;
}

/* .riwaqstups{
  line-height: 80px;
  height: 80px;
} */
.riwaqstups li {
    float: left;
    padding: 5px;
}

.riwaqstups li a {
    display: inline-block;
    color: #1c3661;
    font-size: 1.3rem;
    margin-left: 1rem;
    transition: color .2s;
}

.riwaqstups li a:hover {
    color: #fab664;
}


.pckgList {}

.pckgList li {
    padding: 5px;
}

.pckgList li span {
    display: inline-block;
    color: #616161;
    font-size: 0.8rem;
    margin-left: 1rem;
    transition: color .2s;
}

.pckgList li i {
    display: inline-block;
    color: #1c3661;
    font-size: 0.9rem;
    margin-left: 0.5rem;
}

.pckgList li a:hover {
    color: #1c3661;
}

.pckgSocial i {
    display: inline-block;
    color: #E0E0E0;
    font-size: 1.8rem;
    margin-left: 1rem;
    transition: color .2s;

}

.input-lg {
    height: 41px;
    padding: 10px 16px;
    font-size: 12px;
    line-height: 1.33;
    border-radius: 3px;
}

.fileinput-exists,
.fileinput-new {
    line-height: 29px;
}

.fileinput-new {
    font-size: 1.2rem !important;
}

.radio,
.checkbox {
    display: block;
    min-height: 30px;
    margin-bottom: 10px;
    padding-left: 20px;
}

.tile-stats .icon {
    color: rgba(28, 54, 97, 0.1) !important;
    position: absolute !important;
    right: 5px !important;
    bottom: 5px !important;
    z-index: 1 !important;
}

blockquote {
    padding: 8.5px 17px !important;
    margin-top: 0px !important;
    border-left: 5px solid #eeeeee !important;
}

blockquote p {
    color: #1c3661;
    font-size: 0.9rem !important;
}

hr {
    margin-top: 17px;
    margin-bottom: 17px;
    border: 0;
    border-top: 1px solid #616161;
}

.mcolor {
    color: #1c3661 !important;
}

.bcolor {
    color: #fab664 !important;

}

.preifold {
    background-color: #F5F5F5 !important;
    color: #1c3661;
    height: 100%;
    position: absolute;
    /* Set .preif to absolute positioning */
    top: 0;
    /* Position it at the top of the parent container */
    bottom: 0;
    /* Position it at the bottom of the parent container */
    right: 0;
    /* Position it at the right of the parent container */
    display: flex;
    /* Use flex to center content vertically */
    align-items: center;
    /* Vertically center content */
    justify-content: center;
    /* Horizontally center content */
}


.preif {
    background-color: #F5F5F5 !important;
    color: #1c3661;
}

.preif2 {

    background-color: #F5F5F5 !important;
    color: #1c3661;
    position: absolute;
    /* Set .preif to absolute positioning */
}

.screen1 {
    border-radius: 50px 0px 0px 50px;
    background: url('../images/seq13.png') no-repeat;
    background-size: cover;
    box-shadow: 0px 4px 150px 0px rgba(21, 130, 133, 0.25);
}

.screen1M {
    border-radius: 50px 0px 0px 50px;
    background: url('../images/seq13Mobile.png') no-repeat;
    background-size: cover;
    box-shadow: 0px 4px 150px 0px rgba(21, 130, 133, 0.25);
}

.StatsticsRow {
    background-color: #0A1F43;
    color: #FFF;
}

.StatsticsRow .title {
    color: #FFF;
}

.StatsticsRow .para {
    color: #FFF;
}

.statColItem {
    padding: 1rem;
    text-align: center;
    /* Center text horizontally */
    align-items: center;
    /* Center text vertically */
    justify-content: center;
    /* Center text horizontally */
    height: auto;
    /* Set the desired height */
}

.StatsticsRow .statColItem h3 {
    display: block;
    font-size: 2rem;
    font-family: TeshrinAR_LTBold;
    padding: 1rem;
    color: #FFF;
}

.StatsticsRow .statColItem p {
    display: block;
    font-size: 0.9rem;
    padding: 0.25rem;
    color: #FFF;
}

.OnePlaceRow {
    background-color: #F5F5F5;
    color: #1c3661;
}

.OnePlaceRow .statColItem {
    text-align: left;
}

.statColItem .OnePlaceRow .title {
    color: #1c3661;
}

.statColItem .OnePlaceRow .para {
    color: #1c3661;
}

.OnePlaceRow .statColItem h3 {
    display: block;
    font-size: 1.2rem;
    font-family: TeshrinAR_LTBold;
    color: #1c3661;
}

.OnePlaceRow .statColItem p {
    display: block;
    font-size: 1rem;
    padding: 0.25rem;
    color: #1c3661;
}


.worcIcon::before {
    content: '';
    /* Empty content, the icon will be added using the background-image */
    background-image: url('../images/logoIcon-01.svg');
    /* Replace 'your-icon.svg' with the path to your SVG icon */
    background-size: 35px;
    /* Adjust the size of the icon */
    width: 35px;
    /* Adjust the width of the icon */
    height: 35px;
    /* Adjust the height of the icon */
    display: inline-block;
    margin-right: 10px;
    /* Adjust spacing between icon and text */
    vertical-align: middle;
    /* Vertically align the icon */
}

.h-100 {
    height: 100% !important;
}

.foterWrapper {
    position: relative;
    /*  background: url('../images/footer-bg1.svg') no-repeat;*/
    background-size: contain;
    background-size: auto auto;
    background-position: center bottom;
}

.locationAdd {
    color: #1c3661;
    font-size: 0.8rem;
}

.locationAdd i {
    font-size: 1rem;
}

/* Define the container for the circles */
.circle-container {
    width: 400px;
    height: 400px;
    position: relative;
    border-radius: 50%;
    /* Make it circular */
    background: transparent;
    /* Transparent background */
}

/* Style the inner circle */
.inner-circle {
    width: 100%;
    height: 100%;
    background-image: url('../images/foterAvatar.png');
    /* Set your image here */
    background-size: cover;
    border-radius: 50%;
    /* Make it circular */
    opacity: 1;
    /* Adjust the opacity as needed */
}

/* Style the first outer circle */
.outer-circle1 {
    width: 100%;
    height: 100%;
    border: 2px solid rgba(255, 0, 0, 0.5);
    /* Red circle with 50% opacity */
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    /* Make it circular */
}

/* Style the second outer circle */
.outer-circle2 {
    width: 100%;
    height: 100%;
    border: 2px solid rgba(0, 0, 255, 0.7);
    /* Blue circle with 70% opacity */
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    /* Make it circular */
}


.screenZoom {
    border-radius: 50px 0px 0px 50px;
    background: url('../images/zoom-img.jpg') no-repeat;
    background-size: 100% 100%;
    background-size: cover;
    box-shadow: 0px 4px 150px 0px rgba(21, 130, 133, 0.25);
}

.neonCard {
    background-color: #FFF;
    /* box-shadow: 10px 5px 25px 15px rgba(33,150,243,0.05); */
    box-shadow: 0px 4px 150px 0px rgba(21, 130, 133, 0.1);
    /* background-image: url('../images/SVG/Q-tail2.svg'); */
    border-radius: 40px;
    border: none;
}

.neonCard>hr {
    margin-right: 0;
    margin-left: 0;
}



.neonTitle {
    font-family: TeshrinAR_LTBold;
    display: inline-block;
    font-size: 1.2rem;
    color: #1c3661;
    margin-bottom: 0.8rem;
}

.neonText {
    font-size: 0.9rem;
    line-height: 1.3rem;
    color: #1c3661;
}

.serviceTitle {
    font-size: 1rem;
}

.articleTit {
    font-family: TeshrinAR_LTBold;
    font-size: 1.2rem;
    margin-top: 1.5rem;
}

.articleDesc {
    font-size: 1rem;
    margin-top: 1rem;
}

/* Style for the "Read More" link */
.read-more-link {
    display: block;
    margin-top: 1rem;
    font-size: 1rem;
    margin-bottom: 0.5rem;
    text-decoration: none;
    /* Remove underlines */
    color: #616161;
    /* Text color */
    border-radius: 4px;
    /* Rounded corners */
    transition: background-color 0.3s, color 0.3s;
    /* Smooth transition on hover */
}

/* Hover effect */
.read-more-link:hover {
    color: #1c3661;
    /* Text color remains white */
}


/* Zoom In #1 */
.hover01 figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.hover01 figure:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.zoom-in-container {
    position: absolute;
    width: 100% !important; /* Set the container dimensions */
    height: 100% !important;
    overflow: hidden;
}

.zoom-in-container::before {
    display: block;
    content: '';
    background-image: url('https://demo.neontheme.com/assets/images/album-thumb-1.jpg'); /* Replace with your image path */
    background-size: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: transform 0.3s ease-in-out;
}

.zoom-in-container:hover::before {
    transform: scale(1.3); /* Adjust the scale factor as needed */
}
.f20{
    font-size: 1.7rem;
    color: #1c3661;
}


.mainMes{
    float: left;
    border-radius: 30px;
    /*border:1px red solid;*/
    text-align: center;
}


.mainMes b {

    display: block;
    font-size: 1.1rem;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: TeshrinAR_LTBold;
    color: #1c3661
}


.mainMes span {
    display: block;
}

.nav-item{
    margin-right: 0.5rem;
}
.slogan{
    font-family: TeshrinAR_LTBold;
    color: #1c3661;
    font-size: 1rem;
}
.footerIconA{
    height: auto;
}

@media (max-width: 767px) {
    .separator {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .neonTitle {
        font-family: TeshrinAR_LTBold;
        display: inline-block;
        font-size: 1rem;
        color: #1c3661;
        margin-bottom: 1rem;
    }
  }
/************************/
.w-75 {
    width: 75% !important;
}
.top-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #FFF;
    height: 68px;
}

.menu {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 48px;
}

.menu>li {
    font-family: TeshrinAR_LTBold;
    margin: 0 1rem;
    overflow: hidden;
    color: #1c3661;
    font-size: 0.8rem;
}

.menu-button-container {
    display: none;
    height: 100%;
    width: 30px;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#menu-toggle {
    display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
    display: block;
    background-color: #1c3661;
    position: absolute;
    height: 4px;
    width: 30px;
    transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 2px;
}

.menu-button::before {
    content: '';
    margin-top: -8px;
}

.menu-button::after {
    content: '';
    margin-top: 8px;
}

#menu-toggle:checked+.menu-button-container .menu-button::before {
    margin-top: 0px;
    transform: rotate(405deg);
}

#menu-toggle:checked+.menu-button-container .menu-button {
    background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked+.menu-button-container .menu-button::after {
    margin-top: 0px;
    transform: rotate(-405deg);
}

@media (max-width: 700px) {

    .menu-button-container {
        display: flex;
    }

    .menu {
        position: absolute;
        background-color: #FFF;
        top: 0;
        margin-top: 100px;
        left: 0;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-items: center;
        z-index: 9999;
        box-shadow: 0px 4px 150px 0px rgba(21, 130, 133, 0.25);
        border-radius: 40px;
    }

    #menu-toggle~.menu li {
        height: 0;
        margin: 0;
        padding: 0;
        border: 0;
        transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
    }

    #menu-toggle:checked~.menu li {
        font-family: TeshrinAR_LTBold;
        height: 3rem;
        font-size: 1rem;
        padding: 0.5em;
        transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
    }

    .menu>li {
        display: flex;
        justify-content: center;
        margin: 0;
        padding: 0.5em 0;
        width: 100%;
        color: #1c3661;
    }

    .menu>li:not(:last-child) {
        border-bottom: 1px solid #444;
    }
}
/************************/
