/**
starting about section
**/

.btn-link:hover {
	text-decoration: none;}
.page{background:transparent !important}
.btn.active,
.btn:active {
	box-shadow: none !important;
	top: 0 !important;
	left: 0 !important;
}
.dropdown:hover .dropdown-menu{
	display:block;
	position: absolute;
}
.dropdown-menu{   
	padding: 12px;
	border:none;
	-webkit-animation:fadeIn .8s;
    animation:fadeIn .8s;
     min-width: 17rem !important;
    border-radius: 5px;
	box-shadow: 0 3px 36px rgba(0,0,0,0.06)
}
.dropdown-menu li a {
	font-size: 1.2rem;
	padding: 1.2rem 1rem;
	display: block;
	color: #5439FB;
}
.dropdown-menu a:hover{
	color:#9f9f9f
}
 
.widget_search input{border-radius: 0 20px  20px 0 !important;}
.widget_search button{border-radius: 20px 0  0 20px  !important;}
.section_about {
	padding: 50px 0;
	background: #F5F5F5;
}
.rowaadnum .title {
	border-bottom: 1px solid rgba(204,204, 204, 0.22);
	margin-bottom: 3rem;
}
.rowaadnum .item {
	gap: 20px
}
.rowaadnum .item svg {
	width: 50px
}
.rowaadnum .item .caption h3 {
	font-size: 2rem;
	color: #434073;
}
.rowaadnum .item .caption p {
	color: #9F9F9F;
	font-size: 1.6rem;
	margin:0;
}
input:-internal-autofill-selected {
	background: transparent !important;
}
.about_img {
	text-align: left;
	min-height: 249px;
}
.about_text h2 {
	margin: 0;
	font-size: 25px;
	color: #000;
	padding: 20px 0;
}
.about_text p {
	font-size: 1.8rem;
	line-height: 2;
	color: #9F9F9F;
	font-weight: 300;
	text-align: justify;
}
.about_text .more a {
	background: #fff;
}
.about_text .more a:hover {
	background:#c3d4f3
}
.about_img .ls-bottom-slidebuttons a,
.about_img .owl-pagination .owl-page span {
	background: rgba(255, 255, 255, .5) !important;
}
.about_img .ls-bottom-slidebuttons a.ls-nav-active,
.about_img .owl-pagination .owl-page.active span {
	background: #fff !important;
}
.about_img .owl-theme .owl-controls {
	text-align: left !important;
}
/**
ending about section
**/

