@charset "utf-8";
/* **************** */

@import "fonts.css";
@import "bootstrap.min.css";
@import "bootstrap-grid.min.css";
@import "animate.css";
@import "owl.carousel.css";
@import "jquery.mCustomScrollbar.min.css";
/* ****************** */
.item-img a{display:block;}

.lang li {
    display: inline-block;
}
.lang .active{display:none!important}
.owl-carousel {
    direction: ltr;
}
a.qtranxs_flag {
    background: none !important;
    position: relative;
    top: -3px;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: capitalize;
    font-family: b-rg;
    color: #1a1a1a;
    font-size: 14px;
}

.tooltip {
    z-index: 1100 !important;
}

.tooltip-inner {
    max-width: 200px;
    padding: 5px 10px;
    color: #fff;
    text-align: center;
    background-color: #1e5fcc;
    border-radius: 0.25rem;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
}

.tooltip .tooltip-arrow {
    display: none;
}

.tooltip.top {
    padding: 5px 0;
}

body {
    padding: 0;
    margin: 0;
}

select {
    display: inline-block;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: middle;
    background: transparent;
}

body {
    overflow-x: hidden;
    float: left;
    width: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

ul {
    list-style: none;
}

iframe {
    width: 100% !important;
    border: 0 !important;
    height: 100%;
}

::-moz-selection {
    background-color: #1e5fcc;
    color: #fff;
}

::selection {
    background-color: #1e5fcc;
    color: #fff;
}

a,
a:hover,
a:visited,
a:link {
    text-decoration: none;
    outline: none;
    cursor: pointer;
}

a {
    display: inline-block;
}

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

img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
}

p {
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: normal;
    line-height: 1.3;
}

.modal-open {
    overflow: hidden !important;
}

.modal-backdrop.in {
    opacity: .9;
}

input,
select,
textarea {
    vertical-align: middle;
    margin: 0;
    padding: 0;
    outline: 0;
}

textarea {
    resize: none;
}

.form-control {
    height: 38px;
    line-height: 38px;
    padding-left: 10px;
    font-size: 13px;
    box-sizing: border-box;
    border-radius: 4px;
    box-shadow: none;
    text-transform: none;
    border: 1px solid #dfdfdf;
    margin-bottom: 0;
}

textarea.form-control {
    height: 100px !important;
}

.form-group,
.form-control {
    margin-bottom: 0;
}

.btn {
    outline: 0 !important;
}

.btn {
    font-size: 16px;
    color: #0060e6;
/*     font-family: b-md; */
    font-family: b-bd;
	
    text-align: center;
    padding: 10px 35px;
    border-radius: 10px;
    border: 1px solid;
    border-left-color: #4c97ff;
    border-right-color: #4c97ff;
    border-top-color: #0060e5;
    border-bottom-color: #0060e5;
}

.row {
    margin-bottom: 0;
}

.col-xs-12 {
    padding: 0;
    float: left;
    width: 100%;
}

i {
    color: inherit;
    font-style: normal;
}

.toTop {
    background-color: #F29200;
    color: #fff;
    position: fixed;
    bottom: 100px;
    right: -60px;
    width: 40px !important;
    height: 40px;
    cursor: pointer;
    line-height: 40px;
    border-radius: 7px;
    text-align: center;
    z-index: 35;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.07);
}

.toTop:hover {
    background-color: #c10411;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .5s;
    transition: all .5s;
}

.toTop i {
    font-size: 18px;
    -webkit-transition: all .5s;
    transition: all .5s;
    color: #fff;
}

.toTop:hover i {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .5s;
    transition: all .5s;
}

#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #fff;
}

