/* @import url(https://fonts.googleapis.com/earlyaccess/droidarabickufi.css);
@import url('https://fonts.googleapis.com/css?family=Archivo'); */
/* @import url("https://fonts.googleapis.com/css?family=Roboto:400,400i,700,700i&display=swap"); */
#sidebar-wrapper,
.overlay {
    position: fixed;
    height: 100%;
    top: 0;
    bottom: 0
}

* {
    outline: 0!important
}

#wrapper {
    padding-right: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    overflow: hidden
}

.overlay {
    display: none;
    width: 100%;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .4);
    z-index: 1
}

#sidebar-wrapper {
    z-index: 99999999;
    right: 220px;
    width: 0;
    margin-right: -220px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    box-shadow: -10px 0 30px 0 rgba(0, 0, 0, .13);
    background: #fff
}

#sidebar-wrapper .second-close {
    position: absolute;
    left: 0;
    top: -9px;
    right: auto;
    color: #fec901;
    z-index: 999;
    border: none;
    background: 0 0;
    font-size: 24px;
    font-weight: 700
}

#sidebar-wrapper::-webkit-scrollbar {
    display: none
}

#wrapper.toggled #sidebar-wrapper {
    width: 220px
}

#page-content-wrapper {
    width: 100%
}

#wrapper.toggled #page-content-wrapper {
    margin-left: -220px
}

.sidebar-nav {
    position: absolute;
    top: 30px;
    width: 220px;
    margin: 0;
    padding: 0;
    list-style: none
}

.sidebar-nav li {
    line-height: 20px;
    display: inline-block;
    border-bottom: 1px solid #E0E0E0;
    background: #FEFEFE;
    width: 100%
}

.hamburger.is-closed:before,
.hamburger.is-open:before {
    content: '';
    line-height: 32px;
    text-align: center
}

.sidebar-nav li i {
    width: 30px;
    border-left: 1px solid #E0E0E0;
    font-size: 20px;
    color: #283149;
    text-align: center;
    padding-left: 15px;
    margin-left: 12px
}

.sidebar-nav li:hover {
    background: #fec901!important
}

