@charset "utf-8";
/* CSS Document */

@font-face{font-family: TheSans ; src: url(../fonts/TheSans-Bold.otf)}
@font-face{font-family: ITC-W23Bd ; src: url(../fonts/ITC-Handel-Gothic-Arabic-W23Bd.ttf)}
@font-face{font-family: Neo-Sans ; src: url(../fonts/../fonts/Neo-Sans-Arabic-Regular.ttf)}
@font-face{font-family: Poppins-Bold ; src: url(../fonts/../fonts/Poppins-Bold.otf)}
@font-face{font-family: Poppins-Regular ; src: url(../fonts/../fonts/Poppins-Regular.otf)}
@font-face{font-family: Bahij_Light ; src: url(../fonts/../fonts/Bahij_TheSansArabic-Light.ttf)}
@font-face{font-family: Bahij_Bold ; src: url(../fonts/../fonts/Bahij_TheSansArabic-Bold.ttf)}


.fa-map-marker-alt:before{content:"\f3c5"}
body{font-family: "Bahij_Light";background-color: white;}
a:hover,a:focus{text-decoration: none;}
h1,h2{font-family: "Bahij_Bold";}
h3,h4,h5,h6{font-family: "Bahij_Light";}

html::-webkit-scrollbar {
    width: 7px;
    height: 8px;
}
html::-webkit-scrollbar-track {
    background-color: #eee;
    display: none;
}
html::-webkit-scrollbar-thumb {
    background-color: #a7000b;
    border-radius: 0;
}
::selection {
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
}
::-moz-selection {
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
}

#___plusone_0{
    position: absolute;
    width: 450px;
    left: 0 !important;
}
.fancybox-overlay{z-index: 8010999999 !important;}
h1.postTitle + p img {
    width: 60% !important;
    height: auto !important;
    max-width: 500px;
}
table{
  width: 100% !important;
}

.marketing-email-optin {
    margin: 0 0 20px 0;
    padding: 10px 20px 50px;
    background-color: transparent;
    border-radius: 3px;
}

#mg-wrapper .modal-dialog{
    position: fixed !important;
}
#mg-wrapper .modal-header .close {
    margin-top: 0 !important;
    position: absolute;
    top: 18px;
    right: 24px;
}
#mg-wrapper .modal .modal-title {
    border-radius: 5px;
}

.kb-article-content img {
    width: 80% !important;
    height: auto !important;
}

.cpanel-usage-stats div#diskUsage div,
.cpanel-usage-stats div#bandwidthUsage div{
	position: relative;
	display: inline-block !important;
}
.cpanel-usage-stats div#diskUsage div input, 
.cpanel-usage-stats div#bandwidthUsage div input{
    width: 50px !important;
    height: 30px !important;
    position: absolute;
    vertical-align: middle;
    margin-top: 0 !important;
    margin-left: 0 !important;
    border: 0px;
    background: none;
    font: bold 20px Arial;
    text-align: center;
    color: rgb(68, 68, 68);
    padding: 0px;
    -webkit-appearance: none;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.status {
    display: block;
    font-size: .9em;
    line-height: 22px;
    border: 2px solid #ccc;
    border: none;
    display: block;
    font-size: 12px;
    width: 70px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    vertical-align: middle;
    font-weight: normal;
    margin: 32px auto;
    border-radius: 50px;
  background-image: -moz-linear-gradient( -45deg, rgb(41, 41, 41) 0%, rgb(80, 78, 78) 100%);
    background-image: -webkit-linear-gradient( -45deg, rgb(41, 41, 41) 0%, rgb(80, 78, 78) 100%);
    background-image: -ms-linear-gradient( -45deg, rgb(41, 41, 41) 0%, rgb(80, 78, 78) 100%);
}
.clicker {
    display: none !important;
}
.overlay .closebtn {
    display: none;
}
#body-overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999999999;
    right: 0;
    top: 0;
    transition: 0.5s;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}
.btn2 {
    width: 130px;
    min-width: max-content;
    max-width: 100%;
    height: 45px;
    padding: 0 10px;
    background-color: #323232;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    font-size: 14px;
    color: #fff;
    line-height: 45px;
    font-weight: 700;
    text-align: center;
    transition: all 0.3s;
}
.btn2:hover {
    color: #fff;
    background-color: #f04545;
}
 
li#Secondary_Navbar-Account{}

 /* start header */
 
 .header_wrabber {
    position: relative;
}
.top {
    width: 100%;
    height: 61px;
    padding: 15px 80px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}
.top ul {
    margin-bottom: 0;
    display: flex;
    align-items: center;
}
.top ul li,
.top ul li a {
    font-size: 12px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
    direction: ltr;
    position: relative;
}
.top ul li a span,
.top ul li span {
    font-size: 14px;
    line-height: 30px;
    margin-left: 10px;
}
.top ul.pull-left li a {
    margin-left: 10px;
}
.top ul.pull-left li:last-child a {
    margin-left: 0;
}
.top ul.pull-left li a span {
    margin-left: 0;
}
.top ul.pull-right li:first-child {
    margin-left: 30px;
}
.top ul li:last-child {
    margin-right: 5px;
}
.top ul li:last-child:after {
    content: "|";
    line-height: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -9px;
    color: rgb(255 255 255 / 0.25);
}
header {
    width: 100%;
    padding: 0 80px;
    height: 100px;
    border-top: 1px solid rgb(255 255 255 / 0.2);
    z-index: 99999999;
    position: absolute;
    top: 61px;
    left: 0;
    display: flex;
    align-items: center;
    /*box-shadow: 0 3px 7px 0 rgb(0 0 0 / 5%);*/
}
header .container-fluid{
    width: 100%;
}
.navigation .row{
    width: calc(100% + 30px);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navigation .block-logo img {
    width: 108px;
    max-width: 100%;
}
.navigation .logo2 {
    max-width: 90%;
    height: 40px;
    margin: 10px auto;
    margin-top: 30px;
    display: none;
}
.navigation .navbar-default {
    background-color: transparent;
    border: none;
    min-height: 0;
    margin: 0;
}
.navigation .navbar-default .navbar-nav {
    float: left;
}
.navigation .navbar-default .navbar-nav li {
    margin: 0 12px;
}
.navigation .navbar-default .navbar-nav li a {
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    padding: 0 5px;
    border: none;
    font-weight: 700;
    position: relative;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -webkit-transition: color 0.3s linear, background 0.3s linear;
    transition: color 0.3s linear, background 0.3s linear;
}
.navigation .navbar-default .navbar-nav li a:before {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background-color: #fff;
    position: absolute;
    right: 0;
    bottom: -10px;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.navigation .navbar-default .navbar-nav li a:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 2px;
    background-color: #fff;
    left: 0;
    bottom: -10px;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.navigation .navbar-default .navbar-nav li:hover > a:before {
    width: 80%;
    -webkit-animation: primary-long 0.5s linear;
    animation: primary-long 0.5s linear;
}
.navigation .navbar-default .navbar-nav li:hover > a:after {
    width: 15%;
    -webkit-animation: primary-short 0.5s linear;
    animation: primary-short 0.5s linear;
}
.navigation .navbar-default .navbar-nav li:hover > a:after,
.navigation .navbar-default .navbar-nav li:hover > a:before {
    opacity: 1;
}
.navigation .navbar-default .navbar-nav li a:hover {
    opacity: 0.7;
}
.navigation .navbar-default .navbar-nav li a:hover,
.navigation .navbar-default .navbar-nav li.active a {
    background-color: transparent;
}
.navigation .navbar-default .navbar-nav li .btn {
    width: auto;
    height: 40px;
    border: 1px solid rgb(245 245 245 / 0.35);
    background-color: transparent;
    font-size: 12px;
    padding: 0 20px;
}
.navigation .navbar-default .navbar-nav li i {
    font-size: 14px;
    margin-left: 10px;
}
.navigation .navbar-default .navbar-nav li .btn span {
    font-size: 9px;
}
.navigation .navbar-default .navbar-nav li .btn:hover {
    background-color: #323232;
}
.menu-item-has-children {
    position: relative;
}
.menu-item-has-children span {
    margin-right: 5px;
    font-size: 12px;
}
.sub-menu {
    min-width: 160px;
    width: max-content;
    max-width: 220px;
    list-style: none;
    padding: 5px;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 4px 15px 0 rgb(0 0 0 / 0.5);
    z-index: 9999;
    visibility: hidden;
    transform-origin: top;
    transform: translateX(-50%) perspective(5em) rotateX(-90deg);
    -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;
}
.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) perspective(5em) rotateX(0);
}
.sub-lang li,
.sub-menu li {
    margin: 0 !important;
    padding: 5px 20px;
    border-radius: 5px;
    transition: all 0.3s;
}
.sub-lang li a,
.sub-menu li a {
    position: relative;
    line-height: 35px !important;
    transition: all 0.3s;
    width: 100% !important;
    color: #323232 !important;
}
.sub-lang li a:before,
.sub-menu li a:before {
    content: none !important;
}
.sub-lang li:hover > a:before,
.sub-menu li:hover > a:before {
    opacity: 0;
}
.sub-lang li a:after,
.sub-menu li a:after {
    content: "\f0d9" !important;
    font-family: fontawesome;
    font-size: 14px;
    position: absolute;
    top: -6px;
    right: -10px;
    bottom: auto !important;
    width: auto;
    height: auto;
    left: auto;
    color: #323232;
    background-color: transparent !important;
    opacity: 1 !important;
}
.sub-lang li:hover,
.sub-menu li:hover {
    background-color: #e92828;
}
.sub-lang li a:hover,
.sub-lang li:hover a,
.sub-lang li:hover a::after,
.sub-menu li:hover a,
.sub-menu li:hover a::after {
    color: #fff !important;
    font-weight: 700 !important;
    opacity: 1 !important;
}
.language {
    position: relative;
}
.language a span {
    margin-right: 5px;
    font-size: 12px;
}
.sub-lang {
    display: none;
    list-style: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    min-width: 160px;
    width: max-content;
    max-width: 220px;
    max-height: 250px;
    overflow-y: auto;
    background: #fff;
    box-shadow: 0 4px 15px 0 rgb(0 0 0 / 50%);
    border-radius: 5px;
    z-index: 999;
    padding: 5px;
}
.language-popover{display:none !important;}
.opacity {
    display: none !important;
}
.header-extra{height: 160px;width: 100%;background-color: #990000;opacity: 0.97;}
 
 /* end header */

/* start slider */

.slider {
    background-color: #e92929;
    background-image: url(../img/slider-bg.png);
    background-size: cover;
    background-position: center;
    margin-top: 0 !important;
    padding: 0 80px;
    padding-top: 160px;
    padding-bottom: 260px;
    position: relative;
    height: 800px;
}
.slider img:nth-of-type(1){
    width:500px;
	margin-right: -90px;
	    animation: hopa 5s infinite;
}
@keyframes hopa{
	
60% {
    margin-top: 30px;
}
100% {
    margin-top: 0px;
}
}
.slider .title{
    margin-top: 135px;
	height:150px;
}
.slider hr{
	width: 102px;
	border-top: 5px solid #fff;
	float: right;
	margin: 0;
}
.slider h2{
	font-size: 52px;
	color: #fff;
	margin-bottom: 30px;
	float: right;
	width: 100%;
}
.slider h3{
	font-size: 20px;
	color: #303030;
	float: right;
}

#main-slider .owl-dots {
    position: absolute;
    bottom: -260px;
    left: 0%;
    transform: translateX(-50%);
    right: auto;
    z-index: 999;
    display: -webkit-inline-box;
}
#main-slider .owl-dot{width: 10px;margin: 0 7px;height: 10px;background-color: #FFFFFF;border-radius: 50%;transition: all .5s ease;}
#main-slider .owl-dot.active{width: 16px;height: 16px;box-shadow: 0px 0px 5px 0px rgb(255, 255, 255);background-color: #f55657;border: 3px solid #fff;margin-top: -3px;}