.loading {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    padding: 0;
    list-style: none;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.mob-menu {
    text-align: center;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    left: 0;
    top: 0;
    z-index: 99;
    display: none;
}

.mob-menu .close-mob-menu {
    position: absolute;
    right: 20px;
    top: 20px;
    background-color: #333;
    border: 0;
    color: #fff;
    border-radius: 10px;
    padding: 7px 14px;
    text-align: center;
    line-height: normal;
    outline: 0;
    cursor: pointer;
}

.mob-menu .close-mob-menu:hover {
    background-color: #F29200;
}

.mob-menu .inner-v {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.open-mob-menu {
    color: #fff;
    background-color: #0060e6;
    transition: all .3s;
    display: none;
    margin-right: 0;
    padding: 0 !important;
    border-radius: 5px !important;
    width: 40px;
    height: 40px;
    line-height: 43px;
}

.open-mob-menu.hvr-float-shadow {
    display: none;
}

.open-mob-menu:hover {
    opacity: .9;
    transition: all .3s;
}

.mob-menu .nav-menu ul li {
    display: block;
    margin-bottom: 20px;
}

.mob-menu .nav-menu li a {
    display: inline-block;
    font-size: 17px;
    color: #fff;
    transition: all .3s;
}

.mob-menu .nav-menu li a:hover {
    color: #f46722;
    transition: all .3s;
}

.mob-menu .mob-social {
    margin-top: 40px;
    text-align: center;
}

.mob-menu .mob-social a {
    display: inline-block;
    margin-left: 10px;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 13px;
    color: #fff;
}

.mob-menu .mob-social a:last-of-type {
    margin: 0;
}

.mob-menu .mob-social a.fb {
    background-color: #344fb1;
}

.mob-menu .mob-social a.tw {
    background-color: #00c6ff;
}

.mob-menu .mob-social a.gp {
    background-color: #ef0834;
}

.mob-menu .mob-social a:hover {
    opacity: .8;
}

.menu-item-has-children {
    position: relative;
}

.menu-item-has-children .sub-menu {
    position: absolute;
    left: auto;
    right: 0;
    top: 200%;
    opacity: 0;
    visibility: hidden;
    display: block;
    transition: all .3s;
    min-width: 174px;
    border-radius: 5px;
    background-color: #fff;
    z-index: 11;
    box-shadow: 0 10px 10px rgba(26, 26, 26, .15);
    border-left-color: rgba(76, 151, 255, 0.05);
    border-right-color: rgba(76, 151, 255, .05);
    border-top-color: rgba(0, 96, 229, .05);
    border-bottom-color: rgba(0, 96, 229, .05);
    border-width: 1px;
    border-style: solid;
}

.menu-item-has-children .sub-menu:before {
    /* content: ''; */
    position: absolute;
    right: 12px;
    top: -12px;
    border-bottom: 9px solid transparent;
    border-top: 9px solid #fff;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
}

.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 145%;
    transition: all .3s;
}

.menu-item-has-children:hover .sub-menu {
    /* opacity: 0; */
    /* visibility: hidden; */
}

.menu-item-has-children .sub-menu.active {
    opacity: 1;
    visibility: visible;
    /* top: -310%; */
}

.menu-item-has-children .sub-menu li {
    display: block !important;
    margin: 0 !important;
    overflow: hidden;
}

.menu-item-has-children .sub-menu li:first-of-type {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.menu-item-has-children .sub-menu li:last-of-type {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.menu-item-has-children .sub-menu li:after {
    display: none;
}

.menu-item-has-children .sub-menu li a {
    display: block !important;
    padding: 8px 10px !important;
    font-family: b-rg !important;
    font-weight: normal !important;
    font-size: 14px !important;
    transition: all .3s;
    color: #333 !important;
}

.menu-item-has-children .sub-menu li a:hover {
    /*color: #F29200 !important;*/
    background-color: rgba(250, 250, 250, 0.45);
    transition: all .3s;
}

.main-head {
    /*    border-bottom: 3px solid #ff7a00;*/
    position: relative;
    background-color: #fff;
    transition: all .3s;
    z-index: 10;
}

.main-head .bottom-content {
    padding: 22px 0;
    transition: all .3s;
    border-bottom: 3px solid #F29200;
    box-shadow: 1.294px 4.83px 30px 0px rgba(43, 137, 183, .05);
}

.main-content {
    position: relative;
}

/*
.main-content:after {
    width: 230px;
    height: 225px;
    content: '';
    position: absolute;
    left: -73px;
    top: -115px;
    background-image: url(../images/p1.png);
    background-repeat: no-repeat;
    z-index: -1;
}
*/

.main-head .logo {
    display: inline-block;
	width:220px
}

.main-head .logo img {
    transition: all .3s;
    max-width: 100%;
	height:auto;
}

.main-head .logo .text_alt {
    display: inline-block;
    margin-right: 12px;
}

.main-head .logo .text_alt h4 {
    font-family: b-bd;
    color: #1a1a1a;
    font-size: 17px;
    position: relative;
    transition: all .3s;
}

.main-head .logo .text_alt span {
    background: -webkit-linear-gradient(left, #4c97ff, #0060e5);
    font-size: 7px;
    color: #fff;
    position: absolute;
    left: -33px;
    top: -20px;
    padding: 3px 7px;
    border-radius: 50px;
    transition: all .3s;
}

.main-head .logo .text_alt span:before {
    content: '';
    position: absolute;
    right: 0px;
    bottom: -9px;
    border-bottom: 5px solid transparent;
    border-top: 10px solid #0665e7;
    border-left: 10px solid transparent;
    border-right: 0px solid transparent;
}

.main-head .main-nav {
    display: inline-block;
    margin-right: 91px;
}

.main-head .main-nav ul li {
    display: inline-block;
    position: relative;
}

.main-head .main-nav ul li a {
    display: inline-block;
    color: #333;
    font-size: 18px;
    margin-left: 27px;
    transition: all .3s;
/*     font-family: b-md; */
    font-family: b-rg;	
    position: relative;
}

/*.main-head .main-nav ul li a:after, .main-head .main-nav ul li a::before {*/
/*    opacity: 0;*/
/*    background-position: center;*/
/*    content: '';*/
/*    height: 20%;*/
/*    width: 0;*/
/*    border: 1px #F29200 solid;*/
/*    position: absolute;*/
/*    right: 15px;*/
/*    FONT-VARIANT: JIS04;*/
/*    FONT-VARIANT: JIS04;*/
/*    border-left: 0;*/
/*    top: -40%;*/
    /* transform: translate(-50%, -51%); */
    /* background-size: 100% 100%; */
/*    padding: 13px 0 0;*/
/*    transition: all .3s;*/
/*    border-bottom: 0;*/
/*}*/

/*.main-head .main-nav ul li.active a:after, .main-head .main-nav ul li:hover a:after, .main-head .main-nav ul li.active a:before, .main-head .main-nav ul li:hover a:before {*/
/*    opacity: 1;*/
    /* padding: 20px 40px; */
/*    transition: all .3s;*/
/*    width: 20%;*/
/*    right: -15px;*/
/*}*/

/*.main-head.sticky .main-nav ul li.active a:after,*/
/*.main-head.sticky .main-nav ul li a:hover:after {*/
    /* padding: 20px 35px; */
/*}*/
button.open-search {
    display: inline-block;
    float: left;
    position: relative;
    top:5px;
}

ul#menu-header {
    display: inline-block;
    position: relative;
    top: 13px;

    display: inline-block;
}
.main-head .main-nav ul li a:hover {
    color: #F29200;
    transition: all .3s;
}


.main-head .head-extra {
    float: left;
    padding-top: 11px;
    transition: all .3s;
}

.main-head.sticky .head-extra {
    padding-top: 3px;
    transition: all .3s;
}

.main-head .head-extra .btn {
    border: 0;
    /*background: -webkit-linear-gradient(left, #18257a, #F29200);*/
    background:-webkit-linear-gradient(left, #be7508, #F29200);
    color: #fff;
    font-size: 20px;
    border-radius: 10px;
    padding: 10px 40px;
/*     font-family: b-md; */
    font-family: b-rg;	
    position: relative;
}

.main-head .head-extra .btn:hover {
    background: -webkit-linear-gradient(right, #be7508, #F29200);
    color: #fff;
    transition: all .3s;
    border-color: transparent !important;
}

.main-head .head-extra .btn:before {
    content: '';
    height: 100%;
    top: 0;
    right: 17%;
    position: absolute;
    box-shadow: 0 0 12px 5px #fff;
    opacity: .4;
    border-radius: 100%;
    transition: all .3s;
}

.main-head .head-extra .btn:hover:before {
    right: 100%;
    transition: all .3s;
}

.hero-s {
    text-align: center;
    /*    padding-top: 45px;*/
    /*    padding-bottom: 30px;*/
    position: relative;
    border-bottom: 3px solid #2b89b7;
}

.hero-s:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/BG.png);
    background-repeat: repeat;
    opacity: .02;
    z-index: -2;
}

/*
.hero-s:before {
    content: '';
    position: absolute;
    right: -358px;
    bottom: 40px;
    width: 641px;
    height: 641px;
    background-image: url(../images/big-gar.svg);
    background-repeat: no-repeat;
    -webkit-animation: fa-spin 65s infinite linear;
    animation: fa-spin 65s infinite linear;
}
*/

.hero-s .container,
.hero-s img {
    z-index: 1;
}

.hero-s h3 {
    font-size: 30px;
    font-family: b-bd;
    color: #1a1a1a;
    margin-bottom: 40px;
    position: relative;
}

.hero-s h3:after,
.hero-s h3:before {
    content: '';
    position: absolute;
    left: 11%;
    width: 63px;
    height: 25px;
    background-image: url(../images/cloud1.png);
    background-repeat: no-repeat;
    top: 70%;
}

.hero-s h3:after {
    left: auto;
    right: 11%;
}

/*
.hero-s span {
    display: block;
    color: #666666;
    font-size: 17px;
    margin-bottom: 13px;
}

.hero-s p {
    font-size: 17px;
    color: #4c4c4c;
    line-height: 1.8;
    max-width: 770px;
    margin: 0 auto 60px;
}

.hero-s img {}
*/


.social {
    text-align: center;
    /*position: absolute;*/
    /*left: 1%;*/
    /*bottom: 10%;*/
    display: flex;
    gap: 14px;
    margin-top: 25px;
}

.social ul li {
    display: block;
    margin-bottom: 10px;
}

.social li a {
    display: inline-block;
    color: #ccc;
    font-size: 17px;
    transition: all .3s;
}

.social .fb:hover {
    color: #344fb1;
    transition: all .3s;
}

.social .tw:hover {
    color: #00c6ff;
    transition: all .3s;
}

.social .gp:hover {
    color: #ef0834;
    transition: all .3s;
}

.hero-s .hero-l {
    position: absolute;
    z-index: -1;
    right: 51%;
    transform: translateX(50%) translateY(-24%);
    top: 37%;
}

.hero-s .hero-i {
    max-width: 65%;
    margin-left: 10%;
}

.g-search {
    background-color: #333;
    padding: 13px 0;
    z-index: 15;
    box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.1);
    transition: all 1s;
    border-top: 3px solid #F29200;
}

.g-search h4 {
    font-size: 14px;
    color: #fff;
    display: inline-block;
}

i.fa {
    vertical-align: baseline;
}

.g-search .s-extra {
    float: left;
}

.g-search .s-extra .lang {
    display: inline-block;
    /*direction: ltr;*/
}


.g-search .s-extra .lang a {
    display: inline-block;
    color: #fff;
/*     text-transform: uppercase; */
}

.g-search .s-extra .lang a:hover {
    /*color: #F29200;*/
    transition: all .3s;
}

.g-search .s-extra .lang i {
    margin-right: 5px;
}

.g-search .s-right {
    float: right;
}

.g-search .s-right ul li {
    display: inline-block;
    position: relative;
}

.g-search .s-right ul li:after {
    content: '|';
    position: relative;
    margin: 0 15px;
    color: #2c89b7;
}

.g-search .s-right ul li:last-child:after {
    display: none;
}

.g-search .s-right ul li a,
.g-search .s-right a{
    color: #fff;
    font-size: 14px;
    transition: all .3s;
/*     font-family: b-lt; */
    font-family: b-rg;	
    text-transform: none;
}

.g-search .s-right ul li i {
    font-size: 14px;
    margin-left: 4px;
    color: #fff;
}

.g-search .s-right ul li a:hover {
    color: #F29200;
    transition: all .3s;
}

.open-search {
    float: right;
    margin-left: 20px;
    padding: 0 10px;
    border: 0;
    height: 44px;
    background-color: transparent;
    color: #4c4c4c;
    font-size: 18px;
    transition: all .3s;
}

.btn,
button {
    outline: none !important;
}

.open-search:hover {
    color: #F29200;
    transition: all .3s;
}

.sticky .open-search {
    opacity: 0;

    transition: all .3s;
}



.g-search .s-extra .search {
    display: inline-block;
}

.g-search .s-extra .search .menu-item-has-children {
    color: #fff;
}

.g-search .s-extra .search .sub-menu {
    direction: rtl;
    text-align: right;
    left: -16px;
    right: auto;
    min-width: 280px;
    top: -350%;
}

.g-search .s-extra .search .menu-item-has-children:hover .sub-menu {
    opacity: 0;
    visibility: hidden;
}

.g-search .s-extra .search .menu-item-has-children .sub-menu.active {
    opacity: 1;
    visibility: visible;
    top: -310%;
}

.g-search .s-extra .search .form-group {
    position: relative;
}

.g-search .s-extra .search .form-group .form-control {
    border: 0;
    padding-right: 35px;
    padding: 0 35px 0 10px;
    font-size: 13px;
    color: #1a1a1a;
    border-radius: 0;
}

.g-search .s-extra .search .form-group .form-control::placeholder {
    color: #1a1a1a;
}

.g-search .s-extra .search .form-group .form-control:focus {
    border: 0;
    box-shadow: none;
}

.g-search .s-extra .search .form-group i {
    position: absolute;
    right: 13px;
    top: 11px;
    color: #d1d1d1;
}

.service-s {
    padding: 90px 0 80px;
    position: relative;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 60px;
}

/*
.service-s:before {
    content: '';
    position: absolute;
    right: -95px;
    top: -133px;
    width: 447px;
    height: 450px;
    background-image: url(../images/gar-med.png);
    background-repeat: no-repeat;
    z-index: -1;
    -webkit-animation: fa-spin 65s infinite linear reverse;
    animation: fa-spin 65s infinite linear reverse;
}

.service-s:after {
    content: '';
    position: absolute;
    left: -41px;
    bottom: 0;
    width: 77px;
    height: 77px;
    background-image: url(../images/gar2.png);
    -webkit-animation: fa-spin 5s infinite linear;
    animation: fa-spin 5s infinite linear;
}
*/


.g-head {
    text-align: center;
    margin-bottom: 46px;
}

.g-head h3 {
    color: #333;
    font-family: b-bd;
    font-size: 30px;
    margin-bottom: 35px;
}

.g-head i {
    margin-left: 5px;
    font-size: 30px;
}

.g-head p {
    font-size: 17px;
    color: #4c4c4c;
    line-height: 1.8;


}

.g-head p {
    margin: 0 auto;
    max-width: 760px;
}

.service-s .item {
    padding: 10px;
    direction: rtl;
    text-align: right;
}

.service-s .item a {
    display: block;
    /* padding: 30px 20px; */
    box-shadow: 0 3px 3px rgba(172, 184, 212, 0.30);
    border-radius: 10px;
    transition: all .3s;
    background-color: #fff;
    overflow: hidden;
    /* height: 300px; */
}

.service-s .item .icon {
    width: 32px;
    height: 44px;
    margin-bottom: 27px;
    position: relative;
}

.service-s .item .icon:before {
    content: '';
    position: absolute;
    right: -10px;
    top: -2px;
    width: 50px;
    height: 50px;
    background-color: #f8faff;
    border-radius: 100%;
    z-index: 0;
    transition: all .3s;
}

.service-s .item h4 {
    color: #000;
    font-size: 14px;
    font-family: b-bd;
    margin-bottom: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin:20px 0 10px;
    transition: all .3s;
    padding: 0 25px;
}

.service-s .item img {
     height: 240px; 
    max-width: 100%;
    width:100%;
    object-fit:cover;
}

.service-s .item p {
    color: #666;
    font-size: 14px;
/*     font-family: b-lt; */
    font-family: b-rg;	
    overflow: hidden;
    max-height: 65px;
    line-height: 1.7;
    padding: 0 25px;
    margin-bottom: 20px;
}

.service-s .item a:hover {
    /* background: -webkit-linear-gradient(left, #F29200, #93020c); */
    color: #fff;
    box-shadow: 0 10px 30px rgba(215, 0, 15, 0.15);
    transition: all .3s;
}

.service-s .item a:hover h4 {
   color: #EE3C48;
}

.service-s .item a:hover .icon:before {
    opacity: 0;
    transition: all .3s;
}

.service-s .item .icon .i-h {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}

.service-s .item a:hover .icon .i-h {
    opacity: 1;
    visibility: visible;
    transition: all .3s;
}

.service-s .service-slider,
.service-s .g-body {
    position: relative;
}

.service-s .service-slider:after,
.service-s .service-slider:before {
    content: '';
    position: absolute;
    right: -15px;
    top: 50%;
    height: calc(100% - 80px);
    width: 70px;
    z-index: -1;
    background-color: #f2f2f2;
    border-radius: 10px;
    transform: translateY(-50%);
}

.service-s .service-slider:after {
    left: -15px;
    right: auto;
}

.service-s .g-body:after,
.service-s .g-body:before {
    content: '';
    position: absolute;
    right: -40px;
    top: 50%;
    height: calc(100% - 130px);
    width: 70px;
    z-index: -2;
    background-color: #f7f7f7;
    border-radius: 10px;
    transform: translateY(-50%);
}

.service-s .g-body:after {
    left: -40px;
    right: auto;
}

.about-s {
    position: relative;
    padding-bottom: 70px;
}

/*
.about-s:after {
    content: '';
    position: absolute;
    left: 1%;
    bottom: 16%;
    width: 425px;
    height: 145px;
    background-image: url(../images/ab2.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.about-s:before {
    content: '';
    position: absolute;
    right: -1%;
    bottom: 9px;
    width: 549px;
    height: 611px;
    background-image: url(../images/ab.png);
    background-repeat: no-repeat;
    background-size: contain;
}
*/

.ab-img .i-img {
    border-radius: 10px;
    background-position: center;
    background-size: contain;
    height: 457px;
    background-repeat: no-repeat;
}

.service-s .item .icon img {
    position: relative;
    z-index: 1;
}

.about-s .g-head {
    text-align: right;
    margin-bottom: 60px;
}

.about-s .block {
    float: right;
}

.about-s .block .inner {}

.about-s .block img {
  margin-bottom: 25px;
    width: auto;
    height: 60px;
    display: inline-block;
    margin-left: 8px;
    float: right;
}

.about-s .block p {
    font-size: 14px;
    line-height: 1.7;
    color: #1a1a1a;
    margin-bottom: 55px;
}

.about-s a {
    background: #F29200;
    color: #fff;
    border: 0;
    border-radius: 7px;
    padding: 14px 59px;
    transition: all .3s;
}

.about-s a:hover {
    color: #fff;
    background: #333;
}

.partners {
    /*
    background: -webkit-linear-gradient(left, #1e3c72, #2a5298);
    background: linear-gradient(left, #1e3c72, #2a5298);
*/
    background-color: #fcfcfc;
    padding: 100px 0 250px;
    position: relative;
}

.partners .g-head h3,
.partners .g-head p {
    color: #1a1a1a;
}

.partners .g-head h3 {
    margin-bottom: 0;
}

.cl-slider .item {

    padding: 20px;
    text-align: center;
    transition: all .3s;
}


.cl-slider .item:hover {
    /*    filter: blur(0) grayscale(0);*/
    transition: all .3s;
    filter: blur(5px) grayscale(100);
}

.partners .qi {
    /*    position: absolute;*/
    left: 0;
    top: 0;
}

.partners .g-body {
    position: relative;
}


.partners .dots-content {
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    max-width: 600px;
    bottom: -90px;
}

.partners .dots-content .dot-i {
    position: relative;
    min-height: 245px;
    direction: rtl;
    padding: 0 7px;
}

.wrapper {
    overflow-x: hidden;
}

.partners .dots-content .dot-i .dot-p {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 100%;
    background-color: #fff;
    box-shadow: 0 0 0 9px #a2bbea;
    text-transform: uppercase;
    font-family: b-bd;
    color: #2684ef;
    position: absolute;
    bottom: 15px;
    right: 21px;
}

.partners .dots-content .dot-i .pop {
    border-style: solid;
    border-width: 1px;
    border-left-color: #4c97ff;
    border-right-color: #4c97ff;
    border-top-color: #0060e5;
    border-bottom-color: #0060e5;
    border-radius: 10px;
    box-shadow: 0 5px 30px rgba(119, 176, 254, .10);
    background-color: #fff;
    position: relative;
    /*    width: 268px;*/
    padding: 20px;
}

.partners .dots-content .dot-i .pop:after {
    /*
    border-bottom: 12px solid transparent;
    border-top: 12px solid #fff;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
*/
    content: '';
    position: absolute;
    right: 58px;
    bottom: -13px;
    width: 39px;
    height: 18px;
    background-image: url(../images/vs.png);
}

.partners .dots-content .dot-i .pop i {
    font-size: 20px;
    color: #498ae4;
    margin-bottom: 12px;
}

.partners .dots-content .dot-i .pop h4 {
    font-size: 12px;
    color: #498ae4;
    margin-bottom: 10px;
}

.partners .dots-content .dot-i .pop p {
    font-size: 12px;
    color: #595959;
    line-height: 1.7;
}

.owl-controls .owl-pagination {
    display: block;
    width: 100%;
    position: relative;
    bottom: -30px;
    z-index: 5;
    text-align: center;
}

.owl-controls .owl-pagination .owl-page {
    display: inline-block;
}

.owl-controls .owl-pagination .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 4px;
    opacity: 1;
    background-color: #0a3158;
    border-radius: 100%;
    border: 2px solid #264a8a;
    transition: all .3s;
}

.owl-controls .owl-pagination .owl-page.active span {
    background-color: #fff;
    border-color: #a2bbea;
    transform: scale(1.3);
    transition: all .3s;
}

.newsletter {
    background-color: #1a1a1a;
}

.newsletter .news-inner {
    background-color: #fff;
    /*    box-shadow: 0 10px 50px rgba(119, 176, 254, 0.20);*/
    border-radius: 20px;
    padding: 60px 40px;
    position: absolute;
    top: -125px;
    z-index: 1;
    box-shadow: 2.588px 9.659px 50px 0px rgba(119, 176, 254, 0.2);
}

.newsletter .news-inner .g-head {
    text-align: center;
    /*float: right;*/
    margin-bottom: 0;
}

.newsletter .news-inner .g-head h3 {
    margin-bottom: 25px;
    font-size: 25px;
    color: #333;
}

.newsletter .news-inner .g-head h3 i {
    font-size: 25px;
}

.newsletter .news-inner .g-head p {
    font-size: 14px
}

.newsletter .news-inner .g-body {
    padding-right: 50px;
}

.newsletter .news-inner .g-body .form-group {
    padding: 0 10px;
    float: right;
}

.newsletter .news-inner .g-body .form-group .item {
    margin-bottom: 15px;
    position: relative;
}

.newsletter .news-inner .g-body .form-group:last-of-type .item:last-of-type {
    margin-bottom: 0;
}

.newsletter .news-inner .g-body .form-group .item i {
    font-size: 17px;
    color: #b3b3b3;
    position: absolute;
    right: 15px;
    top: 20px;
    transition: all .3s;
}

.newsletter .news-inner .g-body .form-group .item .form-control {
    background-color: #f5f5f5;
    height: 60px;
    border-radius: 10px;
    padding-right: 40px;
    font-size: 14px;
    transition: all .3s;
    border: 1px solid #f5f5f5;
    text-align: right;
    transition: all .3s;
}

.newsletter .news-inner .g-body .form-group .item .form-control:focus {
    box-shadow: 0 7px 15px rgba(26, 26, 26, 0.05);
    border: 1px solid #F29200;
    background-color: #fff;
    color: #F29200;
    transition: all .3s;
}

.newsletter .news-inner .g-body .form-group .item .form-control:focus + i {
    color: #429ec2;
    transition: all .3s;
}

.newsletter .news-inner .g-body .form-group .item textarea.form-control {
    height: 136px !important;
}

.newsletter .news-inner .g-body .form-group .btn {
    box-shadow: 0px 5px 25px 0px rgba(215, 0, 15, .2);
    height: 136px;
    color: #fff;
    line-height: 60px;
    padding: 0;
    border: 0;
    width: 100%;
    background-color: #F29200;
    border-radius: 10px;
    transition: all .3s;
}

.newsletter .news-inner .g-body .form-group .btn:hover {
    background: #333;
}

.footer-top {
    background-color: #333;
    padding: 220px 0 100px;
    position: relative;
}
.s-arrows {
    display: none!important;
}
.footer-top:after,
.footer-top:before {
    content: '';
    position: absolute;
    left: -270px;
    top: 0;
    transform: translateY(-50%);
    background-image: url(../images/gar-med.png);
    width: 447px;
    height: 447px;
    z-index: 0;
    animation: fa-spin 50s infinite;
    background-repeat: no-repeat;
    opacity: .03;
}

.footer-top:before {
    right: -270px;
    left: auto;
}

.footer-top:after {
    animation: fa-spin 50s infinite reverse;
}

.footer-top .footer-item {
    padding: 0 20px;
    float: right;
}

.footer-top .footer-item .f-logo {
    margin-bottom: 40px;
}

.footer-top .footer-item .f-logo img {
      width: auto !important;
    max-width: 270px;
}

.footer-top .footer-item .f-logo span {
    display: inline-block;
    color: #fff;
    font-family: b-bd;
    font-size: 16px;
    margin-right: 15px;
}

.footer-top .footer-item p {
    color: #fff;
    line-height: 1.9;
}

.footer-top .footer-item h4 {
    color: #fff;
    font-family: b-bd;
    font-size: 16px;
    margin-bottom: 46px;
    margin-top: 21px;
}

.footer-top .footer-item ul.links {}

.footer-top .footer-item ul.links li {
    margin-bottom: 10px;
    width: 49%;
    display: inline-block;
}

.footer-top .footer-item ul.links li a {
    display: inline-block;
    color: #fff;
    font-size: 14px;

}

.footer-top .footer-item ul.links li a:hover {
    color: #F29200;
    transition: all .3s;
    text-decoration: underline;
}

.footer-top .footer-item ul.contact li {
    color: #fff;
    margin-bottom: 10px;
}

.footer-top .footer-item ul.contact li span {
    color: #fff;
    font-size: 14px;
    display: inline-block;
    margin-right: 20px;
    text-transform: none;
}

.footer-top .footer-item ul.contact li:last-child {
    margin-bottom: 0;
}

.footer-top .footer-item ul.social {
    /*top: 19%;*/
    /*bottom: auto;*/
    /*left: 0;*/
}

.footer-top .footer-item ul.social li {
    margin-bottom: 7px;
}

.footer-bottom {
    background-color: #2f2f2f;
    padding: 5px 0;
}

/*
.footer-bottom p {
    display: inline-block;
    font-size: 13px;
    color: #666666;
}
*/

.footer-bottom p span {
    color: #fff;
    font-size: 13px;
}

.footer-bottom a {
    float: left;
}

/* .main-head.sticky .bottom-content {
    position: fixed;
    background-color: #fff;
    padding: 10px 0;
    box-shadow: 1.294px 4.83px 30px 0px  rgb(0 0 0 / 5%);
    transition: all .3s;
}

.main-head.sticky .logo .text_alt h4,
.main-head.sticky .main-nav ul li a {
    font-size: 14px;
    transition: all .3s;
}

.main-head.sticky .logo img {
    width: 140px;
    transition: all .3s;
    margin-top: 13px;
}
.main-head.sticky .img2030 {
    max-width: 100px;
    margin-top: 0;
} */
.main-head.sticky .g-search{
	position:fixed;
	top:0;
}
.img2030 img{max-width:100%}
.about-inner {
    padding: 80px 0 150px;
    position: relative;
    background-image: url(../images/dots.png);
    background-position: top;
    background-repeat: no-repeat;
}

.about-inner:after {
    content: '';
    position: absolute;
    left: -41px;
    top: 200px;
    width: 77px;
    height: 77px;
    background-image: url(../images/gar2.png);
    -webkit-animation: fa-spin 5s infinite linear;
    animation: fa-spin 5s infinite linear;
}

.about-inner:before {
    content: '';
    position: absolute;
    right: -250px;
    top: 50px;
    width: 447px;
    height: 450px;
    background-image: url(../images/gar-med.png);
    background-repeat: no-repeat;
    z-index: -1;
    -webkit-animation: fa-spin 65s infinite linear reverse;
    animation: fa-spin 65s infinite linear reverse;
    opacity: .3;
}

.about-inner .g-head {}

.about-inner .ab-top {
    margin-bottom: 60px;
}

.about-inner .ab-top .block {
    float: right;
    padding: 0 15px;
}

.about-inner .ab-top .block h3 {
    color: #1a1a1a;
    font-family: b-bd;
    margin-bottom: 20px;
}

.about-inner .ab-top .block p {
    font-size: 17px;
    color: #4c4c4c;
    line-height: 1.8;
}

.about-inner .ab-top .block ul {
    margin-top: 40px;
}

.about-inner .ab-top .block ul li {
    position: relative;
    display: block;
    margin-bottom: 15px;
    color: #404040;
    font-size: 16px;
    padding-right: 35px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 98%;
}

.about-inner .ab-top .block ul li:before {
    font-family: FontAwesome;
    content: "\f060";
    position: absolute;
    right: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 100%;
    background-color: #f2f4ff;
    text-align: center;
    font-size: 11px;
    top: -2px;
    color: #156eeb;
}

.about-inner .ab-bottom .g-head h3 {
    font-size: 22px;
    margin-bottom: 25px;
}

.about-inner .ab-bottom .g-head p {
    font-size: 15px;
}

.about-inner .ab-bottom .body-icon {
    padding-right: 45px;
}

.about-inner .ab-bottom .body-icon .icon {
    width: 82px;
    height: 72px;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 60px;
    position: relative;
}

.about-inner .ab-bottom .body-icon .icon:after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #F29200;
    border-radius: 100%;
    bottom: -20px;
    left: 53%;
    transform: translateX(-53%);
    border-color: #F29200;
    transition: all .3s;
}

