/******************************************
IMPORT
******************************************/

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fade-in {
    animation: fadeIn ease 1s;
    -webkit-animation: fadeIn ease 1s;
    -moz-animation: fadeIn ease 1s;
    -o-animation: fadeIn ease 1s;
    -ms-animation: fadeIn ease 1s;
}

#preloader {
    position: fixed;
    text-align: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 999999999;
}

.tb {
    display: table;
}

.tb-cell {
    display: table-cell;
}

.tb-cell {
    vertical-align: middle;
}

#page-loading div {
    width: 40px;
    height: 40px;
    margin: auto;
    border-right: 3px solid #5a79b8;
    border-bottom: 3px solid transparent;
    border-radius: 100%;
    -webkit-animation: spin .9s linear infinite;
    -moz-animation: spin .9s linear infinite;
    -o-animation: spin .9s linear infinite;
    animation: spin .9s linear infinite;
}

#page-loading p {
    text-align: center;
    text-transform: uppercase;
    z-index: 99;
    padding: 10px 0;
    color: #000;
    font-size: 12px;
    overflow: hidden;
    margin-top: 5px;
}

@font-face {
    font-family: "Flaticon";
    src: url("fonts/Flaticon.eot");
    src: url("fonts/Flaticon.eot?#iefix") format("embedded-opentype"), url("fonts/Flaticon.woff") format("woff"), url("fonts/Flaticon.ttf") format("truetype"), url("fonts/Flaticon.svg#Flaticon") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Helvetica";
    src: url("fonts/Helvetica.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "T-star";
    src: url("fonts/TSTAR-PRO-Medium.otf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Cairo";
    src: url("fonts/Cairo-ExtraLight.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: "Cairo";
    src: url("fonts/Cairo-Light.ttf") format("truetype");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: "Cairo";
    src: url("fonts/Cairo-Regular.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'El Messiri', sans-serif;
    src: url("fonts/ElMessiri-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'El Messiri', sans-serif;
    src: url("fonts/ElMessiri-SemiBold") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'El Messiri', sans-serif;
    src: url("fonts/ElMessiri-Bold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}


@font-face {
    font-family: 'Tajawal', sans-serif;
    src: url("fonts/Tajawal-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Tajawal', sans-serif;
    src: url("fonts/Tajawal-Black") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Tajawal', sans-serif;
    src: url("fonts/Tajawal-Bold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}


@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: "Flaticon";
        src: url("fonts/Flaticon.svg#Flaticon") format("svg");
    }
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-style: normal;
}

.flaticon-email:before {
    content: "\f100";
}

.flaticon-map-with-position-marker:before {
    content: "\f101";
}

.flaticon-share:before {
    content: "\f102";
}

.flaticon-html5:before {
    content: "\f103";
}

.flaticon-black-graduation-cap-tool-of-university-student-for-head:before {
    content: "\f104";
}

.flaticon-computer-tool-for-education:before {
    content: "\f105";
}

.flaticon-download-business-statistics-symbol-of-a-graphic:before {
    content: "\f106";
}

.flaticon-arrows:before {
    content: "\f107";
}

.flaticon-monitor-tablet-and-smartohone:before {
    content: "\f108";
}

.flaticon-css-3:before {
    content: "\f109";
}

.flaticon-online-course:before {
    content: "\f10a";
}

.flaticon-coffee-cup:before {
    content: "\f10b";
}

.flaticon-add:before {
    content: "\f10c";
}

.flaticon-html-coding:before {
    content: "\f10d";
}


/******************************************
SKELETON
******************************************/
html {
    font-family: 'Tajawal', sans-serif !important;
}

body {
    background-color: #f6f6f6;
    font-family: 'Tajawal', sans-serif !important;
    line-height: 1.6;
    font-size: 14px;
    color: #121212;
    overflow-x: hidden;
    /*text-align: right;*/
    direction: rtl;
}

body,
p,
li,
a {
    /* font-family: 'Montserrat', sans-serif;*/
    /*font-family: "Cairo";*/
    font-family: 'Tajawal', sans-serif !important;
    font-size: 16px;
    /* font-family: 'Source Sans Pro', sans-serif;*/
}

p {
    color: #121212;
}

.course-details h4 a,
.readmore,
.testimonial strong,
h1,
h1,
h3,
h4,
h5,
h6 {
    color: #141414;
    font-family: 'Tajawal', sans-serif !important;
}

    h1 .head-topic {
        color: #a9005b !important;
    }

/*.course-details h4 a,
.readmore,
.testimonial strong,
h1,
h1,
h3,
h4,
h5,
h6 {
    color: #a9005b;
}*/

h1,
h1,
h3,
h4,
h5,
h6 {
    line-height: 1.5;
}

.cop-logo img,
a {
    color: #000;
    text-decoration: none;
    /*   -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;*/
}

a {
    text-decoration: none !important;
}

/*a:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #fff;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
a:hover:after {
  width: 100%;
  left: 0;
}*/

header i {
    color: rgba(0,191,255,1);
}

.mrq-dir {
    direction: ltr;
}

.check li:before {
    content: "\f00c";
    font-family: "FontAwesome";
    font-size: 16px;
    left: 0;
    padding-right: 10px;
    position: relative;
    top: 2px;
}

.check li {
    list-style: none;
    margin-bottom: 8px;
}

    .check li:last-child {
        margin-bottom: 0;
    }

.check {
    margin-left: 0;
    padding-left: 0
}

    .check li a {
    }

.authorbox,
blockquote {
    border: 0;
    margin: 30px 0;
    position: relative;
    padding: 4rem 3rem;
    font-family: 'Droid Serif', sans-serif;
    font-style: italic;
    border: 1px solid #eaeaea;
    background-color: #f6f6f6;
}

    blockquote:after {
        content: "\f10e";
        padding: 5px;
        font-family: FontAwesome;
        position: absolute;
        bottom: 0px;
        color: #f6f6f6;
        font-size: 24px;
        right: 10px;
    }

    blockquote:before {
        content: "\f10d";
        padding: 5px;
        font-family: FontAwesome;
        position: absolute;
        top: 0;
        color: #f6f6f6;
        font-size: 24px;
        left: 10px;
    }


/******************************************
HEADER
******************************************/

.topbar {
    background-color: rgba(0,0,0, 0);
    /* border-bottom: 0.5px solid rgba(211, 211, 211, 0.2);*/
    margin-bottom: 0px;
    padding: 1px 0px 4px;
}

.bg {
    background-color: #ffffffd6 !important;
    padding: 5px 0px;
    /* border-radius:0px 0px 30px 30px*/
}

.mt span, .mt a {
    font-size: 13px;
    font-weight: 500;
    /* font-family: 'Montserrat', sans-serif; */
    font-family: "Cairo";
    /* font-family: 'Source Sans Pro', sans-serif; */
    text-decoration: none;
    text-transform: uppercase;
}

.topbar a,
.topbar p {
    /*color:#166db4;*/
    color: white;
    font-size: 14px;
    margin: 5px;
}

    .topbar a:hover,
    .topbar p:hover {
        color: deepskyblue;
        font-size: 14.5px;
    }

.topbar .text-left p {
    margin-top: 3px;
}

.topbar .text-left i {
    padding-right: 3px;
}

.header {
    width: inherit;
    position: absolute;
    z-index: 111;
    left: 0;
    top: 0;
    right: 0;
    padding: 0;
    /*  background-color:#ffffffc7;*/
    /*background-color: #ffffff;*/
    /*color:#0c5c8d;*/
    color: white;
    text-decoration: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-color: rgba(0,0,0, 0.38);
    border-bottom: 0.5px solid rgba(211, 211, 211, 0.2);
}

.inner-sticky {
    position: sticky !important;
    color: black !important;
    background-color: white !important;
    transition: 1s;
}

    .inner-sticky .navbar-brand1 img, .navbar-brand1 img::before {
        width: 194px;
        height: auto;
        padding: 0px 10px;
        position: relative;
        top: 0px;
        content: url(images/ubf-logo.png);
        /* content: url(images/ubf-white.png);*/
    }

    .inner-sticky > #header .navbar-brand img {
        width: 145px;
        height: auto;
        padding: 0px 8px;
        position: relative;
        top: -29px;
        margin-left: 3px;
        content: url(images/ubf-logo.png) !important;
        transition: 1s;
    }

    .inner-sticky .topbar a, .topbar p {
        color: black !important;
        font-size: 14px;
        margin: 5px;
    }

    .inner-sticky > #header .navbar-default .nav > li > a {
        color: black !important;
        transition: 1s;
    }

.header .navbar-brand1 img {
    display: none;
}
/*
.header .navbar-brand{
    display: none;
}
*/

.header.without-topbar {
    padding: 30px 0;
}

.header-normal {
    position: relative;
    padding: 0 0 24px;
    background-color: #fff;
}

    .header-normal .navbar-default .nav > li > a {
        color: #848484 !important;
    }

.header.affix {
    position: fixed;
    top: 0;
    color: #121212;
    z-index: 100;
    /* background-image: url(/ar/images/overlay/back-overlay-1.svg);*/
    /*  background-color: rgb(101, 101, 101);*/
    /*background-repeat: repeat-x;
	background-size: cover;*/
    background-color: white;
    left: 0;
    box-shadow: 2px 4px 2px 2px #0000001a;
    padding: 0px;
    right: 0;
    border-bottom: 0.5px solid #aaaaaa70;
    /* background-color: #fffbfbe0; */
}

    .header.affix .navbar-brand img {
        display: none;
        transition: 0.5s ease;
    }

    .header.affix a.navbar-brand {
        display: none;
        transition: 0.5s ease;
    }

    .header.affix .navbar-brand1 img {
        display: block;
        transition: 0.5s ease;
    }

.header.header-normal.affix {
    background-color: #ffffff;
    transition: 0.5s ease;
}

.header.affix .topbar {
    visibility: hidden;
    opacity: 0;
    display: none;
}

.navbar-default {
    margin: 0px 0px;
    background-color: transparent;
    background: none;
    border: 0;
}

.header .navbar-default .nav > li > a {
    color: white;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    /*font-weight: 500;*/
    outline: none;
    letter-spacing: 1px;
    /*text-shadow: 2px 1px 1px black;*/
}

.header.affix .navbar-default .nav > li > a {
    color: #141414;
    /* color: white; */
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    outline: none;
    letter-spacing: 1px;
    text-shadow: none;
}

.navbar-nav .has-submenu .dropdown-menu li a {
    padding: 14px 20px;
}

/*.navbar-default .dropdown-menu {
    box-shadow: none;
}*/
/*.navbar-default .dropdown-menu {
    box-shadow: 0px 1px 1px 1px #215eaba3;
}*/

.navbar-default .dropdown-menu li a {
    color: #222;
    font-size: 14px;
    font-weight: 600;
    text-shadow: none;
}

.navbar-default .fa-angle-right {
    position: absolute;
    right: 30px;
}

/*
.navbar-brand img {
    margin: 0 !important;
}
*/

a:focus, a:hover {
    color: deepskyblue;
    text-decoration: underline;
}

.social a {
    font-size: 12px;
    color: #fff !important;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.1);
    width: 25px;
    text-align: center;
    border-radius: 1px;
    margin-left: 2px;
    height: 25px;
    line-height: 25px;
}

    .social a:hover {
        opacity: 0.8;
    }

/*.navbar-default .dropdown-menu {
    box-shadow: 0px 1px 1px 1px #215eaba3;
}*/

.navbar-default .navbar-nav .open .dropdown-menu > li > a,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent !important;
    color: #0dabe5;
    display: inline-block;
}

.navbar-brand {
    padding: 0 10px 0 0;
}

.social a.facebook {
    background-color: #3b5998;
}

.social a.pinterest {
    background-color: #bd081c;
}

.social a.twitter {
    background-color: #1da1f2;
}

.social a.google {
    background-color: #34a853;
}

.social a.linkedin {
    background-color: #0077b5;
}

.modal {
    top: 15%;
    margin: 0px auto;
}

.modal-backdrop.in {
    opacity: 1;
    background: url(images/pattern.png) repeat center center rgba(0, 0, 0, 1);
}

.modal-header {
    border-bottom: 0;
    padding: 15px;
    background: none;
}

.modal-content {
    background-clip: padding-box;
    background-color: transparent;
    border: 0;
    border-radius: 6px;
    box-shadow: none !important;
    outline: 0 none;
    position: relative;
}

.modal .close {
    font-size: 48px;
    height: 40px;
    padding: 0;
    position: absolute;
    right: 14px;
    top: 27px;
    width: 40px;
    z-index: 111;
    transform: rotate(360deg);
    font-weight: 300;
}


.close,
.close:focus,
.close:hover {
    color: #ffffff;
    opacity: 1;
    text-shadow: none;
}

.modal .form-control {
    background-color: transparent;
    background-image: none;
    border: 0;
    border-radius: 0;
    /* font-family: 'Droid Serif', sans-serif; */
    box-shadow: none;
    color: #eee;
    display: block;
    font-size: 16px;
    line-height: 1.42857;
    /* font-style: italic; */
    padding: 6px 12px;
    width: 100%;
    border-bottom: 4px solid #222;
    height: 70px;
    padding-left: 0;
}

.iconitem a {
    padding-left: 8px !important;
}

.read-1 {
    color: whitesmoke;
    font-size: 16px;
    float: right;
    padding-right: 0px;
}

.read-2 {
    color: rgba(4,180,246,1);
    font-size: 13px;
    float: left;
    padding-left: 5px;
}

.read2 {
    color: rgba(4,180,246,1);
    font-size: 15px;
    float: left;
    padding-left: 0px;
}

.readmore-1 {
    color: rgba(4,180,246,1);
    font-size: 16px;
    text-align: center;
    /*float: right;*/
    /*padding-right: 30px;*/
}



/******************************************
MEGA MENU
******************************************/

.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
    position: static;
    text-align: center;
}

    .yamm .dropdown.yamm-fw {
        position: static;
    }

.yamm .container {
    position: relative;
}

.yamm .dropdown.yamm-fw .dropdown-menu {
}

.yamm .dropdown {
    position: relative;
}

    .hassubmenu .dropdown-menu,
    .yamm .dropdown.yamm-fw.yamm-half .dropdown-menu {
        left: auto;
        right: auto;
    }

    .hassubmenu .dropdown-menu1,
    .yamm .dropdown.yamm-fw.yamm-half .dropdown-menu1 {
        left: auto;
        right: auto;
    }

.yamm h4 {
    font-size: 16px;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 20px;
}

.yamm .dropdown-menu li {
    /* padding-left: 20px; */
    margin: 2px 10px;
    padding: 8px 0px;
    text-align: left;
    display: inline-grid;
    /*  border-bottom: 0.5px solid #ffffff63;*/
    width: 90%;
}

.yamm .dropdown-menu ul {
    padding: 0 !important;
    list-style: none;
}

.yamm .dropdown-menu1 ul {
    padding: 0 !important;
    list-style: none;
}



.dropdown-menu > li > a {
    display: block;
    padding: 0px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.yamm .dropdown-menu1 li {
    padding-left: 20px;
    margin: 10px 40px;
}

.yamm .dropdown-menu li a {
    color: white;
    text-transform: uppercase;
    text-align: right;
    float: right;
}

.yamm .dropdown-menu1 li:hover a {
    color: deepskyblue !important;
    font-weight: 600;
    border-bottom: 1px solid white;
    transition: width 0.3s ease 0s, left 0.3s;
    background-color: transparent;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: white;
    text-decoration: none;
    background-color: transparent;
    margin-right: 5px;
    transition: 0.3s all linear;
}






.yamm .dropdown-menu li a i {
    display: none;
}

.yamm .dropdown-menu1 li:hover a {
    background-color: transparent;
}

.yamm-fw .dropdown-menu1 li:hover a {
    padding-left: 0 !important;
    color: steelblue;
}

.yamm-fw .dropdown-menu li:hover a {
    padding-left: 0 !important;
    color: steelblue;
}

/*.yamm .dropdown .dropdown-menu {
    border-radius: 0;
    margin-top: 0px;
   width:100%;
    float: right;
    position: absolute;
    left:0%;

    color:white;
    font-size: 13px;
}*/

.yamm .dropdown .dropdown-menu {
    border-radius: 0;
    /* margin: 0px 10px;*/
    width: auto;
    float: none;
    position: absolute;
    right: 0px;
    /* background-color: deepskyblue; */
    color: white;
    font-size: 13px;
}

.yamm .dropdown .dropdown-menu1 {
    border-radius: 0;
    margin-top: 0px;
    width: 100%;
    height: 400px;
    float: right;
    position: absolute;
    left: 0%;
    background-color: white;
    color: #878585;
    border-bottom: 1px solid #215eabbf;
}

.header.affix .yamm ul {
    padding: 10px 0px 0px 20px;
}


.nav {
    margin-bottom: 0;
}

.yamm .dropdown {
    position: static;
}

.yam .dropdown-menu {
    width: 100%;
    text-align: center;
}

.yamm .dropdown-menu > li {
    display: inline-block;
}

.yam .dropdown-menu1 {
    width: 100%;
    text-align: center;
}

.yamm .dropdown-menu1 > li {
    display: inline-block;
}

/*.yamm .dropdown .dropdown-menu {
    border-radius: 0;
    border-top: 3px solid #ddd;
    background-color: #fff !important;
    margin-top: 0px;
    padding: 10px 30px;
    display: inline-flex;
}*/

.header.affix .yamm .dropdown .dropdown-menu {
    margin-top: 0px !important;
}

.yamm .dropdown .dropdown-menu .show-left {
    margin-top: 0
}

.yamm ul {
    padding: 10px 8px 8px 10px;
    /* background: #0000000d; */
}

.header.affix .yamm .has {
    padding: 10px 10px 4px 10px;
}



.header.affix .mt {
    margin-top: 20px;
    font-weight: 400;
    font-size: 18px;
    font-family: "Cairo";
    /*font-family: 'Montserrat', sans-serif;*/
    /* font-family: 'Source Sans Pro', sans-serif; */
    position: relative;
    right: 0%;
    float: right;
    padding-top: 14px;
}

.menu-widget {
    padding: 0 10px;
}



.no-padding {
    padding: 0px !important;
}

.menu-widget img {
    border-radius: 6px 6px 0 0;
}

.menu-widget small {
    display: block;
    font-size: 16px;
    font-weight: bold;
}

.yamm .dropdown {
    position: relative;
}

.hassubmenu:hover {
    /* padding: 0px 2px; */
    /* transition: 0.2s;*/
    border-radius: 1px;
    background-color: rgba(33, 94, 171, 0.9);
    color: white !important;
    /* border-bottom: 3px solid #1b4298; */
}

.menu-widget h5,
.menu-widget h5 a {
    font-size: 16px !important;
    font-weight: 700;
    margin: 0 !important;
    padding: 10px 0 5px !important;
    color: #000 !important;
}

.yamm .dropdown-menu li:hover .menu-button,
.yamm .dropdown-menu li .menu-button {
    border-radius: 0 !important;
    font-size: 13px !important;
    border: 1px solid #fff;
    font-weight: bold;
    color: #ffffff !important;
    display: block;
    background-color: #111;
    padding: 5px 20px !important;
    max-width: 140px;
    margin: 10px auto 0;
    text-transform: capitalize;
}


/******************************************
PAGES
******************************************/

.page-title h3 {
    margin-bottom: 10px !important;
}

.breadcrumb {
    background-color: transparent;
    border-radius: 0;
    color: #878585;
    font-size: 13px;
    list-style: outside none none;
    margin-bottom: 0;
    padding: 0;
}

    .breadcrumb > li a,
    .breadcrumb > li + li::before,
    .breadcrumb > .active {
        color: #878585;
    }

.section.cb .breadcrumb > li a,
.section.cb .breadcrumb > li + li::before,
.section.cb .breadcrumb > .active {
    color: #fff;
}

.section.cb {
    padding: 40px 0 !important;
}

    .section.cb .breadcrumb {
        margin-top: 10px;
    }

    .section.cb h3 {
        font-size: 24px;
        padding: 0 !important;
        margin: 0 !important;
    }

.breadcrumb > li + li::before {
    content: "\f107";
    vertical-align: middle;
    padding-left: 5px;
    font-family: "Flaticon";
    font-size: 11px;
    padding: 0 6px 0 3px;
}

.tags-widget a {
    color: #ffffff !important;
    padding: 4px 10px;
    border-radius: 2px;
    font-size: 14px;
}

/*.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-radius: 0;
}*/

.pagination {
    margin: 0;
    float: right;
    display: inline-flex;
    font-size: 12px;
}

    .pagination a {
        color: black !important;
    }


.page {
    padding: 4px 10px;
    /*  border-bottom: 0.5px solid black !important;*/
    margin: 0px;
    cursor: pointer;
    /*border-radius: 5px;*/
}

    .page:hover {
        background-color: royalblue !important;
        /*border: 0.5px solid royalblue !important;*/
    }

.current {
    padding: 4px 10px;
    /* border-bottom: 0.5px solid rgba(0,191,255,1) !important;*/
    margin: 0px;
    cursor: pointer;
    /* border-radius: 5px;*/
    background: rgba(0,191,255,1) !important;
}


.nav.prev.disabled {
    cursor: not-allowed;
    color: lightgray !important;
    /* border-bottom: 0.5px solid lightgray  !important;*/
}

.nav.next.disabled {
    cursor: not-allowed;
    color: lightgray !important;
    /* border-bottom: 0.5px solid lightgray  !important;*/
}

a.nav.prev {
    padding: 4px 10px;
    /*  border-bottom: 0.5px solid black !important;*/
    margin: 0px;
    cursor: pointer;
    /*border-radius: 5px;*/
}

a.nav.next {
    padding: 4px 10px;
    /*  border-bottom: 0.5px solid black !important;*/
    margin: 0px;
    cursor: pointer;
    /*border-radius*/: 5px;
}

/******************************************
EVENTS
******************************************/

.event-title.tagline-message h3 {
    font-size: 64px;
}

.event-title p {
    font-size: 18px;
    padding: 10px 0 20px;
}

.event-boxes .box {
    padding: 10px;
}

.event-desc {
    padding: 20px 20px 10px;
}

.box .event-desc h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    padding: 0;
}

.box .event-desc small {
    background-color: #111;
    color: #ffffff;
    padding: 0 10px;
}

.teammembers img {
    width: 100%;
}

.teammembers:hover {
    cursor: pointer;
}

teammembers .magnifier {
    overflow: hidden;
}

.teammembers .magnifier p {
    padding-bottom: 10px;
}

.teammembers:hover .magnifier,
.entry:hover .magnifier {
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
}

.entry:hover .magnifier1 {
    zoom: 1;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.teammembers {
    overflow: hidden;
    position: relative;
}

.visible-buttons1 {
    visibility: hidden;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    text-align: center;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -ms-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    bottom: -50%;
    left: 0;
    right: 0;
    padding: 50px 20px 40px;
    position: absolute;
    text-align: center;
}

    .visible-buttons1 h4 {
        padding: 0;
        margin: 0;
        font-size: 18px;
    }

.teammembers .magnifier {
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    top: 0 !important;
}

.entry:hover .visible-buttons1 {
    opacity: 1;
    bottom: 0;
    visibility: visible;
}

.teambuttons p {
    color: #ffffff;
    padding: 0 30px 10px;
}

.teammembers .social-links i {
    color: #ffffff;
}

.teammembers .social-links a {
    color: #ffffff;
    display: inline-block;
    position: relative;
    width: 30px;
    font-size: 20px;
}

.teamdesc {
    border: 1px solid #eee;
    padding: 30px 30px;
}

    .teamdesc h4 {
        padding: 0;
        margin: 0 0 5px;
        font-weight: 700;
        font-size: 18px;
    }

    .teamdesc p {
        display: block;
        font-style: italic;
        padding-bottom: 0;
        margin: 0;
    }


/******************************************
CONTACT
******************************************/

.contactv2 {
    margin: 60px 0;
}

.small-box i {
    font-size: 54px;
    color: #232323;
    display: block;
}

.small-box h4 {
    font-weight: 600;
    font-size: 20px;
    margin: 20px 0;
    padding: 0;
    line-height: 1;
}

.small-box small {
    font-size: 18px;
    margin: 5px 0;
    display: block;
}

.small-box a {
    margin-top: 15px;
    display: block;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 16px;
}

.big-contact-form .form-control {
    margin-bottom: 10px;
    border-radius: 0;
    border-color: #eaeaea;
    height: 45px;
    box-shadow: none;
    color: #b9b9b9;
}

.big-contact-form textarea {
    height: 120px !important;
}

.big-contact-form .form-control::-moz-placeholder {
    color: #b9b9b9;
    opacity: 1;
}

.big-contact-form .form-control:-ms-input-placeholder {
    color: #b9b9b9;
}

.big-contact-form .form-control::-webkit-input-placeholder {
    color: #b9b9b9;
}

#map {
    height: 350px;
    position: relative;
    width: 100%;
    z-index: 1;
}

.mapv2 {
    padding: 10px;
    background-color: #f0f1f2;
    border: 1px solid #eee;
}

#map img {
    max-width: inherit;
}

.loader {
    margin-left: 10px;
}

.map {
    position: relative;
}

    .map .row {
        position: relative;
    }

.infobox img {
    width: 100% !important;
}

.map .searchmodule {
    padding: 18px 10px;
}

.infobox {
    display: block;
    margin: 0;
    padding: 0 0 10px;
    position: relative;
    width: 260px;
    z-index: 100;
}

    .infobox .title {
        font-size: 13px;
        line-height: 1;
        margin-bottom: 0;
        margin-top: 15px;
        padding-bottom: 5px;
        text-transform: capitalize;
    }


/******************************************
SECTIONS
******************************************/

.event-section {
    height: 100vh;
    height: 100%;
    padding: 30rem 0;
}




.parallax.parallax-off {
    background-attachment: scroll;
    display: block;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
    position: relative;
    background-position: top center;
    vertical-align: sub;
    width: 100%;
    z-index: 2;
}

.no-scroll-xy {
    overflow: hidden !important;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.boxed {
    box-shadow: 0 30px 50px 0 rgba(1, 1, 1, 0.18);
    padding: 8rem 4rem 8rem;
    background-color: #ffffff;
    margin-top: -60px;
}

    .boxed.boxedp4 {
        padding-top: 4rem;
    }

.section {
    background-color: white;
    padding: 50px 0;
    position: relative;
    display: block;
}

.hvreffect:hover {
    box-shadow: 0 30px 50px 0 rgba(1, 1, 1, 0.18);
}

.section-title {
    margin-bottom: 25px;
}

    .text-widget h3,
    .section-title h3 {
        margin: 20px 0;
        padding: 0;
        line-height: 1;
        font-size: 33px;
        font-weight: 600;
        text-align: center;
    }

    .section-title p {
        max-width: initial;
        margin: 0 auto;
        padding: 0;
        font-size: 16px;
        font-family: 'Droid Serif', sans-serif;
        font-style: italic;
    }

.section.gb {
    background-color: #05064d;
}

.section.db {
    background-image: url(images/slide1.jpg);
    padding: 2em 0em !important;
}
/*

.overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.3);
}


*/




.overlay-footer:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0px;
    left: 0;
    /*background-image: url(/en/images/footer.png);*/
    /* opacity: .6; */
    /* background: rgba(0, 0, 0, 0.5); */
    background-repeat: no-repeat;
    z-index: 0;
    opacity: 0.05;
    background-position: 112% 96%;
    background-size: contain;
    /* opacity: 1; */
}

.video-section {
    position: relative;
}

.slider-bottom {
    position: absolute;
    bottom: 40px;
    left: 0;
    font-size: 10px;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 3px;
    z-index: 11;
    right: 0;
    margin: auto;
    text-align: center;
}

    .slider-bottom i {
        display: block;
        font-size: 14px;
        padding: 10px;
    }

.home-text-wrapper {
    display: table;
    width: 100%;
    height: 100%;
    max-width: 1133px;
    position: relative;
    text-align: right;
    z-index: 11;
}

.home-content {
    position: relative;
}

.home-message {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

    .home-message p {
        font-size: 32px;
        color: #03474e;
        padding: 0;
        margin-top: 20px;
        font-weight: 700;
        text-align: center;
    }

    .home-message .banner {
        font-size: 56px;
        font-family: 'Helvetica', sans-serif;
        color: white;
        -webkit-text-stroke: 1px deepskyblue;
    }

        .home-message .banner span {
            color: deepskyblue;
        }

    .home-message .banner1 {
        font-size: 46px;
        font-family: 'Helvetica', sans-serif;
        color: black;
    }

        .home-message .banner1 span {
            color: deepskyblue;
        }

    .home-message small {
        font-size: 16px;
        font-family: 'Droid Serif', sans-serif;
        font-style: italic;
        display: block;
        padding: 20px 0 35px;
        margin: 0;
    }

.nopadtop {
    padding-top: 0 !important;
}

.box {
    background-color: white;
    padding: 25px;
    position: relative;
    z-index: 11;
    text-align: center;
}

    .box p {
        padding: 0;
        margin-bottom: 15px;
    }

    .box i {
        margin-bottom: 30px;
        display: inline-block;
        line-height: 1;
        font-size: 46px
    }

    .box h4 {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 20px;
        padding: 0;
        color: black;
    }

    .box a:hover {
        text-decoration: none;
    }

    .box:hover {
        cursor: pointer;
    }


.m30 {
    margin-top: -60px;
}

.readmore {
    font-weight: 700;
    font-size: 15px;
}

/*.readmore:after {
    content: "\f107";
    vertical-align: middle;
    padding-left: 5px;
    font-family: "Flaticon";
    font-size: 11px;
}*/

.image-box {
    position: relative;
}

    .image-box .overlay {
        background-image: none;
        border-radius: 6px;
        background-color: rgba(0, 0, 0, 0.2);
    }

    .image-box img {
        width: 100%;
    }

    .image-box h4 a,
    .image-box h4 {
        position: absolute;
        left: 0;
        right: 0;
        text-align: center;
        top: 50%;
        z-index: 1;
        font-size: 20px;
        margin: -7px auto;
        color: #ffffff;
    }

hr.invis {
    border: 0;
    margin: 20px 0;
}


/******************************************
COURSE MODULES
******************************************/

.course-box {
    border-radius: 6px 6px 0 0;
    background-color: #ffffff;
    border: 1px solid #eaeaea;
}

    .course-box img {
        /* border-radius: 6px 6px 0 0;*/
        width: 100%;
    }

.course-details {
    padding: 1rem 2rem;
}

    .course-details h4 {
        font-size: 18px;
        padding: 0 0 1.5rem;
        font-weight: 700;
        margin: 0;
    }

.course-box small {
    display: block;
    font-size: 80%;
    margin-bottom: 10px;
}

.course-details p {
    padding-bottom: 0;
    margin-bottom: 0;
    color: white;
}

.course-footer ul {
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 14px;
}

.course-footer a {
    color: midnightblue;
    font-weight: 600;
}

.course-footer i {
    padding-right: 3px;
}

.course-footer {
    border-top: 1px solid #eaeaea;
    padding: 15px;
    background-color: white;
}

    .course-footer .pull-right a {
        font-weight: bold;
        font-size: 16px;
        line-height: 1;
        font-family: Arial
    }

.entry {
    position: relative;
}

.magnifier {
    position: absolute;
    bottom: 0;
    left: 0;
    visibility: hidden;
    right: 0;
    opacity: 0.5;
    top: 0;
    background-color: #04a7e1;
    -webkit-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
    -moz-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
    -o-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
    transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
}


.magnifier1 {
    position: absolute;
    bottom: 0;
    left: 0;
    visibility: hidden;
    right: 0;
    opacity: 0.3;
    top: 0;
    background-color: #04a7e1;
    -webkit-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
    -moz-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
    -o-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
    transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
}

.entry:hover .magnifier, .entry:hover .magnifier1 {
    z-index: 1000;
    left: 5%;
    top: 5%;
    right: 5%;
    bottom: 5%;
    position: absolute;
    visibility: visible;
}

.magnifier a, .magnifier a {
    position: absolute;
    top: 50%;
    text-align: center;
    left: 0;
    right: 0;
    margin: -20px auto;
    font-size: 30px;
    color: #fff !important;
}


/************************************
WIDGETS
************************************/

.sidebar .widget {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eaeaea;
}

.sidebar .widget-title {
    font-weight: 600;
    color: #000000;
}

.sidebar .tags-widget li {
    margin-bottom: 10px;
}

.sidebar .widget .form-control {
    margin-bottom: 10px;
    border-radius: 0;
    border-color: #eaeaea;
    height: 45px;
    box-shadow: none;
    color: #b9b9b9;
}

.sidebar .newsletter-widget .form-control {
    min-width: 260px;
    margin-bottom: 0;
    height: 48px;
}

.sidebar .alignleft {
    float: right;
    margin-right: 20px;
}

.sidebar .mt-0 {
    font-size: 16px;
    padding: 0;
    margin-bottom: 5px;
    margin-top: 0;
}

.sidebar .media {
    display: block;
    margin-bottom: 30px;
}

    .sidebar .media:last-child {
        margin-bottom: 0;
    }


/************************************
BLOG
************************************/

.site-publisher img {
    float: right;
    margin: 0 20px 0 0;
    max-width: 60px;
}

.authorbox img {
    margin: 10px 30px 0 0;
    min-width: 130px;
}

.site-small-desc h4,
.site-publisher h4 {
    font-weight: 700;
    margin: 5px 0 15px;
    padding: 0;
}

.authorbox {
    background-color: #ffffff;
}

    .authorbox p {
        margin-top: 10px;
        color: #b9b9b9;
    }

    .authorbox small {
        text-transform: capitalize;
        font-style: normal;
        padding-right: 5px;
    }

.about-message small {
    text-transform: uppercase;
    letter-spacing: 2px;
}

.small-about-message .small-title {
    font-size: 24px;
    line-height: 24px;
    padding-bottom: 0;
    margin-bottom: 20px;
}

.user_name {
    font-size: 18px;
    font-weight: bold;
    padding: 0 0 5px;
}

.media-right,
.media > .pull-right {
    color: #999 !important;
    font-size: 11px;
    letter-spacing: 2px;
    padding-left: 10px;
    text-transform: uppercase;
}

.boxed-comment {
    border: 1px solid #eee;
    padding: 3rem;
    margin-top: 6rem;
    display: block;
}

.comments-list .media {
    padding: 15px;
    margin-bottom: 15px;
}

.media-body .btn-primary {
    padding: 5px 10px !important;
    font-size: 11px !important;
}

.last-child {
    margin-bottom: 0 !important;
}

.comments-list img {
    max-width: 80px;
    margin-right: 30px;
}

.authorbox-social li a {
    color: #999;
}

.authorbox-social ul {
    padding: 10px 0;
    margin-bottom: 0;
}

.authorbox {
    margin-bottom: 30px;
}

    .authorbox img {
        min-width: 130px;
        margin: 10px 30px 0 0 !important;
    }

.blog-list {
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.blog-meta .list-inline li span {
    font-style: italic;
    color: #999;
    text-transform: none;
    letter-spacing: 0;
    font-size: 14px;
    padding-right: 5px;
}

.blog-meta h3 {
    padding: 0;
    margin: 10px 0;
    font-size: 30px;
    font-weight: 700;
}

.blog-meta small,
.blog-meta .list-inline li,
.blog-meta .list-inline li a {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
}

.blog-meta .list-inline li {
    color: #b9b9b9;
    letter-spacing: 0;
}

.blog-media img {
    width: 100%;
}

.blog-media {
    display: block;
    margin: 25px 0;
}

.blog-desc-big .lead {
    color: #29469e;
    font-weight: 600;
}

.blog-desc-big .btn {
    margin-top: 15px;
}

.image-wrap img {
    width: 100%;
}

.image-wrap:after {
    content: "";
    width: 74px;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #111;
    right: 0;
}

.blog-box {
    background-color: #00afed;
    border-radius: 0px 0px 0 0;
    border: 1px solid #00afed1f;
}

    .blog-box .magnifier {
        border-radius: 6px 6px 0 0;
        top: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
    }

    .blog-box img {
        width: 100%;
        border-radius: 6px 6px 0 0;
    }

.post-meta {
    padding: 15px 30px 10px;
    margin-top: -5px;
    border-top: 1px solid #eaeaea;
    line-height: 1;
}

    .post-meta a {
        font-size: 13px;
        color: #878585;
    }

    .post-meta .list-inline > li {
        padding-left: 0;
        padding-right: 0;
        margin-right: 10px;
    }

    .post-meta li:last-child:after {
        content: ""
    }

.blog-desc {
    padding: 3rem 2rem;
    display: block;
    position: relative;
}

.blog-desc1 {
    padding: 5rem 2rem 3rem 2rem;
    display: block;
    position: relative;
    margin-bottom: 51px;
}

}

.blog-desc h4 a,
.blog-desc h4 {
    font-size: 18px;
    font-weight: 700;
    padding: 0 0 15px;
    margin: 0;
    color: #000000;
}

.blog-desc p {
    padding: 0;
    margin: 0;
}

.stat-count h3,
.stat-count h4 {
    color: #ffffff;
}

.stat-count h4 {
    font-size: 44px;
    line-height: 1;
    padding: 0;
    margin: 0;
}

.stat-count h3 {
    padding: 30px 0 25px;
    margin: 0;
    line-height: 1;
    font-size: 20px;
}

    .stat-count h3 i {
        padding-right: 10px;
        border-right: 1px solid #fff;
        margin-right: 10px;
    }

.stat-count p {
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-family: 'Droid Serif', sans-serif;
    font-style: italic;
}

.blog-grid .col-md-6,
.blog-grid .col-md-4 {
    margin-bottom: 30px
}


/******************************************
TESTIMONIAL
******************************************/

.testimonial {
    border: 1px solid white;
}

    .testimonial p {
        font-style: italic;
        margin-bottom: 0;
    }

        .testimonial p.testiname {
            font-style: normal;
            font-size: 18px;
            display: block;
            padding-bottom: 0;
            margin-left: 20px;
            margin-bottom: 20px;
            margin-top: 0px;
        }

            .testimonial p.testiname strong {
                font-weight: 600;
                letter-spacing: -0.6px;
            }

    .testimonial img {
        margin-right: 10px;
        max-width: 40px;
    }

    .testimonial:after {
        content: "\f10e";
        padding: 5px;
        font-family: FontAwesome;
        position: absolute;
        bottom: 0px;
        color: #f6f6f6;
        font-size: 21px;
        right: 10px;
    }

    .testimonial:before {
        content: "\f10d";
        padding: 5px;
        font-family: FontAwesome;
        position: absolute;
        top: 0;
        color: #f6f6f6;
        font-size: 21px;
        left: 10px;
    }

    .testimonial .rating {
        margin-top: 20px;
    }

.rating {
    display: block;
}

    .rating i {
        color: #f4af0b !important;
        margin-bottom: 0;
        padding-bottom: 0;
        line-height: 1;
        display: inline-block;
        font-size: 15px;
    }

.p120 {
    padding-bottom: 120px !important;
}

.section.lb {
    border-top: 1px solid #eee;
}

.tagline-message h3 {
    padding: 0;
    font-size: 34px;
    margin: 0;
    color: #ffffff;
    font-weight: bold;
}

.section.lb .tagline-message h3,
.section.gb .tagline-message h3 {
    color: #000;
}

.callout h3 {
    font-size: 33px;
    line-height: 50px;
    margin: 10px 0px 20px;
    color: darkblue;
    font-weight: 600;
}

.callout h4 {
    color: #ffffff;
}

.callout h3 sup {
    font-size: 34px;
    top: -0.2em;
    vertical-align: super;
}

.callout .lead {
    color: #ffffff;
    font-size: 29px;
    font-weight: bold;
    line-height: 36px;
    padding: 30px 8px 0;
}

.p40l {
    padding-left: 4rem;
}

/*.custom-module h1 {
    font-size: 28px;
    font-weight:600;
    margin: 0px 0 25px;
    padding: 0;
}*/

.custom-module mark {
    line-height: 1;
    color: #ffffff;
    padding: 0 10px;
}




/******************************************
SHOP
******************************************/

.shop-top {
    margin-bottom: 30px;
    padding: 20px 0;
    display: block;
}

    .shop-top p,
    .shop-box.course-details h4 {
        padding: 0;
        margin-bottom: 0;
    }

.shop-wrapper {
    border: 0;
}

    .shop-wrapper .course-details {
        padding: 2rem;
    }

    .shop-wrapper.course-box small {
        margin-bottom: 0;
        margin-top: 5px;
    }

.shop-grid .col-md-3 {
    margin-bottom: 30px;
}

.btn-group.open .dropdown-toggle,
.bootstrap-select > .dropdown-toggle {
    background: #ffffff none repeat scroll 0 0 !important;
    box-shadow: none !important;
    color: #b9b9b9 !important;
    padding: 0;
    border: 0 !important;
    outline: none;
    width: 100%;
    z-index: 1;
}

.shop-desc small {
    font-size: 20px;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

.shop-meta {
    display: block;
    position: relative;
    margin: 30px 0;
    padding: 30px 0;
    border-top: 3px solid #f6f6f6;
    border-bottom: 3px solid #f6f6f6;
}

    .shop-meta ul {
        margin-bottom: 0;
        padding-bottom: 0;
        margin-top: 20px;
    }

.shop-media .image-wrap::after {
    display: none;
}

.shop-extra {
    margin-top: 40px;
    padding: 60px 60px 40px;
    border: 3px solid #f6f6f6;
}

    .shop-extra .nav-tabs > li > a {
        background-color: #ffffff !important;
        border: 0 !important;
        border-bottom: 3px solid transparent !important;
        border-radius: 0;
        font-weight: 700;
        outline: none !important;
        font-size: 17px;
        line-height: 1.42857;
        padding: 10px 30px;
        box-shadow: none !important;
        margin-right: 15px;
    }

    .shop-extra .nav-tabs {
        border-bottom: 3px solid #f6f6f6 !important;
    }

        .shop-extra .nav-tabs > li:hover a,
        .shop-extra .nav-tabs > li.active a {
            border-bottom-color: #111 !important;
        }

    .shop-extra .tab-content {
        padding: 40px 0 30px;
    }

    .shop-extra strong {
        color: #000000;
    }

    .shop-extra .tab-content h3 {
        font-size: 20px;
        padding: 0 0 30px;
        margin: 0;
    }

    .shop-extra .form-control {
        margin-bottom: 20px;
    }

.related-products {
    display: block;
    margin-top: 80px;
}

    .related-products .text-widget h3 {
        font-size: 20px;
        padding-bottom: 10px;
    }


/******************************************
FOOTER
******************************************/

.section.footer {
    padding: 0px 0px 0px;
    background-position: center;
    background-size: cover;
    border-top: 1px solid #d6d6d6;
    box-shadow: 9px 5px 15px 3px #00000040;
    z-index: 1;
}

.social-links i {
    color: #aeaeae;
}

.contact-title {
    color: #05064d;
    font-size: 22px;
    padding: 10px 0;
    margin: 0;
    line-height: 1;
    font-weight: 600;
}

.second-set h3 {
    padding-top: 35px;
}

.small-title {
    color: #000;
    font-size: 20px;
    padding: 0 0 30px;
    margin: 0;
    line-height: 1;
}

.copyrights {
    background-color: #05064d;
    /* border-top: 1px solid #484747; */
    padding: 0px;
}


.foot {
    margin-bottom: 10px;
}

.logo {
    margin-top: 40px;
}

.copyrights li a {
    color: #29469e;
}

.copyrights ul {
    padding: 0 !important;
    margin: 15px 0 0 !important;
}

    .copyrights ul li {
        line-height: 1;
        font-size: 15px;
        margin: 0 0 0 8px !important;
    }

.cop-logo img {
    margin-top: 9px;
    opacity: 0.5;
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

    .cop-logo img:hover {
        opacity: 1;
        -webkit-filter: grayscale(0);
        /* Safari 6.0 - 9.0 */
        filter: grayscale(0);
    }

.newsletter-widget .form-control {
    border-radius: 0;
    font-size: 14px;
    box-shadow: none !important;
    height: 48px;
    background: transparent;
    border-bottom: 1px solid #ddd;
    min-width: 280px;
}

.newsletter-widget img {
    display: block;
    max-width: 280px;
    margin-top: 40px;
}

.newsletter-widget p {
    margin-bottom: 30px;
}

.newsletter-widget .btn {
    padding-left: 23px;
    padding-right: 23px;
}



.footer ul {
    list-style: none;
    padding: 0;
    padding-left: 5px;
}

.pad-0 {
    padding: 0px;
}

.pad-left-20 {
    padding-left: 20px;
}

.footer .list-widget li {
    margin: 0px !important;
    font-size: 14px;
}

/*.list-widget{
border-right: 0.5px solid whitesmoke;
}*/

.footer .tags-widget li {
    margin-bottom: 5px;
    margin-top: 5px;
}

.footer .form-control, .footer p, .footer a {
    color: #05064d;
    line-height: 2.2;
    font-weight: 400;
}

    .footer a:hover {
        color: deepskyblue;
    }


/*.read2:hover:after {
		width:100%;
		right: 0;
}
.read2:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 1px;
  right: 0;
  position: absolute;
  background: #2F74D0;
  transition: width 1s ease 0s, right 0.5s ease 0s;
  width: 0;
}
*/

.list-widget .inner-list li a {
    color: #3a3838;
    padding: 0px;
    font-size: 12px;
    font-weight: 400;
    line-height: 2;
}

    .list-widget .inner-list li a:hover {
        color: deepskyblue;
    }

.absolute-widget {
    border-top: 0 none;
    display: block;
    margin-top: -45%;
    padding: 6rem 4rem;
    position: relative;
    background: url(upload/formbg.jpg) no-repeat top center #161616;
}

    .absolute-widget .form-control {
        background-color: transparent;
        border: 0 solid rgba(0, 0, 0, 0.1);
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 0;
        font-size: 14px;
        height: 40px;
        padding-bottom: 15px;
        box-shadow: none !important;
        color: rgba(255, 255, 255, 0.6);
        margin-bottom: 15px;
    }

    .absolute-widget textarea.form-control {
        height: 100px;
    }

    .absolute-widget .form-control::-moz-placeholder {
        color: rgba(255, 255, 255, 0.3);
        opacity: 1;
    }

    .absolute-widget .form-control:-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.3);
    }

    .absolute-widget .form-control::-webkit-input-placeholder {
        color: rgba(255, 255, 255, 0.3);
    }


/******************************************
BUTTONS
******************************************/

.btn {
    border-radius: 0;
    font-size: 14px;
    /* border: 1px solid #fff;*/
    font-weight: 400;
    color: #ffffff;
    padding: 10px 14px;
    text-transform: capitalize;
    border-radius: 5px;
}

.btn1 {
    border-radius: 0;
    font-size: 14px;
    border: 1px solid #fff;
    font-weight: bold;
    color: deepskyblue !important;
    padding: 13px 40px;
    text-transform: capitalize;
}

    .btn1:hover {
        background-color: deepskyblue;
        color: white !important;
    }

.btn-transparent {
    color: #ffffff;
    border: 1px solid #fff;
}


/************************************
MICS
************************************/

.loader {
    display: block;
    margin: 20px auto 0;
    vertical-align: middle;
}

/*
#preloader {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 11000;
    position: fixed;
    display: block
}
*/

.preloader {
    position: absolute;
    margin: auto;
    left: 1%;
    right: 1%;
    top: 20%;
    width: 400px;
    height: auto;
    background: center center no-repeat none;
    background-size: auto;
}

.preloader1 {
    position: absolute;
    margin: auto;
    left: 1%;
    right: 1%;
    top: 44%;
    width: 300px;
    height: auto;
    background: center center no-repeat none;
    background-size: auto;
}


/******************************************
COLOR BLUE
******************************************/

.yamm .dropdown .dropdown-menu {
    background: linear-gradient(180deg, #2c57a7, #55aae3);
    border: none;
    width: 240px;
    min-width: fit-content;
    /* max-width: fit-content; */
    border-radius: 20px 0px 0px 0px;
}

.iconitem a.shopicon i {
    color: #01bacf !important;
}

.shop-desc small,
.shop-meta a,
.authorbox small,
blockquote:before,
blockquote:after,
.blog-meta small a,
.small-box i,
.footer .readmore,
.breadcrumb > li a,
.yamm h4,
.check li:before,
.stat-count h3,
.box i,
.topbar .text-left i {
    color: #166db4;
}

.blog-desc h4:hover a,
.post-meta li:after,
.course-box small,
.course-details h4:hover a,
.course-footer i,
a:hover,
a:focus,
.copyrights ul li:hover a,
.yamm-content li:hover a,
.yamm .hassubmenu li:hover a,
{
    color: lightblue;
}

.shop-extra .nav-tabs > li:hover a,
.shop-extra .nav-tabs > li.active a,
.modal .form-control,
.form-control:focus,
.btn-transparent {
    border-color: #04a7e1 !important;
}

.cb,
.box .event-desc small,
.pagination a,
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover,
.tags-widget a,
.owl-theme-01 .owl-nav [class*="owl-"]:hover,
.yamm .dropdown-menu li:hover .menu-button,
.yamm .dropdown-menu li .menu-button,
mark,
.bgcolor1,
.image-wrap:before,
.image-wrap:after,
.btn-primary {
    border-color: transparent;
    background-color: transparent;
    box-shadow: inset 0 0 0 0 transparent;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
    color: white;
}

.btn1-primary {
    /*border-color: #04a7e1;*/
    background-color: transparent;
    box-shadow: inset 0 0 0 0 transparent;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
    color: white;
}

.pagination a:hover,
.tags-widget a:hover,
.btn-primary:hover {
    color: white;
    /*box-shadow: inset 0 100px 0 0 #29469e;*/
    border-color: rgba(104, 104, 104, 0);
}

.btn1-primary:hover {
    color: white;
    box-shadow: inset 0 100px 0 0 #29469e;
    border-color: #29469e;
}

.yamm .dropdown .dropdown-menu {
    border-color: #1b4298;
}

/******************************************
COLOR GREEN
******************************************/

.menu-widget small,
.course-footer .pull-right a {
    color: #29469e;
}

.btn-default {
    border-color: deepskyblue;
    background-color: deepskyblue;
    box-shadow: inset 0 0 0 0 skyblue;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

    .btn-default:hover {
        box-shadow: inset 0 100px 0 0 #29469e;
        border-color: #29469e;
    }


/******************************************
RESPONSIVE
******************************************/
@media (min-width:991px) {
    .carousel-outer-wrapper {
        width: 60%;
        margin: 100px auto;
        box-shadow: 7px 8px 12px 2px #00000078;
    }
}

@media (max-width: 992px) {


    .box-video-mebf {
        position: relative;
        top: 165px;
        left: 14%;
        transform: translate(-50%, -50%);
        width: 650px;
        background: rgba(17, 24, 69, 0.65);
        box-sizing: border-box;
        overflow: hidden;
        box-shadow: 0 20px 50px rgba(23, 32, 90, 0.33);
        border: 2px solid rgba(0,0,0,0);
        color: white;
        padding: 20px;
    }

        .box-video-mebf .video-content {
            position: absolute;
            top: 15px;
            left: 15px;
            right: 15px;
            bottom: 15px;
            border: 1px solid #167ac600;
            padding: 0px;
            text-align: center;
            box-shadow: 0 5px 10px rgba(9,0,0,0.5);
        }

    .video-content iframe {
        width: 100%;
        height: 100%;
    }

    .box-video-mebf span {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        box-sizing: border-box;
    }

        .box-video-mebf span:nth-child(1) {
            transform: rotate(0deg);
        }



        .box-video-mebf span:nth-child(3) {
            transform: rotate(180deg);
        }



        .box-video-mebf span:before {
            content: '';
            position: absolute;
            width: 100%;
            height: 2px;
            background: #50dfdb;
            animation: animate 4s linear infinite;
        }

    @keyframes animate {
        0% {
            transform: scaleX(0);
            transform-origin: left;
        }

        50% {
            transform: scaleX(1);
            transform-origin: left;
        }

        50.1% {
            transform: scaleX(1);
            transform-origin: right;
        }

        100% {
            transform: scaleX(0);
            transform-origin: right;
        }
    }

    .box-video {
        position: relative;
        top: 136px;
        left: 47%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 300px;
        background: rgba(17, 24, 69, 0.65);
        box-sizing: border-box;
        overflow: hidden;
        box-shadow: 0 20px 50px rgba(23, 32, 90, 0.33);
        border: 2px solid rgba(0,0,0,0);
        color: white;
        padding: 20px;
    }

        .box-video .video-content {
            position: absolute;
            top: 15px;
            left: 15px;
            right: 15px;
            bottom: 15px;
            border: 1px solid #167ac600;
            padding: 0px;
            text-align: center;
            box-shadow: 0 5px 10px rgba(9,0,0,0.5);
        }

    .video-content iframe {
        width: 100%;
        height: 100%;
    }

    .box-video span {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        box-sizing: border-box;
    }

        .box-video span:nth-child(1) {
            transform: rotate(0deg);
        }



        .box-video span:nth-child(3) {
            transform: rotate(180deg);
        }



        .box-video span:before {
            content: '';
            position: absolute;
            width: 100%;
            height: 2px;
            background: #50dfdb;
            animation: animate 4s linear infinite;
        }

    @keyframes animate {
        0% {
            transform: scaleX(0);
            transform-origin: left;
        }

        50% {
            transform: scaleX(1);
            transform-origin: left;
        }

        50.1% {
            transform: scaleX(1);
            transform-origin: right;
        }

        100% {
            transform: scaleX(0);
            transform-origin: right;
        }
    }

    .custom-module p {
        padding-right: 35px;
        margin: 0;
    }




    .p120 {
        padding-bottom: 8rem !important;
    }

    .boxed {
        margin-top: 4rem;
    }

    .pad-20 {
        padding-bottom: 20px;
        text-align: center;
    }



    .services_text h1 {
        position: relative;
        top: -9px;
    }

    .outer-1 {
        width: 90.5%;
        height: 36px;
        border: 1px solid #999a9a99;
        background: transparent;
        position: absolute;
        top: 85.5%;
    }

    .trusted_content {
        margin-top: 50px;
    }

    label {
        position: absolute;
        top: 11px;
        left: 5px;
        float: right;
        color: #999;
        font-weight: 400;
        font-size: 14px;
        transform-origin: left;
        transition: all 0.3s ease;
    }

    input:focus ~ label {
        color: deepskyblue;
    }

    input:focus ~ label,
    input:valid ~ label {
        top: 0;
        transform: scale(0.6, 0.6);
    }

    input {
        font-size: 16px;
        width: 100%;
        /*border-bottom: 1px solid #1b4298 !important; */
        border: none;
        margin-top: 10px;
        /*background-color: rgba(0,0,0,0.1);*/
    }

        input:focus {
            outline: none;
        }

    .blog-box,
    .testimonial,
    .stat-count {
        margin: 30px 0;
    }

    .m30 {
        margin-top: 30px;
    }

    .absolute-widget {
        background-image: none;
    }

    .sidebar {
        margin-top: 30px;
    }

    .container {
        min-width: 100% !important;
    }

    .footer .widget {
        margin: 30px 0;
    }

    form1 {
        width: 75%;
        margin: 12px auto;
        position: absolute;
        top: 105px;
        left: 25px;
    }

    fieldset {
        position: relative;
        border: none;
    }

    .marq {
        margin-top: -148px;
        padding: 20px 60px 20px 0px;
        color: white !important;
    }

    .membr p {
        position: absolute;
        top: 30%;
        left: 24%;
        font-size: 20px;
        color: #215eab;
        font-weight: 600;
    }

    .logo-membr {
        position: absolute;
        top: 60px;
        left: 11px;
    }


    #main-slide .item {
        height: auto;
    }

        #main-slide .item img {
            width: 100%;
        }

        #main-slide .item .slider-content {
            z-index: 0;
            opacity: 0;
            -webkit-transition: opacity 500ms;
            -moz-transition: opacity 500ms;
            -o-transition: opacity 500ms;
            transition: opacity 500ms;
        }

        #main-slide .item.active .slider-content {
            z-index: 0;
            opacity: 1;
            -webkit-transition: opacity 100ms;
            -moz-transition: opacity 100ms;
            -o-transition: opacity 100ms;
            transition: opacity 100ms;
        }

    #main-slide .slider-content {
        top: 35%;
        margin-top: -60px;
        left: 0;
        padding: 0;
        text-align: center;
        position: absolute;
        width: 100%;
        height: 100%;
        color: #fff;
    }

    #main-slide .carousel-indicators {
        bottom: 142px;
    }

    .carousel-indicators li {
        width: 14px !important;
        height: 14px !important;
        border: 2px solid #fff !important;
        margin: 1px !important;
    }


    #main-slide .carousel-control.left,
    #main-slide .carousel-control.right {
        opacity: 1;
        filter: alpha(opacity=100);
        background-image: none;
        background-repeat: no-repeat;
        text-shadow: none;
    }

        #main-slide .carousel-control.left span {
            padding: 15px;
        }

        #main-slide .carousel-control.right span {
            padding: 15px;
        }

    #main-slide .carousel-control .fa-angle-left,
    #main-slide .carousel-control .fa-angle-right {
        position: absolute;
        top: 35%;
        z-index: 5;
        display: inline-block;
    }

    #main-slide .carousel-control .fa-angle-left {
        left: 0;
    }

    #main-slide .carousel-control .fa-angle-right {
        right: 0;
    }

    #main-slide .carousel-control i {
        background: rgba(0,0,0,.19);
        color: #fff;
        line-height: 36px;
        font-size: 32px;
        padding: 20px 10px;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
    }


    #main-slide .slider-content h1 {
        font-size: 50px;
        font-weight: bold;
        line-height: 50px;
        letter-spacing: 5px;
        margin-bottom: 55px;
        color: white;
        font-family: 'Helvetica', sans-serif;
        /*-webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: deepskyblue;*/
    }


        #main-slide .slider-content h1.white, #main-slide .slider-content h3.white {
            color: #fff;
        }

    #main-slide .slider-content p {
        font-size: 40px;
        font-weight: 500;
        line-height: 45px;
        letter-spacing: 1px;
        margin-bottom: 20px;
        color: white;
        /* -webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: white;
    position: relative;*/
        z-index: 0;
    }

    .slider-content strong {
        color: deepskyblue;
    }

    .slider.btn {
        padding: 10px 40px;
        font-size: 20px;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -o-border-radius: 2px;
        text-transform: uppercase;
        line-height: 28px;
        font-weight: 300;
        border: 0;
        -moz-transition: all 300ms ease;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    #main-slide .btn-primary:hover {
        background: transparent !important;
        border: 1px solid #29469e;
        border-radius: 10px;
    }

    .slider.btn.btn-default {
        margin-left: 4px;
        background: deepskyblue;
        color: #29469e;
    }

        .slider.btn.btn-default:hover {
            background-color: #000;
            color: #fff;
        }

    .slider-content-left {
        position: relative;
        margin: 0 0 0 40px;
    }

    .slider-content-right {
        position: relative;
    }

    label {
        position: absolute;
        top: 11px;
        left: 5px;
        float: right;
        color: #999;
        font-weight: 400;
        font-size: 14px;
        transform-origin: left;
        transition: all 0.3s ease;
    }

    input:focus ~ label {
        color: deepskyblue;
    }

    input:focus ~ label,
    input:valid ~ label {
        top: 0;
        transform: scale(0.6, 0.6);
    }

    input {
        font-size: 16px;
        width: 100%;
        /*border-bottom: 1px solid #1b4298 !important; */
        border: none;
        margin-top: 10px;
        /*background-color: rgba(0,0,0,0.1);*/
    }

        input:focus {
            outline: none;
        }
}