.sidebar-nav li a {
    display: block;
    color: #283149;
    font-size: 14px;
    text-decoration: none;
    padding: 10px
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus,
.sidebar-nav li.open a:hover {
    color: #283149!important;
    text-decoration: none;
    background-color: transparent
}

.sidebar-nav .dropdown-menu {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    background-color: rgba(128, 128, 128, .47)!important;
    box-shadow: none
}

.sidebar-nav .dropdown-menu a {
    color: #fff
}

.sidebar-nav .dropdown-menu li {
    background: rgba(128, 128, 128, .47)
}

.hamburger {
    position: relative;
    top: -26px;
    z-index: 999;
    display: inline-block;
    width: 25px;
    height: 28px;
    margin-right: 5px;
    background: 0 0;
    border: none
}

.hamburger:active,
.hamburger:focus,
.hamburger:hover {
    outline: 0
}

.hamburger.is-closed:before {
    display: block;
    width: 100px;
    font-size: 14px;
    color: #fff;
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: all .35s ease-in-out
}

.hamburger.is-closed:hover:before {
    opacity: 1;
    display: block;
    -webkit-transform: translate3d(-100px, 0, 0);
    -webkit-transition: all .35s ease-in-out
}

.hamburger.is-closed .hamb-bottom,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-top,
.hamburger.is-open .hamb-bottom,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-top {
    position: absolute;
    right: 0;
    height: 4px;
    width: 100%
}

.hamburger.is-closed .hamb-bottom,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-top {
    background-color: #283149
}

.hamburger.is-closed .hamb-top {
    top: 5px;
    -webkit-transition: all .35s ease-in-out
}

.hamburger.is-closed .hamb-middle {
    top: 50%;
    margin-top: -2px
}

.hamburger.is-closed .hamb-bottom {
    bottom: 5px;
    -webkit-transition: all .35s ease-in-out
}

.hamburger.is-closed:hover .hamb-top {
    top: 0;
    -webkit-transition: all .35s ease-in-out
}

.hamburger.is-closed:hover .hamb-bottom {
    bottom: 0;
    -webkit-transition: all .35s ease-in-out
}

.hamburger.is-open .hamb-bottom,
.hamburger.is-open .hamb-top {
    -webkit-transition: -webkit-transform .2s cubic-bezier(.73, 1, .28, .08)
}

.hamburger.is-open .hamb-bottom,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-top {
    background-color: #1a1a1a
}

.hamburger.is-open .hamb-bottom,
.hamburger.is-open .hamb-top {
    top: 50%;
    margin-top: -2px
}

.hamburger.is-open .hamb-top {
    -webkit-transform: rotate(45deg)
}

.hamburger.is-open .hamb-middle {
    display: none
}

.hamburger.is-open .hamb-bottom {
    -webkit-transform: rotate(-45deg)
}

.hamburger.is-open:before {
    display: block;
    width: 100px;
    font-size: 14px;
    color: #fff;
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: all .35s ease-in-out
}

.hamburger.is-open:hover:before {
    opacity: 1;
    display: block;
    -webkit-transform: translate3d(-100px, 0, 0);
    -webkit-transition: all .35s ease-in-out
}

.trans,
a {
    -webkit-transition: all .3s
}

.trans {
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.main-nav-scrolled,
a {
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s
}

body {
    /* font-family: 'JF Flat Regular',Sans-Serif; */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Cairo', "Odoo Unicode Support Noto", sans-serif !important;
}

.center {
    text-align: center!important;
    margin: 0 auto!important
}

a {
    transition: all .3s;
    text-decoration: none!important;
    /* font-family: 'JF Flat Regular',Sans-Serif */
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-family: 'JF Flat Regular',Sans-Serif */
}

ul {
    padding: 0;
    margin: 0
}

.bx {
    -webkit-box-shadow: 0 0 40px 7px rgba(0, 0, 0, .09);
    -moz-box-shadow: 0 0 40px 7px rgba(0, 0, 0, .09);
    box-shadow: 0 0 40px 7px rgba(0, 0, 0, .09)
}

.owl-controls {
    display: block;
    width: 96px;
    height: 49px;
    position: absolute;
    top: -150px;
    left: 0;
    line-height: 25px;
    border-radius: 5px
}

.modal-dialog,
.modal:before,
header .logo {
    display: inline-block
}

.owl-controls .owl-nav .owl-next:before,
.owl-controls .owl-nav .owl-prev:before {
    font-family: FontAwesome;
    font-size: 16px;
    padding: 10px 16px;
    position: absolute;
    background: 0 0;
    border-radius: 5px;
    height: 42px
}

.owl-controls .owl-nav .owl-prev:before {
    content: '\f054 ';
    color: #292929
}

.owl-controls .owl-nav .owl-prev:hover:before {
    color: #fec901
}

.owl-controls .owl-nav .owl-next:before {
    content: '\f053 ';
    color: #292929;
    left: 0
}

.btn-bordered-yellow,
.sec-title {
    /* font-family: 'JF Flat Regular',Sans-Serif */
}

.owl-controls .owl-nav .owl-next:hover:before {
    color: #fec901
}

header {
    /* padding: 20px 0 20px;
    z-index: 99;
	box-shadow: 0 -9px 15px rgba(0, 0, 0, .31);
	border-bottom: 4px solid #143064;
    background: #184797;
    background-image: linear-gradient(#184797, #0d2f7a);
    background-image: linear-gradient(#184797, #072b7b, #0d2f7a);
    background: url(../images/pattern.png) #134090; */
	background-color: #2c2c2c;
}

@media (min-width:768px) {
    header{
        /* height: 123px; */
        height: 80px;
        /* height: 112px; */
    }
}

.hamButton{
	display:inline-block;
	margin:0 7%;
	width:9%;
}
header .top-nav {
    /* background: #fff; */
    /* border-bottom: 1px solid #ebebeb; */
    overflow: hidden;
    padding: 0 10px;
	height:75px;
    padding: 0px 15px 0px;
    line-height: 80px;
    font-size: 16px;
}
.navbar-brand{
    padding: 10px 10px;
}
.navbar-toggle{
    margin-top: 25px;
}
.navbar-nav{
    float: unset;
}
@media all and (min-width:768px) {
    .container > .navbar-collapse{
        display: inline-block !important;
        width: 87%;
        text-align: center;
    }
    .container > .navbar-collapse ul{
        display: inline-block;
    }
}
/* .logoo{ */
	/* width:50%; */
	/* float:left; */
	/* min-height:51px; */
	/* margin-left:21%; */
	/* margin-right:6%; */
	/* margin:0 6% 30px 21%; */
/* } */
/* .logoo a img{ */
	/* min-width:135px; */
/* } */
header .logo {
    /* border-right: 1px solid #ebebeb; */
    /* padding: 5px 25px 12px 0; */
    margin-right: 10%;
    /* margin-bottom: -5px; */
	/* max-width:73%; */
}

header .navbar-left {
    margin-top: 15px
}

header .navbar-left .form-control {
    box-shadow: none
}

header .logo img {
    width: 100%;
	height:65px
}

header .top-contacts {
    margin-top: 12px
}

header .top-contacts li {
    color: #999;
    font-size: 14px;
    padding-left: 15px
}

header .top-contacts li:nth-child(2),
header .top-contacts li:last-child {
	width:230px;
	float:left;
}

header .top-contacts li:first-child {
    border-left: 1px solid #ebebeb
}

header .top-contacts li.search-icon i {
    border: 1px solid #ebebeb;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
    color: #999;
    padding-top: 8px
}

.modal .close-span,
.navbar-default .navbar-brand {
    color: #fff
}

header .top-contacts li.search-icon:hover i {
    background: #dedede
}

.img-req{
	margin:auto;
}

.skype p a img{width:60px;margin:0!important;vertical-align:0!important;}
.mail{
	float:left;
}
@media all and (min-width:992px) {
	.numbers,.social{
		margin-top:15px;
	}
}
@media all and (max-width:768px) {
	.mail{
		float:none;
	}
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden
}

.video-container embed,
.video-container iframe,
.video-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.dropdown,
.navbar-default .navbar-nav li {
    position: relative;

}

.modal-backdrop {
    background-color: #00416B;
    opacity: .95!important
}

.modal {
    text-align: center;
    padding: 0!important
}

.modal .form-control {
    border: none;
    height: 60px;
    background: 0 0;
    box-shadow: none;
    border-radius: 0;
    font-size: 25px;
    color: #fff
}

.modal:before {
    content: '';
    height: 100%;
    vertical-align: middle;
    margin-right: -4px
}

.modal-dialog {
    text-align: left;
    vertical-align: middle
}

.navbar-default {
    background: 0 0;
    border: none;
    border-radius: 0;
    margin: 0 0 -1px
}

.navbar-default .navbar-nav i {
    font-size: 22px
}

/* .navbar-default .navbar-nav li.active a { */
    /* color: #283149; */
    /* background: 0 0 */
/* } */

/* .navbar-default .navbar-nav li.active:hover a { */
    /* background: 0 0 */
/* } */

.navbar-default .navbar-nav li a {
    font-size: 15px;
    color: #eee;
    display: block;
    padding: 0px 15px 0px;
	line-height:80px
}

/* .navbar-default .dropdown a { */
    /* background: 0 0!important */
/* } */

/* .dropbtn { */
    /* padding: 16px; */
    /* font-size: 16px; */
    /* border: none; */
    /* cursor: pointer; */
    /* margin-bottom: 3px */
/* } */

.dropdown {
    display: inline-block
}

/* .dropdown-content { */
    /* display: none; */
    /* position: absolute; */
    /* background-color: rgba(241, 241, 241, .87); */
    /* min-width: 190px; */
    /* box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2) */
/* } */

.big-content {
    min-width: 285px!important
}

/* .dropdown-content a { */
    /* font-size: 14px!important; */
    /* color: #000; */
    /* padding: 12px 16px; */
    /* text-decoration: none; */
    /* display: block; */
    /* border-top: 1px solid rgba(2, 39, 65, .09) */
/* } */
.navbar-nav .dropdown-menu {
	background-color: rgba(241, 241, 241, .87) ;
}

.dropdown-menu a:hover {
    background-color: rgba(202, 202, 202, .8)
}
@media all and (min-width:768px) {
	.navbar-nav .open .dropdown-menu {
	display:none!important;
}
	.dropdown:hover .dropdown-menu {
		display: block!important;
		z-index: 9999999
	}
	.navbar-default .navbar-nav > .open > a:focus,
	.navbar-default .navbar-nav > .open > a{
		background-color:transparent!important;
	}
}
.menu-wrapper {
    background: #fff
}

/* .navbar-default .navbar-nav>.open>a, */
/* .navbar-default .navbar-nav>.open>a:focus, */
/* .navbar-default .navbar-nav>.open>a:hover { */
    /* background-color:#283149; */
	/* color:#fff; */
/* } */

.main-nav {
    z-index: 150;
    background: #f0f0f0;
    padding: 10px 0;
    position: relative
}

.main-nav-scrolled {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 3px 15px rgba(0, 0, 0, .31);
    z-index: 999999;
    background: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
	box-shadow: 0 -5px 15px rgba(0, 0, 0, .31);
}

.articles .single-article-post,
.services .single-service img {
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s
}

.main-nav-scrolled .navbar-default {
    margin: 0!important;
    /* background-image: linear-gradient(#184797, #0d2f7a); */
    background-image: linear-gradient(#184797, #072b7b, #0d2f7a);
    background: url(../images/pattern.png) #134090;
}

.main-nav-scrolled .logo {
    padding: 5px 0;
    width: 70%
}

.google-maps {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important
}

.slider {
    margin-top: 0;
    padding: 0;
    position: relative;
    /* background-image: linear-gradient(#122a59, #184797); */
    /* background-image: linear-gradient(#092f7b, #184797);
    background: url(../images/pattern.png) #134090; */
    background: #184797;
}

.slider .caption {
	position:absolute;
    top: 21%;
    right: 0%;
	/* bottom:0%; */
	/* left:0%; */
    text-align: right;
	background:#192d4b80;
	color:white;
	max-width:745px;
	padding:10px 33px 25px;
}
.slider .caption h1{
	color:#fec901;
}
@media (min-width:281px) and (max-width:991px){
	.slider .caption {
		position:absolute;
		bottom: 0%;
		right: 0%;
		/* bottom:0%; */
		/* left:0%; */
		text-align: right;
		background:#192d4b66;
		color:white;
		width:100%;
		padding:0 10px 4px;
		top:unset;
	}
	.slider .caption h1{
		font-size:18px;
	}
		.slider .caption h2{
		font-size:14px;
	}
}

.slider .carousel-indicators {
    position: absolute;
    bottom: 30px;
    right: 0;
    left: 0;
    margin: 0 auto;
    padding: 0
}

.articles .single-article-post .single-post-thumbnail,
.content-icons,
.request-service {
    position: relative
}

.slider .carousel-indicators li {
    background: #28314942;
    width: 12px;
    height: 12px;
    border: none;
    margin: 1px
}

.slider .carousel-indicators li.active {
    background: #fdc801
}

.slider .item img {
    width: 100%;
    /* height: 420px; */
    /* height: 650px; */
    max-height: 815px;
}

.slider .item h3 {
    animation-delay: .2s;
    color: #39b3fe;
    font-size: 32px;
    font-weight: 700
}

.slider .item h4 {
    animation-delay: .4s;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-top: 1em
}

.content-icons {
    bottom: 25px;
    text-align: center;
    min-height: 50px;
    background-color: rgba(1, 39, 64, .75);
    color: #FFF
}

.content-icons div {
    float: right;
    color: #FFF;
    border-left: 1px solid rgba(30, 0, 63, .45)
}

.content-icons a {
    color: #FFF;
    padding: 14px 0px;
    display: block
}

.content-icons i {
    font-size: 18px
}

.content-icons a:hover {
    color: #ddc50d
}

.btn-bordered-yellow {
    color: #fec901;
    background: #fff;
    box-shadow: 0 0 0 1px #fec901;
    padding: 10px 30px;
    font-size: 19px
}

.btn-bordered-yellow:hover {
    background: #fec901;
    color: #fff
}

.btn-gray {
    background: #c2c2c2;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 10px 20px
}

.sec-title {
    color: #283149;
    /* font-size: 26px; */
    font-size: 32px;
    padding: 5px 10px;
    z-index: 2;
    margin: 1em 0 0
}

hr.fancy {
    /* border: none; */
    /* background: url(../images/hr.png) no-repeat; */
    width: 42px;
    /* height: 16px; */
    /* margin: 10px auto 1em */
	border-top: 3px solid #fec901;
    margin: 9px auto;
}

.services {
    /* padding: 5em 0; */
    padding: 3em 0 1em;
}

.bg-eee{
    background-color: #eee !important;
}

.home-intro{
    /* padding: 2.5em;
    background-color: #8f8e9b;
    color: #eee;
    background-image: linear-gradient(#2c323d, #212121);
    line-height: 26px; */
    background-color: #eee;
    color: #444;
    line-height: 27px;
    font-size: 14px;
    padding: 30px;
    box-shadow: 0 12px 34px -11px rgba(65, 62, 101, 0.1);
}

.request-service {
    margin: 0 0 0 5px;
    float: left;
    left: 0;
    top: 7px;
    display: none
}

.services .single-service,
.why-us .single {
    /* text-align: center; */
    margin-bottom: 4em;
    /* height: 250px; */
    /* height: 370px; */
	/* border: 1px solid #192d4b; */
	/* padding:10px; */
	/* padding:9px 9px 0 9px; */
	padding:15px;
    overflow: hidden;
	/* background:#fbfbfb; */
	background:#fff;
    /* box-shadow: 0 10px 10px rgba(136, 136, 136, 0.1); */
    /* box-shadow: 0px 5px 12px 2px rgba(136, 136, 136, 0.1); */
    box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 10px;
    transition: all 0.3s ease;
    border-radius: 6px;
}
.services .single-service:hover {
    /* box-shadow: 0 10px 10px rgba(136, 136, 136, 0.1); */
    /* box-shadow: rgba(162, 162, 162, 0.45) 0px 25px 20px -20px; */
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(255, 240, 240, 0.3) 0px 8px 16px -8px;
  }
.services .single-service .a-img{
	display:block;
	width:100%;
	/* padding:0 25px; */
	/* margin:10px auto; */
    overflow: hidden;
}
.services .single-service .read-more{
	padding:7px 25px;
	display:inline-block;
	color:#192d4b;
	/* background: #192d4b; */
	background: #fec901;
	border-radius:3px;
	color:white
}
.services .single-service img {
    /* width: 75px; */
    /* width: 151px;  */
    width: 100%; 
	/* height:240px; */
	height:207px;
    /* margin: -45px auto 0; */
    margin: 0 auto 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    /* -webkit-box-shadow: 0 0 40px 7px rgba(0, 0, 0, .09); */
    /* -moz-box-shadow: 0 0 40px 7px rgba(0, 0, 0, .09); */
    /* box-shadow: 0 0 40px 7px rgba(0, 0, 0, .09); */
	/* border-radius:50%; */
}

.services .single-service img::after{
	
}
.services .single-service h2,
.why-us h2 {
    /* margin-bottom: 15px; */
    /* color: #666; */
    color: #283149;
    /* font-size: 14px; */
    font-size: 21px;
    font-weight: 700;
	height: 40px;
    margin: 20px 15px 11px;
}

.why-us span {
    display: block;
    border-width: 1px;
    border-style: solid;
    width: 75px;
    height: 75px;
    padding-top: 18px;
    margin-bottom: 20px;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 0 auto;
    color: #F5FBFF;
    font-size: 35px;
    background-color: #033c60;
}

.why-us .single img {
    width: 75px
}

.services .single-service p,
.why-us p {
    color: #999;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 5px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: 72px;
}

.services .single-service:hover img {
    box-shadow: none;
    /* -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9);
    transform: scale(.9); */
    -webkit-transform: scale(1.2);
    -moz-transform: scale1.29);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}
.services .single-service:hover h2 {
    text-decoration: underline;
    color: #ffcb00;
    transition: all 0.3s ease;
}

.articles {
    padding: 4em 0 1em
}

.articles .single-article-post {
    margin-bottom: 20px;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .17);
    -webkit-transition: all .3s;
    transition: all .3s
}
@media all and (max-width:436px) {
	.articles .single-article-post{
		height:auto!important;
	}
}
.articles .single-article-post .single-post-thumbnail .over {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: rgba(136, 95, 13, .75);
    text-align: center;
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.articles .single-article-post .single-post-thumbnail .over i {
    color: #fff;
    font-size: 35px;
    padding-top: 80px
}

.articles .single-article-post img {
    width: 100%;
    height: 210px
}

.articles .single-article-post h3 {
    color: #283149;
    font-size: 15px;
    font-weight: 700;
    line-height: 25px;
    margin-top: 10px;
    /*padding:0 15px*/
    padding: 5px 15px 15px 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.articles .single-article-post p,
.opinions .single-opinion-slide img {
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s
}

.articles .single-article-post h6 {
    padding: 0 15px;
    font-size: 12px
}

.articles .single-article-post a {
    color: #999
}

.articles .single-article-post p {
    /* min-height: 173px; */
    padding: 0 15px 15px;
    font-size: 14px;
    color: #999;
    text-align: justify;
    -webkit-transition: all .3s;
    transition: all .3s
}

.clients,
.opinions {
    /* padding: 3em 0 5em; */
    padding: 0 0 2em;
}

.articles .single-article-post:hover {
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, .17);
    -webkit-transform: translatey(-10px);
    -moz-transform: translatey(-10px);
    -ms-transform: translatey(-10px);
    -o-transform: translatey(-10px);
    transform: translatey(-10px)
}

.articles .single-article-post:hover h3 {
    color: #fec901
}

.all-posts a,
.articles .single-article-post:hover p {
    color: #666
}

.articles .single-article-post:hover .over {
    opacity: 1
}

.all-posts {
    font-weight: 700;
    font-size: 15px;
    margin: 1em 0
}

.opinions .single-opinion-slide {
    margin: 20px
}

.opinions .single-opinion-slide img {
    -webkit-box-shadow: 0 0 40px 7px rgba(0, 0, 0, .09);
    -moz-box-shadow: 0 0 40px 7px rgba(0, 0, 0, .09);
    box-shadow: 0 0 40px 7px rgba(0, 0, 0, .09);
    -webkit-transition: all .3s;
    transition: all .3s
}

.clients .owl-controls,
.opinions .owl-controls {
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s
}

.opinions .single-opinion-slide h4 {
    margin-top: 0;
    color: #666;
    font-size: 14px;
    font-weight: 700
}

.opinions .single-opinion-slide p {
    color: #999;
    font-size: 14px
}

.opinions .single-opinion-slide:hover img {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .17)
}

.opinions .single-opinion-slide:hover h4 {
    color: #fec901
}

.opinions .single-opinion-slide:hover p {
    color: #666
}

.opinions .owl-controls .owl-nav .owl-next:before {
    left: -42px;
    top: 249px
}

.opinions .owl-controls .owl-nav .owl-prev:before {
    right: -1129%;
    top: 249px
}

.opinions .owl-controls {
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s
}

.opinions:hover .owl-controls {
    opacity: 1
}

.clients .owl-controls {
    top: -170px;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s
}

.clients .single-client,
.single-says-post {
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s
}

.clients .owl-controls .owl-nav .owl-next:before {
    left: -42px;
    top: 249px
}

.clients .owl-controls .owl-nav .owl-prev:before {
    right: -1129%;
    top: 249px
}

.clients:hover .owl-controls {
    opacity: 1
}

.clients .single-client {
    /* width: 175px; */
    height: 135px;
    margin: 20px auto;
    /* box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1); */
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
    display: table-cell;
    vertical-align: middle;
}

.clients .single-client img {
    width: auto;
    height: auto;
    min-width: 120px;
    min-height: 85px;
    margin: 0 auto;
    /* position: absolute; */
    right: 0;
    left: 0;
    top: 20%;
    bottom: 0
}

.clients .single-client:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1)
}

