/*
Theme name: Arab Leaders
Theme URI: http://www..com
Description: We offer fast, professional and exceptional services
Tags: Technology ,center, Services
Author: X-Design
Author URI: http://www.x-des.com
Version: 1.0
*/
/* ==========================================================================
   Start CSS
   ========================================================================== */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,600');
@font-face {
    font-family: 'GE_Thameen';
    src: url('fonts/GEThameen-DemiBold.eot');
    src: url('fonts/GEThameen-DemiBold.eot?#iefix') format('embedded-opentype'),
    url('fonts/GEThameen-DemiBold.woff2') format('woff2'),
    url('fonts/GEThameen-DemiBold.woff') format('woff'),
    url('fonts/GEThameen-DemiBold.ttf') format('truetype'),
    url('fonts/GEThameen-DemiBold.svg#GEThameen-DemiBold') format('svg');
    font-weight: bold;
    font-style: normal;
}
html {
    height: 100%;
    font-family: 'Open Sans';
}
body {
    margin-right: 0 !important;
    height: 100%;
    background: #fff;
    font-family: 'Open Sans';
    direction: ltr;
}
.main-wrapper {
    overflow: hidden;
}
a:focus {
    outline: none;
    outline-offset: 0;
}
::-moz-selection {
    background: #28bc9f;
    color: #fff;
}
::selection {
    background: #234792;
    color: #fff;
}
a:hover,
a:focus {
    box-shadow: none !important;
    -webkit-appearance: none;
}
.navbar-header {
    float: right;
}
/* ==========================================================================
   Start Header Content
   ========================================================================== */