#ProgressBar {
    width: 100%;
    height: 30px;
    border: 0px solid black;
    border-radius: 7px;
    padding-top: 4px;
}

#Progress1 {
    width: 92%;
    background-color: #4A90E2;
    height: 25%;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    border-color: #4A90E2;
    animation-name: progressBar;
    animation-iteration-count: 2;
    animation-duration: 5s;
}

#Progress2 {
    width: 98%;
    background-color: #4A90E2;
    height: 30%;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    border-color: #4A90E2;
    animation-name: progressBar;
    animation-iteration-count: 2;
    animation-duration: 5s;
}

#Progress3 {
    width: 96%;
    background-color: #4A90E2;
    height: 25%;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    border-color: #4A90E2;
    animation-name: progressBar;
    animation-iteration-count: 2;
    animation-duration: 5s;
}

#Progress4 {
    width: 95%;
    background-color: #4A90E2;
    height: 25%;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    border-color: #4A90E2;
    animation-name: progressBar;
    animation-iteration-count: 2;
    animation-duration: 5s;
}


@keyframes progressBar {
    0% {
        width: 10%;
    }

    100% {
        width: 50%;
    }
}


.zoom {
    padding: 18px;
    transition: transform 1s; /* Animation */
    width: auto;
    height: auto;
    margin: 0 auto;
}

    .zoom:hover {
        transform: scale(1.43); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
        /*opacity: 0.7;*/
    }



