@import url('../../admin/web-folder/fonts.css');
.container {
	width: 100%;
	max-width: auto;
	font-family : 'VazirRegular', Tahoma, Geneva, sans-serif;
	font-size   : 14px;
	color       : #000000;
}

#projectsPanel {
padding: 0px 64px;
  margin: 0px auto;
}

.search-agency {
	width: 25%;
	margin: 0px auto;
}

.background {
	position: absolute;
	top: 56px;
	width: 100%;
	height: calc(100% - 56px);
	background-color: #212e63;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/gradient.jpg);
	background-size: 1280px;
	right: 0;
}

#home {
	min-height: calc(100% - 60px);
	padding: 30px 0;
	width: 100%;
	margin: 0 auto;
	z-index: 5;
	position: relative;
	overflow: hidden;
	background-color: #212e63;
	background: no-repeat center;
}

#home .row {
	position: relative;
	margin-bottom: 0;
}

#home .descWrapper {
	position: relative;
	height: 250px;
}

#home .descWrapper .desc {
	width:  100% !important;
	padding: 5px;
	text-align: center;
	opacity: 0;
	position: absolute;
	top: 0;
	right: 0px !important;
}

#home .descWrapper .desc h3 {
	color: #fff;
	margin: 30px 0 15px 0;
}

#home .descWrapper .desc p {
	color: rgba(255, 255, 255, 0.7);
	text-align: justify;
}

#home #circle {
	width: 500px;
	text-align: center;
	margin: auto;
	position: relative;
}

#home #circle svg {
	-webkit-transition: transform 5s ease;
	-moz-transition: transform 5s ease;
	-o-transition: transform 5s ease;
	transition: transform 5s ease;
}

#home #circle img {
	position: absolute;
	max-height: 300px;
}

.st0 {
	fill: #BBBDBF;
}

#dot-first.selected {
	stroke: #203262;
	stroke-width: 4px;
	stroke-dasharray: 50;
	stroke-dashoffset: 50;
	animation: draw 18s forwards 1;
	-webkit-animation: draw 18s forwards 1;
	-moz-animation: draw 18s forwards 1;
	-o-animation: draw 18s forwards 1;
}

#dot-first.clean {
	stroke-dashoffset: 0;
	stroke: #203262;
	stroke-width: 4px;
	stroke-dasharray: 50;
	stroke-dashoffset: 50;
	animation: clearDraw 5s 1;
	-webkit-animation: clearDraw 1s 1;
	-moz-animation: clearDraw 1s 1;
	-o-animation: clearDraw 1s 1;
}

@keyframes draw {
	from {
		stroke-dashoffset: 50;
	}
	to {
		stroke-dashoffset: 0;
		fill: #0058d6;
	}
}

@keyframes clearDraw {
	from {
		stroke-dashoffset: 0;
		fill: #0058d6;
	}
	to {
		stroke-dashoffset: 50;
		fill: #BBBDBF;
	}
}

#news .row>.col {
	padding: 0;
}

#news .row .col .icons {
	width: 180px;
	height: 180px;
	background-color: #f1f1f3;
	padding: 16px;
	margin: 16px;
	background-size: 70px;
	background-repeat: no-repeat;
	background-position: center 40px;
	text-align: center;
	position: relative;
}

#news .timeline-widget ul {
	position: relative;
	padding-left: 15px;
}

#news .timeline-widget ul:before {
	content: "";
	position: absolute;
	right: 25px;
	top: 0;
	width: 2px;
	height: 100%;
	background: #e6e6e6;
}

#news .timeline-widget ul li {
	border-bottom: 0;
	padding-bottom: 10px;
	padding: 6px 0;
}

#news .timeline-widget ul li .date {
	font-size: 10px;
	display: block;
	position: relative;
	color: #777777;
	line-height: 12px;
	margin-bottom: 5px;
}

#news .timeline-widget ul li .date:before {
	content: "";
	width: 12px;
	height: 12px;
	background: #e6e6e6;
	border: 3px solid rgba(255, 255, 255, 0.8);
	position: absolute;
	right: -20px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 50%;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transition-duration: 0.3s;
}

#news .timeline-widget ul li:hover .date:before {
	background: #212e63;
	background-color: rgb(33, 46, 99);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

#news .timeline-widget ul li .date .fa {
	display: none;
}

#news .timeline-widget ul li .date {
	font-size: 10px;
	display: block;
	position: relative;
	color: #777777;
	line-height: 12px;
	margin-bottom: 5px;
}

#news .timeline-widget ul li h3 {
	font-size: 17px;
	line-height: 1.4;
	color: #212e63;
}

#news .timeline-widget ul li a:hover h3 {
	color: #444;
}

#aboutUs {
	background-color: #f7f7f9;
}

#aboutUs p {
	font-size: 16px;
	color: #888888;
	line-height: 30px
}