.about-inner .ab-bottom .body-icon .icon:before {
    content: '';
    position: absolute;
    bottom: -72px;
    height: 100%;
    width: 1px;
    border: 1px dashed #e2e2e2;
    right: 38px;
    z-index: 0;
}

.about-inner .ab-bottom .body-items {
    position: relative;
}

.about-inner .ab-bottom .body-items:after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 1px;
    border: 1px dashed #e2e2e2;
    right: 82px;
    z-index: 0;
}

.about-inner .ab-bottom .body-items .item {
    margin-bottom: 60px;
}

.about-inner .ab-bottom .body-items .item:last-of-type {
    margin-bottom: 0;
}

.about-inner .ab-bottom .body-items .item .date-i {
    position: relative;
    z-index: 1;
    width: 166px;
    height: 170px;
    line-height: 170px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.03);
    font-family: b-bd;
    font-size: 28px;
    color: #333;
    float: right;
    margin-left: 30px;
    transition: all .3s;
    background-color: #fff;
}

.about-inner .ab-bottom .body-items .date-i:hover {
    color: #F29200;
    transition: all .3s;
}

.about-inner .ab-bottom .body-items .date-i:before {
    content: '';
    position: absolute;
    top: -12px;
    width: 12px;
    height: 12px;
    border: 2px solid #e5e5e5;
    background-color: #fff;
    left: 50%;
    transform: translateX(-50%);
    transition: all .3s;
    border-radius: 100%;
}