.zoom1 {
    padding: 0px;
    transition: transform 1s; /* Animation */
    width: auto;
    height: auto;
    margin: 0 auto;
}

.zoom2 {
    padding: 0px;
    transition: transform 1s; /* Animation */
    width: auto;
    height: auto;
    margin: 0 auto;
}

.zoom1:hover {
    transform: scale(1.01); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.zoom2:hover {
    transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.clients {
    text-align: center;
    padding: 0;
    width: 100%;
}

.logo3 {
    width: 13%;
    display: inline-block;
    vertical-align: bottom;
    margin: 0px 5px 5px 5px;
}

li img {
    max-width: 96%;
    height: auto;
}


.buttons {
    box-shadow: 0px 5px 11px -2px rgba(0, 0, 0, 0.18), 0px 4px 12px -7px rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    display: block;
    width: 30px;
    height: 30px;
    margin: 18px 0px 0px 10px;
    position: relative;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
}

    .buttons:active,
    .buttons:focus,
    .buttons:hover {
        box-shadow: 0 0 4px rgba(0,0,0,.14), 0 4px 8px rgba(0,0,0,.28);
    }

    .buttons:not(:last-child) {
        width: 25px;
        height: 25px;
        margin: 15px auto 0;
        opacity: 0;
        -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
        transform: translateY(50px);
    }

.share {
    display: none;
    position: absolute;
    float: right;
    right: 0px;
    margin: 32% 0px 0px 0px;
    width: 3%;
}

    .share .buttons:not(:last-child) {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        /* margin: 19px 0px 19px 15px;*/
    }

.popup-btn {
    /* position: absolute!important; */
    top: 10px;
    left: 21%;
    transform: translate(-50%,-50%);
}

/* Unessential styling for sliding up buttons at differnt speeds */
/*.button:nth-last-child(1) {
  -webkit-transition-delay: 25ms;
          transition-delay: 25ms;
  background-image: url('images/if_contact_126567%20(1).png');
  background-size: contain;
}*/

.buttons:nth-last-child(1) {
    -webkit-transition-delay: 25ms;
    transition-delay: 25ms;
    background-image: url("/ar/images/contact1.svg");
    background-size: contain;
}

.buttons:not(:last-child):nth-last-child(2) {
    -webkit-transition-delay: 50ms;
    transition-delay: 20ms;
    background-image: url('images/Facebook-Flat.png');
    background-size: contain;
}

.buttons:not(:last-child):nth-last-child(3) {
    -webkit-transition-delay: 75ms;
    transition-delay: 40ms;
    background-image: url('images/Twitter-Flat.png');
    background-size: contain;
}

.buttons:not(:last-child):nth-last-child(4) {
    -webkit-transition-delay: 100ms;
    transition-delay: 60ms;
    background-image: url('images/linkedin.png');
    background-size: contain;
}
/*
.buttons:not(:last-child):nth-last-child(5) {
  -webkit-transition-delay: 100ms;
          transition-delay: 60ms;
  background-image: url('images/contact1.svg');
  background-size: contain;
}
*/



/* Show tooltip content on hover */

[tooltip]:before {
    bottom: 25%;
    font-family: arial;
    font-weight: 600;
    border-radius: 2px;
    background: #585858;
    color: #fff;
    content: attr(tooltip);
    font-size: 12px;
    visibility: hidden;
    opacity: 0;
    padding: 5px 7px;
    margin-right: 12px;
    position: absolute;
    right: 100%;
    white-space: nowrap;
}

[tooltip]:hover:before,
[tooltip]:hover:after {
    visibility: hidden;
    opacity: 1;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #28429c;
    background-color: transparent;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: deepskyblue;
    background-color: transparent;
}

.navbar-default .navbar-nav > li > .nav-active {
    color: deepskyblue !important;
    background-color: transparent;
    font-weight: bold !important;
}


#demo-1 {
    position: relative; /* can either be relative, absolute or fixed. If position is not set (i.e. static), it would be set to "relative" by script */
    overflow: hidden; /* to bound the empty top space created by inner element's top margin */
    width: 100%;
    min-height: 650px;
    background-color: #999;
}

#hexagon {
    width: auto;
    height: auto background: white;
    position: relative;
}

    #hexagon:before {
        content: "";
        position: absolute;
        top: -25px;
        left: 0;
        width: 0;
        height: 0;
        border-left: 50px solid transparent;
        border-right: 50px solid transparent;
        border-bottom: 25px solid deepskyblue;
    }

    #hexagon:after {
        content: "";
        position: absolute;
        bottom: -25px;
        left: 0;
        width: 0;
        height: 0;
        border-left: 50px solid transparent;
        border-right: 50px solid transparent;
        border-top: 25px solid deepskyblue;
    }