#aboutUs img {
	margin-top: 45px;
}
#news{
	background-color: #f7f7f9;
}
#businessPartners {
	text-align: center;
	background-color: #fff;
	padding-top: 35px;
}
/*input[type="text"]{*/
/*	background-color: #f7f7f9;*/

/*}*/
#businessPartners .partners {
	float:right;
	width: 140px;
	height: 215px;
	margin: 20px;
	vertical-align: middle;
	background: #efefef;
	border-radius: 15px;
	padding: 20px 35px;
border: 1px solid #d6d6d6;
}
#businessPartners .partners .logo{
	float:right;   
    width: 160px;
	height :160px;
	background: #fff;
	margin-bottom: 10px;
	border-radius: 100px;
	padding: 0px;
	justify-content: center;
	align-items: center;
	display: flex;
	text-align: center;
	position: relative;
	left: 10px;
}
#businessPartners .partners .logo>img {
    width: 110px;
}
#businessPartners .partners .title {
    margin-top: 2%;
    width: 130px;
	max-height :50px;
	font-size: 16px;
	font-family : 'VazirRegular', Tahoma, Geneva, sans-serif;
	font-size : 14px;
}
#businessPartners .partners .logo:before {
	content: "";
	position: absolute;
	width: 140px;
	height: 140px;
	top: 0;
	right: 0;
	z-index: 0;
	text-align: center;
	background-image: url(../images/partner-circle.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transition: background-image 0.5s linear;
	-moz-transition: background-image 0.5s linear;
	-o-transition: background-image 0.5s linear;
	transition: background-image 0.5s linear;
}

#businessPartners .partners .logo:hover:before {
	background-image: url(../images/partner-circle-hover.svg);
	transform: rotate(360deg);
	transition: transform 5s ease;
	
}

#businessPartners .partners:hover>img {
	transform: rotate(0deg);
}

#contactUs {
	background-color: #fff;
	position: relative;
	height: auto;
	min-height: auto;
}

#contactUs .white-bg {
	position: absolute;
	width: 100%;
	height: 210px;
	background-color: #f7f7f9;
	top: 0;
	z-index: 0;
}

#contactUs .container {
	z-index: 25;
	position: relative;
}

#contactUs h1 {
	margin-bottom: 120px;
}

#contactUs p {
	font-size: 18px;
	color: #888888;
	line-height: 30px;
}

#contactUs p a {
	color: #888888;
}

#contactUs p a img {
	width: 16px;
	height: 16px;
}

#contactUs .col>img {
	border: solid 25px #fff;
}

#map_2 {
	height: 306px;
	width: 69%;
	margin-right: 10%;
	box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.05);
	border: 20px solid #fff;
	background-color: #fff;
}

#errors {
	min-height: calc(100% - 64px);
	width: 100%;
	display: table;
	text-align: center;
	vertical-align: middle;
	padding: 0;
	margin-top: 0;
}

#errors .valign-wrapper {
	display: table-row;
}

#errors .valign-wrapper .valign {
	display: table-cell !important;
	vertical-align: middle;
}

#errors .valign-wrapper .valign img {
	width: 560px;
}

.result {
	font-size: 15px;
	margin-top: 30px;
}

@media all and (min-width: 1051px) and (max-width: 1140px) {}

@media all and (min-width: 981px) and (max-width: 1050px) {
	h3 {
		font-size: 16px;
	}
}

@media all and (max-width: 993px) {
	nav ul li.selected, nav ul li:hover, .side-nav li.selected, .side-nav li:hover {
		background-color: transparent;
		border-bottom: solid 2px #747b98;
		border-radius: 0;
	}
	#home {
		background-image: none;
	}
	#home #circle {
		/*width: 310px;*/
		/*height: 310px;*/
	}
	#home .descWrapper .desc {
		/*        width: 310px;
        right: calc((100% - 310px)/2);*/
	}
}

@media all and (max-width: 980px) {
	section, footer, h1 {
		padding-left: 10px;
		padding-right: 10px;
	}
	body>section {
		padding: 56px 0;
	}
	nav ul li.selected, nav ul li:hover, .side-nav li.selected, .side-nav li:hover {
		background-color: transparent;
		border-bottom: solid 2px #747b98;
		border-radius: 0;
	}
	#job .row>.col {
		padding: 0;
	}
	#contactUs .white-bg {
		height: 275px;
	}
	#contactUs h1 {
		margin-bottom: 40px;
	}
	#contactUs p {
		font-size: 13px;
		line-height: 24px;
	}
	#contactUs .mobile-map {
		text-align: left;
	}
	.file-field {
		margin: 10px 10px 20px;
	}
	.dropdown-content li>a, .dropdown-content li>span {
		font-size: 12px;
		line-height: 15px;
		padding: 10px;
	}
	#errors .valign-wrapper .valign img {
		width: 490px;
	}
}

