* {
	text-transform: capitalize;
}
a {
text-decoration: none;
    color: #f9ba04;
    font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #eb1212;
}
body {
	padding: 0;
	margin: 0;
	font-family:Cairo;
	background: #fff;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
h1, h2, h3, h4, h5, h6, p, div {
	font-family:Cairo;
}
header, section, footer {
	float: right;
	width: 100%;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
	overflow: hidden;
}
p {
	margin: 0;
}
ul {
	padding: 0;
	margin: 0;
	display: block;
}
header#toph {
	box-shadow: 0 1px 4px #898989;
	padding: 10px 0;
}
header#toph ul {
	float: left;
}
header#toph ul li {
	display: inline-block;
	list-style: none;
	font-size: 14px;
	font-weight: bold;
	color: #3e4651;
}
header#toph ul.pull-right li {
	display: inline-block;
	list-style: none;
	font-size: 14px;
	font-weight: bold;
	color: #3e4651;
	margin-left: 30px;
}
header#toph ul li a {
	color: #3e4651;
}
header#toph ul li i.fa {
	border: 1px #3e4651 solid;
	width: 25px;
	height: 25px;
	text-align: center;
	margin-left: 8px;
	padding: 4px 0;
	border-radius: 20px;
	font-size: 14px;
}
nav.navbar.navbar-inverse {
	float: right;
	width: 100%;
	background: transparent;
	border: transparent;
	box-shadow: none;
	height: 100px;
}
ul.nav.navbar-nav {
	text-align: center;
	float: none;
	display: block;
	margin: 35px 0;
}
.navbar-nav>li {
	float: none;
	display: inline-block;
	text-align: center;
	margin: 0;
	font-size: 14px;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
	color: #fff;
	background: #ffd96b;
	box-shadow: none;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
	color: #fff;
	background: #ffd96b;
	box-shadow: none;
	text-shadow: none;
}
.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a {
	text-shadow: none;
	color: #2a2a2a;
}
#first-slider .main-container {
	padding: 0;
}
#first-slider .slide1 h3, #first-slider .slide2 h3, #first-slider .slide3 h3, #first-slider .slide4 h3 {
	color: #ffd96b;
    font-size: 45px;
	text-transform: uppercase;
	font-weight: 700;
}
#first-slider .slide1 h4, #first-slider .slide2 h4, #first-slider .slide3 h4, #first-slider .slide4 h4 {
	color: #fff;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 700;
}
#first-slider .slide1 .text-left, #first-slider .slide3 .text-left {
	padding-left: 40px;
}
#first-slider .carousel-indicators {
	bottom: 0;
}
#first-slider .carousel-control.right, #first-slider .carousel-control.left {
	background-image: none;
}
#first-slider .carousel .item {
	min-height: 558px;
	height: 100%;
	width: 100%;
}
.carousel-inner .item .container {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
}
#first-slider h3 {
	animation-delay: 1s;
}
#first-slider h4 {
	animation-delay: 2s;
}
#first-slider h2 {
	animation-delay: 3s;
}
#first-slider .carousel-control {
	width: 6%;
	text-shadow: none;
}
#first-slider h1 {
	text-align: center;
	margin-bottom: 30px;
	font-size: 30px;
	font-weight: bold;
}
#first-slider .p {
	padding-top: 125px;
	text-align: center;
}
#first-slider .p a {
	text-decoration: underline;
}
#first-slider .carousel-indicators li {
	width: 16px;
	height: 16px;
	background-color: #fff;
    border: 4px #3e4651 solid;
}
#first-slider .carousel-indicators .active {
    width: 16px;
    height: 16px;
    background-color: #ffd96b;
    border: 4px #3e4651 solid;
}
.carousel-fade .carousel-inner .item {
	-webkit-transition-property: opacity;
	transition-property: opacity;
}
.carousel-fade .carousel-inner .item, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	opacity: 0;
}
.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
	z-index: 2;
}
.carousel-control .fa-angle-right, .carousel-control .fa-angle-left {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
}
.carousel-control .fa-angle-left {
    left: 50%;
    width: 38px;
    height: 38px;
    margin-top: 0%;
    font-size: 30px;
    color: #fff;
    padding: 4px;
    border: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: rgba(255, 217, 107, 0.5);
}
.carousel-control .fa-angle-right {
	right: 50%;
	width: 38px;
	height: 38px;
	margin-top: 0%;
	font-size: 30px;
	color: #fff;
    padding: 4px;
    border: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: rgba(255, 217, 107, 0.5);
}
div#first-slider {
    float: right;
    width: 100%;
}
.carousel-control {
	opacity: 1;
	filter: alpha(opacity=100);
}
/********************************/
/*       Slides backgrounds     */
/********************************/
#first-slider .slide1 {
	background-image: url(images/slider/1.png);
	background-size: cover;
	background-repeat: no-repeat;
	height: 558px;
}
#first-slider .slide2 {
	background-image: url(images/slider/1.png);
	background-size: cover;
	background-repeat: no-repeat;
	height: 558px;
}
#first-slider .slide3 {
	background-image: url(images/slider/1.png);
	background-size: cover;
	background-repeat: no-repeat;
	height: 558px;
}
#first-slider .slide4 {
	background-image: url(images/slider/1.png);
	background-size: cover;
	background-repeat: no-repeat;
	height: 558px;
}
div#first-slider ul {
    margin: 15px 0;
}
div#first-slider ul li {
    color: #fff;
    list-style: none;
    display: block;
    font-size: 20px;
    line-height: 35px;
	transition: none;
	border-width: 0px;

}


