@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)}

body{font-family: "Neo-Sans";}
a:hover,a:focus{text-decoration: none;}
h1{font-family: "ITC-W23Bd";}
.clicker{display: none !important;}
.overlay .closebtn{display: none;}


/* start header */

.header {
    background-color: transparent;
    background-image: url(../images/header-bg.png);
    background-size: cover;
    background-position: bottom;
    padding: 40px 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    transition: all .5s;
}
.navigation .logo{
	font-family: "Droid:;Kufi-Bold";
	font-size: 17px;
	line-height: 42px;
	color: #ce291f;
	margin-top: 8px;
	display: inline-block;
}
.navigation .navbar-default {
    background-color: transparent;
    border: none;
    margin: 0;
	margin-top: 8px;
}
.navigation .navbar-default .navbar-nav{
	float: right;
	margin-right: -45px;
}
.navigation .navbar-default .navbar-nav li{
	margin: 0 10px;
}
.navigation .navbar-default .navbar-nav li:last-child{
	margin-left: 0;
}
.navigation .navbar-default .nav-left{
	float: left;
	margin: 0;
}
.navigation .navbar-default .navbar-nav li a, .navigation .navbar-default .nav-left li a{
	font-family: "TheSans";
	font-size: 14px;
	line-height: 32px;
	color: #fff;
	padding: 5px;
	border: none;
	transition: all .3s;
}
.navigation .navbar-default .nav-left li a{font-size: 15px;padding: 5px 8px;}
.navigation .navbar-default .nav-left li a.btn{
	font-size: 14px;
	color: #fff !important;
  	border-radius: 5px;
	margin-right: 5px;
	background: -webkit-linear-gradient(bottom, rgb(40,40,40) 0%, rgb(71,71,71) 100%);
	background: -o-linear-gradient(bottom, rgb(40,40,40) 0%, rgb(71,71,71) 100%);
	background: linear-gradient(to top, rgb(40,40,40) 0%, rgb(71,71,71) 100%);
	box-shadow: 0px 5px 8px 0px rgb(189, 27, 27);
	width: 170px;
	height: 40px;
	line-height: 40px;
	padding: 0;
	text-align: center;
	transition: all .3s;
}
.navigation .navbar-default .nav-left li a.btn:hover{
	background: #fff;
	color: #e51c1c !important;
}
.navigation .navbar-default .navbar-nav li a:hover, .navigation .navbar-default .nav-left li a:hover{
	color: #fdfe78 !important;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	background-color: transparent;
}

.width{width: 100% !important;}
.opacity{display: none !important;}

.sub-menu {
    display: none;
    list-style: none;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #f9f9f9;
    min-width: 160px;
    border: 1px solid #f9f9f9;
    border-radius: 2px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 999;
    padding-right: 0;
}

.sub-menu li{margin: 0 !important;}
.sub-menu li a {
	display: block;
	width: 100%;
    color: #1d1f25 !important;
    padding: 10px 15px !important;
    text-decoration: none;
    line-height: 23px !important;
    text-align: center !important;
	border-radius: 2px;
	transition: all .3s;
}


.menu-item-has-children{position: relative;}
.menu-item-has-children span {
    color: #fff;
    font-size: 10px;
    line-height: 42px;
    position: absolute;
    top: 0;
    left: -4px;
    transition: all .3s;
}
.sub-menu a:hover {
    background-color: rgb(233, 41, 41) !important;
    color: #fff !important;
}
.navigation .navbar-default .navbar-nav li .sub-menu a:hover{
	color: #fff !important;
}

.menu-item-has-children:hover .sub-menu{display: block !important;}