.sayes {
    max-height: 105px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-left: 18px;
    text-align: justify;
    color: #999;
}

.single-says-post {
    padding: 5px;
    margin-bottom: 20px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .17);
    -webkit-transition: all .3s;
    transition: all .3s;
    height: 210px
}

footer .social li,
footer ul li {
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s
}

.sayes::-webkit-scrollbar {
    width: .4em
}

.sayes::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.sayes::-webkit-scrollbar-thumb {
    background-color: rgba(2, 39, 65, 1)
}

.newsletter {
    padding: 10px 0 0;
    position: relative;
    text-align: left
}

.newsletter .form-control {
    max-width: 100%;
    border-radius: 0;
    height: 40px;
    border: 1px solid #283149;
    box-shadow: none;
    background: #192d4b80
}

.newsletter .form-control:focus {
    border-color: #fec901
}

.newsletter input[type=button] {
    background: #192d4b;
    color: #fff;
    border-radius: 0;
    height: 40px;
    border: none
}

.newsletter input[type=button]:hover {
    background: #fec901
}

.newsletter p {
    color: #999;
    font-size: 13px
}

footer {
	/* background:url("../images/bn3.png") no-repeat bottom fixed; */
    /* background: #283149; */
    /* padding-top: 3em; */
    margin-top: 10px;
	background-size: cover;
    /* background: url(../images/pattern.png) #134090; */
    background: #2c2c2c;
}
.overlaay{
	/* background:rgba(40, 49, 73, 0.8); */
	padding-top:3em
}

