/* --------------
* Author: www.platform.ye
* -------------- */

body{
	font-size: 16px;
	font-family: 'Cairo', sans-serif;
	-webkit-font-smoothing: antialiased;
    direction: rtl;
}

body.on-side{
	margin-left: 0;
}

h1,
h2,
h3,
h4,
h5,
h6{
	margin-top:0;
	font-weight: 700;
}

img{
	max-width: 100%;
}

a:hover{
	text-decoration: none;
	outline: 0;
}

a:focus{
	text-decoration: none;
	outline: 0;
}

.preloader{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	background: #000000;
	z-index: 9999;
}

.loader{
	display: inline-block;
	width: 30px;
	height: 30px;
	position: relative;
	border: 4px solid #Fff;
	top: calc(50% - 15px);
	animation: loader 2s infinite ease;
}

.loader-inner{
	vertical-align: top;
	display: inline-block;
	width: 100%;
	background-color: #fff;
	animation: loader-inner 2s infinite ease-in;
}

.btn-custom{
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	padding: 10px 30px;
	text-align: center;
	color: #ff2938;
	background: #fff;
	border: 2px solid #fff;
	border-radius: 26px;
	transition: all 0.3s;
}

.btn-custom:hover{
	background: none;
	color: #fff;
}

.wrap-sticky{
	height: auto !important;
}

body.on-side .wrap-sticky nav.navbar.bootsnav.sticked{
	left: 0;
}


.attr-nav > ul > li > a{
	padding: 32px 15px 0;
	transition: all 0.3s ease-in-out;
}

.banner{
	position: relative;
	top: 0px;
	left: 0;
	width: 100%;
	background: #cccccc url(../images/banner-pattern.webp) no-repeat center center;
	padding: 120px 0 0;
	margin-bottom: 200px;
}

.banner .row{
	position: relative;
	z-index: 1;
}

.header-content{
	text-align: center;
}

.header-content h3{
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 500;
	color: #000;
}

.header-content h2{
	font-size: 30px;
	color: #fff;
	font-weight: 400;
	line-height: 1.5em;
    margin: 15px 0;
}

.header-content h2 span{
	font-weight: 700;
}

.btn-download-group{
	text-align: center;
	margin-top: 20px;
}

.btn-download{
	position: relative;
    display: inline-block;
    color: #232322;
    background: #fff;
    padding: 8px 60px 6px 20px;
	border-radius: 30px;
    font-size: 18px;
    font-weight: 600;
    min-width: 190px;
    margin: 10px 6px;
    text-align: right;
    transition: all 0.3s linear;
}

.btn-download i{
	font-size: 32px;
    position: absolute;
    top: 10px;
    right: 20px;
}

.btn-download span{
	font-size: 10px;
    display: block;
    font-weight: 400;
    letter-spacing: 0.04em;
}

.btn-download:hover{
	background: #232322;
	color: #fff;
}

.header-image{
	text-align: center;
	margin-top: 30px;
	margin-bottom: -240px;
}


.section-title{
	text-align: center;
	margin-bottom: 70px;
}

.section-title p{
	text-transform: uppercase;
	color: #f50000;
	font-size: 18px;
	font-weight: 500;
	padding-top: 2px;
}

.section-title h2{
	font-size: 30px;
	color: #232322;
	font-weight: 600;
	line-height: 1.2em;
}

.about{
	padding: 100px 0 50px;
}

.about .section-title{
	text-align: right;
}

.about-content p{
	color: #6b6b6b;
	line-height: 1.8em;
	margin-bottom: 1.8em;
}

.icon-blue span{
	background: #1cacfe;
}

.icon-yellow span{
	background: #f6ae2a;
}

.icon-purple span{
	background: #cf70ea;
}


.screenshots{
    background: #eff6ff;
	padding: 100px 0;
}

.screenshot-slider{
	padding: 80px 0;
	text-align: center;
}

.screen-shot-slide figure img{
	border: 1px solid #e2e2e2;
	box-shadow: none;
	transition: all 0.3s;
}