.variant-color2 {
    background: linear-gradient(270deg, #29469e,#00afed,#29469e);
    background-size: 400% 400%;
    -webkit-animation: Gradient 10s ease infinite;
    -moz-animation: Gradient 10s ease infinite;
    animation: Gradient 10s ease infinite;
}


@-webkit-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@keyframes Gradient {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

.variant-color4 {
    background: linear-gradient(120deg, green,#215eab,yellow);
    background-size: 400% 400%;
    -webkit-animation: Gradient 10s ease infinite;
    -moz-animation: Gradient 10s ease infinite;
    animation: Gradient 10s ease infinite;
}


@-webkit-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@keyframes Gradient {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}


.variant-color3 {
    /*background: linear-gradient(270deg, #01afeb,#00afed,#29469e);*/
    background-size: auto;
    -webkit-animation: Gradient 30s ease infinite;
    -moz-animation: Gradient 30s ease infinite;
    animation: Gradient 30s ease infinite;
}


@-webkit-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@keyframes Gradient {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}


.variant-color1 {
    background: linear-gradient(270deg, white,deepskyblue,white);
    background-size: 400% 400%;
    -webkit-animation: Gradient 30s ease infinite;
    -moz-animation: Gradient 30s ease infinite;
    animation: Gradient 30s ease infinite;
}


@-webkit-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@keyframes Gradient {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}


/*.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;

}*/

#triangle-topleft {
    width: 0;
    height: 0;
    border-top: 100px solid deepskyblue;
    border-right: 100px solid transparent;
}

#triangle-bottomright {
    width: 0;
    height: 0;
    border-bottom: 100px solid deepskyblue;
    border-left: 100px solid transparent;
    float: right;
}

#triangle-bottomleft {
    width: 0;
    height: 0;
    border-bottom: 100px solid deepskyblue;
    border-right: 100px solid transparent;
}


#triangle-topright {
    width: 0;
    height: 0;
    float: right;
    border-top: 100px solid deepskyblue;
    border-left: 100px solid transparent;
}

.border {
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    margin: 0 45%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.welcome-section:hover .border {
    margin: 0 30%;
    border-bottom: 1px solid deepskyblue;
}

.welcome-section:hover h4 {
    color: deepskyblue;
}

.feature-2 .border {
    margin-top: 20px;
    margin-left: 49.999%;
    margin-right: 49.999%;
    border-color: #fff;
}

.feature-2:hover .border {
    margin-left: 0%;
    margin-right: 0%;
}

.feature-3:hover .border {
    margin: 0 35%;
}

.bgc {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.con {
    width: 17em;
    height: 21em;
    margin: 1em auto;
    overflow: hidden;
    background: white;
    position: relative;
    box-sizing: border-box;
}


/*
.marquee {
    top: 8em;
    position: relative;
    box-sizing: border-box;
    animation: marquee 15s linear infinite;
}

.marquee:hover {
    animation-play-state: paused;
}
*/

/* Make it move! */
/*
@keyframes marquee {
    0%   { top:   8em }
    100% { top: -11em }
}

*/


.holder {
    background-color: white;
    width: 265px;
    height: 350px;
    overflow: hidden;
    padding: 10px;
    font-family: Helvetica;
}

    .holder .mask {
        position: relative;
        left: 0px;
        top: 10px;
        width: 265px;
        height: 350px;
        overflow: hidden;
    }

    .holder ul {
        list-style: none;
        margin: 0;
        padding: 0;
        position: relative;
    }

        .holder ul li {
            padding: 10px 0px;
        }

            .holder ul li a {
                color: midnightblue;
                text-decoration: none;
            }






@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}

img {
    vertical-align: bottom;
    width: 100%;
}

.fa-caret-down {
    float: left;
    padding-left: 8px;
}

.dropdown-container {
    display: none;
    background-color: whitesmoke;
    padding-left: 8px;
}

.carousel .item.active .animated1 {
    -webkit-animation: lightSpeedIn 1s ease-in 800ms both;
    animation: lightSpeedIn 1s ease-in 800ms both;
}

.carousel .item.active .animated2 {
    -webkit-animation: bounceIn 1s ease-in 800ms both;
    animation: bounceIn 1s ease-in 800ms both;
}

.carousel .item.active .animated3 {
    -webkit-animation: flipInX 2s ease-in-out 800ms both;
    animation: flipInX 2s ease-in-out 800ms both;
}





.bx {
    /*border-radius: 15px;*/
}

.tex i {
    font-size: 65px;
    color: steelblue;
}

    .tex i:hover {
        color: deepskyblue;
        font-size: 70px;
    }

.read a:focus, .read a:hover {
    color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: deepskyblue;
    font-size: 18px;
}

.read1 a:focus, .read1 a:hover {
    color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: deepskyblue;
    font-size: 18px;
}



.bd {
    /*border: 1px solid deepskyblue;*/
    /* border-radius: 30px 0px 0px 30px;*/
    /*  padding: 0px 15px 0px 0px !important;*/
    /* background-color: deepskyblue;*/
    padding-right: 0px !important;
}
/*.mn1:hover{
    position: absolute;
    top:0%;
    bottom:0%;
    left: 0%;
    right: 0%;
-webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    -ms-transition:all .3s ease;
    -o-transition:all .3s ease;
   transition:all .3s ease;

}*/
/*.grow { transition: all .2s ease-in-out; }
.grow:hover { transform: scale(1.1); }*/


.mn1 {
    /*-webkit-transition:0.6s ease;
    transition:0.6s ease;*/
    width: 90%
}

.bd:hover .mn1 {
    width: 95%;
    /*transform: scale(1.1);*/
}

/*
.mn1:hover{
    transform: scale3D(1.1, 1.1,0.7);
}
.mn1{
max-width: 100%;
    transition: all 500ms linear 0s;
}
*/

.bd1 {
    /*border:1px solid deepskyblue;*/
    /* border-radius: 0px 0px 0px 0px;
    padding: 0px 05px 0px 05px !important;*/
    /* background-color: deepskyblue;*/
    padding-right: 0px !important;
}

.bd2 {
    /*border:1px solid deepskyblue;*/
    /*border-radius: 0px 30px 30px 0px;*/
    /* padding:0px 0px 0px 10px !important;*/
    /*background-color:deepskyblue;*/
    padding-right: 0px !important;
}

.sec-img {
    /*width: 100%;*/
    height: auto;
}

.welcome-section {
    margin-right: -5px;
    text-align: justify;
    background-color: white;
    padding: 10px !important;
}

    .welcome-section:hover {
        color: white;
        background-color: #126cb0;
    }

    .welcome-section .read a i:hover {
        color: white !important;
    }

    .welcome-section h4 {
        text-align: center !important;
    }

.brd {
    /*border-radius: 0px 0px 60px 60px;*/
}


.date {
    border: 1px solid white;
    background-color: white;
    position: absolute;
    top: 0px;
    left: 0px;
    float: left;
    color: midnightblue;
    display: block;
    font-size: 18px;
}

    .date span {
        padding: 3px;
        text-align: center;
    }




/*
.thumb{
-webkit-filter: grayscale(100%);  Safari 6.0 - 9.0
    filter: grayscale(100%);
}
*/


.b1 {
    color: midnightblue !important;
}

    .b1:active {
        background-color: white !important;
        color: white;
        border: 1px solid midnightblue;
    }

.bx {
    text-align: justify;
}

    .bx p {
        color: white;
        font-size: 16px;
    }

.bx1 {
    text-align: center;
    color: white;
    border-radius: 10px;
}

.bx h4 {
    color: white;
    font-size: 24px;
}

.bb {
    border: 1px solid deepskyblue;
    margin-left: 10px;
}

.padb {
    padding-bottom: 45px;
}

.box .f1 {
    padding-left: 41px;
    color: midnightblue;
}

.box .f2 {
    padding-left: 41px;
    color: midnightblue;
}

.box .f3 {
    padding-left: 41px;
    color: midnightblue;
}

    .box .f3:hover {
        color: green;
    }

.box .f1:hover {
    color: red;
}

.box .f2:hover {
    color: orange;
}

.read i {
    font-size: 20px;
    color: midnightblue;
}

.owl-prev {
    background-color: lightgray !important;
    color: white !important;
}

    .owl-prev:hover {
        background-color: deepskyblue !important;
    }

.owl-next {
    background-color: lightgray !important;
    color: white !important;
}

    .owl-next:hover {
        background-color: deepskyblue !important;
    }

/*.owl-item{
margin-right: 10px;
}*/
.rg {
    position: absolute;
    top: 65%;
    left: 2%;
}

.vs {
    position: absolute;
    top: 65%;
    right: -31%;
}

.navigation {
    width: auto;
}




#contactform {
    width: 365px;
    top: 60px;
    right: -365px;
    height: 375px;
    margin: 83px 0;
    position: absolute;
    box-shadow: 0 0 12px 0 lightblue;
}

    #contactform label {
        color: white;
    }

#contact-button {
    width: 9%;
    padding: 10px 0px 0px 10px;
    cursor: pointer;
    margin-left: -33px;
    margin-top: 45px;
    font-size: 23px;
    color: black;
    position: absolute;
}

#contactform, #contact-button {
    background-color: white;
    border-radius: 0px;
    border: 1px solid deepskyblue;
    /*border-left: none;*/
    color: midnightblue;
}

.rotated-text {
    display: inline-block;
    white-space: nowrap;
    /* this is for shity "non IE" browsers
       that dosn't support writing-mode */
    -webkit-transform: translate(1.1em,0) rotate(90deg);
    -moz-transform: translate(1.1em,0) rotate(90deg);
    -o-transform: translate(1.1em,0) rotate(90deg);
    transform: translate(1.1em,0) rotate(90deg);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    */
    /* IE9+ */
    -ms-transform: none;
    -ms-transform-origin: none;
    /* IE8+ */
    -ms-writing-mode: tb-rl;
    /* IE7 and below */
    *writing-mode: tb-rl;
}

    .rotated-text:before {
        content: "";
        float: right;
        margin-top: 100%;
    }

form {
    width: 100%;
    padding: 0px;
}


    form input {
        display: block;
        border: none;
        width: 325px;
        height: 30px;
        margin: 5px 5px;
    }

    form textarea {
        width: 325px;
        margin: 5px 5px;
        height: 120px;
    }

    form textarea, form input {
        border: 1px solid deepskyblue;
        border-radius: 5px;
        background: #f2f2f2;
    }

.ln-color a {
    color: white;
}

    .ln-color a:hover {
        font-size: 18px;
    }

.shadow {
    /* border: 1px solid; */
    padding: 0px;
    box-shadow: -14px 14px 0px 2px #215eab;
    transition: 0.5s;
    padding-right: 30px !important;
}



.custom-module h1 i {
    font-size: 23px;
}


.consultant_area:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    /* background: rgba(4, 65, 146, 0.902);*/
    background-color: white;
    display: inline-block;
    height: 150px;
    width: 100%;
    z-index: -1;
}

.consultant_area .request_consulting {
    padding-left: 15px;
    background: #fff;
    height: 484px;
    position: relative;
    top: -4em;
}

.consultant_area .project_sucessfull .project_items {
    /*  border-radius: 45px;*/
    margin-bottom: 30px;
    /* padding: 40px 30px;*/
    background-color: white;
    color: #2d2d2d;
    text-align: center;
    max-width: 237px;
}

.project_items h4 {
    color: #878585;
    font-size: 20px;
    /* font-weight: 600;*/
}

.border-right {
    border-right: 1px solid #878585aaa3;
}

.project_items h1 {
    color: #215eab;
    font-size: 30px;
}

.project_items i {
    font-size: 30px;
    color: #878585;
}

.consultant_area .project_sucessfull .project_items.pi_2 {
    background: #878585;
    color: #fff !important;
}

.consultant_area .project_sucessfull .project_items.pi_3 {
    box-shadow: 0px 0px 14px 0px rgba(212, 212, 212, 0.75);
}

.consultant_from {
    background: #fff;
    border: 1px solid #e6e6e6;
    padding: 75px 50px;
}

    .consultant_from .form-group .theme_btn {
        min-width: 285px;
        box-shadow: none;
        outline: none;
        margin-top: 15px;
        border: 0;
        line-height: 55px;
    }

    .consultant_from .form-group .form-control {
        box-shadow: none;
        outline: none;
        border: 1px solid #e6e6e6;
        font: 400 16px/54px "Source Sans Pro", sans-serif;
        color: #b5b5b5;
        background-color: transparent;
        border-radius: 10px;
        height: auto;
        padding: 0 30px;
        resize: none;
    }

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 20px 9px;
    margin: 10px 5px;
    font-size: 14px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4dae8 !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
    /* border: none;*/
    border-radius: 0px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

form textarea, form input {
    border: 1px solid deepskyblue;
    border-radius: 5px;
    background: #f2f2f2;
}

form input {
    display: block;
    border: none;
    width: 82%;
    height: 30px;
    margin: 5px 5px;
}

form .sub {
    display: block;
    border: none;
    width: 25%;
    height: 30px;
    margin: 5px;
}

.consultant_area {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding: 10px;
}

.our-content h1 {
    font-size: 18px;
    text-align: center;
}

.our-content p {
    font-size: 16px;
    text-align: justify;
}

.service_content p {
    font-size: 16px;
}

.services_area .services_items .service_img img {
    max-width: 100%;
    transition: all 500ms linear 0s;
}

.services_area .services_items .service_img {
    display: block;
    overflow: hidden;
    cursor: pointer;
}

.services_area .services_items:hover .service_img img, .services_area .services_items:focus .service_img img {
    transform: scale3D(1.2, 1.2, 1);
}

.services_area .services_items:hover .service_content, .services_area .services_items:focus .service_content {
    background: #215eab;
    color: white;
}

.service_content {
    padding: 20px;
}

    .service_content .btn-primary {
        float: right;
    }

    .service_content .topic {
        padding: 10px 70px;
        color: deepskyblue;
        font-size: 18px;
        font-weight: 500;
    }

    .service_content p {
        font-size: 16px;
    }

.read2 a i {
    font-size: 14px;
    color: white;
}

.read2 .btn-primary {
    color: #215eab;
}

.trusted_area {
    display: block;
    overflow: hidden;
    padding: 25px 0 80px;
    background-color: white;
}

    .trusted_area .trusted_content h1 {
        font: 700 45px/52px;
        color: #215eab;
    }

    .trusted_area .trusted_content .fast_p {
        padding: 8px 0 25px;
        text-align: justify;
        /* line-height: 1.5; */
    }

trusted_area .trusted_content .theme_btn {
    min-width: 200px;
    line-height: 50px;
    margin-top: 60px;
}

.theme_btn {
    color: white;
    background: deepskyblue;
    text-align: center !important;
    font-size: 15px;
    padding: 8px 16px;
    position: relative;
    top: 22px;
    overflow: hidden;
    border-radius: 7px;
    border: 1px solid #00000000;
    z-index: 1;
    margin: 8px 3px;
}



.causes_area {
    display: block;
    overflow: hidden;
    padding: 40px 0px;
}

.tittle h1 {
    font: 700 45px/55px;
    color: #215eab;
    padding-bottom: 40px;
}

.tittle p {
    font: 400 18px/30px;
    color: #171717d6;
    /* display: inline-block;*/
    /*max-width: 920px;*/
    text-align: center;
    margin: 0px 0 -16px;
}

