/*!
Theme Name: doghatrolls
Theme URI: http://doghatrolls.com/
Author: doghatrolls
Author URI: http://doghatrolls
Description: doghatrolls
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: doghatrolls
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

doghatrolls is based on doghatrolls https://doghatrolls.com/, (C) 2012-2020 Automattic, Inc.
doghatrolls is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}
/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
.about .about-content .feature-item .icon img {
  width: 55px;
  height: auto;
}
.why-choose-us .features-content .features-list .feature-item .feature-icon .your-icon-class {
  width: 55px;
  height: auto;
}
.blogPost_bx .card-img-top {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.blogPost_bx{
	height: 100%;
}
.hero .hero-image img{
height: 100%;
	object-fit: cover;
	min-height: 400px;
}
.swiper-button-prev, .swiper-button-next {
  background-color: #1028a1;
  width: 40px;
  height: 40px;
  border-radius: 27px;
  color: #fff;
}
.swiper-button-prev:after, 
.swiper-button-next:after{
	font-size: 24px;
}

.hero-swiper .swiper-button-prev, 
.hero-swiper .swiper-button-next {
  background: #fff;
  padding: 24px;
 border-radius: 0px;	
color: #1028a1;
}
.hero-swiper .swiper-button-prev{
left: 0;
}
.hero-swiper .swiper-button-next {
  right: 0;
}
.hero-swiper .swiper-button-prev:after, 
.hero-swiper .swiper-button-next:after{
	font-size: 28px;
}
.clientsLogo .swiper-slide {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
}
.clientsLogo .swiper-wrapper{
	 display: flex;
  align-items: center;
}
.clientsLogo .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.navmenu ul{
	gap: 20px;
}
.navmenu ul li a{
	font-size: 20px; 
	font-weight: 500;
}
html {
  scroll-behavior: smooth;
}
.team-card .btn.btn-primary {
  background-color: #011788;
	border-color: #011788; 
}
.about .about-image .img-fluid.main-image {
  width: 100%;
}
.team .team-image{
	height: 240px;
}
.team .team-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
  