footer h6 {
    margin-top: 0;
    /* color: #019fab; */
    color: #fff;
    font-size: 18px;
    font-weight: 700
}

footer ul li {
    -webkit-transition: all .3s;
    transition: all .3s;
    line-height: 35px;
    color: #fff
}

footer ul li a {
    color: #fff;
    font-size: 14px
}

footer .copyrights strong,
footer ul li:hover a {
    color: #fec901
}

footer ul li:hover {
    margin-right: 5px
}

footer .copyrights {
    /* background: #283149; */
    background: #222;
    margin-top: 1em;
    overflow: hidden
}

footer .copyrights p {
    color: #fff;
    margin: 0;
    line-height: 40px;
    padding: 10px 0;
	font-size: 11px;
}

footer .copyrights .jml {
    color: #fff;
    margin: 0;
    line-height: 40px;
    padding: 10px 0;
    position: absolute;
    bottom: 11px;
    right: 5px
}

footer .social {
    margin-top: 10px;
    text-align: right
}

footer .social li {
    width: 32px;
    height: 32px;
    border: 1px solid #fff;
    text-align: center;
    margin: 0 2px!important;
    position: relative;
    opacity: .5;
    -webkit-transition: all .3s;
    transition: all .3s;
    line-height: 32px;
}
header .social{
    float:left;
    margin-left: 30px;
}
header .social img {
	width:25px
}