.opinion .title {
	display: inline-block;
}
.opinion-slider .item .caption p {
	font-size: 18px;
	padding: 20px 40px;
	margin: auto;
	margin-bottom: 0;
	line-height: 2.1;
	color: #A8A8A8;
	width: 84%;
	direction: rtl;
}
.title_job img {
	border-radius:50%;
	margin-bottom: 20px;
}
.title_job h2 {
	font-size: 20px
}
.title_job p {
	color: #A8A8A8;
	padding: 10px 0
}
.opinion-slider {
	background-image: url(../images/opinion.png);
	background-repeat: no-repeat;
	background-position: right;
}
.opinion-slider .owl-buttons i:before {
	color: #A8A8A8
}
.opinion-slider .owl-controls .owl-buttons div {
	color: #A8A8A8 !important;
	background: transparent !important;
	opacity: 1 !important;
}
.opinion-slider .owl-buttons .owl-prev,
.opinion-slider .owl-buttons .owl-next {
	top: 36%;
}
.opinion-slider .owl-buttons .owl-next {
	right: -8%;
}
/***
starting projects 
***/
.projects {
	background: linear-gradient(to bottom, #EBEBEB, #fff, #fff, #fff);
	padding: 4rem 0;
}
.projects .title {
	border-bottom: 1px solid rgba(204, 204, 204, 0.22);
	padding: 2rem 0 4rem;
	margin-bottom: 4rem;
}
.projects-slider .item {
	padding: 2rem 0;
	transition: all .5s ease-in-out;
}
.projects-slider .item > div {
	gap: 1rem;
}
.projects-slider .item > div > div {
	/* flex: 1; */
}
.projects-slider .item .al_circle {
	position: relative;
	text-align: center;
	width: 25%;
}
.projects-slider .item .al_circle img {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}
.projects-slider .item .al_circle .line {
	position: absolute;
	height: 33.5rem;
	width: 1rem;
	right: 0;
	left: 0;
	top: 50%;
	margin: auto;
	z-index: -1
}
.projects-slider .swiper-slide:last-of-type .item .al_circle .line {
	display: none;
}
.projects-slider .item .image {
	border: 6px solid #fff;
	border-radius: 2rem;
	overflow: hidden;
	box-shadow: -3rem 3.3rem 3.6rem #E6E6E6;
}
.projects-slider .item .caption {
	position: relative;
	width: fit-content;
	padding: 5rem;
	width: 37%;
}
.projects-slider .item p.date_pro {
	margin: 0;
	font-size: 42px;
	color: #191919;
	transition: all .5s ease-in-out;
}
.projects-slider .item .caption h3 {
	color: #191919;
	font-size: 15px;
	transition: all .5s ease-in-out;
}
.projects-slider .item .caption p {
	color: #626262;
	font-size: 1.2rem;
	font-weight: 300;
	line-height: 1.7;
	text-align: justify;
}
.projects-slider .item .caption .more span {
	color: #CECECE
}
.projects .swiper {
	/* max-height: 53rem; */
	/*overflow: unset;*/
	/* overflow-y: hidden; */
}
.projects .swiper-wrapper {
    width: 100%;
    height: 105rem;
    margin: 0 auto;
	overflow: hidden
}
.projects .swiper-button-next {
	left: 0;
	right: unset;
	transform: rotate(90deg);
	top: -14rem !important;
}
.projects .swiper-button-prev {
	left: 0;
	right: unset;
	transform: rotate(-90deg);
	top: -10rem !important;
}
/**
ending projects 
**/

.post-slider .item img {
	border: none;
	padding: 0;
	width: 100%;
	transition: all 0.5s ease-in-out;
}
.posts .title p {
    color: #9F9F9F;

    
}
.posts .item {
	margin: 20px 5px;
	background: #FAFAFA;
	position: relative;
	transition: all 0.5s ease-in-out;
}
.posts .item:after {
	content: '';
	position: absolute;
	width: 0;
	height: 4px;
	background: #064ACB;
	opacity: 0;
	bottom: 0;
	-webkit-transition: 0.5s;
	transition: all 0.9s ease-in-out;
	right: 0;
}
.posts .item:hover:after {
	opacity: 1;
	visibility: visible;
	width: 100%;
}
.posts .item .img {
	overflow: hidden;
	text-align:center;
	border-radius: 1rem;
}
.posts .item .img  img{
	width:100%;
	transition: all 0.5s ease-in-out;
}
.posts .item:hover img {
	transform: scale(1.04);
	transition: all 0.5s ease-in-out;
}
.posts .item .caption h3 {
	font-size: 19px;
	color: #000;
}
.content-area .posts .item .caption h3 {
	font-size:16px;
}
.posts .item .caption p {
	font-size: 1.2rem;
	color: #626262;
	margin-bottom: 0;
	margin-top: 24px;
	font-weight: 100;
	text-align: justify;
}
.posts .item .caption {
	position: relative;
	color: #fff;
	padding: 2rem;
}
.posts .type_posts {
	display: inline-block;
	position: absolute;
	right: 1rem;
	background: #fff;
	padding: 0.5rem 1.3rem;
	border-radius: 1rem;
	font-size: 1rem;
	line-height: 2;
	top: 1rem;
	z-index:9;
	color: #5439FB;
}
.posts .more {
	margin: 1rem 0;
	gap: 0.6rem;
	color: #434073;
}
.hentry:after {
	display: none;
}
.hentry {
	box-shadow: none;
}
.author-bio .bio-avatar {
	float: none !important;
	margin-right: 0 !important;
}
.author-bio .bio-name a {
	color: #212529;
	padding-right: 20px;
}
.author-bio .bio-name a:hover,
.author-bio .bio-name a:focus {
	color: #212529 !important;
}
.author-bio {
	background: transparent!important;
	display: flex;
	box-shadow: none;
	border: 1px solid rgba(23, 23, 23, 0.15);
	align-items: center;
}
.author-bio .bio-avatar img {
	border-radius: 50%
}
/*********pages*****************/

#sub-header {
	margin: 2rem 0;
}
#breadcrumbs {
	border: 1px solid #5439FB;
	display: flex;
	align-items: center;
	border-radius: 1rem;
	overflow: hidden;
	flex-wrap: wrap;
}
#breadcrumbs .home-icon {
	padding: 1rem;
}
#breadcrumbs ul {
	display: flex;
	padding: 1rem 2rem;
	margin: 0;
	gap: 6px;
	flex-wrap: wrap;
	align-items: center;
}
#breadcrumbs ul li:first-of-type ,
#breadcrumbs ul li a  {
	color: #9F9F9F;
	font-size: 1.4rem;
}
#breadcrumbs ul li:last-of-type a ,
#breadcrumbs ul li:last-of-type a span{
	font-size: 1.4rem;
	color: #5439FB
}
.page-about p {
    line-height: 2.3;
    text-align: justify;
}