.tittle .theme_btn {
    float: right;
    min-width: 188px;
    background: #04a7e1;
    margin-top: 8px;
    line-height: 50px;
}

.theme_btn:hover, .theme_btn:focus, .theme_btn.active {
    color: white;
}


.causes_area .causes:hover .causes_hover, .causes_area .causes:focus .causes_hover {
    transform: scaleX(1);
}

.causes_area .causes .causes_hover {
    position: absolute;
    left: 14px;
    top: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    color: #fff;
    background-color: rgba(33, 94, 171, 0.8509803921568627);
    font: 600 22px/1;
    padding-top: 120px;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    text-decoration: none;
    width: 70%;
}

.causes_area .tittle {
    padding-bottom: 25px;
}

.tittle {
    display: block;
    overflow: hidden;
}

.box1 img {
    width: 100%;
}

.board .image-1 {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 2%;
    border: none;
    -webkit-box-shadow: 1px 1px 16px 0px rgba(0,0,0,0.51);
    -moz-box-shadow: 1px 1px 16px 0px rgba(0,0,0,0.51);
    box-shadow: 1px 1px 16px 0px rgba(0,0,0,0.51);
}



.head-topic {
    margin: 5px 0px;
    color: rgb(41, 69, 157) !important;
    font-size: 35px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: right;
    text-shadow: 1px 1px 1px #ccc;
}

span.blue-colr-sub.head {
    color: #29459c;
    font-weight: 600;
}

.latest-topic span.blue-colr-sub {
    color: white !important;
}

.publication-section span.blue-colr-sub.head {
    color: #ffffff;
    font-weight: 600;
}


.login .outer1:hover {
    background: deepskyblue;
    color: #1b4298;
}

.login .outer-1:hover {
    border: 1px solid #1b4298;
    color: #1b4298;
}

.login h1:hover {
    font-weight: 600;
    color: #1b4298;
}

marquee a {
    padding-right: 60px;
}

.map {
    padding-left: 65px;
}

.agileinfo-icons ul li {
    display: inline-block;
    margin-right: 1em;
    font-size: 1.5em;
    float: right;
    padding: 10px;
}

    .agileinfo-icons ul li a:hover {
        color: deepskyblue;
    }


.contact-right-w3l input[type="text"], .contact-right-w3l input[type="email"] {
    width: 48.6%;
}

.contact-right-w3l ::-webkit-input-placeholder {
    color: #fff;
}

.contact-right-w3l:-moz-placeholder { /* Firefox 18- */
    color: #fff;
}

.contact-right-w3l ::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
}

.contact-main :-ms-input-placeholder {
    color: #fff;
}

.contact-right-w3l input[type="text"], .contact-right-w3l input[type="email"] {
    font-size: 1em;
    border-bottom: 1px solid rgba(5, 6, 77, 0.35);
    border-radius: 0px;
    background: transparent;
    outline: none;
    padding: 0.5em;
    width: 81%;
    margin-bottom: 1em;
    color: #05064d;
}

    .contact-right-w3l input[type="text"]:nth-child(1), .contact-right-w3l input[type="email"] {
        margin-right: 2%;
    }

.contact-right-w3l textarea {
    width: 81%;
    padding: 0.5em;
    outline: none;
    resize: none;
    height: 100px;
    border: none;
    font-size: 1em;
    background: rgba(210, 210, 210, 0.3);
    color: white;
}

.contact-right-w3l input[type="submit"]:hover {
    background: #215eab;
    color: #fff;
    border: 1px solid #686868;
}

.contact-right-w3l input[type="submit"] {
    background: #29469d;
    color: #fff;
    padding: 0em 1em;
    margin-top: 1.3em;
    border: 1px solid #29469d;
    outline: none;
    font-size: 16px;
}

:placeholder {
    color: #05064d;
}


.pages_banner {
    display: block;
    overflow: hidden;
    background: url(images/background-1.png)no-repeat center;
    background-size: cover;
    padding: 100px 0px;
    position: relative;
    z-index: 1;
    margin-top: 0px;
    text-align: right;
    min-height: 389px;
    background-color: whitesmoke;
}

.pages_banner-inner {
    display: block;
    overflow: hidden;
    background-color: whitesmoke;
    background-image: url(images/background-1.png);
    background-size: cover;
    padding: 100px 0px;
    position: relative;
    z-index: 1;
    margin-top: 0px;
    text-align: right;
}

.pages_banner1 {
    display: block;
    overflow: hidden;
    background: url(images/back/11.jpg) no-repeat center;
    background-size: cover;
    padding: 133px 0px;
    position: relative;
    z-index: 1;
    margin-top: 0px;
    text-align: right;
}

.pages_banner h1 {
    text-align: right;
    display: inline-block;
    /* background-color: rgba(0, 0, 0, 0.2); */
    font-size: 30px;
    font-weight: 500;
    color: #1b4298;
    padding: 10px 300px 0px 0px;
    position: relative;
    top: 30px;
}

.pages_banner-inner h1 {
    text-align: right;
    display: inline-block;
    /*  background-color: rgba(0, 0, 0, 0.2);*/
    font-size: 39px;
    font-weight: 500;
    color: #1b4298;
    padding: 10px 400px 10px 0px;
    position: relative;
    top: 30px;
}

.over {
    position: absolute;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5); /* Black see-through */
    color: #f1f1f1;
    width: 100%;
    transition: .5s ease;
    opacity: 0;
    color: white;
    font-size: 20px;
    padding: 20px;
    text-align: center;
}

.pages_banner1 h1 {
    text-align: right;
    display: inline-block;
    /* background-color: rgba(0, 0, 0, 0.2);*/
    font-size: 55px;
    font-weight: 500;
    color: #fff;
    padding: 25px 0px;
    position: relative;
    top: 45px;
}

. /*pages_banner:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    background: rgba(0, 20, 46, 0.659);
    z-index: -1;
}*/
.pages_banner-inner:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    /* background: rgba(0, 20, 46, 0.659);*/
    z-index: -1;
    border-bottom: 1px solid #29469e24;
}

.pages_banner1:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    /* background: rgba(0, 20, 46, 0.659);*/
    z-index: -1;
}

.services_trades_area {
    display: block;
    overflow: hidden;
    padding: 20px 0 90px;
    background-color: white;
    position: relative;
    z-index: 1;
}

    .services_trades_area .trades:hover, .services_trades_area .trades:focus {
        /*background: #215eab;*/
        box-shadow: 0 0 21px rgba(33,33,33,.5);
    }


    .services_trades_area .trades {
        box-shadow: 0px 0px 14px 0px rgba(219, 219, 219, 0.75);
        text-align: center;
        padding: 20px;
        margin-bottom: 30px;
        transition: all 300ms linear 0s;
        height: 250px;
        width: 250px;
    }

.pages_banner .title3 {
    background-color: transparent;
    margin-top: 30px;
    /* padding: 125px 0 30px; */
    /* border-radius: 0; */
    /* position: absolute; */
    /* bottom: 0px; */
    float: right;
    /* left: 67px; */
    z-index: 1;
}

.pages_banner-inner .title3 {
    background-color: transparent;
    margin-top: 30px;
    /* padding: 125px 0 30px; */
    /* border-radius: 0; */
    /* position: absolute; */
    /* bottom: 0px; */
    float: right;
    /* left: 67px; */
    z-index: 1;
}

.pages_banner1 .title3 {
    background-color: transparent;
    margin: 0;
    padding: 125px 0 30px;
    border-radius: 0;
    position: absolute;
    bottom: 0px;
    float: right;
    left: 67px;
    z-index: 1;
}

.title3 {
    display: -ms-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0px 1rem;
    margin-top: 0px;
    margin-bottom: 1rem;
    list-style: none;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 0;
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    /* color: white; */
}

    .title3 a .active {
        color: deepskyblue;
    }
    /*.title3 a{
color: #1b4298;
	padding-right: 15px;
	font-size: 16px;
}*/
    .title3 a {
        color: rgba(255, 255, 255, 0.8);
        padding-left: 0px;
        font-size: 14px;
    }

        .title3 a:hover {
            color: white;
        }



        .title3 a i {
            font-size: 10px;
            font-weight: 600;
        }

.trades a {
    color: #2954a2;
    background-color: rgba(255, 255, 255, 0.49);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0px;
    padding-bottom: 0px;
    position: absolute;
    text-align: center;
    z-index: 1;
    top: 6px;
    left: 20px;
}

.trades p {
    color: #2954a2;
    /*color: deepskyblue;*/
    font-size: 15px;
    padding: 10px 0px;
}

    .trades p:hover {
        color: deepskyblue;
    }



svg {
    position: absolute;
    left: 0px;
    bottom: 0;
    width: 100%;
    height: 10vw;
    /* set height to pixels if you want angle to change with screen width */
}

.trades i {
    font-size: 22px;
}

.business_services_area .business_services .business_img:after {
    content: "";
    position: absolute;
    left: 0;
    right: 697px;
    top: 160px;
    bottom: 0;
    background: #215eab;
    z-index: -1;
}

.business_services_area .business_services .business_img img {
    max-width: 40%;
}

@media (max-width: 1500px) .business_services_area .business_services .business_img .business_video a {
    right: -65px;
}

.business_services_area .business_services .business_img .business_video a {
    width: 112px;
    height: 111px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    right: 683px;
    bottom: 220px;
    box-shadow: 0px 0px 20px 0px rgba(189, 189, 189, 0.75);
    transition: all 300ms linear 0s;
    color: #04a7e1;
    font-size: 72px;
}
/*.  {
    padding-top:58px;
}*/
.business_services_area {
    display: block;
    overflow: hidden;
    background-color: white;
    min-height: 450px;
    padding-top: 20px;
    position: relative;
}

    .business_services_area .business_services .business_img {
        padding-left: 30px;
        padding-bottom: 40px;
        position: relative;
        z-index: 1;
    }

    .business_services_area .services_offered {
        width: 100%;
        float: none;
        padding-top: 50px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .business_services_area .services_offered {
        width: 75%;
        display: inline-block;
        float: right;
        text-align: justify;
        padding-left: 10px;
    }

.ta_3 {
    padding: 100px 0 80px;
}

.trusted_area {
    display: block;
    overflow: hidden;
    padding: 10px 0 30px;
}

    .trusted_area .consultancy {
        /* background: #215eab; */
        border-radius: 4px;
        border-radius: 26px;
        max-width: 427px;
        float: right;
        text-align: center;
        padding: 12px 30px 40px;
        color: #fff;
        /* box-shadow: 1px 4px 18px 3px rgba(51, 51, 51, 0.4588235294117647); */
    }

.services_details_area .left_sidebar .target li a {
    display: block;
    font: 600 18px/50px;
    color: #131212;
    border-bottom: 1px solid #e2e2e3;
    margin-bottom: 20px;
    padding: 30px;
    position: relative;
    list-style-type: none;
}

.services_details_area .left_sidebar .key {
    background-image: -moz-linear-gradient(-115deg, #215eab 0%, #c3804a 100%);
    background-image: -webkit-linear-gradient(-115deg, #215eab 0%, #c3804a 100%);
    background-image: -ms-linear-gradient(-115deg, #215eab 0%, #c3804a 100%);
    padding: 40px;
    margin: 50px 0;
    padding-right: 50px;
}

.services_details_area .left_sidebar .download li a {
    font-size: 16px;
    list-style-type: none;
}

.services_details_area .left_sidebar .widget ul {
    list-style-type: none;
    padding-right: 10px;
}

.services_details_area .left_sidebar .widget li a:hover {
    background-color: white;
    color: #215eab;
    padding-right: 20px;
    -webkit-box-shadow: 10px 4px 4px 1px rgba(153,153,153,0.2);
    -moz-box-shadow: 10px 4px 4px 1px rgba(153,153,153,0.2);
    box-shadow: 10px 4px 4px 1px rgba(153,153,153,0.2);
    transition: 0.3s ease;
}

.services_details_area .left_sidebar .widget li a.active {
    background: linear-gradient(180deg, #29469e, rgba(4,180,246,1));
    color: #ffffff;
    padding-left: 25px;
    text-decoration: none;
    box-shadow: 10px 4px 4px 1px rgba(153,153,153,0.2);
    text-transform: uppercase;
    transition: 0.3s ease;
}

.services_details_area .left_sidebar .target li a {
    display: block;
    font: 600 18px/50px;
    color: #141414;
    border-bottom: 1px solid #e2e2e3;
    margin-bottom: 5px;
    padding: 15px;
    position: relative;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    text-align: right;
    transition: 0.3s ease;
}

    .services_details_area .left_sidebar .target li a i {
        font-size: 8px;
        color: lightgrey;
        margin-left: 10px;
    }
/*.services_details_area .left_sidebar .quick_contact_widget:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(4, 65, 146, 0.8);
    z-index: -1;
}*/
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #215eab;
    border-color: #215eab;
}

/*.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 250px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
	 background-image: url(/en/images/overlay/back-overlay-1.svg);

	background-repeat: repeat-x;
	background-size: cover;
    background-color: rgb(33, 94, 171)!important;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
  
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}*/
.widget p {
    /* padding-left: 45px; */
    font-size: 20px;
    margin-bottom: 0px;
    color: #141414;
    text-align: right;
}

hr {
    margin-top: 10px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #337ab7;
}

.services_text p {
    font-size: 16px;
    /* color: black; */
    font-weight: 500;
}

.services_details_area .left_sidebar .quick_contact_widget {
    background-color: #215eab;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 38px;
    padding-right: 45px;
    margin-top: 20px;
    color: white;
    width: 90%;
    left: 37px;
}

.navbar-brand img, .navbar-brand img::before {
    width: 145px;
    height: auto;
    padding: 10px 8px;
    position: relative;
    top: -29px;
    margin-left: 3px;
    /* content: url(images/ubf-white.png); */
    background: white;
    transition: 0.5s ease;
    border-radius: 0px 20px;
}


.navbar-brand1 img, .navbar-brand1 img::before {
    width: 154px;
    height: auto;
    padding: 10px 10px;
    position: relative;
    top: 0px;
    /* content: url(images/ubf-logo.png); */
    /* content: url(images/ubf-white.png);*/
    transition: 0.5s ease;
}


.pd10 {
    padding-right: 10px;
    padding-left: 10px;
}





/*.brdr{
border: 1px solid #1b4298;
}*/
.after {
    width: 100%;
    height: 2px;
    background: linear-gradient(to right,deepskyblue 50%, transparent 50%);
    background-color: #ddd;
    background-size: 200% 100%;
    background-position: 100% 0;
    transition: all 0.6s ease;
}

input:focus ~ .after {
    background-position: 0 0;
}



button:active,
button:focus,
button:hover {
    outline: none;
    background-position: 0 0;
    color: deepskyblue;
}

.linear-wipe {
    text-align: center;
    background: linear-gradient(to right, #FFF 20%, #FF0 40%, #FF0 60%, #FFF 80%);
    background-size: 200% auto;
    color: #000;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: readmore 1s linear infinite;

    @keyframes readmore {
        to {
            background-position: 200% center;
        }
    }
}

.theme_btn-1 {
    color: #1b4298;
    background: lightgrey;
    text-align: center !important;
    font: 400 16px/50px "Helvetica", sans-serif;
    display: inline-block;
    padding: 0 20px;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    z-index: 1;
}

.mr20 {
    margin-top: 10px;
}

.carousel-control {
    position: absolute;
    top: 80%;
    bottom: 0;
    left: 2%;
    width: 2%;
    z-index: 20;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=50);
    opacity: .5;
}

    .carousel-control.left {
        left: 4%;
    }

    .carousel-control.right {
        right: 5% !important;
    }

.mrl20 {
    margin-right: 195px;
    position: relative;
    top: -12px;
}

.mrl20-1 {
    margin-right: 70px;
    position: relative;
    top: -55px;
}
/*
.pad-lft{
float: right;
	padding-left: 57px;


}
*/



.follow span {
    padding-right: 20px;
}

    .follow span i {
        font-size: 20px;
    }

        .follow span i:hover {
            color: deepskyblue;
            font-size: 21px;
        }

.inner-txt p {
    font-size: 16px;
}

#popUpWindow {
    //background: lightblue;
}













.modal-login {
    color: #636363;
    width: 350px;
}

    .modal-login .modal-content {
        padding: 20px;
        border-radius: 5px;
        border: none;
    }

    .modal-login .modal-header {
        border-bottom: none;
        position: relative;
        justify-content: center;
    }

    .modal-login h4 {
        text-align: center;
        font-size: 30px;
        margin: 13px 0 0px;
        color: white;
    }

    .modal-login .form-control:focus {
        border-color: #70c5c0;
    }

    .modal-login .form-control, .modal-login .btn {
        min-height: 40px;
        border-radius: 3px;
    }

    .modal-login .close {
        position: absolute;
        top: -100px;
        right: -5px;
    }

    .modal-login .modal-footer {
        background: #ecf0f1;
        border-color: #dee4e7;
        text-align: center;
        justify-content: center;
        margin: 0 -20px -20px;
        border-radius: 5px;
        font-size: 13px;
    }

        .modal-login .modal-footer a {
            color: #999;
        }

    .modal-login .avatar {
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: -96px;
        width: 95px;
        height: 95px;
        border-radius: 50%;
        z-index: 9;
        background: white;
        padding: 15px;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    }

        .modal-login .avatar img {
            width: 100%;
        }

    .modal-login.modal-dialog {
        margin-top: 80px;
    }

    .modal-login .btn {
        color: #fff;
        border-radius: 4px;
        background: #29469e;
        text-decoration: none;
        transition: all 0.4s;
        line-height: normal;
        border: none;
        margin-top: 20px;
    }

        .modal-login .btn:hover, .modal-login .btn:focus {
            background: deepskyblue;
            outline: none;
        }

.trigger-btn {
    display: inline-block;
    margin: 100px auto;
}

.modal-backdrop.in {
    opacity: 1;
    background: url(images/pattern.png) repeat rgba(0, 0, 0, 0.7);
}

. ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #05064d;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #05064d;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #05064d;
}

:-moz-placeholder { /* Firefox 18- */
    color: #05064d;
}

.contact-right-w3l input[type="email"]::placeholder {
    color: #05064d;
}


.contact-right-w3l input[type="text"]:nth-child(1)::placeholder {
    color: #05064d;
}

.contact-right-w3l textarea::placeholder {
    color: #05064d;
}

.form-1 input::placeholder {
    color: #05064d;
}










.content {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: auto;
    overflow: hidden;
}

    .content img {
        border-radius: 0;
        padding: 0px 40px;
    }

/*.content .content-overlay {
  background: rgba(0,0,0,0);
  position: absolute;
	border-radius: 0;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
	margin:0px 40px;
}*/

/*.content:hover .content-overlay{
   background:#215eabc2;

}*/

.content-image {
    width: 100%;
}

.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

    /*.content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}*/

    /*.content-details h3{
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
	    font-size: 19px;
}*/

    .content-details p {
        color: #fff;
        font-size: 0.8em;
    }

.fadeIn-bottom {
    top: 80%;
}

.fadeIn-top {
    top: 20%;
}

.fadeIn-left {
    left: 20%;
}

.fadeIn-right {
    left: 80%;
}


.pd {
    padding-bottom: 25px;
}


@media (max-width: 360px) {
    .blwsec {
        margin-top: 0px;
        background-color: white;
        margin-bottom: 29em !important;
    }

    form1 {
        width: 77%;
        margin: 10px auto;
        position: absolute;
        top: 46px;
        left: 18px;
    }

    .membr p {
        position: absolute;
        top: 16%;
        left: 29%;
        font-size: 15px;
        color: #215eab;
        font-weight: 600;
    }


    label {
        position: absolute;
        top: 11px;
        left: 5px;
        float: right;
        color: #999;
        font-weight: 400;
        font-size: 18px !important;
        transform-origin: left;
        transition: all 0.3s ease;
    }
}


@media (max-width:380px) {

    /*form1 {
    width: 79%;
    margin: 10px auto;
    position: absolute;
    top: 30px !important;
    left: 22px;
}
*/
    .blwsec {
        margin-top: 0px;
        background-color: white;
        margin-bottom: 34em !important;
    }

    .ceo-membr {
        transition: box-shadow .3s;
        width: 138px !important;
        height: 144px !important;
        margin: 15px 6px !important;
        border-radius: 7px;
        border: 1px solid whitesmoke;
        background: #fff;
        text-align: center;
        /* float: right; */
    }
}




#custmr {
    position: absolute;
    top: 44px;
    left: 22%;
}

#activity {
    position: absolute;
    top: 44px;
    left: 42%;
}