.menu-item-has-children:hover span{color: #fdfe78;}


.affix {
    position: fixed !important;
    top: 0;
    background-color: #f04545 !important;
    width: 100%;
    padding: 20px 0 !important;
	box-shadow: 0 1px 10px 2px #0e345296;
	transition: all.5s;
	-webkit-animation-name: slide-down; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1.2s; /* Safari 4.0 - 8.0 */
    animation-name: slide-down;
    animation-duration: 1.2s;
}


@-webkit-keyframes slide-down {
    from {top: -100px;}
    to {top: 0;}
}

/* Standard syntax */
@keyframes slide-down {
    from {top: -100px;}
    to {top: 0;}
}

/* End header */

/* start slider */

.slider{
	background-color: #e92929;
	background-image: url(../images/slider-bg.png);
	background-size: cover;
	background-position: center;
	margin-top: 0 !important;
	padding-top: 170px;
	padding-bottom: 260px;
	position: relative;
	height: 962px;
}
.slider img{
	margin-right: -90px;
	    animation: hopa 5s infinite;
}
@keyframes hopa{
	
60% {
    margin-top: 30px;
}
100% {
    margin-top: 0px;
}
}
.slider .title{
	margin-top: 135px;
}
.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: 30px;
	color: #fff;
	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%;
	position: absolute;
	left: 0;
	bottom: -10px;
}

/* end slider */

/* start domain-search */

.domain-search{
	background-color: #f8f8f8;
}
.disc h1{
	font-size: 30px;
	color: #3f3f3f;
	margin-bottom: 40px;
}
.disc p{
	font-size: 12px;
	line-height: 24px;
	color: #858585;
	width: 93%;
	margin-bottom: 70px;
}
.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: 58px;
	height: 58px;
	line-height: 58px;
	text-align: center;
	font-size: 24px;
	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 0;
}
.service .block{
	text-align: center;
}
.service .block img{
	margin: 10px auto;
}
.service .block h1{
	font-size: 24px;
	color: #3f3f3f;
}
.service .block p{
	font-size: 12px;
	line-height: 24px;
	color: #858585;
	width: 93%;
    margin: 0 auto;
	margin-top: 30px;
}

/* end service */

/* start offers */