.slider .cloud {
    width: 100% !important;
    position: absolute;
    left: 0;
    margin: 0 !important;
    bottom: -10px;
    animation: none !important;
    display:block !important;
}

/* end slider */

/* start domain-search */

.domain-search{
	background-color: #fff;
	padding: 20px 80px;
}
.disc h4{
	font-size: 30px;
	color: #3f3f3f;
	margin-bottom: 30px;
}
.disc p{
	font-size: 14px;
	line-height: 24px;
	color: #858585;
	width: 93%;
	margin-bottom: 70px;
}
.domain-search .disc p{
    margin-bottom: 20px;
}
.domain-search form{
	margin-top: 95px;
}
.domain-search form .form-group{
	position: relative;
	width: 90%;
	margin: 0 auto;
}
.domain-search form .form-group .form-control{
	height: 70px;
	background-color: #fff;
	box-shadow: 7.071px 7.071px 25px 0px rgb(223, 223, 223);
	border-radius: 50px;
	border: none;
	outline: none;
}
.domain-search form .form-group button {
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    border-radius: 50%;
    background-image: -moz-linear-gradient( -45deg, rgb(229,28,28) 0%, rgb(246,91,91) 100%);
    background-image: -webkit-linear-gradient( -45deg, rgb(229,28,28) 0%, rgb(246,91,91) 100%);
    background-image: -ms-linear-gradient( -45deg, rgb(229,28,28) 0%, rgb(246,91,91) 100%);
    border: none;
    box-shadow: none;
    position: absolute;
    top: 6px;
    left: 6px;
}

/* end domain-search */

/* start service */

.service{
	background-color: #f8f8f8;
	padding: 90px 80px;
}
.service .block{
	text-align: center;
}
.service .block img{
	margin: 10px auto;
	height: 50px;
}
.service .block h4{
	font-size: 21px;
	color: #3f3f3f;
}
.service .block p{
	font-size: 12px;
	line-height: 24px;
	color: #858585;
	width: 93%;
    margin: 0 auto;
	margin-top: 20px;
}

/* end service */

/* start offers */

.offers{
    background-image: url(../img/slider-bg2.png);
    background-size: cover;
    background-position: center;
    padding: 75px 0;
    position: relative;
    overflow: hidden;
}

.offers img{
    position: absolute;
    top: 20px;
    right: 0;
}
.offers .offer-text{
	margin-right: 100px;
}
.offers h4{
	font-size: 30px;
	color: #fff;
	margin-bottom: 40px;
	margin-right: 20px;
	margin-top: 0;
}
.offers p{
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	text-align: center;
}
.offers p span{
	font-size: 48px;
	line-height: 85px;
	display: block;
	margin: 25px 0;
}
.offers .mainbtn{
	margin: 0 auto;
	display: table;
}
.mainbtn{
	font-size: 18px;
	color: #fff !important;
	background-image: -moz-linear-gradient( 45deg, rgb(40,40,40) 0%, rgb(71,71,71) 100%);
  background-image: -webkit-linear-gradient( 45deg, rgb(40,40,40) 0%, rgb(71,71,71) 100%);
  background-image: -ms-linear-gradient( 45deg, rgb(40,40,40) 0%, rgb(71,71,71) 100%);
	border-radius: 50px;
	width: 230px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	display: block;
}



/* end offers */

/* start blog */

.blog{
	background-color: #f8f8f8;
	padding: 70px 0;
}
.blog .disc{
	margin: 100px 0;
}
.blog .blog-block{
	background-color: #fff;
	border-radius: 20px;
	padding: 10px;
	box-shadow: 0px 10px 25px 0px rgb(223, 223, 223);
}
.blog .blog-block img{
	width: 100%;
	height: 211px;
}
.blog .blog-block h1{
	font-size: 16px;
	color: #3b3b5d;
	margin-bottom: 25px;
	margin-top: 15px;
}
.blog .blog-block a.mainbtn{
	font-size: 12px;
  background-image: -moz-linear-gradient( 45deg, rgb(40,40,40) 0%, rgb(71,71,71) 100%);
  background-image: -webkit-linear-gradient( 45deg, rgb(40,40,40) 0%, rgb(71,71,71) 100%);
  background-image: -ms-linear-gradient( 45deg, rgb(40,40,40) 0%, rgb(71,71,71) 100%);
  width: 90px;
  height: 35px;
	line-height: 35px;
}

/* end blog */

/* start it */

.it{
	background-color: #fff;
	padding: 0 80px;
	padding-top: 100px;
	position: relative;
	/*height: 900px;*/
}
.it .disc h1 {
    width: 75%;
    line-height: 50px;
	margin-bottom: 30px;
}
.it .disc p{
	width: 96%;
	margin-bottom: 20px;
}
.it img{
	width: 500px;
	position: absolute;
	top: 0;
	left: 0;
}
.mainbtn2{
	font-size: 14px;
	color: #fff !important;
	background-image: -moz-linear-gradient( -45deg, rgb(229,28,28) 0%, rgb(246,91,91) 100%);
  background-image: -webkit-linear-gradient( -45deg, rgb(229,28,28) 0%, rgb(246,91,91) 100%);
  background-image: -ms-linear-gradient( -45deg, rgb(229,28,28) 0%, rgb(246,91,91) 100%);
	border-radius: 50px;
	width: 170px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: block;
}

/* end it */

/* start gallery */

.gallery{
	background-color: #f8f8f8;
	padding: 70px 0;
}
.gallery .disc{
	margin: 70px 0;
}
.gallery .disc p{
	margin-bottom: 40px;
}
.gallery .gallery-block{
	background-color: #fff;
	padding: 10px;
	margin-bottom: 25px;
	border-radius: 20px;
	box-shadow: 0px 10px 25px 0px rgb(223, 223, 223);
	overflow: hidden;
}
.gallery .gallery-block a{
	display: block;
	width: 100%;
	height: 100%;
}
.gallery .gallery-block img{
	width: 100%;
	height: 325px;
	transition: all .5s;
}
.gallery .gallery-block:hover img{
	transform: scale(1.1);
}

/* end gallery */

/* start footer */

