﻿.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}


.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}


.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}


.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}


.custom-logo-link {
	display: inline-block;
}


.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}


.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}






.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}


.infinity-end.neverending .site-footer {
	display: block;
}






.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}


#primary[tabindex="-1"]:focus {
	outline: 0;
}


.alignleft {

	
	float: left;

	
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	
	float: right;

	
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}



body {
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-family: galano;
}

@font-face {
	font-family: galano;
	src: url(../font/GalanoGrotesque-Medium.ttf);
}

@font-face {
	font-family: gothic;
	src: url(/blog/wp-content/themes/digilinkers_theme/asset/fonts/GOTHIC.ttf);
}

p {
	color: #555;
	line-height: 1.7;
}

a:hover {
	text-decoration: none;
}

li {
	list-style-type: none; 
}

.txtcp {
	text-transform: capitalize;
}

.txtupr {
	text-transform: uppercase;
}

.txtlr {
	text-transform: lowercase;	
}



.logo-img {
	width: 150px;
}

.navbar {
	background-color: #fff!important;
	-webkit-box-shadow: 0 2px 6px -1px rgba(0,0,0,0.1);
	box-shadow: 0 2px 6px -1px rgba(0,0,0,0.1);
}

.navbar-nav a {
	    color: #ffffff!important;
    line-height: 50px;
    text-transform: uppercase;
    padding-right: 1.5rem;
}

.nav-item a:hover {
	color: #0086c4!important;
} 

.nav-item {
	padding-right: 1rem;
}

.customNav {
    background-image: linear-gradient(to right, #5ca3f0 , #043874);
	-webkit-box-shadow: 0 2px 6px -1px rgba(0,0,0,0.3);
	box-shadow: 0 2px 6px -1px rgba(0,0,0,0.3);
	animation: navSlide 1s ease;
}

.customNav .nav-item a:hover {
	color: #0086c4!important;
} 

@keyframes navSlide {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(0);
	}
}

.entry-title1 {
    font-size: 42px;
}



.footer-logo-resize{
	height: auto;
    width: 200px;
}


