/*!
Theme Name: NATO
Theme URI: https://gotechark.com/
Author: GoTechark
Author URI: https://gotechark.com/
Description: Description
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: nato
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.

NATO is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores 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/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

body{ position:relative; }
.training-edu-list .edu-main-box img{
	width:49px;
	margin-right:10px;
	object-fit:contain;
}
.btn-nato {
    position: relative;
}
.btn-nato a {
    font-size: 20px;
    line-height: 1.6;
    padding: 9px 20px;
     background: #0B89C6;
    color:#fff;
    display: inline-block;
    position: relative;
}
.btn-nato a span:after {
    font-family: 'icomoon' !important;
    content: "\e908";
    color: #fff;
    display: inline-block;
    margin-left: 8px;
}
.btn-nato a:before {
    position: absolute;
    right: 0;
    top:0;
    width:0;
    content: "";
    background: #FF9E45;    
    height: 100%;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
/* .btn-nato a:hover:before {
    width: 100%;
    right: 0;
    left: 0%;
} */
.btn-nato a:hover {
    color:#fff;
	 background: #FF9E45;
}
.btn-nato a span {
    z-index: 1;
    position: relative;
    color:#fff;
}

.nato-pagination .pagination .page-item.active .page-numbers.current{
    color: #0b89c6 !important;	
}

.post-password-form .from-group .btn-nato button{
     font-size: 20px;
     line-height: 1.6;
     padding: 9px 20px;
     background: #FF9E45;
     color:#fff;
     display: inline-block;
     position: relative;
	border:0px;
}
.post-password-form .from-group .btn-nato button span:after {
     font-family: 'icomoon' !important;
     content: "\e908";
     color: #fff;
     display: inline-block;
     margin-left: 8px;
}
.post-password-form .from-group .btn-nato button:before {
     position: absolute;
     right: 0;
     top:0;
     width:0;
     content: "";
     background: #0B89C6;
     height: 100%;
     transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
.post-password-form .from-group .btn-nato button:hover:before {
     width: 100%;
     right: 0;
     left: 0%;
}
.post-password-form .from-group .btn-nato button:hover {
     color:#fff;
}
.post-password-form .from-group .btn-nato button span {
     z-index: 1;
     position: relative;
     color:#fff;
}


.alignright{
	float: right;
    margin-left: 50px;
    margin-bottom: 40px;
    width: auto;
    max-width: 40%;
	object-fit: contain;
}
.alignleft{
	float: left;
    margin-right: 50px;
    margin-bottom: 40px;
    width: auto;
    max-width: 40%;
	object-fit: contain;
}
.aligncenter{	
    margin: 20px auto;	
    margin-bottom: 15px;
    width: auto;
	display:flex;
	flex-wrap: wrap;
    align-items: center;
    justify-content: center;
	    object-fit: contain;
}
.btn-nato .left-angle-btn, .btn-nato .right-angle-btn {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    transform: rotate(-53deg);
    z-index: 9;
}
.btn-nato .right-angle-btn {
    position: absolute;
    left: auto;
    top: auto;
    bottom: -12px;
    right: -20px;
    width: 30px;
    height: 30px;
    transform: rotate(-53deg);
    z-index: 9;
}
.btn-nato .left-angle-btn:before, .btn-nato .right-angle-btn:after {
    position: absolute;
    background: #fff;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 99;
}
article h1, 
article h2, 
article h3, 
article h4, 
article h5, 
article h6 {
     margin-bottom:20px;
}
article{
	margin-bottom:40px;
	position:relative;
}


p::empty{
	display:none;
}
.home-title{
	    display: flex;
    justify-content: space-between;
    padding-right: 200px;
}
.page-id-124 main{
    padding-bottom: 0px !important;
}
/* @media(min-width:1280px) {
.accordion-body iframe{
	width:50%;
}
} */
@media(max-width:1599px) {
   .alignright{
    margin-left: 30px;
    margin-bottom: 20px;    
}
.alignleft{
    margin-right: 30px;
    margin-bottom: 20px;
}
	
}
@media(max-width:1440px) {
article{
	margin-bottom:30px;	
}	
}
@media(max-width:991px) {
article{
	margin-bottom:20px;	
}	
}
@media(max-width:767px) {
	.alignright,
	.alignleft,
	.aligncenter{
		    width: auto;
       margin: 0 auto 15px auto;
    float: unset;
    max-width: 100%;
		    display: block;
}
	.single  p{
		    word-wrap: break-word;
	}
}

@media(max-width:568px){
.alignright, .alignleft, .aligncenter {
    width: auto;
    margin: 15px auto;
    float: unset;
    max-width: 100%;
    display: flex;
}
}