.about-inner .ab-bottom .body-items .date-i:hover:before {
    background-color: #2375ec;
    border-color: #2375ec;
    transition: all .3s;
}

.about-inner .ab-bottom .body-items .hist-body {
    overflow: hidden;

}

.about-inner .ab-bottom .body-items .hist-body .i-inner {
    padding: 35px;
    border: 1px solid #e7ecfc;
    border-radius: 10px;
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.about-inner .ab-bottom .body-items .hist-body p {
    font-size: 15px;
    color: #000000;
    line-height: 1.8;
}

.about-inner .ab-bottom .body-items .hist-body span {
    position: absolute;
    background-color: #f7eced;
    border-radius: 100%;
    color: #2375ec;
    font-size: 11.5px;
    right: -25px;
    bottom: -30px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    padding: 0px 20px 65px 0;
}

.mymap {
    height: 275px;
    border-radius: 10px;
    overflow: hidden;
}

.con-top {
    margin-bottom: 70px;
}

.con-top .con-dets {
    float: right;
}

.con-top .con-dets ul li {
    margin-bottom: 15px;
    font-size: 16px;
    color: #1a1a1a;
    text-transform: none;
}

.con-top .con-dets ul li:last-child {
    margin-bottom: 0;
}

.con-top .con-dets ul li span {
    color: #b2b2b2;
    position: relative;
    display: inline-block;
    min-width: 150px;
    font-size: 16px;
}

.con-top .con-dets ul li span:after {
    content: ':';
    margin: 0 0 0 20px;
    float: left;
}

.con-bottom .newsletter {
    background-color: transparent;
    padding: 0 !important;
}

.con-bottom .newsletter .news-inner {
    box-shadow: none;
    padding: 0;
    border-radius: 0;
    position: relative;
    top: 0;
}

.con-bottom .newsletter .news-inner .g-body {
    padding: 0;
}

.about-inner .service-s:before,
.about-inner .service-s:after {
    display: none;
}

.about-inner .service-s {
    padding: 0;
}

.about-inner .service-s .item {
    float: right;
}

.about-inner .service-s .item .icon {
    width: auto;
    height: auto;
}

.about-inner .service-s .item a {
    box-shadow: 0 5px 30px rgba(1, 96, 230, 0.05);
    border: 1px solid #337edb;
}

.about-inner .service-s .item img {
    z-index: 1;
    position: relative;
}

.about-inner .service-s .item .icon:before {
    background-color: #f2f5ff;
    z-index: 0;
}

.about-inner .service-s .item a:hover .icon:before {
    opacity: .5;
    background-color: #4275ea;
}

.service-s .item a:hover .icon .i-h {
    z-index: 2;
}

.about-inner .service-s.clients-inner .item a:hover {
    background: #fff;
    transform: translateY(-10px);
    transition: all .3s;
}

.about-inner .service-s.clients-inner .item a {
    min-height: 157px !important;
    height: 100% !important;
    text-align: center;
}

.inner-footer .footer-top {

    padding: 100px 0;
}

.news-outer {}

.news-outer .block {
    padding: 15px;
}

.news-outer .block .inner {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(51, 126, 219);
    border-radius: 10px;
    box-shadow: 0px 5px 30px 0px rgba(1, 96, 230, 0.05);
    transition: all .3s;
}

.news-outer .block .inner:hover {
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.22);
    transform: translateY(-10px);
    transition: all .3s;
}

