/*
Theme Name: Twenty Sixteen
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 3.8
Tested up to: 7.0
Requires at least: 4.4
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, block-patterns
Text Domain: twentysixteen

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


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 700;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

code,
kbd,
pre,
samp {
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

select {
	text-transform: none;
}

button {
	overflow: visible;
}

button,
input,
select,
textarea {
	max-width: 100%;
}

.cf-wrap {
    background: #fff;
  }
  .cf-row p {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-bottom: 14px;
  }
.cf-row p br{
  display:none;
}
  .cf-input {
    width: 100%;
    box-sizing: border-box;
    padding: 13px 14px;
    font-size: 14px;
    border: 1px solid #c8cdd6;
    border-radius: 4px;
    color: #222;
    background: #fff;
    outline: none;
    font-family: inherit;
  }
  .cf-input::placeholder { color: #9ba3b0; }
  .cf-input:focus { border-color: #1a3a8f; }
  .cf-textarea {
    resize: vertical;
    min-height: 120px;
    margin-bottom: 16px;
  }
  .cf-btn {
    background: #1e2d5a;
    color: #fff;
    border: none;
    padding: 13px 28px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-radius: 4px;
    cursor: pointer;
  }
  .cf-btn:hover { background: #162348; }
.header_call .elementor-icon-box-title {
    line-height: 1;
}
.counter_text .elementor-counter-title {
    text-align: center;
    margin-top: 10px !important;
}
.work_gallery .gallery {display: grid;grid-template-columns: repeat(3, 1fr);grid-gap: 15px;grid-template-rows: 255px 255px 255px;}

.work_gallery .gallery .gallery-item {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
	position:relative;
}
.work_gallery .gallery .gallery-item figcaption {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 28px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 5px 5px 10px #000000;
}

.work_gallery .gallery .gallery-item:nth-child(3) {grid-row-start: 1;grid-row-end: 3;grid-column-start: 2;}

.work_gallery .gallery .gallery-item .gallery-icon a img {
    height:100%;
    width:100%;
    object-fit:cover;
}
.work_gallery .gallery .gallery-item .gallery-icon{
    height:100%;
}

.testimonial_slider .elementskit-icon-content {
    bottom: inherit !important;
    top: 10px;
}

.testimonial_slider .elementskit-commentor-header {
    border-bottom: 1px solid #eaeae5;
    padding-bottom: 14px;
}

.testimonial_slider .elementskit-commentor-content {
    height: 89px;        
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #1a3a8f #f0f0f0;
    margin: 20px 0;
}

.testimonial_slider .elementskit-commentor-content::-webkit-scrollbar {
    width: 4px;
}

.testimonial_slider .elementskit-commentor-content::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 10px;
}

.testimonial_slider .elementskit-commentor-content::-webkit-scrollbar-thumb {
    background: #1a3a8f;  
    border-radius: 10px;
}

.testimonial_slider .elementskit-commentor-content::-webkit-scrollbar-thumb:hover {
    background: #E8344A;  
}
.header_call h3.elementor-icon-box-title {
    margin: 0;
}

@media(max-width:767px){
	.work_gallery .gallery {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 5px;
		grid-template-rows: auto;
		margin:0px !important;
	}
	.banner_list .elementor-icon-list-items {
    flex-direction: column;
}

.banner_list .elementor-icon-list-items .elementor-icon-list-item:not(:last-child) {
    margin-bottom: 10px;
}
	.process_icon_list .elementor-image-box-wrapper {
    display: flex;
    align-items: self-start;
    border: 1px solid #173c9e;
    padding: 10px;
}

.process_icon_list .elementor-image-box-wrapper .elementor-image-box-content {
    width: calc(100% - 90px);
    text-align: left;
}

.process_icon_list .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title {
    margin-top: 0;
}
	.image_box_heading_mt_0 .elementor-image-box-wrapper {
    display: flex;
    padding: 16px;
    border: 1px solid #173c9e;
}

.image_box_heading_mt_0 .elementor-image-box-wrapper .elementor-image-box-content {
    width: calc(100% - 82px) !important;
}

.image_box_heading_mt_0 .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title {
    margin-top: 0px;
}
}


.footer_links .elementor-icon-box-title {
    margin-top: 0px;
}