/*!
Theme Name: Virtually Pro
Theme URI: https://them.es/starter
Author: The Foreignerds Team
Author URI: https://foreignerds.com/
Description: Wordpress theme for development
Version: 3.5.0
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: virtually-pro
*/

/* Don't overwrite this file. Compile "/assets/main.scss" to "/assets/dist/main.css" */

/* From http://codex.wordpress.org/CSS */

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.bypostauthor {
	font-weight: bold;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}


/***********Theme Overrides****************/
ul#menu-top-menu ul{
    list-style: none;
    padding: 0;
}

ul#menu-top-menu ul li{
	margin: 0;
}

ul#menu-top-menu ul.dropdown-content li:last-child a{
	border-bottom: none;
}

code {
    font-size: unset;
    color: #5084CC;
}

.peopl-box .infobox-content{
	text-align: left !important;
	color: #67687A;
    font-size: 17px;
}

.peopl-box .infobox-content h3{
	color: #000;
}

.peopl-box .infobox-content .title{
	color: #fff;
}

.about-box h5 {
    font-weight: normal;
}

.about-box .eael-advance-tabs .eael-tabs-content > div{
	color: #212529;
	font-size: 18px;
    line-height: 34px;
    font-family: 'Roboto', sans-serif;
}

.about-box .eael-advance-tabs .eael-tabs-nav>ul li{
	padding: 0;
	margin: 0 ;
	justify-content: flex-start;
}
.about-box .eael-advance-tabs .eael-tabs-nav > ul li.active{
    font-size: 18px !important;
    font-weight: 500 !important;
    cursor: pointer;
    position: relative;
	background: unset !important;
	color: #212529 !important;
	margin: 0;
}

.about-box .eael-advance-tabs .eael-tabs-nav>ul li .eael-tab-title{
	font-size: 18px !important;
    font-weight: normal !important;
}

.about-box .eael-advance-tabs .eael-tabs-nav > ul li.active span{
    border-bottom: 3px solid #393196;
	padding-bottom: 10px;
}

.about-box .eael-advance-tabs .eael-tabs-content>div.active{
	padding: 1em 0;
}

.about-box .eael-advance-tabs .eael-tabs-nav > ul li:hover{
	background-color: unset !important;
    color: #212529 !important;
}

.about-box h2 strong {
    color: #5084CC;
}

section.our-teams .blod-sm h5{
	font-weight: normal;
}


.slients-logo .swiper-pagination-clickable .swiper-pagination-bullet {
    width: 40px;
    border-radius: 10px;
	border: 5px solid #4456ae;
}


.slients-logo .swiper-wrapper{
	margin-bottom: 30px;
}

.about-box a{
	line-height: normal;
}

.item--social .nila-color a{
	display: contents !important;
}
.item--social .nila-color img {
    background: #fff;
    padding: 10px;
    border-radius: 50%;
    border: 2px solid #393196;
    width: 70px;
}

.swiper .swiper-pagination .swiper-pagination-bullet-active{
	background: #4456ae !important;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
    width: 40px;
    height: 10px;
    border-radius: 5px;
    background: #D6D6D6 !important;
	opacity: 1;
}

.swiper-wrapper{
	margin-bottom: 10px;
}


/* Custom Pagination Styling */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
	margin-bottom: 50px;
}

.pagination a {
    display: inline-block;
    padding: 3px 10px;
    margin: 5px;
    text-decoration: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #333;
}

.pagination a:hover {
    background-color: #0073e6;
	color: #fff;
}

.pagination .current {
    background-color: #0073e6;
    color: #fff;
    border: 1px solid #0073e6;
	padding: 3px 10px;
    border-radius: 4px;
}

.items-bd .post-thumbnail img{
	width: 100%;
	max-height: 220px !important;
	object-fit: cover;
}

.peopl-box h3 a{
	color: #000;
	text-decoration: none;
}

.peopl-box h3 a:hover{
	text-decoration: underline;
}


/**********blog page css*****************/