section#spcials {
    padding: 50px 0;
}
h1.title{
    color: #3e4651;
	display: block;
	text-align: center;
	font-size: 27px;
	font-family:Cairo;
	margin-top: 0;
}
span.longline {
    display: block;
    width: 160px;
    height: 3px;
    background: #ffd96b;
    margin: 0 auto 5px;
}
span.shortline {
    display: block;
    width: 135px;
    height: 3px;
    background: #ffd96b;
    margin: 0 auto 5px;
	margin-bottom: 25px;
}
.allspcials {
    float: right;
    width: 100%;
    margin-top: 50px;
}
.spcial img {
    width: 100%;
    height: 165px;
}
.spcial h1 {
    color: #3e4651;
	font-size: 14px;
	font-family:Cairo;
	text-align: center;
	font-weight: bold;
}
#prices{
	background: url(images/bg.png) no-repeat;
	background-size: cover;
	height: 860px;
	padding: 72px 0;
	}
#prices h1.title {
    color: #fff;
}
.price {
    background: #fff;
    border-radius: 10px 10px 0 0;
    text-align: center;
	margin-top: 50px;
}
.price h1 {
    font-size: 24px;
    font-family:Cairo;
    color: #3e4651;
    margin: 0;
    padding: 30px 0;
    border-bottom: 10px #ffd96b solid;
    font-weight: 700;
}
.price h3.prrice {
    font-size: 33px;
    color: #efc13f !important;
    padding: 15px;
    margin: 0;
    font-weight: 700;
}
.price ul{
	padding: 0px !important;
}
.price ul li {
    display: block;
    list-style: none;
    padding: 20px 0;
    color: #3e4651;
    font-size: 20px;
}
.price ul li.bg {
    background: #898c8f;
}
.bg1 {
    padding: 20px;
    background: #898c8f;
}
.bg1 a.ordernow{
    display: block;
}
.bg1 a.ordernow {
    display: block;
    width: 170px;
    height: 45px;
    background: #fff;
    color: #3e4651;
    font-size: 23px;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    margin: 0 auto;
}
.bg1 a.ordernow:hover {
    background: #ffd96b ;
}
.border {
    width: 180px;
    height: 180px;
    background: #ffd96b;
    transform: rotate(45deg);
    margin: 0 auto;
    position: relative;
}
.border::before {
    content: "";
    border: 4px #3e4651 dashed;
    width: 190px;
    height: 190px;
    display: block;
    position: absolute;
    right: -5px;
    top: -5px;
    border-radius: 10px;
}
.cirje {
    transform: rotate(-45deg);
    width: 200px;
    height: 200px;
    background: #3e4651;
    border-radius: 100px;
    padding: 52px 20px;
    border: 5px #fff solid;
    display: block;
    position: absolute;
    right: -8px;
    top: -8px;
}
.cirje h1 {
    color: #fff;
	font-size: 20px;
	text-align: center;
	display: block;
	font-family:Cairo;
}
.cirje span {
    color: #fff;
	font-size: 20px;
	text-align: center;
	display: block;
	font-family:Cairo;
}
section#clints {
    position: relative;
    padding: 120px 0;
}
section#ourwork {
    background: #ffd96b;
    padding: 50px 0;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