footer .social li:after,
footer .social li:before {
    content: "";
    position: absolute;
    left: 50%;
    display: none
}

.go-top,
.works .owl-controls {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s
}

footer .social li i {
    color: #fff;
    text-align: center
}

footer .social li:after {
    border: 14px solid rgba(36, 36, 36, 0);
    border-top-color: #242424;
    bottom: -28px;
    margin-left: -14px
}

footer .social li:before {
    border: 16px solid rgba(36, 36, 36, 0);
    border-top-color: #fff;
    bottom: -32px;
    margin-left: -16px
}

footer .social li:hover {
    opacity: 1
}

.go-top {
    position: fixed;
    bottom: 2em;
    right: 2em;
    text-decoration: none;
    color: #fff;
    background-color: #222;
    font-size: 12px;
    padding: 8px 12px;
    display: none;

    z-index: 999999;
    transition: all .3s
}

.go-top i {
    color: #fff
}

.go-top:hover {
    /* background-color: rgba(16, 16, 16, .6); */
    background-color: rgba(254, 201, 0, 0.8);
    
}

.page-head {
    /* background: url(../images/pattern.png) #283149; */
    /* background: #192d4b; */
    background: #174595;
	
    /* min-height: 195px; */
    /* min-height: 170px; */
    background-size: cover;
    /* padding-top: 60px; */
    padding-top: 50px;
    padding: 10px 0;
    background-color: #eee;
}