.mws-nav {
    float: right;
    margin: 25px 30px 25px 0px;
    text-align: center;
    transition: all ease .3s;
}
.mws-nav .caret {
    display: none;
}
.upper-nav {
    z-index: 600;
    margin: 0;
    width: 100%;
    border: 0;
    border-radius: 0;
    transition: all ease .4s;
}
.header-logo {
    /* position: relative; */
    /* left: 10%; */
    /* width: 170px; */
    /* height: 60px; */
    /* transition: all ease .4s; */
    z-index: 2;
    float: left;
    margin: 30px 0;
    transition: all ease .3s;
}
.upper-nav li {
    display: inline-block;
    float: none;
    margin: 0 25px;
    padding: 10px 0;
    transition: all ease .3s;
}
.nav .navbar-nav {
    direction: rtl !important;
}
.navbar-nav > li > a {
    padding: 15px 0px 0px 0px;
    color: #ffffff;
    letter-spacing: 0px;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    transition: all ease .4s;
    text-transform:  uppercase;
}
.sticky .navbar-nav > li > a {
    padding: 15px 0px 0px 0px;
    color: #5691b8;
    letter-spacing: 0px;
    font-size: 15px;
    line-height: 20px;
    transition: all ease .4s;
}
.navbar-nav > li.dropdown > a:after {
    display: none;
}
.navbar-nav li a:hover,
.navbar-nav li a:focus {
}
.dropdown-menu {
    left: 0;
    right: inherit;
    padding: 0;
    width: 200px;
    border: none;
    border-radius: 0;
    text-align: left;
}
.sub-menu {
    top: 100%;
    left: 100%;
    /* right: inherit; */
    margin-top: -35px;
    padding: 0;
    width: 200px;
    border: none;
    border-radius: 0;
    text-align: left;
}
.dropdown-menu li {
    margin: 0;
    padding: 0;
    width: 200px;
}
.dropdown-menu li a {
    position: relative;
    padding: 0 15px;
    width: 100%;
    height: 40px;
    background: #ffffff;
    color: #464646;
    text-align: left;
    font: 14px/40px "Open Sans", Tahoma, Geneva, sans-serif !important;
    transition: all ease .3s;
}
.dropdown-menu li a:hover {
    background: #10408c;
    color: #ffffff;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background: transparent;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    outline: 0;
    background-color: #0079f0;
    color: #fff;
    text-decoration: none;
}
.nav > li > a:focus {
    background: transparent;
}
.nav > li > a:hover {
    background: transparent;
    color: #5eacd8;
}
.nav > li > a:after {
    left: 0;
    display: block;
    margin: 12px 0 0 0;
    width: 100%;
    height: 2px;
    background: transparent;
    content: "";
    transition: all ease .3s;
    transform: translateY(10px);
}
.nav > li > a:hover:after {
    display: block;
    width: 100%;
    background: #5691b8;
    content: "";
    transform: translateY(0px);
}
.nav > li.dropdown > a:after {
    display: none;
}
.sticky .navbar-toggle {

    margin: 10px 10px 0 0px;
}
.navbar-toggle {
    float: right;
    box-sizing: border-box;
    margin: 35px 0px 0 10px;
    padding: 0;
    width: 45px;
    height: 45px;
    border-radius: 0;
    background: none;
    transition: all ease .3s;
}
.navbar-toggle.collapsed {
    border: 0px solid #ffffff;
    border-radius: 0;
    background: none;
}
.navbar-toggle.collapsed .icon-bar {
    margin-right: auto;
    margin-left: auto;
    background: #ffffff;
    transition: all ease .3s;
}
.sticky .navbar-toggle.collapsed .icon-bar {
    margin-right: auto;
    margin-left: auto;
    background: #407ab6;
    transition: all ease .3s;
}
.navbar-toggle {
    border: 0px solid #ffffff;
    background: rgba(27, 61, 139, 1);
    background: -moz-linear-gradient(-45deg, rgba(27, 61, 139, 1) 0%, rgba(27, 61, 139, 1) 40%, rgba(94, 171, 216, 1) 60%, rgba(94, 171, 216, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(27, 61, 139, 1)), color-stop(40%, rgba(27, 61, 139, 1)), color-stop(60%, rgba(94, 171, 216, 1)), color-stop(100%, rgba(94, 171, 216, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(27, 61, 139, 1) 0%, rgba(27, 61, 139, 1) 40%, rgba(94, 171, 216, 1) 60%, rgba(94, 171, 216, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(27, 61, 139, 1) 0%, rgba(27, 61, 139, 1) 40%, rgba(94, 171, 216, 1) 60%, rgba(94, 171, 216, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(27, 61, 139, 1) 0%, rgba(27, 61, 139, 1) 40%, rgba(94, 171, 216, 1) 60%, rgba(94, 171, 216, 1) 100%);
    background: linear-gradient(135deg, rgba(27, 61, 139, 1) 0%, rgba(27, 61, 139, 1) 40%, rgba(94, 171, 216, 1) 60%, rgba(94, 171, 216, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1b3d8b', endColorstr='#5eabd8', GradientType=1);
}
.navbar-toggle .icon-bar {
    margin-right: auto;
    margin-left: auto;
    background: #ffffff;
}
.navbar-collapse {
    padding: 0;
    border: none;
    box-shadow: none;
}
.mega-header-left {
    float: left;
}
.lang-btn-wr {
    position: relative;
    float: right;
    overflow: hidden;
    margin: 46px 80px 0 0px;
    height: 30px;
    color: #a4d0f6;
    text-align: center;
    cursor: pointer;
    transition: all ease .35s;
}
.lang-btn {
    position: relative;
    display: inline-block;
    float: left;
    overflow: hidden;
    margin: 0px 0px 0 0;
    /* width: 43px; */
    height: 30px;
    color: #ffffff;
    text-transform: uppercase;
    font: 15px/30px "GE_Thameen", Tahoma, Geneva, sans-serif;
    /* opacity: 0; */
    transition: all ease .3s;
}
.sticky .lang-btn {
    color: #ababab;
}
.lang-btn:hover, .lang-btn:focus {
    color: #5eacd8;
}
/* ==========================================================================
   Upper Section
   ========================================================================== */
.m-header {
    position: fixed;
    top: 0;
    z-index: 555;
    width: 100%;
    transition: all ease .3s;
}
.container-cs {
    margin: 0 5%;
    max-width: 1600px;
}
.he-bot {
    position: absolute;
    top: 50%;
    z-index: 2;
    overflow: hidden;
    width: 100%;
}
.upper-sec {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    width: 100%;
    background: url('images/up-fold-bg.jpg') center no-repeat;
    background-size: cover;
}
.page-tit-desc {
    float: left;
    width: 40%;
    color: #5daec7;
    word-break: break-all;
    /* margin: 0px 10px 0px 70px; */
    font: 13px/20px "Open Sans";
}
.header-in {
}
.img-layer {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 65%;
    height: 100%;
    background-size: contain;
}
.upper-con {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    z-index: 4;
    margin: auto;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.upper-con .upper-slug {
    display: block;
    margin: 0 0 20px;
    color: #ffffff;
    font-size: 40px;
}
.he1 {
    margin: 20px auto;
    max-width: 60%;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0;
    font: 60px/70px 'Open Sans', cursive;
    font-weight: bold;
}
.he1 .colored {
    color: #a4d0f6
}
.upper-con-in p {
    margin: auto;
    max-width: 55vw;
    color: #fff;
    font-size: 19px;
    line-height: 30px;
}
.upper-btns-wr {
    padding: 70px 0 0 0;
}
.upper-btns-wr a {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: 0 10px;
    width: 250px;
    height: 55px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    line-height: 55px;
    transition: all ease .3s;
    text-transform: uppercase;
}
.upper-btns-wr a:before {
    position: absolute;
    top: 0;
    right: -50%;
    left: -50%;
    z-index: -1;
    margin: auto;
    width: 150%;
    height: 55px;
    background: rgba(27, 61, 139, 1);
    background: -moz-linear-gradient(-45deg, rgba(27, 61, 139, 1) 0%, rgba(27, 61, 139, 1) 40%, rgba(94, 171, 216, 1) 60%, rgba(94, 171, 216, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(27, 61, 139, 1)), color-stop(40%, rgba(27, 61, 139, 1)), color-stop(60%, rgba(94, 171, 216, 1)), color-stop(100%, rgba(94, 171, 216, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(27, 61, 139, 1) 0%, rgba(27, 61, 139, 1) 40%, rgba(94, 171, 216, 1) 60%, rgba(94, 171, 216, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(27, 61, 139, 1) 0%, rgba(27, 61, 139, 1) 40%, rgba(94, 171, 216, 1) 60%, rgba(94, 171, 216, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(27, 61, 139, 1) 0%, rgba(27, 61, 139, 1) 40%, rgba(94, 171, 216, 1) 60%, rgba(94, 171, 216, 1) 100%);
    background: linear-gradient(135deg, rgba(27, 61, 139, 1) 0%, rgba(27, 61, 139, 1) 40%, rgba(94, 171, 216, 1) 60%, rgba(94, 171, 216, 1) 100%);
    content: "";
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1b3d8b', endColorstr='#5eabd8', GradientType=1);
    transition: all ease .3s;
}
.upper-btns-wr a:after {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: -2;
    margin: auto;
    width: 100%;
    height: 55px;
    border: 1px solid #fff;
    content: "";
    transition: all ease .3s;

}
.upper-btns-wr a:hover {
}
.upper-btns-wr a:hover:before {
    top: 0;
    width: 100%;
    width: 100%;
    height: 60px;
    opacity: 1;
}
/*================================*/
.news-sec {
    padding: 100px 0px 90px 0px;
    background-size: contain;
}
.sec-tit-wr {
    position: relative;
    margin: 0 0 60px 0;
    padding: 0;
    text-align: center;
}
.services-sec .sec-tit-wr {
    position: relative;
    margin: 0 0 100px 0;
    padding: 0;
    text-align: center;
}
.sec-tit {
    position: relative;
    display: inline-block;
    margin: 0 0px 20px 0;
    padding: 0 50px;
    color: #5eacd8;
    text-transform: inherit;
    font-weight: bold;
    font-size: 30px;
    line-height: 42px;
    text-transform: uppercase;
}
.sec-tit:after {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 7px;
    background: #ddf2fd;
    content: "";
    transform: translateY(-50%)

}
.sec-desc {
    display: block;
    margin: auto;
    color: #999a9a;
    font-size: 15px;
}
/*================================*/
.m-header.sticky {
    background: #fff;
}
.site-logo {
    display: block;
    margin: 0px 0;
    max-width: 100%;
    width: 326px;
    height: 54px;
    background: url("images/logo-en.png") right center no-repeat;
    background-size: contain;
    transition: all ease .3s;
}
.sticky .site-logo {
    height: 45px;
    background-size: contain;
}
.sticky .header-logo {
    margin: 15px 0;
}
.sticky .mws-nav {
    margin: 3px 30px 3px 0px;
}
.sticky .lang-btn-wr {

    float: right;

    overflow: hidden;

    margin: 24px 80px 0 0px;

    text-align: center;

    cursor: pointer;

    transition: all ease .3s;
}
/* ==========================================================================
   Intro Section
   ========================================================================== */
.intro-sec {
    position: relative;
    padding: 180px 0 70px 0;
    min-height: 690px;
    background: #ffffff;
}
.intro-sec .container {
    position: relative;
    z-index: 2
}
.intro-sec-title {

}
.sec-tit-wr .sec-tit .colored {
    color: #254c7b;
}
/* ==========================================================================
   Services Section
   ========================================================================== */
.services-sec {
    position: relative;
    padding: 100px 0 80px 0;
}
.services-sec .container {
    position: relative;
    z-index: 2
}
.services-sec-tit {
    display: block;
    margin: 0 0 20px 0;
    color: #3f4040;
    text-transform: inherit;
    font-size: 35px;
}
.services-sec-con p {
    margin: 0 0px 0px 0px;
    color: #139ac4;
    font-weight: 300;
    font-size: 15px;
    line-height: 25px;
    /* opacity: 0; */
    transition: all ease .4s;
}
.services-sec-con .serv-title-wr {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 26px 0 15px 0px;
    height: 30px;
    color: #376bab;
    font-size: 22px;
    transition: all ease .4s;
}
.services-sec-con .serv-title-wr h2 {
    position: relative;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    margin: 0;
    color: #376bab;
    font-weight: 900;
    font-size: 18px;
    transition: all ease .4s;
    text-transform:  uppercase;
}
.services-sec-con .serv-title-wr a {
    position: relative;
    position: absolute;
    top: -50px;
    right: 0;
    left: 0;
    display: block;
    color: #fff;
    font-weight: 900;
    font-size: 18px;
    opacity: 0;
    transition: all ease .4s;
    text-transform: uppercase;
}
.services-sec-article:hover .serv-title-wr h2 {
    top: 50px;
}
.services-sec-article:hover .serv-title-wr a {
    top: 0px;
    opacity: 1;
}
.services-sec-con {
}
.serv-item {
    margin-bottom: 30px;
    text-align: center;
}
.serv-item-con {
    padding: 50px 30px;
    transition: all ease .5s;
}
.services-sec-article {
    position: relative;
    height: 270px;
    transition: all ease .5s;
}
.services-sec-article:before {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: auto;
    width: 100%;
    height: 70%;
    background-image: -moz-linear-gradient(-45deg, rgb(27, 60, 139) 0%, rgb(27, 60, 139) 15%, rgb(94, 172, 216) 85%, rgb(94, 172, 216) 100%);
    background-image: -webkit-linear-gradient(-45deg, rgb(27, 60, 139) 0%, rgb(27, 60, 139) 15%, rgb(94, 172, 216) 85%, rgb(94, 172, 216) 100%);
    background-image: -ms-linear-gradient(-45deg, rgb(27, 60, 139) 0%, rgb(27, 60, 139) 15%, rgb(94, 172, 216) 85%, rgb(94, 172, 216) 100%);
    content: "";
    opacity: 0;
    transition: all ease .4s;
}
.services-sec-article:after {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: -2;
    margin: auto;
    width: 100%;
    height: 100%;
    border: 1px solid #5eacd8;
    content: "";
    transition: all ease .3s;

}
.services-sec-article:hover:before {
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 1;
}
.services-sec-article .serv_item_ico {
    display: inline-block;
    width: 125px;
    height: 100px;
    transition: all ease .4s;
}
.services-sec-article:hover .serv_item_ico {

    transform: translateY(-5px);
}
.serv-item:hover .services-sec-article {
}
.services-sec-article:hover p, .services-sec-article:hover h2 {
    color: #fff
}


.serv-item:nth-child(4) .serv_item_ico {
    background: url("images/serv_ico.png") 0px 0px;

}
.serv-item:nth-child(5) .serv_item_ico {
    background: url("images/serv_ico.png") 125px 0px;

}
.serv-item:nth-child(1) .serv_item_ico {
    background: url("images/serv_ico.png") 250px 0px;

}
.serv-item:nth-child(6) .serv_item_ico {
    background: url("images/serv_ico.png") 375px 0px;

}
.serv-item:nth-child(2) .serv_item_ico {
    background: url("images/serv_ico.png") 500px 0px;

}
.serv-item:nth-child(7) .serv_item_ico {
    background: url("images/serv_ico.png") 625px 0px;

}
.serv-item:nth-child(3) .serv_item_ico {
    background: url("images/serv_ico.png") 750px 0px;

}
.serv-item:nth-child(8) .serv_item_ico {
    background: url("images/serv_ico.png") 875px 0px;

}


.serv-item:nth-child(4):hover .serv_item_ico {
    background: url("images/serv_ico_h.png") 0px 0px;

}
.serv-item:nth-child(5):hover .serv_item_ico {
    background: url("images/serv_ico_h.png") 125px 0px;

}
.serv-item:nth-child(1):hover .serv_item_ico {
    background: url("images/serv_ico_h.png") 250px 0px;

}
.serv-item:nth-child(6):hover .serv_item_ico {
    background: url("images/serv_ico_h.png") 375px 0px;

}
.serv-item:nth-child(2):hover .serv_item_ico {
    background: url("images/serv_ico_h.png") 500px 0px;

}
.serv-item:nth-child(7):hover .serv_item_ico {
    background: url("images/serv_ico_h.png") 625px 0px;

}
.serv-item:nth-child(3):hover .serv_item_ico {
    background: url("images/serv_ico_h.png") 750px 0px;

}
.serv-item:nth-child(8):hover .serv_item_ico {
    background: url("images/serv_ico_h.png") 875px 0px;

}

.gallery-sl-wr {
    position: relative;
    margin-bottom: 80px;
}
.gallery-sl {
    overflow: hidden;
    max-height: 500px;
}
.gal-sl-ctrl {
    /* position: absolute; */
    /* top: 40px; */
    /* left: 15px; */
    /* width: 161px; */
}
.gal-sl-ctrl .ga-sl-ctrl {
    position: absolute;
    top: 50%;
    display: inline-block !important;
    margin: 0 9px 0 0px;
    width: 75px;
    height: 75px;
    border-radius: 5px;
    background: #c0eaf7;
    color: #44b1d3;
    line-height: 70px;
    cursor: pointer;
    transition: all ease .35s;
    transform: translateY(-50%);
}
.gal-sl-ctrl .ga-sl-ctrl:hover {
    background: #44b1d3;
    color: #c0eaf7;

}
.gal-sl-ctrl .slick-prev {
    right: -15%;
}
.gal-sl-ctrl .slick-next {
    left: -15%;
}
.gal-sl-ctrl .slick-prev:before,
.gal-sl-ctrl .slick-next:before {
    display: block;
    text-align: center;
    font-size: 22px;
}
/* ==========================================================================
   News Section
   ========================================================================== */

.news-sec-con {
}
.news-item {
}
.news-sec-article {
    position: relative;
    /* overflow: hidden; */
    box-shadow: 0px 10px 65px 0px rgba(232, 232, 232, 0.61);
    transition: all ease .4s;
}
.news-sec-article:hover {

}
.news-img-wr {
    position: relative;
}
.news-img-wr:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(27, 61, 139, 1);
    background: -moz-linear-gradient(left, rgba(27, 61, 139, 1) 0%, rgba(94, 171, 216, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(27, 61, 139, 1)), color-stop(100%, rgba(94, 171, 216, 1)));
    background: -webkit-linear-gradient(left, rgba(27, 61, 139, 1) 0%, rgba(94, 171, 216, 1) 100%);
    background: -o-linear-gradient(left, rgba(27, 61, 139, 1) 0%, rgba(94, 171, 216, 1) 100%);
    background: -ms-linear-gradient(left, rgba(27, 61, 139, 1) 0%, rgba(94, 171, 216, 1) 100%);
    background: linear-gradient(to right, rgba(27, 61, 139, 1) 0%, rgba(94, 171, 216, 1) 100%);
    content: "";
    opacity: .5;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1b3d8b', endColorstr='#5eabd8', GradientType=1);
    /*mix-blend-mode: lighten;*/
}
.news-img-wr img {

}
.news-date {
    color: #a4d0f6;
    font-size: 30px;
}
.news-item-con {
    position: relative;
    padding: 30px 20px 40px 20px;
    background: #fff;
    text-align: center;
    transition: all ease .4s;
}
.news-item-con:after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 0;
    height: 3px;
    background: #61add8;
    content: "";
    transition: all ease .3s
}
.news-item:hover .news-item-con:after {
    right: 0;
    left: auto;
    width: 100%
}
.news-item-con h2 {
    margin: 0px 0px 25px 0px;
    color: #6a7580;
    font-weight: bold;
    font-size: 16px;
    transition: all ease .4s;
    line-height: 26px;
}
.news-item-con .date {
    display: block;
    margin: 0px 0px 30px 0px;
    color: #a4d3ed;
    text-align: left;
    font-weight: 100;
    font-size: 18px;
    transition: all ease .4s;
}
.news-item-con p {
    margin: 0 0 40px 0;
    color: #8b8c8d;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    transition: all ease .4s;
}
.news-item-con a {
    margin: 0;
    color: #6e7070;
    font-weight: bold;
    font-size: 16px;
    transition: all ease .4s;
}
.news-item:hover .news-item-con a {
    color: #5eacd8;
}
.news-item:hover .news-item-con h2, .news-item:hover .news-item-con p {
    color: #5691b8;
}
.news-item:hover .news-sec-article:after {
    opacity: 1;
    transform: scale(1);
}
.news-item:hover .news-item-con {
    opacity: 1;
    transform: scale(1);
}
.news-item:hover img {
}
.news-item:hover {
}
.news-item:hover {
}
.allnews-btns-wr {
    padding: 70px 0 0 0;
    text-align: center;
}
.allnews-btns-wr a {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: 0 10px;
    width: 250px;
    height: 55px;
    color: #5eacda;
    font-weight: bold;
    font-size: 16px;
    line-height: 55px;
    transition: all ease .3s;
    text-transform: uppercase;
}
.allnews-btns-wr a:before {
    position: absolute;
    top: 0;
    right: -50%;
    left: -50%;
    z-index: -1;
    margin: auto;
    width: 150%;
    height: 55px;
    background: rgba(27, 61, 139, 1);
    background: -moz-linear-gradient(-45deg, rgba(27, 61, 139, 1) 0%, rgba(27, 61, 139, 1) 40%, rgba(94, 171, 216, 1) 60%, rgba(94, 171, 216, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(27, 61, 139, 1)), color-stop(40%, rgba(27, 61, 139, 1)), color-stop(60%, rgba(94, 171, 216, 1)), color-stop(100%, rgba(94, 171, 216, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(27, 61, 139, 1) 0%, rgba(27, 61, 139, 1) 40%, rgba(94, 171, 216, 1) 60%, rgba(94, 171, 216, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(27, 61, 139, 1) 0%, rgba(27, 61, 139, 1) 40%, rgba(94, 171, 216, 1) 60%, rgba(94, 171, 216, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(27, 61, 139, 1) 0%, rgba(27, 61, 139, 1) 40%, rgba(94, 171, 216, 1) 60%, rgba(94, 171, 216, 1) 100%);
    background: linear-gradient(135deg, rgba(27, 61, 139, 1) 0%, rgba(27, 61, 139, 1) 40%, rgba(94, 171, 216, 1) 60%, rgba(94, 171, 216, 1) 100%);
    content: "";
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1b3d8b', endColorstr='#5eabd8', GradientType=1);
    transition: all ease .3s;

}
.allnews-btns-wr a:after {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: -2;
    margin: auto;
    width: 100%;
    height: 55px;
    border: 1px solid #5eacd9;
    content: "";
    transition: all ease .3s;
}
.allnews-btns-wr a:hover {
    color: #fff;
}
.allnews-btns-wr a:hover:before {
    top: 0;
    width: 100%;
    width: 100%;
    height: 60px;
    opacity: 1;
}
.blog-page .news-item {
    margin-bottom: 50px;
}
/* ==========================================================================
   Newsletter Section
   ========================================================================== */
.newsletter-sec {
    padding: 100px 0 140px 0;
    background: url("images/newsletter_bg.jpg") center no-repeat;
    background-size: cover;
}
.news-letter-con .wysija-input {
    padding: 0 0px 0 20px;
    width: 100%;
    height: 50px;
    outline: 0;
    border: 0;
    border-radius: 0;
    background: #ffffff;
    color: #909193;
    font-weight: bold;
    font-size: 15px;
    transition: all ease .3s;
}
.news-letter-con .wysija-submit {
    float: right;
    margin: 0;
    min-width: 100px;
    width: 30%;
    height: 50px;
    outline: 0;
    border: 0;
    border-radius: 0;
    background: #0e4f74;
    color: #44b1d3;
    font-weight: bold;
    font-size: 15px;
    transition: all ease .3s;
    text-transform:  uppercase;
}
.news-letter-con .wysija-submit:hover {
    background: #5eacd8;
    color: #fff;
}
.news-letter-con .wysija-paragraph {
    display: block;
    float: left;
    margin: 0;
    width: 70%;
}
.newsletter-sec .sec-tit-wr {
    position: relative;
    margin: 0 0 75px 0;
    padding: 0;
    text-align: center;
}
.newsletter-sec .sec-tit {
    color: #ffffff;

}
.newsletter-sec .sec-desc {
    color: #ffffff;
}
.newsletter-sec .sec-tit:after {
    display: none

}
/* ==========================================================================
   Contact Section
   ========================================================================== */

.contact-sec {
}
.contact-sec .sec-tit-wr {
}
.contact-sec .sec-desc {
}
.contact-sec h2 {
}
.contact-sec .contact-sec-con {
}
.contact-sec .con-sec-bg {
    display: flex;
    min-height: 620px;
    background: url("images/con-sec-bg_ar.jpg") center no-repeat;
    background-size: cover;
    align-items: center;
    justify-content: center;
}
.contact-sec .con-sec-bg h3 {
    max-width: 50%;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 135px;
}
.contact-sec .con-sec-wr {
    min-height: 620px;
    background: #28bc9f;
}
.contact-sec .con-sec-in {
    overflow: hidden;
    padding: 70px 40px 0px 50px;
}
.contact-sec .con-sec-in h4 {
    margin: 0 0 40px 0;
    color: #fff;
    font-size: 25px;
}
/*=============================*/
.contact-sec {
    padding: 0px 0 150px 0;
}
.sin-con-form-in {

}
.sin-contact-form-wr {
    padding: 40px 0 70px 0;
}
.contact-sec .wpcf7-form-control {
    display: block;
    margin: 0 0 40px 0;
    padding: 10px 0px;
    width: 100%;
    height: 40px;
    border: 0;
    border-bottom: 1px solid #7de7d2;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: #7c797a;
    text-align: right;
    text-transform: uppercase;
    font: 13px/60px 'Open Sans', Tahoma, Geneva, sans-serif;
    transition: all ease .3s;
}
.contact-sec .wpcf7-form-control.wpcf7-radio, .contact-sec .wpcf7-form-control.wpcf7-checkbox {
    padding: 0 20px
}
.contact-sec .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
    padding: 0 10px;
}
.contact-sec .wpcf7-form-control::-webkit-input-placeholder {
    color: #7de7d2 !important;
    transition: all ease .4s;
}
.contact-sec .wpcf7-form-control::-moz-placeholder:focus {
    color: #fff !important;
}
.contact-sec .wpcf7-form-control:-ms-input-placeholder:focus {
    color: #fff !important;
}
.contact-sec .wpcf7-form-control:focus::-webkit-input-placeholder {
    color: #fff !important;
}
.contact-sec .wpcf7-form-control:focus::-moz-placeholder:focus {
    color: #fff !important;
}
.contact-sec .wpcf7-form-control:focus:-ms-input-placeholder:focus {
    color: #fff !important;
    opacity: 0;
}
.contact-sec .wpcf7-form-control[type="file"] {
    height: 40px;
    border: 0;
    border-radius: 0;
    line-height: 0;
}
.contact-sec .wpcf7-form-control[type="date"] {
    padding: 20px;
}
.contact-sec textarea:focus,
.contact-sec input:focus {
    outline: none;
    border-color: #fff;
    color: #ffffff;
    text-indent: 10px;
}
.contact-sec textarea {
    height: 180px !important;
    line-height: 30px !important;
    resize: none;
}
.contact-sec input[type='submit'] {
    float: left;
    margin: 10px 0 0 0;
    padding: 0;
    width: 200px;
    height: 55px;
    border: 0;
    border-radius: 5px;
    background: #fff;
    color: #37c4a8;
    text-align: center;
    font-size: 17px;
    line-height: 55px;
}
.contact-sec input[type='submit']:hover, .contact-sec input[type='submit']:focus {
    background: #1f9c84;
    box-shadow: none;
    color: #ffffff;
    text-indent: 0;
}
/*=============================*/
.contact-form-in {
    padding: 0px 0 0px 0;
}
.sin-con-form-in {

}
.sin-contact-form-wr {
    padding: 40px 0 70px 0;
}
.contact-form-in .wpcf7-form-control {
    display: block;
    margin: 0 0 20px 0;
    padding: 10px 20px;
    width: 100%;
    height: 75px;
    border: 0;
    border: 0;
    border-radius: 0px;
    background: #e8e8e8;
    box-shadow: none;
    color: #6e7070;
    text-align: left;
    text-transform: uppercase;
    font: 15px/60px 'Open Sans', Tahoma, Geneva, sans-serif;
    transition: all ease .4s;
}
.contact-form-in .wpcf7-form-control.wpcf7-radio, .contact-form-in .wpcf7-form-control.wpcf7-checkbox {
    padding: 0 20px
}
.contact-form-in .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
    padding: 0 10px;
}
.contact-form-in .wpcf7-form-control::-webkit-input-placeholder {
    color: #6e7070 !important;
    transition: all ease .4s;
}
.contact-form-in .wpcf7-form-control::-moz-placeholder:focus {
    color: #fff !important;
}
.contact-form-in .wpcf7-form-control:-ms-input-placeholder:focus {
    color: #fff !important;
}
.contact-form-in .wpcf7-form-control:focus::-webkit-input-placeholder {
    color: #fff !important;
}
.contact-form-in .wpcf7-form-control:focus::-moz-placeholder:focus {
    color: #fff !important;
}
.contact-form-in .wpcf7-form-control:focus:-ms-input-placeholder:focus {
    color: #fff !important;
    opacity: 0;
}
.contact-form-in .wpcf7-form-control[type="file"] {
    height: 40px;
    border: 0;
    border-radius: 0;
    line-height: 0;
}
.contact-form-in .wpcf7-form-control[type="date"] {
    padding: 20px;
}
.contact-form-in textarea:focus,
.contact-form-in input:focus {
    outline: none;
    background: #5eacd8;
    color: #ffffff;
    text-indent: 10px;
}
.contact-form-in textarea {
    height: 250px !important;
    line-height: 30px !important;
    resize: none;
}
.contact-form-in input[type='submit'] {
    float: right;
    margin: 0px auto 50px auto;
    padding: 0;
    width: 170px;
    height: 75px;
    text-align: center;
    font-size: 15px;
    line-height: 70px;
}
.contact-form-in input[type='submit']:hover, .contact-form-in input[type='submit']:focus {
    background: #5eacd9;
    box-shadow: none;
    color: #ffffff;
    text-indent: 0;
}
/* ==========================================================================
   Footer
   ========================================================================== */
.footer-wrapper {
    position: relative;
    padding: 80px 0 0px 0;
    background: #333434;
}
.fot-wid {
}
.fo-logo-wr {

    margin-bottom: 40px;
}
.fot-abt-con p {
    margin: 0px 0 60px 0;
    color: #c9c9c9;
    font-size: 14px;
    line-height: 25px;
}
.footer-logo img {
    max-width: 100%;
    width: auto;
}
.fot-wid-tit {
    position: relative;
    padding: 0;
}
.fot-wid-tit h2 {
    margin: 0 0 25px 0;
    color: #a4d0f6;
    text-transform: uppercase;
    font: 25px/30px "Open Sans";
    font-weight: bold;
}
.fot-wid-con {
    padding: 0px 0 60px 0;
    color: #ffffff;
    font: 17px/27px "Open Sans";
}
.fot-con-dets {
}
.fot-con-dets-item {
    margin-bottom: 6px;
}
.fot-con-item {
    display: inline-block;
    margin: 0 10px 15px 0px;
    max-width: 80%;
    vertical-align: middle;
}
.fot-con-item h4 {
    margin: 0 0 15px 0;
    color: #6de5cc;
    font-size: 22px;
}
.fot-con-item span {
    color: #c9c9c9;
    font-size: 14px;
    text-transform: uppercase;
    margin:  0 5px 0 0;
}
.news-letter-con > h3 {
    margin: 0 0 20px 0;
    color: #44b1d3;
    font-size: 14px;
}
/* ==========================================================================
  Social Icons
   ========================================================================== */

.social-icons {
    /* float: left; */
    margin: 30px 0 0 0;
    padding: 0;
    list-style-type: none;
    text-align: left;
    direction: ltr;
}
.social-icons li a {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: 0 0px 0 0;
    padding: 0;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    background: #3d3e3e;
    list-style: none;
    text-align: center;
    text-transform: initial;
    font-size: 15px;
    transition: all ease .4s;
}
.social-icons li a:hover:after {
    width: 0;
    opacity: 0;
}
.social-icons li a:hover:before {
    color: #3c3d3d !important;
}
.social-icons li {
    display: inline-block;
    margin: 0 5px 10px 5px;
    width: 30px;
    height: 30px;
}
.social-icons li a:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    display: block;
    margin: 0;
    width: 30px;
    height: 30px;
    background: transparent;
    background-position: left;
    color: #5eacd8;
    font-family: "socicons";
    line-height: 30px;
    transition: all ease .4s;
}
.social-icons li a:hover {
    background: #5dabd8;
}
.social-icons li a:after {
    display: none;
    content: '' !important
}
.social-footer .social-icons li a {
}
/*****************************/
.fo-con-he {
    position: relative;
    margin: 0 20px 30px 20px;
    font-weight: 900;
}
.fo-con-he h2 {

    margin: 0;

    color: #aeb4b4;

    text-align: center;

    font-weight: bold;

    font-size: 30px;

    text-transform: uppercase;
}
.fo-con-he:after {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: -1;
    width: 100%;
    height: 7px;
    background: #3d3e3e;
    content: '';
}
.fot-wid-con .con-dets {
    margin-bottom: 5px;
    color: #ffffff;
    text-align: left;
    text-transform: uppercase;
    font: 15px/25px "Open Sans";
    font-weight: 700;
}
.fot-wid-con .con-dets h4 {
    margin: 10px 0;
    color: #f5986b;
    font-weight: 700;
    font-size: 15px;
}
.fot-wid-con .con-dets span {
    display: block;
}
.about-footer {
    color: #4d4a4e;
    font-size: 15px;
    line-height: 25px;
}
.si-copyrights h3 {
    display: block;
    float: left;
    margin: 15px 0;
    color: #585959;
    font: 14px/50px "Open Sans", tahoma;
}
.x-rights {
    display: inline-block;
    float: right;
    margin: 10px auto 0px auto;
    padding: 0;
    width: 154px;
    height: 58px;
    background: url("images/x-des-logo-en.png") center no-repeat;
    color: #00b1fb;
    text-align: left;
}
.x-rights h3 {
    margin: 0px 0 5px 1px;
    color: #44b1d3;
    vertical-align: middle;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 900;
    font-size: 18px;
}
.x-rights span {
    display: block;
    margin: 2px 0px 8px 0px;
    color: #44b1d3;
    vertical-align: middle;
    text-transform: initial;
    letter-spacing: 0;
    font-weight: 300;
    font-style: italic;
    font-size: 17px;
}
.footer-bar {
    overflow: hidden;
    padding: 0px 0;
    border-top: 1px solid #585959;
}
.sitemap-con {
    margin-top: 0px;
    width: 100%;
    text-align: right;
}
.sitemap-con ul {
    margin: 0px 0 0 0;
    padding: 0;
    width: 100%;
}
.sitemap-con li {
    position: relative;
    display: block;
    margin: 0 0 0 0px;
    text-align: center;
}
.sitemap-con li a {
    display: block;
    padding: 5px 0;
    color: #c9c9c9;
    font: 14px/25px "Open Sans";
    transition: all ease .3s;
    text-transform: uppercase;
}
.sitemap-con li a:hover {
    color: #ffffff;
}
.fo-abt-con p {
    color: #9a9a9a;
    font-size: 15px;
    line-height: 30px;
}
/* ======================
  Site Pages
========================= */
.bread-wr {
    bottom: 0;
    margin: 0px 0px 10px 0;
    border-radius: 4px 4px 0 0;
    text-align: center;
}
.breadcrumb {
    float: none;
    margin: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: #13acec;
    font: 20px/20px 'Open Sans', Geneva, sans-serif;
}
.breadcrumb > li + li:before, .breadcrumb a {
    color: #ffffff;
}
.breadcrumb span {
    display: inline-block;
    color: #59adcb;
    font: 20px/30px 'Open Sans', Geneva, sans-serif;
}
.breadcrumb a {
    display: inline-block;
    color: #13acec;
    font: 20px/30px 'Open Sans', Geneva, sans-serif;
}
.breadcrumb .delimiter {
    margin: 0 10px;
    color: #13acec;
}
.breadcrumb .delimiter:before {
    content: "/";
}
.breadcrumb * {
    transition: all ease .3s
}
.breadcrumb *:hover {
    color: #59adcb;
}
.page-upper-sec {
    position: relative;
    min-height: 570px;
    background: url("images/page-bg_ar.jpg") center no-repeat;
    background-size: cover;
}
.page-he-bot {
    position: relative;
    height: 66vh;
    text-align: center;
    /* overflow: hidden; */
}
.page-con {
    /* position: absolute; */
    /* top: 50%; */
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    text-align: center;
}
.page-con h1 {
    margin: 0 0 10px 0;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 60px;
    text-transform:  uppercase;
}
.pager {
    padding: 0
}
.pager li {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: 7px 7px;
    border: none;
    border-radius: 0;
}
.pager li:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(27, 61, 139, 1);
    background: -moz-linear-gradient(-45deg, rgba(27, 61, 139, 1) 0%, rgba(94, 171, 216, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(27, 61, 139, 1)), color-stop(100%, rgba(94, 171, 216, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(27, 61, 139, 1) 0%, rgba(94, 171, 216, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(27, 61, 139, 1) 0%, rgba(94, 171, 216, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(27, 61, 139, 1) 0%, rgba(94, 171, 216, 1) 100%);
    background: linear-gradient(135deg, rgba(27, 61, 139, 1) 0%, rgba(94, 171, 216, 1) 100%);
    content: "";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1b3d8b', endColorstr='#5eabd8', GradientType=1);
}
.pager li a {
    display: inline-block;
    padding: 0;
    padding: 0;
    width: 75px;
    height: 75px;
    border: 0;
    border-radius: 0px;
    background: transparent;
    color: #ffffff;
    font-size: 16px;
    font-family: "Arial Black", Gadget, sans-serif;
    line-height: 75px;
    transition: all ease-in-out .3s;
}
.pager li a:focus,
.pager li a:hover {
    background: #5eacd8;
    color: #fff;
    font-family: "Arial Black", Gadget, sans-serif;
}
.pager li.active span {
    display: inline-block;
    padding: 0;
    width: 75px;
    height: 75px;
    border: 0;
    border-radius: 0px;
    background: #5eacd8;
    color: #ffffff;
    font-size: 16px;
    font-family: "Arial Black", Gadget, sans-serif;
    line-height: 75px;
}
.pager li i:before {
    margin: 0;
    height: 20px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
}
.pager .next,
.pager .previous,
.pager .prevpage,
.pager .nextpage {
    display: none;
    float: left
}
.innerpage-tit {
    position: relative;
    /* padding: 50px 0; */
    float: right;
    width: 100%;
    height: 500px;
    background-size: cover;
}
.innerpage-titcon {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    transform: translateY(-20%);
}
.innerpage {
    overflow: hidden;
    padding: 80px 0;
}
.innerpage.page-contactus {
    overflow: hidden;
    padding: 50px 0 0 0;
}
.innerpage.products-page {
    overflow: hidden;
    padding: 50px 0 20px 0;
}
.site-bc h3 {
    margin: 10px 0 5px 0;
    color: #fff;
    font: 60px/70px "HelveticaNeue", tahoma;
}
.inner-con {
}
.inner-con * {
    line-height: 1.8;
}
.inner-con h1, .inner-con h2, .inner-con h3, .inner-con h4, .inner-con h5, .inner-con h6 {
    font-weight: bold;
}
.single-inner-con {
    padding: 50px 0;
    line-height: 2.5;
}
.sin-tit-wr {
}
.sin-tit-inner {
}
.sin-tit-inner h2 {
    margin: 75px 0 40px 0;
    color: #cd8c19;
    text-transform: capitalize;
    font-size: 50px;
    font-family: 'Playball';
}
.single-prod-in {
    margin-top: 90px;
    color: #6c6e6e;
    font-size: 18px;
    line-height: 30px;
}
.product-single {
    padding: 50px 0;
}
.default-page {
    padding: 50px 0;
    line-height: 30px;
}
.single-prod-in > h2 {
    color: #1a8fb4;
    font-weight: 900;
    font-size: 20px;
}
/* Contact Page
   ========================================================================== */
.contactus-top {
    padding: 10px 0 50px 0;
}
.contactus-top .contact-item {
    padding: 10px 0;
}
.contactus-top .contact-item-wr {
    position: relative;
    padding: 0px 0;
    min-height: 130px;
    background: #ffffff;
    text-align: left;
    transition: all ease .3s;
}
.contactus-top .contact-item-wr i:before {
    /* width: 50px; */
    /* height: 80px; */
    display: block;
    border-radius: 90px;
    font-size: 45px;
    line-height: 90px;
    transition: all ease .3s;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.contactus-top .contact-item-in h3 {
    margin: 0 0 30px 0;
    color: #5eacd8;
    font-weight: 600;
    font-weight: bold;
    font-size: 20px;
    transition: all ease .3s;
    text-transform: uppercase;
}
.contactus-top .contact-item-in p {
    color: #6e7070;
    font-weight: bold;
    font-size: 15px;
    line-height: 28px;
    transition: all ease .3s;
    text-transform: uppercase;
}
.contactus-top .contact-item-in {
    margin: auto;
}
.contact-item:hover .contact-item-wr {
}
.contact-item:hover .contact-item-in p,
.contact-item:hover .contact-item-in h3 {
}
.con-page-title {
    margin: 0px 0 50px 0;
    color: #10418d;
    text-align: left;
    font-weight: 900;
    font-size: 25px;
    text-transform:  uppercase;
}
.go-map {
    overflow: hidden;
    margin-bottom: 0px;
    max-height: 570px;
    width: 100%;
}
.go-map iframe {
    width: 100%;
    height: 500px !important;
}
/* ==========================================================================
  Products Page
========================================================================== */
.in-page-he {
    margin: 0px 0 50px 0;
    color: #10418d;
    font-weight: 900;
    font-size: 25px;
    text-transform: uppercase;
}
.product-item {
}
.product-sec-article {
    padding: 30px 0;
    border-bottom: 2px solid #5eacd8;
}
.product-item:last-child .product-sec-article {
    border-bottom: 0px solid #5eacd8;
}
.product-img-wr {
}
.product-item-con {
}
.product-item-con h2 {
    margin: 30px 0 20px 0;
    color: #6e7070;
    font-weight: bold;
    font-size: 25px;
    text-transform:  uppercase;
}
.product-item-con p {
    color: #6e7070;
    font-size: 18px;
    line-height: 30px;
}
.product-item-con a {
    float: right;
    color: #5eacd8;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}
.in-gal-item {
    position: relative;
    margin-bottom: 30px;
}
.in-gal-item a {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 16px;
    opacity: 0;
    transition: all ease .3s;
    transform: translateY(20px);
}
.in-gal-item-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(27, 61, 139, 1);
    background: -moz-linear-gradient(-45deg, rgba(27, 61, 139, 1) 0%, rgba(94, 171, 216, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(27, 61, 139, 1)), color-stop(100%, rgba(94, 171, 216, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(27, 61, 139, 1) 0%, rgba(94, 171, 216, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(27, 61, 139, 1) 0%, rgba(94, 171, 216, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(27, 61, 139, 1) 0%, rgba(94, 171, 216, 1) 100%);
    background: linear-gradient(135deg, rgba(27, 61, 139, 1) 0%, rgba(94, 171, 216, 1) 100%);
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1b3d8b', endColorstr='#5eabd8', GradientType=1);
    transition: all ease .3s;
    transform: translateY(-20px);
}
.in-gal-item:hover a {
    opacity: 1;
    transform: translateY(0px);
}
.in-gal-item:hover .in-gal-item-layer {
    opacity: .9;
    transform: translateY(0px);
}
.sin-pr-con {
    margin: 30px 0;
    color: #6e7070;
    font-size: 18px;
    line-height: 35px;

}
.products-tabs-in {padding:  0 0 0 10px;}
.products-tabs-in li {
    display: inline-block;
    margin: 0 20px 0 0px;
}
.products-tabs-in li a {
    color: #828282;
    font-weight: bold;
    font-size: 25px;
    transition: all ease .3s
}
.products-tabs-in li.active a, .products-tabs-in li a:hover {
    color: #10418d;
}
/* ==========================================================================
  Downloads Page
========================================================================== */
.downloads-page {
}
.downloads-dash {
    border: 1px solid #529fc9;
}
.downloads-nav-wr {
    background: #5eacd8;
}
ul.downloads-tabs {
    margin: 15px 0 0 0;
    padding: 0 10px;
}
ul.downloads-tabs li {
    display: inline-block;
}
ul.downloads-tabs a {
    display: block;
    padding: 0 25px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    line-height: 49px;
    transition: all ease .3s;
}
ul.downloads-tabs li.active a, ul.downloads-tabs li a:hover {
    background: #fff;
    color: #5eacd8;
}
.tab-content {
}
.tab-pane {
}
.downloads-item {
}
.downloads-sec-article {
}
.downloads-sec-article h3 {
    display: block;
    margin: 0;
    padding: 0 30px;
    border-bottom: 1px solid #529fca;
    color: #6e7070;
    font-weight: bold;
    font-size: 18px;
    line-height: 70px;
}
.downloads-item:last-child .downloads-sec-article h3 {
    border-bottom: 0px solid #529fca;
}
/*	Error 404 Page
/*----------------------*/
.inner-content-404 {
    display: flex;
    height: 100vh;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.er-t-con {
}
.err-1 {
    margin: 0;
    color: #fff;
    font-size: 30px;
}
.te404 {
    color: #fff;
    font-weight: 900;
    font-size: 80px;
}
.err-2 {
    color: #fff;
}
.err-con {
}
.go-home, .go-home:hover {
    display: inline-block;
    margin: 15px 0;
    padding: 10px 25px;
    background: #fff;
    color: #529fca;
}
/* ==========================================================================
  Responsive Modifications
========================================================================== */

@media screen and (max-width: 991px) {
    .dropdown-submenu > .dropdown-menu {
        top: 45px;
        right: 0;
        margin-top: 0px;
        margin-left: 0px;
    }
    .navbar-nav .dropdown-submenu .open .dropdown-toggle::after {
        transform: rotate(180deg);
    }
    .navbar-nav .open .dropdown-menu > li > a:hover {
        background: #e6e6e6;
        color: #2d2d2d;
    }
    .dropdown-menu {
        Width: 100%;
    }
    ul.dropdown-menu {
        margin: 0;
        padding: 0;
    }
    ul.dropdown-menu li {
        width: 100%;
    }
    .navbar-header {
        float: none;
    }
    .navbar-collapse {
        text-align: center;
    }
    .fo-widget-tit {
        width: 100%;
        text-align: center;
    }
    .fo-about {
        text-align: center;
    }
    .fo-about a {
        display: inline-block;
        float: none;
        margin: 15px auto;
    }
    .social-footer ul, .social-footer ul li a {
        float: none;
        text-align: center;
    }
    .intro-sec-con {
        padding: 20px;
    }
    /*******************************/
    .he2 {
        margin: 10px 0;
        color: #fff;
        font: 60px/50px "Open Sans";
        font-weight: 700;
    }
    .he1 {
        margin: 10px auto;
        max-width: 95%;
        color: #fff;
        text-transform: initial;
        font: 40px/60px 'Open Sans', cursive;
        font-weight: bolder;
    }
    .heslog {
        margin: 25px 0 0 0;
        color: #8e8d8d;
        font: 20px/25px "Open Sans";
        font-weight: 900;
    }
    .uptn {
        display: inline-block;
        margin: 30px 0px 0 0;
        width: 190px;
        height: 55px;
        border: 1px solid #5daec7;
        color: #5daec7;
        text-align: center;
        font: 15px/20px "Open Sans";
        font-weight: 700;
        line-height: 55px;
        transition: all ease .4s;
    }
    .upper-con-in p {
        max-width: 95vw;
        font-size: 14px;
    }
    .down-quote-wr h3 {
        font-size: 26px;
        line-height: 36px;
    }
    .upper-nav li {
        display: block;
        float: none;
        margin: 0 5px;
        padding: 0 !important;
    }
    .lang-btn {

        padding: 0px;
    }
    .upper-con {
        text-align: center;
    }
    .aboutus-sec .tit-wr {
        margin: 65px 0px 15px 30px;
    }
    .con-form, .fot-con {

    }
    .upper-con {
        right: 0;
        left: 0;
        margin: auto;
    }
    .tit-inner {
    }
    .tit-deco {
        width: 30%;
        height: 40px;
    }
    .services-sec-con .tit-wr h2 {
        margin: 20px 0;
        text-align: center;
    }
    .tit-inner h2 {
        float: none;
        margin: 0 20px 0 0;
        text-align: center;
        font-size: 30px;
        line-height: 30px;
    }
    .tit-wr {
        margin: 0 0 20px 0;
    }
    .intro-sec-con h4 {
        margin: 20px 0 0 0;
    }
    .intro-sec {
        padding: 90px 0 50px 0;
    }
    .fot-wid-tit {
        position: relative;
        padding: 30px 0 20px 0;
    }
    .fot-wid-tit h2 {
        text-align: center;
    }
    .sitemap-con li a {
        display: block;
        text-align: center;
    }
    .social-footer .con-dets h4 {
        display: block;
        text-align: center;
    }
    .serv-single {
        background: none !important;
    }
    .single-serv-img {
        margin-bottom: 40px;
    }
    .home-products-wr .products-item {
        width: 50%;
    }
    .services-sec-article:before, .services-sec-article:after {
    }
    .contact-item {
        margin-bottom: 0px;
    }
    .contactus-top .contact-item-wr, .con-page-title, .in-page-he {
        text-align: center;
    }
    .pager li {
        position: relative;
        display: inline-block;
        overflow: hidden;
        margin: 7px 7px;
        border: none;
        border-radius: 0;
    }
    .pager li:after {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        width: 100%;
        height: 100%;
        background: rgba(27, 61, 139, 1);
        background: -moz-linear-gradient(-45deg, rgba(27, 61, 139, 1) 0%, rgba(94, 171, 216, 1) 100%);
        background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(27, 61, 139, 1)), color-stop(100%, rgba(94, 171, 216, 1)));
        background: -webkit-linear-gradient(-45deg, rgba(27, 61, 139, 1) 0%, rgba(94, 171, 216, 1) 100%);
        background: -o-linear-gradient(-45deg, rgba(27, 61, 139, 1) 0%, rgba(94, 171, 216, 1) 100%);
        background: -ms-linear-gradient(-45deg, rgba(27, 61, 139, 1) 0%, rgba(94, 171, 216, 1) 100%);
        background: linear-gradient(135deg, rgba(27, 61, 139, 1) 0%, rgba(94, 171, 216, 1) 100%);
        content: "";
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1b3d8b', endColorstr='#5eabd8', GradientType=1);
    }
    .pager li a {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
    .pager li.active span {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
    .downloads-dash{
        margin:15px;
    }

}
@media screen and (max-width: 1000px) and (min-width: 767px) {
    .header-con {
        text-align: center;
    }
    .header-logo {
        left: initial;
        display: inline-block;
        float: right;
    }
    .mws-nav {
        float: none;
        margin: auto;
        text-align: center;
    }
    .mws-nav li {
        display: inline-block;
        float: none;
        margin: 0 10px;
    }
    .mws-nav > li > a {
        margin: 0 0 20px 0;
    }
    .mws-nav li li {
        margin: 0px;
    }

}
@media screen and (max-width: 767px) {
    .navbar-nav > li a {
        margin: auto;
        padding: 0 5px;
        width: 100%;
        background: #fff;
        color: #0f92bb;
        text-align: center;
        font: 14px/45px "Open Sans", Tahoma, Geneva, sans-serif !important;
        font-weight: bold;
    }
    .sticky .navbar-nav > li a {

        padding: 0 5px;
    }
    .nav > li > a:after {
        display: none !important;
    }
    .navbar-nav > li a:hover, .navbar-nav > li a:focus {
        margin: auto;
        padding: 0 5px;
        width: 100%;
        background: #1b5089;
        color: #ffffff;
        text-align: center;
        font: 14px/45px "Open Sans", Tahoma, Geneva, sans-serif !important;
    }
    .navbar-nav > li.open a {
        margin: auto;
        padding: 0 5px;
        width: 100%;
        background: #fff;
        color: #2d2d2d;
        text-align: center;
        font: 12px/45px "Open Sans", Tahoma, Geneva, sans-serif !important;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        margin: auto;
        width: 100%;
        height: 35px;
        background: #115286;
        color: #ffffff;
        text-align: right;
        font: 12px/25px "Open Sans", Tahoma, Geneva, sans-serif !important;
    }
    .navbar-nav .open .dropdown-menu > li > a:hover {
        background: #e6e6e6;
        color: #222;
    }
    .menu-item-language a {
        font: 12px/50px "Open Sans", Tahoma, Geneva, sans-serif !important;
    }
    .dropdown-menu {
        Width: 100%;
    }
    .upper-nav-shr .mws-nav {
        margin-top: 0;
    }
    .mws-nav, .sticky .mws-nav {
        margin: 20px auto 0 auto;
        width: 100%;
    }
    .mws-nav li ul:hover .mws-nav > li > a {
        background: #f00;
    }
    .social-icons {
        float: right;
        margin: 30px 0;
        height: 40px;
    }
    .site-map {
        float: none;
        width: 100%;
        text-align: justify;
    }
    .qoutes-sec-con {
        width: 90%;
    }
    .qoutes-sec-con h3 {
        font-size: 22px;
        line-height: 35px;
    }
    .fo-ga-item {
        display: inline-block;
        float: none;
        margin: 15px 7px 0 7px;
    }
    .si-copyrights {
        float: none;
        overflow: hidden;
        margin: 15px 0 5px 0;
        text-align: center;
    }
    .si-copyrights h3 {
        float: none;
        margin: 0;
        text-align: center;
        line-height: 25px;
    }
    .x-rights {
        float: none;
        margin: 20px auto 20px auto;
    }
    .sli-tit {
        overflow: hidden;
        margin: auto;
        width: 80%
    }
    .slide-ph h2 {
        margin: 0 0 10px 0;
        font: 20px/30px "Open Sans";
    }
    .slide-ph p {
        margin: 0 0 10px 0;
        color: #c3e1f9;
        font: 14px/20px "Open Sans";
    }
    .tp-rightarrow {
        right: 20px !important;
    }
    .tp-leftarrow {
        left: 20px !important;
    }
    .header-logo {
        max-width: 50%;
    }
    .tw-item-in,
    .tw-item-img {
        max-width: 100%;
        width: 100%;
    }
    .page-tit-desc {
        width: 90%;
    }
    .our-skills-item {
        display: inline-block;
        margin: 30px 0 0 0;
        width: 90%;
    }
    .page-con h1 {
        text-align: center;
        font-size: 30px;
    }
    .bread-wr {
        text-align: center;
    }
    .breadcrumb .delimiter {
        margin: 0 5px
    }
    .fot-wid-con .con-dets span {
        display: block;
        text-align: center;
    }
    .about-footer {
        text-align: center;
    }
    .footer-logo img {
        margin: auto;
        max-width: 100%;
    }
    .upper-con .upper-slug {
        margin: 0 0 10px 0;
        font-size: 20px;
    }
    .he1 {
        margin: 10px auto;
        color: #fff;
        letter-spacing: 0;
        font-weight: 900;
        font-size: 28px;
        line-height:  36px;
    }
    .he2 {
        margin: -5px 0 0 0;
        color: #63b5e4;
        font: 35px/40px "Open Sans";
        font-weight: 900;
    }
    .heslog {
        margin: 10px 0 0 0;
        color: #fff;
        font: 16px/25px "Open Sans";
        font-weight: 400;
    }
    .uptn {
        display: inline-block;
        margin: 50px 10px 0 10px;
        width: 160px;
        height: 50px;
        border: 1px solid #5eacd8;
        color: #5eacd8;
        text-align: center;
        font: 14px/16px "Open Sans";
        font-weight: 400;
        line-height: 50px;
        transition: all ease .4s;
    }
    .services-sec-ico {
        margin: auto;
    }
    .news-item {
        margin-bottom: 40px;
    }
    .testmonails-sec:after {
        border-width: 300px 0 0 140vw;
    }
    .clients-sl-ctrl {
        float: none;
        margin: 30px auto;
    }
    .slick-dots {
        float: none;
        width: 100%;
        text-align: center;
    }
    .slick-dots li {
        display: inline-block;
        margin: 0 10px;
    }
    .slick-dots button {
        padding: 0;
        width: 12px;
        height: 12px;
        border: 1px solid #a2d1ef;
        border-radius: 20px;
        background: transparent;
        font-size: 0;
    }
    .fot-wid {
        overflow: hidden;
    }
    .footer-bar {
        margin: 30px 0 0 0;
    }
    .go-uptn {
    }
    .contact-item {
        text-align: center;
    }
    .lang-btn-wr {
        /* width: 100%; */
        margin: 35px 0 0 20px;
        height: 40px;
        text-align: center;
    }
    .sticky .lang-btn-wr {
        /* width: 100%; */
        margin: 10px 0 0 20px;
        height: 40px;
        text-align: center;
    }
    .lang-btn, .sticky .lang-btn {

        display: inline-block;

        float: none;

        /* width: 100%; */

        margin: 0 5px;

        padding: 5px 10px;

        height: 40px;

        font-size: 16px;

        line-height: 32px;

    }
    .contact-form-in {
        padding-right: 20px;
        padding-left: 20px;
    }
    .sk-page-gallery {
        padding: 0 10px;
    }
    .serv-item-con {
        /* padding: 0 20px; */
    }
    .services-sec-article:hover .serv-item-con {
        /* top: 10%; */
        /* padding: 0 20px; */
    }
    .services-sec-article {
        margin: 0px 0 0px 0;
    }
    .services-sec-artimg {
        margin: 0 auto 30px auto;
    }
    .site-clients-sec .tit-wr-desc, .site-news-sec .tit-wr-desc, .site-contact-sec .tit-wr-desc, .services-sec .tit-wr-desc {
        margin: 20px 0 0 0;
        text-align: center;
    }
    .qoutes-head h2 {
        font-size: 30px;
        line-height: 30px;
    }
    .quote-btn {
        margin: 30px 0 0 0;
    }
    .site-clients-sec .tit-wr h2, .site-news-sec .tit-wr h2, .services-sec-con .tit-wr h2, .site-contact-sec .tit-wr h2 {
        text-align: center;
    }
    .wpcf7-list-item {
        display: block;
    }
    .gallery-sec .hgallery-item img {
        min-height: 400px;
    }
    .page-abt-feat-item {
        text-align: center;
    }
    .home-products-wr .products-item {
        width: 100%;
    }
    .fot-con-dets-item i:before {
        display: block;
        margin: 10px auto;
    }
    .fot-con-dets-item {
        margin-bottom: 15px;
    }
    .fot-con-item {
        display: block;
        margin: auto;
        max-width: 95%;
        text-align: center;
    }
    .footer-bar {
        position: relative;
        padding: 10px 0 0 0;
        text-align: center;
    }
    /*-------------------------*/
    .upper-btns-wr {

        padding: 30px 0 0 0;
    }
    .upper-btns-wr a {
        width: 43%;
        font-size: 14px;
    }
    .sec-tit {
        margin: 0 0px 12px 0;
        color: #6a7580;
        font-size: 29px;
        line-height: 42px;
        padding: 0 10px;
        width: 100%;
    }
    .sec-desc {
        margin: auto;
        color: #139ac4;
        font-size: 14px;
    }
    .contact-sec .con-sec-in {

        padding: 70px 20px 50px 20px;
    }
    .contact-sec .con-sec-bg h3 {
        max-width: 100%;
        color: #fff;
        text-align: center;
        font-weight: bold;
        font-size: 65px;
    }
    .contact-sec .con-sec-bg {
        min-height: initial;
        height: 450px
    }
    .news-letter-con .wysija-input {

    }
    .news-letter-con .wysija-input {

    }
    .fo-logo-wr, .fot-abt-con p {
        text-align: center
    }
    .news-letter-con .wysija-submit {
        display: block;
        float: none;
        margin: 15px auto;
        min-width: initial;
        width: 150px;
    }
    .news-letter-con .wysija-submit:hover {
        color: #fff;
    }
    .news-letter-con .wysija-paragraph {
        display: block;
        float: none;
        margin: 0;
        width: 100%;
    }
    .sitemap-con ul {
        float: right;
        margin: 40px 0 10px 0;
        padding: 0;
        width: 100%;
    }
    .sitemap-con li {
        position: relative;
        display: block;
        float: none;
        margin: 0 20px 0 20px;
    }
    .sitemap-con li a {
        display: block;
        padding: 10px 20px 10px 20px;
        font: 16px/30px "Open Sans";
        transition: all ease .3s;
    }
    .contact-sec input[type='submit'] {
        width: 100%
    }
    .contact-sec {
        padding: 0px;
    }
    .sticky .header-logo {
        margin: 10px 0;
    }

}