.news-outer .block .inner .inner-img {
    overflow: hidden;
    height: 195px;
}

.news-outer .block .inner .inner-img img {
    width: 100%;
    height: 100%;
}

.news-outer .block .inner .inner-data {
    padding: 25px 25px 20px;
}

.news-outer .block .inner .inner-data .data-dets a {
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    max-width: 100%;
    font-size: 15px;
    font-family: b-bd;
    color: #000;
    transition: all .3s;
}

.news-outer .block .inner .inner-data .data-dets a:hover {
    color: #0060e5;
    transition: all .3s;
}

.news-outer .block .inner .inner-data .data-dets p {
    font-size: 12px;
    line-height: 1.7;
    color: #666666;
    overflow: hidden;
    max-height: 50px;
    margin: 10px 0;
}

.news-outer .block .inner .inner-data .dets-date {
    color: #666666;
    border-top: 1px solid #e5e5e5;
    padding-top: 15px;
}

.news-outer .block .inner .inner-data .dets-date i {
    vertical-align: baseline;
    margin-left: 5px;
}

.single-wrap {
    position: relative;

    padding: 100px 0;
}

/* .single-wrap:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: top;
    background-image: url(../images/single-wrap.png);
    opacity: .2;
} */


.single-wrap .single-img {
    float: right;
    height: 480px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 5px 50px rgba(25, 66, 119, 0.50);
    border: 1px solid #e5e5e5;
}

.single-wrap .single-img img {
    width: 100%;
    height: 100%;
}

.single-wrap .single-data {
    padding-right: 40px;
}

.single-wrap .single-data h3 {
    margin-bottom: 30px;
    font-size: 30px;
    font-family: b-bd;
    color: #1a1a1a;
}

.single-wrap .single-data p {
    color: #1a1a1a;
    font-size: 16px;
    line-height: 1.8;
}

.single-outer {
    padding: 0;
}

.search-form {
    background-color: #F29200;
    padding: 15px 0;
    display: none;
}

.search-form .form-group {
    position: relative;
    margin: 0 auto;
    max-width: 60%;
}

.search-form .form-group button {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 0;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    height: 40px;
    padding: 0 15px;
    border: 0;
    background-color: #333;
    color: #fff;
}

.search-form .form-group .form-control {
    background-color: #fff;
    border: 0;
    height: 40px;
    border-radius: 5px;
    color: #333;
    font-size: 15px;
    padding-left: 60px;
}

.search-form .form-group .form-control:focus {
    box-shadow: none;
}

.footer-bottom b {
    padding-top: 36px;
    font-size: 14px;
/*     font-family: b-lt; */
    font-family: b-rg;	
    color: #f1f1f1;
    display: inline-block;
    direction: ltr;
    font-weight: normal;
}

.footer-bottom b span {
    color: #F29200;
}

.footer-bottom .ryad-logo {
    float: left;
}

.hero-slider .item {
    background-position: center;
    background-size: cover;
    height: 745px;
    position: relative;
    border:5px solid red;
}

.hero-slider .item .cap {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #333;
    border-top-left-radius: 20px;
    padding: 50px 11% 50px 50px;
    direction: rtl;
    max-width: 77%;
    text-align: right;
    overflow: hidden;
}

.hero-slider .item .cap:before {
    content: '';
    -webkit-clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
    background-color: #F29200;
    width: 50%;
    height: 101%;
    right: 0;
    position: absolute;
    bottom: -1px;
    z-index: 0;
}

.hero-slider .item .cap span {
    position: relative;
    color: #fff;
    font-family: b-bd;
    font-size: 28px;
    display: inline-block;
    max-width: 29%;
    margin-left: 120px;
    line-height: 1.5;
}

.hero-slider .item .cap p {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    position: relative;
    z-index: 1;
    max-width: 48%;
    margin-left: 30px;
    line-height: 1.8;
    overflow: hidden;
    max-height: 60px;
}

.hero-slider .item .cap a {
    color: #F29200;
    display: inline-block;
    font-size: 28px;
    transition: all .3s;
    position: relative;
    z-index: 1;
}

.hero-slider .item .cap:hover:after {
    width: 10%;
    transition: all .3s;
}

.hero-slider .item .cap:hover a {
    color: #fff;
    transition: all .3s;
    transform: translateX(-20px);
}

.hero-slider .item .cap:after {
    content: '';
    position: absolute;
    left: 0;
    width: 10px;
    height: 69px;
    background-color: #F29200;
    top: 47%;
    transform: translateY(-50%);
    transition: all .3s;
    z-index: 0;
}

.s-arrows {
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 6;
    top: 41%;
    transform: translateY(-50%);
    left: 0;
}

.s-arrows span {
    position: absolute;
    width: 60px;
    height: 60px;
    text-align: center;
    color: #fff;
    background-color: #1a1a1a;
    border-radius: 100%;
    line-height: 60px;
    font-size: 35px;
    font-weight: bold;
    transition: all .3s;
    cursor: pointer;
    border: 1px solid #1a1a1a;
}

.s-arrows span:hover {
    box-shadow: 1.294px 4.83px 30px 0px rgba(215, 0, 15, .46);
    border: 1px solid #F29200;
    transition: all .3s;
}



.s-arrows span.l-left {
    left: 12%;
}

.s-arrows span.r-right {
    right: 12%;
}



.s-arrows span i {

    display: inline-block;
    position: relative;
    font-weight: bold;
    transition: all .3s;
}

.s-arrows span:hover i {
    color: #1a1a1a;
    transition: all .3s;
}

.s-arrows span.r-right:hover i {
    transform: translateX(60px);
    transition: all .3s;
}

.s-arrows span.l-left:hover i {
    transform: translateX(-60px);
    transition: all .3s;
}

.s-arrows span .bg-arrow {
    background-position: center;
    background-size: cover;
    width: 60px;
    height: 60px;
    position: absolute;
    left: -1px;
    top: -1px;
    opacity: 0;
    transform: translateX(-100%);
    transition: all .3s;
    border-radius: 100%;
}

.s-arrows span.l-left .bg-arrow {
    left: auto;
    right: 0;
    transform: translateX(100%);
}

.s-arrows span:hover .bg-arrow {
    transform: none;
    opacity: 1;
    transition: all .3s;
}

.hero-s:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    background-image: url(../images/hero-af.png);
    height: 301px;
    width: 100%;
    background-position: center;
    transform: translateY(-50%);
    opacity: 1;
    z-index: 1;
    background-repeat: no-repeat;
}

.hero-slider {
    z-index: 1;
}

.main-footer {
    overflow: hidden;
}

.about-inner .newsletter .news-inner .g-body .form-group .btn {
    height: 60px;
}

.about-inner .service-s .item a {
    box-shadow: 0 5px 30px rgba(255, 122, 0, 0.05);
    border: 1px solid #ff7a00;
}

.about-inner .service-s {
    border: 0;
}

.about-inner .service-s .item .icon:before {
    background-color: rgba(255, 122, 0, 0.12);
    z-index: 0;
}

.about-inner .service-s .item a:hover .icon:before {
    opacity: .5;
    background-color: #2a277a;
}

.about-inner .ab-top .block ul li:before {
    background-color: rgba(215, 0, 15, .12);
    color: #F29200;
}

.about-inner .ab-bottom .body-icon .icon:after,
.about-inner .ab-bottom .body-items .date-i:hover:before {
    background-color: #F29200;
    border-color: #F29200;
}

.about-inner .ab-bottom .body-items .date-i:hover,
.about-inner .ab-bottom .body-items .hist-body span {
    color: #F29200;
}

/*
.ab-bottom {
    padding-bottom: 70px;
}
*/

.single-outer{
    padding-bottom: 150px;
}

.single-wrap .single-img {
    box-shadow: 0 5px 50px rgba(46, 124, 49, .3);
    border: 0;
    padding: 0;
}

.about-inner .service-s {
    border: 0;
    margin: 0;
}

.about-inner{
    padding: 80px 0;
}

.single-wrap {
    padding: 0;
}

.newsletter .form-group .item br {
    display: none;
}

.cl-slider .item {
    height: 250px;
    line-height: 250px;
}

.about-inner .service-s .item a {
    height: 300px;
    line-height: 182px;
}




.about-inner .service-s .item{
margin-bottom: 30px!important;
}

.about-inner .service-s .item a{
        transition: all .3s !important;
        box-shadow: 0 5px 30px rgba(54, 54, 54, 0.09) !important;
        border: none !important;
        height: 370px!important;
        line-height: 190px!important;
}
.about-inner .service-s .item img {z-index: 1!important;position: relative!important;/* border-radius: 10px!important; */}
.footer-top .footer-item .f-logo img {
    /*filter: brightness(0) invert(1);*/
}

