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

@import "fonts.css";
@import "bootstrap.min.css";
@import "bootstrap-grid.min.css";
@import "animate.css";
@import "font-awesome.min.css";
@import "owl.carousel.css";
@import "jquery.mCustomScrollbar.min.css";
/* ****************** */

.owl-carousel {
    direction: ltr;
}

* {
    -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;
    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: #d7000f;
    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: #d7000f;
}

.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: 160px;
    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: 6px 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: #d7000f !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 #d7000f;
    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;
}

.main-head .logo img {
    transition: all .3s;
    max-width: 250px;
}

.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: 30px;
    transition: all .3s;
    font-family: b-md;
    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 #d7000f 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; */
}

.main-head .main-nav ul li a:hover,
.main-head .main-nav ul li.active a {
    color: #d7000f;
    transition: all .3s;
}


.main-head .head-extra {
    float: left;
    padding-top: 27px;
    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, #d7000f, #8e000a);
    color: #fff;
    font-size: 20px;
    border-radius: 10px;
    padding: 10px 40px;
    font-family: b-md;
    position: relative;
}

.main-head .head-extra .btn:hover {
    background: -webkit-linear-gradient(right, #d7000f, #8e000a);
    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%;
}

.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 #d7000f;
}

.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: #d7000f;
    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 {
    color: #fff;
    font-size: 12px;
    transition: all .3s;
    font-family: b-lt;
    text-transform: none;
}

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

.g-search .s-right ul li a:hover {
    color: #d7000f;
    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: #d7000f;
    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: 100px;
}

/*
.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: 56px;
}

.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: 15px;
    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;
    width: 100%;
}

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

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

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

.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: 100px;
}

/*
.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: cover;
    height: 457px;
}

.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: 32px;
    height: 44px;
}

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

.about-s a {
    background: #d7000f;
    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: -145px;
    z-index: 1;
    box-shadow: 2.588px 9.659px 50px 0px rgba(119, 176, 254, 0.2);
}

.newsletter .news-inner .g-head {
    text-align: right;
    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 #d7000f;
    background-color: #fff;
    color: #d7000f;
    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: #d7000f;
    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;
}

.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 {}

.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: #d7000f;
    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: 52%;
    bottom: auto;
    left: 36%;
}

.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: 0 3px 15px rgba(0, 0, 0, 0.05);*/
    box-shadow: 1.294px 4.83px 30px 0px rgba(214, 0, 14, 0.05);
    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: 120px;
    transition: all .3s;
}


.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: #d7000f;
    border-radius: 100%;
    bottom: -20px;
    left: 53%;
    transform: translateX(-53%);
    border-color: #d7000f;
    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: #d7000f;
    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;
}

.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: #d7000f;
    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;
    color: #f1f1f1;
    display: inline-block;
    direction: ltr;
    font-weight: normal;
}

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

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

.hero-slider .item {
    background-position: center;
    background-size: cover;
    height: 745px;
    position: relative;

}

.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: #d7000f;
    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: #d7000f;
    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: #d7000f;
    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 #d7000f;
    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: #d7000f;
}

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

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

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

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

.single-wrap .single-img {
    box-shadow: 0 5px 50px rgba(215, 0, 15, .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 #d7000f 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 #d7000f  solid;
}

.main-head .main-nav ul li::before {
    right: auto;
    left: 35px;
    border-right: 0;
    border-left: 1px #d7000f 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(214, 0, 14, 0.3) !important;
}

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

.serv-sticky {
    position: fixed;
    bottom: -100%;
    transition: all 1s;
    z-index: 36;
    background-color: #fff;
    width: 100%;
    padding: 20px 0;
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.08);
}

.serv-sticky.up {
    bottom: 0;
    transition: all 1s;
}

.ask-form {
    display: none;
}

.serv-sticky .cl-sticky {
    float: right;
    margin-bottom: 20px;
    background-color: #6d6e71;
    border: 0;
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    padding: 0;
    text-align: center;
    border-radius: 100%;
    display: none;
}

.serv-sticky h3 {
    display: inline-block;
    font-size: 17px;
    text-transform: uppercase;
    padding-top: 11px;
    font-family: b-bd;
}

.serv-sticky .btn {
    float: left;
}

.ask-form .ask-img .inner {
    background-position: center;
    background-size: 75%;
    height: 450px;
    margin-top: 35px;
    border: 5px solid #d7000f;
    border-left: 0;
    background-repeat: no-repeat;
}

.ask-form .adk-data form {
    border: 5px solid #d7000f;
    padding: 30px;
    float: right;
    width: 100%;
}

.adk-data.col-md-6.col-xs-12 {
    padding: 0 !important;
}

.ask-form .adk-data .f-head {
    margin-bottom: 30px;
}

.ask-form .adk-data .f-head h3 {
    margin-bottom: 20px;
    font-size: 23px;
}

.ask-form .adk-data .f-head p {
    color: #6D6E71;
    letter-spacing: 0;
    line-height: 21px;
    margin-bottom: 20px;
    overflow: hidden;
    max-height: 40px;
}

.ask-form .form-group {
    margin-bottom: 15px;
}

.ask-form .form-control {
    height: 45px;
    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;
    padding: 0 16px;
}

.serv-sticky .btn {
    background: -webkit-linear-gradient(left, #d7000f, #8e000a);
    float: left;
    color: #fff;
    border: none;
    transition: all .3s;
}

.ask-img.col-md-6.col-xs-12 {
    padding: 0 !important;
}

.ask-form .ask-img .inner img {}

.serv-sticky .btn:hover, .serv-sticky .btn:focus {
    background: -webkit-linear-gradient(right, #d7000f, #8e000a);
}