.offers{
	background-image: url(../images/../images/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 h1{
	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-top: 100px;
	position: relative;
	height: 900px;
}
.it .disc h1 {
    width: 75%;
    line-height: 50px;
	margin-bottom: 30px;
}
.it .disc p{
	width: 96%;
}
.it img{
	width: 700px;
	position: absolute;
	top: 0;
	left: 0;
}
.mainbtn2{
	font-size: 12px;
	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-top */

.footer-top{
	background-color: #2a2a2a;
	padding: 50px 0;
}
.footer-top h4{
	font-size: 18px;
	line-height: 20px;
	color: #fcff76;
	margin-bottom: 35px;
}
.footer-top p{
	width: 92%;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
}
.footer-top ul.bottom-nav{
	list-style: none;
	padding: 0;
	float: right;
	width: 33.3%;
}
.footer-top ul.bottom-nav li a{
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	transition: all .3s;
}
.footer-top ul.bottom-nav li a:hover{
	color: #fcff76;
}
.footer-top ul.info{
	list-style: none;
	padding: 0;
}
.footer-top ul.info li{
	font-size: 14px;
	line-height: 30px;
	color: #fff;
}
.footer-top ul.info li span{
	color: #fcff76;
	margin-left: 3px;
}


/* end footer-top */

/* start footer */

footer{
	background-color: #222222;
}
footer .footer-nav{
	margin: 0;
}
footer .footer-nav li a{
	font-size: 14px;
	color: #fff;
	line-height: 70px;
	padding: 0 2px;
	transition: all .3s;
}
footer .footer-nav li a:hover{
	color: #fcff76;
}
footer .icons{
	margin: 0;
}
footer .icons li span{
	font-family: FontAwesome;
	font-size: 18px;
	line-height: 70px;
	color: #fcff76;
	font-weight: normal;
	padding: 0 10px;
}

/* start 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: 45px  0;
	padding-top: 85px;
}
.welcome-client .row:first-child{margin-bottom: 90px;}
.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{padding: 20px 0;background-position: top;margin-bottom: 65px;}
.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;
	width: 90%;
	margin: 0 auto;
}
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;
}
form .form-group button{
	width: 58px;
	height: 58px;
	line-height: 58px;
	text-align: center;
	font-size: 24px;
	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;
	height: 154px;
	margin-bottom: 40px;
}
.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: 85px;
    margin: 0;
}
.welcome-client .welcome-service a {
    width: 145px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    position: absolute;
	top: 20px;
	left: 20px;
}
.welcome-client .welcome-service form{margin-top: 25px;}
.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: 60px 0;
}
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: 45%;
}
.tickets form .form-group {
    width: 100%;
    display: inline-block;
}
.tickets form .form-group .form-control{
	height: 45px;
	margin-right: 5px;
}
.tickets form .form-group button {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    top: 5px;
    left: 0;
}
.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;
  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;}
.table tbody tr td:last-child{border-radius: 20px 0 0 20px;}
.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(81,153,52) 0%, rgb(109,194,75) 100%);
  background-image: -webkit-linear-gradient( -45deg, rgb(81,153,52) 0%, rgb(109,194,75) 100%);
  background-image: -ms-linear-gradient( -45deg, rgb(81,153,52) 0%, rgb(109,194,75) 100%);
}
.tickets-replay .client .replay-header{
  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%);
}
.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 .client p{
	padding-bottom: 100px;
	border-bottom: 1px solid #b7b7b7;
}
.tickets-replay .client 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 0;
}
.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;
	margin-right: 40px;
}
.login form .form-group .form-control{padding-right: 60px;}
.login form .form-group span{
	font-size: 14px;
	color: #cccccc;
	position: absolute;
	top: 75px;
	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: 100%;
  height: 60px;
	outline: none;
	margin-top: 30px;
	border-radius: 50px;
	position: relative;
	margin-bottom: 20px;
	left: 0;
}
.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;}

.sisn-up .col-xs-12{float: right;}
.sisn-up form{}
.sisn-up form label{display: block;width: 100%;margin-bottom: 20px;text-align: right;margin-right: 60px;float: right;font-size: 14px;}
.sisn-up form .form-group{width: 100%;margin-bottom: 30px;}
.sisn-up form .form-group span{top: 30px;right: 40px;transform: rotateY(180deg);}
.sisn-up form .form-group .submit1{
	width: 450px;
	margin: 0 auto;
	margin-top: 20px;
}

.work-gallery{
	padding: 50px 0;
	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 .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;
}
.work-gallery .mainbtn span{margin-left: 10px;transition: all .5s;}
.work-gallery .mainbtn:hover span{
	transform: rotate(-360deg);
}


.slider.service-page{
	background-image: url(../images/slider2.png);
	height: 800px;
}
.slider.service-page .title h1{
	font-size: 30px;
	line-height: 50px;
	color: #fff;
}
.slider.service-page .title p{
	font-size: 12px;
	line-height: 24px;
	color: #fff;
	width: 67%;
}
.slider.service-page img{
	position: absolute;
	left: 0;
}

.plans {
    background-color: #fff;
    padding-bottom: 70px;
    padding-top: 140px;
    height: 750px;
}
.plans .plan-block{
	width: 25%;
	float: right;
	background-color: #f2f2f2;
	padding: 10px;
	text-align: center;
	font-size: 12px;
	line-height: 36px;
	transition: all .3s;
}
.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;
}
.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(../images/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-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;
}
.accordion .row{display:none; }
.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;
}
.cssload-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.cssload-container:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50%;
	z-index: -1;
	transition: top 1.2s linear 3.1s;
		-o-transition: top 1.2s linear 3.1s;
		-ms-transition: top 1.2s linear 3.1s;
		-webkit-transition: top 1.2s linear 3.1s;
		-moz-transition: top 1.2s linear 3.1s;
}
.cssload-container:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	z-index: -1;
	transition: bottom 1.2s linear 3.1s;
		-o-transition: bottom 1.2s linear 3.1s;
		-ms-transition: bottom 1.2s linear 3.1s;
		-webkit-transition: bottom 1.2s linear 3.1s;
		-moz-transition: bottom 1.2s linear 3.1s;
}
.cssload-container.done:before {
	top: -50%;
}
.cssload-container.done:after {
	bottom: -50%;
}

.cssload-progress {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
		-o-transform: translateX(-50%) translateY(-50%);
		-ms-transform: translateX(-50%) translateY(-50%);
		-webkit-transform: translateX(-50%) translateY(-50%);
		-moz-transform: translateX(-50%) translateY(-50%);
	transform-origin: center;
		-o-transform-origin: center;
		-ms-transform-origin: center;
		-webkit-transform-origin: center;
		-moz-transform-origin: center;
}
.cssload-progress .cssload-progress-item {
	text-align: center;
	width: 97px;
	height: 97px;
	line-height: 97px;
	border: 2px solid rgb(240,69,69);
	border-radius: 50%;
}
.cssload-progress .cssload-progress-item:before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	margin-top: -3px;
	margin-left: 0px;
	width: 44px;
	height: 44px;
	border-top: solid 10px rgb(240,69,69);
	border-right: solid 10px rgb(240,69,69);
	border-top-right-radius: 100%;
	transform-origin: left bottom;
		-o-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		-webkit-transform-origin: left bottom;
		-moz-transform-origin: left bottom;
	animation: spin 3s linear infinite;
		-o-animation: spin 3s linear infinite;
		-ms-animation: spin 3s linear infinite;
		-webkit-animation: spin 3s linear infinite;
		-moz-animation: spin 3s linear infinite;
}
.cssload-progress.cssload-float .cssload-progress-item:before {
	border-top-width: 2px;
	margin-top: 0px;
	height: 49px;
}
.cssload-progress.cssload-float.cssload-shadow:before {
	border-top-width: 2px;
	margin-top: -40px;
	height: 49px;
}
.cssload-progress.cssload-shadow:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -42px 0 0 12px;
	width: 44px;
	height: 44px;
	border-top: solid 10px rgb(221,221,221);
	border-right: solid 10px rgb(221,221,221);
	border-top-right-radius: 100%;
	z-index: -1;
	transform-origin: left bottom;
		-o-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		-webkit-transform-origin: left bottom;
		-moz-transform-origin: left bottom;
	animation: spin 3s linear infinite;
		-o-animation: spin 3s linear infinite;
		-ms-animation: spin 3s linear infinite;
		-webkit-animation: spin 3s linear infinite;
		-moz-animation: spin 3s linear infinite;
}
.cssload-progress.cssload-shadow:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 97px;
	height: 97px;
	color: rgb(221,221,221);
	text-align: center;
	line-height: 97px;
	border: 2px solid rgb(221,221,221);
	margin: -39px 0 0 -39px;
	z-index: -1;
	border-radius: 50%;
		-o-border-radius: 50%;
		-ms-border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
	transform-origin: center;
		-o-transform-origin: center;
		-ms-transform-origin: center;
		-webkit-transform-origin: center;
		-moz-transform-origin: center;
}


@keyframes spin {
	100% {
		transform: rotate(360deg);
	}
}

@-o-keyframes spin {
	100% {
		-o-transform: rotate(360deg);
	}
}

@-ms-keyframes spin {
	100% {
		-ms-transform: rotate(360deg);
	}
}

@-webkit-keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@-moz-keyframes spin {
	100% {
		-moz-transform: rotate(360deg);
	}
}

.hideopacity{opacity: 0;}



.about{
	padding: 40px 0;
	background-color: #f8f8f8;
}
.about .about-block{
	margin-top: 20px;
	margin-bottom: 60px;
	height: 280px;
}
.about .disc{margin-top: 40px;}
.about .about-block img {
    width: auto;
    margin: 0 auto;
    display: table;
}
.about .about-block span{
	font-size: 72px;
	line-height: 50px;
	color: #f24c4d;
	float: right;
}
.about .about-block span.fa-lightbulb{
	transform: rotateY(180deg);
}
.about .about-block .text {
    float: right;
    width: 77%;
    margin-right: 30px;
}
.about .about-block .text h1{
	font-size: 30px;
	color: #3f3f3f;
	margin-top: -15px;
	margin-bottom: 50px;
}
.about .about-block .text p{
	font-size: 12px;
	line-height: 24px;
	color: #868686;
}

/* vertical-timeline */



.cd-timeline {
  overflow: hidden;
	margin-top: 3em;
    margin-bottom: 3em;
	  margin-left: 210px;
}

.cd-timeline__container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-top: 80px;
}

.cd-timeline__container::before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 15px;
    background: #fff;
    background-image: url(../images/cd-line.png);
    background-size: auto;
    background-position: top;
    background-repeat: repeat-y;
	left: 50%;
    transform: translateX(-50%);
	margin-left: 125px;
}

.cd-timeline__block {
  position: relative;
  margin: 2px 0;
}

.cd-timeline__block:after {
  /* clearfix */
  content: "";
  display: table;
  clear: both;
}

.cd-timeline__block:first-child {
  margin-top: 0;
}

.cd-timeline__block:last-child {
  margin-bottom: 0;
}

.cd-timeline__img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
    transform: translateX(-50%);
}