.main-head .main-nav ul li a::before {
    right: auto;
    left: 15px;
    transform: scaleX(-1);
    /* width: 20%; */
}

.main-head .main-nav ul li.active a:before, .main-head .main-nav ul li:hover a:before {
    left: -15px;
    right: auto;
}

.main-head .main-nav ul li:after, .main-head .main-nav ul li::before {
    opacity: 0;
    background-position: center;
    content: '';
    height: 15%;
    width: 0;
    border: 1px #F29200 solid;
    position: absolute;
    right: 15px;
    FONT-VARIANT: JIS04;
    FONT-VARIANT: JIS04;
    border-left: 0;
    bottom: -40%;
    /* transform: translate(-50%, -51%); */
    /* background-size: 100% 100%; */
    padding: 13px 0 0;
    transition: all .3s;
    border-top: 0;
}

/*.main-head .main-nav ul li:hover:after, .main-head .main-nav ul li:hover::before, .main-head .main-nav ul li.active:after, .main-head .main-nav ul li.active::before {*/
/*    opacity: 1;*/
    /* padding: 20px 40px; */
/*    transition: all .3s;*/
/*    width: 15%;*/
/*    right: -15px;*/
/*}*/

/*.main-head .main-nav ul li.active:after {*/
/*    opacity: 1;*/
    /* padding: 20px 40px; */
/*    transition: all .3s;*/
/*    width: 15%;*/
/*    right: -15px;*/
/*}*/

/*.main-head .main-nav ul li.active::before {*/
/*    left: 15px;*/
/*    right: auto;*/
/*    border-right: 0;*/
/*    border-left: 1px #F29200  solid;*/
/*}*/

/*.main-head .main-nav ul li::before {*/
/*    right: auto;*/
/*    left: 35px;*/
/*    border-right: 0;*/
/*    border-left: 1px #F29200 solid;*/
/*}*/

/*.main-head .main-nav ul li:hover::before {*/
/*    right: auto;*/
/*    left: 15px;*/
/*}*/

.about-inner .service-s .item a:hover {
    box-shadow: 0 5px 30px rgba(47, 127, 50, .3) !important;
}

.about-inner .item p {
    height: 65px;
}

.table-nn table img {
    max-width: 50px;
    margin: auto;
    display: block;
}

.table-res table {
    width: 100%;
}

.table-nn {
    /* padding: 80px 0 200px; */
}

.table-res table thead th {
    color: #fff;
    background: #F29200;
    border-color: #F29200 !important;
    font-weight: normal;
    font-size: 16px;
}

.table-res table thead th, .table-res table tbody td {
    padding: 20px;
    border: 1px #ece9e9 solid;
}

.table-res table tbody td {
    padding: 11px 20px;
}

.table-res table tbody td {
    font-size: 16px;
    color: #555;
}

.table-res {
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.14);
}

.img2030 {
    float: left;
    max-width: 130px;
    margin-right: 20px;
    margin-top: -13px;
}

.text-h {
   width: 25%;;
    float: right;
    text-align: center;
}

.text-h span {
    color: #fff;
    font-size: 14px;
}

.service-s.serv-h {
    padding-top: 0;
    padding-bottom:60px;
}
.about-s{
    padding-top:20px;
}
/*.fixed-social li:first-child,*/
/*.fixed-social li:nth-child(3){*/
/*    display: none;*/
/*}*/
.btn.btn-footer {
    margin-top: 30px;
    padding: 0 20px;
    line-height: 40px;
    background: #F29200;
    /*background: -webkit-linear-gradient(left, #18257a, #F29200);*/
    border: none !important;
    color: #fff;
}

.btn.btn-footer span {
    color: #fff;
}

.fixed-social {
    position: fixed;
    left: 0;
    z-index: 9;
    bottom: 0;
    margin: 20px 30px;
}

.fixed-social li {
    display: block;
}

.fixed-social li a {
    font-size: 25px;
    display: block;
    margin: 15px 0;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F29200;
    border-radius: 50%;
    color: #fff;
    box-shadow: 0 0 10px #ccc;
}

.fixed-social li a span {
    color: #fff;
}

.fixed-social li:nth-child(2) a, .fixed-social li:nth-child(4) a {
    background: #0dcc0d;
}


#products{
    display:none;
}

.archive-blog .g-head h3 {
    margin-bottom: 0;
}
.sponser-img img {
   max-width: 100%;
    margin: 0 auto;
    display: table;
/*     max-height: ; */
}
.sponser-img {
    display: inline-block;
/*     height: 230px; */
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #E5E5E5;
    border-radius: 12px;
    margin-bottom: 20px;
    position: relative;
	padding:15px;
    overflow: hidden;
}


.project-item  .item-img{
    overflow:hidden;
    height:auto;
}
.project-item  .item-img img{
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0px 0px;
    transition: all 1s;
    object-fit: cover;
}


.project-item{
   border:1px solid #ccc;
border-radius: 10px;
margin:9px;
box-shadow: 0 3px 3px rgb(172 184 212 / 30%);
    border-radius: 10px;
}
.project-item:hover img{
    transform: scale(1.1);
}
.project-item .item-info{
    padding: 30px;
    direction:rtl;
}
.project-item .item-info span{
    color: #F29200;
    font-size: 14px;
}
.project-item .item-info p{

    /*color: #fff;*/
    margin-bottom: 20px;
    line-height: 27px;
     min-height:53px;
}

.project-item .item-info h4 a{
    font-size:18px;
    color:#000;
    margin:12px 0;
    font-family: b-bd;
}


.owl-carousel.sponser-slider .owl-wrapper-outer {
    overflow: visible;
}

.owl-carousel.sponser-slider .item{
    margin:10px;
}

section{
    padding-top:50px;
}
section.part.col-xs-12 {
    margin-bottom: 190px;
}

/*-----------------------------*/
.faq-page .row{
    justify-content:center;
}
.faq-page{
    padding:100px 0;
    min-height:400px;
}
/* Start employment page */

.text-faq {
    max-width: 900px;
    margin-top:80px;
}

.text-faq .text-top {
    margin: 0 0 30px;
}

.text-faq .text-top h3 {
    color: #444648;
    font-size: 24px;
    line-height: 35px;
    margin: 0;
    font-weight: 600;
}

.text-faq .text-top p {
    color: #000000;
    font-size: 16px;
    line-height: 26px;
    margin: 20px 0 0;
    font-weight: 300;
}

 .card-header {
    background: #FBFBFB;
    border: none;
    padding: 0;
    border-radius: 6px !important;
}

 .card {
    border: none;
    margin: 10px 0;
}

 .card-header .btn {
    display: flex;
    padding: 15px;
    width: 100%;
    padding-inline-end: 50px;
    position: relative;
    background: #333;
    font-size: 16px;
    border-radius: 6px;
    overflow: hidden;
    text-decoration: none;
    color: #fff;
    white-space:normal;
    text-align:start;
}

 .card-header .btn::after {
    color: #fff;
    content: "\f067";
    position: absolute;
    left: 20px;
    font-family: 'FontAwesome';
    font-weight: bold;
    top: 0;
    bottom: 0;
    height: 100%;
    display: flex;
    align-items: center;
}

 .card-header .btn[aria-expanded="true"] {
    background: #000;
    color: #fff;
}

 .card-header .btn[aria-expanded="true"]::after {
    color: #fff;
}

 .card-body {
    border: 1px solid #ddd;
    border-radius: 0px 0px 6px 6px;
    border-top: 0;
    padding-top: 6px;
}

.card-body p {
    padding: 0 0px 10px;
    font-size: 16px;
    line-height: 27px;
}
 .card-header .btn[aria-expanded="true"]::after {
    content: "\f068";
}