@-o-keyframes pulse {
	0% {
		-o-box-shadow: 0 0 0 0 rgba(6, 74, 203, 0.18);
	}
	70% {
		-o-box-shadow: 0 0 0 10px rgba(6, 74, 203, 0.18);
	}
	100% {
		-o-box-shadow: 0 0 0 0 rgba(6, 74, 203, 0.18);
	}
}
@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(6, 74, 203, 0.18);
	}
	70% {
		box-shadow: 0 0 0 10px rgba(6, 74, 203, 0.18);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(6, 74, 203, 0.18);
	}
}
.page_archive {
	margin-top: 30px;
}
.widget-title.rtl .widget-title.pl-sm-5,
[dir=rtl] .widget-title.pl-sm-5 {
	padding-right: 2rem!important;
}
.widget-title.rtl .ml-sm-3,
[dir=rtl] .widget-title.ml-sm-3 {
	margin-right: 0 !important;
}
.widget-title:before {
	display: none;
}
.widget-area .widget li a {
	font-size: 14px;
	color: #A8A8A8 !important;
	padding: 6px 0;
	display: inline-block;
}
.widget-area img {
	border: none;
	padding: 0;
}
.widget-area .input-group-btn .btn-default {
	background-color: #064ACB;
	    padding-top: 8px;
}
.content-area .item h3 {
	font-size: 20px;
}
.updates_p .content-area .item h3 {
	font-size: 13px;
}
.content-area .item p {
	margin-top: 14px;
}
.updates_p .item .caption p {
	font-size: 14px;
	line-height: 26px;
}
.widget-title{border-bottom:none;}
#sidebar {
	flex: 0 0 28.333333% !important;
	margin-bottom: 20px;
	margin: 0 auto;
}
.pages {
	padding: 40px 0;
}
.single-featured:hover {
	opacity: 1;
	box-shadow: none;
}
.caption-pages {
	padding: 21px 0 16px;
}
.single-featured,
.comment-content img,
.widget img,
.wp-post-image,
img.avatar {
	border: none;
	padding: 0;
}
.widget-area {
	padding: 10px;
	margin-top: 30px;
}
.content_pages p {
	color: #A8A8A8;
	line-height: 2;
	font-size: 16px;
	padding: 30px 0;
}
.card-header {
	color: #fff;
	margin-bottom: 33px;
}
.card-header button {
	border: none;
	box-shadow: none !important;
}
.accordion .card-body p {
	font-size: 14px;
	color: #A8A8A8 !important;
	line-height: 2;
	direction: ltr;
}
.card-header {
	background: rgba(6, 74, 203, .8);
}
.card-header .btn {
	width: 100%;
	border-radius: 0;
	background: transparent;
	text-align: right
}
.accordion>.card .card-header {
	margin-bottom: 22px;
}
.card-header h2 {
	color: #fff;
}
.accordion .card {
	border: none !important;
}
.page-contact .contacts_us {
}
.page-contact .icon_top {
	border-radius: 50%;
	width: 7rem;
	height: 7rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.page-contact .icon_top svg {
	width: 3.5rem;
}
.page-contact .contacts_us .contact {
	padding: 2rem 0;
	transition: .4s;
	background: #fff;
	margin: 0 6px;
	transition:all 0.8s;
	display: flex;
	align-items: center;
}
.page-contact .contacts_us .contact .text p {
	font-size: 1.7rem;
	padding-right: 1rem;
	    direction: ltr;
}
.contact_form {
	border: 1px solid #BDBDBD;
	padding: 3rem 6rem;
	border-radius: 6rem;
}
.contact_form .iti__flag-container {
	left: 0 !important;
	right: unset !important;
}
.iti--separate-dial-code .iti__selected-flag {
	background: transparent !important;
	direction: ltr;
}
.iti__arrow {
	display: none;
}
.gfield_required_text {
    display: none !important;
}
.contact_form .gform_confirmation_message {
	font-size: 2rem;
}
.contact_form .gform_heading {
	text-align: center;
	color: #5439FB;
}
.contact_form .gform_heading h2 {
	font-size: 3rem;
	font-weight: bold;
}
.page-contact .contact_form input,
.page-contact .contact_form textarea {
	height: 6rem;
	width: 100%;
	border: 1px solid #BDBDBD;
	padding: 1rem 2rem !important;
	font-size: 1.5rem !important;
	font-weight: 400;
	line-height: 1.7;
	background: transparent;
	outline: 0;
	border-radius: 3rem;
	transition: .3s;
}
.gform_wrapper.gravity-theme .gform_fields {
	display: block !important;
}
.contact_form .gfield {
	display: inline-block;
	grid-column: unset !important;
	width: 46% !important;
	margin: 2rem 1rem;
}
.contact_form .gfield.gfield--type-textarea {
	width: 100% !important;;
}
.contact_form .gform_footer input[type=submit] {
   background-image: linear-gradient(188deg, #9C3AE6, var(--blue), var(--blue), var(--blue), var(--blue));
}
.page-contact .wpcf7-submit {
	background: #064ACB !important;
	width: 30% !important;
    margin: auto !important;
}
.wpcf7 p{text-align:center;}
.page-contact .contact_form textarea {
	height: 200px;
}
.wpcf7 {
	width: 90%;
	margin: auto !important;
}
.search_btn {
	box-shadow: 16px 16px 30px rgba(6, 74, 203, 0.05);
	background: transparent;
	border: none;
	border-radius: 50px;
}
.item_search {
	margin: 15px 9% 15px 0;
	border: 1px solid #ced4da8a;
	padding: 17px;
	border-radius: 5px;
	transition:all 0.5s ;
}
.item_search:hover {
	border-color:transparent;
	-webkit-box-shadow: 0 8px 30px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 8px 30px rgba(0,0,0,0.1);
    box-shadow: 0 8px 30px rgba(0,0,0,0.1);
}
.item_search h3 {
	color: #212529;
	font-weight: bold;
	padding: 15px 0;
	display: inline-block;
}
.page-title:before {
	display: none;
}
.width_input .btn {
	background: #064ACB;
}
.width_input .input-group {
	width: 70% !important;
	overflow: hidden;
}
.width_input .input-group .form-control {
	border: none !important;
	height: 44px;
}
.width_input .input-group .btn {border-radius: 0;height: 44px;padding: 0 2rem;border: 0;}
.post-content p {
	line-height: 35px;
}
.services .content-area .item .btn {
	margin-top: 0;
	padding: 14px 46px;
}
.services .content-area .item:after {
	background: rgba(84,57,251,0.5)
	
}
.page-blog #sidebar {
	margin: 50px auto
}
.attachment  .entry-header {
	padding-top:10px
}
.posts.posts_page .item {
    margin: 0;
}
.services.services_page .item {
    margin: 2rem 0;
}
/***********************responsive**************************/

@media (max-width: 768px) {
    .page-about p {

        font-size: 1.5rem !important;
}
    .navbar-default .navbar-nav > li > a:after{display:none;}
.dropdown:hover .dropdown-menu{    display: block; }
.dropdown-menu a{font-size:13px !important;}
.dropdown-menu.show {
    padding: 0 !important;
}
     .dropdown-menu
     {background:transparent}
	.page-blog #sidebar {
		margin: 0px auto
	}
	.updates .item {
		padding: 10px !important;
	}
	.title {
		font-size: 17px;
	}
	.widget-area {
		padding: 10px;
	}
	#sidebar {
		flex: 0 0 99% !important;
		    display: none;
	}
	#breadcrumbs {
		font-size: 15px;
	}
	#breadcrumbs .home-icon {
		display: none;
	}
	.team_content {
		padding: 10px 0;
	}
	.partners {
		padding: 2rem 0;
	}
	.why_work_content .content_left p {
		font-size: 12px;
	}
	.rtl .pl-5,
	[dir=rtl] .pl-5 {
		padding-right: 2rem!important;
	}
	.team_content p {
		font-size: 9px;
		padding-right: 17%;
		margin-bottom: 0;
	}
	#sub-header {
		padding: 20px 0;
	}
	#sub-header span {
		font-size: 13px;
	}
	
	.page-about .tabs_about .nav li a {
		margin: 0 5px;
		padding: 5px 10px;
		font-size: 13px;
	}
	.special_fluid {
		width: 100% !important;
	}
	.tabs_about .tab-content p {
		text-align: justify;
		font-size: 12px;
		line-height: 2.1;
	}
	.tabs_about .tab-content {
		border-radius: 0;
		padding: 10px;
		margin-bottom: 0;
		width: auto;
		margin: 0 0;
	}
	.why_work .content_left {
		padding: 10px;
		border-radius: 0;
		margin-right: 0;
	}
	.why_work_content .content_right p {
		width: 60px;
		height: 60px;
		line-height: 57px;
		font-size: 30px;
	}
	.why_work {
		padding: 37px 0;
	}
	.media-page.media .col-6 { 
		padding:0;
	}
	.media-page.media .item .caption h3 {
		font-size:16px;
	}
	.media-page.media .item .caption p {
		font-size:10px;
	}
	.media-page.media .item .image {
		border-radius:8px;
	}
	.single-media_ .text {
		padding:5px 18px;
		text-align:justify
	}
}
@media (min-width: 992px) {
	.updates_p .content-area .item h3 {
		font-size: 14px;
	}
	.why_work .content_left {
		padding: 16px;
		margin-right: 12px;
	}
	.content-area .item h3 {
		font-size: 16px;
	}
	.widget-area {
		padding: 0;
	}
	.content-area .item p {
		margin-top: 10px;
		font-size: 12px;
	}
}
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration:none;
}
 
.navigation li {
    display: inline;
}
 
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: #6FB7E9;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
}
 
.navigation li a:hover,
.navigation li.active a {
    background-color: #3C8DC5;
}

.rectangle {
    border-radius: 6px;
    height: 36px;
    width: 86px;
    margin: 6px;
    box-shadow: 3px 3px 5px grey;
  }
  .red {
  background-color: #cd5454;
}
.orange {
  background-color: #f68e65;
}
.blue {
  background-color: #494ca2;
}
.yellow {
  background-color: #ffed61;
}
.green {
  background-color: #488b8f;
}
.purple {
  background-color: #714288;
}
.pink {
  background-color: #f67280;
}
.language-menu li {
    border: 1px solid #fff;
    padding: 1.4rem;
    border-radius: 1rem;
    margin: 0 1rem;
	background: rgba(255,255,255,0.14);
}
.language-menu li a {
    color: #fff;
	font-size: 1.5rem;
}
#header2 .language-menu li{
        border: 1px solid #9F9F9F
}
#header2 .language-menu li a{
    color:#5439FB;
}
#header2 .language-menu{
    margin-right:auto;
}