.cd-timeline__img img {
    display: block;
    width: 70%;
    margin: 15%;
    height: 70%;
    position: relative;
}

.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 h2 {
  color: #0e232b;
	line-height: 25px;
	    font-size: 18px;
    margin-top: -26px;
}


.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 {
	  float: left;
    padding: 35px 0;
    width: 70%;
	  height: 120px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
	  position: relative;
}
  .cd-timeline__date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 20px;
	  font-family: "Poppins-Bold";
	  text-align: left;
  }
  .cd-timeline__content.cd-timeline__content--bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
            animation: cd-bounce-2 0.6s;
  }

@-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);
  }
}

@media (max-width:1200px){
	.about .about-block img{width: 100%;}
	.cd-timeline{margin-left: 90px;}
}

@media (max-width:991px){
	.about .about-block span{font-size: 50px;}
	.about .about-block .text {
    width: 80%;
    margin-right: 10px;
}
	.about .about-block .text h1 {
    margin-top: 0;
    margin-bottom: 30px;
}
	.cd-timeline {
    margin-left: 0;
}
}

@media (max-width:768px){
    
    .project h1{font-size: 26px;}
    .project span a{margin: 10px !important;}
	.about .about-block img{display: none;}
	.about .about-block {
    margin-top: 0;
    margin-bottom: 10px;
    height: auto;
}
	.cd-timeline__container::before{margin-left: 0;left: 78%;}
	.cd-timeline__img.cd-timeline__img--picture {
    margin-left: 0;
    left: 78%;
}
	
}