.text-rotate {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.text-rotate h3 {
    margin: 0;
    writing-mode: vertical-rl;
    transform: scale(-1);
    color: #E4DEFF;
    font-size: 127px;
    line-height: 127px;
}


 .card-header .btn[aria-expanded="true"] {
    background: transparent;
    color: #1A1A1A;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom: none;
    border-radius: 6px 6px 0 0;
    /*font-family: 'bold';*/
}
 .card-header .btn[aria-expanded="true"]::after {
    content: "\f068";
}
 .card-header .btn[aria-expanded="true"]::after {
    color: #1A1A1A;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}





/* End employment -page */



/*-------------------------------*/
.mypagination{
    justify-content: center;
    margin-top: 20px;
}
.page-link {
    color: var(--main-color);
    background-color: #fff;
    border: 1px solid #F29200;
    font-size: 18px;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #D0BFAB;
    border-color: #F29200;
}
.page-item .page-link,
.page-item:last-child .page-link,
.page-item:first-child .page-link { 
    border-radius: 0;
}
.page-item:last-child .page-link,
.page-item:first-child .page-link{
    background-color: #F29200;
    color: #fff;
    padding-inline: 20px;
    
}
.page-item:last-child .page-link{
    border-radius: 10px 0 0 10px;
    background-color: transparent;
    color: #000;
}
.page-item:first-child .page-link{
    border-radius: 0 10px 10px 0;
}
li.page-item {
    margin-inline:0;
}
.page-link:hover {
    z-index: 2;
    color: #fff;
    text-decoration: none;
    background-color: #F29200;
    border-color: #F29200;
}
.page-link:focus {
    box-shadow: none;
}
section.articls{
    padding-bottom:80px;
}
li.menu-item-has-children > a{
    position: relative;
    padding-inline-end: 8px;
}
li.menu-item-has-children > a::after{
    position: absolute;
    content: '\f107';
font-family: 'FontAwesome';
    top: 1px;
    left: -9px;
    color: #000;
    transition:all 0.3s;
}

li.menu-item-has-children > a:hover::after,.project-item:hover .read-more a{
   color: #F29200; 
}
.read-more a{
    color: #000;
    transition:all 0.3s; 
}

.main-head .main-nav ul li .sub-menu  a {
    margin-left: 0;
    border-bottom: 1px solid #F29200;
    
}

.menu-item-has-children .sub-menu li a:hover{
    color:#fff !important;
    background-color:#F29200;
}

.main-head .main-nav ul li .sub-menu li:last-of-type  a {
    border-bottom: none;
}

.lang{
    position:relative;
}
.language-chooser{
display: block;
    opacity: 0;
    height: 0;
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 80px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 8px 16px #58a9d052;
    border-radius: 5px;
    padding: 0px;
    background: #fff;
    z-index: 999999;
    margin-top: 10px;
    transform: translateY(-20px);
    transition: all 0.4s;
    visibility: hidden;
}

.language-chooser a{
    padding:5px;
     width: 100%;
     display:inline-block;
}
.lang:hover .language-chooser {
    opacity: 1;
    height: auto;
    transform: translateY(0);
    visibility: visible;
    z-index: 99999999;
}
.lang .language-chooser a:hover {
    background-color: #F29200;
   
    color: #fff !important;
}

.lang .language-chooser a:hover span{
   color: #fff !important; 
}




.ab-img .i-img{
    box-shadow: 0 5px 50px rgb(46 124 49 / 30%);
    border: 0;
    padding: 0;
    background-size: cover;
    height: 480px;
}
.about-s .g-head {
    margin-bottom: 0px;
}

.about-s .g-head h3 {
    margin-bottom: 30px;
}

.g-body   h2 {
    margin-bottom: 15px;
    font-size: 22px;
    font-family: b-bd;
    color: #1a1a1a;
}

.g-body .g-head.col-md-12.col-xs-12{
    padding-inline-start: 0;
}

.g-body p {
    color: #1a1a1a;
    font-size: 16px;
    line-height: 1.8;
}


.single-wrap .single-data h1,.g-head h1 {
    margin-bottom: 30px;
    font-size: 30px;
    font-family: b-bd;
    color: #1a1a1a;
}
.g-head h2 {
	color: #333;
    font-family: b-bd;
    font-size: 30px;
    margin-bottom: 35px;
}
.why_us{
	margin-bottom:70px;
	padding-bottom: 50px;
	border-bottom: 1px solid #f2f2f2;
}
.why_us_item{
	padding: 30px;
    box-shadow: 0 3px 3px rgb(172 184 212 / 30%);
    border-radius: 10px;
}
@media (min-width: 768px) {
	.why_us_item{
		max-width: 46%;
    margin: 2%;
	}
}
@media (max-width: 767px){
	.why_us_item {
    max-width: 92%;
    margin: 4%;
		text-align:center;
	}
}
.why_us_item h3{
		margin-bottom: 15px;
    font-size: 22px;
    font-family: b-bd;
    color: #1a1a1a;
}
.why_us_item p {
		font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
	  text-align: justify;
}
.service-s .item {
    text-align: center;
}
.service-s .item img {
    width: 240px;
    border-radius: 50%;
}
.service-s .item a{
	padding-top:20px;
}
.fa{
	font-family: FontAwesome !important;
}
.recent_posts {
    padding-right: 30px;
}
.post_title {
	margin:30px auto;
	text-align:center;
}
.recent_title {
    margin: 20px auto;
}
.recent_item {
    max-width: 250px;
		margin: 20px 0;
}
.recent_item h3 {
    margin: 10px 0 0;
}
.recent_item h3 a {
    font-size: 16px;
}
.recent_img img {
    max-width: 250px;
    border-radius: 10px;
}
/* .recent_details {
    margin: 10px auto;
} */

@media (max-width: 500px){
	.main-head.sticky .logo img{
		margin-top:0 !important;
	}

.about-s .container{
	padding-top:30px !important;
}	
	.project-item .item-img {
    height: unset !important;
}
.about-s .g-head {
    margin-bottom: 0 !important;
}
}

@media (max-width: 991px){
	.single-wrap .single-data {
			padding: 35px !important;
	}

	.main-head .logo img {
    max-width: unset;
    width: 140px !important;
    height: auto !important;
		
}
}
.single-wrap .single-img.col-md-12{
	margin:30px !important
}
.main-head.sticky .logo img {
    width: 140px;
    height: auto;
}
.recent_img img{
	height:auto !important;
}
.project-item .item-img img{
	height:auto !important;
}
.about-inner .item p{
	height:80px;
	max-height:80px;
}
.about-inner .service-s .item a{
	height: 400px !important
}
.service-s .item p{
	max-height:75px;
}
h1,h2,h3,h4{
	font-weight:bold;
}
.toTop{
	bottom:30px;
}
.single-data h1,.single-data h2,.single-data h3,.single-data h4{
	margin:30px 0 15px;
}
.single-data h3, .single-data h3 *,.single-data h4,.single-data h4 * , .single-data h5,.single-data h5 * ,.single-data h6,.single-data h6 *, .single-data p ,.single-data p *{
	font-size:18px;
}
.single-data h2, .single-data h2 *{
	font-size:22px;
}
#ez-toc-container {
    margin-top: 30px;
}
.single-data p *{
    font-size: 18px;
}
#ez-toc-container label{
	display:flex;
	padding:5px;
}
.single-data img {
    margin: 30px 0;
    border-radius: 20px;
}




#comments-title {
    margin: 0 0 40px;
    font-size: 22px;
    font-weight: bold;
    color: var(--main-color);
}

.commentlist {
    padding: 0;
    display: block;
}

.commentlist .comment {
    list-style: none;
}

.commentlist .comment .comment-wrap {
    display: flex;
    padding: 25px 0;
    border-bottom: 1px #f0f0f0  solid;
}

.commentlist .comment .comment-wrap:last-child {
    border: none;
}

.commentlist .comment .comment-wrap .comment-meta {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px #ccc solid;
    padding: 5px;
}

.commentlist .comment .comment-wrap .comment-content {
    width: calc(100% - 80px);
    padding: 0 20px 0 0;
}

.commentlist .comment .comment-wrap .comment-meta .comment-author {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
}

.commentlist .comment .comment-wrap .comment-meta .comment-author .comment-avatar {
    display: block;
    width: 100%;
    height: 100%;
}

.commentlist .comment .comment-wrap .comment-meta .comment-author .comment-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.commentlist .comment .comment-wrap .comment-content .comment-author {
    font-size: 17px;
    color: #777;
}

.commentlist .comment .comment-wrap .comment-content .comment-author span, .commentlist .comment .comment-wrap .comment-content .comment-author span a {
    float: left;
    font-size: 13px;
    color: #999;
}

.commentlist .comment .comment-wrap .comment-content p {
    font-size: 18px;
    margin: 10px 0;
    color: #333;
}

.commentlist .comment .comment-wrap .comment-content .children {
    padding: 0 40px;
}

.commentlist .comment .children {
    padding: 0 60px;
}

#respond h3 {
    margin: 0 0 40px;
    font-size: 22px;
    font-weight: bold;
    color: var(--main-color);
}

#respond form label {
    display: block;
    font-size: 17px;
    color: #777;
}

#respond form input, #respond form textarea {
    width: 100%;
    height: 55px;
    border: 1px #ccc solid;
    border-radius: 10px;
    margin: 20px 0;
    padding: 0 20px;
    transition: all .5s;
}

#respond form textarea {
    height: 150px;
    padding: 20px;
}

#respond form #submit-button {
    /* background: none !important; */
    border: none !important;
    outline: none !important;
    background: var(--main-color);
    color: #fff;
    padding: 0 30px;
    line-height: 45px;
    font-size: 18px;
    border-radius: 50px;
}

#respond form #submit-button:hover, #respond form #submit-button:focus {
    background: var(--dark-color);
}

.comments-sec {
    padding-bottom: 80px;
}

#respond {
    padding-top: 50px;
    border-top: 1px #f0f0f0 solid;
}

#respond form input:focus, #respond form textarea:focus {
    border-color: var(--main-color);
}

.commentlist .comment .children .comment .comment-wrap .comment-meta {
    width: 60px;
    height: 60px;
}

.comment-reply-link {
    color: var(--main-color);
    text-decoration: underline;
    font-size: 15px;
    float: left;
    font-weight: bold;
}

#respond form #submit-button {
    background: #f29200!important;
}
.main-head .logo img,
.project-item .item-img img,
.project-item .item-img,
.single-wrap .single-img img
{
	height: auto !important
}
.ab-img .i-img img {
    width: 100% !important;
    height: auto !important;
}

@media (max-width: 500px){
	.single-wrap .single-img {
		height:auto !important;
	}
}