.footer-first{
background-image: linear-gradient(to right, #5ca3f0 , #043874);

}

.last-txt{
	  color: #fff;
    font-size: 16px;
	 margin-top: 20px;
  font-weight: 600;


}
.last-txt a {
	color: #fff;
}

.list-text{
	padding-left: 0;
    color: #fff;
	line-height: 37px;
}
.list-text a {
	color:#fff;
  font-weight: 600;

}

.white-head{
	font-size: 20px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;

}
.top-footer-wrapper {
	
}
.bottom-footer-wrapper {
	background-color: #ffffff;
	padding: 1rem 0;
}
.footer-copyright-text {
	margin-bottom: 0;
	text-align: center;
	font-size: 0.85rem;
	    color: #000;

}
.creator-link {
	color: #083d7a;
	font-weight: 600;
}
.creator-link:hover {
	color: #000;
}


.footer-social-list{
	display: flex;
    margin-left: -46px;
}

.icon-wrap {
	font-size: 20px;
    color: #000;
    border: 1px solid white;
    border-radius: 30px;
    padding: 7px;
    background-color: #fff;
    width: 35px;
    text-align: center;
}

.whatsapp i {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    background-color: #25d366;
    
    font-size: 30px;
    text-align: center;
    color: #fff;
    z-index: 1;
}
.section-entry {
    padding: 5rem 0;
}


.blog-wrapper, .blog-site-main {
	margin-top: 90px;
}

.blog-cover {
	padding: 4rem 0;
}

.blog-entry-header h1, .blog-entry-header h2, 
.blog-entry-header h2 a, .single-blog-entry-header h2 a {
	color: #04122d;
}

.blog-entry-header h1, .blog-entry-header h2, 
.single-blog-entry-header h1, .single-blog-entry-header h2 {
	position: relative;
	margin-bottom: 2rem;
}

.blog-entry-header h1::before, .blog-entry-header h2::before, 
.single-blog-entry-header h1::before, .single-blog-entry-header h2::before {
	content: "";
	position: absolute;
	left: 0;
	top: -15px;
	height: 3px;
	width: 15%;
	        background: linear-gradient(to right, #1e5798, #1c5595);
}

.blog-entry-header h1::after, .blog-entry-header h2::after,
.single-blog-entry-header h1::after, .single-blog-entry-header h2::after {
	content: "";
	position: absolute;
	left: 16%;
	top: -15px;
	height: 3px;
	width: 3px;
	border-radius: 50%;
	background-color: #1e5798;
}

.blog-entry-header h2 a:hover, .single-blog-entry-header h2 a:hover {
	text-decoration: none;
	color: #145386;
}

.posted-on a, .byline a {
	color: #145386;
}

.posted-on a:hover, .byline a:hover {
	text-decoration: none;
	color: #04122d;
}

.blog-home-col-cover {
	margin-bottom: 3rem;
}

.blog-home-inner-cover .post-thumbnail img, .blog-single-inner-cover .post-thumbnail img {
	max-width: 100%;
	height: auto;
    border-radius: 10px 10px 0 0;

}

.blog-entry-content a.moretag {
	text-decoration: none;
	color: #ed1c24;
}

.blog-entry-content a.moretag:hover {
	color: #000;
}

.entry-footer a {
	color: #145386;
	margin-right: 15px;
}

.entry-footer a:hover {
	text-decoration: none;
	color: #04122d;
}

.post-navigation .nav-previous a, .post-navigation .nav-next a {
	text-decoration: none;
}

.post-navigation .nav-previous .nav-subtitle, .post-navigation .nav-next .nav-subtitle {
	color: #212529;
}

.post-navigation .nav-previous .nav-title, .post-navigation .nav-next .nav-title {
	color: #ed1c24;
}

.post-navigation .nav-previous a:hover .nav-title, .post-navigation .nav-next a:hover .nav-title {
	color: #000;
}

.blog-home-inner-cover {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 3px 10px;
    border-radius: 10px;
    height: 100%;
    border: solid 1px #dfd6d6;
}

.blog-article-wrap {
        padding: 25px;

}
.entry-title {
    font-size : 19px;
    font-weight: 600;
}




@media only screen and (min-width: 992px) {
	.sub-menu {
		position: absolute;
		list-style: none;
		z-index: 10;
		opacity: 0;
		visibility: hidden;
		padding: 0;
	}
	.sub-menu li {
		padding: 0.5rem 1rem;
		background: linear-gradient(to right, #01b1fa, #008bce);
    	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	}
	.sub-menu li a {
		text-decoration: none;
		color: #fff;
		display: block;
	}
	.nav-item:hover .sub-menu {
		perspective: 1000px;
		opacity: 1;
		visibility: visible;
	}
	.nav-item:hover .sub-menu li {
		opacity: 1;
		visibility: visible;
		animation: viewMenu 0.5s ease-in-out forwards;
	}
	.sub-menu li:hover {
		background: linear-gradient(to right, #008bce, #01b1fa);
	}
	.sub-menu li:hover a {
		
	}
	@keyframes viewMenu {
		0% {
			opacity: 0;
			transform: rotateX(-90deg);
			transform-origin: top;
		}
		100% {
			opacity: 1;
			transform: rotateX(0deg);
		}
	}
	.hidden-menu, .hidden-menu2 {
		display: none;
	}
}

@media only screen and (max-width: 991px) {
	.dropdown-nav {
		position: relative;
	}
	.hidden-menu, .hidden-menu2 {
		position: absolute;
		top: 20px;
		right: 15px;
    	color: #000;
	}
	.sub-drop, .sub-menu {
		position: absolute;
		opacity: 0;
		visibility: hidden;
	}
	.sub-menu-small {
		position: static;
		list-style: none;
		z-index: 10;
		opacity: 1;
		visibility: visible;
		padding: 0;
		width: 100%;
	}
	.sub-menu-small li {
		padding: 0.5rem 1rem 0.5rem 2rem;
		background: linear-gradient(to right, #01b1fa, #008bce);
    	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	}
	.sub-menu-small li a {
		text-decoration: none;
		color: #fff;
		display: block;
	}
	.sub-menu-small li:hover {
		background: linear-gradient(to right, #008bce, #01b1fa);
	}
	.sub-menu-small li:hover a {
		
	}
	@keyframes viewMenu {
		0% {
			opacity: 0;
			transform: rotateX(-90deg) ;
			transform-origin: top;
		}
		100% {
			opacity: 1;
			transform: rotateX(0);
		}
	}
}





@media only screen and (max-width: 991px) {}



@media only screen and (max-width: 767px) {
	.vision-row {
		grid-template-columns: 1fr;
	}
	.mission-box {
		grid-column: 1/2;
		grid-row: 2/3;
	}
}