@media (max-width:460px){
	.cd-timeline__container::before {
    margin-left: 0;
    left: auto;
    right: 0;
}
	.cd-timeline__img.cd-timeline__img--picture {
    margin-left: 0;
    left: auto;
    right: -24px;
}
	.cd-timeline__content{width: 90%;padding-right: 5px;}
	.cd-timeline__content h2{margin-top: 0;}
	.cd-timeline__date {
    left: auto;
    right: 5px;
    text-align: right;
}
	
}

@media (max-width:360px){
	.about .about-block .text{width: 100%;}
	.about .about-block .text h1{margin: 10px 0;}
	.project span a{display:block;}
}


.design-page{
	background-color: #f8f8f8;
	padding: 40px 0;
	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%;
}



/* map section */

.map{
	height: 630px;
	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 0;
	overflow: hidden;
}
.Statistics .disc{
	width: 50%;
}
.Statistics .disc p{
	margin-bottom: 40px;
}
.Statistics .block{
	margin-bottom: 50px;
}
.Statistics .block span{
	font-size: 36px;
	color: #f14c4c;
	float: right;
	margin-top: -5px;
}
.Statistics .block .text{
	float: right;
	margin-right: 30px;
}
.Statistics .block .text h1{
	font-size: 26px;
	line-height: 16px;
	color: #3f3f3f;
	margin: 0;
}
.Statistics .block .text h2{
	font-size: 14px;
	line-height: 16px;
	color: #858585;
}
.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: 30px;top: 30px;animation: flag1 .8s linear;}
.Statistics .map-circle .flag2{position: absolute;right: 30px;top: 30px;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 0;
}
.client img{
	width: auto !important;
	margin:  0 auto;
}

/* ---------our-clients page-------------- */
.our-clients{
	background-color: #f8f8f8;
	padding: 50px 0;
	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;
}
.our-clients .block .overlay hr{
	width: 90%;
	margin: 0 auto;
}

@media (max-width:460px){
	.our-clients .col-xs-6{
		width: 100%;
	}
}


/**/
.project{
    padding: 50px 0;
    background-color: #f8f8f8;
    margin-top: 130px;
    text-align: center;
}
.project span a {
    padding: 15px;
    background-color: #ce291f;
    color: #fff;
    border-radius: 5px;
    margin: 0 40px;
}

.project p img {
    padding-bottom: 30px;
    max-width: 100%;
}