.img2030 img {
	height:auto !important;
}
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/ico-moon/icomoon.eot?hhne23');
  src:  url('../fonts/ico-moon/icomoon.eot?hhne23#iefix') format('embedded-opentype'),
    url('../fonts/ico-moon/icomoon.ttf?hhne23') format('truetype'),
    url('../fonts/ico-moon/icomoon.woff?hhne23') format('woff'),
    url('../fonts/ico-moon/icomoon.svg?hhne23#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
	font-size:20px;
	display:inline-block;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
  content: "\f002";
}
.icon-envelope-o:before {
  content: "\f003";
}
.icon-check:before {
  content: "\f00c";
}
.icon-close:before {
  content: "\f00d";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-times:before {
  content: "\f00d";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-phone:before {
  content: "\f095";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-facebook-f:before {
  content: "\f09a";
}
.icon-credit-card:before {
  content: "\f09d";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-bars:before {
  content: "\f0c9";
}
.icon-navicon:before {
  content: "\f0c9";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-file-text-o:before {
  content: "\f0f6";
}
.icon-file-text:before {
  content: "\f15c";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-language:before {
  content: "\f1ab";
}
.icon-file-pdf-o:before {
  content: "\f1c1";
}
.icon-cc-visa:before {
  content: "\f1f0";
}
.icon-whatsapp:before {
  content: "\f232";
}
.icon-handshake-o:before {
  content: "\f2b5";
}
.icon-credit-card1:before {
  content: "\e93f";
}





.testi_item{
	width: 29em;
    flex: 0 0 auto;
    padding: 1.2em;
    display: flex;
	white-space: normal;
	direction:rtl;
}
html:lang('en-GB') .testi_item{
	direction:ltr;
}
.testi_item_cont{
	width: 100%;
    margin: auto 0;
    font-size: 14px;
    padding: 16px;
    background: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}
.rating_bar{
	margin-bottom: 6px;
    display: flex;
}
.rating_bar > div:first-child{
	flex: 1;
}
.rating_stars{
	display: flex;
    gap: 3px;
}
.google_icon img{
	display: inline-block;
    width: 1em;
    height: 1em;
}
.review_content{
	line-height: 1.4em;
    color: #000000;
}
.review_footer{
	border-top: 1px solid #dfdfdf;
    display: flex;
    line-height: 1.1875em;
    margin-top: 10px;
    padding-top: 10px;
}
.review_footer .avatar{
	flex-shrink: 0;
}
.review_footer .avatar img{
	width: 2.5em;
    height: 2.5em;
    border-radius: 50%;
    object-fit: cover;
    margin: auto 0;
}
.review_footer .details{
	display: flex;
    flex-direction: column;
    flex: 1;
    line-height: 1.25em;
    padding-left: 1em;
    padding-right: 1em;	
}
.review_footer .details b{
	color: #1d3a6c;
    font-weight: 600;
}

.review_footer .details span{
	color: #000000;
    opacity: 0.5;
    margin-top: 0.2em;
    line-height: 1.28571429em;
}





.testi_carousel {
width: 100%;
overflow: hidden;
}
.testi {
width: 100%;
padding-left: 0;
background-color: transparent;
margin-bottom:30px;
}
.testi2 {
	direction:ltr;	
}
@keyframes ticker {
0% {
transform: translate3d(0, 0, 0);
}
100% {
transform: translate3d(100%, 0, 0);
}
}
@keyframes ticker2 {
0% {
transform: translate3d(0, 0, 0);
}
100% {
transform: translate3d(-100%, 0, 0);
}
}

.testi_transition {
display: inline-block;
white-space: nowrap;
/* padding-right: 100%; */
animation-iteration-count: infinite;
animation-timing-function: linear;
animation-name: ticker;
animation-duration: 300s;
}
.testi2 .testi_transition {
animation-name: ticker2;
}

.testi_carousel:hover .testi_transition {
animation-play-state: paused;
cursor: pointer;
}

.testi_item {
display: inline-block;
padding: 0 2rem;
}

/*-------------------------------------------------------------------*/
.g-search {
  background-color: #224472 !important;
}

.main-head .bottom-content {
  background: #122a4b !important;
  /*border-bottom-color: #fff !important;*/
}

.main-head .main-nav ul li a,
li.menu-item-has-children>a::after,
.open-search {
  color: #fff !important;
}

.hero_cta_btn {
  background: #EE3C48 !important;
  color: #fff !important;
}

#cib_contact .g-head h3 {
  color: #EE3C48 !important;
}

.footer-top {
  background-color: #12294F !important;
}

.footer-bottom {
  background-color: #0a1c34 !important;
}

.footer-bottom b span {
  color: #EE3C48 !important;
}

.main-head .main-nav ul li .sub-menu a {
  border-bottom: 1px solid #EE3C48 !important;
  color: #000 !important;
}

.g-search {
  border-top-color: transparent !important;
}

.requirementList {
    background: rgba(255,255,255,.95)
}

.requirementList > ul {
    list-style: none;
    border: 1px solid #ccc
}

.requirementList > ul li {
    overflow: hidden;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    display: table;
    width: 100%
}

.requirementList ul li:last-child {
    border: 0
}

.requirementList ul li span {
    padding: 30px 0;
    display: block;
    line-height: 30px
}

.requirementList ul li span.light-text {
    font-size: 14px;
    font-weight: 300;
    padding: 0;
    /*font-family: inter,directfont;*/
    line-height: 35px
}

.requirementList ul li .title {
    border-inline-end: 1px solid #ccc;
    font-family: inter,directfont;
    padding: 0 30px
}
.items-details ul li {
    position: relative;
    border-bottom: none;
    padding: 6px 23px 6px 0;
}
.requirementList ul li .title span:before,
.items-details ul li:before{
margin-right: 0;
    content: "\f0da";
    cursor: pointer;
    font-family: FontAwesome;
    /* margin-right: 10px; */
    font-size: 18px;
    line-height: 25px;
    position: absolute;
    right: 7px;
    color: #EE3C48;
    transform: scaleX(-1);
    margin-top: 4px;
}
.items-details ul li:before{
    margin-top:0;
    color:#000;
}
.requirementList ul li .title.inforTxt span:before,.requirementList ul li .title.inforTxt span:after {
    display: none!important
}

.requirementList ul li .inforTxt {
    text-align: center;
    font-family: inter,directfont;
    font-size: 20px
}

.requirementList ul li .inforTxt .fa {
    color: #fc8004;
    font-size: 17px;
    margin-right: 5px
}

.requirementList ul li div {
    display: table-cell;
    float: none;
    vertical-align: middle
}

.quest {
    color: #fc8004;
    font-size: 25px;
    float: right;
    cursor: pointer
}


.items-details ul ul {
    list-style: disc;
    padding-inline-start: 25px;
}

.items-details ul ul li:before{
    display:none;
}
.items-details ul ul li {
    display: list-item;
    padding-inline-start: 0;
    overflow: visible;
}

i.fa.fa-info-circle {
    padding-inline: 8px;
}

.request-service a {
    display: inline-block;
    min-width: 100%;
    text-align: center;
    background-color: #EE3C48;
    padding: 12px;
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    margin: 22px 0;
    border-radius:7px;
    transition:all 0.3s;
}
.request-service a:hover {
    background-color: #000;
}
.modal-header button span {
    font-size: 26px;
}

.contact-form.contact input {
    width: 100%;
    margin-bottom: 20px;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius:3px;
}

.contact-form.contact button {
    background-color: #EE3C48;
    outline: none;
    border: none;
    color: #fff;
    padding: 8px;
    min-width: 150px;
    font-weight: 600;
    font-size: 18px;
    border-radius:7px;
}
.requirementList ul li .inforTxt .fa {
    color: #EE3C48;
}

.contact-form.contact form {
    padding: 42px 12px;
    
}
.contact-form.contact h5 {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
}
.single-wrap .single-data {
    padding:0  15px;
    margin-top: 32px;
}

.single-wrap .single-img.col-md-12 {
    margin: 0px !important;
    width: 100%;
}
.post_title {
    margin-bottom: 30px !important;
}

.col-lg-12 {
    width: 100%;
    padding: 0 !important;
}

.requirementList {
    margin-top: 38px;
}
.logo_text {
    color: #fff !important;
}
.menu-item-has-children .sub-menu li a:hover {
    color: #fff !important;
    background-color: #EE3C48 !important;
    color: #fff !important;
}
.main-head .main-nav ul li .sub-menu li:last-of-type a {
    border-bottom: none !important;
}
.search-form {
    background-color: #EE3C48 !important;
}
.vid_con:hover .popup-video {
    background: #EE3C48 !important;
}
.vid_con:hover .vid_txt {
    color:#EE3C48 !important;
}
.project-item .item-info a h4 {
    min-height: 75px;
}

.read-more a {
   color:#EE3C48 !important;
}
.sponser-img {
    padding: 15px 10px;
}
.contact-form.contact input[type=submit] {
    background-color: red;
    color: #fff;
    width: 160px;
    border-radius: 7px;
    border: none;
}
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
/***
    direction: rtl !important;
****/
}
.footer-top .footer-item ul.links li a:hover {
     color:#EE3C48 !important;
}
#respond form #submit-button {
    background:#EE3C48 !important;
}
.tooltip_text {
    padding: 20px 10px !important;

}
.single-wrap .single-data ul {
    padding-inline-start: 20px;
}
.g-search .s-right ul li a:hover {
    color:#EE3C48 !important;
}
 .main-head .main-nav ul li.current-menu-item a,
 .main-head .main-nav ul li a:hover{
     color:#EE3C48 !important; 
 }

 .main-head .main-nav ul li.current-menu-item .sub-menu a, .main-head .main-nav ul li .sub-menu a:hover {
    color: #fff !important;
}
 .main-head .logo img {
    max-height: 78px;
}
.s-right ul li a {
    direction: rtl;
    display: block;
}


@media (max-width: 768px) {
.requirementList > ul li {
    display: inline-grid;
}
.col-lg-12 {
    width: 100%;
    /*padding: 0 15px !important;*/
}
.requirementList ul li .title {
    border-inline-end: none;
}
.request-service a {
    font-size: 22px;
}
.single-wrap {
    padding: 0 15px;
}
.requirementList ul li span {
    padding: 12px 0;
}
.single-wrap .single-data {
    padding: 15px !important;
    padding-top: 0 !important;
}
}