#publcatn {
    position: absolute;
    top: 44px;
    left: 68%;
}

#news {
    position: absolute;
    top: 44px;
    left: 85%;
}

/*.navbar-default .navbar-nav > li > .nav-active:after{
	  content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 5px;
    left: 0px;
    background: deepskyblue;
    visibility: hidden;
    border-radius: 0px;
    transform: scaleX(0);
    transition: .25s linear;

}
.navbar-default .navbar-nav > li > .nav-active:active:after,
.navbar-default .navbar-nav > li > .nav-active:focus:after {
  visibility: visible;
  transform: scaleX(1);
}


.navbar-default .navbar-nav > li > a:after {
      content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 5px;
    left: 0px;
    background: black;
    visibility: hidden;
    border-radius: 0px;
    transform: scaleX(0);
    transition: .25s linear;
}

.navbar-default .navbar-nav > li > a:hover:after,
.navbar-default .navbar-nav > li > a:focus:after {
  visibility: visible;
  transform: scaleX(1);
}*/

.link {
    position: relative;
}

.more-link:hover:after {
    width: 13%;
    margin-right: 49px;
}


.more-link:after {
    transition: width 400ms cubic-bezier(.19,1,.22,1);
    content: "";
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 0;
    height: 1px;
    margin-right: 49px;
    background: deepskyblue;
}

.link:after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    display: block;
    margin-top: 1px;
    right: 0;
    background: rgba(4,180,246,1);
    transition: width .2s ease;
    -webkit-transition: width .2s ease;
}

.link:hover:after {
    width: 100%;
    left: 0;
    background: rgba(4,180,246,1);
}

.link1 {
    position: relative;
}

    .link1:after {
        content: '';
        position: absolute;
        width: 0;
        height: 1px;
        display: block;
        margin-top: 1px;
        right: 0;
        background: black;
        transition: width .2s ease;
        -webkit-transition: width .2s ease;
    }

    .link1:hover:after {
        width: 100%;
        left: 0;
        background: black;
    }

.link1 {
    position: relative;
}



.link2 {
    position: relative;
}

    .link2:after {
        content: '';
        position: absolute;
        width: 0;
        height: 1px;
        display: block;
        margin-top: 1px;
        right: 0;
        background: white;
        transition: width .2s ease;
        -webkit-transition: width .2s ease;
    }

    .link2:hover:after {
        width: 100%;
        left: 0;
        background: rgba(4,180,246,1);
    }

.link2 {
    position: relative;
    color: rgba(4,180,246,1);
}




/*.link2:after{
  content: '';
  position: absolute;
  width: 0; height: 1px;
  display: block;
  margin-top: 3px;
  right: 0;
  background: deepskyblue;
  transition: width .2s ease;
  -webkit-transition: width .2s ease;
}

.link2:hover:after{
  width: fit-content;
  left: 0;
  background: deepskyblue;
}*/
@media( max-width:420px) {

    label {
        position: absolute;
        top: 11px;
        left: 0px;
        right: -60px;
        float: right;
        color: #999;
        font-weight: 400;
        font-size: 18px;
        transform-origin: left;
        transition: all 0.3s ease;
    }

    input {
        font-size: 16px;
        width: 97%;
        /* border-bottom: 1px solid #1b4298 !important; */
        border: none;
        margin-top: 10px;
        /* background-color: rgba(0,0,0,0.1); */
    }

    .o-login-btn {
        background-color: #2d4d92 !important;
        padding: 8px;
        margin-top: 18px !important;
        border-radius: 0px !important;
        border: none;
    }
}


/*
.carousel-inner .slider-image1 img{
	content:url(images/back/2.jpg);
		}


.carousel-inner .slider-image2 img{
	content:url(images/back/8.jpg);
		}
.carousel-inner .slider-image3 img{
	content:url(images/back/8.jpg);
		}*/

@media (max-width:480px) {
    .carousel-outer-wrapper {
        width: 95%;
        margin: 100px auto;
        box-shadow: 7px 8px 12px 2px #00000078;
    }
}


@media (min-width:480px) and (max-width:767px) {


    .box-video-mebf {
        position: relative;
        top: 165px;
        left: 14%;
        transform: translate(-50%, -50%);
        width: 650px;
        background: rgba(17, 24, 69, 0.65);
        box-sizing: border-box;
        overflow: hidden;
        box-shadow: 0 20px 50px rgba(23, 32, 90, 0.33);
        border: 2px solid rgba(0,0,0,0);
        color: white;
        padding: 20px;
    }

        .box-video-mebf .video-content {
            position: absolute;
            top: 15px;
            left: 15px;
            right: 15px;
            bottom: 15px;
            border: 1px solid #167ac600;
            padding: 0px;
            text-align: center;
            box-shadow: 0 5px 10px rgba(9,0,0,0.5);
        }

    .video-content iframe {
        width: 100%;
        height: 100%;
    }

    .box-video-mebf span {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        box-sizing: border-box;
    }

        .box-video-mebf span:nth-child(1) {
            transform: rotate(0deg);
        }



        .box-video-mebf span:nth-child(3) {
            transform: rotate(180deg);
        }



        .box-video-mebf span:before {
            content: '';
            position: absolute;
            width: 100%;
            height: 2px;
            background: #50dfdb;
            animation: animate 4s linear infinite;
        }

    @keyframes animate {
        0% {
            transform: scaleX(0);
            transform-origin: left;
        }

        50% {
            transform: scaleX(1);
            transform-origin: left;
        }

        50.1% {
            transform: scaleX(1);
            transform-origin: right;
        }

        100% {
            transform: scaleX(0);
            transform-origin: right;
        }
    }

    .box-video {
        position: relative;
        top: 136px;
        left: 47%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 300px;
        background: rgba(17, 24, 69, 0.65);
        box-sizing: border-box;
        overflow: hidden;
        box-shadow: 0 20px 50px rgba(23, 32, 90, 0.33);
        border: 2px solid rgba(0,0,0,0);
        color: white;
        padding: 20px;
    }

        .box-video .video-content {
            position: absolute;
            top: 15px;
            left: 15px;
            right: 15px;
            bottom: 15px;
            border: 1px solid #167ac600;
            padding: 0px;
            text-align: center;
            box-shadow: 0 5px 10px rgba(9,0,0,0.5);
        }

    .video-content iframe {
        width: 100%;
        height: 100%;
    }

    .box-video span {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        box-sizing: border-box;
    }

        .box-video span:nth-child(1) {
            transform: rotate(0deg);
        }



        .box-video span:nth-child(3) {
            transform: rotate(180deg);
        }



        .box-video span:before {
            content: '';
            position: absolute;
            width: 100%;
            height: 2px;
            background: #50dfdb;
            animation: animate 4s linear infinite;
        }

    @keyframes animate {
        0% {
            transform: scaleX(0);
            transform-origin: left;
        }

        50% {
            transform: scaleX(1);
            transform-origin: left;
        }

        50.1% {
            transform: scaleX(1);
            transform-origin: right;
        }

        100% {
            transform: scaleX(0);
            transform-origin: right;
        }
    }





    .thumbnail-2 .media-wrap img {
        max-width: 150px;
    }

    .thumbnail-2 .media-wrap img {
        border-radius: 50%;
        max-width: 100px;
    }

    .thumbnail-2 .media-wrap {
        display: inline-block;
        overflow: hidden;
        border-radius: 50%;
        padding: 2px;
        background: rgba(33, 94, 171, 0.65);
        box-shadow: 0 5px 21px 3px rgba(130,133,144,.2);
    }



    .thumbnail-2 {
        position: relative;
        z-index: 1;
        width: auto;
        padding: 0 15px 15px;
        text-align: center;
        margin: 10px 0px;
        min-height: 290px;
    }

        .thumbnail-2:before {
            top: 85px;
        }

        .thumbnail-2:before {
            content: "";
            position: absolute;
            top: 60px;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: -1;
            background: #ffffff;
            border-radius: 0px;
            border: 1px solid #337ab71c;
        }

    .divider-1:before {
        width: 43px;
        border-top: 2px solid #aeb1be;
    }

    .divider:before {
        content: "";
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
    }

    .services_text .thumbnail-2 h1 {
        font-size: 12.5px;
        font-weight: 600;
        text-align: center;
        margin: 5px 0px;
        text-transform: capitalize;
    }

    .services_text .thumbnail-2 h2 {
        font-size: 14px;
        text-align: center;
        margin: 5px;
    }

    .services_text .thumbnail-2 h3 {
        font-size: 15px;
        text-align: center;
        margin: 5px;
    }

    .services_text .thumbnail-2 h4 {
        font-size: 11px;
        text-align: center;
        margin: 0px;
    }


    .custom-module p {
        padding-right: 35px;
        margin: 0;
    }

    #main-slide .slider-content {
        top: 43%;
        margin-top: -60px;
        left: 0;
        padding: 0;
        text-align: center;
        position: absolute;
        width: 100%;
        height: 100%;
        color: #fff;
    }

    .content-details h3 {
        color: #fff;
        font-weight: 500;
        letter-spacing: 0.15em;
        margin-bottom: 0.5em;
        text-transform: uppercase;
        font-size: 19px;
    }


    .text-1 {
        color: white;
        font-size: 20px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center;
    }

    .overlay-1 {
        position: absolute;
        bottom: 0px;
        left: 10px;
        right: 0;
        background-color: #215eab8f;
        overflow: hidden;
        width: 89%;
        height: 0;
        transition: .5s ease;
    }

        .overlay-1 h4, .overlay-1 i {
            text-align: center;
        }


    .box1:hover > .outer1 {
        display: none;
    }



    .topbar {
        background-color: white;
        margin: 0px;
        padding: 1px 0px;
        font-size: 12px;
        font-weight: 100;
    }

    .services_text h1 {
        position: relative;
        top: 0px;
        font-size: 28px;
    }

    .services_text {
        margin-top: 30px;
    }

        .services_text p {
            padding-right: 20px;
            padding-left: 15px;
        }

    .widget ul {
        padding-left: 7px;
        padding-right: 31px;
    }



    .causes_area .causes .causes_hover {
        position: absolute;
        left: 14px;
        top: 0px;
        bottom: 0;
        right: 0;
        text-align: center;
        color: #eee;
        background-color: #215eabd9;
        font: 600 22px/1;
        padding-top: 43px;
        transform: scaleX(0);
        transform-origin: 0 50%;
        transition-property: transform;
        transition-duration: 0.3s;
        transition-timing-function: ease-out;
        text-decoration: none;
        width: 80%;
        font-size: 12px;
    }

    .trusted_content h4 {
        text-align: center;
    }

    form1 {
        width: 79%;
        margin: 10px auto;
        position: absolute;
        top: 49px;
        left: 22px;
    }

    .membr p {
        position: absolute;
        top: 13%;
        left: 26%;
        font-size: 19px;
        color: #215eab;
        font-weight: 600;
    }

    .navbar-toggle {
        position: relative;
        float: right;
        padding: 0px 10px;
        margin-top: 23px;
        margin-right: 15px;
        margin-bottom: 0px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }

    .logo-membr {
        position: absolute;
        top: 10px;
        left: 11px;
    }

    marquee a {
        padding-right: 60px;
        color: rgba(0,0,0,0.8);
    }

    .pad-60 {
        padding-top: 0px;
    }

    .outer-1 {
        width: 88.5%;
        height: 36px;
        border: 1px solid #999a9a99;
        background: transparent;
        position: absolute;
        top: 101.5%;
    }

    .navbar-default .navbar-toggle {
        border-color: transparent;
    }

    .navbar-brand img {
        width: 162px;
        height: auto;
        padding: 0px 10px;
        position: relative;
        top: -18px;
        /* left: 111px; */
    }

    .logo-normal {
        width: 140px;
        height: 35px;
    }

    .read-1 {
        color: white;
        font-size: 12px;
        float: right;
        padding-right: 0px;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: transparent;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #141414;
    }

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }

    .navbar-toggle .1 {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }

    .navbar-toggle .2 {
        display: block;
        width: 16px;
        height: 2px;
        border-radius: 1px;
    }

    .navbar-toggle .3 {
        display: block;
        width: 10px;
        height: 2px;
        border-radius: 1px;
    }

    .navbar-collapse {
        padding-right: 15px;
        padding-left: 15px;
        overflow-x: visible;
        -webkit-overflow-scrolling: touch;
        border-top: 1px solid #167ac6;
        border-bottom: 1px solid #167ac6;
        -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
        box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    }

    #main-slide .carousel-control i {
        background: rgba(0,0,0,.19);
        color: #fff;
        line-height: 36px;
        font-size: 19px;
        padding: 21px 6px;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .marq {
        font-size: 12px;
        margin-top: -137px;
        padding: 0px;
        color: rgba(12,12,12,0.8) !important;
        background-color: rgba(12, 12, 12, 0);
    }

    .blwsec {
        margin-top: 0px;
        background-color: white;
        margin-bottom: 38em;
    }

    .carousel-control {
        position: absolute;
        top: -10px;
        bottom: 0;
        left: 0;
        width: 2%;
        font-size: 20px;
        color: #fff;
        text-align: center;
        text-shadow: 0 1px 2px rgba(0,0,0,.6);
        background-color: rgba(0,0,0,0);
        filter: alpha(opacity=50);
        opacity: .5;
    }

    #main-slide .slider-content {
        top: 53%;
        margin-top: -79px;
        left: 0;
        padding: 0;
        text-align: center;
        position: absolute;
        width: 100%;
        height: 100%;
        color: #fff;
        font-size: 4px;
    }

        #main-slide .slider-content h1 {
            font-size: 23px;
            font-weight: bold;
            line-height: 0px;
            letter-spacing: 3px;
            margin-bottom: 26px;
            color: white;
            font-family: 'Helvetica', sans-serif;
        }

        #main-slide .slider-content p {
            font-size: 22px;
            font-weight: 500;
            line-height: 24px;
            letter-spacing: 1px;
            margin-bottom: 6px;
            color: white;
            z-index: 0;
        }

    .rdbtn {
        font-weight: 600;
        font-size: 8px;
        color: white !important;
        visibility: visible;
        animation-name: slideInUp;
    }

    /*.mrqhead{
	position: relative;
    left: -1%;
	}*/
    /*	form1 {
		width: 79%;
		margin: 10px auto;
		position: absolute;
		top: 161px;
		left: 32px;
	}*/
    input {
        font-size: 16px;
        width: 97%;
        /* border-bottom: 1px solid #1b4298 !important; */
        border: none;
        margin-top: 17px;
        /* background-color: rgba(0,0,0,0.1); */
    }

    .outer-1 h1 {
        position: absolute;
        top: -39%;
        left: 29%;
        color: deepskyblue;
        /* background-color: #1b4298; */
        text-align: center;
        font-size: 15px;
    }

    .pd10 {
        padding-right: 10px;
        padding-left: 10px;
        padding-top: 10px;
    }


    .navbar-brand1 img {
        width: 120px;
        height: auto;
        padding: 10px 10px;
        position: relative;
        top: 0px;
    }

    .outer1 {
        width: 88.6%;
        height: 37px;
        background: #1b4298;
        position: absolute;
        top: 90.5%;
    }

        .outer1 h1 {
            position: absolute;
            top: -32%;
            left: 26%;
            color: white;
            /* background-color: #1b4298; */
            text-align: center;
            font-size: 15px;
        }

    .container-1:hover .overlay-1 {
        height: 84%;
    }

    .box1 {
        padding-top: 20px;
    }

    .custom-module h1 {
        font-size: 28px;
        font-weight: 500;
        margin: 25px 0 10px;
        padding: 0;
    }

    .zoom1 p {
        text-align: justify;
        padding-right: 13px;
        padding-bottom: 20px;
    }

    .shadow iframe {
        width: 369px;
        height: 174px;
    }

    .shadow {
        /* border: 1px solid; */
        padding: 0px;
        box-shadow: -19px 24px 0px -8px #215eab;
    }

    .pad-20 {
        padding-bottom: 20px;
        text-align: center;
    }

    .read-2 {
        color: gray;
        font-size: 16px;
        float: right;
        padding-right: 30px;
        margin-bottom: 13px;
    }
}


.inner-list li a {
    display: inline-block;
    text-decoration: none;
}

    .inner-list li a::after {
        content: '';
        display: block;
        width: 0;
        height: 1.5px;
        background: #00bfff5e;
        transition: width .3s;
    }

    .inner-list li a:hover::after {
        width: 100%;
    }

.csr li {
    padding: 10px 0px;
}

    .csr li:hover {
        color: deepskyblue;
    }

.grid-financial figure {
    min-width: 380px;
}

.financial p a {
    color: deepskyblue;
}

    .financial p a:hover {
        color: dodgerblue;
    }





#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    #return-to-top i {
        color: #fff;
        margin: 0;
        position: relative;
        left: 16px;
        top: 13px;
        font-size: 19px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    #return-to-top:hover {
        background: rgba(0, 0, 0, 0.9);
    }

        #return-to-top:hover i {
            color: #fff;
            top: 5px;
        }

.btn-primary {
    background-color: #29469e;
    color: white;
}

.btn-submit {
    background-color: #29469e !important;
    color: #ffffff;
}

.news-content p {
    color: rgba(20, 20, 20, 0.7);
    font-size: 14px;
    font-weight: 600;
    text-align: right;
    margin: 0px 12px 0px 0px;
}



.hexa, .hexa div {
    margin: 0 auto;
    transform-origin: 50% 50%;
    overflow: hidden;
    width: 300px;
    height: 300px;
    margin-bottom: 5px;
}

.hexa {
    width: 325px;
    height: 230px;
}

    .hexa div {
        width: 100%;
        height: 100%;
    }

.hexa {
    transform: rotate(120deg);
}

.hex1 {
    transform: rotate(-60deg);
}

.hex2 {
    transform: rotate(-60deg);
}

.blur {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: -156px;
    z-index: 0;
    background-color: #00000091;
}

.hexa img {
    filter: grayscale(0);
}




.position-1 {
    position: absolute;
    top: 54%;
    right: 53.3%;
}

.position-2 {
    position: absolute;
    top: 54%;
    right: 21.3%;
}

.position-3 {
    position: absolute;
    top: 92%;
    right: 53.3%;
}

.position-4 {
    position: absolute;
    top: 73%;
    right: 5.3%;
}


.position-5 {
    position: absolute;
    top: 73%;
    right: 69.3%;
}

.position-6 {
    position: absolute;
    top: 92%;
    right: 21.3%;
}



.ceo-table thead {
    background-color: rgba(109, 109, 109, 0.1411764705882353);
    color: black;
    text-transform: uppercase;
    text-align: center;
}

.ceo-table th {
    text-align: center;
    /*	border: 1px solid  #ffffff24;*/
    border: 1px solid black;
}

.ceo-table td {
    text-align: right;
    color: black;
    padding: 15px;
    /*border: 1px solid  #ffffff24;*/
    border: 1px solid black;
    font-size: 12px;
    font-weight: 600;
}


    .ceo-table td:nth-child(even) {
        background: #1b4298;
        color: white;
    }




.partner-table thead {
    background-color: rgba(109, 109, 109, 0.1411764705882353);
    color: black;
    text-transform: uppercase;
    text-align: center;
}

.partner-table th {
    text-align: center;
    /*	border: 1px solid  #ffffff24;*/
    border: 1px solid black;
}

.partner-table td {
    text-align: right;
    color: black;
    padding: 15px;
    /*border: 1px solid  #ffffff24;*/
    border: 1px solid black;
    font-size: 12px;
    font-weight: 600;
}


/*.partner-table td:nth-child(even) {
  background: grey;
	color: white;

}*/


.coc-table thead {
    background-color: #ffffff24;
    color: black;
    text-transform: uppercase;
    text-align: center;
}

.coc-table th {
    text-align: center;
    /* border: 1px solid #ffffff24; */
    border: 1px solid rgb(196, 196, 196);
    color: white;
    background-color: #215eab;
}

.coc-table td {
    text-align: right;
    color: black;
    padding: 15px;
    /* border: 1px solid #ffffff24; */
    border: 1px solid rgb(196, 196, 196);
    font-size: 13px;
    background-color: white;
}


.csr li:hover {
    color: deepskyblue;
}