.page-head h1 {
    /* color: #fff; */
    font-size: 24px;
    /* margin: 20px 0; */
    margin: 17px 0;
}

.page-head p {
    color: #39b3fe;
    font-size: 16px
}

.page-temp-wrapper {
    
}

.shadow-white-box {
    /* -webkit-box-shadow: 0 0 40px 7px rgba(0, 0, 0, .09); */
    /* -moz-box-shadow: 0 0 40px 7px rgba(0, 0, 0, .09); */
    /* box-shadow: 0 0 40px 7px rgba(0, 0, 0, .09); */
    background: #fff;
   
    overflow: hidden;
    margin-bottom: 30px;
	
	border: 1px solid #007d861a;
}

.serv-box {
    /* -webkit-box-shadow: 0 0 40px 7px rgba(0, 0, 0, .09); */
    /* -moz-box-shadow: 0 0 40px 7px rgba(0, 0, 0, .09); */
    /* box-shadow: 0 0 40px 7px rgba(0, 0, 0, .09); */
    background: #fff;
   
    overflow: hidden;
    margin-bottom: 30px;
	
	/* border: 1px solid #007d861a; */
}

.post-content {
    padding: 25px
}

.post-content p {
    /* color: #555; */
    font-size: 14px;
    line-height: 28px;
    font-weight: 500
}

.post-main-thumb img {
    width: 100%;
    min-height: 420px;
    border-radius: 15px 15px 0 0
}

.post-title {
    font-size: 18px;
    font-weight: 700;
    color: #283149;
    line-height: 30px;
    margin-top: 10px
}

.post-time,
.share strong {
    color: #999
}

.post-time {
    font-size: 14px;
    margin: 20px 0
}

.share {
    margin-top: 2em
}

.share ul {
    display: inline-block;
    margin-right: 20px
}

.share ul li i {
    width: 30px;
    height: 30px;
    border: 1px solid #999;
    color: #999;
    background: #fff;
    text-align: center;
    padding-top: 6px
}

.share ul li:hover i {
    background: #283149;
    color: #fff;
    border-color: #283149
}

.tags-container {
    padding: 25px
}

.tags-container h6 {
    color: #999;
    font-size: 14px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 20px
}

.tags-container ul li {
    text-align: center;
    margin: 5px 0
}

.tags-container ul li a {
    background: #ebebeb;
    color: #999;
    font-weight: 700;
    font-size: 13px;
    border-radius: 5px;
    display: inline-block;
    padding: 5px 20px
}

.tags-container ul li:hover a {
    background: #3fbaff;
    color: #fff
}

.latest-articles {
    padding: 15px
}

.latest-articles h3 {
    margin-top: 10px;
    color: #3fbaff;
    font-size: 18px;
    margin-bottom: 20px
}

.latest-articles .single-latest-post {
    margin-bottom: 15px;
    clear: both;
    overflow: hidden
}
.latest-articles .single-latest-postt {
    margin: 15px;
    clear: both;
    overflow: hidden;
	display:inline-block;
	width:188px
}

.latest-articles .single-latest-post img {
    width: 75px;
    height: 75px;
    border-radius: 5px;
    margin-left: 15px
}

.latest-articles .single-latest-post h2 {
    color: #283149;
    margin-top: 10px;
    font-size: 14px;
    padding-top: 5px;
    line-height: 21px
}

.latest-articles .post-time {
    color: #999;
    font-size: 14px;
    margin: 0
}

.aside-contacts {
    padding: 15px
}

.aside-contacts h3 {
    margin-top: 10px;
    color: #3fbaff;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px
}

.aside-contacts ul li {
    line-height: 30px;
    color: #999;
    font-size: 14px
}

.aside-contacts ul li i {
    color: #959595;
    width: 30px;
    text-align: center;
    font-size: 18px
}

.contacts-page {
    padding: 20px;
    margin-bottom: 6em
}

.contacts-page h4 {
    margin-top: 10px;
    color: #3fbaff;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px
}

.contacts-page ul li {
    line-height: 30px;
    color: #999;
    font-size: 14px
}

.contacts-page ul li i {
    color: #959595;
    width: 30px;
    text-align: center;
    font-size: 18px
}

.contacts-page .form-control,
.contacts-page input,
.contacts-page textarea {
    box-shadow: none;
    /* padding: 20px 10px; */
    border: 1px solid #ebebeb;
    color: #999;
    margin-bottom: 13px;
    outline: 0!important;
	height:40px;
}

.contacts-page select {
    padding: 0!important
}

.contacts-page textarea {
    box-shadow: none!important
}

.contacts-page input:focus {
    box-shadow: none;
    outline: 0;
    background-position: 0 0;
    border-color: #fec901
}

.contacts-page input:focus::-webkit-input-placeholder,
.contacts-page input:valid::-webkit-input-placeholder,
.contacts-page textarea:focus::-webkit-input-placeholder {
    color: #fec901
}

.contacts-page button {
    border: none;
    background: #404b69;
    cursor: pointer;
    /* border-radius: 3px; */
    padding: 6px;
    width: 200px;
    color: #fff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .2)
}

.contacts-page button:hover {
    background: #999;
    color: #000
}

.contacts-page .btn-gray {
    margin-top: 1em
}