footer {
    background-color: #323232;
    font-family: "Bahij_Light" ;
}
footer .footer_top {
    padding: 70px 80px;
    padding-bottom: 10px !important;
}
footer .footer_top p {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    margin-top: 50px;
    text-align: justify;
}
footer .footer_top .footer_header {
    font-size: 18px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 50px;
    height: 40px;
    position: relative;
}
footer .footer_top .footer_header:after {
    content: "";
    width: 50px;
    height: 4px;
    background-image: -moz-linear-gradient(100deg, #ff6473 20%, #ff0844 100%);
    background-image: -webkit-linear-gradient(100deg, #ff6473 20%, #ff0844 100%);
    background-image: -ms-linear-gradient(100deg, #ff6473 20%, #ff0844 100%);
    position: absolute;
    top: calc(100% - 6px);
    right: 0;
}
footer .footer_top .links {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    align-items: center;
}
footer .footer_top .links li {
    width: 33%;
    padding: 0 3px;
    text-align: center;
    margin-bottom: 8px;
}
footer .footer_top .links li a {
    width: 100%;
    height: 25px;
    font-size: 10px;
    line-height: 15px;
    background-color: #3b3a3a;
    font-weight: 400;
    padding: 5px 0;
    color: #fff;
    border-radius: 50px;
    display: block;
    transition: all 0.3s;
}
footer .footer_top .links li a:hover {
    color: #fff;
    background-color: #f04545;
}
footer .footer_top .info {
    padding: 0;
    margin-bottom: 0;
}
footer .footer_top .info li {
    display: flex;
    align-items: baseline;
    color: #fff;
    margin-bottom: 20px;
}
footer .footer_top .info li span {
    width: 14px;
    font-size: 12px;
    text-align: center;
    display: block;
    flex-shrink: 0;
}
footer .footer_top .info li h2 {
    width: 90px;
    font-size: 13px;
    line-height: 30px;
    margin: 0 5px;
    flex-shrink: 0;
    direction: ltr;
    white-space: nowrap;
}
footer .footer_top .info li h3 {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
    direction: ltr;
}
footer .footer_top .info li:nth-child(n + 6) h3 {
    direction: rtl;
}
footer .footer_bottom {
    background-color: #202020;
    padding: 0 80px;
}
.bottom_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    padding: 20px 0;
}
.bottom_container ul {
    margin-bottom: 0;
    background-color: transparent;
    padding: 0;
}
.bottom_container ul li {
    margin: 0 3px;
    position: relative;
}
.bottom_container ul li a {
    font-size: 14px;
    color: #fff;
    opacity: 0.5;
    transition: all 0.3s;
}
.bottom_container ul li a:hover {
    opacity: 1;
}
.bottom_container ul.right li:after {
    content: "";
    height: 17px;
    width: 2px;
    background-color: #7e7ea1;
    opacity: 0.2;
    position: absolute;
    top: 50%;
    left: -4px;
    transform: translateY(-50%);
}
.bottom_container ul.right li:last-child:after {
    display: none;
}
.bottom_container:after {
    content: "";
    width: 100%;
    height: 6px;
    background-color: #ea2e2e;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.bottom_container .copyright.xs {
    display: none;
}
.bottom_container .copyright h6 {
    font-size: 14px;
    color: #fff;
    margin: 0;
    direction: ltr;
}
.bottom_container .copyright h6 a {
    margin-left: 5px;
}
.bottom_container .payment li {
    margin: 0;
    padding: 0 1px;
}
.bottom_container .payment img {
    width: 40px;
    height: 30px;
    margin: 3px 0;
    background-color: #fff;
    padding: 2px;
    border-radius: 2px;
}

/* end footer */

/* totop */

.toTop {
    background-color: #ce291f;
    color: #fff;
    position: fixed;
    bottom: 60px;
    right: -60px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    line-height: 40px;
    border-radius: 7px;
    z-index: 35;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.07);
}
.toTop i {
    font-size: 18px;
    -webkit-transition: all .5s;
    transition: all .5s;
    color: #fff;
}
.toTop:hover {
    background-color: #303030;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .5s;
    transition: all .5s;
}
.toTop:hover i {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .5s;
    transition: all .5s;
	color: #FFFFFF;
}

/* end totop */

/* start search */

.mysearch {
    position: fixed;
    top: 0;
    background-color: rgb(236, 55, 56);
    width: 100%;
    height: 100%;
    left: 0;
    display: none;
    z-index: 99999999999;
    text-align: right;
    padding: 10px 0;
    background: -webkit-linear-gradient(bottom, rgba(90, 95, 93, 0.5)10%, rgb(236, 55, 56)80%);
    background: -o-linear-gradient(bottom, rgba(90, 95, 93, 0.5)10%, rgb(236, 55, 56)80%);
    background: -moz-linear-gradient(bottom, rgba(90, 95, 93, 0.5)10%, rgb(236, 55, 56)80%);
    background: linear-gradient(to top, rgba(90, 95, 93, 0.5)10%, rgb(236, 55, 56)80%);
}
.mysearch .search-input {
    height: 100px;
    width: 10%;
    padding: 10px 20px;
    color: #fff !important;
    font-size: 30px;
    margin-right: 60px;
    margin-top: 50px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff;
	border-radius: 0 0 0 3px;
    transition: all .5s;
    
}
.mysearch .close-btn {
    font-size: 50px;
    color: #fff;
    position: absolute;
    top: 4%;
    left: 4%;
}
.mysearch .close-btn:after{display: none !important;}
.mysearch .search-input:focus{outline: none;width: 90%;}

.mysearch input::-webkit-input-placeholder {
color: #fff !important;
}
 
.mysearch input:-moz-placeholder { /* Firefox 18- */
color: #fff !important; 
}
 
.mysearch input::-moz-placeholder {  /* Firefox 19+ */
color: #fff !important;
}
 
.mysearch input:-ms-input-placeholder {  
color: #fff !important;
}

/* end search */



/* end index */

.navigation .navbar-default .nav-left.client-nav{margin: 6px 0;}
.navigation .navbar-default .nav-left.client-nav li a{
	font-size: 14px;
}
.navigation .navbar-default .nav-left.client-nav li:first-child{
	margin-left: 20px;
}
.navigation .navbar-default .nav-left.client-nav li.menu-item-has-children span{line-height: 32px;}

.welcome-client{
	background-color: #f8f8f8;
	padding: 50px  60px;
    margin-top: 0px;
}
.welcome-client .row{
    display: flex;
    flex-wrap: wrap;
}
.welcome-client .row:first-child{margin-bottom: 90px;flex-direction: row-reverse;}
.welcome-client ul{margin: 0;margin-top: 15px;}
.welcome-client ul li{padding: 0;}
.welcome-client ul li a{
	font-size: 14px;
	color: #858585;
}
.welcome-client ul li:after{
	content: "/";
	color: #858585;
	margin: 0 5px;
}
.welcome-client ul li:last-child a{
	color: #eb4748;
}
.welcome-client ul li:last-child:after{display: none;}
.welcome-client h1{
	font-size: 30px;
	color: #eb4748;
}
.welcome-client .offers{background-image: url(../img/offer-banner.gif);padding: 20px 0;background-position: top;margin-bottom: 65px;height:110px;opacity: 0;}
.welcome-client .offers .offer-text{margin-right: 300px;}
.welcome-client .offers p{
	font-size: 14px;
	margin: 0;
}
.welcome-client .offers p span{
	font-size: 24px;
	line-height: 44px;
	margin: 0;
}
.welcome-client .client-block{
	background-color: #fff;
	box-shadow: 0px 5px 15px 0px rgb(223, 223, 223);
	border-radius: 20px;
	text-align: center;
	padding: 20px 0;
}
.welcome-client .client-block h1{
	font-family: "Poppins-Bold";
	font-size: 51px;
	color: #3f3f3f;
	margin-bottom: 0;
}
.welcome-client .client-block h2{
	font-size: 18px;
	color: #858585;
	margin: 0;
}
.welcome-client .client-block a{
	display: block;
	width: 100%;
	height: 100%;
}
form{
	/*margin-top: 95px;*/
}
form .form-group{
	position: relative;
	margin: 0 auto;
}
form .form-group .form-control{
	height: 50px !important;
	background-color: #fff;
	box-shadow: 7.071px 7.071px 25px 0px rgb(223, 223, 223);
	border-radius: 50px;
	border: none;
	outline: none;
	
    margin-bottom: 20px;
}
form .form-group textarea.form-control{
  	height: 120px !important;
    resize: none;
    border-radius: 25px;
    padding: 15px;
}
form .form-group .noneheight {
    height: 40px;
    margin-bottom: 20px;
    
}
form .form-group button {
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    border-radius: 50%;
    background-image: -moz-linear-gradient( -45deg, rgb(229,28,28) 0%, rgb(246,91,91) 100%);
    background-image: -webkit-linear-gradient( -45deg, rgb(229,28,28) 0%, rgb(246,91,91) 100%);
    background-image: -ms-linear-gradient( -45deg, rgb(229,28,28) 0%, rgb(246,91,91) 100%);
    border: none;
    box-shadow: none;
    position: absolute;
    top: 6px;
    left: 6px;
}
.welcome-client .welcome-service{
	background-color: #fff;
    box-shadow: 0px 5px 15px 0px rgb(223, 223, 223);
    border-radius: 20px;
    padding: 30px 20px;
	position: relative;
	margin-bottom: 20px;
}
.welcome-client .welcome-service h1{
	font-size: 18px;
	color: #3f3f3f;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}
.welcome-client .welcome-service p {
    font-size: 12px;
    color: #3f3f3f;
    font-weight: 600;
    line-height: 35px;
    margin: 0;
    margin-top: 20px;
}
.welcome-client .welcome-service p a {
    width: 100%;
    font-size: 13px;
    display: block;
    color: #000;
    transition: all .3s;
}
.welcome-client .welcome-service p a span.label{
    padding: 4px;
    margin: 8px 0;
    margin-left: 5px;
    
}
.welcome-client .welcome-service p a:hover{background-color: #e6e6e652;color: #f04445;}
.welcome-client .welcome-service p label{margin-right: 10px;}
.welcome-client .welcome-service p br{display: none;}
.welcome-client .welcome-service p a span, .welcome-client .welcome-service p a small{float: left;}
.welcome-client .welcome-service a.mainbtn {
    width: 145px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    position: absolute;
	top: 20px;
	left: 20px;
}
.welcome-client .welcome-service form{margin-top: 18px;}
.welcome-client .welcome-service form .input-group{margin: 0 !important;}
.welcome-client .welcome-service form .form-group {
    width: 100%;
}
.welcome-client .welcome-service form .form-group .form-control{
	width: 63%;
	height: 50px;
	float: right;
	margin-left: 10px;
}
.welcome-client .welcome-service form .form-group button{
	font-size: 14px;
	line-height: 50px;
	width: 90px;
	height: 50px;
	position: relative;
	top: auto;
	left: auto;
	float: right;
}
.welcome-client .welcome-service form .form-group .submit1{
background-image: -webkit-linear-gradient(bottom left, rgb(40,40,40) 0%, rgb(71,71,71) 100%);
background-image: -o-linear-gradient(bottom left, rgb(40,40,40) 0%, rgb(71,71,71) 100%);
background-image: linear-gradient(to top right, rgb(40,40,40) 0%, rgb(71,71,71) 100%);
	border-radius: 0 50px 50px 0;
	outline: none;
}
.welcome-client .welcome-service form .form-group .submit2{
	background-image: -moz-linear-gradient( -45deg, rgb(229,28,28) 0%, rgb(246,91,91) 100%);
  background-image: -webkit-linear-gradient( -45deg, rgb(229,28,28) 0%, rgb(246,91,91) 100%);
  background-image: -ms-linear-gradient( -45deg, rgb(229,28,28) 0%, rgb(246,91,91) 100%);
	border-radius: 50px 0 0 50px;
}

.accordion{
	list-style: none;
	margin-top: 0 !important;
	padding: 10px;
	background-color: #fff;
	box-shadow: 0px 5px 15px 0px rgb(223, 223, 223);
	border-radius: 20px;
}
 /*.accordion li{ }*/

 .accordion .row{display:none; }
.accordion li:first-child .row{display:block;}
 .accordion img{     width: 100%;
    height: 100%;
    position: relative; }

.accordion .link {
    cursor: pointer;
    display: block;
	height: 40px;
	line-height: 40px;
    padding: 0 25px;
    color: #fff;
    font-size: 14px;
    position: relative;
	border-radius: 50px;
	background-image: -moz-linear-gradient( -45deg, rgb(229,28,28) 0%, rgb(246,91,91) 100%);
  background-image: -webkit-linear-gradient( -45deg, rgb(229,28,28) 0%, rgb(246,91,91) 100%);
  background-image: -ms-linear-gradient( -45deg, rgb(229,28,28) 0%, rgb(246,91,91) 100%);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.accordion li:last-child .link {
    border-bottom: 0;
}


.accordion .row{
    padding-bottom: 20px
}


.accordion li i {
    position: absolute;
    top: 0px;
    /*padding: 415px*/
    right: 10px;
    font-size: 14px;
    color: #fff;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.accordion h1{
	font-size: 14px;
	line-height: 24px;
	color: #3f3f3f;
	padding: 0 20px;
}
.accordion ul li h3{
	font-family: "Neo-Sans";
	color: #3f3f3f;
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
	margin: 0 10px;
	padding: 5px 0;
	border-bottom: 1px solid #efefef;
}
.accordion ul li:last-child h3{
	border-bottom: none;
	    
}
.accordion h3 span{
	color: #858585;
	display: block;
}
.accordion h1.text-center{font-size: 18px;line-height: 36px;color: #282828;}
.accordion h1.text-center span{color: #6e6e6e;display: block;}
.accordion ul li h4{
	font-family: "Neo-Sans";
	color: #3f3f3f;
	font-size: 13px;
	line-height: 24px;
	font-weight: 600;
	margin: 0 10px;
	padding: 5px 0;
	border-bottom: 1px solid #efefef;
}
.accordion ul li:last-child h4{
	border-bottom: none;
	    
}
.accordion h4 span{
	margin-left: 10px;
}
.accordion .btn-group .mainbtn{
	width: 110px;
	float: right;
	margin: 0 5px;
	margin-top: 20px;
	margin-bottom: -20px;
}
.accordion ul {
	padding: 0;
	list-style: none;
	padding-right: 5px;
}
.accordion ul li{
	font-size: 14px;
	line-height: 24px;
	color: #858585;
}
.accordion ul li:first-child{
	font-family: "ITC-W23Bd";
	color: #3f3f3f;
}
.accordion ul li span{
	font-family: "Poppins-Bold";
}
.accordion ul li:after{display: none;}
.accordion li i.fa-caret-down {
    left: auto;
    right: 10px;
    font-size: 14px;
    line-height: 40px;
    top: 0;
}
.accordion .mainbtn{
	font-size: 14px;
	width: 130px;
	height: 35px;
	line-height: 35px;
	margin: 0 auto;
	margin-top: 40px;
}
.mainbtn.green{
	margin-top: 10px;
  background-image: -moz-linear-gradient( -45deg, rgb(81,153,52) 0%, rgb(124,210,89) 100%);
  background-image: -webkit-linear-gradient( -45deg, rgb(81,153,52) 0%, rgb(124,210,89) 100%);
  background-image: -ms-linear-gradient( -45deg, rgb(81,153,52) 0%, rgb(124,210,89) 100%);
}
.accordion li.open .link {
    color: #fff;
    background-color: #2a85e7;
}

.accordion li.open i {
    color: #fff;
}
.accordion li.open i.fa-caret-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion li.default .submenu {display: block;}
.accordion .more {color: #212121}

.accordion .col-md-3{
    padding: 15px;
}


.tickets{
	background-color: #f8f8f8;
	padding: 50px 80px;
}
form.select {
    width: 90% !important;
    margin: 10px 5%;
    margin-bottom: -10px;
}
form.select label{
	border-bottom: 1px solid #efefef;
	font-family: "ITC-W23Bd";
	padding: 10px 0;
	display: block;
	cursor: pointer;
}
form.select label a{
	font-size: 14px;
	color: #3f3f3f;
}
form.select label input{
	font-size: 14px;
	line-height: 24px;
	color: #3f3f3f;
	margin-left: 10px;
}
form.select label:last-child{border-bottom: none;padding-bottom: 0;}

div.select {
    width: 90% !important;
    margin: 10px 5%;
    margin-bottom: -10px;
}
div.select label{
	border-bottom: 1px solid #efefef;
	font-family: "ITC-W23Bd";
	padding: 10px 0;
	display: block;
	cursor: pointer;
}
div.select label a{
	font-size: 14px;
	color: #3f3f3f;
}
div.select label input{
	font-size: 14px;
	line-height: 24px;
	color: #3f3f3f;
	margin-left: 10px;
}
div.select label:last-child{border-bottom: none;padding-bottom: 0;}

.tickets form{
	margin-top: 0;
    display: inline-block;
    width: 95%;
}
.tickets form .form-group {
    width: 100%;
    display: inline-block;
}
.tickets form .form-group .form-control{
	height: 40px !important;
	margin-right: 5px;
}
.tickets form .form-group button {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    top: 0;
    left: 15px;
}
.tickets h6{
	font-size: 10px;
	line-height: 24px;
	color: #3f3f3f;
	float: left;
	letter-spacing: 1px;
	margin: 0;
	margin-left: 55px;
	font-weight: bold;
}

.table{
	margin-top: 20px;
	width: 99%;
    margin: 20px auto;
}
.table thead.tabel-head{margin-bottom: 20px;}
.table thead tr{
	background-color: #282828;
	 background-image: -moz-linear-gradient( 45deg, rgb(40,40,40) 0%, rgb(71,71,71) 100%);
  background-image: -webkit-linear-gradient( 45deg, rgb(40,40,40) 0%, rgb(71,71,71) 100%);
  background-image: -ms-linear-gradient( 45deg, rgb(40,40,40) 0%, rgb(71,71,71) 100%);
	border-radius: 50px;
	color: #fff;
	height: 40px;
	font-size: 12px;
}
.table thead tr th{
	vertical-align: middle;
	text-align: center;
	border-bottom: none;
}
.table thead tr th:first-child{border-radius: 0 50px 50px 0;}
.table thead tr th:last-child{border-radius: 50px 0 0 50px;}

.table tbody tr{
  border-radius: 20px !important;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 5px 15px 0px rgb(223, 223, 223);
  height: 95px;
	font-size: 12px !important;
	color: #3f3f3f !important;
}
.table tbody tr td{
	border: none;
	text-align: center;
	vertical-align: middle;
}
.invoice .table tbody tr td{font-size: 14px !important;color: #3f3f3f !important;font-weight: bold;}
.table tbody tr td a{font-size: 14px !important;color: #3f3f3f !important;font-weight: bold;}
.table tbody tr td:first-child{border-radius: 0 20px 20px 0 !important;}
.table tbody tr td:last-child{border-radius: 20px 0 0 20px !important;}
.table tbody tr .mainbtn {
    font-size: 12px;
    width: 70px;
    height: 30px;
    line-height: 30px;
    padding: 0;
	color: #fff !important;
    vertical-align: middle;
	font-weight: normal;
    margin: 32px auto;
	border-radius: 50px;
}
.table tbody tr .mainbtn.status-open{
  background-image: -moz-linear-gradient( -45deg, rgb(81,153,52) 0%, rgb(118,197,86) 100%);
  background-image: -webkit-linear-gradient( -45deg, rgb(81,153,52) 0%, rgb(118,197,86) 100%);
  background-image: -ms-linear-gradient( -45deg, rgb(81,153,52) 0%, rgb(118,197,86) 100%);
}
.mainbtn.status-red{
  background-image: -moz-linear-gradient( -45deg, rgb(229,28,28) 0%, rgb(246,91,91) 100%);
  background-image: -webkit-linear-gradient( -45deg, rgb(229,28,28) 0%, rgb(246,91,91) 100%);
  background-image: -ms-linear-gradient( -45deg, rgb(229,28,28) 0%, rgb(246,91,91) 100%);
}
.table tbody tr.spacer1{height: 20px;box-shadow: none !important;}
.table tbody tr.spacer2{height: 25px;box-shadow: none !important;}

.tickets .pagination, .tickets .views {
    float: right;
    margin: 0;
    margin-left: 30px;
	height: 40px;
	line-height: 40px;
	margin-top: 20px;
}

.tickets .pagination li a{
	font-family: "Poppins-Bold";
	font-size: 14px;
	color: #fff;
	background-color: #282828;
	border-radius: 5px;
	margin: 0 5px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	padding: 0;
	text-align: center;
	border: none;
}
.tickets .pagination li:first-child a, .tickets .pagination li:last-child a{background-color: #ee3e3e;}
.tickets .views li{
	font-size: 14px;
	color: #3f3f3f;
	font-weight: bold;
	position: relative;
}
.tickets .views li select{
		border: 1px solid rgb(236, 236, 236);
  border-radius: 5px;
background-color: #fff;
  width: 76px;
  height: 44px;
	padding: 0 10px;
	    -webkit-appearance: none;
	outline: none;
	cursor: pointer;
}
.tickets .views li span{
	position: absolute;
	left: 20px;
	top: 0;
	font-weight: bold;
	font-size: 8px;
	line-height: 44px;
}

.tickets-replay .add-replay{
	font-size: 14px;
	color: #fff;
	line-height: 50px;
	display: block;
  background-image: -moz-linear-gradient( 45deg, rgb(40,40,40) 0%, rgb(71,71,71) 100%);
  background-image: -webkit-linear-gradient( 45deg, rgb(40,40,40) 0%, rgb(71,71,71) 100%);
  background-image: -ms-linear-gradient( 45deg, rgb(40,40,40) 0%, rgb(71,71,71) 100%);
  height: 50px;
	padding: 0 40px;
	border-radius: 50px;
	margin-bottom: 20px;
}
.tickets-replay .chat{list-style: none;padding: 0;}
.tickets-replay .chat>li{
  border-radius: 20px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 5px 15px 0px rgb(223, 223, 223);
	margin-bottom: 25px;
	padding: 20px;
}
.tickets-replay .replay-header{
	height: 50px;
	padding: 10px 20px;
}
.tickets-replay .replay-header img{
	float: right;
}
.tickets-replay .replay-header h3, .tickets-replay .replay-header h4{
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	float: right;
	margin: 0;
	margin-right: 25px;
}
.tickets-replay .replay-header h4{
	float: left;
	margin-right: 0 !important;
}
.tickets-replay .staff .replay-header{
  background-image: -moz-linear-gradient( -45deg, rgb(63, 205, 247) 0%, rgb(26, 134, 165) 100%);
  background-image: -webkit-linear-gradient( -45deg, rgb(63, 205, 247) 0%, rgb(26, 134, 165) 100%);
  background-image: -ms-linear-gradient( -45deg, rgb(63, 205, 247) 0%, rgb(26, 134, 165) 100%);
}
.tickets-replay .clientss .replay-header{
  background-image: -moz-linear-gradient( -45deg, rgb(255, 90, 90) 0%, rgb(204, 24, 24) 100%);
  background-image: -webkit-linear-gradient( -45deg, rgb(255, 90, 90) 0%, rgb(204, 24, 24) 100%);
  background-image: -ms-linear-gradient( -45deg, rgb(255, 90, 90) 0%, rgb(204, 24, 24) 100%);
}
.tickets-replay p{margin: 0;}
.tickets-replay pre, .tickets-replay p{
    font-family: "Neo-Sans";
    font-size: 14px;
    line-height: 24px;
    color: #3f3f3f;
    background-color: transparent;
    border: none;
    padding: 7px;
    font-weight: bold;
	margin-bottom: 0;
	margin-top: 10px;
	border-radius: 0;
}
.tickets-replay .clientss p{
	padding-bottom: 100px;
	border-bottom: 1px solid #b7b7b7;
}
.tickets-replay .clientss h5 {
    font-family: "ITC-W23Bd";
    font-size: 14px;
    margin-top: 15px;
    color: #8d8d8d;
    margin-bottom: 0;
    text-align: left;
}
.tickets-replay .rate{
	margin: 0 10px;
	margin-top: -10px;
}
.tickets-replay .rate li{padding: 0;}
.tickets-replay .rate li span{
	font-family: FontAwesome;
	font-size: 18px;
	color: #cacaca;
}
.tickets-replay .col-md-9 .accordion{width: 280px;}
.tickets-replay .col-md-9 .accordion .row{
	padding-top: 10px;
	padding-bottom: 0;
}


.product form{width: 60%;}
.product form h4{
	font-size: 14px;
	line-height: 60px;
	color: #282828;
	margin-right: 40px;
	font-weight: bold;
}
.product form .form-group button{
	width: 130px;
	border-radius: 50px;
}
.table tbody tr td a.update{
	font-size: 12px;
	color: #76ca54 !important;
}
.table tbody tr td a.update span{font-family: FontAwesome;}
.table tbody tr td span.fa-times {
    color: #f65b5b !important;
    float: left;
    line-height: 21px;
    margin-left: 20px;
}

.login{
	text-align: center;
	/*background-color: #f8f8f8;*/
	padding: 50px 80px;
}
.login .col-xs-12{margin: 0 auto;float: none;}
.login h1{
	font-size: 30px;
	color: #eb4748;
}
.login h2{
	font-size: 14px;
	color: #858585;
	margin-top: 40px;
}
.login form .form-group{position: relative;margin-bottom: 15px;}
.login form .form-group label{
	font-size: 14px;
	line-height: 24px;
	color: #3f3f3f;
	margin-bottom: 20px;
	float: right;
	padding-right: 15px;
}
.login form .form-group .form-control{padding-right: 60px;}
.login form .form-group select.form-control{padding-right: 60px !important;}
.login form .form-group span{
	font-size: 14px;
	color: #cccccc;
	position: absolute;
	top: 63px !important;
	right: 40px;
}
.login form .form-group .submit1 {
    background-image: -moz-linear-gradient( -45deg, rgb(229,28,28) 0%, rgb(246,91,91) 100%);
    background-image: -webkit-linear-gradient( -45deg, rgb(229,28,28) 0%, rgb(246,91,91) 100%);
    background-image: -ms-linear-gradient( -45deg, rgb(229,28,28) 0%, rgb(246,91,91) 100%);
    width: 250px;
    max-width:100%;
    height: 50px;
    line-height: 44px !important;
    outline: none;
    margin-top: 30px;
    border-radius: 50px;
    position: relative;
    margin-bottom: 20px;
    display: table;
    outline: none;
    margin: 30px auto;
}
.login form a.ps-lost, .login form h3{
	font-size: 14px;
	line-height: 30px;
	color: #3f3f3f;
	font-weight: bold;
	margin: 0;
}
.login form h3 a{color: #e51c1c;display: inline-block;}

.sisn-up .col-xs-12{float: right;}
.sisn-up form{}
.sisn-up form label{display: block;width: 100%;margin-bottom: 20px;text-align: right;padding-right: 30px;float: right;font-size: 14px;}
.sisn-up form .form-group{margin-bottom: 30px;}
.sisn-up form .form-group span{top: 20px !important;right: 40px;transform: rotateY(180deg);}
.sisn-up form .form-group .submit1{
	width: 450px;
	margin: 0 auto;
	margin-top: 20px;
}
.work-gallery{
	padding: 50px 80px;
	background-color: #f8f8f8;
	margin-top: 130px;
}
.work-gallery h1{font-size: 30px;line-height: 20px;color: #3f3f3f;}
.work-gallery .nav-tabs{
	margin-top: 30px;
	margin-bottom: 60px;
	border: none;
}
.work-gallery .nav-tabs>li>a{
	font-size: 14px;
	line-height: 24px;
	color: #000;
	font-weight: bold;
	padding: 10px 0;
	margin: 0 15px;
	border: none !important;
	border-bottom: 2px solid transparent !important;
	transition: all .3s;
}
.work-gallery .nav-tabs>li.active>a, .work-gallery .nav-tabs>li>a:focus, .work-gallery .nav-tabs>li>a:hover{
	color: #e51c1c;
	background-color: transparent !important;
	border: none !important;
	border-bottom: 2px solid #e51c1c !important;
}
.work-gallery img{width: 100%;height: 340px;margin-bottom: 30px;}
.work-gallery .mainbtn{
	    background-image: -moz-linear-gradient( -45deg, rgb(229,28,28) 0%, rgb(246,91,91) 100%);
    background-image: -webkit-linear-gradient( -45deg, rgb(229,28,28) 0%, rgb(246,91,91) 100%);
    background-image: -ms-linear-gradient( -45deg, rgb(229,28,28) 0%, rgb(246,91,91) 100%);
	font-size: 12px;
  width: 170px;
  height: 40px;
line-height: 40px;
	margin: 0 auto;
	display: table;
	margin-top: 20px;
	
}
.work-gallery .mainbtn span{margin-left: 10px;transition: all .5s;}
.work-gallery .mainbtn:hover span{
	transform: rotate(-360deg);
}
.work-gallery .gblock{display: none;}
.work-gallery .gblock:nth-of-type(1), .work-gallery .gblock:nth-of-type(2), .work-gallery .gblock:nth-of-type(3), .work-gallery .gblock:nth-of-type(4), .work-gallery .gblock:nth-of-type(5){
	display: block;
}


.slider.service-page{
	background-image: url(../img/slider2.png);
	height: 650px;
}
.slider.service-page .title h1{
	font-size: 30px;
	line-height: 50px;
	color: #fff;
}
.slider.service-page .title p{
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	width: 67%;
}
.slider.service-page img{
	position: absolute;
	left: 0;
}

.plans {
    background-color: #fff;
    padding-bottom: 70px;
    padding-top: 70px;
}
.plans .plan-block{
    width: 25%;
    float: right;
    background-color: #f2f2f2;
    padding: 10px;
    text-align: center;
    font-size: 12px;
    line-height: 36px;
    transition: all .3s;
margin-bottom: 20px;
}
.plans .plan-block h1{
	font-size: 14px;
	line-height: 36px;
	color: #353535;
}
.plans .plan-block h2{
	font-size: 12px;
	line-height: 36px;
	color: #282828;
	margin-top: 40px;
}
.plans .plan-block h2 span{
	font-family: "Poppins-Bold";
	font-size: 48px;
}
.plans .plan-block h3 {
    font-size: 12px;
    color: #c2c2c2;
    margin-top: 5px;
}
.plans .plan-block hr{
	border-top: 2px solid rgb(239, 239, 239);
}
.plans .plan-block ul{
	list-style: none;
	padding: 0;
	margin: 15px auto;
}
.plans .plan-block ul li{
	font-size: 12px;
	line-height: 36px;
	color: #353535;
}
.plans .plan-block .mainbtn{
	margin: 30px auto;
	display: table;
  width: 200px;
  height: 35px;
line-height: 35px;
	font-size: 12px;
}
.plans .plan-block:hover{
 border-radius: 20px;
 background-color: rgb(255, 255, 255);
 box-shadow: 0px 10px 25px 0px rgb(223, 223, 223);
    margin-top: -50px;
margin-bottom: 70px;
}

.plans .plan-block:hover h2{
  color: #f43954;
}
.plans .plan-block:hover .mainbtn{
  background-image: -moz-linear-gradient( -45deg, rgb(229,28,28) 0%, rgb(246,91,91) 100%);
  background-image: -webkit-linear-gradient( -45deg, rgb(229,28,28) 0%, rgb(246,91,91) 100%);
  background-image: -ms-linear-gradient( -45deg, rgb(229,28,28) 0%, rgb(246,91,91) 100%);
}

.designs{
	background-color: #f8f8f8;
	padding: 60px 0;
}
.designs .desc p{width: 100%;}
.designs .design-blocks {
    width: 100%;
    display: block;
    float: right;
    padding: 0 70px;
	margin-bottom: 50px;
}
.designs .block {
    width: 17%;
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 25px 0px rgb(223, 223, 223);
    padding: 10px;
    margin: 0 1.5%;
    float: right;
}
.designs .block span{
  border-radius: 50%;
  background-image: -moz-linear-gradient( -45deg, rgb(229,28,28) 0%, rgb(246,91,91) 100%);
  background-image: -webkit-linear-gradient( -45deg, rgb(229,28,28) 0%, rgb(246,91,91) 100%);
  background-image: -ms-linear-gradient( -45deg, rgb(229,28,28) 0%, rgb(246,91,91) 100%);
  width: 60px;
  height: 60px;
  font-size: 24px;
	color: #fff;
	line-height: 60px;
	margin: 10px auto;
	text-align: center;
	font-weight: normal;
	font-family: FontAwesome;
	display: table;
}
.designs .block h1{
	font-size: 14px;
	line-height: 24px;
	color: #404040;
	text-align: center;
	margin: 20px 0;
}
.designs .block p{
	font-size: 10px;
	line-height: 18px;
	color: #868686;
	font-weight: bold;
	width: 95%;
}
.designs .mainbtn2{
	margin: 0 auto;
	display: table;
}


.service-slider{
	background-image: url(../img/service-slider-bg.png);
	background-size: cover;
	background-position: center;
	padding: 70px 0;
}
.service-slider .col-md-8{
	margin: 0 auto;
	float: none;
}
.service-slider p{
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	margin: 0 auto;
}
.service-slider .detail{
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 70px;
	display: table;
}
.service-slider .detail img{
	width: 80px !important;
	height: 80px;
	border-radius: 50px;
	float: left;
	border: 3px solid #fff;
}
.service-slider .detail .text{
	float: left;
	margin: 17px 10px;
}
.service-slider .detail .text h2{
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	margin: 0;
	text-align: left;
}
#service-slider .owl-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    z-index: 999;
    display: -webkit-inline-box;
}
#service-slider .owl-dot{width: 10px;margin: 0 7px;height: 10px;background-color: #FFFFFF;border-radius: 50%;transition: all .5s ease;}
#service-slider .owl-dot.active{width: 16px;height: 16px;box-shadow: 0px 0px 5px 0px rgb(255, 255, 255);background-color: #f55657;border: 3px solid #fff;margin-top: -3px;}

.Ques{
	background-color: #f8f8f8;
	padding: 0 80px;
	padding-top: 70px;
	padding-bottom: 100px;
}
.Ques .disc h1{
	margin-top: 0;
}
.Ques .disc p{
	width: 50%;
	margin-bottom: 40px;
}
.Ques .ques-block{
	display: block;
  border-radius: 15px;
  background-image: -moz-linear-gradient( -45deg, rgb(229,28,28) 0%, rgb(229,67,68) 100%);
  background-image: -webkit-linear-gradient( -45deg, rgb(229,28,28) 0%, rgb(229,67,68) 100%);
  background-image: -ms-linear-gradient( -45deg, rgb(229,28,28) 0%, rgb(229,67,68) 100%);
  width: 100%;
  height: 60px;
	margin-bottom: 30px;
	font-size: 18px;
	line-height: 60px;
	color: #fff;
	padding: 0 30px;
}
.Ques .ques-block span{
	float: left;
	line-height: 60px;
}


.Ques .accordion {
    list-style: none;
    margin-top: 0 !important;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
    border-radius: 20px;
}
.Ques .accordion li:first-child .row{display: none;}
.Ques .accordion .row{padding-bottom: 0;}
.Ques .accordion li{
	background-color: #fff;
    border-radius: 15px;
    margin-bottom: 30px;
}
.Ques .accordion .link {
    cursor: pointer;
    display: block;
    height: 60px;
    line-height: 60px;
    padding: 0 25px;
    color: #fff;
    font-size: 18px;
    position: relative;
    border-radius: 15px;
    background-image: -moz-linear-gradient( -45deg, rgb(229,28,28) 0%, rgb(246,91,91) 100%);
    background-image: -webkit-linear-gradient( -45deg, rgb(229,28,28) 0%, rgb(246,91,91) 100%);
    background-image: -ms-linear-gradient( -45deg, rgb(229,28,28) 0%, rgb(246,91,91) 100%);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.Ques .accordion li.open .link{
	margin-bottom: 10px;
	border-radius: 15px 15px 0 0;
}
.Ques .accordion li i {
    position: absolute;
    top: 0px;
    left: 25px;
	right: auto;
    font-size: 18px;
    line-height: 60px;
    color: #fff;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.Ques .accordion li.open i.fa-caret-left {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.Ques .accordion li p{
	font-size: 14px;
    line-height: 24px;
    color: #858585;
	padding: 0 20px;
}



/* loader */

.preloader{
	width: 100%;
	height: 100%;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999999999999;
	opacity: 1;
	transition: all .5s;
}
.preloader img{
	width: 120px;
	height: 103px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 2.5s;
}
.preloader .img2{opacity: 0;}
.preloader .img2.newopacity{opacity: 1;}

.hideopacity{opacity: 0;}



@-webkit-keyframes slide-up {
   from {top: 50px;}
   to {top: 0;}
}

/* Standard syntax */
@keyframes slide-up {
   from {top: 50px;}
   to {top: 0;}
}

.sidebar-footer a{
font-size: 14px;
    width: 130px;
    height: 35px;
    margin: 0 auto;
    margin-top: 40px;
  
	color: #fff !important;
	background-image: -moz-linear-gradient( 45deg, rgb(40,40,40) 0%, rgb(71,71,71) 100%);
  background-image: -webkit-linear-gradient( 45deg, rgb(40,40,40) 0%, rgb(71,71,71) 100%);
  background-image: -ms-linear-gradient( 45deg, rgb(40,40,40) 0%, rgb(71,71,71) 100%);
	border-radius: 50px;
	border-color: transparent;	
}



/*.about{*/
/*	padding: 40px 80px;*/
/*	background-color: #f8f8f8;*/
/*}*/

.about_header {
    background-image: url(../img/about_bg2.png) !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: auto !important;
    background-color: transparent !important;
    padding: 100px 0 !important;
    text-align: center;
    color: #fff;
}
.about_header .breadcrumb {
    margin-bottom: 0;
    background-color: transparent;
    font-weight: 600;
}
.about_header .breadcrumb > li + li:before {
    padding: 0 3px;
    color: #ccc;
    content: ".\00a0";
}
.about_header .breadcrumb > li a{
    color: #c2c2c2;
}
.about_disc{
    padding: 30px 80px;
    position: relative;
}
.about_disc .about_shape {
    width: auto;
    position: absolute;
    max-height: 100%;
    right: -140px;
    top: 30%;
    transform: translateY(-50%);
}
.about_disc img{
    max-width: 100%;
    width:100%;
}
.about_disc h1 {
    font-size: 24px;
    color: #000;
    margin-bottom: 20px;
}
.about_disc p {
    font-size: 18px;
    line-height: 35px;
    color: #000;
    text-align: justify;
}
.about.about_sec {
    background-image: url(../img/about_sec-bg.png);
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 90px !important;
}
.about .row .col-md-4{
    margin: 10px 0;
}

.about .about-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px 40px;
    height: 100%;
    position: relative;
    box-shadow: 0 0px 10px rgb(0 0 0 / 16%);
    background-color: #fff;
    border-radius: 7px;
    margin-top: 15px;
    transition: all .3s;
}
.about .about-block:after {
    position: absolute;
    content: '';
    background-color: #fff;
    z-index: 9;
    width: 100%;
    height: 60%;
    bottom: 0px;
    left: 0px;
    transform-origin: top right;
    transform: skewY(175deg);
    border-radius: 7px;
    box-shadow: 0px 7px 7px rgb(0 0 0 / 14%);
    transition: all .3s;
}
.about .disc{margin-top: 40px;}
.about .about-block img {
    max-width: 100%;
    height: 80px;
    margin-top: 40px;
    position: relative;
    z-index: 9;
    transition: all .3s;
}
.about .about-block img.hvr{display:none;}
.about .about-block span{
	font-size: 72px;
	line-height: 50px;
	color: #f24c4d;
}
.about .about-block span.fa-lightbulb{
	transform: rotateY(180deg);
}
.about .about-block .text {
    margin: 30px 0;
    position: relative;
    z-index: 99;
}
.about .about-block .text h1 {
    font-size: 24px;
    color: #000;
    margin-top: 0;
    margin-bottom: 20px;
    transition: all .3s;
}
.about .about-block .text p {
    font-size: 16px;
    line-height: 26px;
    color: #000;
    margin-bottom: 0;
    transition: all .3s;
}

.about .about-block:hover,.about .about-block:hover:after{
    background-color: #ED2C20;
}
.about .about-block:hover .text h1,.about .about-block:hover .text p{color:#fff;}
.about .about-block:hover img.main{display:none;}
.about .about-block:hover img.hvr{display:block;}

/* vertical-timeline */

.about_timeline{
    padding: 30px 80px;
}
.about_timeline .title h1, .team .title h1{
    color: #000;
}
.about_timeline .title p,.team .title p {
    width: 55%;
    font-size: 16px;
    color: #000;
    margin: 20px auto;
}

.cd-timeline {
    overflow: hidden;
	margin-top: 3em;
    margin-bottom: 3em;
}

.cd-timeline__container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
}

.cd-timeline__container::before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #DCDCDC;
    z-index: 9;
    left: 50%;
    transform: translateX(-50%);
}

.cd-timeline__block {
  position: relative;
  margin: 5px 0;
}

.cd-timeline__block:after {
  /* clearfix */
  content: "";
  display: table;
  clear: both;
}

.cd-timeline__img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}

.cd-timeline__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.cd-timeline__img.cd-timeline__img--picture {
 /* background: #f8f8f8;*/
	/*margin-left: 125px;*/
}

.cd-timeline__content:after {
  /* clearfix */
  content: "";
  display: table;
  clear: both;
}

.cd-timeline__content .text {
    width: 50%;
    text-align: right;
    padding-right: 20px;
}
.cd-timeline__content .text h2 {
    width: 300px;
    max-width: 100%;
    min-height: 100px;
    color: #000;
    line-height: 30px;
    font-size: 18px;
    margin: 0;
    text-align: center;
    border: 1px solid #ED3B2F;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    padding: 20px;
    font-family: "Bahij_Light";
}

.cd-timeline__content p,
.cd-timeline__read-more,
.cd-timeline__date {
  font-size: 20px;
	color: #0e232b;
}

.cd-timeline__content p {
  margin: 1em 0;
  line-height: 1.6;
}

.cd-timeline__read-more,
.cd-timeline__date {
  display: inline-block;
}

.cd-timeline__read-more {
  float: right;
  padding: .8em 1em;
  background: #acb7c0;
  color: white;
  border-radius: 0.25em;
}

.cd-timeline__read-more:hover {
  background-color: #bac4cb;
}

.cd-timeline__date {
  float: left;
  padding: 0;
}

.cd-timeline__content {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
.cd-timeline__date {
    width: 50%;
    font-size: 20px;
    text-align: left;
    font-weight: bold;
    padding-left: 20px;
}
  .cd-timeline__content.cd-timeline__content--bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
            animation: cd-bounce-2 0.6s;
  }
  .cd-timeline__block:nth-of-type(even) .cd-timeline__content{
      flex-direction: row;
  }
  .cd-timeline__block:nth-of-type(even) .cd-timeline__date{
      text-align: right;
      padding-right: 20px;
  }
  .cd-timeline__block:nth-of-type(even) .cd-timeline__content .text {
        text-align: left;
        padding-left: 20px;
        padding-right: 0;
    }
  .cd-timeline__block:nth-of-type(even) .cd-timeline__content .text h2{
        float: left;
    }

@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

section#main-body{padding: 20px 80px;}

@media (max-width:991px){
	.about .about-block span{font-size: 50px;}

}

@media (max-width:768px){
	.about .about-block img{display: none;}
	.about.about_sec .about-block img{display:block;}
	.about.about_sec .about-block img.hvr{display:none;}
	.about.about_sec .about-block:hover img.main{display:none;}
    .about.about_sec .about-block:hover img.hvr{display:block;}
    .about .row .col-md-4 {
    margin: 50px 0;
}
    .about_disc img {
    margin: 0 auto;
    max-width: 400px;
    display: table;
}
    .about_disc{padding-bottom: 0;}
    .about.about_sec{padding: 10px 0;}
    .about .about-block .text {margin-bottom:10px;}
}

@media (max-width:640px){
	.cd-timeline__content .text h2 {
        line-height: 26px;
        font-size: 15px;
        padding: 10px;
    }
}

@media (max-width:360px){
	.about .about-block .text{width: 100%;}
	.about .about-block .text h1{margin: 10px 0;}
}

.team {
    padding: 30px 80px;
    position: relative;
    overflow-x: hidden;
}
.team .r_shape {
    position: absolute;
    max-height: 100%;
    right: -80px;
    top: 15%;
}
.team .l_shape {
    position: absolute;
    max-height: 100%;
    left: -100px;
    top: 30%;
    transform: rotateY(180deg);
}
.team .team_block {
    position: relative;
}
.team .team_block img {
    width: 100%;
    height: 330px;
    border-radius: 17px;
}
.team .team_block .text {
    width: 90%;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 -4px 24px rgb(0 0 0 / 20%);
    text-align: center;
    padding: 20px 10px;
    min-height: 100px;
    margin: 0 5%;
    margin-top: -50px;
    margin-bottom: 30px;
    z-index: 9;
    position: relative;
}
.team .team_block .text h1 {
    font-size: 20px;
    line-height: 35px;
    color: #000;
    margin-top: 0;
}
.team .team_block .text h3 {
    font-size: 18px;
    color: #7D7D7D;
    margin: 0;
}
#team_slider .owl-dots {
    margin-top: 20px;
}
#team_slider .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    background-color: #fff;
    border: 1px solid #EE2013;
    transition: all .3s;
}
#team_slider .owl-dots .owl-dot.active span,
#team_slider .owl-dots .owl-dot:hover span {
    background-color: #EE2013;
}

.design-page{
	background-color: #f8f8f8;
	padding: 50px 80px;
	position: relative;
	overflow: hidden;
}
.design-page .disc h1{
	margin-bottom: 60px;
}
.design-page .disc p{
	width: 100%;
}
.design-page .disc .mainbtn2{
	margin-bottom: 80px;
}
.design-page .disc .block{
	padding-right: 0;
	padding-left: 30px;
}
.design-page .disc .block h2{
	font-size: 18px;
	line-height: 24px;
	color: #3f3f3f;
}
.design-page .disc .block p{margin-bottom: 30px;}
.design-page img {
    position: absolute;
    left: -18%;
    top: 0;
    width: 700px;
}
.design-page .pull-right img{
	left: 0;
}
.design-page .row:first-child{
	margin-bottom: 200px;
}
.design-page .row:nth-of-type(3) img{
	    left: -37%;
}

.logo .logo1{
	width: 130px;
	height: 50px;
}



/* map section */

.map{
	background-color: #fff;
	padding: 50px 0;
}
.map .map-content{
    position: relative;
    width: max-content;
    margin: 0 auto;
}
.map h2{
	font-size: 24px;
	line-height: 16px;
	color: #b6b6b6;
	text-align: center;
	margin-top: 35px;
}
.map h2 span{
	color: #f55657;
	font-family: "Poppins-Regular";
}
.map .map-content img.main-map{
	width: 100%;
	margin: 0 auto;
}
.map .map-content .mark1{position: absolute;bottom: 18%;right: 12%;}
.map .map-content .mark2{position: absolute;bottom: 25%;right: 17%;}
.map .map-content .mark3{position: absolute;bottom: 35%;right: 21%;}
.map .map-content .mark4{position: absolute;bottom: 50%;right: 30%;}
.map .map-content .mark5{position: absolute;bottom: 55%;right: 22%;}
.map .map-content .mark6{position: absolute;bottom: 60%;right: 25%;}
.map .map-content .mark7{position: absolute;bottom: 56%;right: 34%;}
.map .map-content .mark8{position: absolute;bottom: 62%;right: 18%;}
.map .map-content .mark9{position: absolute;bottom: 75%;right: 10%;}
.map .map-content .mark10{position: absolute;bottom: 80%;right: 5%;}

.map .map-content .mark11{position: absolute;bottom: 80%;right: 18%;}
.map .map-content .mark12{position: absolute;bottom: 71%;right: 23%;}
.map .map-content .mark13{position: absolute;bottom: 85%;right: 25%;}
.map .map-content .mark14{position: absolute;bottom: 75%;right: 30%;}
.map .map-content .mark15{position: absolute;bottom: 68%;right: 37%;}
.map .map-content .mark16{position: absolute;bottom: 75%;right: 43%;}
.map .map-content .mark17{position: absolute;bottom: 65%;right: 48%;}
.map .map-content .mark18{position: absolute;bottom: 45%;right: 40%;}
.map .map-content .mark19{position: absolute;bottom: 49%;right: 47%;}
.map .map-content .mark20{position: absolute;bottom: 35%;right: 43%;}

.map .map-content .mark21{position: absolute;bottom: 22%;right: 46%;}
.map .map-content .mark22{position: absolute;bottom: 50%;right: 54%;}
.map .map-content .mark23{position: absolute;bottom: 42%;right: 51%;}
.map .map-content .mark24{position: absolute;bottom: 28%;right: 65%;}
.map .map-content .mark25{position: absolute;bottom: 15%;right: 70%;}
.map .map-content .mark26{position: absolute;bottom: 32%;right: 72%;}
.map .map-content .mark27{position: absolute;bottom: 52%;right: 82%;}
.map .map-content .mark28{position: absolute;bottom: 68%;right: 72%;}
.map .map-content .mark29{position: absolute;bottom: 65%;right: 81%;}
.map .map-content .mark30{position: absolute;bottom: 78%;right: 92%;}

.map .map-content .mark31{position: absolute;bottom: 75%;right: 82%;}
.map .map-content .mark32{position: absolute;bottom: 80%;right: 65%;}
.map .map-content .mark33{position: absolute;bottom: 89%;right: 61%;}
.map .map-content .mark34{position: absolute;bottom: 93%;right: 66%;}

.Statistics{
	background-color: #f8f8f8;
	padding: 50px 80px;
	    overflow: hidden;
}
.Statistics .col-xs-12 .col-xs-6{padding: 0 5px;}
.Statistics .disc{
	width: 50%;
}
.Statistics .disc p{
	margin-bottom: 40px;
}
.Statistics .block{
	margin-bottom: 50px;
}
.Statistics .block span{
	font-size: 30px;
	color: #f14c4c;
	float: right;
	margin-top: -5px;
}
.Statistics .block .text{
	float: right;
	margin-right: 10px;
}
.Statistics .block .text h2{
    font-family: Neo-Sans;
	font-size: 26px;
	line-height: 16px;
	color: #3f3f3f;
	margin: 0;
}
.Statistics .block .text span{
    font-family: Neo-Sans;
	font-size: 14px;
	line-height: 16px;
	color: #858585;
	padding-top: 15px;
}
.Statistics .map-circle{
	position: relative;
}
.Statistics .map-circle .map-img {
    margin: 0 auto;
    display: table;
    margin-top: 70px;
	-webkit-animation: rotating 5s linear infinite;
  -moz-animation: rotating 5s linear infinite;
  -ms-animation: rotating 5s linear infinite;
  -o-animation: rotating 5s linear infinite;
  animation: rotating 5s linear infinite;
	animation-delay: 2s;
	position: relative;
	z-index: 2;
}
.Statistics .map-circle .flag1{position: absolute;left: 0;top: 10px;animation: flag1 .8s linear;}
.Statistics .map-circle .flag2{position: absolute;right: 0;top: 10px;animation: flag1 .8s linear;}
.Statistics .map-circle .flag3{position: absolute;left: 50%;top: -30px;transform: translateY(-50%);animation: flag3 .8s linear;}

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes flag1{
	from{
		    left: 140px;
    		top: 80px;
			opacity: 0;
	}
	to{
		    left: 30px;
    		top: 30px;
		opacity: 1
	}
}
@keyframes flag3{
	from{
			left: 50%;
    		top: 90px;
			opacity: 0;
	}
	to{
    		left: 50%;top: -30px;
			opacity: 1
	}
}

.client{
	background-color: #fff;
	padding: 50px 80px;
}
.client .block{
    width: 100%;
	position: relative;
}
.client .block a{
	display: block;
	width: 100%;
	height: 100%;
}
.client img {
    width: 95% !important;
    max-width: 100% !important;
    margin: 0 auto;
    height: 110px;
}
.client .block:hover .overlay{
	opacity: 1;
	z-index: 6;
	padding: 15px 0;
}
.client .block .overlay{
	    position: absolute;
    background-color: rgba(0,0,0,0.8) !important;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
	padding: 10px 0;
    -moz-transition: opacity .3s ease-in-out, padding .5s ease;
    -webkit-transition: opacity .3s ease-in-out, padding .5s ease;
    transition: opacity .3s ease-in-out, padding .5s ease;
}
.client .block .overlay h3{
	font-size: 16px;
	line-height: 24px;
	color: #D5D5D5;
	text-align: center;
}
.client .block .overlay hr{
	width: 90%;
	margin: 0 auto;
}


/* ---------our-clients page-------------- */
.our-clients{
	background-color: #f8f8f8;
	padding: 50px 80px;
	position: relative;
	overflow: hidden;
}
.our-clients .block{
	width: 100%;
	height: 150px;
	background-color: #ea2c2c;
	margin: 15px 0;
	position: relative;
}
.our-clients .block a{
	display: block;
	width: 100%;
	height: 100%;
}
.our-clients .block img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    width: 70%;
    max-height: 80%;
}
.our-clients .clients-effect {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.our-clients .block:hover .overlay{
	opacity: 1;
	z-index: 6;
	padding: 35px 0;
}
.our-clients .block .overlay{
	    position: absolute;
    background-color: rgba(0,0,0,0.8) !important;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
	padding: 25px 0;
    -moz-transition: opacity .3s ease-in-out, padding .5s ease;
    -webkit-transition: opacity .3s ease-in-out, padding .5s ease;
    transition: opacity .3s ease-in-out, padding .5s ease;
}
.our-clients .block .overlay h1{
	font-size: 16px;
	line-height: 24px;
	color: #D5D5D5;
	text-align: center;
	padding: 0 10px;
}
.our-clients .block .overlay hr{
	width: 90%;
	margin: 0 auto;
}

body .blogs-head {
    padding-top: 50px;
}

.banners{
    background-color: #f8f8f8;
    padding: 50px 80px;
}
.banners h1 {
    font-size: 30px;
    line-height: 50px;
    float: right;
    margin-bottom: 50px;
    margin-top: 0;
}
.banners a.mainbtn {
    float: left;
    height: 50px;
    line-height: 50px;
}
.banners .block {
    margin: 30px 0;
}
.banners .block img {
    max-width: 100%;
}

.home-carousel {
    padding-bottom: 60px !important;
}
.panel-sidebar .panel-body a{
    font-size: 12px !important;
}
.panel-sidebar .panel-footer .col-button-left, .panel-sidebar .panel-footer .col-button-right {
    padding: 0 3px;
    float: none;
    display: inline-block;
    margin-top: 3px;
}
.panel-sidebar .panel-footer .col-button-left .btn, .panel-sidebar .panel-footer .col-button-right .btn {
    min-width: fit-content;
    padding: 5px;
}
.serverstatuss,.addfunds,.viewcart{padding: 40px 80px;}
.popover-user-notifications{    z-index: 9999999999;}
.navigation .navbar-default .navbar-nav li.hidden-lg + #Secondary_Navbar-Account{display:none;}



/* NEW PAGE */



.hero_sec {
    position: relative;
}
.hero_sec .hero_bg {
    width: 100%;
    z-index: -1;
    min-height: 500px;
}
.hero_sec .row {
    width: 100%;
    height: 100%;
    margin: 0;
    padding-top: 120px;
    position: absolute;
    top: 0;
    left: 0;
}
.hero_sec .col-md-6 {
    overflow: hidden;
    height: 100%;
}
.hero_sec .hero_img {
    width: auto !important;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 70px;
    z-index: 99;
}
.hero_sec .hero_text {
    position: relative;
    z-index: 9;
    margin-right: 80px;
}
.hero_sec .hero_text h3 {
    font-size: 24px;
    color: #fff;
    margin-top: 160px;
}
.hero_sec .hero_text h1 {
    font-size: 50px;
    line-height: 70px;
    color: #fff;
    margin: 30px 0;
}
.hero_sec .hero_text h1 span {
    color: #ec3636;
}
.hero_sec .hero_text p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}
.hero_sec .hero_text a.btn {
    background-color: #fff;
    color: #323232;
}
.hero_sec .hero_text a.btn:hover {
    background-color: #323232;
    color: #fff;
}
.hero_sec .hero_text a.hero_btn {
    font-size: 16px;
    color: #fff;
    margin-left: 30px;
    padding-right: 30px;
    position: relative;
    display: inline-block;
    margin-top: 50px;
    transition: all 0.3s;
}
.hero_sec .hero_text a.hero_btn:before {
    content: "";
    width: 65px;
    height: 65px;
    background-color: #e92828;
    background-image: -moz-linear-gradient(100deg, #ee3d3d 20%, #e92828 100%);
    background-image: -webkit-linear-gradient(100deg, #ee3d3d 20%, #e92828 100%);
    background-image: -ms-linear-gradient(100deg, #ee3d3d 20%, #e92828 100%);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: -1;
    transition: all 0.3s;
}
.hero_sec .hero_text a.hero_btn:hover:before {
    background-color: #323232;
}
.hero_sec #main_slider{
    display: none;
}
.hero_sec #main_slider .item {
    overflow: hidden;
}
.about {
    padding: 40px 80px;
    position: relative;
}
.about .row {
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    flex-wrap: wrap;
}
.about .img_container {
    width: 100%;
    height: 600px;
    position: relative;
    overflow: hidden;
    display: table;
}
.about .img_container:before {
    content: "";
    width: 85%;
    height: 90%;
    border: 1px solid #ed3b3b;
    border-radius: 10px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.about .img_container img {
    float: left;
    width: 90%;
    min-height: 100%;
    margin-top: 60px;
}
.about h1 {
    font-size: 24px;
    line-height: 32px;
    color: #000;
    margin-top: 0;
    margin-bottom: 40px;
}
.about p,
.service .service_content .service_text p,
.why_us p {
    text-align: justify;
}
.about a {
    margin-top: 40px;
}
.about .about_bg {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    transform: rotateY(180deg);
}
.service {
    padding: 80px 80px;
    background: #e6e6e6;
}
.service.lazy-bg-loaded {
    background: url(../img/service_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.title {
    text-align: center;
    width: 60%;
    margin: 0 auto;
    margin-bottom: 40px;
}
.title h1 {
    font-size: 24px;
    color: #0c0c0c;
    margin-top: 0;
}
.title h1 span {
    color: #ff2050;
}
.title p {
    font-size: 14px;
    line-height: 26px;
    color: #0c0c0c;
}
.service .title h1,
.service .title p {
    color: #fff;
}
.service .nav-tabs {
    width: max-content;
    height: 56px;
    max-width: 100%;
    border: 2px solid #313131;
    border-radius: 50px;
    background-color: #fff;
    margin: 0 auto;
    margin-bottom: 70px;
}
.service .nav-tabs li {
    margin-top: -1px;
}
.service .nav > li > a:focus,
.service .nav > li > a:hover {
    background-color: transparent;
    color: #f04545;
}
.service .nav-tabs li a {
    height: 54px;
    font-size: 16px;
    line-height: 54px;
    padding: 0 15px;
    color: #000;
    border: none !important;
    border-radius: 50px;
    transition: all 0.4s;
}
.service .nav-tabs > li.active > a,
.service .nav-tabs > li.active > a:focus,
.service .nav-tabs > li.active > a:hover {
    background-color: #323232;
    color: #fff;
    font-weight: 700;
    padding: 0 25px;
}
.service .nav-tabs li:last-child {
    margin-left: -1px;
}
.service .service_content {
    position: relative;
}
.service .service_content .main_img {
    width: 60%;
    height: 530px;
}
.service .service_content .service_text {
    width: 50%;
    background-color: #fff;
    padding: 70px;
    border-radius: 22px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.service .service_content .service_text .service_icon {
    max-width: 100%;
    height: 53px;
}
.service .service_content .service_text h1 {
    font-size: 18px;
    color: #000;
    margin-bottom: 30px;
}
.service .service_content .service_text .btn {
    margin-top: 30px;
}
.service .service_content .service_text .service_mask {
    position: absolute;
    bottom: 0;
    left: 0;
}
.why_us {
    padding: 80px;
    padding-bottom: 40px;
}
.why_us h1 {
    font-size: 24px;
    line-height: 32px;
    color: #000;
    margin-bottom: 20px;
    margin-top: 10px;
}
.why_us .service_block {
    width: 48%;
    display: inline-flex;
    align-items: flex-start;
    margin-top: 20px;
    margin-bottom: 50px;
}
.why_us .col-md-8 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.why_us .service_block img {
    max-width: 100px;
    margin-left: 20px;
    flex-shrink: 0;
}
.why_us .service_block h2 {
    font-size: 18px;
    color: #000;
    margin-top: 0;
}
.why_us .service_block p {
    font-size: 12px;
    line-height: 22px;
    color: #000;
    opacity: 0.5;
}
.video_sec {
    padding: 80px 0;
    position: relative;
    background-color: #323232;
    background-blend-mode: hue;
    overflow: hidden;
}
.video_sec .video_sec_bg {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.4;
}
.video_sec .text {
    text-align: center;
    margin-top: 50px;
    position: relative;
    z-index: 9;
    color: #fff;
}
.video_sec .text span {
    width: 95px;
    height: 95px;
    border: 3px solid #fff;
    border-radius: 50%;
    font-size: 30px;
    line-height: 89px;
    text-align: center;
    transform: rotateY(180deg);
    margin-bottom: 40px;
    cursor: pointer;
}
.video_sec .text h2 {
    font-size: 20px;
    margin-top: 0;
}
.gallery {
    padding: 80px;
}
.gallery .row {
    width: 80%;
    margin: 0 auto;
}
.gallery .mob_gallery {
    display: none;
}
.gallery .gallery_block {
    position: relative;
    overflow: hidden;
    margin: 20px auto;
}
.gallery .gallery_block .img_overlay {
    width: 100%;
    height: 100%;
    border-radius: 18px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    background-image: -moz-linear-gradient(110deg, rgb(238 61 61 / 0.9) 20%, rgb(233 40 40 / 0.9) 100%);
    background-image: -webkit-linear-gradient(110deg, rgb(238 61 61 / 0.9) 20%, rgb(233 40 40 / 0.9) 100%);
    background-image: -ms-linear-gradient(110deg, rgb(238 61 61 / 0.9) 20%, rgb(233 40 40 / 0.9) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0);
    transition: all 0.4s;
}
.gallery .gallery_block .img_overlay a {
    font-size: 18px;
    color: #fff;
    margin: 0 10px;
}
.gallery .gallery_block img {
    width: 100%;
    border-radius: 18px;
}
.gallery .gallery_block:hover .img_overlay {
    transform: scale(1);
    opacity: 1;
}
.gallery .btn {
    width: 200px;
    max-width: 100%;
    margin: 0 auto;
    display: table;
    margin-top: 40px;
}
.opinion {
    padding: 130px 80px;
    background: #e6e6e6;
}
.opinion.lazy-bg-loaded {
    background: url(../img/testimonial-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.opinion .title h1,
.opinion .title p {
    color: #fff;
}
.opinion .title {
    text-align: right;
    margin-right: 0;
    margin-bottom: 60px;
}
.opinion .btn {
    width: auto;
    padding: 0 10px;
    margin: 20px auto;
    margin-top: 50px;
    display: table;
}
.opinion_block {
    background-color: #fff;
    border-radius: 22px;
    padding: 40px;
}
.opinion_block .name {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.opinion_block .name img {
    width: 85px !important;
    height: 85px;
    border-radius: 50%;
    border: 1px solid #fff;
    box-shadow: 0 3px 6px rgb(0 0 0 / 0.2);
    margin-left: 20px;
}
.opinion_block .name h3 {
    font-size: 16px;
    color: #37345a;
}
.opinion_block .name h4 {
    font-size: 12px;
    color: #a9a9a9;
}
.opinion_block p {
    margin-right: 40px;
}
#opinion_slider .owl-dots {
    position: absolute;
    top: -130px;
    left: 0;
}
#opinion_slider .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    background-color: #fff;
    opacity: 0.4;
}
#opinion_slider .owl-dots .owl-dot.active span,
#opinion_slider .owl-dots .owl-dot:hover span {
    opacity: 1;
}
.clients {
    padding: 80px;
}
.clients img {
    width: auto !important;
    max-width: 100%;
    flex-shrink: 0;
    margin: 0 auto;
}
.clients .title {
    width: 40%;
}
#client_slider .owl-stage {
    display: flex;
    align-items: center;
}

/* End NEW PAGE */

.product-details_new {
    padding: 10px;
    padding-left: 0;
    margin-top: 20px;
}
.product-details_new h4 {
    font-size: 16px;
    line-height: 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: bold;
    margin-top: 0;
}
.product-details_new h4 span {
    width: 70%;
    font-size: 14px;
    font-weight: normal;
}
.details_new {
    display: flex;
    align-items: flex-start;
    margin-top: 10px;
    margin-bottom: 30px;
}
.details_new h4 {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    margin-left: 10px;
}
.details_new h5 {
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    color: #7a7a7a;
    max-width: 60%;
}
.cancel_request{
    padding: 30px 80px;
}