.onoffswitch {
    position: relative;
    width: 154px;
    top: -2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 0px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

    .onoffswitch-inner:before {
        content: "Ø¹Ø±Ø¨Ù‰";
        padding-left: 0px;
        background-color: transparent;
        color: deepskyblue;
    }

    .onoffswitch-inner:before, .onoffswitch-inner:after {
        display: block;
        float: right;
        width: 50%;
        height: 43px;
        padding: 0;
        line-height: 45px;
        font-size: 28px;
        color: deepskyblue;
        font-family: Trebuchet, Arial, sans-serif;
        font-weight: 500;
        box-sizing: border-box;
    }







    .onoffswitch-inner:after {
        content: "Eng";
        padding-right: 10px;
        background-color: transparent;
        color: deepskyblue;
        text-align: right;
    }

.onoffswitch-switch {
    display: none;
    width: 17px;
    margin: 12.5px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 90px;
    border: 2px solid transparent;
    border-radius: 0px;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

/*.navbar-nav li .switch-btn{
position: relative;
	float: right;
}*/

.parallax-events-home {
    background-image: url(/ar/images/back/inner-events.jpg);
    min-height: 450px;
    background-attachment: fixed;
    background-position: 57% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
}

.parallax-customer-home {
    background-image: url(images/back/inner-customer.jpg);
    min-height: 450px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
}

.parallax-activities-home {
    background-image: url(/ar/images/back/inner/activities/activity-main.jpg);
    min-height: 450px;
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
}

.parallax-news-home {
    background-image: url(/ar/images/back/inner-news.jpg);
    min-height: 450px;
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
}

.parallax-publication {
    background-image: url(/ar/images/back/publications.jpg);
    min-height: 450px;
    background-attachment: fixed;
    background-position: 92% -116px;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
}

.parallax {
    background-image: url(images/background-1.png);
    min-height: 450px;
    background-attachment: fixed;
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
}

.parallax-customer {
    background-image: url(images/back/inner-customer.jpg);
    min-height: 450px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
}

.parallax-publication {
    background-image: url(images/back/publications.jpg);
    min-height: 450px;
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
}

.parallax-news {
    background-image: url(images/background-1.png);
    min-height: 450px;
    background-attachment: fixed;
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
}


.parallax-opinion {
    background-image: url(images/back/inner/news/opinion.jpg);
    min-height: 450px;
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
}

.parallax-events {
    background-image: url(images/back/inner-events.jpg);
    min-height: 450px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
}

.parallax-events {
    background-image: url(images/back/inner-events.jpg);
    min-height: 450px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
}

.parallax-mebf {
    background-image: url(images/back/1.jpg);
    min-height: 450px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
}


.pages_banner-conference-1 {
    display: block;
    overflow: hidden;
    background: url(/ar/images/HimayaBanner.jpg)no-repeat center;
    background-size: cover;
    padding: 0px;
    position: relative;
    z-index: 1;
    margin-top: 0px;
    text-align: right;
    min-height: 389px;
    background-color: whitesmoke;
}

.pages_banner-workshop-4 {
    display: block;
    overflow: hidden;
    background: url(/ar/images/wrkshp.jpg)no-repeat center;
    background-size: contain;
    padding: 0px;
    position: relative;
    z-index: 1;
    margin-top: 0px;
    text-align: right;
    min-height: 389px;
    background-color: whitesmoke;
}

.pages_banner-conference-2 {
    display: block;
    overflow: hidden;
    background: url(/ar/images/RCCW.jpg)no-repeat center;
    background-size: cover;
    padding: 40px 0px;
    position: relative;
    z-index: 1;
    margin-top: 0px;
    text-align: right;
    min-height: 389px;
    background-color: whitesmoke;
}

.parallax-inner {
    min-height: 450px;
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
}

.parallax-inner-news {
    background-image: url(images/back/news-inner.jpg);
    min-height: 450px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
}




.cont:hover > .news-content p {
    color: white;
}

.cont:hover > .news-content a {
    color: white;
}


<-------------Imageeffect------------ > .swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}



.lds-ellipsis {
    display: inline-block;
    position: absolute;
    top: 46%;
    left: 48%;
    width: 64px;
    height: 64px;
}

    .lds-ellipsis div {
        position: absolute;
        top: 27px;
        width: 11px;
        height: 11px;
        border-radius: 50%;
        background: deepskyblue;
        animation-timing-function: cubic-bezier(0, 1, 1, 0);
    }

        .lds-ellipsis div:nth-child(1) {
            left: 6px;
            animation: lds-ellipsis1 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(2) {
            left: 6px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(3) {
            left: 26px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(4) {
            left: 45px;
            animation: lds-ellipsis3 0.6s infinite;
        }

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(19px, 0);
    }
}





figure.effect-sadie figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
    background: linear-gradient(to bottom, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
    content: '';
    opacity: 0;
    -webkit-transform: translate3d(0,50%,0);
    transform: translate3d(0,50%,0);
}

figure.effect-sadie h1 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    color: #484c61;
    -webkit-transition: -webkit-transform 0.35s, color 0.35s;
    transition: transform 0.35s, color 0.35s;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
}

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2em;
    width: 100%;
    opacity: 0;
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
}

figure.effect-sadie:hover h1 {
    color: #fff;
    -webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
    transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
}

figure.effect-sadie:hover figcaption::before,
figure.effect-sadie:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}








figure.effect-sarah {
    background: rgb(66, 140, 176);
}

    figure.effect-sarah img {
        max-width: none;
        width: -webkit-calc(100% + 20px);
        width: calc(100% + 20px);
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    figure.effect-sarah:hover img {
        opacity: 0.4;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    figure.effect-sarah figcaption {
        text-align: right;
    }

    figure.effect-sarah h1 {
        position: relative;
        overflow: hidden;
        padding: 0.5em 0;
    }

        figure.effect-sarah h1::after {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 3px;
            background: #fff;
            content: '';
            -webkit-transition: -webkit-transform 0.35s;
            transition: transform 0.35s;
            -webkit-transform: translate3d(-100%,0,0);
            transform: translate3d(-100%,0,0);
        }

    figure.effect-sarah:hover h1::after {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    figure.effect-sarah p {
        padding: 1em 0;
        opacity: 0;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }

    figure.effect-sarah:hover p {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }


.services_text .no-padding {
    padding: 0px;
}



.line {
    border-bottom: 1px solid rgb(233, 233, 233);
}

.mar-btm0 h2 {
    margin-bottom: 0px;
}


.services_text img {
    width: 100%;
    height: auto;
    border: 1px solid whitesmoke;
    /*padding: 0px 20%;*/
}

.grid figure a img {
    width: 100%;
}

.readmore-1 p {
    color: #141414;
}

.topic-inner {
    position: relative;
    top: 200px;
}

    .topic-inner h1 {
        color: white;
        font-size: 2em;
        font-weight: 500;
        text-align: right;
    }

.topic-image {
}

    .topic-image img {
        padding: 0px 10%;
    }



.vision h3 {
    font-size: 15px;
    color: #444;
    padding: 0px 18px;
}

.vision p {
    padding: 10px 15px;
}



.accordion {
    background-color: white;
    color: #2c5a96;
    cursor: pointer;
    padding: 0px 18px;
    width: 100%;
    border: none;
    text-align: right;
    outline: none;
    font-size: 20px;
    font-weight: bold;
    transition: 1s;
}

.services_text button:active {
    color: black !important;
}

.services_text button:focus {
    color: black !important;
}

.accord-active, .accordion:hover {
    background-color: #fff;
    color: #29469e;
}

.accordion:after {
    content: '\002B';
    color: #141414;
    font-weight: 500;
    float: left;
    margin-left: 5px;
    font-size: 24px;
}

.accord-active:after {
    content: "\2212";
}

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.15);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

    .panel ul {
        padding-left: 20px;
    }



.date-dropdown .dropdown button .drop-arrow {
    background-image: url(/ar/images/select-drop-black.png);
    top: -5px;
    background-size: 10px auto;
    right: 0px;
}

.date-dropdown span {
    padding-right: 25px
}


.search-bar-layout {
    margin: 10px 0px 15px;
    padding: 0px;
}




::selection {
    background: #337ab7;
    color: white;
}

.search-wrapper {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 0%;
}

    .search-wrapper.active {
    }

    .search-wrapper .input-holder {
        height: 70px;
        width: 70px;
        overflow: hidden;
        background: rgba(255,255,255,0);
        border-radius: 6px;
        position: relative;
        transition: all 0.3s ease-in-out;
        margin-top: 20px;
    }

    .search-wrapper.active .input-holder {
        width: 450px;
        border-radius: 0px;
        background: rgba(0, 0, 0, 0);
        border-bottom: 1px solid black;
        transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
        left: 37%;
    }

    .search-wrapper .input-holder .search-input {
        width: 100%;
        height: 50px;
        padding: 0px 70px 0 20px;
        opacity: 0;
        position: absolute;
        top: 0px;
        left: 0px;
        background: transparent;
        box-sizing: border-box;
        border: none;
        outline: none;
        font-family: "Open Sans", Arial, Verdana;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        color: grey;
        transform: translate(0, 60px);
        transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);
        transition-delay: 0.3s;
    }

    .search-wrapper.active .input-holder .search-input {
        opacity: 1;
        transform: translate(0, 10px);
    }

    .search-wrapper .input-holder .search-icon {
        width: 70px;
        height: 70px;
        border: none;
        border-radius: 6px;
        background: #FFF;
        padding: 0px;
        outline: none;
        position: relative;
        z-index: 2;
        float: right;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
    }

    .search-wrapper.active .input-holder .search-icon {
        width: 50px;
        height: 50px;
        margin: 10px;
        border-radius: 30px;
    }

    .search-wrapper .input-holder .search-icon span {
        width: 22px;
        height: 22px;
        display: inline-block;
        vertical-align: middle;
        position: relative;
        transform: rotate(45deg);
        transition: all .4s cubic-bezier(0.650, -0.600, 0.240, 1.650);
    }

    .search-wrapper.active .input-holder .search-icon span {
        transform: rotate(-45deg);
    }

    .search-wrapper .input-holder .search-icon span::before, .search-wrapper .input-holder .search-icon span::after {
        position: absolute;
        content: '';
    }

    .search-wrapper .input-holder .search-icon span::before {
        width: 3px;
        height: 11px;
        left: 11px;
        top: 25px;
        border-radius: 2px;
        background: #000000;
    }

    .search-wrapper .input-holder .search-icon span::after {
        width: 25px;
        height: 25px;
        left: 0px;
        top: 0px;
        border-radius: 16px;
        border: 4px solid #000000;
    }

    .search-wrapper .close {
        position: absolute;
        z-index: 1;
        top: 24px;
        right: 20px;
        width: 25px;
        height: 25px;
        cursor: pointer;
        transform: rotate(-180deg);
        transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
        transition-delay: 0.2s;
    }

    .search-wrapper.active .close {
        /* right: 11px; */
        right: -200px;
        top: 50px;
        transform: rotate(45deg);
        transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);
        /*  transition-delay: 0.5s;*/
    }

    .search-wrapper .close::before, .search-wrapper .close::after {
        position: absolute;
        content: '';
        background: black;
        border-radius: 2px;
    }

    .search-wrapper .close::before {
        width: 5px;
        height: 25px;
        left: 10px;
        top: 0px;
    }

    .search-wrapper .close::after {
        width: 25px;
        height: 5px;
        left: 0px;
        top: 10px;
    }




.copyrights p {
    color: #ffffff;
    margin: 0px;
    font-size: 15px;
}


.turuncubaslik-bold {
    color: #333;
    font-size: 14px;
    border-bottom: 1px dotted #000;
    text-decoration: none;
}
/******keyboard*******/

ul.keyboard {
    list-style-type: none;
    font-family: verdana;
    background-color: #fff;
    border-radius: 5px;
    padding: 0;
    width: 100%;
    height: 50%;
}

.keyboard li {
    cursor: pointer;
    display: inline;
    float: right;
    height: 18%;
    /** margin: auto; **/
    line-height: 50px;
    padding: 0;
    margin: 0.3% 0.6% 0.6% 0.2%;
    background-color: #ddd;
    color: black;
    vertical-align: middle;
    text-align: center;
    border-radius: 4px;
    font-size: 1vw;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.char {
    width: 5.75%;
    -webkit-transition: background-color 100ms;
}

.tab {
    width: 20%;
}

.at {
    width: 7.2%;
}

.last {
    margin-right: 0%;
}

.backspace {
    width: 14%;
}

.capslock {
    width: 12%
}

    .capslock.on {
        background-color: #CA4200;
    }

.return {
    width: 14%;
}

.shift {
    width: 7.2%;
}

.last {
    margin-right: 0;
}

.space {
    width: 99%;
}

.keyboard .touch {
    background-color: #CA4200;
}




.loginpage-form label {
    position: inherit;
    font-size: 14px;
    color: white;
    left: 0px;
    float: right;
}



.loginpage-form input:focus ~ label, .loginpage-form input:valid ~ label {
    transform: none !important;
    color: white;
    font-size: 14px;
}





.loginpage-form input[type=button].btn-block, .loginpage-form input[type=reset].btn-block, .loginpage-form input[type=submit].btn-block {
    width: 100%;
    padding: 0px;
    margin: 0px;
    background-color: #166db4;
    border: none;
}





.loginpage-form .form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 18px;
    font-size: 16px;
    line-height: 1.5;
    color: white;
    background-color: #36282c1c;
    background-clip: padding-box;
    border-bottom: 1px solid #ffffff !important;
    border: none;
    /* border-radius: .25rem; */
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}







.wrapper-background {
    background-image: url(images/login-back.jpg);
    background-position: center;
    background-size: cover;
}



.box-login {
    background-color: #00000087;
    min-height: 520px;
    padding: 5em 0px;
}


.text-danger {
    color: #ffffff;
}

a.text-danger:focus, a.text-danger:hover {
    color: #9a9a9a;
}



.forgot p {
    color: whitesmoke;
    text-decoration: underline;
    text-align: center;
    font-size: 11px;
}

    .forgot p:hover {
        color: #9a9a9a;
    }

.forgot {
    margin-top: 30px;
}



.user-box {
    padding: 50px 65px 10px 45px;
}


/*.o-login-btn {
    background-color: #2d4d92!important;
    padding: 8px;
    margin-top: 14%;
    border-radius: 0px !important;
    border: none;
}*/

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%;
    text-transform: none;
    color: white;
}



.services_details_area .container {
    margin-right: 0px;
    width: 100%;
}


.panel p {
    text-align: right;
}




#preloader, .tb {
    display: table
}

.search-result p, .tb-cell, img {
    vertical-align: middle;
}

#preloader {
    position: fixed;
    text-align: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 999999999
}

#page-loading p {
    text-align: center;
    text-transform: uppercase;
    z-index: 99;
    padding: 10px 0;
    color: #000;
    font-size: 12px;
    overflow: hidden;
    margin-top: 5px
}

.bg-fixed, .bg-parallax, .bg-scroll {
    z-index: -2;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

#page-loading div {
    width: 40px;
    height: 40px;
    margin: auto;
    border-right: 3px solid #5a79b8;
    border-bottom: 3px solid transparent;
    border-radius: 100%;
    -webkit-animation: spin .9s linear infinite;
    -moz-animation: spin .9s linear infinite;
    -o-animation: spin .9s linear infinite;
    animation: spin .9s linear infinite;
}


#page-loading p {
    text-align: center;
    text-transform: uppercase;
    z-index: 99;
    padding: 10px 0;
    color: #000;
    font-size: 12px;
    overflow: hidden;
    margin-top: 5px
}

.bg-fixed, .bg-parallax, .bg-scroll {
    z-index: -2;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

#page-loading div {
    width: 40px;
    height: 40px;
    margin: auto;
    border-right: 3px solid #5a79b8;
    border-bottom: 3px solid transparent;
    border-radius: 100%;
    -webkit-animation: spin .9s linear infinite;
    -moz-animation: spin .9s linear infinite;
    -o-animation: spin .9s linear infinite;
    animation: spin .9s linear infinite;
}

.panel-group .panel, input {
    -webkit-border-radius: 0;
    -moz-border-radius: 0
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    50% {
        transform: rotate(180deg)
    }

    100% {
        transform: rotate(359deg)
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0)
    }

    50% {
        -webkit-transform: rotate(180deg)
    }

    100% {
        -webkit-transform: rotate(359deg)
    }
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0)
    }

    50% {
        -moz-transform: rotate(180deg)
    }

    100% {
        -moz-transform: rotate(359deg)
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0)
    }

    50% {
        -o-transform: rotate(180deg)
    }

    100% {
        -o-transform: rotate(359deg)
    }
}



.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -o-linear-gradient(right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
    background-image: linear-gradient(to left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}










.main-btn-rect:before,
.main-btn-rect:after {
    position: absolute;
    content: '';
    top: 0;
    width: 0%;
    height: 100%;
    background-color: rgba(24, 117, 255, 0.1);
    -webkit-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}

.main-btn-rect:before {
    left: 0;
}

.main-btn-rect:after {
    right: 0;
}

.main-btn-rect:hover:before,
.main-btn-rect:hover:after {
    width: 50%;
}

.main-btn-circle {
    height: 40px;
    width: 40px;
    -webkit-border-radius: 50%;
    border-radius: 100%;
    line-height: 40px;
    -webkit-transition: box-shadow 0.3s;
    -o-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
}

    .main-btn-circle:hover {
        -webkit-box-shadow: inset 2px 1px 0px 20px rgba(255, 255, 240, 0.2);
        -moz-box-shadow: inset 2px 1px 0px 20px rgba(255, 255, 240, 0.2);
        box-shadow: inset 2px 1px 0px 20px rgba(255, 255, 240, 0.2);
    }

.popup {
    position: fixed;
    top: 100%;
    width: 100%;
    height: 100%;
    z-index: 10001;
}

    .popup.active {
        top: 0;
        background-color: rgba(3, 3, 3, 0.98);
        transition: background-color .6s,opacity .6s;
    }

    .popup .main-btn-rect {
        padding: 10px 100px;
    }

    .popup .popup-content {
        position: absolute;
        top: 50%;
        left: 50%;
        max-height: 568px;
        min-width: 430px;
        margin-top: 150px;
        padding: 0px;
        background-color: white;
        color: #070000;
        -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
        box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transition: margin .6s;
        -webkit-transition: margin .6s;
        -moz-transition: margin .6s;
        -o-transition: margin .6s;
        border-radius: 10px;
    }

    .popup.active .popup-content {
        margin-top: 0px;
    }

.popup-content h6 {
    display: table;
    font-size: 20px;
    text-align: center;
    margin: 10px auto;
    font-family: 'Roboto',sans-serif;
    text-transform: uppercase;
    font-weight: 100;
}

.form-group {
    position: relative;
    /*width: 90%;*/
    margin: 0px auto;
}

form#send input, form#send textarea {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    height: 29px;
    font-family: 'RobotoLight', sans-serif;
    text-indent: 20px;
    background-color: transparent;
    outline: 0;
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid rgba(7, 0, 0, 0.15);
    ;
    -webkit-transition: border 0.6s;
    -o-transition: border 0.6s;
    transition: border 0.6s;
    overflow-x: hidden;
}

    form#send input:focus,
    form#send textarea:focus {
        border-bottom: 1px solid deepskyblue;
    }

form#send label {
    position: absolute;
    top: 0;
    line-height: 28px;
    -webkit-transition: color .5s;
    -o-transition: color .5s;
    transition: color .5s;
}

form#send input:focus + label,
form#send textarea:focus + label {
    color: rgba(4,180,246,1);
    font-size: 12px;
}

form#send .txt {
    line-height: 22px;
    left: 2px;
}

form#send .main-btn-rect {
    position: relative;
    display: block;
    padding: 12px 25px;
    border-radius: 10px 0px 10px 0px;
    margin: 0px auto;
    font-size: 14px;
    color: white;
}

    form#send .main-btn-rect i {
        margin-left: 5px;
    }

.popup .fade-out {
    position: absolute;
    top: -20px;
    left: -20px;
    text-align: center;
    font-size: 15px;
}