section.sprtss {
    background: url(assets/images/sprts-bg.png) !important;
	margin-bottom: 50px;
	background-size: cover !important;
}

section.blog-main.pt-50.mb-botom {
    margin: 100px 0px;
}

section.blog-main.blog-box .pt-50.mb-botom {
    box-shadow: 5px 5px 10px rgba(0, 36, 119, 6%);
}

.items-bd img {
    width: 100%;
}

section.blog-main .blog-box {
    margin-bottom: 20px;
}

section.blog-main.pt-50.mb-botom {
    margin: 100px 0px;
}

p.center-btn {
    text-align: center;
}

a.ctass{
        background: #393196;
    color: #fff;
    text-decoration: none;
    padding: 10px 30px;
    border-radius: 25px;
    display: inline-block;
    margin-top: 20px;
}

.gh-blgh {
    box-shadow: 0px 0px 0px rgba(0, 36, 119, 6%);
    padding: 0px 0px 30px;
}

.blog-box .post-thumbnail img {
    width: 100%;
	max-height: 400px;
	object-fit: cover;
}

.gh-blgh h3 {
    font-size: 26px;
    font-weight: bold;
    padding: 20px 0px 10px;
}

section.blog-main p {
    text-align: left;
}

.blog-box {
    box-shadow: 5px 5px 10px rgba(0, 36, 119, 6%);
    background: #fff;
    border-radius: 6px;
    margin-top: 50px;
}

.blog-box .dfo h3 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
}

.blog-box h3 {
    text-align: left;
}

section.blog-main p {
    text-align: left;
}

.subscribe-form {
    position: relative;
    overflow: hidden;
	display: flex;
}

.blog-dtls form input.wpcf7-email{
    border: 1px solid #0071bc;
}

.subscribe-form input {
    width: 100%;
    padding: 10px 28px;
    background: #fff;
    border: 0px solid #fff;
    color: #fff;
    border-radius: 0px;
}

.subscribe-form button {
    position: absolute;
    right: 0px;
    background: #0071bc;
    padding: 10px 30px;
    border: 1px solid #0071bc;
    top: 0;
    border-radius: 0px;
    color: #fff;
    margin-top: 0px;
}

.blog-single .blog-box{
	padding: 20px;
}

.blog-box ul li a{
	color:#000;
	text-decoration: none;;
}

.blog-box ul li a:hover{
	text-decoration:underline;
}

footer .subscribe-form{
	display: flex;
}
.subscribe-form .submit {
    position: relative;
    right: 0px;
    background: #0071bc;
    padding: 10px 20px;
    border: 1px solid #0071bc;
    top: 0;
    border-radius: 0px;
    color: #fff;
    margin-top: 0px;
	width: 130px;
	max-height: 45px;
	overflow: hidden;
}

.blog-single .subscribe-form .submit{
	width: 145px;
}

.subscribe-form .wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: 0.75;
    width: 12px;
    height: 12px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 15px;
    position: relative;
}

form#contact-form input#submit {
    background: #393196;
    color: #fff;
    margin-top: 50px;
    padding: 12px 0px;
    border-radius: 25px;
}

a.nav-link.active {
    border-bottom: unset !important;
}

#s-cont .contact-form .input-box span{
	position: relative !important;
	pointer-events: unset !important;
}

.blogs-box img {
    max-height: 300px;
    object-fit: cover;
	transition: .3s all;
}

.blogs-box img:hover {
    transform: scale(0.95);
}

.blog-box #wpcf7-f1087-o1 .dfo h3{
	display: none;
}
/**********end blog page css***********/




.dropdown:hover .dropdown-content.show {
    display: block;
}

.subscribe-form .wpcf7-spinner{
	 display: none;
}
.hegy .dropdown-content {
    min-height: 50px;
}


code{
	border: unset !important;
}







/***************New Menu Style********************/

.dropdown-content{
	    min-height: auto !important;
}
.dropdown:hover .dropdown .dropdown-content {
    display: none;
}

.dropdown:hover .dropdown.abc .dropdown-content {
    display: block;
}