.success-page {
    padding-bottom: 3em
}

.success-page img {
    margin: 2em auto 4em
}

.success-page h6 {
    font-size: 16px;
    font-weight: 700;
    color: #4bae50;
    margin-bottom: 20px
}

.success-page p {
    font-size: 14px;
    color: #999;
    margin-bottom: 30px
}

.success-page .btn-gray {
    font-weight: 700;
    margin: 0
}


/*@media all and (max-width:1500px){
	.slider .item img{height:530px}
}
@media all and (max-width:1280px){
	.slider .item img{height:480px}
}*/

@media all and (max-width:1024px) {
    .latest-articles .post-time {
        display: none
    }
    .slider .item img {
        height: 340px
    }
}

@media all and (max-width:768px) {
    /* .sidebar-wrapper .ad, */
    /* header .top-contacts li:first-child, */
    /* header .top-contacts li:nth-child(2) { */
        /* display: none */
    /* } */
    .slider .item img {
        height: 240px
    }
    .post-main-thumb img {
        min-height: 170px
    }
    header .logo {
        padding: 5px 10px 12px 0;
        margin-right: 10px;
        margin-bottom: -5px
    }
    header .top-nav {
        /* text-align: center; */
        padding: 0
    }
	.navbar-default .navbar-nav > li > a:focus,
	.navbar-default .navbar-nav > li > a:hover {
		background-color:#bfbfbf!important;
	}
	.dropdown-menu a:hover{
		background-color: #e7e7e7;
	}
    .newsletter {
        text-align: center;
        padding-top: 0
    }
    .slider .item h3 {
        font-size: 27px
    }
    .slider .item h4 {
        font-size: 18px
    }
    .main-nav-scrolled {
        position: relative
    }
    footer .copyrights p {
        text-align: center;
        float: none!important
    }
    footer .social {
        text-align: center!important
    }
}

@media all and (max-width:436px) {
    .share,
    header .social {
        text-align: center
    }
    header .top-contacts li:first-child,
    header .top-contacts li:nth-child(2) {
        display: inline-block!important;
        margin-bottom: 10px
    }
    header .top-contacts {
        text-align: center;
        float: none!important
    }
	header .top-contacts li{
        float: none!important;
		border:none!important;
    }
    .share ul {
        margin: 1em 0 0
    }
    .newsletter .form-control {
        margin: 10px 0
    }
    .order-service {
        display: block;
        margin-bottom: 10px
    }
    .slider .item h3 {
        font-size: 17px;
        margin-top: 2em
    }
    .slider .item h4 {
        font-size: 14px;
        font-weight: 400
    }
    .slider {
        /* margin-top: 10px; */
        margin-top: 0px;
    }
    .slider .carousel-indicators {
        padding: 0px
    }
    header .logo {
        /* padding: 10px; */
        padding: 0px;
        border-radius: 0;
        height: auto
    }
    header .social {
        /* float: none; */
        float: left;
        border: none!important;
        /* margin-top: 0; */
        margin-top: 25px;
        margin-bottom: 1em
    }
    header .logo img {
        margin: 0 auto
    }
    header .navbar-form {
        margin-top: 0
    }
    header .navbar-default {
        float: none;
        /* background: #404b69 ; */
        margin-top: 0
    }
	.navbar-toggle{
		border-radius:0;
	}
	.navbar-default .navbar-toggle:focus,
	.navbar-default .navbar-toggle:hover {
		background-color: #404b69;
	}
    header .navbar-default .navbar-nav li a {
        font-size: 15px;
        border-left: none;
        color: #fff;
        /* padding: 15px */
    }
	.navbar-default .navbar-nav > li > a:focus,
	.navbar-default .navbar-nav > li > a:hover {
		color:#fff!important;
		background-color:#bfbfbf66 !important;
	}
	.navbar-nav .open .dropdown-menu {
		background-color: #283149 !important;
	}
	.dropdown-menu a:hover{
		background-color: #bfbfbf66 ;
	}
	
    .email,
    .phone {
        display: block!important
    }
	.img-req{
		margin:auto;
	}
}

#sticky-social {
    left: 0;
    position: fixed;
    top: 150px;
    z-index: 9
}

#sticky-social a {
    background: #333;
    color: #fff;
    display: block;
    height: 35px;
    line-height: 35px;
    position: relative;
    text-align: center;
    width: 35px
}

#sticky-social a span {
    line-height: 35px;
    left: -120px;
    position: absolute;
    text-align: center;
    width: 120px
}

#sticky-social a:hover span {
    left: 100%
}

#sticky-social a[class*=facebook],
#sticky-social a[class*=facebook] span,
#sticky-social a[class*=facebook]:hover {
    background: #3b5998
}

#sticky-social a[class*=twitter],
#sticky-social a[class*=twitter] span,
#sticky-social a[class*=twitter]:hover {
    background: #00aced
}

#sticky-social a[class*=google-plus],
#sticky-social a[class*=google-plus] span,
#sticky-social a[class*=google-plus]:hover,
#sticky-social a[class*=youtube],
#sticky-social a[class*=youtube] span,
#sticky-social a[class*=youtube]:hover {
    background: #dd4b39
}

#sticky-social a[class*=linkedin],
#sticky-social a[class*=linkedin] span,
#sticky-social a[class*=linkedin]:hover {
    background: #007bb6
}

#sticky-social a[class*=instagram],
#sticky-social a[class*=instagram] span,
#sticky-social a[class*=instagram]:hover {
    background: #517fa4
}

#sticky-social a[class*=stumbleupon],
#sticky-social a[class*=stumbleupon] span,
#sticky-social a[class*=stumbleupon]:hover {
    background: #eb4924
}

