@font-face {
    font-family: tajawal;
    src: url(fonts/Tajawal-Regular.ttf);
}

/* ===================================
    Reset
====================================== */

* { margin: 0; padding: 0; box-sizing: border-box; }
body{ font-family: 'tajawal', sans-serif; -webkit-font-smoothing: antialiased;  font-smoothing: antialiased; font-size:14px; color:#6f6f6f; font-weight: 400;line-height: 24px; }
body, html { -moz-osx-font-smoothing: grayscale; }
a, a:active, a:focus { color: #6f6f6f; text-decoration: none; transition-timing-function: ease-in-out; -ms-transition-timing-function: ease-in-out; -moz-transition-timing-function: ease-in-out; -webkit-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; transition-duration: .2s; -ms-transition-duration: .2s; -moz-transition-duration: .2s; -webkit-transition-duration: .2s; -o-transition-duration: .2s;  }
a:hover, a:active{color: #232323; text-decoration: none;}
a:focus, a:active, button:focus, button:active,.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {outline: none;}
img {max-width:100%; height:auto; }
input, textarea, select{ max-height: 150px; border: 1px solid #d1d1d1; font-size: 14px;  padding: 8px 15px; width: 100%; margin: 0 0 15px 0; max-width: 100%; resize: none;}
input[type="button"], input[type="text"], input[type="email"], input[type="search"], input[type="password"], textarea, input[type="submit"] { -webkit-appearance: none; outline: none;}
input:focus, textarea:focus{ border-color: #585858; outline: none; }
input[type="button"]:focus{ outline: none; }
select::-ms-expand{ display:none;}
iframe { border: 0;}
p {margin: 0 0 20px; word-spacing: 1px;}
b, strong { font-weight: 600;}
.height-50 { height: 50%; }
.height-100 { height: 100%; }
.last-paragraph-no-margin p:last-of-type {margin-bottom:0;}
.alt-font strong {font-weight: 700 }
.white-space { white-space: normal; }
.word-wrap { word-wrap: break-word; }
.valign { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
ul, ol, dl {list-style-position: outside;}
ul li { list-style: none; }
::selection { color: #000; background:#dbdbdb; }
::-moz-selection { color:#000; background:#dbdbdb; }
::-webkit-input-placeholder { color: #6f6f6f; text-overflow: ellipsis;}
::-moz-placeholder { color: #6f6f6f; text-overflow: ellipsis; opacity:1;}
:-ms-input-placeholder { color: #6f6f6f; text-overflow: ellipsis; opacity:1;}
/* loader */
#preloader{ position:fixed; left:0; top:0; z-index:99999; width:100%; height:100%; overflow:visible; background:#fff; display:table; text-align:center; }
.loader{ display:table-cell; vertical-align:middle; position:relative; width:200px; height:200px; }
.loader-icon{ width:80px; height:80px; border:5px solid #122148; border-right-color:#eee; border-radius:50%; position:relative; animation:loader-rotate 1s linear infinite; margin:0 auto; }
@keyframes loader-rotate{ 0%{ transform:rotate(0) }
    100%{ transform:rotate(360deg) }
}
/* ===================================
	Default Header style
====================================== */

header{ box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); transition: all 0.5s ease 0s; position: relative; z-index: 99999; }

.navbar-brand img{ height: 70px; transition-duration: 0.5s; }

@media screen and (max-width: 992px){
.navbar-brand img{ height: 60px; transition-duration: 0.5s; }
	
}


.navbar-header-custom{ padding: 22px 0 20px 0; }
.navbar-default{ transition: all 0.5s ease 0s; -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }
.navbar-default .container, .navbar-default .container-fluid{ position: relative; }
.menu_area{ position: relative; z-index: 2; }
.menu_area .navbar-brand{ transition: all 0.5s ease 0s; }

.navbar-nav li{ list-style: none; -webkit-transition: background .3s ease; -ms-transition: background .3s ease; transition: background .3s ease; }
.navbar-nav li.has-sub > a{ position: relative; }
.navbar-nav li.has-sub a:hover{ color: #fff; }
.navbar-nav li a{ display: block; color: #9d9d9d; font-size: 13px; }
.navbar-nav > li{ margin-left: 10px; float: left; }
.navbar-nav > li.has-sub{ padding-right: 13px; }
.navbar-nav > li > a{ position: relative; display: block; font-size: 12px; font-weight: 500; padding: 21px 0.5rem; color: rgba(255, 255, 255, 0.81); letter-spacing: 0.5px; text-transform: uppercase; -webkit-transition-duration: 500ms; -o-transition-duration: 500ms; transition-duration: 500ms; }
.navbar-nav li.current > a{ color: #3498db; }
.navbar-nav > li.has-sub > a:hover{ color: #000; }
.navbar > ul > li.has-sub > a:hover:after{ border-color: transparent #000 #000 transparent; }
.navbar > ul > li.has-sub > a:after{ position: absolute; top: 28px; right: -8px; content: ""; border-color: transparent #232323 #232323 transparent; border-style: solid; border-width: 0 1px 1px 0; display: block; height: 6px; transform: rotate(45deg); transition: border 0.3s ease 0s; width: 6px; }

.navbar > ul > li li a:after{
	display: none !important;
}

.navbar > ul > li.current > a:after{ border-color: transparent #3498db #3498db transparent; }

.navbar-nav ul{ position: absolute; left: -9999px; }
.navbar ul ul li{ -webkit-transition: all .25s ease; -ms-transition: all .25s ease; transition: all .25s ease; margin-bottom: 12px; padding: 0 20px; }
.navbar ul ul li:last-child{ margin-bottom: 0; }
.navbar ul ul li.active > a{ color: #fff; }
.navbar-nav li > ul{ padding: 15px 0; margin: 0 0 0 10px; background: #232323; min-width: 225px; -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2); -ms-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2); box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2); }
.navbar-nav li:hover > ul{ left: auto; }

.navbar-nav > li.has-sub > ul{ opacity: 0; margin-top: 10px; -webkit-transition: all .5s ease; -ms-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; }
.navbar-nav > li.has-sub:hover > ul{ margin-top: 0; opacity: 1; }
.navbar-nav > li.has-sub:last-child:hover ul{ left: inherit; right: 0; }
.navbar li > ul ul{ margin-top: -39px; margin-left: 200px; min-width: 200px; }
.navbar li > ul ul ul{ margin-left: 175px; min-width: 130px; }
.navbar ul ul li:last-child > a, .navbar ul ul li.last-item > a{ border-bottom: 0; }
.navbar ul ul li.has-sub > a:after{ position: absolute; top: 12px; right: -3px; width: 8px; height: 2px; display: block; background: #9d9d9d; content: ""; }
.navbar ul ul li.has-sub > a:before{ position: absolute; top: 9px; right: 0; display: block; width: 2px; height: 8px; background: #9d9d9d; content: ''; -webkit-transition: all .25s ease; -ms-transition: all .25s ease; transition: all 0.25s ease; }
.navbar ul ul > li.has-sub:hover > a:before{ top: 17px; height: 0; }

/* atribute navigation */
.attr-nav{ float: right; margin-left: 11px; margin-right: -15px; }
.attr-nav .dropdown-toggle:after{ content: none; }
.attr-nav > ul{ padding: 0; margin: 0 0 -5px 0; list-style: none; display: inline-block; }
.attr-nav > ul > li{ float: left; display: block; }
.attr-nav > ul > li > a{ color: #232323; display: block; padding: 21px 15px; position: relative; }
.attr-nav > ul > li > a span.badge{ position: absolute; top: 50%; margin-top: -15px; right: 5px; font-size: 10px; padding: 2px 0 0 1px; width: 15px; height: 15px; color: #fff; border-radius: 15px; line-height: 12px; font-weight: 400; }
.attr-nav > ul > li.dropdown ul.dropdown-menu{ position: absolute; border: none; border-radius: 0; padding: 0; background: #232323; min-width: 225px; margin: 10px 0 0 10px; -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2); -ms-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2); box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2); -webkit-transition: all .5s ease; -ms-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; }
.attr-nav ul.cart-list{ padding: 0; width: 250px; }
.attr-nav ul.cart-list > li{ position: relative; border-bottom: solid 1px #323232; padding: 15px; margin: 0; }
.attr-nav ul.cart-list > li:last-child, .attr-nav ul.cart-list > li:nth-last-child(2){ border-bottom: none; }
.attr-nav ul.cart-list > li > a.photo{ padding: 0; margin-right: 15px; float: left; width: 50px; height: 50px; }
.navbar ul.cart-list > li img{ width: 50px; height: 50px; border: 1px solid #323232; display: inline-block; }
.navbar ul.cart-list > li > h6{ margin: 0; font-size: 12px; display: inline-block; }
.navbar ul.cart-list > li > h6 a{ color: #9d9d9d; padding: 0; }
.navbar ul.cart-list > li > h6 a:hover{ color: #fff; }
.navbar ul.cart-list > li > h6 > a.photo{ padding: 0; display: block; }
.navbar ul.cart-list > li > p{ margin-bottom: 0; font-size: 12px; color: #f5f5f5; }
.navbar ul.cart-list > li.total{ padding: 15px; border: none; display: inline-block; width: 100%; vertical-align: top; }
.navbar ul.cart-list > li.total > .butn{ float: right; width: auto; }
.navbar ul.cart-list > li .price{ font-weight: 500; }
.navbar ul.cart-list > li.total > span{ padding-top: 4px; color: #fff; padding-left: 5px; font-size: 14px; display: inline-block; }

/* top search */
.top-search{ padding: 10px 0; display: none; }
.top-search input.form-control{ background-color: transparent; border: none; -moz-box-shadow: 0px 0px 0px; -webkit-box-shadow: 0px 0px 0px; -o-box-shadow: 0px 0px 0px; box-shadow: 0px 0px 0px; color: #fff; height: 40px; padding: 0 15px; }
.top-search input.form-control::placeholder{ color: #f1f1f1; opacity: 1; }
.top-search input.form-control::-ms-input-placeholder, .top-search input.form-control::-moz-input-placeholder{ color: #f1f1f1; }
.top-search .input-group-addon{ background-color: transparent; border: none; color: #fff; padding-left: 0; padding-right: 0; line-height: 36px; font-size: 16px; }
.top-search .input-group-addon.close-search{ cursor: pointer; }

/* top search */
.top-search.white { background: #fff; }
.top-search.white input.form-control{ color: #232323; }
.top-search.white input.form-control::placeholder{ color: #6f6f6f; opacity: 1; }
.top-search.white input.form-control::-ms-input-placeholder, .header-style6 .top-search input.form-control::-moz-input-placeholder{ color: #6f6f6f; }
.top-search.white .input-group-addon{ color: #232323; }

/* Responsive CSS */
@media screen and (min-width: 992px){

    /* ===================================
        Default Header style
    ====================================== */

    header.scrollHeader .navbar-default{ position: fixed; top: 0; z-index: 99; width: 100%; background: #ffffff; left: 0; transition: all 0.2s ease 0s;  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }
    .wrapper-boxed .scrollHeader .navbar-default{ left: 0; margin: 0 auto; max-width: 1200px; right: 0; }
    .scrollHeader .navbar-brand img{ max-height: 70px; transition-duration: 0.5s; }
    .scrollHeader .navbar-header-custom{ padding: 10px 0; transition-duration: 0.5s; }
    .navbar-nav .megamenu{ margin: 0; padding: 30px 15px; right: 0; width: 100%; }
    .navbar .megamenu > li{ margin: 0; float: left; }
    .navbar .sub-title{ color: #fff; }
    .megamenu > li > ul{ left: 0; margin: 0; min-width: auto; position: static; width: 100%; }
    .navbar .megamenu li > ul{ margin: 0; min-width: auto; padding: 0; -webkit-box-shadow: none; -ms-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }
    .navbar .megamenu ul li{ padding: 0; }
    .navbar .megamenu li.has-sub > a:after, .navbar .megamenu li.has-sub > a:before{ background: none; }

    /* atribute navigation */
    .scrollHeader .attr-nav > ul > li > a{ padding: 21px 15px; }
    .attr-nav > ul > li.dropdown ul.dropdown-menu{ visibility: hidden; top: 66px; border-radius: 0; opacity: 0; left: -225px; }
    .attr-nav > ul > li.dropdown:hover ul.dropdown-menu{ margin-top: 0; opacity: 1; visibility: visible; }
    .scrollHeader .attr-nav > ul > li.dropdown ul.dropdown-menu{ top: 67px; }

    /* ===================================
        Header style03
    ====================================== */
    .navbar{
        padding: 0;
    }
    .header-style3 { box-shadow: none; position: sticky; top: 0; width: 100%; background: rgba(255,255,255,0.80); border-bottom: 2px solid rgba(52, 152, 219,0.9); }
    .header-style3 .navbar-header-custom {
        padding: 0;
        width: 300px;
        background-color: #fff;
        text-align: center;
        position: relative;
    }
    .header-style3 .navbar-header-custom:after {
        content: "";
        display: block;
        width: 0;
        border-style: solid;
        border-color: transparent;
        border-top-color: #ffffff;
        border-width: 80px 60px 0px 0px;
        position: absolute;
        top: 0;
        right: -90px;
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .header-style3 .navbar-default {background-color: #122148; -webkit-box-shadow: none; -ms-box-shadow: none; box-shadow: none; }
    /* ===================================
        Menu area light
    ====================================== */
    .menu_area-light .navbar-nav li a { color: #6f6f6f; }
    .menu_area-light .navbar-nav > li > a { font-size: 13px; color: #122148; }
    .menu_area-light .navbar-nav li > ul { background: #fff; }
    .menu_area-light .navbar ul ul li.active > a { color: #232323; }
    .menu_area-light .navbar-nav li.has-sub a:hover{ color: #232323; }
    .menu_area-light .navbar-nav li.current > a{ color: #3498db; }
    .menu_area-light .navbar .sub-title { color: #232323; }
    .menu_area-light .navbar-nav > li.has-sub > a:hover{ color: #fff; }
    .menu_area-light .navbar > ul > li.has-sub > a:hover:after{ border-color: transparent #fff #fff transparent; }
    .menu_area-light .navbar > ul > li.has-sub > a:after{  border-color: transparent #fff #fff transparent; }
    .menu_area-light .navbar > ul > li.current > a:after{ border-color: transparent #3498db #3498db transparent; }

    .menu_area-light.scrollHeader .navbar-nav > li > a { color: #ffffff; }
    .menu_area-light.scrollHeader .navbar-nav > li.has-sub > a:hover { color: #000; }
    .menu_area-light.scrollHeader .navbar > ul > li.has-sub > a:after { border-color: transparent #232323 #232323 transparent; }
    .menu_area-light.scrollHeader .navbar-nav li.current > a{ color: #3498db; }
    .menu_area-light.scrollHeader .navbar-nav li.current > a:hover{ color: #3498db; }
    .menu_area-light.scrollHeader .navbar > ul > li.current > a:after{ border-color: transparent #3498db #3498db transparent; }

}

@media screen and (max-width: 1199px){
    .navbar-nav > li{ margin-left: 5px; }
}

@media screen and (max-width: 991px) {

    /* ===================================
        Default Header style
    ====================================== */
    .navbar-header-custom {
        padding: 4px 0 8px;
    }

    .menu_area .navbar-brand {
        margin-top: 6px;
    }

    .navbar-nav li > ul {
        -webkit-box-shadow: none;
        -ms-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .navbar-nav > li.has-sub > ul {
        opacity: 1;
        margin: 0;
        -webkit-box-shadow: none;
        -ms-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-transition: all 0s ease;
        -ms-transition: all 0s ease;
        -moz-transition: all 0s ease;
        -o-transition: all 0s ease;
        transition: all 0s ease;
    }

    .navbar li > ul ul {
        margin: 0;
        min-width: auto;
    }

    .navbar-nav > li.has-sub {
        padding-right: 0;
    }

    .navbar-nav > li > a {
        padding: 10px 20px;
        color: #232323;
    }

    .navbar-nav > li > a:hover {
        opacity: 1;
    }

    .navbar-nav li.has-sub a:hover {
        color: #232323;
    }

    .navbar ul ul li.active > a {
        color: #000;
    }

    .navbar .sub-title {
        color: #232323;
    }

    .navbar-nav {
        background: #fff;
        -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
        -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
        position: absolute;
        top: 71px;
        left: 0;
        width: 100%;
        transition-duration: 0;
        -ms-transition-duration: 0;
        -moz-transition-duration: 0;
        -webkit-transition-duration: 0;
        -o-transition-duration: 0;
        width: 100%;
        display: none;
        transition: none;
        -ms-transition: none;
        -moz-transition: none;
        -webkit-transition: none;
        -o-transition: none;
    }

    .navbar-nav li.active > a {
        opacity: 1;
    }

    .navbar-nav ul {
        width: 100%;
        display: none;
        transition: none;
        -ms-transition: none;
        -moz-transition: none;
        -webkit-transition: none;
        -o-transition: none;
    }

    .navbar-nav li {
        width: 100%;
        border-top: 1px solid #e6e6e6;
        position: relative;
        padding: 0;
        margin: 0;
    }

    .navbar-nav ul li:hover {
        background: #f5f5f5;
    }

    .navbar-nav ul ul li {
        height: auto;
    }

    .navbar-nav li:hover > ul > li {
        height: auto;
    }

    .navbar ul li a {
        width: 100%;
        border-bottom: 0;
    }

    .navbar ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left;
        background: #f5f5f5;
        padding: 0;
    }

    .navbar ul ul li {
        margin-bottom: 0;
        padding: 0;
        border-color: #e6e6e6;
    }

    .navbar ul ul li a {
        width: 100%;
        border-bottom: 0;
        color: #616161;
        background: none;
        padding: 8px 30px;
    }

    .navbar ul ul ul li a {
        padding-left: 45px;
    }

    .navbar > ul > li {
        float: none;
    }

    .navbar-nav ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left;
        background: #f5f5f5;
        padding: 0;
    }

    .navbar > ul > li.has-sub > a:after, .navbar > ul > li.has-sub > a:before {
        display: none;
    }

    .navbar ul ul > li.has-sub > a:after, .navbar ul ul > li.has-sub > a:before {
        display: none;
    }

    .navbar-nav ul ul ul li.active a {
        border-left: none;
    }

    .navbar-nav > ul > li.has-sub > ul > li.active > a, .navbar-nav > ul ul > li.has-sub > ul > li.active > a {
        border-top: none;
    }

    .navbar li > ul ul ul {
        margin-left: 0;
        background: #fff;
    }

    .navbar ul ul ul ul li a {
        padding-left: 55px;
    }

    .navbar-nav .has-sub .has-sub .submenu-button {
        height: 40px;
    }

    .navbar-nav .has-sub .has-sub .submenu-button:after {
        top: 19px;
    }

    .navbar-nav .has-sub .has-sub .submenu-button:before {
        top: 16px;
    }

    .navbar-toggler {
        background: #232323;
        width: 50px;
        height: 45px;
        padding: 0;
        border-radius: 0;
        position: absolute;
        right: 0;
        top: 13px;
        cursor: pointer;
        z-index: 12399994;
        border: none;
    }

    .navbar-toggler:after {
        position: absolute;
        top: 22px;
        right: 15px;
        display: block;
        height: 8px;
        width: 20px;
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
        content: "";
    }

    .navbar-toggler:before {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        position: absolute;
        top: 16px;
        right: 15px;
        display: block;
        height: 2px;
        width: 20px;
        background: #fff;
        content: "";
    }

    .navbar-toggler.menu-opened:after {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        top: 23px;
        border: 0;
        height: 2px;
        width: 19px;
        background: #fff;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .navbar-toggler.menu-opened:before {
        top: 23px;
        background: #fff;
        width: 19px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .navbar-nav .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        height: 44px;
        width: 100%;
        cursor: pointer;
    }

    .navbar-nav .submenu-button:after {
        position: absolute;
        top: 21px;
        right: 17px;
        width: 8px;
        height: 2px;
        display: block;
        background: #232323;
        content: "";
    }

    .navbar-nav .submenu-button:before {
        position: absolute;
        top: 18px;
        right: 20px;
        display: block;
        width: 2px;
        height: 8px;
        background: #232323;
        content: "";
    }

    .navbar-nav .submenu-button.submenu-opened:before {
        display: none;
    }

    /* atribute navigation */
    .attr-nav {
        float: left;
    }

    .attr-nav > ul > li {
        display: inline-block;
    }

    .attr-nav > ul > li.dropdown ul.dropdown-menu {
        left: -193px;
        top: 38px;
        display: none !important;
    }

    .attr-nav > ul > li.dropdown.show ul.dropdown-menu {
        display: block !important;
    }

    .attr-nav > ul > li > a {
        padding: 0;
    }

    .attr-nav > ul > li > a span.badge {
        right: -8px;
    }

    /* ===================================
        Header style03
    ====================================== */
    .header-style3 {
        box-shadow: none;
        position: absolute;
        left: 0;
        width: 100%;
        background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
        border-bottom: 2px solid rgba(18, 33, 72, 0.9);
    }

    .header-style3 .navbar-default {
        -webkit-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
    }
}
.navbar-nav li.current > a{ color: #122148; }
.navbar > ul > li.current > a:after{ border-color: transparent #122148 #122148 transparent; }

@media screen and (min-width: 992px){
    /*Header style03*/
    .header-style3 { border-bottom: 0; }
    /*Menu area light*/
    .menu_area-light .navbar-nav li.current > a{ color: #122148; }
    .menu_area-light .navbar > ul > li.current > a:after{ border-color: transparent #122148 #122148 transparent; }

    .menu_area-light.scrollHeader .navbar-nav li.current > a{ color: #122148; }
    .menu_area-light.scrollHeader .navbar-nav li.current > a:hover{ color: #122148; }
    .menu_area-light.scrollHeader .navbar > ul > li.current > a:after{ border-color: transparent #122148 #122148 transparent; }
}

@media screen and (max-width: 991px){
    /*Header style03*/
    .header-style3 { border-bottom: 2px solid rgba(18, 33, 72, 0.9); background-color: #fff; }
}

/* ===================================
    standerd
====================================== */
.main-wrapper{
    overflow: hidden;
}
.padding-70{
    padding: 70px 0;
}
.overlay-me{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(51, 58, 77, 0.9);
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
}
.container{
    position: relative;
    z-index: 3;
}
.heading-sec {
    position: relative;
}
.my-btn{
    background: transparent;
    border-radius: 0;
    border: 4px double #122148;
    padding: 7px 30px;
    font-size: 1rem;
    display: inline-block;
    transition: 0.3s;
    color: rgba(18, 33, 72, 0.9) !important;
    position: relative;
    white-space: nowrap;
    word-wrap: normal;
    white-space: normal;
    text-decoration: none !important;
    cursor: pointer;
    text-transform: capitalize;
}
.my-btn:hover{
    color: #122148 !important;
}
.my-btn::before {
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-property: right;
    background: #122147;
    bottom: 0;
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    right: 100%;
    transition-property: right;
    transition-duration: 0.4s;
    transition-timing-function: ease-out;
    z-index: 1;
}
.my-btn:hover::before{
    right: -0.0rem;
    color: #fff!important;
}
.heading h1{
    font-size: 42px;
    font-weight: bold;
    color: #282e3f;
    margin-bottom: 0;
    position: relative;
    text-transform: capitalize;
}
.verticle-align{
    display: block;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
}
.width-80 {
    width: 80%;
    margin:0 auto;
    display: block;

}
.heading h1 span {
    color: #282e3f;
}
.heading h2{
    font-size: 28px;
    font-weight: 600;
    color: #282e3f;
    margin-bottom: 15px;
    position: relative;
    text-transform: capitalize;
}
.heading span {
    color: #282e3f;
}
.underline svg{
    width: 32px;
    height: 32px;
    margin-left: 5px;
}
.heading p{
    font-size: 16px;
    line-height: 26px;
    color: #000;
}
.mr-auto-me{
    margin-left: auto!important;
}
.icon-head {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    display: block;
    background-color: #282e3f;
    color: #fff;
    line-height: 70px;
    border-radius: 50%;
    margin-bottom: 30px;
}
.no-padding{
    padding-left: 0;
    padding-right: 0;
}
/********************

 */
.navbar{
    background-color: #122148;
}
.navbar-expand-lg .navbar-nav{
    background-color: #122148;
}
.header-style3 .navbar-default {
    background-color: #ffffff;
}
.navbar-expand-lg .navbar-nav:after {
    content: "";
    display: block;
    width: 0;
    border-style: solid;
    border-color: transparent;
    border-top-color: #122148;
    border-width: 80px 60px 0px 0px;
    position: absolute;
    top: 0;
    right: -90px;
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.navbar-nav > li a{
    position: relative;

}
.navbar-nav > li:hover a{
    color: rgb(255, 255, 255);

}
.navbar-nav > li:hover a:after{
    content: "\f559";
    font-size: 16px;
    color:#fff;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    bottom: -2px;
    text-align: center;
    margin: 0 auto;
    display: block;
    left: 0;
    right: 0;

}
/* ==================================
slider-sec
====================================== */
.slider{
    position: relative;
    direction: ltr;
}
/* ==================================
about-sec
====================================== */
.about-sec{
    position: relative;
}
.about-sec:after {
    content: "";
    display: block;
    width: 0;
    border-style: solid;
    border-color: #fff;
    border-top-color: transparent;
    border-width: 25px 0px 25px 100vw;
    position: absolute;
    top: -25px;
    left: 0px;
    right: 0;
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);


}
.about-sec:before {
    content: "";
    display: block;
    width: 0;
    border-style: solid;
    border-color: transparent;
    border-left-color: #2f56a5;
    border-left-color: #2f56a5;
    border-width: 40px 0px 0px 100vw;
    position: absolute;
    top: -40px;
    left: 0px;
    right: 0;
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.about-sec .heading h2{
    font-size: 42px;
    font-weight: bold;
    color: #122148;
    position: relative;
    text-transform: capitalize;
}
.about-sec .img-about{
    position: relative;
}
.about-sec:hover .img-about img {
    opacity: 1;
    -webkit-animation: flash 1.5s;
    animation: flash 1.5s;
}
/* ==================================
sector-sec
====================================== */
.sector-sec{
    position: relative;

}
.sector-sec:before {
    content: "";
    display: block;
    width: 0;
    border-style: solid;
    border-color: transparent;
    border-left-color: #ffffff;
    border-top-color: transparent;
    border-width: 50px 0px 0px 100vw;
    position: absolute;
    top: -1px;
    left: 0px;
    right: 0;
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    /* -webkit-transform: rotateY(180deg); */
    /* transform: rotateY(180deg); */
    transform: rotateX(180deg);
}
*, ::after, ::before {
    box-sizing: border-box;
}
.sector-sec .heading h1{
    margin-bottom: 70px;
    
}
.sector-sec .sector{
    position: relative;
}
.sector-sec .sector .item-sector{
    position: relative;
}
.sector-sec .sector .item-sector .icon-sector {
    position: relative;
    width: 60px;
    height:60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #122148;
    text-align: center;
    transition: all .5s ease;
}
.sector-sec .sector .item-sector:hover .icon-sector {
    background-color: #2f56a5;
}
.sector-sec .sector .item-sector:hover .icon-sector:before{
    border-left-color: #2f56a5;
    border-left-color: #2f56a5;
}
.sector-sec .sector .item-sector .icon-sector:before {
    content: "";
    display: block;
    width: 0;
    border-style: solid;
    border-color: transparent;
    border-left-color: #2f56a5;
    border-left-color: #122148;
    border-width: 20px 0px 0px 20px;
    position: absolute;
    top: 23px;
    left: -4px;
    /* right: 0; */
    -ms-transform:  rotate(40deg);
    -o-transform:  rotate(40deg);
    -moz-transform:  rotate(40deg);
    -webkit-transform:  rotate(40deg);
    transform: rotate(40deg);
    transition: all .5s ease;
}
.sector-sec .sector .item-sector .icon-sector i{
    color: #fff;
    line-height: 60px;
    font-size: 25px;
}
.sector-sec .sector .item-sector .head-sector-item{
    position: relative;
}
.sector-sec .sector .item-sector .head-sector-item h3{
    position: relative;
    font-weight: 800;
    color: #122148;
    line-height: 1.3;
    padding-top: 10px;
    font-size: 22px;
    margin-bottom: 0;
    padding-bottom: 0;
}
.sector-sec .sector .item-sector .details{
    position: relative;
}
.sector-sec .sector .item-sector .details p{
    position: relative;
    text-align: justify;
    font-size: 16px;
    line-height: 1.3;
    color: #122148d9;
    font-weight: 600;

}
/* ===================================
    suppliers-sec
====================================== */
.suppliers{
    position: relative;
}
.suppliers .sup-element {
    height: auto;
    background-color: #ddd;
    margin: 0px 10px;
    height: 140px;
    padding: 10px;
    border:4px double rgba(12, 44, 82, 0.21);

                    display: flex;
                flex-direction: column;
                justify-content: center;

}
.suppliers .sup-element:hover  {
    border:4px double rgba(12, 44, 82, 1);
}
.suppliers .sup-element img {
    max-height: 100px;
    width: auto;
    opacity: 0.5;
    display: block;
    margin: 5px auto;

}
.suppliers .sup-element:hover  img{
    opacity:1;
}
.suppliers .heading h1 {
    font-size: 42px;
    font-weight: bold;
    color: #122148;
    position: relative;
    text-transform: capitalize;
    
    margin-bottom: 70px;
}
.owl-theme .owl-nav [class*='owl-'] {
    background: #122147;
}
.owl-theme .owl-nav [class*='owl-']:hover {
    background: #122148;

}

/* ===================================
    Footer
====================================== */
.contact-details-sec{
    position: relative;
    background-color: #122148;


}
.contact-details-sec h1{
    position: relative;
    font-size: 42px;
    font-weight: bold;
    color: #ffffff;
    position: relative;
    text-transform: capitalize;
    
    margin-bottom: 35px;
    margin-right: 70px;
}
.contact-details-sec .map{
    margin: 0 70px;
}
.contact-details-sec .contact-info{
    position: relative;
    margin: 30px 60px 0;

    padding: 20px;
    height: 120px;
}

.contact-details-sec .contact-info .phone .icon{
    position: relative;
    position: relative;
    color: #ffffff;
    font-size: 20px;

}
.contact-details-sec .contact-info .phone:first-child{
    margin-bottom: 10px;
}
.contact-details-sec .contact-info .phone .icon i{
    position: relative;
    transform: rotateY(180deg);
}
.contact-details-sec .contact-info .phone .details{
    position: relative;
    position: relative;
    font-size: 22px;
    color: #ffffff;
    text-align: justify;
    font-weight: 600;
}
.contact-details-sec{
    position: relative;
}
.contact-details-sec .video {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.contact-details-sec .video img{
    position: relative;
    width: 100%;
    height: 100%;
    max-height: 600px;

}
.curve-contact{
    position: relative;
    height: 100%;
    padding-bottom: 40px;
}
.contact-details-sec .video:before {
    content: "";
    display: block;
    width: 0;
    border-style: solid;
    border-color: transparent;
    border-top-color: transparent;
    border-right-color: #122148;
    border-width: 150vh 150px 0px 60px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(0);
}
.contact-details-sec iframe{
    height:250px;
}
/* ===================================
    features-sec
====================================== */
.features-sec{
    position: relative;
    background-color: #f2f2f2;
}
.features-sec .heading h1{
    font-size: 42px;
    font-weight: bold;
    color: #122148;
    position: relative;
    text-transform: capitalize;
    
    margin-bottom: 0px;
}
.features-sec .item {
    margin-top: 50px;
}
.features-sec .owl-carousel .owl-item img{
    float: none;
    margin: 0 auto 15px;
    display: block;
    height: 150px;
}
.features-sec .owl-carousel .owl-item p{
    font-size: 22px;
    line-height: 1.4;
    text-align: justify;
    color: #2e56a5;
    font-weight: 600;
}

/* ===================================
    Footer
====================================== */
.word-sec{
    background-color: #f2f2f2;
}
.word-sec .word-desc .heading h1{
    font-size: 36px;
    font-weight: bold;
    color: #2f56a5;
    position: relative;
    text-transform: capitalize;
    
    margin-bottom:0;

}
/* ===================================
    counter-sec
====================================== */
.counter{
    position: relative;
}
.counter .counter-details img{
    display: block;
    margin: 0 auto;
    width: 90px;
    max-height: 70px;
}

.counter .counter-details span {
    font-size: 38px;
    font-weight: bold;
    margin: 10px auto;
    padding: 15px 0 15px;
    display: block;
    width: 135px;
    color: #122148;
}

.counter .counter-details h3{
    text-transform: capitalize;
    line-height: 1.4;
    font-size: 42px;
    color: #2f56a5;
    font-weight: bold;
   
}
/*-------------word sec */
/* ===================================
    Footer
====================================== */

footer{ padding:50px 0 0;    background: #122148; color:#939393; direction: rtl}
footer p{ margin-bottom:0;color:#fff; }
footer h3{ font-size:18px; font-weight:500; margin-bottom:30px; line-height:1; position:relative; }
footer h3:after{ content:''; display:block; width:70px; height:2px; background: #9b8755; margin-top:12px; }
.footer-social-icons ul{ margin-bottom:0; }
.footer-social-icons ul li{ display:inline-block; border:1px solid #fff; border-radius:50%; color:#fff; margin-right:10px; margin-bottom:5px; -webkit-transition-duration:.3s; transition-duration:.3s }
.footer-social-icons ul li a{ color: #ffffff; display:block; font-size:16px; height:35px; line-height:35px; text-align:center; width:35px; }
.footer-social-icons ul li:hover { background: #2f56a5; border-color: #2f56a5; }
.footer-social-icons ul li:hover i { color: #ffffff; }
/*small*/
.footer-social-icons.small ul li { margin-bottom: 0; }
.footer-social-icons.small ul li a { font-size: 12px; height: 25px; line-height: 26px; width: 25px; }
.footer-list{ margin:0; }
.footer-list li{ list-style-type:none; color:#939393; padding:6px 0; }
.footer-list li:first-child{ padding-top:0; }
.footer-list li a:before{ content:'\f105'; font-weight: 700; vertical-align: bottom; font-family: Font Awesome\ 5 Free; color:#939393; padding-right:8px; -webkit-transition-duration:.3s; transition-duration:.3s; }
.footer-list li a{ font-size:15px; font-weight:400; color:#939393; }
.footer-list li a:hover,.footer-list li a:hover:before{ color:#fff; }
.footer-bar{ padding-top:20px; padding-bottom:20px; margin-top:50px; text-align:center; background: #2f56a5; color: #ffffff; }
.footer-bar span{ color: #2f56a5; font-size:15px; font-weight:400; }
/*footer-top-bar*/
.footer-top-bar { background: #191919; border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
/*footer style2*/
footer h3.footer-title-style2 { margin-bottom: 28px; }
h3.footer-title-style2:after { width: 29%; height: 1px; background: #ffffff; margin-top: 15px; }
.footer-list li{
    text-align: justify;
}
@media (max-width: 767px) {
    footer { padding-top: 30px; }
    .footer-bar { margin-top: 30px;}
    .footer-bar p { font-size: 13px; }
}
.footer-bar a{
    color: #122148;
}
.footer-bar a:hover{
    color: #ffffff;
}
.footer-list li span:first-child{
    color: #fff;
}
.footer-list li span:last-child{
    color: #fff;
    font-size: 16px;
}
/* Flashing */

@-webkit-keyframes flash {
    0% {
        opacity: .4;
    }
    100% {
        opacity: 1;
    }
}
@keyframes flash {
    0% {
        opacity: .4;
    }
    100% {
        opacity: 1;
    }
}



/*----------------------
inner page
 -----------------------*/
.head-page{
    padding: 0;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;

}
.page-name{
    margin:70px 0;
}
.overlay-head{
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
    height:100%;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.6);
}
.inner-padding{
    padding-top: 60px;
}

.sub-head-mid{
    position: relative;
    z-index: 9999999!important;
}
.head-page .sub-head-mid .heading h2{
    color: #ffffff;
}
.head-page .sub-head-mid {
    display: block;
    margin: 0 auto;
    top: 60%;
    -ms-transform: translateY(-40%);
    transform: translateY(-40%);
    position: relative;
    text-align: center;
}
.head-page ul {
    margin-bottom: 0;
    margin-top: 15px;
    text-align: center;
    list-style-position: outside;
}
.head-page ul li {
    display: inline-block;
    list-style: none;
}
.head-page ul li:last-child a.text-white{
    color: #2f56a5 !important;
}
.head-page ul li a {
    font-size: 22px;
    font-weight: 500;
    position: relative;
    margin-left: 30px;
    transition: all .3s ease-in-out;
    text-transform: capitalize;
}
.head-page ul li:first-of-type a {
    margin-left: 0;
}
.head-page ul li a.arow:after {
    content: "";
    width: 14px;
    height: 14px;
    background: url(../img/arow-top.svg) center center no-repeat;
    top: 7px;
    right: -25px;
    position: absolute;
    display: inline-block;
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}
.img-shine{
    position: relative;
    width: 100%;
    height: auto;
    border:5px solid #2f56a5;
    overflow:hidden;
}
.img-shine img{
    height: 100%;
    width: 100%;
}

.img-shine::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.img-shine:hover::before{
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}
.about-inner-sec .heading h1{
    margin-bottom: 30px;
}
.service-inner .item{
    margin-bottom: 30px;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -webkit-box-shadow: 0 25px 30px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 25px 30px 0 rgba(0, 0, 0, 0.15);
}

/* ===================================
    news-box
====================================== */
.news-box{ position: relative; overflow: hidden; transition: all 0.3s; -o-transition: all 0.3s; -webkit-transition: all 0.3s;margin-bottom: 50px }
.news-box:hover{ -webkit-box-shadow: 0 25px 30px 0 rgba(0, 0, 0, 0.15); box-shadow: 0 25px 30px 0 rgba(0, 0, 0, 0.15); }
.news-box .fetaure-image{ position: relative; overflow: hidden; z-index: 1;min-height: 271px;max-height: 272px }
.news-box .fetaure-image img{ -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
.news-box .fetaure-image:hover img{ -webkit-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2); }
.news-box .fetaure-image:after{ content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; -webkit-box-shadow: 0 -130px 70px -70px #000 inset; box-shadow: 0 -130px 70px -70px #000 inset; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
.news-box .package-detail{ width: 100%; bottom: 0; left: 0; padding: 13px 18px; position: absolute; z-index: 9; }
.news-box .title{ color: #fff; margin-right: 5px; }
.news-box .price{ width: 60%; float: left; }
.news-box .people-duration{ float: right; margin-left: 5px; }
.news-box .package-detail p{ margin: 0 0 0 10px; display: inline-block; color: #fff; text-transform: uppercase; font-weight: 500; }
.news-box .package-detail p .theme-color{ margin-right: 5px; }
.news-box .package-detail p .person{
    color: #2f56a5;
}
.news-box  .heading h1 {
    font-size: 28px;
    font-weight: 400;
    color: #282e3f;
    margin-bottom: 10px;
    line-height: 1.3;
    position: relative;
    text-transform: uppercase;
}
.news-box .heading p {
    font-size: 16px;
    line-height: 1.5;
    text-align: justify;
    color: #282e3f;
    margin: 5px 0;
    text-transform: capitalize;
}
.news-box .my-btn {
    background: transparent;
    border-radius: 0;
    border: 4px double #122147;
    padding: 5px 5px;
    font-size: 14px;
    display: inline-block;
    transition: 0.3s;
    color: rgba(18, 33, 71, 0.9) !important;
    position: relative;

    word-wrap: normal;
    white-space: normal;
    text-decoration: none !important;
    cursor: pointer;
    text-transform: capitalize;
}
.news-box .rating li{ float: left; margin-left: 3px; }
.news-box .fetaure-image img{
    min-width: 100%;
    min-height: 275px;
}
.map{
    height:100%;
}
.contact-sec .heading p {
    font-size: 18px;
    line-height: 1.7;
    text-align: justify;
    color: #122147;
    font-weight: 400;
}
.contact-sec h3 ,.contact-sec h1 {
    color:#000;
    font-weight: 400;
    text-transform: capitalize;
}
.contact-sec .padd{
    margin: 0px 70px 0px 140px ;
}
.contact-sec input[type="button"],.contact-sec input[type="text"],.contact-sec input[type="email"],.contact-sec textarea,.contact-sec button[type="submit"]{
    display: block;
    box-sizing: border-box;
    margin: 0;
    padding: 0 19px;
    outline: none;
    border: none;
    background-color: #f8f8f8;
    color: #797f85;
    font-weight: 300;
    font-size: 16px;
    line-height: 46px;
    -webkit-appearance: none;
    margin-bottom: 10px;
}
@media (max-width:767px){
    .news-box .package-detail { padding: 20px 10px; }
    .news-box .price { width: 55%; }
}
.margin-5px-bottom {
    margin-bottom: 5px;
}

.font-weight-600 {
    font-weight: 600;
}
.font-size18 {
    font-size: 18px;
    line-height: 26px;
}
.news-box .padding-20px-all {
    padding: 10px 20px;
}
.border {
    border: 1px solid #dee2e6!important;
}
.pagination{ border-radius:0; padding:0; margin:0; }
.pagination ul{ display:inline-block; *display:inline; *zoom:1; margin:0 auto; padding:0; }
.pagination li{ display:inline; }
.pagination a{ float:left; padding:0 18px; line-height:40px; text-decoration:none; border:1px solid #dbdbdb; border-left-width:0; background:#fff; }
.pagination a:hover{ background-color: #282e3f; color:#fff; }
.pagination .active a{ background-color:#f7f7f7; color:#999; cursor:default; }
.pagination .disabled span{ color:#999; background-color:transparent; cursor:default; }
.pagination .disabled a{ color:#999; background-color:transparent; cursor:default; }
.pagination .disabled a:hover{ color:#999; background-color:transparent; cursor:default; }
.pagination li:first-child a{ border-left-width:1px; }
.pagination .active a {
    background-color: #2f56a5;
    color: #1f1f1f;
    cursor: default;
}
.inner-sec .heading h2{
    font-size: 42px;
    font-weight: bold;
    color: #282e3f;
    margin-bottom: 0;
    position: relative;
    text-transform: capitalize;
}
.inner-sec  .contact-details .contact-info-details{
    margin-top: 30px;
}
.inner-sec  .contact-details .contact-info-details li span.address{
    font-weight: 600;
    font-size: 22px;
    line-height: 40px;
    color: #122147;
}
.inner-sec  .contact-details .contact-info-details li p{
    font-size: 18px;
    font-weight: 600;
}
.inner-sec  .contact-details .contact-info-details li span i{
    font-size: 26px;
    line-height: 1em;
    color: #2f56a5;
}

.inner-sec{
    margin-bottom: 70px;
}
.inner-sec:before,.inner-sec:after {
    display: none;
}
.breadcrumb span{
    color: #2f56a5;
    font-weight: 600;
    font-size: 18px;
}
.about-details-sec h1{
    font-size: 32px;
    font-weight: bold;
    color: #282e3f;
    margin-bottom: 0;
    position: relative;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.about-details-sec p{
    position: relative;
    text-align: justify;
    font-size: 16px;
    line-height: 1.3;
    color: #122148d9;
    font-weight: 600;
}



/**/
.sector-element-img img {
    margin: 50px auto;
    display: block;
    width: 40%;
    height: auto;
}
iframe{
    max-width: 100%;
}

section{
    overflow: hidden;
    clear: both;
    display: block;
}



dt {
    font-weight: 700;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5px;
}

dt img {
    border: 2px solid #cfcfcf;
    width: 100%;
    height: 140px;
}
/**/


/**/
.post{
    float: right;
    padding: 15px;
}
.post .box{

}
.post .box img{
    width: 100%;
    height: 200px;
    margin: 0;
}
.post .box h3{
    display: block;
    margin: 10px 0;
    color: #122148;
    font-size: 20px;
}
.post .box a{
    text-decoration: none;
    outline: none;
    color: #000;
    padding: 5px 10px;
    background-color: #f1f1f1;
    display: inline-block;
}




/*****************/
.about-details-sec ul{
	padding: 15px 25px;
	width: 100%;
}
.about-details-sec ul li{
	list-style: none;
	font-size: 18px;
	color: #122148;
}

.profile{
	background: #355598;
	color: #fff;
	width: 80px;
	text-align: center;
}
.profile a {
    font-size: 15px !important;
    padding: 15px 0 !important;
}