/*.popup-form{
background-image: url(images/popup-background.png);
    background-position: top;
    background-size: cover;

}*/
.pop-message {
    width: 100%;
    height: 450px;
    background-color: #215eab;
    padding: 0px;
    margin: 0px;
    border-radius: 0px 10px 10px 0px;
}

    .pop-message::before {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        left: 0;
        background-image: url(/ar/images/back/footer.jpg);
        background-size: cover;
        background-position: bottom;
        opacity: 0.16;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .pop-message h3 {
        color: white;
        text-shadow: 3px 2px 2px black;
        margin: 10px;
        text-align: center;
        font-size: 24px;
    }


.img-pop {
    padding: 20px;
    margin: 0px 60px;
    text-align: center;
    border: 1px solid white;
    border-radius: 50%;
    background-color: white;
}

    .img-pop img {
        width: 50%;
    }

.mar-t-20 {
    margin-top: 40px;
}


.main-btn-rect {
    padding: 0px;
    /* line-height: 30px; */
    border: none;
}

.main-btn-rect, .main-btn-circle {
    position: relative;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    color: white;
    background-color: #215eab;
    text-transform: uppercase;
    font-size: 25px;
    letter-spacing: 1px;
    outline: none;
    cursor: pointer;
    z-index: 100;
}

.no-margin {
    margin: 0px !important;
}


/*.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
    direction: ltr;
}*/

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #215eab;
    border-color: #29469e00;
}



.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    background: #53a7e1a8;
    /* color: aqua; */
    border: none;
    border-radius: 0px 10px;
    padding: 5px;
    margin: 0px 15px;
    font: inherit;
}

    .owl-carousel .owl-nav button.owl-prev span, .owl-carousel .owl-nav button.owl-next span {
        font-size: 20px;
    }

.owl-carousel button.owl-dot {
    width: 58px !important;
    height: 8px !important;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: rgba(241, 123, 39, 0.5411764705882353) !important;
    box-shadow: none;
    border: none;
    transition: 0.3s ease;
}

    .owl-carousel button.owl-dot.active {
        background: rgb(241, 123, 39) !important;
        opacity: 1;
        transition: 0.3s ease;
    }

    .owl-carousel button.owl-dot:hover {
        background: rgb(241, 123, 39) !important;
        transition: 0.3s ease;
        opacity: 1;
    }


.carousel-indicators .active {
    width: 8px !important;
    height: 40px !important;
    border: 0.5px solid #e99558;
    background: #e99558;
}

.owl-dots {
    text-align: center;
}




/*.overlay-banner:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
	background-image: linear-gradient(to top left,#002f4b,black);
	
    z-index: 0;
    opacity: 0.35;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}*/


.services_text .year-drop button:focus {
    color: white !important;
}





.trns-text {
    background: url(/ar/images/download.png) -20px -20px no-repeat;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    display: block;
    filter: grayscale(100%);
    position: absolute;
    opacity: 0.1;
    right: -8px;
    font-size: 161px;
    font-family: arial;
    text-align: center;
    margin-top: 0px;
    font-weight: bold;
    letter-spacing: -16px;
    background-size: cover;
    width: 111%;
}



.right-side {
    float: right;
}

.mt-35 {
    margin-top: 35px;
}

.spacer {
    width: 100px;
    height: 2px;
    background: #686969;
    margin: 0px auto 20px;
    transition: 0.6s ease;
}

section:hover > .spacer {
    width: 150px;
    transition: 0.6s ease;
}

.initiatives-home:hover > .spacer {
    width: 150px;
    transition: 0.6s ease;
}

.section-title:hover > .spacer {
    width: 150px;
    transition: 0.6s ease;
}

.forline:hover > .spacer {
    width: 150px;
    transition: 0.6s ease;
}

.custom-module:hover > .spacer {
    width: 150px;
    transition: 0.6s ease;
}




.overlay-annual {
    display: block;
    position: absolute;
    background-color: rgba(51, 122, 183, 1);
    bottom: 0%;
    right: 4px;
    padding: 10px;
    transition: 0.5s ease;
    /* width: 150px; */
    /* height: 216px; */
}

.annual {
    transition: box-shadow .3s;
    padding: 20px;
    margin: 10px 0px;
}

    .annual:hover .overlay-annual {
        display: block;
        position: absolute;
        background-color: #337ab7bd;
        top: 0px;
        right: 17px;
        width: 88%;
        height: 100%;
        padding: 72px 0px;
        transition: 0.3s ease;
        box-shadow: 0 0 21px rgba(33,33,33,.5);
    }

        .annual:hover .overlay-annual h4 {
            font-size: 25px;
            font-weight: bold;
        }

.fraud-allign p {
    direction: ltr;
    text-align: right;
}







@media (min-width: 480px) and (max-width: 990px) {

    .navbar-toggle {
        position: relative;
        float: left;
        padding: 9px 10px;
        margin-top: 25px;
        margin-bottom: 8px;
        margin-left: 15px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }

    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

        .navbar-collapse.collapse {
            display: none !important;
        }

    .navbar-nav {
        float: none !important;
        margin: 7.5px -15px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }
}



form1 label i {
    padding-left: 5px;
}





.carousel-fade .carousel-inner .item {
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

    .carousel-fade .carousel-inner .next,
    .carousel-fade .carousel-inner .prev,
    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        transform: translate3d(0, 0, 0);
    }

.carousel-fade .carousel-control {
    z-index: 2;
}

.carousel-inner .item > img {
    -webkit-animation: zoom 30s;
    animation: zoom 30s;
}


button.btn.btn-primary.white {
    color: #fdfefe;
    background: #4991db;
    border: none;
}


.publication-section h1 {
    color: white !important;
    text-shadow: 1px 1px 1px black;
    text-transform: uppercase;
    font-weight: 600;
}


.line-dotted {
    position: absolute;
    z-index: 0;
    top: 5%;
    bottom: 0px;
    left: 49%;
    height: 85%;
    border-left: 2px dashed #ecae7f;
}

.gov-block {
    z-index: 10;
    position: relative;
}

.circle-image-governance {
    position: absolute;
}

    .circle-image-governance .media-wrap {
        right: 250%;
        display: inline-block;
        overflow: hidden;
        border-radius: 50%;
        position: relative;
        top: -22px;
        /* left: -264%; */
        z-index: 99;
        padding: 2px;
        background: rgba(33, 94, 171, 0.65);
        box-shadow: 0 5px 21px 3px rgba(130,133,144,.2);
    }

        .circle-image-governance .media-wrap img {
            border-radius: 50%;
            max-width: 100px;
            padding: 10px;
            background: white;
            transition: 0.5s ease;
        }

.blue-box {
    background: #2c58a8;
    width: 35%;
    padding: 20px;
    color: white;
    border-radius: 0px 0px 0px 50px;
    box-shadow: 2px 4px 9px -2px grey;
    margin: 1em auto 4em;
    transition: 0.5s linear;
    font-size: 18px;
    cursor: pointer;
    position: relative;
    z-index: 0;
}

    .blue-box p {
        text-align: center;
        margin-bottom: 0px;
        color: white;
    }

.move-left-box {
    margin-right: 15px;
    border-radius: 0px 50px 0px 0px;
}


.line-horizontal {
    position: absolute;
    z-index: 0;
    top: 64%;
    bottom: 0px;
    right: 29%;
    width: 22%;
    height: 10%;
    border-bottom: 2px dashed #ecae7f;
}

.line-horizontal-2 {
    position: absolute;
    z-index: 0;
    top: 66%;
    bottom: 0px;
    right: 29%;
    width: 22%;
    height: 1%;
    border-bottom: 2px dashed #ecae7f;
}

.right_sidebar {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.gov-block:hover > .circle-image-governance .media-wrap img {
    padding: 5px;
    transition: 0.5s ease;
}

.blue-box:hover {
    box-shadow: 10px 10px 10px #c3c3c3;
    background: #61c0fd;
    transition: 0.5s linear;
}


.board-block {
    margin-top: 40px;
    margin-bottom: 40px;
}

.for-circle-image .media-wrap {
    display: inline-block;
    overflow: hidden;
    border-radius: 50%;
    position: relative;
    top: 0px;
    right: 30%;
    z-index: 99;
    padding: 2px;
    background: rgba(33, 94, 171, 0.65);
    box-shadow: 0 5px 21px 3px rgba(130,133,144,.2);
}

.board-of-director:hover .for-circle-image img {
    transform: scale(1.05);
    transition: 1s ease;
}

.for-circle-image .media-wrap img {
    border-radius: 50%;
    max-width: 100px;
}

.centerflipcards {
    margin-top: -40px;
    margin-bottom: 20px;
}

.square-flip {
    width: 100%;
    height: 200px;
}

.square-flip {
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -webkit-transform: perspective(1000px);
    -moz-transform: perspective(1000px);
    -ms-transform: perspective(1000px);
    transform: perspective(1000px);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    /* border: 1px solid #efefef; */
    position: relative;
    float: left;
    margin: 0px;
}

    .square-flip .square {
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        transform: rotateY(0deg);
        transform-style: preserve-3d;
        z-index: 1;
        box-shadow: 14px 16px 14px 1px #0000000a;
    }

.square {
    background-size: cover;
    background-position: center center;
    -ms-transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
    transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
    -webkit-transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
    overflow: hidden;
    position: absolute;
    top: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.square, .square2 {
    width: 100%;
    height: 100%;
}

.square-container {
    padding: 30px;
    text-align: center;
    position: relative;
    top: 50%;
    -ms-transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
    transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
    -webkit-transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
    -webkit-transform: translateY(-50%) translateX(0px) scale(1);
    -ms-transform: translateY(-50%) translateX(0px) scale(1);
    transform: translateY(-50%) translateX(0px) scale(1);
    transform-style: preserve-3d;
    z-index: 2;
}

    .square-container h1 {
        font-size: 16px !important;
        text-align: center !important;
    }

.square-flip h2 {
    color: black !important;
    /* font-family: "Open Sans"; */
    /* font-weight: 700; */
    font-size: 15px;
    width: auto !important;
    border: none !important;
}

.square-container h3 {
    color: black;
    font-size: 17px;
    margin-top: 0px;
    text-align: center !important;
}

.square-flip h3 {
    color: black;
    font-size: 16px;
    text-align: center;
}

.flip-overlay {
    display: block;
    background: rgba(212, 212, 212, 0);
    width: 100%;
    height: 100%;
    border-radius: 2px;
    position: absolute;
    top: 0;
    border: 1px solid rgba(107, 151, 200, 0.18823529411764706);
}


.square-flip .square2 {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
    transform-style: preserve-3d;
    z-index: 1;
}

.square2 {
    background-size: cover;
    background-position: center center;
    -ms-transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
    transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
    -webkit-transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
    overflow: hidden;
    position: absolute;
    top: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.square, .square2 {
    width: 100%;
    height: 100%;
}

.square-container2 {
    padding: 20px;
    text-align: center;
    position: relative;
    top: 50%;
    -ms-transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
    transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
    -webkit-transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
    -webkit-transform: translateY(-50%) translateX(650px) translateZ(60px) scale(.88);
    -ms-transform: translateY(-50%) translateX(650px) translateZ(60px) scale(.88);
    transform: translateY(-50%) translateX(650px) translateZ(60px) scale(.88);
    transform-style: preserve-3d;
    z-index: 2;
}

.flip-read {
    float: left;
    right: 0px;
    font-size: 14px;
    margin-top: 15px;
}

.square-container2 p {
    font-size: 15px;
    margin-top: 35px;
    text-align: right;
}


.popup-board h2 {
    margin-top: 0;
    color: #333 !important;
    border: none !important;
    width: 100% !important;
    /* font-family: Tahoma, Arial, sans-serif; */
    font-size: 22px !important;
    font-weight: 500;
}

.square-flip {
    width: 100%;
    height: 200px;
}

.square-flip {
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -webkit-transform: perspective(1000px);
    -moz-transform: perspective(1000px);
    -ms-transform: perspective(1000px);
    transform: perspective(1000px);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    /* border: 1px solid #efefef; */
    position: relative;
    float: left;
    margin: 0px;
}

.centerflipcards {
    margin-top: -40px;
    margin-bottom: 20px;
}

.overlay-popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 10000;
}

.popup-board {
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    border-radius: 0px;
    width: 50%;
    height: 60%;
    position: relative;
    transition: all 5s ease-in-out;
}

    .popup-board h1 {
        font-size: 22px;
        margin-top: 0px;
        padding-top: 10px;
        text-align: left;
    }


.square-flip:hover .square {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    transform-style: preserve-3d;
    box-shadow: 14px 16px 14px 1px #0000000a;
}

.square-flip:hover .square-container2 {
    -webkit-transform: translateY(-50%) translateX(0px) translateZ(0px) scale(1);
    -ms-transform: translateY(-50%) translateX(0px) translateZ(0px) scale(1);
    transform: translateY(-50%) translateX(0px) translateZ(0px) scale(1);
    transform-style: preserve-3d;
}

.square-container2 {
    padding: 20px;
    text-align: center;
    position: relative;
    top: 50%;
    -ms-transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
    transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
    -webkit-transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
    -webkit-transform: translateY(-50%) translateX(650px) translateZ(60px) scale(.88);
    -ms-transform: translateY(-50%) translateX(650px) translateZ(60px) scale(.88);
    transform: translateY(-50%) translateX(650px) translateZ(60px) scale(.88);
    transform-style: preserve-3d;
    z-index: 2;
}


button#dropdownMenuButton span img {
    border: none;
    width: 10%;
    filter: invert(1);
}

ul {
    padding-right: 0px;
}

li {
    list-style: none;
}

.right_sidebar ul li:before {
    content: '';
    display: inline-block;
    height: 10px;
    width: 10px;
    background-size: 10px;
    background-image: url(/en/images/tick.png);
    background-repeat: no-repeat;
    margin-left: 10px;
}

.square-flip:hover .square2 {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    transform-style: preserve-3d;
}

.square-flip .square2 {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
    transform-style: preserve-3d;
    z-index: 1;
}

.square2 {
    background-size: cover;
    background-position: center center;
    -ms-transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
    transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
    -webkit-transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
    overflow: hidden;
    position: absolute;
    top: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.square, .square2 {
    width: 100%;
    height: 100%;
}



span.icon img {
    width: 90%;
    margin-top: -5px;
    margin-right: -10px;
}

span.icon.arrow-right img {
    width: 50%;
    margin-right: 5px;
    /* margin: 0px 13px; */
    margin-top: 0px;
    transform: rotate(180deg);
}

/*ol.title3 li {
    margin-left: -5%;
}*/


span.icon-location img {
    width: 3%;
}






.form-section input.form-control {
    border-radius: 10px;
    background: #fbfbfb;
    border: none !important;
    padding: 25px;
    box-shadow: -4px 9px 13px -12px #0000003d;
}

.form-section textarea.form-control {
    border-radius: 10px;
    background: #fbfbfb;
    border: none !important;
    padding: 25px;
    box-shadow: -4px 9px 13px -12px #0000003d;
}

input.btnContact {
    background: linear-gradient(45deg, #71b4ea, #2b55a6);
    color: white;
    height: auto !important;
    padding: 10px;
    width: 100% !important;
    box-shadow: -13px 9px 6px 0px #0000002e;
    transition: 0.3s ease;
}

    input.btnContact:hover {
        box-shadow: 0px 6px 8px -8px black;
        transition: 0.3s ease;
    }

.new-f-heading h1 {
    color: #29459c;
    text-shadow: 4px 1px 0px #fbfbfb;
}

p.footer-text {
    font-size: 1em;
}

    p.footer-text a {
        color: #2d59ac;
    }

.logo-footer-image img {
    width: 50%;
}

.img-with-address {
    margin-left: 15px;
}

    .img-with-address h3 {
        color: #29459b;
    }

span.f-icon img {
    width: 10%;
    margin: 5px 10px;
    border-radius: 0px 5px 0px 5px;
    transition: 0.5s ease;
    box-shadow: 0px 6px 8px -8px #000000;
}

span.f-icon.fb img {
    margin-right: 0px !important;
}

span.f-icon img:hover {
    box-shadow: -5px 4px 2px 0px #c7c7c78f;
    margin-top: -10px;
    transition: 0.5s ease;
}

.second-part-footer {
    padding: 1em 0px;
    background: linear-gradient(270deg, #29469e,#00afed,#29469e);
    background-size: 400% 400%;
    -webkit-animation: Gradient 10s ease infinite;
    -moz-animation: Gradient 10s ease infinite;
    animation: Gradient 10s ease infinite;
}



.form-group.subscribe-part input.form-control {
    background: none;
    border: 1px solid white !important;
    padding: 25px;
    color: white;
    border-radius: 25px;
    box-shadow: -13px 9px 6px 0px #0000002e;
}

.form-subscribe input.btnContact {
    border-radius: 50px;
    background: white;
    color: #29469e;
    /* padding: 20px; */
}

.form-subscribe input::placeholder {
    color: white;
}


.copy-right-section p {
    color: white;
    font-size: 1em;
    margin: 1.5em;
}





section.section-first {
    padding-top: 0px;
}


.marquee-section {
    background: rgba(0, 0, 0, 0.8);
    padding: 10px 0px;
    color: white;
    margin-top: -50px;
}


    .marquee-section a {
        color: white;
    }



span.date-marq {
    margin: 0px 15px;
}

a.marq-content {
    margin: 0px 20px;
}

.services_text.role.financial h3 {
    color: hsl(225, 59%, 39%);
    font-weight: 600;
    font-size: 20px;
}

.inline_flex {
    display: inline-flex;
}

    .inline_flex p {
        margin-bottom: 0px;
    }
.committee {
    background: url(/en/images/icon/committee.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: 105px 58px !important;
    border: none;
}


span.date-marq {
    margin: 0px 15px;
}

a.marq-content {
    margin: 0px 20px;
}

.services_text.role.financial h3 {
    color: hsl(225, 59%, 39%);
    font-weight: 600;
    font-size: 20px;
}

.inline_flex {
    display: inline-flex;
}

    .inline_flex p {
        margin-bottom: 0px;
    }



a.btn-video {
    background: white;
    padding: 10px 20px;
    /* margin: 30px auto 0px; */
    border-radius: 50px;
    margin-top: 50px !important;
    float: right;
    box-shadow: 6px 2px 8px 4px #00000063;
    color: #6a214f;
}

    a.btn-video:hover {
        box-shadow: 1px 1px 1px black;
        transition: 0.5s ease;
    }

a.db-police img {
    margin-top: 25px;
}

.db-police img {
    width: 250px
}

.abd-police img {
    width: 100px
}

.video-seg h3 {
    text-align: center;
    color: black;
}

.mar-btm-25 {
    margin-bottom: 25px !important;
}

.vdeo-section {
    margin: 50px auto;
}

@media(min-width:600px) {
    video.height-adjust-video {
        height: 600px !important;
        object-position: bottom !important;
    }

    .mrg-t-150 {
        margin-top: 150px;
    }

    .block-content-fraud p {
        width: 35% !important;
        margin-right: 45%;
    }

    .corona-banner h1 span {
        color: #1398d5 !important;
        font-size: 60px !important;
        font-weight: 600 !important;
        text-align: center !important;
    }

    .corona-banner p {
        font-size: 45px !important;
        font-weight: 600 !important;
        text-align: center !important;
    }

    .corona-banner {
        position: relative;
        left: 9%;
    }
}

@media (min-width:320px) and (max-width:600px) {
    .marquee-section {
        margin-top: 0px !important;
    }

    .slider-image.fraud-ban {
        margin-top: 50px;
    }

    a.abd-police, a.db-police {
        position: relative;
        z-index: 10;
    }
}

.video-seg iframe {
    width: 100% !important;
    height: 250px;
}
.annual-image img {
    height: 300px !important;
}
.sp-edition img {
    width: 100%;
    min-height: 350px;
    max-height: 375px;
    object-fit: contain;
}
.annual-image img {
    height: 300px !important;
}


.head_dir h3 {
    font-weight: 600 !important;
    color: #256092 !important;
    font-size: 24px !important;
    margin-bottom: -10px;
}

.jamal_pic img {
    width: 100%;
    padding: 20px;
}
.block-content-fraud.cus_2021 {
    display: none !important;
}
.bk_2021 .cta-btn-fraud a img {
    top: 300px !important;
}

.icon-img span img {
    margin-left: 15px;
}


.list-fraud ul li {
    list-style: disc;
    margin-right: 20px;
}
.new_type {
    margin-right: 40px;
}

.services_text.role #Outstream, .services_text.role p {
    background: white !important;
}