﻿/* ======= Fonts ======= */

@font-face {
    font-family: 'JF-Flat';
    src: url(../fonts/JF-Flat/JF-Flat-regular.eot);
    src: url(../fonts/JF-Flat/JF-Flat-regulard41d.eot?#iefix) format('embedded-opentype'), url(../fonts/JF-Flat/JF-Flat-regular.woff) format('woff'), url(../fonts/JF-Flat/JF-Flat-regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Bein-Black';
    src: url('../fonts/bein-font/bein-ar-black.eot');
    src: local('☺'), url('../fonts/bein-font/bein-ar-black.woff') format('woff'), url('../fonts/bein-font/bein-ar-black.ttf') format('truetype'), url('../fonts/bein-font/bein-ar-black.svg') format('svg');
    font-weight: bold;
    font-style: bold;
}

@font-face {
    font-family: 'Bein-Black';
    src: url('../fonts/bein-font/bein-ar-normal.eot');
    src: local('☺'), url('../fonts/bein-font/bein-ar-normal.woff') format('woff'), url('../fonts/bein-font/bein-ar-normal.ttf') format('truetype'), url('../fonts/bein-font/bein-ar-normal.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* ======= General Styles ======= */

body {
    font-family: Bein-Black, sans-serif;
    color: #0c112a;
    font-size: 14px;
    line-height: 26px;
    background: #fff;
    height: 100%;
	background-image:url('../images/2.jpg');
	direction:ltr;
}


.no-scroll {
    overflow: hidden;
}


/*Typography*/

p {
    font-family: JF-Flat, sans-serif;
    font-size: 14px;
    color: #6a7483;
    line-height: 26px;
    transition: .5s;
}

.p-l {
    font-size: 16px;
    line-height: 30px;
}


/*Align*/

ul {
    margin: 0;
    padding: 0;
}

.h-80 {
    display: block;
    overflow: hidden;
    height: 80px;
}

.no-border {
    border: 0 !important;
}

.no-margin {
    margin: 0 !important;
}


/*Links*/

a {
    font-size: 16px;
    color: #0c112a;
    transition: .5s;
}

a:hover,
a:focus {
    color: #0f5667;
    text-decoration: none;
    outline: 0;
}

a.btn i.icon {
    font-size: 16px;
}

.btn {
    background: #0f5667;
    color: #fff;
    min-width: 170px;
    height: 50px;
    line-height: 45px;
    padding: 0;
    font-weight: 600;
    border-radius: 2px;
    text-transform: uppercase;
}

.btn:hover,
.btn:focus,
.btn:active {
    background: #0c112a;
    color: #fff;
    outline: 0;
}

.btn-no-bg {
    background: transparent;
    color: #0c112a;
}

.btn-no-bg:hover {
    background: transparent;
    color: #0f5667;
}

button.btn {
    transition: .5s;
}


/*Tabs*/

.tabs {
    text-align: center;
}

ul.nav-tabs {
    border: 0px;
    display: inline-block;
}

ul.nav-tabs>li>a {
    padding: 0px 30px;
}


/*Forms*/

.form-control {
    height: 50px;
	padding-right:125px;
    border-radius: 2px;
    transition: .5s;
    color: #fff;
    border: 0;
    box-shadow: 0 0 0;
	color: #0f5667
}

.form-control:focus {
    outline: 0;
    box-shadow: 0 0 0;
    border-color: #0f5667;
	color:#fff;
}

.white-form .form-control {
    border-color: #fff;
    box-shadow: 0 0 0;
    color: #0c112a;
    height: 60px;
    background: #fff;
}

.white-form textarea.form-control {
    height: 230px;
    resize: vertical;
}

.form-control:focus {
    background: #398da0;
    border-color: #0f5667;
    color: #fff;
}

.white-form .btn {
    width: 100%;
    background: #0c112a;
}

.white-form .btn:hover {
    background: #0f5667;
}


/*General*/

.main-color {
    color: #0f5667 !important;
}

.main-color2 {
    color: #0c112a;
}

.main-red {
    color: red !important;
}

.white-color {
    color: #fff;
}

.second-bg {
    background: #f3f7f9 !important;
}

.icon {
    padding-right: 10px;
    font-size: 10px;
}

.start-price span.price {
    font-size: 22px;
}

.start-price span.per {
    font-size: 12px;
}

img.feature-star {
    position: absolute;
    top: 10px;
    right: 10px;
}

section {
    padding: 0px 0px;
}

.title {
    padding-bottom: 20px;
    width: 50%;
    margin: 0 auto;
    text-align: center;
}

.slick-slider {
    cursor: url(../images/drag.png) 16 9, ew-resize!important;
}

.slick-initialized .slick-slide:focus {
    outline: 0 !important;
}

img.m-auto {
    margin: 0 auto;
}


/*Dropdown menu*/

ul.dropdown {
    background: #fff;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 1;
    max-height: 0;
    overflow: hidden;
    border: 1px solid #f1fcee;
    border-top: 3px solid #0f5667;
    border-radius: 2px;
    -webkit-transform: perspective(400) rotate3d(1, 0, 0, -90deg);
    -webkit-transform-origin: 50% 0;
    -webkit-transition: 350ms;
    -moz-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
}

ul.dropdown li {
    width: 200px;
    margin: 0 !important;
    border-bottom: 1px solid #f1fcee;
}

ul.dropdown li a {
    padding: 15px 30px !important;
    background: #fff;
    color: #0c112a;
}

ul.dropdown li a:hover {
    background: #0f5667;
    color: #fff;
}

ul.menu>li:hover ul.dropdown {
    max-height: 1000px;
    -webkit-transform: perspective(400) rotate3d(0, 0, 0, 0);
}


/*Mega Menu*/

ul.mega-dropdwon li {
    width: 350px;
}

ul.mega-dropdwon li img {
    width: 32px;
    height: 32px;
    margin-left: 15px;
    margin-top: 10px;
    border: 2px solid #fff;
    border-radius: 50%;
    float: right;
}

ul.mega-dropdwon li .text {
    display: table-cell;
}

ul.mega-dropdwon li a p b {
    font-weight: 600;
}

ul.mega-dropdwon li a p {
    font-weight: normal;
    margin-bottom: 0;
}

ul.mega-dropdwon li a:hover p {
    color: #fff !important;
}


/* ======= Preloader ======= */

div.preloader {
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999999999;
    margin-top: 0px;
    top: 0px;
    text-align: center;
}

ul.preloader {
    text-align: center;
    font-size: 0;
    width: 40px;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    top: 50%;
    margin-top: -22px;
}

ul.preloader li {
    display: inline-block;
    width: 8px;
    height: 45px;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    animation: colorbars 333ms alternate infinite cubic-bezier(0.2, 0, 0.5, 1);
}

.one {
    background: #0f5667;
    border-radius: 3px 0 0 3px;
}

.two {
    background: #f1fcee;
}

.three {
    background: #0f5667;
}

.four {
    background: #f1fcee;
}

.five {
    background: #0f5667;
    border-radius: 0 3px 3px 0;
}

ul.preloader li:nth-of-type(1) {
    animation-delay: 111ms;
}

ul.preloader li:nth-of-type(2) {
    animation-delay: 222ms;
}

ul.preloader li:nth-of-type(3) {
    animation-delay: 333ms;
}

ul.preloader li:nth-of-type(4) {
    animation-delay: 444ms;
}

ul.preloader li:nth-of-type(5) {
    animation-delay: 555ms;
}

@keyframes colorbars {
    to {
        -moz-transform: translateY(12px);
        -ms-transform: translateY(12px);
        -webkit-transform: translateY(12px);
        transform: translateY(12px);
    }
}


/* ======= Top Header ======= */

.top-header {
    border-bottom: 1px solid #f1fcee;
}

.top-header .container:first-child ul {
    float: right;
}

.top-header .container ul:last-child {
    float: left;
}

.top-header a {
    font-size: 12px;
    padding: 15px 0px;
    display: block;
}

.top-header .container:first-child ul li {
    margin-left: 15px;
    position: relative;
    padding: 0;
}

.top-header .menu li {
    margin-left: 0 !important;
    margin-right: 15px;
}

.top-header ul.dropdown li {
    width: 150px;
}


/* ======= Header ======= */

.affix {
    border-bottom: 1px solid #f1fcee;
    top: 0;
    background: #fff;
    width: 100%;
    z-index: 999;
}

header.navbar {
    margin-bottom: 0;
}

nav.navbar {
    margin: 0;
    float: left;
	margin-top:10px;
}
.banner-top {
	margin-bottom:10px;
}
nav.navbar {
    min-height: auto;
}

header .icon {
    font-size: 8px;
    color: #0f5667
}

header a.logo {
    padding: 0px 0px 1px;
    float: right;
}

header a.logo img {
    float: right;
	margin-top:0px;
    width: 350px;	
	clear: both;
}

header a.logo .logo-txt {
    float: left;
}

header a.logo b {
    font-size: 18px;
}

header a.logo span {
    font-size: 12px;
    font-weight: 500;
    color: #6a7483;
    margin-top: -5px;
}

header .menu li {
    padding: 0;
    margin-right: 1px;
    position: relative;
}

header .menu li a {
   /* padding: 25px 0px 30px 0px;*/
    display: block;
	color:#fff;
	padding:0 16px;
	background: rgb(63, 122, 136);
	font-size:12px;
}

header ul.dropdown li.active a:hover {
    color: #fff !important;
}

header ul.mega-dropdwon li.active a p {
    color: #0f5667;
}


/* ======= Mobile Menu ======= */

a.mobile-menu-icon {
    padding-top: 25px;
    float: left;
}

a.mobile-menu-icon i.icon {
    font-size: 24px;
    padding: 0;
}

.mobile-menu {
    background: #0c112a;
    position: absolute;
    top: 100%;
    left: 5px;
    right: 5px;
    z-index: 999;
    margin-top: 5px;
    padding: 15px;
    border-right: 2px;
    border-top: 2px solid #0f5667;
    -webkit-transform: perspective(400) rotate3d(1, 0, 0, -90deg);
    -webkit-transform-origin: 50% 0;
    -webkit-transition: 350ms;
    -moz-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
    overflow-y: scroll;
}

.mobile-menu ul li {
    margin-right: 0;
    width: 100%;
}

.mobile-menu ul li a {
    background: rgba(0, 0, 0, .3);
    color: #fff;
    border-radius: 2px;
    padding: 15px 30px !important;
    display: block;
    border-bottom: 2px solid #0c112a;
}

.mobile-menu-open {
    max-height: 1000px;
    -webkit-transform: perspective(400) rotate3d(0, 0, 0, 0);
}

.mobile-menu ul li a:hover,
.mobile-menu ul li a:focus {
    background: #0f5667;
    color: #fff !important;
}

.mobile-menu ul li a:hover i.icon,
.mobile-menu ul li a:focus i.icon {
    color: #fff !important;
}

.mobile-menu ul.dropdown {
    right: 0;
    margin-left: 0;
    border-color: #0c112a;
    background: #0f5667;
    left: 0;
}

.mobile-menu ul.dropdown li {
    border-color: #0c112a;
}

.mobile-menu ul.dropdown li a {
    background: #fff;
    color: #0c112a;
}

.mobile-menu ul.dropdown li a .text p {
    color: #0c112a;
}

.mobile-menu ul.dropdown li.active a:hover,
.mobile-menu ul.dropdown li a:hover,
.mobile-menu ul.mega-dropdwon li.active a p,
.mobile-menu ul.mega-dropdwon li a:hover p {
    color: #0f5667 !important;
}


/* ======= Slider ======= */

section.slider .slick-slide img {
    float: right;
	min-width: 100%;
}

section.slider .slider-content {
    padding-top: 30px;
    text-align: right;
}

section.slider .btn {
    margin-top: 20px;
}


/* ======= Domain Search ======= */

.domain-search {
    background: #0c112a;
    padding: 50px 0px;
}

.domain-search p {
    padding-top: 5px;
}

.domain-search .form-group {
    margin-bottom: 0px;
}

.domain-search .form-control {
    height: 50px;
}

.domain-search .search-filter {
    position: relative;
}

.domain-search button.domain-select {
    background: #fff;
    color: #6a7483;
    width: 100%;
    font-size: 14px;
    text-transform: uppercase;
}

ul.dropdown-menu {
    left: 0;
    right: 0;
    padding: 0;
    border: 0;
    box-shadow: 0 0 0;
    border-radius: 2px;
    border: 1px solid #f1fcee;
    border-top: 3px solid #0f5667;
}

ul.dropdown-menu li {
    border-bottom: 1px solid #f1fcee;
}

ul.dropdown-menu li a {
    padding: 15px 30px !important;
    background: #fff;
    color: #0c112a;
    font-weight: 600;
    text-transform: uppercase;
}

ul.dropdown-menu li a:hover,
ul.dropdown-menu li a:focus {
    color: #0f5667;
    background: #fff;
}

.domain-search .btn {
    background: #0f5667;
}


/* ======= Services and Features Blocks ======= */
.features {
	padding:0px 0 30px ;}
.block {
    cursor: pointer;
}

.block .text {
    display: table-cell;
    text-align: right;
}

.block img {
    margin-left: 30px;
    float: right;
	width:100px;
	height:100px;
}

.block:hover p.p-l {
    color: #0f5667 !important;
}

section.features .text-right .block img {
    margin-right: 0;
    margin-left: 30px;
}

section.features .block {
    margin-bottom: 20px;
    overflow: hidden;
	height: 100px;
    overflow: hidden;
}


/* ======= Pricing ======= */

.price-table {
    background: #fff;
    padding: 30px;
    position: relative;
    cursor: pointer;
    text-align: center;
}

.price-table img {
    margin-bottom: 30px;
}

.price-table .btn {
    margin-top: 20px;
}


/* ======= Blogs ======= */

.blog {
    background: #fff;
    padding: 30px;
    overflow: hidden;
}

.blog a.btn {
    margin-top: 15px;
}

.blog a.blog-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}


/* ======= Clients ======= */

.client .block {
    cursor: inherit;
}

.client-say {
    border: 1px solid #f1fcee;
    padding: 10px ;
    background: #fff3e0 url(../images/6.png);
	border-radius:90px;
}

.client-say img {
    
}

.partners img {
    border: 1px solid #f1fcee;
    cursor: pointer;
    width: 100%;
}


/* ======= FAQ`s ======= */

.accordeon {
    width: 100%;
}

a.accordeon-title {
    
    padding: 15px;
    cursor: pointer;
    margin: 0;
    display: block;
    color: #fff;
	border-right: 5px solid #f15a24;
	background-color:#308d0f;
	margin-bottom:20px;
	border-radius:40px;
	
	
background: rgb(247,142,37); /* Old browsers */
background: -moz-linear-gradient(top, rgba(247,142,37,1) 0%, rgba(247,142,37,1) 51%, rgba(249,124,0,1) 51%, rgba(249,124,0,1) 98%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(247,142,37,1) 0%,rgba(247,142,37,1) 51%,rgba(249,124,0,1) 51%,rgba(249,124,0,1) 98%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(247,142,37,1) 0%,rgba(247,142,37,1) 51%,rgba(249,124,0,1) 51%,rgba(249,124,0,1) 98%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f78e25', endColorstr='#f97c00',GradientType=0 ); /* IE6-9 */	
}

.accordeon-title:after {
    content: '+';
    float: left;
    font-size: 16px;
    color: #ffffff;
    background: #ffae19;
    border: 1px solid #ea7907;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    font-weight: bold;
}

.accordeon-title.is-opened {
    background-color: #0f5667;
    color: #fff;
}

.accordeon-title.is-opened:after {
    content: '-';
}

.accordeon-content {
    display: none;
    padding: 15px;
    margin-bottom: 10px;
}


/* ======= Guaratess ======= */

.guaratess {
    background: #0f5667;
    padding: 20px 0px;
}

.guarate {
    cursor: pointer;
}

.guarate img {
    float: right;
}

.guaratess p {
    color: #fff;
    padding-top: 10px;
    padding-right: 65px;
    font-weight: 600;
}


/* ======= Footer ======= */

.footer {
    background: #0c112a;
}

.footer p,
.footer a {
    color: #a1b1bc;
    line-height: 30px;
}

.footer h4.footer-title {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.footer a {
    font-weight: normal;
    border-bottom: 1px solid #222533;
    width: 100%;
    display: block;
    padding: 5px 0px;
}

.footer a:hover {
    color: #0f5667;
}

.footer .form-control {
    border: 1px solid #303444;
}

.footer .btn {
    width: 100%;
    height: 40px;
    line-height: 30px;
    background: #0f5667;
}

.footer .footer-social {
    margin-top: 20px !important;
}

.footer .footer-social li {
    padding: 0;
    padding-right: 5px;
}

.footer .footer-social a {
    border: 0;
    width: 30px;
    height: 30px;
    line-height: 20px;
    text-align: center;
    border-radius: 2px;
}

.footer .footer-social a i.icon {
    font-size: 16px;
    color: #fff;
    margin: 0;
    padding: 0;
}

.facebook {
    background: #1b78c7;
}

.twitter {
    background: #00bff3;
}

.googleplus {
    background: #67b807;
}

.pinterest {
    background: #da421f;
}

.dribbble {
    background: #bc2a83;
}

.tumblr {
    background: #5d748c;
}


/* ======= Copyright ======= */

.copyright {
    background: #000000;
    height: 80px;
    overflow: hidden;
}

.copyright p {
    margin: 0;
    color: #a1b1bc;
    line-height: 80px;
    display: inline-block;
}

.copyright a.up {
    line-height: 80px;
    float: left;
}

.copyright a.up img {
    padding-right: 10px;
}


/* ======= Pages ======= */

.page .page-banner {
    padding: 30px 0px;
    overflow: hidden;
}

.page .page-banner h3 {
    padding-right: 15px;
    margin: 0;
    float: right;
}

.page .breadcrumb {
    background: transparent;
    padding: 0;
    padding-left: 15px;
    margin: 0;
    float: left;
}


/* ======= Account Page ======= */

section.account .title {
    margin: 0 auto;
    padding-bottom: 20px;
    width: 70%;
    text-align: center;
}

section.account ul.nav-tabs {
    display: block;
}

section.account .nav-tabs>li {
    width: 50%;
    height: 60px;
}

.nav-tabs>li>a {
    padding: 0;
    margin: 0;
    line-height: 60px;
    border: 0;
    text-align: center;
    color: #0C112A;
    background: #fff;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    background: #0f5667;
    color: #fff;
    border: 0;
}

.nav-tabs>li>a:hover,
.nav>li>a:hover {
    background: #0C112A;
    color: #fff;
    border: 0;
}

.tab-content {
    padding-top: 30px;
}

section.account img.login-img {
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
}


/* ======= About Page ======= */


/*Story*/

section.story {
    padding-bottom: 0;
    text-align: center;
}

section.story h1 {
    margin-bottom: 30px;
}

section.story .icon {
    padding-left: 0;
    padding-left: 10px;
    color: #0f5667;
}

section.story ul {
    margin-top: 20px;
    margin-bottom: 70px;
}


/*Rewards*/

section.history .block {
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
}

section.history .block span {
    margin-bottom: 10px;
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #6a7483;
    margin-top: -10px;
}


/*Team*/

.team {
    border: 1px solid #f1fcee;
    padding: 30px 30px 20px 30px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.team img {
    margin: 0 auto;
    margin-bottom: 30px;
}

ul.team-social {
    position: absolute;
    top: 30px;
    left: -30px;
    transition: .5s;
}

.team-social a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #f3f7f9;
    display: block;
    border-radius: 2px;
    margin-bottom: 2px;
}

.team-social .icon {
    padding: 0;
    font-size: 16px;
}

.team-social a:hover {
    background: #0f5667;
    color: #fff;
}

.team:hover ul.team-social {
    left: 0;
}


/* ======= Contact Page ======= */


/*Support*/

.contact.page section.support {
    background: #0f5667;
    color: #fff;
    min-height: 390px;
    padding: 0;
}

.contact.page section.support .container {
    min-height: 390px;
    position: relative;
}

.contact.page section.support img {
    position: absolute;
    bottom: 0;
    left: 0;
}

.contact.page section.support .support-text {
    padding-top: 80px;
}

.contact.page section.support p {
    color: #fff;
}

.contact.page section.support .support-info p {
    font-size: 22px;
    margin-top: 20px;
}

.contact.page section.support .support-info a.btn {
    padding: 0px 20px;
    background: #0c112a;
    margin-top: 20px;
}


/*Contact info*/

.contact.page section.contact-info .block {
    padding: 0px;
    background: #fff;
}

.contact.page section.contact-info ul.info-details {
    background: #fff;
    padding: 30px;
    padding-top: 0px;
    padding-bottom: 10px;
}

.contact.page section.contact-info ul.info-details li {
    border-bottom: 1px solid #f1fcee;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-bottom: 0;
}

.contact.page section.contact-info ul.info-details li img {
    float: right;
}


/*Contact Form*/

section.contact-info ul.error-result {
    padding: 0px 0px 15px 0px;
}

section.contact-info ul.error-result li {
    margin-bottom: 15px;
    color: red;
}


/*Google Map*/

section.google-maps {
    padding: 0;
}


/*Support Center*/

section.support-center .block {
    border: 1px solid #f1fcee;
    padding: 30px;
}

section.support-center .block .text {
    text-align: center;
}

section.support-center .block img {
    margin: 0 auto;
    margin-bottom: 30px;
    float: none;
}

section.support-center .block .btn {
    margin-top: 20px;
}


/* ======= FAQs Page ======= */

section.popular-faqs .block {
    background: #fff;
    padding: 30px;
}

section.popular-faqs .block .text {
    text-align: center;
}

section.popular-faqs .block img {
    margin: 0 auto;
    margin-bottom: 30px;
    float: none;
}

section.categories-faqs .tab-content {
    padding-top: 0;
}

section.categories-faqs .nav-tabs>li>a {
    background: #f3f7f9;
}

section.categories-faqs .nav-tabs>li>a:hover {
    background: #0f5667;
}

section.categories-faqs .nav-tabs>li.active>a {
    background: #0f5667;
    color: #fff;
}

section.categories-faqs .nav-tabs {
    border: none;
    display: block;
}

section.categories-faqs .nav-tabs>li {
    display: block;
    width: 100%;
    float: none;
    margin-bottom: 10px;
    border: 1px solid #f1fcee;
    border-radius: 2px;
}

section.error-content p {
    margin: 30px 0px;
}


/* ======= Team Page ======= */


/*Perfect employee*/

section.perfect-employee .perfect-e-title {
    padding-top: 25%;
    line-height: 36px;
}

section.perfect-employee {
    background: #0f5667;
    cursor: pointer;
}

section.perfect-employee .team {
    margin-bottom: 0;
    background: #fff;
}


/*Team*/

.our-team.page .filters-button-group {
    margin-bottom: 50px;
}

.our-team.page .filters-button-group .btn.is-checked {
    background: #0C112A;
}

.our-team.page .teams .team {
    margin-bottom: 30px;
}


/* ======= Checkout Page ======= */


/*Billing Info*/

.checkout.page .billing-info {
    background: #0f5667;
}

.checkout.page .billing-info ul.cart-total li {
    background: #fff;
    padding: 15px 30px;
    overflow: hidden;
    cursor: pointer;
    transition: .5s;
    border-bottom: 1px solid #f3f7f9;
}

.checkout.page .billing-info ul.cart-total li:hover {
    background: #f3f7f9;
}

.checkout.page .billing-info ul.cart-total li.cart-head {
    background: #0C112A;
    color: #fff;
    font-weight: 600;
}

.checkout.page .billing-info .product {
    float: right;
}

.checkout.page .billing-info .price {
    float: left;
}


/*Payment*/

.checkout.page .billing-info h2 {
    margin-bottom: 30px;
}

.checkout.page .billing-info ul.payment {
    margin: 0;
}

.checkout.page .billing-info ul.payment li {
    background: #fff;
    width: 49%;
    cursor: pointer;
}

.checkout.page .billing-info ul.payment li img {
    margin: 0 auto;
}


/*Billing Form*/

.checkout.page .form-control {
    margin-bottom: 15px;
}

.checkout.page .form-control:focus {
    background: #0f5667 !important;
}


/* ======= Cart Page ======= */

.cart.page ul.cart {
    width: 100%;
}

.cart.page ul.cart>li {
    background: #f3f7f9;
    border-bottom: 1px solid #fff;
    cursor: pointer;
    transition: .5s;
    position: relative;
}

.cart.page ul.cart>li:hover {
    background: #fff;
    border-color: #fff;
}

.cart.page ul.cart li.cart-head {
    background: #0C112A;
    color: #fff;
    font-weight: 600;
    border-radius: 2px;
}

.cart.page ul.cart li ul li {
    padding: 0 !important;
    margin: 0 !important;
    width: 20%;
    padding: 15px 30px !important;
}

.cart.page ul.cart li ul li.cart-product {
    width: 35%;
}

.cart.page ul.cart a.cart-delete {
    position: absolute;
    left: 30px;
    top: 15px;
}

.cart.page ul.cart a.cart-delete i.icon {
    font-size: 18px;
}

.cart.page ul.cart a.cart-delete:hover {
    color: #fff;
}

.cart.page ul.cart li.cart-all {
    background: #0f5667;
    color: #fff;
    display: block;
    width: 100%;
    padding: 15px 30px;
    overflow: hidden;
    border-top: 1px solid #fff;
}

.cart.page ul.cart li.cart-all span:last-child {
    float: left;
}

.cart-info .btns {
    text-align: center;
}

.cart-info a.btn {
    margin-top: 30px;
    padding: 10px 30px;
    background: #0C112A;
    height: auto;
}

.cart-info a.btn:hover {
    background: #0f5667
}


/* ======= Portfolio Page ======= */

.portfolio.page .project {
    cursor: pointer;
    text-align: center;
}

.portfolio.page .project .project-img {
    position: relative;
    height: 275px;
    overflow: hidden;
}

.portfolio.page section.our-portfolio .project .project-img {
    height: 275px;
    overflow: hidden;
}

.portfolio.page section.our-portfolio .project .project-img img {
    height: 100%;
    width: 100%;
}

.portfolio.page .project .project-content {
    background: #f3f7f9;
    padding: 15px 30px;
    transition: .5s;
}

.portfolio.page .project .project-content p {
    margin: 0;
}

a.project-hover {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    line-height: 1;
    text-align: center;
    background: rgba(118, 224, 86, .9);
    color: #fff;
    display: block;
    overflow: hidden;
    transition: all 300ms ease-in-out 0s;
}

.project-hover i.icon {
    font-size: 24px;
    position: absolute;
    top: calc(50% - 7px);
    left: calc(50% - 7px);
}

.portfolio.page .project:hover a.project-hover {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.portfolio.page .project:hover .project-content p.main-color2 {
    color: #0f5667;
}

.portfolio.page section.our-portfolio .project {
    margin-bottom: 30px;
}

.portfolio.page .project .project-content {
    background: #fff;
}


/* ======= Blog Page ======= */


/*Posts*/

.blogs.page .blog {
    background: #f3f7f9;
    margin-bottom: 30px;
}

.blogs.page .blog img {
    border: 5px solid #fff;
    width: 100%;
    min-height: 350px;
}

.blogs.page .blog iframe {
    border: 0px;
    overflow: hidden;
    width: 100%;
    height: 350px;
}

.blog a.blog-title h4 {
    margin-top: 0px;
}

ul.blog-meta li,
ul.blog-meta li i.icon {
    padding: 0;
}

ul.blog-meta li a {
    font-size: 12px;
    margin-left: 15px;
    margin-bottom: 10px;
    display: block;
}

ul.blog-meta li a i.icon {
    font-size: 14px;
    padding-left: 10px;
}


/*Quote Post*/

.blogs.page .blog.quote_blog {
    background: #0f5667;
}

.blog.quote_blog .media .media-left i.icon {
    font-size: 40px;
    line-height: 40px;
    color: #fff;
    display: block;
}

.blog.quote_blog .media .media-body {
    padding-right: 30px;
}

.blog.quote_blog .media .media-body p {
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
}

.blog.quote_blog .media .media-body .quote_writer {
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    margin-top: 20px;
}


/*Pagination*/

.pagination_nav .pagination {
    border-radius: 0;
    display: table;
    margin: 0 auto !important;
}

.pagination_nav .pagination li {
    float: right;
}

.pagination_nav .pagination li+li {
    margin-right: 10px;
}

.pagination_nav .pagination li a {
    padding: 0 19px;
    line-height: 36px;
    border-radius: 0;
    text-transform: uppercase;
    border: none;
    background: #f3f7f9;
    font-weight: bold;
    font-size: 12px;
    color: #0c112a;
}

.pagination_nav .pagination li a:hover,
.pagination_nav .pagination li.active a {
    background: #0f5667;
    color: #fff;
}

.pagination_nav .pagination li:first-child a,
.pagination_nav .pagination li:last-child a {
    border-radius: 0;
    font-size: 12px;
}


/* ======= Sidebar ======= */

.sidebar section {
    background: #fff;
    margin-bottom: 30px;
    background: #f3f7f9;
    padding: 30px 15px;
}

.sidebar section h5 {
    margin-bottom: 30px;
    margin-top: 0;
    font-weight: 600;
    font-size: 18px;
}

.sidebar img {
    width: 70px;
    height: 70px;
    border: 3px solid #fff;
    float: right;
    margin-left: 15px;
}

.sidebar a {
    font-weight: normal;
}


/*Recent Posts*/

.recent-post {
    margin-top: 15px;
    display: block;
}

.recent-post {
    display: block;
    overflow: hidden;
}

.recent-content a {
    display: block;
}

.recent-content a.date {
    font-size: 12px;
    color: #0f5667;
    margin-top: -5px;
}


/*Category*/

.sidebar .categories li {
    border-bottom: 1px solid #eaebeb;
    display: block;
    overflow: hidden;
}

.sidebar .categories a {
    padding: 10px 0px;
    display: inline-block;
}

.sidebar .categories a.cat-num {
    color: #6a7483;
    float: left;
}

.sidebar .categories a.cat-name {
    float: right;
}


/*Tags*/

.sidebar .tags a {
    border: 2px solid #fff;
    padding: 5px;
    font-size: 14px;
    margin-bottom: 5px;
    display: inline-block;
    background: #fff;
}

.sidebar .tags a:hover {
    border-color: #0f5667;
    background: #0f5667;
    color: #fff;
}


/* ======= Single Page ======= */

section.single-post .post-content {
    overflow: hidden;
    margin-bottom: 30px;
}

section.single-post img.single-img {
    width: 100%;
}

section.single-post .post-content .post-text,
section.single-post .related-post {
    padding: 30px;
}

section.single-post .post-content .post-text a.blog-title {
    margin-bottom: 30px;
    display: block;
}

section.single-post .post-content .post-text h5.heading-title {
    margin: 30px 0px;
}

section.single-post .post-content .post-text .media {
    margin: 30px 0;
}

section.single-post .post-content .post-text .media img {
    margin-left: 30px;
}

section.single-post .post-content .post-text ul.post-list {
    margin-top: 20px !important;
}

section.single-post .post-content .post-text ul.post-list li,
section.single-post .post-content .post-text ul.post-list li i.icon {
    padding: 0;
    padding-left: 15px;
}


/*Post Pager*/

.post-pager {
    margin-top: 30px !important;
    padding: 30px;
    display: block;
    overflow: hidden;
}

.post-pager li.previous {
    float: right;
    text-align: right;
}

.post-pager li.next {
    float: left;
    text-align: left;
}

.post-pager li a {
    font-weight: 600;
    color: #0C112A;
    font-size: 14px;
    text-transform: capitalize;
}

.post-pager li a:hover,
.post-pager li a:focus {
    background: none;
    color: #0f5667;
}

.post-pager li .post_title {
    font-size: 18px;
    font-weight: 500;
}

.post-pager li.previous a i {
    margin-left: 10px;
    padding: 0;
}

.post-pager li.next a i {
    margin-right: 10px;
    padding: 0;
}


/*Author*/

.post_author {
    margin: 30px 0;
    padding: 30px;
    background: #0c112a;
    overflow: hidden;
}

.post_author i.icon {
    font-size: 14px;
    padding: 0;
    padding-left: 10px;
    color: #fff;
}


/*Post Comments*/

.post-comments {
    margin-bottom: 30px;
    padding: 30px;
}

.post-comments h4 {
    margin-bottom: 30px;
}

.post-comments .media {
    border: 1px solid #fff;
    padding: 15px;
}

.post-comments .comment-info {
    overflow: hidden;
}

.post-comments .comment-info h5 {
    float: right;
}

.post-comments a.comment-date {
    font-size: 12px;
    display: inline-block;
    padding-top: 5px;
    padding-left: 10px;
    float: left;
}

.post-comments .media-left {
    padding-right: 20px;
}

.post-comments .media-left a {
    width: 70px;
    height: 70px;
    display: block;
}

.post-comments .media-left a img {
    width: 100%;
}

.post-comments .media-body .btn-reply {
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    background: #fff;
    line-height: 32px;
    padding: 5px 30px;
    margin-top: 5px;
    display: inline-block;
}


/*Leave Comment*/

.leave-comment {
    padding: 30px;
}

.leave-comment h4 {
    margin-bottom: 30px;
}


/* ======= Domain Page ======= */


/*Domains Table*/

.pricing_table {
    background: #fff;
}

.pricing_table thead tr th {
    width: 1%;
    border: none;
    padding: 0 42px;
    line-height: 60px;
    color: #fff;
    background: #0C112A;
    white-space: nowrap;
}

.pricing_table tbody {
    padding-bottom: 10px;
}

.pricing_table tbody tr th {
    border: none;
    padding: 0 42px;
    line-height: 60px;
    color: #0C112A;
}

.pricing_table tbody tr {
    cursor: pointer;
    transition: .5s;
    border-bottom: 1px solid #fff;
}

.pricing_table tbody tr:hover {
    background: #f3f7f9;
}

.pricing_table tbody tr td {
    border: none;
    padding: 0;
    line-height: 60px;
    padding: 0 42px;
    color: #6a7483;
    font-weight: 600;
}


/* ======= Features Page ======= */

section.main-features .btn {
    margin-top: 5px;
}

section.main-features-2 {
    background: #0C112A;
}

.features-page.page img.img-left,
.shared-page.page img.img-left {
    float: left;
}


/* ======= 404 and comingsoon Pages ======= */

section.error-content .error-img,
section.comingsoon-content .comingsoon-img {
    border: 1px solid #f1fcee;
    text-align: center;
    padding: 0px 30px 30px 30px;
}

section.error-content .error-img img,
section.comingsoon-content .comingsoon-img img {
    margin: 0 auto;
}

section.comingsoon-content {
    padding: 0;
    padding-top: 50px;
}

section.comingsoon-content .comingsoon-text {
    padding-top: 100px;
}

section.comingsoon-content .form-control:focus {
    background: #0f5667 !important;
}

section.comingsoon-content form {
    margin-top: 30px;
}


/* ======= Pricing Pages ======= */

section.pricing-table-2 {
    background: #0C112A;
}

section.pricing-table-3 .price-table {
    text-align: right;
    overflow: hidden;
    cursor: inherit;
}

section.pricing-table-3 .price-t-content {
    display: table-cell;
    padding-right: 30px;
    text-align: right;
    float: right;
}

section.pricing-table-3 img {
    float: right
}


/* ======= Domain Search Pages ======= */

section.domain-search-result .btn {
    margin-top: 30px;
}

section.domain-search-result .pricing_table tbody tr {
    cursor: pointer;
    transition: .5s;
    border-bottom: 1px solid #fff;
    background: #f3f7f9;
}

section.domain-search-result .pricing_table tbody tr:hover {
    background: #fff;
}

section.domain-search-result .pricing_table tbody tr.disabled {
    opacity: .5;
    cursor: not-allowed;
}

.list-inline.list-unstyled.menu {
	height:35px;
	float:left;
}
.list-inline.list-unstyled.menu li {
	line-height:35px;
	float:left;
	
}
header .menu li a:hover {
	    background: rgb(5, 144, 177);
}
.list-inline.list-unstyled.menu li:hover , .list-inline.list-unstyled.menu li.active{
	background: rgb(8, 83, 101); 

}
nav.navbar.col-md-8 {
	padding:0;
}
.slider-banner-home {
	overflow:hidden;
	border:6px solid #fff;
}
.slider-wrapper {
 border:1px dashed  #3f7a88;
 padding:0;
 margin:0;
}
.line-top {
	height:10px;
	width:100%;
	background-color:#323f42;
	position:absolute;
	top:0px;
	z-index:0;
}

.info-maol { 
	text-align:left;
	margin-top:34px;}
.info-maol div i {
	color:#308d0f;
	font-size:40px;
}
.color-i {
	font-size:40px;
	margin:6px 10px;
	line-height: 25px !important;
	color:#308d0f;
}
.info-maol>div span {
	float:left;
	line-height: 20px;
}


.features .col-lg-4:first-child .block {
	background-color:#ddd;
	border-radius:0 50px 50px 0;
	border-left: 5px solid #308d0f;
	border-right: 2px solid #f15a24;	
}
.features .col-lg-4:last-child .block {
	background-color:#ddd;
	border-radius:50px 0 0 50px;
	border-right: 5px solid #308d0f;
	border-left: 2px solid #f15a24;
}
.features .col-lg-4:last-child .block img {
	    margin-right: 30px;
		margin-left: 0px;
    float: left;
}
.features .col-lg-4:last-child .block .text {
	padding-right:7px;
}

#accordeon-aa p {
	height:80px;
	overflow:hidden;
}
.title-head {
	background: rgb(66,66,64); /* Old browsers */
background: -moz-linear-gradient(top, rgba(66,66,64,1) 1%, rgba(66,66,64,1) 49%, rgba(66,66,64,1) 49%, rgba(34,30,31,1) 50%, rgba(34,30,31,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(66,66,64,1) 1%,rgba(66,66,64,1) 49%,rgba(66,66,64,1) 49%,rgba(34,30,31,1) 50%,rgba(34,30,31,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(66,66,64,1) 1%,rgba(66,66,64,1) 49%,rgba(66,66,64,1) 49%,rgba(34,30,31,1) 50%,rgba(34,30,31,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#424240', endColorstr='#221e1f',GradientType=0 ); /* IE6-9 */
	margin-bottom:30px;
	width:200px;
	padding:8px 5px 8px 20px;
	font-size:16px;
	color:#fff;
	border-radius:0 25px 25px 0;
	margin-top:-31px
	
	
}
.title-head:after {
    content: "";
    right: 210px;
    position: absolute;
    width: 0;
    height: 0;
    margin-top: -8px;
    border-top: 21px solid transparent;
    border-right: 20px solid rgb(66, 66, 64);
}
.title-head:before {
    content: "";
    right: 210px;
    position: absolute;
    width: 0;
    height: 0;
    margin-top: 13px;
    border-bottom: 21px solid transparent;
    border-right: 20px solid rgb(34, 30, 31);
}
.title-head img {
	width:33px;
}

.article-all {
	background-color:#fff;
	border:1px dashed #000;
	border-radius:20px;
	position:relative;
	
}
.article-wrapper {
	background-image: url('../images/6.png');
	padding:10px;
}
.books {
	background:#fff url('../images/6.png');
	border:1px dashed #000;
	padding:10px 10px 5px;
	border-radius:20px;
	position:relative;
}
.estar-shih {
	width:100%;
	padding:5px;
	text-align:center;
	margin-bottom:10px;
	background-color:#fff;
	border:1px solid rgb(247,142,37);
	border-radius:10px;
	
}
.estar-shih img {
	width:100%;
}
.estar-shih h3 {
	margin-top: 5px;
    margin-bottom: 5px;
}

.shadow-7 {
	position:absolute;
	height:365px;
	width:300px;
	right:30%;
	margin-top:0px;
	border-radius:200px;
	
	-moz-box-shadow: 0px 0px 80px #000000;
-webkit-box-shadow: 0px 0px 80px #000000;
box-shadow: 0px 0px 80px #000000;

}
.ehti .block-inner {
	background-color: #f1ffec;
	padding:0 0px 10px 0px;
	-moz-box-shadow: 0px 0px 10px #777;
    -webkit-box-shadow: 0px 0px 10px #777;
    box-shadow: 0px 0px 10px #777;
	border-radius:20px;
	overflow:hidden;
}
.ehti .block-inner h3 {
	background-color: #298808;
	padding:8px;
	margin-top: 0;
background: rgb(71,178,49); /* Old browsers */
background: -moz-linear-gradient(top, rgba(71,178,49,1) 0%, rgba(71,178,49,1) 50%, rgba(52,155,18,1) 51%, rgba(52,155,18,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(71,178,49,1) 0%,rgba(71,178,49,1) 50%,rgba(52,155,18,1) 51%,rgba(52,155,18,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(71,178,49,1) 0%,rgba(71,178,49,1) 50%,rgba(52,155,18,1) 51%,rgba(52,155,18,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#47b231', endColorstr='#349b12',GradientType=0 );

}
.ehti .block-inner h3 a {
	color:#fff;
}

.ehti .block-inner p {
	padding:8px;
	color:#000;
}
.image-inner {
	width:90px;
	height:90px;
	overflow:hidden;
	float:right;
	margin-left:5px;
	border-radius:90px;
}
.news-inner {
	background: #fff url(../images/6.png);
	padding:5px;
	border-radius:90px;
	
}
.news-inn {
	padding:4px;
	border:1px dashed #308d0f;
	border-radius:90px;
	margin-bottom:20px;
	    border-radius: 200px;
    -moz-box-shadow: 0px 0px 10px #777;
    -webkit-box-shadow: 0px 0px 10px #777;
    box-shadow: 0px 0px 10px #777;
}

section.clients {
	/*padding:10px 0 40px;*/
}
.lient-sa {
	
}
.ehti .title-head , .last-news .title-head  {
background: rgb(247,142,37); /* Old browsers */
background: -moz-linear-gradient(top, rgba(247,142,37,1) 0%, rgba(247,142,37,1) 51%, rgba(249,124,0,1) 51%, rgba(249,124,0,1) 98%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(247,142,37,1) 0%,rgba(247,142,37,1) 51%,rgba(249,124,0,1) 51%,rgba(249,124,0,1) 98%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(247,142,37,1) 0%,rgba(247,142,37,1) 51%,rgba(249,124,0,1) 51%,rgba(249,124,0,1) 98%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f78e25', endColorstr='#f97c00',GradientType=0 ); /* IE6-9 */		
}
.last-news .title-head:before , .ehti .title-head:before  {
	border-bottom: 21px solid transparent;
	border-right: 20px solid rgba(249,124,0,1);
    
	right: 215px;
}
.last-news .title-head:after , .ehti .title-head:after {
	border-top: 21px solid transparent;
    border-right: 20px solid rgba(247,142,37,1);
	right: 215px;
}
.spa-span {
	font-size:12px;
	display:block;
	color:#fff;
	padding-right:10px;
	width:110px;
	border-radius: 0 15px 15px 0;
	margin-right:10px;
background: rgb(247,142,37); /* Old browsers */
background: -moz-linear-gradient(top, rgba(247,142,37,1) 0%, rgba(247,142,37,1) 51%, rgba(249,124,0,1) 51%, rgba(249,124,0,1) 98%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(247,142,37,1) 0%,rgba(247,142,37,1) 51%,rgba(249,124,0,1) 51%,rgba(249,124,0,1) 98%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(247,142,37,1) 0%,rgba(247,142,37,1) 51%,rgba(249,124,0,1) 51%,rgba(249,124,0,1) 98%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f78e25', endColorstr='#f97c00',GradientType=0 ); /* IE6-9 */	
}
.spa-span span {
	margin-left:5px;
}
.spa-span img {
	width:15px;
}


.spa-span:before  {
	 content: "";
    right: 135px;
    position: absolute;
    width: 0;
    height: 0;
    margin-top: 13px;
    border-right: 13px solid rgba(249,124,0,1);
	border-bottom: 13px solid transparent;
}
.spa-span:after  {
	content: "";
    right: 135px;
    position: absolute;
    width: 0;
    height: 0;
    margin-top: 0px;
	border-top:  13px solid transparent;
    border-right:  13px solid rgba(247,142,37,1);
}
.affix {
	position:relative !important;
}
.banner-top img {
	width:100%;
}
.clear-f {
	width:18%;
    float: left;
    line-height: 30px;
    text-align: center;
    height: 30px;
	color: #fff;
	font-size:16px;
	font-family: 'ge_ss_twomedium';
	    font-family: Bein-Black, sans-serif;
    background:#1c5765;}
.marq-wrapper {
	width:82%;
	line-height: 30px;
    height: 30px;
	float:right;
	color:#fff;
	
}
.marq-wrapper marquee {
}

  .marquee-wrap{
    position:relative;
    overflow: hidden;
	height:30px;
	background-color: #3f7a88;
  }
  .marquee-wrap .marquee-content{
    position: relative;
    margin: 0;
    padding: 0;
  }
  .marquee-wrap ul.right-to-left li, .marquee-wrap ul.left-to-right li{
    float: right;
    list-style: none;
    padding-right: 20px;
    white-space: nowrap;
  }
 .marquee-wrap ul.left-to-right li a{
	 color:#fff;
	 font-weight:normal;
	 font-size:12px;
 }
  
  .marquee-wrap ul.bottom-to-top li{
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: left;
  }
  .offer-ord .clear-f{
	  background-color:#942a28;
	  color:#fff;
  }
 .offer-ord .marquee-wrap{
	background-color:#a94442; 
 } 
.info-section .clearfix {
	border:1px solid #fff;
	border-left:6px solid #fff;
	border-right:6px solid #fff;
} 
.info-sectin .clearfix {border-bottom:6px solid #fff;}
.block-inner-top {
	text-align:center;
	margin:auto;
	margin-top:15px;
	
}
.aqsam-raesa {
	text-align:center;
	
}
.block-left {
	
	margin-top:20px;
	margin-bottom:20px;
}
.block-left ul li {
	list-style-type:none;
	margin-bottom:1px;
	text-align:left;
	border-left:3px solid #d4c75a;
}
.block-left ul li a {
	background-color:#3f7a88;
	padding:5px;
	font-size:13px;
	display:block;
	color:#fff;
}
.block-left ul li a:hover
{
	background-color:#1c5765
}
.block-inner-top a {
	display:block;
	width:90px;
	height:90px;
	line-height:90px;
	background-color:#2b9ab5;
	border-radius:50%;
	margin:auto;
}
.block-inner-top a img {
	width:50px;
	height:50px;
}
.block-left h3 {
	text-align:center;
	clear:both;

}
.block-left h3 a {
		font-size:20px;
}
.wrapper-menu-right {
	background-color:#fff;
	margin-top:20px;
}
.menu-block a.img-abowab {

    display: block;
    overflow: hidden;
	margin: auto;
    width: 180px;
    height: 180px;
    border-radius: 150%;	
}
.menu-block a img {
	min-width:100%;
	width:auto;
	height:181px;
}
.abowab-head {
	background-color:#fff;
}
.abowab-head .row {
	padding:10px;
	text-align:center;
}
.menu-block {
	margin-top:20px;
	text-align:center;
}

.close-2 {
	float:left;
	left: auto;
	right:auto;
	top:auto;
	margin-right:30px;
	margin-top:-30px;
	z-index:99999999;
	margin-top:10px;
}
.img-abowab img {
	transition:1s ease;
-webkit-transition:1s ease;
-moz-transition:1s ease;
-o-transition:1s ease;
}
.img-abowab img:hover{
	transform: scale(1.25);
-webkit-transform: scale(1.25);
-moz-transform: scale(1.25);
-o-transform: scale(1.25);
-ms-transform: scale(1.25);
}
.menu-block {
	transition:1s background-color;
-webkit-transition:1s background-color;
-moz-transition:1s background-color;
-o-transition:1s background-color;
}
.menu-block:hover {
}
.copyright a {
	    color: #a2a4ad;
}
.abowab-inner .ban-block {
	background-color:#d4c75a;
	padding:4px;
	margin:10px;
	transition:1s ease;
-webkit-transition:1s ease;
-moz-transition:1s ease;
-o-transition:1s ease;
	
}
.abowab-inner .ban-block:hover {
	background-color:#000;
}
.abowab-inner .ban-block:hover a {
	color:#fff;
}
.abowab-inner .ban-block a {
	display:block;
	padding:7px 15px;
	text-align:center;
	border:1px dashed #fff;
}
.title-inner {
	text-align:center;
	padding:30px;
}
.top-panner {
	margin-top:10px;
}
.table-1 {
	width:40px;
}
.table-name {
	width:200px;
}
.table-city {
	width:90px;
}
.table-nam {
	width:110px;
}
#myTable {
	margin:auto;
	margin-bottom:30px;
	border: 2px solid #f3f2dd;
}
#myTable td {
	text-align:center;
	border:1px solid #fff;
	padding:4px;}
.header-table {
	background-color: #e4ce14;
}
.header-table th {
	padding:8px;
	text-align:center;
	border:1px solid #fff;
}
table tr:nth-child(even) {
	background-color:#f5eeb6;
}
.companes-media img {
	height:28px;
	margin:0 2px;
}
#myInput {
    background-image: url('/css/searchicon.png'); 
    background-position: 10px 12px; 
    background-repeat: no-repeat;
    width: 80%; 
	
	clear:both;
	margin:auto;
    font-size: 16px;
    padding: 12px 20px 12px 40px;
    border: 1px solid #ddd; 
    margin-bottom: 30px; 
}
#myInput tr:first-child {
	background-color: #3f7a88;
    color: #fff;
    text-align: center;
}
.abowab-inner {
	text-align:center;
}
.clients {
	clear:both;
}
.alphiea ul {
	list-style-type:none;
	clear:both;
	padding-right:15px;
	margin-right: 10px;
}
.alphiea ul li {
	float:left;
	width:55px;
	height:50px;
	text-align:center;
	line-height:40px;
	background-color:#cc4444;
	color:#fff;
	margin:2px;
}
.alphiea ul li:hover {
	background-color:red;
}
.alphiea ul li a {
	display:block;
	color:#fff;
}
.alphiea ul li.active-alph {
	background-color:red;
}
.alphiea h3 {
	text-align:right;
	margin-right:16px;
	margin-left:16px;
	border-bottom:4px solid #2b9ab5;
}
.alphiea h3 span {
	padding: 5px 10px;
    display: block;
    width: 200px;
    background-color: #2b9ab5;
	color:#fff;
}
.parts-alph h3 {
	background-color:#5b919e;
	border-radius:20px;
	padding:4px;
	
	
}
.parts-alph .row {
	padding:5px 8px;
}
.parts-alph h3:hover {
	background-color:#2b4c54;
}
.parts-alph h3 a {
	display:block;
	width:100%;
	border:1px dashed #fff;
	border-radius:20px;
	padding:10px 5px;
	color:#fff;
}

.abe-h {
	text-align:right;
	margin-right:16px;
	margin-left:16px;
	border-bottom:4px solid  #64a5b5;
}
.abe-h span {
	padding: 5px 10px;
    display: block;
    width: 200px;
    background-color: #64a5b5;
	color:#fff;
}
.creat-company label , .ad2-company label  , .ads-place-wrapper label{
    float: right;
	width:120px;

    line-height: 50px;
    height: 50px;
    background: #3f7a88;
    color: #fff;
	font-weight:normal;
	text-align:center;
    position: absolute;
}
.creat-company input {
	padding-right:130px;
	background-color: #f5f1df;
}
.creat-company {
	margin-top:30px;
}
.chec-li {
	padding:15px;
}
.ads-place-wrapper select , .ads-place-wrapper input {
	border:1px solid #ddd;
}
.chec-li li {
	width:31%;
	float:right;
	margin-bottom:20px;
	margin-left:1%;
	margin-right:1%;
	padding:8px;
	border:1px solid #ddd;
	list-style-type:none;
}
.chec-li li input {
	float:right;
	margin-left:15px;
	background: rgba(234, 243, 245, 0.81);
}
::-ms-check {
    color: red;
    background: black;
    padding: 1em;
}
.creat-company {
	background-color:#fff;
	padding:20px;
}
.upload-form {
	clear:both;
}
.upload-form h3 {
	clear: both;
    height: 42px;
    margin-right: 15px;
    margin-left: 15px;
    margin-top: 20px;
    border-bottom: 4px solid #02b0d8;
}
.place-ads {
	padding-top:30px;
	clear:both;
}
.place-ads h3 {
	clear: both;
	margin-top:30px;
    height: 42px;
    margin-right: 15px;
    margin-left: 15px;
    margin-top: 20px;
    border-bottom: 4px solid #02b0d8;
}
.ad2-company {
	clear:both;
}
#ads-place-wrapper.ads-place-wrapper {
	clear:both;
}
.place-select {
	
	clear:both;
}
.selec-wrppaer {
	clear:both;
	margin-bottom:50px;
	clear: both;
    padding: 15px;
	padding-top:0;
    position: relative;
	
}
.upload-form h3 span , .place-ads h3 span{
    background: #02b0d8;
    padding: 8px 20px;
	font-size:16px;
    color: #fff;
}
.button-send  button {
	border:0;
	background-color:#0f4a58;
	padding: 8px 20px;
	margin-right:10px;
	color:#fff;
	border:10px;
	
	
}
.addmonsh {
	text-align:center;
	padding:20px 20px 40px;
	font-size:30px;
	color: #3f7a88;
}
.button-send  button:hover {
	background-color:#000;
}
.ad2-company label {
	position:absolute;
	
}
.ad2-company input {
	margin-right: 25px;
	
}
.information {
	clear:both;
}
.label-left {
	left:15px;
}
.information input {
	padding-left:100px;
	padding-right:10px;
	margin-right:0 ;
}
.ad2-company input.form-control.form-cont {
	border:1px solid #3f7a88;
}
.upload-company {
	clear: both;
    height: 40px;
	margin:0;
    margin-top: 20px;
	background-color: #3f7a88;
}
.upload-company .left-inform {
	background: #3f7a88;
    padding: 11px 20px;
	font-size:14px;
    color: #fff;
	float:right;
}
.upload-company .right-inform {
	background: #3f7a88;
    padding: 11px 20px;
	font-size:14px;
    color: #fff;
	float:left;
}
.place-ads h4 {
	text-align:right;
	background-color: #749da7;
}
.ads-place-wrapper {
	background-color:#fff;
	margin:15px;
	padding-top:15px;
}
.place-ads h4 span{
	padding: 6px 15px;
    margin-right: 10px;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
}
.ads-place-wrapper.ads-place-wra {
	height:220px;
	clear:both;
}
.ads-ad {
	padding:40px;
	font-size:30px;
	text-align:center;
	color:#3f7a88;
}
.ads-ad span {
	background-color:#fff;
	padding:0 20px;
	border:1px solid #ddd;
	border-radius:30px;
}
.ads-place-wrapper.ads-place-w {
	height:70px;
}
.ads-place-wrapper.ads-place-w button
{
	background-color: #088dad;
    border: 0;
    font-size: 18px;
    padding: 5px;
    color: #fff;
	float: left;
    padding: 8px 30px;
    margin-right: 20px;
}
.notes-no textarea{
	height:110px;
	border:1px solid #ddd;
}
.notes-no label {
	height:110px;
	
}

.acount {
	float:left;
}
.acount ul {
	list-style-type:none;
}
.acount ul li {
	float:left;
	padding-top:12px;
	margin-right:8px;
}
.acount ul li a {
	color:#3f7a88;
	font-size:12px;
}
.acount ul li i {
	margin-left:3px;
	color: #153942;
}
.abowab-inner .col-md-6 {
	padding:0;
}
.panel-title a {
	display:block;
}
.text-form label {
	height:115px !important;
	line-height:115px;
}
.text-form textarea {
	height:115px !important;
	border:1px solid #ddd;
}
.information .form-group {
	margin-bottom:0;
	border: 1px solid #dadad2;
}
.information .col-md-6:first-child .form-group {
    border-bottom: 0px solid #dadad2;
	border-right:0px solid #dadad2;
}
.information .col-md-6:nth-child(2) .form-group {
    border-bottom: 0px solid #dadad2;
}
.information .col-md-6:nth-child(3) .form-group {
    border-bottom: 0px solid #dadad2;
	border-right:0px solid #dadad2;
}
.information .col-md-6:nth-child(4) .form-group {
    border-bottom: 0px solid #dadad2;
}
.information .col-md-6:nth-child(5) .form-group {
    border-bottom: 0px solid #dadad2;
	border-right:0px solid #dadad2;
}
.information .col-md-6:nth-child(7) .form-group {
	border-right:0px solid #dadad2;
}
.information .form-group .label-left {
	left:5px;
	background-color:transparent;
	color:#666;
	text-align:left;
}
.aqd .container .row{background-color:#fff; margin:0px; margin-top:20px;}
.information {
	padding:15px;
}
.information .col-md-6 {
	padding:0;
}
.information input {
	height: 38px;
	
}
.information .form-group .label-left {
	height: 38px;
	line-height:38px;
}
.ads-place-wrapper select {
	padding-right:10px;
}
.ads-place-wrapper .col-md-3 {
	padding-left:5px;
	padding-right:5px;
}
.news-item  a {
	font-size:12px;
}
.panel-heading span {
	margin-right:4px;
}
.imag-slid {
	padding:5px;
}
.inner-head h3 {
	padding-left:15px;
	margin: 25px 0 20px;
	border-left:5px solid #d4c75a;
}
.inner-head img {
	width:100%;
	padding:5px;
	background-color:#376671;
}
.signle-ul {
	clear:both;
}
.signle-ul li {
	list-style-type:none;
	float:right;
	margin-left:30px;
	line-height:32px;
	height:32px;
	padding-left:10px;
	margin-right:5px;
	border:1px solid #376671;
}
.signle-ul li span {
	height:30px;
	line-height:30px;
	padding-left:10px;
	margin-left:10px;
	float:right;
	padding-right:10px;
	background-color:#376671;
	color:#fff;
	
}
.signle-inner {
	clear:both;
}
.dalel-single {
	clear:both;
}
.dalel-single p {
	padding:10px;
}
.search-h {
	width: 166px;
    height: 26px;
    position: absolute;
    border: 1px solid #e6f1f3;
}
.button-h {
    border: 30px;
    height: 26px;
    right: 1px;
    z-index: 999999;
	background-color:transparent;
	font-size:20px;
	text-align:center;
	line-height:26px;
	background-color:#3f7a88;
    position: absolute;
	color:#fff;
    float: left;
}
.button-h i {
	color:#fff !important;
	margin-left:0px !important;
}
.add-field , .add-field1 {
	background-color: #3f7a88;
	color:#fff;
	padding:8px 20px;
	border:1px solid #fff;
	float:left;
	margin-left:15px;
	margin-bottom:20px;
}
.optonp {
	margin:10px;
	display:block;
	padding:10px;
	color:#000;
}
.preview {
  border: 2px dashed rgba(0, 0, 0, 0.3);
  min-height: 150px;
  margin-top: 15px;
  padding: 15px;
}

.preview img {
  padding: 15px 0;
}

.thumbnail {
  margin: 15px;
}

.title {
  text-align: center;
  padding: 15px 0;
}
#form-inner-add select.form-control {
	height:38px;
}
#form-inner-add input {
	height:50px;
	line-height:30px;
}
#form-inner-add input.price-add {
	height:38px;
}
.form-upload {
	margin-top:50px 0;

}
.button-upload {
	clear:both;
	padding:50px;
	text-align:center;
}
.button-upload button {
    padding: 8px 40px;
    background-color: #3299bc;
    font-size: 20px;
    color: #fff;
}

.one-file input {
  display: none;
}
.dublicat-box > .col-md-6 {
	padding:0;
	height: 50px;
	margin-bottom:20px;
    background: #f5f1df;
}
.files-wr {
  padding:0px;
}
.files-wr label {
  margin-bottom: 20px;
  border-bottom: 1px dashed #177cca;
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  transition: all .2s;
}
.one-file {
	margin-top:0px;
}
.one-file input , .licat-b  input {
	padding-right:5px;
}
.files-wr label:before {
    content: '+';
    width: 32px;
    height: 50px;
    border-radius: 5px;
    background-color: #3f7a88;
    position: absolute;
    top: -3px;
    left: -155px;
    font-size: 18px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    transition: all .2s;
}
.files-wr label:hover, .files-wr label:active {
  color: #77c639;
  border-color: #77c639;
}
.files-wr label:hover:after, .files-wr label:active:after {
  background-color: #77c639;
}
.files-wr .one-file ~ .one-file label {
  display: none;
}
.files-wr .one-file.error {
  border: none;
}
.files-wr .one-file.error .file-name {
  color: #ca4a17;
      width: 90px;
    overflow: hidden;
}
.files-wr .file-item {
  position: relative;
  margin-top: 4px;
  display: flex;
  align-items: center;
}
.files-wr .file-item.hide-btn {
  display: none;
}
.files-wr .file-name {
  font-size: 16px;
  font-style: italic;
  line-height: 26px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 10px;
}
.files-wr .btn-del-file {
  margin-left: 5px;
  width: 16px;
  min-width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  transition: all .2s;
  background-color: #177cca;
}
.files-wr .btn-del-file:hover, .files-wr .btn-del-file:focus {
  background-color: #ca4a17;
}

#features-rtl , #features-rtl *{
	direction:rtl;
}

.information input {
	width:50%;
	float:right;
}
 .information input.rtl-example {
width:100%;}
#features-rtl .information input.rtl-form {
	direction:ltr;
	padding-left:10px;
	background-color: #f5f4f4;
}
.lang-log {
	width:90px;
	height:40px;
	line-height:40px;
	position:absolute;
	top:100px;
	z-index:99999999999;
	left:0;
	
}
.lang-log span {
	background: #6f99a3;
    padding-left: 10px;
	color:#fff;
	padding-right:10px;
}
.lang-log span:hover {
	background: #000;
}
.fbx.fbMain {
    display: none;
}

.login-resg{padding:3px 10px;background-color:#164a56;color:#fff;margin-top:0px;z-index:9999;position:fixed;top:108px;right:0}.login-resg:hover{background-color:#90b0b7}header .icon{font-size:8px;color:#0f5667}.register-add{padding:30px;text-align:center;font-size:23px;color:#1e5765}.register-add a{text-align:center;font-size:23px;color:#1e5765}header a.logo{padding:0 0 1px;float:right}header a.logo img{float:right;margin-top:0;width:257px;clear:both}header a.logo .logo-txt{float:left}header a.logo b{font-size:18px}header a.logo span{font-size:12px;font-weight:500;color:#6a7483;margin-top:-5px}header .menu li{padding:0;margin-right:1px;position:relative}header .menu li a{display:block;color:#fff;padding:0 15px;background:#3f7a88;font-size:12px}header ul.dropdown li.active a:hover{color:#fff!important}header ul.mega-dropdwon li.active a p{color:#0f5667}a.mobile-menu-icon{padding-top:25px;float:left}a.mobile-menu-icon i.icon{font-size:24px;padding:0}.mobile-menu{background:#0c112a;position:absolute;top:100%;left:5px;right:5px;z-index:999;margin-top:5px;padding:15px;border-right:2px;border-top:2px solid #0f5667;-webkit-transform:perspective(400) rotate3d(1,0,0,-90deg);-webkit-transform-origin:50% 0;-webkit-transition:350ms;-moz-transition:350ms;-o-transition:350ms;transition:350ms;overflow-y:scroll}.mobile-menu ul li{margin-right:0;width:100%}.mobile-menu ul li a{background:rgba(0,0,0,.3);color:#fff;border-radius:2px;padding:15px 30px!important;display:block;border-bottom:2px solid #0c112a}.mobile-menu-open{max-height:1000px;-webkit-transform:perspective(400) rotate3d(0,0,0,0)}.mobile-menu ul li a:hover,.mobile-menu ul li a:focus{background:#0f5667;color:#fff!important}.mobile-menu ul li a:hover i.icon,.mobile-menu ul li a:focus i.icon{color:#fff!important}.mobile-menu ul.dropdown{right:0;margin-left:0;border-color:#0c112a;background:#0f5667;left:0}.mobile-menu ul.dropdown li{border-color:#0c112a}.mobile-menu ul.dropdown li a{background:#fff;color:#0c112a}.mobile-menu ul.dropdown li a .text p{color:#0c112a}.mobile-menu ul.dropdown li.active a:hover,.mobile-menu ul.dropdown li a:hover,.mobile-menu ul.mega-dropdwon li.active a p,.mobile-menu ul.mega-dropdwon li a:hover p{color:#0f5667!important}section.slider .slick-slide img{float:right;min-width:100%}section.slider .slider-content{padding-top:30px;text-align:right}section.slider .btn{margin-top:20px}.domain-search{background:#0c112a;padding:50px 0}.domain-search p{padding-top:5px}.domain-search .form-group{margin-bottom:0}.domain-search .form-control{height:50px}.domain-search .search-filter{position:relative}.domain-search button.domain-select{background:#fff;color:#6a7483;width:100%;font-size:14px;text-transform:uppercase}ul.dropdown-menu{left:0;right:0;padding:0;border:0;box-shadow:0 0 0;border-radius:2px;border:1px solid #f1fcee;border-top:3px solid #0f5667}ul.dropdown-menu li{border-bottom:1px solid #f1fcee}ul.dropdown-menu li a{padding:15px 30px!important;background:#fff;color:#0c112a;font-weight:600;text-transform:uppercase}ul.dropdown-menu li a:hover,ul.dropdown-menu li a:focus{color:#0f5667;background:#fff}.domain-search .btn{background:#0f5667}.features{padding:0 0 30px}.block{cursor:pointer}.block .text{display:table-cell;text-align:right}.block img{margin-left:30px;float:right;width:100px;height:100px}.block:hover p.p-l{color:#0f5667!important}section.features .text-right .block img{margin-right:0;margin-left:30px}section.features .block{margin-bottom:20px;overflow:hidden;height:100px;overflow:hidden}.price-table{background:#fff;padding:30px;position:relative;cursor:pointer;text-align:center}.price-table img{margin-bottom:30px}.price-table .btn{margin-top:20px}.blog{background:#fff;padding:30px;overflow:hidden}.blog a.btn{margin-top:15px}.blog a.blog-title{font-size:16px;font-weight:600;margin-bottom:10px;display:block}.client .block{cursor:inherit}.client-say{border:1px solid #f1fcee;padding:10px;background:#fff3e0 url(../images/6.png);border-radius:90px}.partners img{border:1px solid #f1fcee;cursor:pointer;width:100%}.accordeon{width:100%}a.accordeon-title{padding:15px;cursor:pointer;margin:0;display:block;color:#fff;border-right:5px solid #f15a24;background-color:#308d0f;margin-bottom:20px;border-radius:40px;background:#f78e25;background:-moz-linear-gradient(top,rgba(247,142,37,1) 0,rgba(247,142,37,1) 51%,rgba(249,124,0,1) 51%,rgba(249,124,0,1) 98%);background:-webkit-linear-gradient(top,rgba(247,142,37,1) 0,rgba(247,142,37,1) 51%,rgba(249,124,0,1) 51%,rgba(249,124,0,1) 98%);background:linear-gradient(to bottom,rgba(247,142,37,1) 0,rgba(247,142,37,1) 51%,rgba(249,124,0,1) 51%,rgba(249,124,0,1) 98%);filter:progid:dximagetransform.Microsoft.gradient(startcolorstr='#f78e25',endcolorstr='#f97c00',gradienttype=0)}.accordeon-title:after{content:'+';float:left;font-size:16px;color:#fff;background:#ffae19;border:1px solid #ea7907;width:30px;height:30px;line-height:30px;text-align:center;border-radius:50%;font-weight:700}.accordeon-title.is-opened{background-color:#0f5667;color:#fff}.accordeon-title.is-opened:after{content:'-'}.accordeon-content{display:none;padding:15px;margin-bottom:10px}.guaratess{background:#0f5667;padding:20px 0}.guarate{cursor:pointer}.guarate img{float:right}.guaratess p{color:#fff;padding-top:10px;padding-right:65px;font-weight:600}.footer{background:#0c112a}.footer p,.footer a{color:#a1b1bc;line-height:30px}.footer h4.footer-title{color:#fff;font-size:18px;font-weight:600}.footer a{font-weight:400;border-bottom:1px solid #222533;width:100%;display:block;padding:5px 0}.footer a:hover{color:#0f5667}.footer .form-control{border:1px solid #303444}.footer .btn{width:100%;height:40px;line-height:30px;background:#0f5667}.footer .footer-social{margin-top:20px!important}.footer .footer-social li{padding:0;padding-right:5px}.footer .footer-social a{border:0;width:30px;height:30px;line-height:20px;text-align:center;border-radius:2px}.footer .footer-social a i.icon{font-size:16px;color:#fff;margin:0;padding:0}.facebook{background:#1b78c7}.twitter{background:#00bff3}.googleplus{background:#67b807}.pinterest{background:#da421f}.dribbble{background:#bc2a83}.tumblr{background:#5d748c}.copyright{background:#000;height:80px;overflow:hidden}.copyright p{margin:0;color:#a1b1bc;line-height:80px;display:inline-block}.copyright a.up{line-height:80px;float:left}.copyright a.up img{padding-right:10px}.page .page-banner{padding:30px 0;overflow:hidden}.page .page-banner h3{padding-right:15px;margin:0;float:right}.page .breadcrumb{background:transparent;padding:0;padding-left:15px;margin:0;float:left}section.account .title{margin:0 auto;padding-bottom:20px;width:70%;text-align:center}section.account ul.nav-tabs{display:block}section.account .nav-tabs>li{width:50%;height:60px}.nav-tabs>li>a{padding:0;margin:0;line-height:60px;border:0;text-align:center;color:#0c112a;background:#fff}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{background:#0f5667;color:#fff;border:0}.nav-tabs>li>a:hover,.nav>li>a:hover{background:#0c112a;color:#fff;border:0}.tab-content{padding-top:30px}section.account img.login-img{margin:0 auto;padding-top:20px;padding-bottom:20px}section.story{padding-bottom:0;text-align:center}section.story h1{margin-bottom:30px}section.story .icon{padding-left:0;padding-left:10px;color:#0f5667}section.story ul{margin-top:20px;margin-bottom:70px}section.history .block{background:#fff;padding:30px;margin-bottom:30px}section.history .block span{margin-bottom:10px;display:block;font-size:12px;font-weight:700;color:#6a7483;margin-top:-10px}.team{border:1px solid #f1fcee;padding:30px 30px 20px;cursor:pointer;position:relative;overflow:hidden;text-align:center}.team img{margin:0 auto;margin-bottom:30px}ul.team-social{position:absolute;top:30px;left:-30px;transition:.5s}.team-social a{width:30px;height:30px;line-height:30px;background:#f3f7f9;display:block;border-radius:2px;margin-bottom:2px}.team-social .icon{padding:0;font-size:16px}.team-social a:hover{background:#0f5667;color:#fff}.team:hover ul.team-social{left:0}.contact.page section.support{background:#0f5667;color:#fff;min-height:390px;padding:0}.contact.page section.support .container{min-height:390px;position:relative}.contact.page section.support img{position:absolute;bottom:0;left:0}.contact.page section.support .support-text{padding-top:80px}.contact.page section.support p{color:#fff}.contact.page section.support .support-info p{font-size:22px;margin-top:20px}.contact.page section.support .support-info a.btn{padding:0 20px;background:#0c112a;margin-top:20px}.contact.page section.contact-info .block{padding:0;background:#fff}.contact.page section.contact-info ul.info-details{background:#fff;padding:30px;padding-top:0;padding-bottom:10px}.contact.page section.contact-info ul.info-details li{border-bottom:1px solid #f1fcee;padding-top:30px;padding-bottom:20px;margin-bottom:0}.contact.page section.contact-info ul.info-details li img{float:right}section.contact-info ul.error-result{padding:0 0 15px}section.contact-info ul.error-result li{margin-bottom:15px;color:red}section.google-maps{padding:0}section.support-center .block{border:1px solid #f1fcee;padding:30px}section.support-center .block .text{text-align:center}section.support-center .block img{margin:0 auto;margin-bottom:30px;float:none}section.support-center .block .btn{margin-top:20px}section.popular-faqs .block{background:#fff;padding:30px}section.popular-faqs .block .text{text-align:center}section.popular-faqs .block img{margin:0 auto;margin-bottom:30px;float:none}section.categories-faqs .tab-content{padding-top:0}section.categories-faqs .nav-tabs>li>a{background:#f3f7f9}section.categories-faqs .nav-tabs>li>a:hover{background:#0f5667}section.categories-faqs .nav-tabs>li.active>a{background:#0f5667;color:#fff}section.categories-faqs .nav-tabs{border:0;display:block}section.categories-faqs .nav-tabs>li{display:block;width:100%;float:none;margin-bottom:10px;border:1px solid #f1fcee;border-radius:2px}section.error-content p{margin:30px 0}section.perfect-employee .perfect-e-title{padding-top:25%;line-height:36px}section.perfect-employee{background:#0f5667;cursor:pointer}section.perfect-employee .team{margin-bottom:0;background:#fff}.our-team.page .filters-button-group{margin-bottom:50px}.our-team.page .filters-button-group .btn.is-checked{background:#0c112a}.our-team.page .teams .team{margin-bottom:30px}.checkout.page .billing-info{background:#0f5667}.checkout.page .billing-info ul.cart-total li{background:#fff;padding:15px 30px;overflow:hidden;cursor:pointer;transition:.5s;border-bottom:1px solid #f3f7f9}.checkout.page .billing-info ul.cart-total li:hover{background:#f3f7f9}.checkout.page .billing-info ul.cart-total li.cart-head{background:#0c112a;color:#fff;font-weight:600}.checkout.page .billing-info .product{float:right}.checkout.page .billing-info .price{float:left}.checkout.page .billing-info h2{margin-bottom:30px}.checkout.page .billing-info ul.payment{margin:0}.checkout.page .billing-info ul.payment li{background:#fff;width:49%;cursor:pointer}.checkout.page .billing-info ul.payment li img{margin:0 auto}.checkout.page .form-control{margin-bottom:15px}.checkout.page .form-control:focus{background:#0f5667!important}.cart.page ul.cart{width:100%}.cart.page ul.cart>li{background:#f3f7f9;border-bottom:1px solid #fff;cursor:pointer;transition:.5s;position:relative}.cart.page ul.cart>li:hover{background:#fff;border-color:#fff}.cart.page ul.cart li.cart-head{background:#0c112a;color:#fff;font-weight:600;border-radius:2px}.cart.page ul.cart li ul li{padding:0!important;margin:0!important;width:20%;padding:15px 30px!important}.cart.page ul.cart li ul li.cart-product{width:35%}.cart.page ul.cart a.cart-delete{position:absolute;left:30px;top:15px}.cart.page ul.cart a.cart-delete i.icon{font-size:18px}.cart.page ul.cart a.cart-delete:hover{color:#fff}.cart.page ul.cart li.cart-all{background:#0f5667;color:#fff;display:block;width:100%;padding:15px 30px;overflow:hidden;border-top:1px solid #fff}.cart.page ul.cart li.cart-all span:last-child{float:left}.cart-info .btns{text-align:center}.cart-info a.btn{margin-top:30px;padding:10px 30px;background:#0c112a;height:auto}.cart-info a.btn:hover{background:#0f5667}.portfolio.page .project{cursor:pointer;text-align:center}.portfolio.page .project .project-img{position:relative;height:275px;overflow:hidden}.portfolio.page section.our-portfolio .project .project-img{height:275px;overflow:hidden}.portfolio.page section.our-portfolio .project .project-img img{height:100%;width:100%}.portfolio.page .project .project-content{background:#f3f7f9;padding:15px 30px;transition:.5s}.portfolio.page .project .project-content p{margin:0}a.project-hover{position:absolute;top:50%;left:50%;width:0;height:0;line-height:1;text-align:center;background:rgba(118,224,86,.9);color:#fff;display:block;overflow:hidden;transition:all 300ms ease-in-out 0}.project-hover i.icon{font-size:24px;position:absolute;top:calc(50% - 7px);left:calc(50% - 7px)}.portfolio.page .project:hover a.project-hover{width:100%;height:100%;top:0;left:0}.portfolio.page .project:hover .project-content p.main-color2{color:#0f5667}.portfolio.page section.our-portfolio .project{margin-bottom:30px}.portfolio.page .project .project-content{background:#fff}.blogs.page .blog{background:#f3f7f9;margin-bottom:30px}.blogs.page .blog img{border:5px solid #fff;width:100%;min-height:350px}.blogs.page .blog iframe{border:0;overflow:hidden;width:100%;height:350px}.blog a.blog-title h4{margin-top:0}ul.blog-meta li,ul.blog-meta li i.icon{padding:0}ul.blog-meta li a{font-size:12px;margin-left:15px;margin-bottom:10px;display:block}ul.blog-meta li a i.icon{font-size:14px;padding-left:10px}.blogs.page .blog.quote_blog{background:#0f5667}.blog.quote_blog .media .media-left i.icon{font-size:40px;line-height:40px;color:#fff;display:block}.blog.quote_blog .media .media-body{padding-right:30px}.blog.quote_blog .media .media-body p{font-weight:500;font-size:16px;line-height:28px;color:#fff}.blog.quote_blog .media .media-body .quote_writer{text-transform:uppercase;color:#fff;font-weight:700;margin-top:20px}.pagination_nav .pagination{border-radius:0;display:table;margin:0 auto!important}.pagination_nav .pagination li{float:right}.pagination_nav .pagination li+li{margin-right:10px}.pagination_nav .pagination li a{padding:0 19px;line-height:36px;border-radius:0;text-transform:uppercase;border:0;background:#f3f7f9;font-weight:700;font-size:12px;color:#0c112a}.pagination_nav .pagination li a:hover,.pagination_nav .pagination li.active a{background:#0f5667;color:#fff}.pagination_nav .pagination li:first-child a,.pagination_nav .pagination li:last-child a{border-radius:0;font-size:12px}.sidebar section{background:#fff;margin-bottom:30px;background:#f3f7f9;padding:30px 15px}.sidebar section h5{margin-bottom:30px;margin-top:0;font-weight:600;font-size:18px}.sidebar img{width:70px;height:70px;border:3px solid #fff;float:right;margin-left:15px}.sidebar a{font-weight:400}.recent-post{margin-top:15px;display:block}.recent-post{display:block;overflow:hidden}.recent-content a{display:block}.recent-content a.date{font-size:12px;color:#0f5667;margin-top:-5px}.sidebar .categories li{border-bottom:1px solid #eaebeb;display:block;overflow:hidden}.sidebar .categories a{padding:10px 0;display:inline-block}.sidebar .categories a.cat-num{color:#6a7483;float:left}.sidebar .categories a.cat-name{float:right}.sidebar .tags a{border:2px solid #fff;padding:5px;font-size:14px;margin-bottom:5px;display:inline-block;background:#fff}.sidebar .tags a:hover{border-color:#0f5667;background:#0f5667;color:#fff}section.single-post .post-content{overflow:hidden;margin-bottom:30px}section.single-post img.single-img{width:100%}section.single-post .post-content .post-text,section.single-post .related-post{padding:30px}section.single-post .post-content .post-text a.blog-title{margin-bottom:30px;display:block}section.single-post .post-content .post-text h5.heading-title{margin:30px 0}section.single-post .post-content .post-text .media{margin:30px 0}section.single-post .post-content .post-text .media img{margin-left:30px}section.single-post .post-content .post-text ul.post-list{margin-top:20px!important}section.single-post .post-content .post-text ul.post-list li,section.single-post .post-content .post-text ul.post-list li i.icon{padding:0;padding-left:15px}.post-pager{margin-top:30px!important;padding:30px;display:block;overflow:hidden}.post-pager li.previous{float:right;text-align:right}.post-pager li.next{float:left;text-align:left}.post-pager li a{font-weight:600;color:#0c112a;font-size:14px;text-transform:capitalize}.post-pager li a:hover,.post-pager li a:focus{background:none;color:#0f5667}.post-pager li .post_title{font-size:18px;font-weight:500}.post-pager li.previous a i{margin-left:10px;padding:0}.post-pager li.next a i{margin-right:10px;padding:0}.post_author{margin:30px 0;padding:30px;background:#0c112a;overflow:hidden}.post_author i.icon{font-size:14px;padding:0;padding-left:10px;color:#fff}.post-comments{margin-bottom:30px;padding:30px}.post-comments h4{margin-bottom:30px}.post-comments .media{border:1px solid #fff;padding:15px}.post-comments .comment-info{overflow:hidden}.post-comments .comment-info h5{float:right}.post-comments a.comment-date{font-size:12px;display:inline-block;padding-top:5px;padding-left:10px;float:left}.post-comments .media-left{padding-right:20px}.post-comments .media-left a{width:70px;height:70px;display:block}.post-comments .media-left a img{width:100%}.post-comments .media-body .btn-reply{font-weight:700;font-size:12px;text-transform:uppercase;background:#fff;line-height:32px;padding:5px 30px;margin-top:5px;display:inline-block}.leave-comment{padding:30px}.leave-comment h4{margin-bottom:30px}.pricing_table{background:#fff}.pricing_table thead tr th{width:1%;border:0;padding:0 42px;line-height:60px;color:#fff;background:#0c112a;white-space:nowrap}.pricing_table tbody{padding-bottom:10px}.pricing_table tbody tr th{border:0;padding:0 42px;line-height:60px;color:#0c112a}.pricing_table tbody tr{cursor:pointer;transition:.5s;border-bottom:1px solid #fff}.pricing_table tbody tr:hover{background:#f3f7f9}.pricing_table tbody tr td{border:0;padding:0;line-height:60px;padding:0 42px;color:#6a7483;font-weight:600}section.main-features .btn{margin-top:5px}section.main-features-2{background:#0c112a}.features-page.page img.img-left,.shared-page.page img.img-left{float:left}section.error-content .error-img,section.comingsoon-content .comingsoon-img{border:1px solid #f1fcee;text-align:center;padding:0 30px 30px}section.error-content .error-img img,section.comingsoon-content .comingsoon-img img{margin:0 auto}section.comingsoon-content{padding:0;padding-top:50px}section.comingsoon-content .comingsoon-text{padding-top:100px}section.comingsoon-content .form-control:focus{background:#0f5667!important}section.comingsoon-content form{margin-top:30px}section.pricing-table-2{background:#0c112a}section.pricing-table-3 .price-table{text-align:right;overflow:hidden;cursor:inherit}section.pricing-table-3 .price-t-content{display:table-cell;padding-right:30px;text-align:right;float:right}section.pricing-table-3 img{float:right}section.domain-search-result .btn{margin-top:30px}section.domain-search-result .pricing_table tbody tr{cursor:pointer;transition:.5s;border-bottom:1px solid #fff;background:#f3f7f9}section.domain-search-result .pricing_table tbody tr:hover{background:#fff}section.domain-search-result .pricing_table tbody tr.disabled{opacity:.5;cursor:not-allowed}.list-inline.list-unstyled.menu{height:35px;float:left}header .menu li a:hover{background:#0590b1}.list-inline.list-unstyled.menu li:hover,.list-inline.list-unstyled.menu li.active{background:#085365}nav.navbar.col-md-8{padding:0}.slider-banner-home{overflow:hidden;border:6px solid #fff}.slider-wrapper{border:1px dashed #3f7a88;padding:0;margin:0}.line-top{height:10px;width:100%;background-color:#323f42;position:absolute;top:0;z-index:0}.info-maol{text-align:left;margin-top:34px}.info-maol div i{color:#308d0f;font-size:40px}.color-i{font-size:40px;margin:6px 10px;line-height:25px!important;color:#308d0f}.info-maol>div span{float:left;line-height:20px}.features .col-lg-4:first-child .block{background-color:#ddd;border-radius:0 50px 50px 0;border-left:5px solid #308d0f;border-right:2px solid #f15a24}.features .col-lg-4:last-child .block{background-color:#ddd;border-radius:50px 0 0 50px;border-right:5px solid #308d0f;border-left:2px solid #f15a24}.features .col-lg-4:last-child .block img{margin-right:30px;margin-left:0;float:left}.features .col-lg-4:last-child .block .text{padding-right:7px}#accordeon-aa p{height:80px;overflow:hidden}.title-head{background:#424240;background:-moz-linear-gradient(top,rgba(66,66,64,1) 1%,rgba(66,66,64,1) 49%,rgba(66,66,64,1) 49%,rgba(34,30,31,1) 50%,rgba(34,30,31,1) 100%);background:-webkit-linear-gradient(top,rgba(66,66,64,1) 1%,rgba(66,66,64,1) 49%,rgba(66,66,64,1) 49%,rgba(34,30,31,1) 50%,rgba(34,30,31,1) 100%);background:linear-gradient(to bottom,rgba(66,66,64,1) 1%,rgba(66,66,64,1) 49%,rgba(66,66,64,1) 49%,rgba(34,30,31,1) 50%,rgba(34,30,31,1) 100%);filter:progid:dximagetransform.Microsoft.gradient(startcolorstr='#424240',endcolorstr='#221e1f',gradienttype=0);margin-bottom:30px;width:200px;padding:8px 5px 8px 20px;font-size:16px;color:#fff;border-radius:0 25px 25px 0;margin-top:-31px}.title-head:after{content:"";right:210px;position:absolute;width:0;height:0;margin-top:-8px;border-top:21px solid transparent;border-right:20px solid #424240}.title-head:before{content:"";right:210px;position:absolute;width:0;height:0;margin-top:13px;border-bottom:21px solid transparent;border-right:20px solid #221e1f}.title-head img{width:33px}.article-all{background-color:#fff;border:1px dashed #000;border-radius:20px;position:relative}.article-wrapper{background-image:url(../images/6.png);padding:10px}.books{background:#fff url(../images/6.png);border:1px dashed #000;padding:10px 10px 5px;border-radius:20px;position:relative}.estar-shih{width:100%;padding:5px;text-align:center;margin-bottom:10px;background-color:#fff;border:1px solid #f78e25;border-radius:10px}.estar-shih img{width:100%}.estar-shih h3{margin-top:5px;margin-bottom:5px}.shadow-7{position:absolute;height:365px;width:300px;right:30%;margin-top:0;border-radius:200px;-moz-box-shadow:0 0 80px #000;-webkit-box-shadow:0 0 80px #000;box-shadow:0 0 80px #000}.ehti .block-inner{background-color:#f1ffec;padding:0 0 10px;-moz-box-shadow:0 0 10px #777;-webkit-box-shadow:0 0 10px #777;box-shadow:0 0 10px #777;border-radius:20px;overflow:hidden}.ehti .block-inner h3{background-color:#298808;padding:8px;margin-top:0;background:#47b231;background:-moz-linear-gradient(top,rgba(71,178,49,1) 0,rgba(71,178,49,1) 50%,rgba(52,155,18,1) 51%,rgba(52,155,18,1) 100%);background:-webkit-linear-gradient(top,rgba(71,178,49,1) 0,rgba(71,178,49,1) 50%,rgba(52,155,18,1) 51%,rgba(52,155,18,1) 100%);background:linear-gradient(to bottom,rgba(71,178,49,1) 0,rgba(71,178,49,1) 50%,rgba(52,155,18,1) 51%,rgba(52,155,18,1) 100%);filter:progid:dximagetransform.Microsoft.gradient(startcolorstr='#47b231',endcolorstr='#349b12',gradienttype=0)}.ehti .block-inner h3 a{color:#fff}.ehti .block-inner p{padding:8px;color:#000}.image-inner{width:90px;height:90px;overflow:hidden;float:right;margin-left:5px;border-radius:90px}.news-inner{background:#fff url(../images/6.png);padding:5px;border-radius:90px}.news-inn{padding:4px;border:1px dashed #308d0f;border-radius:90px;margin-bottom:20px;border-radius:200px;-moz-box-shadow:0 0 10px #777;-webkit-box-shadow:0 0 10px #777;box-shadow:0 0 10px #777}.ehti .title-head,.last-news .title-head{background:#f78e25;background:-moz-linear-gradient(top,rgba(247,142,37,1) 0,rgba(247,142,37,1) 51%,rgba(249,124,0,1) 51%,rgba(249,124,0,1) 98%);background:-webkit-linear-gradient(top,rgba(247,142,37,1) 0,rgba(247,142,37,1) 51%,rgba(249,124,0,1) 51%,rgba(249,124,0,1) 98%);background:linear-gradient(to bottom,rgba(247,142,37,1) 0,rgba(247,142,37,1) 51%,rgba(249,124,0,1) 51%,rgba(249,124,0,1) 98%);filter:progid:dximagetransform.Microsoft.gradient(startcolorstr='#f78e25',endcolorstr='#f97c00',gradienttype=0)}.last-news .title-head:before,.ehti .title-head:before{border-bottom:21px solid transparent;border-right:20px solid rgba(249,124,0,1);right:215px}.last-news .title-head:after,.ehti .title-head:after{border-top:21px solid transparent;border-right:20px solid rgba(247,142,37,1);right:215px}.spa-span{font-size:12px;display:block;color:#fff;padding-right:10px;width:110px;border-radius:0 15px 15px 0;margin-right:10px;background:#f78e25;background:-moz-linear-gradient(top,rgba(247,142,37,1) 0,rgba(247,142,37,1) 51%,rgba(249,124,0,1) 51%,rgba(249,124,0,1) 98%);background:-webkit-linear-gradient(top,rgba(247,142,37,1) 0,rgba(247,142,37,1) 51%,rgba(249,124,0,1) 51%,rgba(249,124,0,1) 98%);background:linear-gradient(to bottom,rgba(247,142,37,1) 0,rgba(247,142,37,1) 51%,rgba(249,124,0,1) 51%,rgba(249,124,0,1) 98%);filter:progid:dximagetransform.Microsoft.gradient(startcolorstr='#f78e25',endcolorstr='#f97c00',gradienttype=0)}.spa-span span{margin-left:5px}.spa-span img{width:15px}.spa-span:before{content:"";right:135px;position:absolute;width:0;height:0;margin-top:13px;border-right:13px solid rgba(249,124,0,1);border-bottom:13px solid transparent}.spa-span:after{content:"";right:135px;position:absolute;width:0;height:0;margin-top:0;border-top:13px solid transparent;border-right:13px solid rgba(247,142,37,1)}.affix{position:relative!important}.banner-top img{width:100%}.clear-f{width:18%;float:right;line-height:30px;text-align:center;height:30px;color:#fff;font-size:16px;font-family:'ge_ss_twomedium';font-family:Bein-Black,sans-serif;background:#1c5765}.marq-wrapper{width:82%;line-height:30px;height:30px;float:right;color:#fff}.marquee-wrap{position:relative;overflow:hidden;height:30px;background-color:#3f7a88}.marquee-wrap .marquee-content{position:relative;margin:0;padding:0}.marquee-wrap ul.right-to-left li,.marquee-wrap ul.left-to-right li{float:right;list-style:none;padding-right:20px;white-space:nowrap}.marquee-wrap ul.left-to-right li a{color:#fff;font-weight:400;font-size:12px}.marquee-wrap ul.bottom-to-top li{width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;text-align:left}.offer-ord .clear-f{background-color:#942a28;color:#fff}.offer-ord .marquee-wrap{background-color:#a94442}.info-section .clearfix{border:1px solid #fff;border-left:6px solid #fff;border-right:6px solid #fff}.info-sectin .clearfix{border-bottom:6px solid #fff}.block-inner-top{text-align:center;margin:auto;margin-top:15px}.aqsam-raesa{text-align:center}.block-left{margin-top:20px;margin-bottom:20px}.block-left ul li{list-style-type:none;margin-bottom:1px;text-align:right;border-right:3px solid #d4c75a}.block-left ul li a{background-color:#3f7a88;padding:5px;font-size:13px;display:block;color:#fff}.block-left ul li a img{position:absolute;left:0;border-radius:50%;top:20px;width:32px}.ban-block img{position:absolute;left:0;border-radius:50%;top:8px;width:32px}.block-left ul li a:hover{background-color:#1c5765}.block-inner-top a{display:block;width:90px;height:90px;line-height:90px;background-color:#2b9ab5;border-radius:50%;margin:auto}.block-inner-top a img{width:50px;height:50px}.block-left h3{text-align:center;clear:both}.block-left h3 a{font-size:20px}.wrapper-menu-right{background-color:#fff;margin-top:20px}
.menu-block a.img-abowab{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /*width: 120px;
    height: 120px;*/
    border-radius: 100px;
    overflow:hidden;
    display: block;
    background-size: 50% 50%;
    background-repeat: no-repeat;
    background-position: center;
    margin: auto;
    -webkit-transition: 400ms all;
    transition: 400ms all;
}
.menu-block span {
    width: 160px;
    height: 160px;
    /*border: 3px solid #3f7a88;*/
    margin: auto;
    border-width: 2px;
    border-radius: 120px;
    position: relative;
    display: block;
    -webkit-transition: 400ms all;
    transition: 400ms all;
}
 .menu-block:hover span{
         border-width: 18px;
 }
 .modal.fade .modal-dialog {
     background-color:#fff !important;
 }
.menu-block a img{min-width:100%;width:auto;height:181px}.abowab-head{background-color:#fff}.abowab-head .row{padding:10px;text-align:center}.menu-block{margin-top:20px;text-align:center}.close-2{float:left;left:auto;right:auto;top:auto;margin-right:30px;margin-top:-30px;z-index:99999999;margin-top:10px;}.img-abowab img{transition:1s ease;-webkit-transition:1s ease;-moz-transition:1s ease;-o-transition:1s ease}.img-abowab img:hover{transform:scale(1.25);-webkit-transform:scale(1.25);-moz-transform:scale(1.25);-o-transform:scale(1.25);-ms-transform:scale(1.25)}
.menu-block{transition:1s background-color;-webkit-transition:1s background-color;-moz-transition:1s background-color;-o-transition:1s background-color}.copyright a{color:#a2a4ad} 
.abowab-inner .ban-block{background-color:#69959d;padding:4px;margin:10px;transition:1s ease;-webkit-transition:1s ease;-moz-transition:1s ease;-o-transition:1s ease}
.abowab-inner .ban-block:hover{background-color:#000}.abowab-inner .ban-block:hover a{color:#fff} 
.abowab-inner .ban-block a { font-size:15px; display:block;padding:7px 15px;text-align:center;border:1px dashed #fff}.title-
inner{text-align:center;padding:30px;padding:30px;background-color:#3f7a88;color:#fff}.top-panner{margin-top:10px}.table-1{width:40px}.table-name{width:200px}.table-city{width:90px}.table-nam{width:110px}#myTable{margin:auto;margin-bottom:30px;border:2px solid #f3f2dd}#myTable td{text-align:center;border:1px solid #fff;padding:4px}.header-table{background-color:#3f7a88}.header-table th{padding:8px;text-align:center;border:1px solid #fff}table tr:nth-child(even){background-color:#dfeef1}.companes-media img{height:28px;margin:0 2px}#myInput{background-image:url(/css/searchicon.png);background-position:10px 12px;background-repeat:no-repeat;width:80%;clear:both;margin:auto;font-size:16px;padding:12px 20px 12px 40px;border:1px solid #ddd;margin-bottom:30px}#myInput tr:first-child{background-color:#3f7a88;color:#fff;text-align:center}.abowab-inner{text-align:center;min-height:650px}.clients{clear:both}.alphiea ul{list-style-type:none;clear:both;padding-right:15px;margin-right:10px}.alphiea ul li{float:right;width:42px;height:39px;text-align:center;line-height:40px;background-color:#c44;color:#fff;margin:5px 10px}.alphiea ul li:hover{background-color:red}.alphiea ul li a{display:block;color:#fff}.alphiea ul li.active-alph{background-color:red}.alphiea h3{text-align:right;margin-right:16px;margin-left:16px;border-bottom:4px solid #2b9ab5}.alphiea h3 span{padding:5px 10px;display:block;width:200px;background-color:#2b9ab5;color:#fff}.parts-alph h3{background-color:#5b919e;border-radius:20px;padding:4px}.parts-alph .row{padding:5px 8px}.parts-alph h3:hover{background-color:#2b4c54}.parts-alph h3 a{display:block;width:100%;border:1px dashed #fff;border-radius:20px;padding:10px 5px;color:#fff}.abe-h{text-align:right;margin-right:16px;margin-left:16px;border-bottom:4px solid #64a5b5}.abe-h span{padding:5px 10px;display:block;width:200px;background-color:#64a5b5;color:#fff}.creat-company label,.ad2-company label,.ads-place-wrapper label{float:right;width:120px;line-height:50px;height:50px;background:#3f7a88;color:#fff;font-weight:400;text-align:center;position:absolute}.creat-company input{padding-right:130px;background-color:#f5f1df}.creat-company{margin-top:30px}.chec-li{padding:15px}.ads-place-wrapper select,.ads-place-wrapper input{border:1px solid #ddd}.chec-li li{width:31%;float:right;margin-bottom:20px;margin-left:1%;margin-right:1%;padding:8px;border:1px solid #ddd;list-style-type:none}.chec-li li input{float:right;margin-left:15px;width:27px;height:27px;background:rgba(234,243,245,.81)}::-ms-check{color:red;background:#000;padding:1em}.creat-company{background-color:#fff;padding:20px}.upload-form{clear:both}.upload-form h3{clear:both;height:42px;margin-right:15px;margin-left:15px;margin-top:20px;border-bottom:4px solid #02b0d8}.place-ads{padding-top:30px;clear:both}.place-ads h3{clear:both;margin-top:30px;height:42px;margin-right:15px;margin-left:15px;margin-top:20px;border-bottom:4px solid #02b0d8}.ad2-company{clear:both}#ads-place-wrapper.ads-place-wrapper{clear:both}.place-select{clear:both}.selec-wrppaer{clear:both;margin-bottom:50px;clear:both;padding:15px;padding-top:0;position:relative}.upload-form h3 span,.place-ads h3 span{background:#02b0d8;padding:8px 20px;font-size:16px;color:#fff}.button-send button{border:0;background-color:#0f4a58;padding:8px 20px;margin-right:10px;color:#fff;border:10px}.addmonsh{text-align:center;padding:20px 20px 40px;font-size:30px;color:#3f7a88}.button-send button:hover{background-color:#000}.ad2-company label{position:absolute}.ad2-company input{margin-right:25px}.information{clear:both}.label-left{left:15px}.information input{padding-left:100px;padding-right:10px;margin-right:0}.ad2-company input.form-control.form-cont{border:1px solid #3f7a88}.upload-company{clear:both;height:40px;margin:0;margin-top:20px;background-color:#3f7a88}.upload-company .left-inform{background:#3f7a88;padding:11px 20px;font-size:14px;color:#fff;float:right}.upload-company .right-inform{background:#3f7a88;padding:11px 20px;font-size:14px;color:#fff;float:left}.place-ads h4{text-align:right;background-color:#749da7}.ads-place-wrapper{background-color:#fff;margin:15px;padding-top:15px}.place-ads h4 span{padding:6px 15px;margin-right:10px;font-size:14px;color:#fff;line-height:30px}.ads-place-wrapper.ads-place-wra{height:220px;clear:both}.ads-ad{padding:40px;font-size:30px;text-align:center;color:#3f7a88}.ads-ad span{background-color:#fff;padding:0 20px;border:1px solid #ddd;border-radius:30px}.ads-place-wrapper.ads-place-w{height:70px}.ads-place-wrapper.ads-place-w button{background-color:#088dad;border:0;font-size:18px;padding:5px;color:#fff;float:left;padding:8px 30px;margin-right:20px}.notes-no textarea{height:110px;border:1px solid #ddd}.notes-no label{height:110px}.acount{float:right}.acount ul{list-style-type:none}.acount ul li{float:right;padding-top:12px;margin-left:15px}.acount ul li a{color:#3f7a88;font-size:14px}.acount ul li i{margin-left:7px;color:#153942}.abowab-inner .col-md-6{padding:0}.panel-title a{display:block}.text-form label{height:115px!important;line-height:115px}.text-form textarea{height:115px!important;border:1px solid #ddd}.information .form-group{margin-bottom:0;height:40px;border:1px solid #dadad2}.information .col-md-6:first-child .form-group{border-bottom:0 solid #dadad2;border-right:0 solid #dadad2}.information .col-md-6:nth-child(2).form-group{border-bottom:0 solid #dadad2}.information .col-md-6:nth-child(3).form-group{border-bottom:0 solid #dadad2;border-right:0 solid #dadad2}.information .col-md-6:nth-child(4).form-group{border-bottom:0 solid #dadad2}.information .col-md-6:nth-child(5).form-group{border-bottom:0 solid #dadad2;border-right:0 solid #dadad2}.information .col-md-6:nth-child(7).form-group{border-right:0 solid #dadad2}.information .form-group .label-left{left:5px;background-color:transparent;color:#666;text-align:left}.aqd .container .row{background-color:#fff;margin:0;margin-top:20px}.information{padding:15px}.information .col-md-6{padding:0}.information input{height:38px}.information .form-group .label-left{height:38px;line-height:38px}.ads-place-wrapper select{padding-right:10px}.ads-place-wrapper .col-md-3{padding-left:5px;padding-right:5px}.news-item a{font-size:12px}.panel-heading span{margin-left:4px}.imag-slid{padding:5px}.inner-head h3{padding-right:15px;margin:25px 0 20px;border-right:5px solid #d4c75a}
.inner-head img{    width: 100%;
    padding: 1px;
    height: 100%;
    background-color: #376671;}.signle-ul{clear:both}
.signle-ul li{width:435px; list-style-type:none;float:right;margin-left:30px;line-height:32px;height:32px;padding-left:10px;margin-right:5px;border:1px solid #376671}
.signle-ul li span{width:129px; height:30px;line-height:30px;padding-left:10px;margin-left:10px;float:right;padding-right:10px;background-color:#376671;color:#fff}.signle-inner{clear:both}.dalel-single{clear:both}.dalel-single p{padding:10px}.search-h{width:166px;height:26px;position:absolute;border:1px solid #e6f1f3}.button-h{border:30px;height:26px;left:10px;z-index:999999;background-color:transparent;font-size:20px;text-align:center;line-height:26px;background-color:#3f7a88;position:absolute;color:#fff;float:left}.button-h i{color:#fff!important;margin-left:0!important}.add-field,.add-field1{background-color:#3f7a88;color:#fff;padding:8px 20px;border:1px solid #fff;float:left;margin-left:15px;margin-bottom:20px}.optonp{margin:10px;display:block;padding:10px;color:#000}.preview{border:2px dashed rgba(0,0,0,.3);min-height:150px;margin-top:15px;padding:15px}.preview img{padding:15px 0}.thumbnail{margin:15px}.title{text-align:center;padding:15px 0}#form-inner-add select.form-control{height:38px}#form-inner-add input{height:50px;line-height:30px}#form-inner-add input.price-add{height:38px}.form-upload{margin-top:50px 0}.button-upload{clear:both;padding:50px;text-align:center}.button-upload button{padding:8px 40px;background-color:#3299bc;font-size:20px;color:#fff}.one-file input{display:none}.dublicat-box>.col-md-6{padding:0;height:50px;margin-bottom:20px;background:#f5f1df}.files-wr{padding:0}.files-wr label{margin-bottom:20px;border-bottom:1px dashed #177cca;position:relative;display:inline-block;color:#fff;font-size:14px;font-weight:400;cursor:pointer;transition:all .2s}.one-file{margin-top:0}.one-file input,.licat-b input{padding-right:5px}.files-wr label:before{content:'+';width:32px;height:50px;border-radius:5px;background-color:#3f7a88;position:absolute;top:-3px;left:-155px;font-size:18px;line-height:50px;color:#fff;text-align:center;transition:all .2s}.files-wr label:hover,.files-wr label:active{color:#77c639;border-color:#77c639}.files-wr label:hover:after,.files-wr label:active:after{background-color:#77c639}.files-wr .one-file ~ .one-file label{display:none}.files-wr .one-file.error{border:0}.files-wr .one-file.error .file-name{color:#ca4a17;width:90px;overflow:hidden}.files-wr .file-item{position:relative;margin-top:4px;display:flex;align-items:center}.files-wr .file-item.hide-btn{display:none}.files-wr .file-name{font-size:16px;font-style:italic;line-height:26px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-right:10px}.files-wr .btn-del-file{margin-left:5px;width:16px;min-width:16px;height:16px;line-height:16px;border-radius:3px;color:#fff;text-align:center;cursor:pointer;transition:all .2s;background-color:#177cca}.files-wr .btn-del-file:hover,.files-wr .btn-del-file:focus{background-color:#ca4a17}.information input{width:50%;float:right}.information input.rtl-example{width:100%}.information input.rtl-form{direction:ltr;padding-left:10px;background-color:
#f5f4f4}.lang-log{width:90px;height:40px;line-height:40px;position:fixed;top:65px;z-index:99999999999;right:0}.lang-log span{background:#6f99a3;padding-left:10px;color:#fff;padding-right:10px}.lang-log span:hover{background:#000}.fare3{padding-top:30px;clear:both}.fare3 ul{clear:both;padding-top:5px; height: 44px; overflow: hidden;  }.fare3 ul li{float:right;list-style-type:none;padding:5px 10px;background-color:#f5f3dd;border:1px solid #fff;height:43px}.fare3 ul li.name-fareh{width:150px;background-color:#376671;color:#fff}.fare3 ul li:last-child{padding:0!important}.mebn-fareh{width:130px}.namareh{width:150px}.demo1 .news-item{height:80px!important;overflow:hidden}.pan-le-rigt .block-left ul li a{background-color:#3e5256}.pan-le-rigt .block-left ul li{border-right:3px solid #6f99a3}.pan-le-rigt .block-left h3{background-color:#6f99a3;margin-bottom:0;padding:5px;color:#fff}.member-desc ul{list-style-type:none}.member-desc ul li{background-color:#3f7a88;margin-bottom:10px}.member-desc ul li a{color:#fff;padding-right:5px}.member-desc ul li a:hover{color:#000}.social-compan ul li{float:right;margin-left:10px;list-style-type:none; height:60px;}.social-compan{margin-bottom:20px;height:80px;clear:both}.signle-ul li{margin-bottom:20px}.social-compan ul li a i{display:block;color:#fff;width:45px;text-align:center;height:45px;line-height:45px;font-size:20px}.social-compan ul li a i.ion-social-twitter{background-color:#00b8ff}.social-compan ul li a i.ion-social-facebook{background-color:#1382ad}.social-compan ul li a i.ion-social-instagram{background-color:#3f7a88}.social-compan ul li a i.ion-social-google{background-color:#d00a0a}
.menu-block h3 img{position:absolute;top:0;width:35px;height:35px}.logo-company{height:70px;margin-left:5px;float:left;width:auto!important;margin-bottom:10px}.title-company{width:70%;float:right;margin-bottom:10px}.fb_iframe_widget span{width:100%!important}.fb_iframe_widget iframe{width:100%!important}.gsc-control-cse{border-color:#fff00!important;background-color:transparent!important}input.gsc-input,.gsc-input-box,.gsc-input-box-hover,.gsc-input-box-focus{border-color:#00000!important}.gsc-search-box-tools .gsc-search-box input.gsc-input{border:1px solid #ccc!important}.gsearch{bottom:-13px;left:0;position:fixed;width:300px;z-index:100000000000000000000000000000000000000}.gsib_a{padding:0!important}.gsc-search-button.gsc-search-button-v2{display:none}.gsst_b{padding:0!important}@media(min-width:768px) and (max-width:1024px){section{padding:30px 0 50px}.title{padding-bottom:50px;width:70%}.btn{min-width:150px}.m-b-tab-30{margin-bottom:30px!important}.m-b-tab-0{margin-bottom:0!important}.h-80{height:50px}section.slider .slider-content{padding-top:0}.domain-search .btn{min-width:0;width:100%}.block .text{text-align:center;display:block}.block img,section.features .text-right .block img{width:auto;height:auto;display:block;float:none!important;margin:0 auto;margin-bottom:30px}.blog a.btn{min-width:0;width:100%}.blog img{width:100%}.guaratess p{padding-top:0}.page .breadcrumb{padding-right:30px}.story .block{margin-bottom:0}.story img{width:100%;height:auto}section.story ul{margin-bottom:20px}.contact.page img{width:auto;height:auto}.support .block{text-align:center}section.support-center .block .btn{padding:0 15px}.blogs.page .blog{padding:15px}.blogs.page figure iframe{height:230px}.blogs.page .blog img{height:230px;min-height:auto}ul.blog-meta li a{margin-bottom:5px}.media-body,.media-left,.media-right,.media-body,.media-left,.media-right img{display:block;width:100%;padding:0}section.single-post .post-content .post-text .media img{width:100%;margin-bottom:30px}section.single-post .post-content .post-text,section.single-post .related-post,.post-pager,.post_author,.post-comments,.leave-comment{padding:15px}.post-pager li{display:block;width:50%;padding:0}.post-comments .media-left{margin-bottom:5px;padding:0}.pricing_table thead{white-space:nowrap}.domain-list ul.nav-tabs>li>a{padding:0 15px}section.comingsoon-content .comingsoon-text{padding-top:30px}.price-table img{margin:0 auto;margin-bottom:30px;display:block;float:none!important}section.pricing-table-3 .price-t-content{padding-left:0;text-align:center;display:block;width:100%}.portfolio.page .project .project-img img{height:100%}}
@media(max-width:767px){
    section{padding:00px 0;text-align:center}
    .panel.panel-default {
        display:none;
    }
   #asidermob .col-md-2 {
    float:none !important;
} 
#asidermob .col-md-10 {
    float:none !important;
}
header.navbar {
    position:relative !important
}
body {
        padding-top: 0px !important;
}
 ul.menu>li:hover ul.dropdown.mopile-rr {
       position: relative!important;
    height: auto !important;
    padding: 00px !important;
    max-height: none !important;
    overflow: hidden;
 }
 .creat-company label, .ad2-company label, .ads-place-wrapper label {
     right:0;
 }
    .slider-banner .slick-slide {
        height:auto !important;
    }
   
    .title{padding-bottom:30px;width:100%}h1{font-size:30px}.m-mob-0{margin:0!important}.m-b-mob-30{margin-bottom:30px!important}.m-b-mob-0{margin:0!important}.top-header ul.dropdown,.top-header ul.dropdown li{width:150px!important;float:none!important}.top-header .container ul:last-child{float:none;text-align:center}
    header.navbar{position:relative}section.slider .slider-content{padding-top:30px;text-align:center}section.slider .btn{margin-top:20px;min-width:auto;padding:0 10px;height:40px;line-height:35px}.domain-search{text-align:center}.domain-search .btn{width:100%}.block{text-align:center;margin-bottom:30px}.block .text{text-align:center}.block img,section.features .text-right .block img{width:auto;height:auto;display:block;float:none!important;margin:0 auto;margin-bottom:30px}.clients .block{margin-bottom:30px}.blog{text-align:right}.blog img{width:100%}a.accordeon-title{text-align:right}.footer{padding:50px 0;text-align:right}.copyright{height:auto;padding:15px 0}.copyright a.up,.copyright p{line-height:26px;margin-top:20px;width:100%;text-align:center}.page .page-banner{padding:15px}.page .page-banner h3,.page .breadcrumb{padding:0;width:100%;float:none}.page .breadcrumb{text-align:center;margin-top:15px}section.perfect-employee .perfect-e-title{padding-top:0;margin-bottom:30px}.our-team.page .filters-button-group{margin-bottom:30px}.element-item{right:0!important}.cart.page ul.cart li ul li,.cart.page ul.cart li ul li.cart-product{width:100%;text-align:center}.cart-info a.btn{width:100%}.cart.page ul.cart li.cart-all{text-align:right}.blogs.page .blog{padding:15px}.blogs.page figure iframe{height:230px}.pagination_nav .pagination li a{padding:0 10px}ul.blog-meta li a{margin-right:5px}.blogs.page .blog img{height:230px;min-height:auto;margin-bottom:15px}.blog.quote_blog .media .media-left{display:block;text-align:center;padding-bottom:15px}.blog.quote_blog .media .media-body{padding-left:15px}.blogs.page .blog .slick-dots{display:none!important}.blogs.page .slick-dotted.slick-slider{margin:0}.sidebar section{text-align:right}.media-body,.media-left,.media-right,.media-body,.media-left,.media-right img{display:block;width:100%;padding:0}section.single-post .post-content .post-text .media img{width:100%;margin-bottom:30px}section.single-post .post-content .post-text,section.single-post .related-post,.post-pager,.post_author,.post-comments,.leave-comment{padding:15px}section.single-post .post-content .post-text{padding-top:0;text-align:right}.post-pager li{display:block;width:50%;padding:0}.post-comments .media-left{margin-bottom:5px;padding:0}.post-comments .media-left a{width:100%}.post-comments .media-left a img{margin:0 auto;width:70px}.author-img{margin-bottom:15px}.author-img img{margin:0 auto}.domain-list ul.nav-tabs>li{width:100%}section.other-features ul.nav.nav-tabs{display:block}section.other-features .nav-tabs>li{float:none}.contact.page section.support{min-height:auto;padding:50px 0}.contact.page section.support .container{min-height:auto}.contact.page section.support .support-text{padding:0}section.comingsoon-content .comingsoon-text{padding-top:30px}section.comingsoon-content{padding:30px 0}.price-table img{margin:0 auto;margin-bottom:30px;display:block;float:none!important}section.pricing-table-3 .price-t-content{padding-left:0;text-align:center;display:block;width:100%}section.domain-search-result .btn{margin-top:0}.shared-page.page .clients .block{margin-bottom:0}section.account .nav-tabs>li{width:100%}.portfolio.page .project .project-img img{height:100%}}.btn-default,.btn-primary,.btn-success,.btn-info,.btn-warning,.btn-danger{text-shadow:0 -1px 0 rgba(0,0,0,.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075)}.btn-default:active,.btn-primary:active,.btn-success:active,.btn-info:active,.btn-warning:active,.btn-danger:active,.btn-default.active,.btn-primary.active,.btn-success.active,.btn-info.active,.btn-warning.active,.btn-danger.active{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn:active,.btn.active{background-image:none}.btn-default{text-shadow:0 1px 0 #fff;background-image:-webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);background-image:linear-gradient(to bottom,#fff 0,#e0e0e0 100%);background-repeat:repeat-x;border-color:#dbdbdb;border-color:#ccc;filter:progid:dximagetransform.Microsoft.gradient(startcolorstr='#ffffffff',endcolorstr='#ffe0e0e0',gradienttype=0);filter:progid:dximagetransform.Microsoft.gradient(enabled=false)}.btn-default:hover,.btn-default:focus{background-color:#e0e0e0;background-position:0 -15px}.btn-default:active,.btn-default.active{background-color:#e0e0e0;border-color:#dbdbdb}.btn-primary{background-image:-webkit-linear-gradient(top,#428bca 0,#2d6ca2 100%);background-image:linear-gradient(to bottom,#428bca 0,#2d6ca2 100%);background-repeat:repeat-x;border-color:#2b669a;filter:progid:dximagetransform.Microsoft.gradient(startcolorstr='#ff428bca',endcolorstr='#ff2d6ca2',gradienttype=0);filter:progid:dximagetransform.Microsoft.gradient(enabled=false)}.btn-primary:hover,.btn-primary:focus{background-color:#2d6ca2;background-position:0 -15px}.btn-primary:active,.btn-primary.active{background-color:#2d6ca2;border-color:#2b669a}.btn-success{background-image:-webkit-linear-gradient(top,#5cb85c 0,#419641 100%);background-image:linear-gradient(to bottom,#5cb85c 0,#419641 100%);background-repeat:repeat-x;border-color:#3e8f3e;filter:progid:dximagetransform.Microsoft.gradient(startcolorstr='#ff5cb85c',endcolorstr='#ff419641',gradienttype=0);filter:progid:dximagetransform.Microsoft.gradient(enabled=false)}.btn-success:hover,.btn-success:focus{background-color:#419641;background-position:0 -15px}.btn-success:active,.btn-success.active{background-color:#419641;border-color:#3e8f3e}.btn-warning{background-image:-webkit-linear-gradient(top,#f0ad4e 0,#eb9316 100%);background-image:linear-gradient(to bottom,#f0ad4e 0,#eb9316 100%);background-repeat:repeat-x;border-color:#e38d13;filter:progid:dximagetransform.Microsoft.gradient(startcolorstr='#fff0ad4e',endcolorstr='#ffeb9316',gradienttype=0);filter:progid:dximagetransform.Microsoft.gradient(enabled=false)}.btn-warning:hover,.btn-warning:focus{background-color:#eb9316;background-position:0 -15px}.btn-warning:active,.btn-warning.active{background-color:#eb9316;border-color:#e38d13}.btn-danger{background-image:-webkit-linear-gradient(top,#d9534f 0,#c12e2a 100%);background-image:linear-gradient(to bottom,#d9534f 0,#c12e2a 100%);background-repeat:repeat-x;border-color:#b92c28;filter:progid:dximagetransform.Microsoft.gradient(startcolorstr='#ffd9534f',endcolorstr='#ffc12e2a',gradienttype=0);filter:progid:dximagetransform.Microsoft.gradient(enabled=false)}.btn-danger:hover,.btn-danger:focus{background-color:#c12e2a;background-position:0 -15px}.btn-danger:active,.btn-danger.active{background-color:#c12e2a;border-color:#b92c28}.btn-info{background-image:-webkit-linear-gradient(top,#5bc0de 0,#2aabd2 100%);background-image:linear-gradient(to bottom,#5bc0de 0,#2aabd2 100%);background-repeat:repeat-x;border-color:#28a4c9;filter:progid:dximagetransform.Microsoft.gradient(startcolorstr='#ff5bc0de',endcolorstr='#ff2aabd2',gradienttype=0);filter:progid:dximagetransform.Microsoft.gradient(enabled=false)}.btn-info:hover,.btn-info:focus{background-color:#2aabd2;background-position:0 -15px}.btn-info:active,.btn-info.active{background-color:#2aabd2;border-color:#28a4c9}.thumbnail,.img-thumbnail{-webkit-box-shadow:0 1px 2px rgba(0,0,0,.075);box-shadow:0 1px 2px rgba(0,0,0,.075)}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{background-color:#e8e8e8;background-image:-webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);background-repeat:repeat-x;filter:progid:dximagetransform.Microsoft.gradient(startcolorstr='#fff5f5f5',endcolorstr='#ffe8e8e8',gradienttype=0)}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{background-color:#357ebd;background-image:-webkit-linear-gradient(top,#428bca 0,#357ebd 100%);background-image:linear-gradient(to bottom,#428bca 0,#357ebd 100%);background-repeat:repeat-x;filter:progid:dximagetransform.Microsoft.gradient(startcolorstr='#ff428bca',endcolorstr='#ff357ebd',gradienttype=0)}.navbar-default{background-image:-webkit-linear-gradient(top,#fff 0,#f8f8f8 100%);background-image:linear-gradient(to bottom,#fff 0,#f8f8f8 100%);background-repeat:repeat-x;border-radius:4px;filter:progid:dximagetransform.Microsoft.gradient(startcolorstr='#ffffffff',endcolorstr='#fff8f8f8',gradienttype=0);filter:progid:dximagetransform.Microsoft.gradient(enabled=false);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075);box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075)}.navbar-default .navbar-nav>.active>a{background-image:-webkit-linear-gradient(top,#ebebeb 0,#f3f3f3 100%);background-image:linear-gradient(to bottom,#ebebeb 0,#f3f3f3 100%);background-repeat:repeat-x;filter:progid:dximagetransform.Microsoft.gradient(startcolorstr='#ffebebeb',endcolorstr='#fff3f3f3',gradienttype=0);-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,.075);box-shadow:inset 0 3px 9px rgba(0,0,0,.075)}.navbar-brand,.navbar-nav>li>a{text-shadow:0 1px 0 rgba(255,255,255,.25)}.navbar-inverse{background-image:-webkit-linear-gradient(top,#3c3c3c 0,#222 100%);background-image:linear-gradient(to bottom,#3c3c3c 0,#222 100%);background-repeat:repeat-x;filter:progid:dximagetransform.Microsoft.gradient(startcolorstr='#ff3c3c3c',endcolorstr='#ff222222',gradienttype=0);filter:progid:dximagetransform.Microsoft.gradient(enabled=false)}.navbar-inverse .navbar-nav>.active>a{background-image:-webkit-linear-gradient(top,#222 0,#282828 100%);background-image:linear-gradient(to bottom,#222 0,#282828 100%);background-repeat:repeat-x;filter:progid:dximagetransform.Microsoft.gradient(startcolorstr='#ff222222',endcolorstr='#ff282828',gradienttype=0);-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,.25);box-shadow:inset 0 3px 9px rgba(0,0,0,.25)}.navbar-inverse .navbar-brand,.navbar-inverse .navbar-nav>li>a{text-shadow:0 -1px 0 rgba(0,0,0,.25)}.navbar-static-top,.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}.alert{text-shadow:0 1px 0 rgba(255,255,255,.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05)}.alert-success{background-image:-webkit-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);background-image:linear-gradient(to bottom,#dff0d8 0,#c8e5bc 100%);background-repeat:repeat-x;border-color:#b2dba1;filter:progid:dximagetransform.Microsoft.gradient(startcolorstr='#ffdff0d8',endcolorstr='#ffc8e5bc',gradienttype=0)}.alert-info{background-image:-webkit-linear-gradient(top,#d9edf7 0,#b9def0 100%);background-image:linear-gradient(to bottom,#d9edf7 0,#b9def0 100%);background-repeat:repeat-x;border-color:#9acfea;filter:progid:dximagetransform.Microsoft.gradient(startcolorstr='#ffd9edf7',endcolorstr='#ffb9def0',gradienttype=0)}.alert-warning{background-image:-webkit-linear-gradient(top,#fcf8e3 0,#f8efc0 100%);background-image:linear-gradient(to bottom,#fcf8e3 0,#f8efc0 100%);background-repeat:repeat-x;border-color:#f5e79e;filter:progid:dximagetransform.Microsoft.gradient(startcolorstr='#fffcf8e3',endcolorstr='#fff8efc0',gradienttype=0)}.alert-danger{background-image:-webkit-linear-gradient(top,#f2dede 0,#e7c3c3 100%);background-image:linear-gradient(to bottom,#f2dede 0,#e7c3c3 100%);background-repeat:repeat-x;border-color:#dca7a7;filter:progid:dximagetransform.Microsoft.gradient(startcolorstr='#fff2dede',endcolorstr='#ffe7c3c3',gradienttype=0)}.progress{background-image:-webkit-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);background-image:linear-gradient(to bottom,#ebebeb 0,#f5f5f5 100%);background-repeat:repeat-x;filter:progid:dximagetransform.Microsoft.gradient(startcolorstr='#ffebebeb',endcolorstr='#fff5f5f5',gradienttype=0)}.progress-bar{background-image:-webkit-linear-gradient(top,#428bca 0,#3071a9 100%);background-image:linear-gradient(to bottom,#428bca 0,#3071a9 100%);background-repeat:repeat-x;filter:progid:dximagetransform.Microsoft.gradient(startcolorstr='#ff428bca',endcolorstr='#ff3071a9',gradienttype=0)}.progress-bar-success{background-image:-webkit-linear-gradient(top,#5cb85c 0,#449d44 100%);background-image:linear-gradient(to bottom,#5cb85c 0,#449d44 100%);background-repeat:repeat-x;filter:progid:dximagetransform.Microsoft.gradient(startcolorstr='#ff5cb85c',endcolorstr='#ff449d44',gradienttype=0)}.progress-bar-info{background-image:-webkit-linear-gradient(top,#5bc0de 0,#31b0d5 100%);background-image:linear-gradient(to bottom,#5bc0de 0,#31b0d5 100%);background-repeat:repeat-x;filter:progid:dximagetransform.Microsoft.gradient(startcolorstr='#ff5bc0de',endcolorstr='#ff31b0d5',gradienttype=0)}.progress-bar-warning{background-image:-webkit-linear-gradient(top,#f0ad4e 0,#ec971f 100%);background-image:linear-gradient(to bottom,#f0ad4e 0,#ec971f 100%);background-repeat:repeat-x;filter:progid:dximagetransform.Microsoft.gradient(startcolorstr='#fff0ad4e',endcolorstr='#ffec971f',gradienttype=0)}.progress-bar-danger{background-image:-webkit-linear-gradient(top,#d9534f 0,#c9302c 100%);background-image:linear-gradient(to bottom,#d9534f 0,#c9302c 100%);background-repeat:repeat-x;filter:progid:dximagetransform.Microsoft.gradient(startcolorstr='#ffd9534f',endcolorstr='#ffc9302c',gradienttype=0)}.list-group{border-radius:4px;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.075);box-shadow:0 1px 2px rgba(0,0,0,.075)}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{text-shadow:0 -1px 0 #3071a9;background-image:-webkit-linear-gradient(top,#428bca 0,#3278b3 100%);background-image:linear-gradient(to bottom,#428bca 0,#3278b3 100%);background-repeat:repeat-x;border-color:#3278b3;filter:progid:dximagetransform.Microsoft.gradient(startcolorstr='#ff428bca',endcolorstr='#ff3278b3',gradienttype=0)}.panel{-webkit-box-shadow:0 1px 2px rgba(0,0,0,.05);box-shadow:0 1px 2px rgba(0,0,0,.05)}.panel-default>.panel-heading{background-image:-webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);background-repeat:repeat-x;filter:progid:dximagetransform.Microsoft.gradient(startcolorstr='#fff5f5f5',endcolorstr='#ffe8e8e8',gradienttype=0)}.panel-primary>.panel-heading{background-image:-webkit-linear-gradient(top,#428bca 0,#357ebd 100%);background-image:linear-gradient(to bottom,#428bca 0,#357ebd 100%);background-repeat:repeat-x;filter:progid:dximagetransform.Microsoft.gradient(startcolorstr='#ff428bca',endcolorstr='#ff357ebd',gradienttype=0)}.panel-success>.panel-heading{background-image:-webkit-linear-gradient(top,#dff0d8 0,#d0e9c6 100%);background-image:linear-gradient(to bottom,#dff0d8 0,#d0e9c6 100%);background-repeat:repeat-x;filter:progid:dximagetransform.Microsoft.gradient(startcolorstr='#ffdff0d8',endcolorstr='#ffd0e9c6',gradienttype=0)}.panel-info>.panel-heading{background-image:-webkit-linear-gradient(top,#d9edf7 0,#c4e3f3 100%);background-image:linear-gradient(to bottom,#d9edf7 0,#c4e3f3 100%);background-repeat:repeat-x;filter:progid:dximagetransform.Microsoft.gradient(startcolorstr='#ffd9edf7',endcolorstr='#ffc4e3f3',gradienttype=0)}.panel-warning>.panel-heading{background-image:-webkit-linear-gradient(top,#fcf8e3 0,#faf2cc 100%);background-image:linear-gradient(to bottom,#fcf8e3 0,#faf2cc 100%);background-repeat:repeat-x;filter:progid:dximagetransform.Microsoft.gradient(startcolorstr='#fffcf8e3',endcolorstr='#fffaf2cc',gradienttype=0)}.panel-danger>.panel-heading{background-image:-webkit-linear-gradient(top,#f2dede 0,#ebcccc 100%);background-image:linear-gradient(to bottom,#f2dede 0,#ebcccc 100%);background-repeat:repeat-x;filter:progid:dximagetransform.Microsoft.gradient(startcolorstr='#fff2dede',endcolorstr='#ffebcccc',gradienttype=0)}.well{background-image:-webkit-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);background-image:linear-gradient(to bottom,#e8e8e8 0,#f5f5f5 100%);background-repeat:repeat-x;border-color:#dcdcdc;filter:progid:dximagetransform.Microsoft.gradient(startcolorstr='#ffe8e8e8',endcolorstr='#fff5f5f5',gradienttype=0);-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1)}.glyphicon{margin-right:4px!important}.pagination .glyphicon{margin-right:0!important}.pagination a{color:#555}.panel ul{padding:0;margin:0;list-style:none}.news-item{padding:4px 4px;margin:0;border-bottom:1px dotted #555}



 .mySlides {display:none;}
 .mySlides2 {display:none;}
 @keyframes fadey { 
15% { opacity: 1; }
85% { opacity: 1; }
100% { opacity: 1; }
}

figure#slideshow {
    position: relative;
    overflow:hidden;
}
figure#slideshow img { 
  position: absolute; 
  left: 0; top: 0; 
  width: 457px; height: auto; 
  opacity: 0; 
}
figure#slideshow img:first-child { position: relative; }
.cat-aat-a {
    margin-bottom :30px;
    clear:both;
}
#asidermob .col-md-2 {
    float:right;
} 
#asidermob .col-md-10 {
    float:left;
}
.cat-aat-a li a {
    padding: 5px 25px;
    background-color: #3f7a88;
    color: #e3ebec;
}    
.cat-aat-a li a:hover {
	background-color:#0a9dd6 ;
}


.lightbox-gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.lightbox-gallery div > img {
  max-width: 100%;
  display: block;
}

.lightbox-gallery div {
  margin: 10px;
  flex-basis: 180px;
}
.image-search {
    float: right;
    background: #fff;
    border: 1px solid #dddddd7d;
    margin: 1px;
}
.image-search img
{
    height: 150px;
}
@media only screen and (max-width: 480px) {
  .lightbox-gallery {
    flex-direction: column;
    align-items: center;
  }

  .lightbox > div {
    margin-bottom: 10px;
  }
}

/*Lighbox CSS*/

.lightbox {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  padding-top: 30px;
  box-sizing: border-box;
}

.lightbox img {
  display: block;
  margin: auto;
}

.lightbox .caption {
  margin: 15px auto;
  width: 50%;
  text-align: center;
  font-size: 1em;
  line-height: 1.5;
  font-weight: 700;
  color: #eee;
}

.github-link {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
}

.github-link:hover,
.github-link:active,
.github-link:visited {
  color: #fff;
  text-decoration: none;
}




.cse .gsc-control-cse, .gsc-control-cse {
    padding:0 !important;
    border:none!important;
}
ul.dropdown.droppp {
    right: 0;
    top: 100%;
    z-index: 1;
    max-height: 0;
    width: 200px;
    height: 600px;
    padding: 3px 00px 0px 00px;
}
ul.dropdown.droppp li a {
    padding:3px 8px !important;
}
.outer-box {
    clear:both ;
}
.gsc-input-box#gsc-iw-id1 {
    border:1px solid #d9d9d963 !important;
    margin-bottom: 7PX
}

.advadv {
	height: 40px;
	line-height: 40px;
	margin: 7px 20px;
	background-color: #fefefe;
}
.advadv .col-md-4 {
	background-color: #07b0d8;
	height: 40px;
	line-height: 40px;
}
.advadv ul {
	list-style-type: none;
	height: 40px;
	line-height: 40px;
}
.advadv ul li {
	float: right;
	margin-left: 30px;
}
.advadv ul li .active {
	color:#0092B0
}
.advadv .col-md-4 span:first-child {
	font-weight: 700;
} 

.creat-company input[type=text] {
    
}

.navbar-nav {
   
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    width:100%;
}
.navbar-nav li {
    float:right;
}
.navbar-nav li a{
    padding:8px 15px;
}
.navigation.navigat nav.navbar {
    width:100%;
    padding-top:50px;
} 
.navigation.navigat nav.navbar li {
    margin:5px 10px;
}
.navigation.navigat nav.navbar li a {
    padding: 8px 25px;
    background-color: #3f7a88;
    color: #fff;
    border-radius: 5px;
}
.navigation.navigat nav.navbar li button {
    margin-top:-14px;
}
.submit-foooter {
    padding-right: 9px !important;
    left: 0;
    height: 75px;
    padding: 9px;
    clear: both;
    display: block;
    margin-top: 22px;
    width: 200px;
    margin: auto;
    border: 1px solid #ddd;
}
.gallery-item .image {
    height:280px;
    overflow:hidden;
}
.fancybox-opened .fancybox-title  {
    display:none;
}
.block-all-all {
    padding: 10px;
    background: #6f99a3;
    margin-bottom:20px;
}
.filters {
    display:none;
}
.title-block {
        height: 48px;
    overflow: hidden;
}
.image-block {
    height:150px;
    overflow:hidden;
}
.gallery-item .image img{
	position:relative;
	    display: block;
    width: auto !important;
    margin: auto !important;
    max-width: 100% !important;
    max-height: 100% !important;
    height: auto !important;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;	
}
.dalel-single p {     font-size:16px;     color:#111; }
.aqdaqd img {
    width:700px;
    margin:auto;
    margin-bottom:20px;
}
.aqdaqd div {
    text-align:center;
}