section#ourwork .longline {
    background: #fff;
}
section#ourwork .shortline {
    background: #fff;
}
.ourwork {
    background: #fff;
    height: 270px;
    margin: 15px 0;
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.cnhover {
    width: 100%;
    height: 100%;
    background: transparent;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    top: 0;
    position: absolute;
}
.ourwork:hover .cnhover {
    background: rgba(255, 255, 255, 0.5);
    display: block;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.cnhover .tiltle a {
    color: #fff;
    font-size: 20px;
    bottom: 0;
    background: #634d0eb0;
    height: 120px;
    padding: 25px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -55px;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.ourwork:hover .tiltle a {
	left: 0;
    bottom: 0px;
    opacity: 1;
}
.cnhover .share-view {
	position: absolute;
	display: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
	}
.ourwork:hover .share-view {
	display: block;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
	}
#ourwork a.ordernow:hover {
    background: #ffd96b;
}
#ourwork a.ordernow {
    display: block;
    width: 170px;
    height: 45px;
    background: #fff;
    color: #3e4651;
    font-size: 23px;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    margin: 0 auto;
	border: 2px #fff solid;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
#ourwork a.ordernow:hover {
    background: none;
    color: #3e4651;
	border: 2px #3e4651 solid;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
footer#topf {
    
        background-image: url(images/footer-bg.png);
    background-position: initial !important;
    background-size: initial !important;
    background-repeat: initial !important;
    background-attachment: initial !important;
    background-origin: initial !important;
    background-clip: initial !important;
    background-color:#3e4651 !important;
    
    padding: 50px 0;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
footer#topf h1 {
    color: #fff;
	padding-bottom: 15px;
    margin-top: 0;
	text-align: center;
	display: block;
	font-size: 20px;
	font-family:Cairo;
}
footer#topf h1.borderbottom {
    border-bottom: 3px #ffd96b solid;
}
ul.contactus {
    text-align: center;
	margin-top: 10px;
}
ul.contactus li {
    display: block;
	list-style: none;
	color: #fff;
	font-size: 14px;
	line-height: 40px;
}
ul.contactus li i.fa {
	font-size: 20px;
	margin-left: 5px;
}
img.logofooter {
    display: block;
    margin: 20px auto 0;
}
#topf h2 {
    margin-top: 5px;
    font-size: 25px;
    color: #ffd96b;
	margin-right: 28px;
    font-family:Cairo;
}
#topf ul li {
    display: block;
    line-height: 35px;
    list-style: none;
}
#topf ul li a {
    display: block;
    color: #fff;
    font-size: 14px;
    font-family:Cairo;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
#topf ul li a i.fa {
    color: #ffd96b;
    font-size: 20px;
    margin-left: 5px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
#topf ul li a:hover i.fa {
    color: #fff;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
#bottom p {
    color: #3e4651;
    font-size: 10px;
}
#bottom p a{
    color: #3e4651;
    font-size: 14px;
}
#bottom p a:hover{
    color: #ffd96b;
}
#bottom ul {
    text-align: left;
}
#bottom ul li {
    display: inline-block;
	margin-right: 10px;
	font-size: 18px;
    color: #3e4651;
}
#bottom ul li a {
    display: block;
    color: #3e4651;
}
footer#bottom {
    padding: 22px 0;
}
.setting {
	position: fixed;
	top: 50%;
	left: 0;
	z-index: 9;
	}
.setting .btn-info {
    background: -webkit-linear-gradient(top, #938552 0%, #af9039 100%) !important;
    background: -o-linear-gradient(top, #938552 0%, #af9039 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#938552), to(#af9039)) !important;
    background: linear-gradient(to bottom, #938552 0%, #af9039 100%) !important;
    border: none;
    border-radius: 0 5px 5px 0;
}
.setting .btn-info:hover, .setting .btn-info:focus {
	background: -webkit-linear-gradient(top, #938552 0%, #af9039 100%) !important;
    background: -o-linear-gradient(top, #938552 0%, #af9039 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#938552), to(#af9039)) !important;
    background: linear-gradient(to bottom, #938552 0%, #af9039 100%) !important;
    border: none;
    border-radius: 0 5px 5px 0;
	}
.cnhover .tiltle a p {
    font-size: 10px;
    margin: 15px 0;
}
.cnhover .share-view {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 35%;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.cnhover .share-view ul {
    display: block;
    text-align: center;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.cnhover .share-view ul li {
    display: inline-block;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.cnhover .share-view ul li a {
    margin: 0 15px;
    font-size: 15px;
    background: #ffd96b;
    width: 35px;
    display: block;
    height: 35px;
    padding: 8px 0;
    color: #564d32;
    border-radius: 5px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.ourwork a.img {
	display: block;
	width: 100%;
	height: 270px;
	overflow: hidden;
	}
.ourwork a.img img {
	display: block;
	width: 100%;
	height: 270px;
	}
#servers {
	background: #f5f5f5;
	padding: 70px 0;
	}
h1.titles {
	color: #151515;
	font-size: 30px;
	margin: 0 0 20px;
	text-align: center;
	font-weight: bold;
	}
.titles::before {
    content: "";
    width: 150px;
    height: 5px;
    background: #f5ca50;
    position: absolute;
    bottom: 0;
    margin-right: -10px;
}
.oneserver {
    padding: 30px;
    border-bottom: 2px #e8e6e6 solid;
}
.oneserver .titleserver {
    margin: 0 0 20px;
    font-size: 22px;
    font-weight: bold;
}
.oneserver .titleserver a {
    color: #3e4651;
}
.oneserver p {
    color: #222;
    font-size: 15px;
    line-height: 30px;
}
.oneserver p a {
    color: #ej81f;
    margin-right: 5px;
}
.oneserver .more {
    display: block;
    float: left;
    width: 50px;
    text-align: center;
    height: 28px;
    padding: 4px 0;
    background: #ffd96b;
    margin-top: -12px;
    margin-left: -12px;
    font-size: 11px;
    box-shadow: -3px 3px 2px #000;
}
#order {
	background: #f5f5f5;
	padding: 70px 0;
	}

#order ul{
	list-style: none;
	border-radius: 15px 50px 30px;
	background: #3e4651;
	padding: 20px;
	width: 26%;
	float: right;
	margin-left: 25px;
	margin-bottom: 25px;
	margin-top: 25px;
}
#order ul li{
color: #fff;
	padding: 5px;
}
#order ul li:nth-child(1){
	text-align: center;
}
#order ul li:last-child{
	text-align: center;
	color: #ffd96b;
	font-size: 16px;
	font-weight: bold;
}

#order ul li span{
	color: #ffd96b !important;
	margin: 0 auto;
	display: block;
	float: none;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
}

#contact-us {
	background: #46505d;
	}
#contact-us a.text-white i.fa {
    display: block;
    font-size: 23px;
    margin-bottom: 10px;
}
.text-white {
    color: #fff !important;
}
.font-16 {
	font-size: 16px;
	}
.pt-40 {
	padding-top: 40px !important;
	}
.pb-40 {
	padding-bottom: 40px !important;
	}
.border-right-dark {
    border-right: 1px solid #5b6571;
    height: 172px;
}
#allsection {
	background: #424b56;
	}