@media all and (max-width: 601px) {
	h3 {
		font-size: 16px;
		margin: 0;
	}
	p {
		font-size: 11px;
		line-height: 20px;
		margin: 8px;
	}
	nav #logo {
		max-width: 120px !important;
	}
	.background {
		background-position: center;
	}
	#home .descWrapper .desc {
		width: 310px;
		right: calc((100% - 310px)/2);
	}
	#news .row .col {
		text-align: center;
	}
	#contactUs .mobile-map {
		text-align: center;
	}
	#errors .valign-wrapper .valign img {
		width: 400px;
	}
}

@media all and (max-width: 600px) {
	#news .row .col .icons {
		display: inline-block;
		float: none !important;
		margin: 16px;
	}
}

@media all and (max-width: 430px) {
	#news .row .col .icons {
		display: block;
		clear: both;
		float: none !important;
		margin: 16px auto;
	}
	#errors .valign-wrapper .valign img {
		width: 290px;
	}
}

/* model */
.model-container{
	position: relative;
    max-width: 600px;
    width: 100%;
    margin:10px auto 0;
}
.card {
	position: relative;
	background: #fafafa;
	border-radius: 5px;
	padding: 60px 0 40px 0;
	margin: 0;
	box-sizing: border-box;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	transition: .3s ease;
}

.card:first-child {
	background: #ebeaea;
	height: 10px;
	border-radius: 5px 5px 0 0;
	margin: 0 10px;
	padding: 0;
	box-sizing: border-box;
}
.card h4.name-model {
    position: relative;
    z-index: 1;
    border-right: 5px solid #1a237e ;
    margin: 0 0 8px;
    padding: 10px 9px 10px 0;
    color: #1a237e ;
    font-size: 21px;
    font-weight: 500;
    box-sizing: border-box;
    width: 100%;
	display: block;
	border-radius: 0;
	text-align: right;
}
.card>p{
	padding: 20px;
	text-align: justify;
	color: #383838;
}
.card.alt {
    position: absolute;
    top: -70px;
    left: -70px;
    z-index: 10;
    width: 140px;
    height: 140px;
    background: none;
    border-radius: 100%;
    box-shadow: none;
	padding: 0;
	box-sizing: border-box;
    transition: .3s ease;
}
.card.alt .toggle {
    position: relative;
    background: #FFF;
    width: 140px;
    height: 140px;
    border-radius: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    color: #ffffff;
    font-size: 58px;
    line-height: 140px;
    text-align: center;
    cursor: pointer;
}
.card.alt .toggle > img{
    margin-top: 11%;
    width: 110px;
	border-radius:25%;
}
.btn{
	font-size: 15px;
	font-weight: 500;
}


.searchbox_input{
	background-color: #fff;
	border-radius: 5px;
	border: 0;
	outline: none;
	height: 38px;
	width: calc(100% - 10px);
	font-size: 15px;
	padding: 0 5px;
	color: #444444;
	box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
	background-color: transparent;
	border-radius: 25px;
	border-bottom: 0px solid #9e9e9e;
	outline: none;
	width: 100%;
	font-size: 1rem;
	margin: 0px 0px 20px 0px;
	padding: 0;
	box-sizing: content-box;
	transition: all 0.3s;
	text-align:center;
	font-family: 'VazirRegular', Tahoma, Geneva, sans-serif;
}







body {
  padding: 0px;
  margin: 0px;
}

.bug {
	clear:both;
}

footer {
  min-height: auto;
  box-shadow: 0 1px 5px 0 rgba(0,0,0,.149);
}

.body-footer {
	width: 100%;
  position: relative;
  background: #3c3c3c;
  padding-top: 30px;
margin-top: 25px;
  height: 55px;
}


.box-item-footer {
  margin-top: 0px;
}

.child-item-footer {
	color: #dccfcf;
  font-size: 16px;
  transition: all ease .4s;
  margin-bottom: 20px;
  font-family: 'VazirRegular', Tahoma, Geneva, sans-serif;
  text-align: right;
  padding-right: 65px;
}

.child-item-footer a {
  color: #fff;
  transition: all ease .3s;
	text-decoration: none;
  font-size: 16px;
}


.header_area {
width: 100%;
  padding: 0px;
  background: #fff !important;
  border-bottom: 1px solid #eff0f0;
  direction: rtl;
}

.nav-brand img {
  width: 80%;
position: relative;
  right: 65px;
}

.nav-brand {
  text-decoration: none !important;
  height: 100%;
  display: flex;
  align-items: center;
}

.btn-header {
	display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  font-family: 'VazirRegular', Tahoma, Geneva, sans-serif;
}

.navigation {
width: 95%;
  height: 80px;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
}

.nav-header {
  display: flex;
  align-items: center;
  gap: 60px;
}