.dropdown.abc ul.dropdown-menu2.dropdown-content {
    position: absolute;
    left: 100%;
    top: 0;
}

.dropdown ul li {
    width: 100% !important;
}
.top-manage.gtrans {
    text-align: center;
}
/***************New Menu Style********************/

body.home section.blogs {
    display: none;
}


footer .wpcf7 form .wpcf7-response-output{
	    color: #fff;
    font-weight: bold;
    border: none;
    margin: 0;
    padding: 0;
}





/******************carousel css*****************/
.owl-carousel .owl-item .sectorimg img{
	width:auto;
}

 .boxes .owl-stage, .sectorslider .owl-stage{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.boxes .owl-item, .sectorslider .owl-item{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto !important;
}



.boxes .owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.boxes .owl-nav button.owl-prev a{
  left: 0;
}

.boxes .owl-nav button.owl-prev{
  left: 0;
}

.boxes .owl-nav button.owl-next {
  right: 0;
}

/* .owl-dots {
  text-align: center;
  padding-top: 15px;
}
.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.owl-dots button.owl-dot.active {
  background-color: #000;
}
.owl-dots button.owl-dot:focus {
  outline: none;
} */
.boxes .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

.boxes .owl-nav button:hover {
    color:#fff !important;
    background: #393196 !important;
}

.boxes .owl-nav button span {
    font-size: 70px;    
    position: relative;
    top: -5px;
}
.boxes .owl-nav button:focus {
    outline: none;
}





.sectorslider .owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.sectorslider .owl-nav button.owl-prev a{
  left: 7px;
}

body.home .sectorslider .owl-nav button.owl-prev{
  left: 7px;
}

body.home .sectorslider .owl-nav button.owl-next {
  right: 7px;
}

.sectorslider .owl-nav button.owl-prev{
  left: -5px;
}

.sectorslider .owl-nav button.owl-next {
  right: -5px;
}

.sectorslider .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

.sectorslider .owl-nav button:hover {
    color:#fff !important;
    background: #393196 !important;
}

.sectorslider .owl-nav button span {
    font-size: 70px;    
    position: relative;
    top: -5px;
}
.sectorslider .owl-nav button:focus {
    outline: none;
}

.sectorslider .owl-nav { visibility: hidden; }
.sectorslider:hover .owl-nav  { visibility: visible; }

.sectorslider .owl-dots, .boxes .owl-dots { margin-top: 40px; }


/******************carousel css*****************/
.sector-box .mini-blogs p {
    color: #000;
    font-size: 18px;
    font-weight: normal;
    line-height: 28px;
}

.sector-box h3{
	font-weight:bold;
}

.sector-box .blogs-box img {
    height: 300px;
    object-fit: cover;
    transition: .3s all;
    border-radius: 8px 8px 0 0;
}


.intro2, .intro3{
	visibility:hidden;
	opacity:0;
	height:100px;
}

.intro2.show, .intro3.show{
	visibility:visible;
	opacity:1;
	position: absolute;
    bottom: 0;
    color: #fff;
	transition: .7s ease-in-out;
	height:100%;
	background: #393196; 
	padding: 40px;
	 overflow: hidden; 
}

.intro2.show p.text-p, .intro3.show p.text-p{
	visibility:visible;
	opacity:1
}
#flags {
    width: auto !important;
    display: inline-table;
    margin-left: 5px;
    margin-top: 6px;
    vertical-align: middle;
}















/******************Responsive css*****************/
@media only screen and (max-width: 767px){
	.dropdown:hover .dropdown-content {
		display: none;
	}
	
	.sectorslider .owl-nav  { visibility: visible; }
	
	section.boxes { margin-top: 60px;}
	
	#sliders .owl-nav{ display:none; }	
	#sliders .dddd {bottom: 2rem;}	
	#sliders .dddd h1{ font-size:20px; }
	#sliders .dddd p { font-size: 16px; margin-bottom: 0px;}
	#sliders .dddd a { padding: 6px 20px; margin-top: 10px;}
}