.screen-shot-slide .swiper-slide-text{
	display: none;
}

.screenshot-slider .swiper-slide-active figure img{
	transform: scale(1.20);
	box-shadow: -4px 5px 40px 4.56px rgba(0, 0, 0, 0.13);
}

.swiper-slide-right-text{
	margin-top: 80px;
}

.swiper-slide-right-text h3{
	color: #525251;
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 1em;
}

.swiper-slide-right-text p{
	color: #9b9b9b;
	font-size: 16px;
	line-height: 1.6em;
}

.screen-shot-pagination{
	margin-top: 30px;
}

.screenshot-button-prev,
.screenshot-button-next{
	display: inline-block;
	width: 36px;
	height: 36px;
	background: #f50000;
	color: #fff;
	text-align: center;
	line-height: 38px;
	border-radius: 50%;
	cursor: pointer;
	margin-right: 8px;
	transition: all 0.3s ease-in-out;
}

.screenshot-button-prev:hover,
.screenshot-button-next:hover{
	background: #232322;
}

.branchs{
	padding: 100px 0;	
}

.branch-image{
	padding-top: 0px;
}

.branchs .accordion-4{
	box-shadow: 0px 8px 117.5px 7.5px rgba(0, 0, 0, 0.1); 
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
}

.branchs .accordion-4 .panel,
.branchs .accordion-4 .panel+.panel{
	border-radius: 0;
	background: none;
	box-shadow: none;
	margin: 0;
	border: none;
	border-bottom: 1px solid #dbd9d9;
}

.branchs .accordion-4 .panel:last-child{
	border-bottom: none;
}

.branchs .accordion-4 .panel-heading{
	padding: 0;
	border-radius: 0;
	box-shadow: none;
	background: none;
}

.branchs .accordion-4 .panel-heading a{
	display: block;
	padding: 24px 30px;
	font-size: 18px;
	font-weight: 600;
	color: #232322;
	position: relative;
	border-left: 4px solid transparent;
}

.branchs .accordion-4 .panel-heading a:after{
	content: '\f078';
	font-family: FontAwesome;
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #dcdada;
	border-radius: 50%;
	text-align: center;
	font-size: 14px;
	margin-right: 16px;
	color: #232322;
	position: absolute;
	top: 20px;
	left: 4px;
	transition: all 0.6s ease-in-out;
	transform: rotate(0deg);
}

.branchs .accordion-4 .panel-body{
	padding: 24px 30px 24px 30px;
	background: #eff6ff; 
	border: none !important;
	border-left: 4px solid #0d50aa !important;
}

.branchs .accordion-4 .panel-body p{
	color: #9b9b9b;
	font-size: 14px;
	line-height: 1.6em;
}

.branchs .accordion-4 .panel-body ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

.branchs .accordion-4 .panel-body ul li{
	color: #9b9b9b;
	font-size: 14px;
	padding: 4px 20px 4px 0;
	position: relative;
}

.branchs .accordion-4 .panel-body ul li:before{
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border: 2px solid #0d50aa;
	border-radius: 50%;
	position: absolute;
	top: 9px;
	right: 0;
}

.branchs .accordion-4 .active a{
	background: #eff6ff; 
	border-left: 4px solid #0d50aa;
}

.branchs .accordion-4 .active a:after{
	content: '\f078';
	transform: rotate(180deg);
	background: #0d50aa;
	color: #fff;
	border-color: #0d50aa; 
}


.btn-browse {
    display: inline-block;
    color: #1151d3;
    background: #fff;
    font-weight: 500;
    padding: 14px 30px;
    border-radius: 30px;
    transition: all 0.3s ease-in-out;
}
.btn-browse:hover {
    background: #1151d3;
    color: #fff;
}


.newsletters{
	background-color: #cccccc;
	padding: 100px 0;
}