ul.mun {
    display: block;
    padding: 10px 0;
    margin: 0;
}
ul.mun li {
    display: inline-block;
    list-style: none;
    color: #fff;
	margin: 0 2px;
}
ul.mun li a {
    display: inline-block;
    list-style: none;
    color: #fff;
}
a.text-white {
	line-height: 30px;
	}
.bg-grey {
	background: #f1f1f1 !important;
	}
.bg-grey .longline {
    background: #ffd96b !important;
}
.bg-grey .shortline {
    background: #ffd96b !important;
}
.navbar-nav > li > .dropdown-menu li {
	display: block;
	margin: 0;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	background: #ffd96b !important;
	color: #fff !important;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .active > a{
	background: #ffd96b !important;
	color: #fff;
}
.work-trade-img{
	display: block;
	width: 100%;
	height:auto;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus{
	background: #ffd96b !important;
	color: #fff;
}
#topf ul{
	padding: 0 20px 0 0;
}
#topf ul li a::before , #single-menu-links ul li a::before {
	content: "\f00c";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #ffd96b;
	font-size: 18px;
	padding-right: 0.5em;
	top: 10px;
	margin-left: 10px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
#topf ul li a:hover::before, #single-menu-links ul li a:hover::before {
	color: #fff;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.slider-img{
	width: 100%;
	height: 330px;

}
.meta-nav{
	position: relative;
	display: inline-block;
	top: 3px;
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	transform:rotate(180deg);
}
.contact-link-name:hover{
	color: #fff !important;
}
.post-pagenation{
	position: relative;
	width: 100%;
	float: right;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 25px;
	padding-right: 25px;
	text-align: center;
}
.post-pagenation a:focus{
	color: #f3b73a;
}
.navbar-nav > li > .dropdown-menu li .dropdown-menu {
	right: 0;
	left: auto;
	float: left;
	text-align: right;
	margin-right: 170px;
}
.post-pagenation-prev-span,.post-pagenation-prev-span-dis{
	position: relative;
	text-decoration: none;
	color: #f3b73a;
	font-size: 18px;
	font-weight: bold;
	font-family:Cairo;

}
.post-pagenation-next-span,.post-pagenation-next-span-dis{
	position: relative;
	margin-left: 20px;
	text-decoration: none;
	color: #f3b73a;
	font-size: 18px;
	font-weight: bold;
	font-family:Cairo;
}
.form-control {
	border: 1px solid #ej208;
	border-radius: 8px;
}
.circle {
	transform: rotate(-45deg);
	width: 200px;
	height: 200px;
	background: #3e4651;
	border-radius: 100px;
	padding: 52px 20px;
	border: 5px #fff solid;
	display: block;
	position: absolute;
	right: -8px;
	top: -8px;
}
.circle h1 {
	color: #fff;
	font-size: 15px;
	text-align: center;
	display: block;
	font-family:Cairo;
}
.circle span {
	color: #fff;
	font-size: 20px;
	text-align: center;
	display: block;
	font-family:Cairo;
}