#sticky-social a[class*=pinterest],
#sticky-social a[class*=pinterest] span,
#sticky-social a[class*=pinterest]:hover {
    background: #cc2127
}

#sticky-social a[class*=flickr],
#sticky-social a[class*=flickr] span,
#sticky-social a[class*=flickr]:hover {
    background: #ff0084
}

#sticky-social a[class*=tumblr],
#sticky-social a[class*=tumblr] span,
#sticky-social a[class*=tumblr]:hover {
    background: #32506d
}

.works .owl-controls {
    top: -170px;
    opacity: 0;
    transition: all .3s
}

.gallery .owl-controls,
.works .single-work {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s
}

.works .owl-controls .owl-nav .owl-next:before {
    left: -42px;
    top: 249px
}

.works .owl-controls .owl-nav .owl-prev:before {
    right: -1129%;
    top: 249px
}

.works:hover .owl-controls {
    opacity: 1
}

.works .single-work {
    width: 175px;
    height: 135px;
    margin: 20px 3px;
    position: relative;
    transition: all .3s
}

.works .single-work img {
    width: auto;
    height: auto;
    min-width: 120px;
    min-height: 85px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    left: 0;
    top: 20%;
    bottom: 0
}

.gallery .owl-controls {
    top: -170px;
    width: 35px;
    opacity: 0;
    transition: all .3s
}

.gallery .owl-controls .owl-nav .owl-next:before {
    left: -42px;
    top: 249px
}

.gallery .owl-controls .owl-nav .owl-prev:before {
    right: -1129%;
    top: 249px
}

.gallery:hover .owl-controls {
    opacity: 1
}

.gallery .single-gallery {
    width: 175px;
    height: 135px;
    margin: 20px 3px;
    position: relative;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.gallery .single-gallery img {
    width: auto;
    height: auto;
    min-width: 388px;
    min-height: 500px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    left: 0;
    top: 20%
}

.article-list-img {
    margin: 35px auto 45px;
    border-radius: 3px;
    height: 210px;
    width: 360px;
}

.article-list-title {
    margin-top: 35px;
    font-size: 23px;
    font-weight: 700;
    color: #283149;
    line-height: 40px;
}

.article-list-text {
    line-height: 35px;
    color: #999;
    font-size: 15px;
}

.articleHover:hover h2 {
    color: #fec901;
    transition: all .2s;
}

#preloader {
    background-color: white;
    position: fixed;
    z-index: 9999999;
    width: 100%;
    height: 100%;
}

#preloader img {
    position: relative;
    /* left: 45.5%; */
    top: 37%;
	margin:auto;
	display:block;
}

.joinUs img{
	margin:auto;
}
#text p{
	color: #999;
	font-size: 14px;
	line-height: 28px;
	font-weight: 500;
	
	text-align: justify;
}

/* iframe*/
.footerMap{ 
    width: 85%;
    margin-top:10px;
}

footer .social{
    margin: 20px;
}

@media all and (max-width:992px) {
    
    header .social {
        /* float: none; */
        float: left;
        border: none!important;
        /* margin-top: 0; */
        margin-top: 25px;
        margin-bottom: 1em
    }

    footer .social{
        margin: 18px 0;
    }

	.footerMap{
        width:100%;
        margin-top:10px;
	}
}

@media all and (max-width:768px) {
    footer h6:not(.ourServices) {
        margin: 21px 0 7px;
    }
}

@media (max-width:767px) and (min-width:991px) {
    .navbar-nav{
        float: left;
    }
}

.home_services_div_img{
    box-shadow: rgba(0, 0, 0, .1) 0 26px 53px 0;
    padding: 10px;
    border-radius: 20px;
}

.home_services_img{
    margin: auto;
    width: 250px;
    height: 150px;
    border-radius: 10px;
}
.serv-slider img{
    border-radius: 5px;
}

.menu-logo{
    position: fixed;
    width: 100%;
    z-index: 1000;
    /* padding: 20px 0 20px; */
    /* box-shadow: 0 -9px 15px rgba(0, 0, 0, .31);
    border-bottom: 4px solid #143064; */
    /* background: url(../images/pattern.png) #134090; */
    background-color: #2c2c2c;
    transition: ease 300ms;
}

@media (max-width:767px) {
    .menu-logo{
        padding: 0;
        position: relative;
    }
    .navbar-brand{
        padding: 15px;
    }
    .home-intro{
        font-size: 11px;
    }
}
.p0{
    padding: 0;
}
.serv_link:hover{
    color: #fcc801;
}

h2 .serv_link{
    font-size: 26px;
}
.serv-slider h4{
    text-align: center;
    font-size: 16px;
}

.WAppIcon {
    position: fixed;
    bottom: 21px;
    left: 25px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 21px;
    /* box-shadow: 2px 2px 3px #999; */
    z-index: 100;
    width: 50px;
    height: 50px;
}
.WAppIcon:hover {
    background-color: #fdc801;
    color: #FFF;
}
.WAppIcon::focus {
    color: #FFF;
}
.navbar-collapse.collapse.in {
    box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 10px;
  }
/* @media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
  } */


  @media (min-width: 768px){
      .header-cont{
        text-align: center;
      }
    .navbar-header {
        float: unset;
        display: inline-block;
    }
    .navbar-collapse.collapse{
        display: inline-block !important;
    }
}

.top_phone{
    color: #fff;
    float: left;
}

.top_phone:hover,.top_phone:active,.top_phone:focus,.top_icon:hover,.top_icon:active,.top_icon:focus{
    color: #fcc801;
}
.top_icon{
    color: #fff;
}
.intro_text{
    font-size: 19px;line-height: 35px;
}

@media (max-width:767px) {
    .intro_text{
        font-size: 16px;
    }
}