.btn-subscribe{
	background: #fff;
	color: #232322;
	border: none;
	border-radius: 30px;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 10px 20px;
	margin-left: 20px;
	outline: 0;
	transition: all 0.3s ease-in-out;	
}

.btn-subscribe:hover{
	background: #232322;
	color: #fff;
}

footer{
	padding: 0 0 100px;
	background: #232322;
	text-align: center;
	
}

.footer-social{
	margin: 20px 0;
}

.footer-social a{
	display: inline-block;
	font-size: 30px;
	color: #9b9b9b;
	padding: 0 16px;
	transition: all 0.3s ease-in-out;
}

.footer-social a:hover{
	color: #fff;
}

.footer-menu{
	margin-bottom: 20px;
}

.footer-menu ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

.footer-menu ul li{
	display: inline-block;
}

.footer-menu ul li a{
	display: block;
	color: #9b9b9b;
	padding: 0 8px;
	transition: all 0.3s ease-in-out;
}

.footer-menu ul li a:hover{
	color: #fff;
}

.footer-about p{
	color: #626161;
	font-size: 12px;
}

.footer-site-info{
	margin-top: 30px;
}

.footer-site-info p{
	color: #626161;
	font-size: 12px;
}


/* Media */

@media only screen and (max-width: 1200px){
	.info-video{
		background-image: none;
	}
}

@media only screen and (max-width: 991px){
	nav.navbar.bootsnav .navbar-header{
		padding-left: 0;
		padding-right: 0;
	}
	
	nav.navbar.bootsnav .navbar-brand{
		display: block;
		padding-left: 0;
		padding-right: 0;
	}
	
	.side-menu img{
		width: 108px;
	}
	
	.section-title{
		margin-bottom: 50px;
	}
	
	.section-title h2{
		font-size: 22px;
	}
	
	.section-title p{
		font-size: 14px;
	}
	
	.about{
		padding: 80px 0 40px;
	}
	
	.screenshots,
	.branchs,
	.newsletters,
	.contact-us{
		padding: 80px 0;
	}
		
	.screenshot-slider{
		padding: 40px 0;
	}
	
	.screenshot-slider .swiper-slide-active figure img{
		transform: scale(1);
	}
	
	.swiper-slide-right-text{
		margin-top: 40px;
		text-align: center;
	}
	
	.screen-shot-pagination{
		text-align: center;
	}
	
	.branchs .accordion-4 .panel-heading a{
		font-size: 14px;
		padding: 24px 52px 24px 20px;
	}
	
	.branchs .accordion-4 .panel-body{
		padding: 0 24px 24px 24px;
	}
	
}

/* Mobile Layout */
@media only screen and (max-width: 767px){
	nav.navbar.bootsnav .navbar-brand{
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.header-content h2{
		font-size: 26px;
        margin: 15px 0;
	}

	.header-content h2 br{
		display: none;
	}
	
	.btn-download{
		display: block;
		width: 190px;
		margin: 10px auto;
	}
	
	.about .section-title{
		text-align: center;
	}

	.section-title h2{
		font-size: 20px;
	}
	
	.about{
		padding: 60px 0 30px;
	}
	
	.screenshots,
	.branchs,
	.newsletters,
	.contact-us{
		padding: 60px 0;
	}
	
	footer{
		padding: 0 0 60px;
	}
	
	.about-content p{
		font-size: 14px;
	}
			
	.swiper-slide-right-text h3{
		font-size: 24px;
	}
	
	.branch-image{
		text-align: center;
		margin-top: 0;
		margin-bottom: 40px;
	}
	
	.branchs .accordion-4 .panel-heading a{
		font-size: 14px;
		padding: 20px 50px 20px 20px; 
	}
	
	.branchs .accordion-4 .panel-heading a:after{
		top: 12px;
		right: 0;
	}
	
	.branchs .accordion-4 .panel-body{
		padding: 0 20px 20px 20px;
	}
		
	.btn-subscribe{
		margin-left: 0;
	}
	
	.footer-social a{
		font-size: 20px;
		padding: 0 8px;
	}
}