/*
Theme Name: Twenty Thirteen
Theme URI: https://wordpress.org/themes/twentythirteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 4.3
Tested up to: 6.7
Requires at least: 3.6
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: blog, one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, footer-widgets, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready, block-patterns
Text Domain: twentythirteen

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 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */
/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */
 .custom-container {
    width: 90%;
    margin: 0 auto;
}
div#mega-menu-wrap-primary {
    margin: 15px 0 0 0;
}
header#masthead {
    position: fixed;
    z-index: 111111;
    background: #ffffff;
    width: 100%;
    transition: 0.5s ease-in-out;
}
.navbar-scrolled {
    box-shadow: 0 3px 16px rgb(0 0 0 / 27%);
    padding: 0 0 0 0 !important;
}
h1, h2, h3, h4, h5, h6, p, a, b, strong, div, span ul, li {
    font-family: "Funnel Sans", sans-serif !important;
}
section#bnner {
    padding: 98px 0;
}
section#abt-us {
    position: relative;
}
.abt-ing img {
    width: 75%;
    position: absolute;
    top: -60px;
    right: 25px;
}
.abt-img img {
    position: absolute;
    top: 322px;
    right: -61px;
}
section#abt-us b {
    font-size: 35px;
    color: #26363c;
}
section#abt-us h1 {
    font-size: 30px;
    color: #bf5734;
}
p {
    line-height: 32px;
    color: #575757;
    margin: 0 0 0 0;
    font-size: 18px;
}
section#abt-us p {
    margin: 0px 0 40px 0 !important;
}
section#what-we- serve {
    margin: 60px 0;
}
.inner-what h3 {
    font-size: 40px;
    font-weight: 700;
}
a.avi-btnes {
    background: #192935;
    padding: 15px 27px;
    margin: 0 18px 0 0px;
    color: #fff;
    border-radius: 7px;
}
a.avino-btnes {
	background: #bf5734;
    padding: 15px 27px;
    color: #fff;
    border-radius: 7px;
}
.abt-inner-txt {
    margin: 25px 0 0 0;
}
section#ctctd {
    margin: 110px 0 0 0;
    background: #ded761;
    position: relative;
}
.inner-txt {
    margin: 38px 0px 0 0;
}
.inner-ctctd-img img {
    margin: 0 0px 0 -80px;
}
.inner-txt p {
    font-size: 18px;
    font-weight: 500;
    color: #000;
}
.container {
    max-width: 84% !important;
    margin: 0 auto;
}
section#what-we-serve {
    margin: 60px 0;
}
.inner-what {
    margin: 45px 0 0 0;
}
section#mainer {
    background: #f8f8f8;
    padding: 100px 0 0 1px;
    position: relative;
}
section#mainer img {
    position: absolute;
    top: 0;
    right: 0px;
    width: 10%;
}
.process-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 40px;
	text-align: center;
	align-items: start;
	position: relative;
  }
  .process-step {
    border-radius: 8px;
    padding: 20px;
    position: relative;
    text-align: center;
    margin: 0 0 70px 0;
}
  .process-step::after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	background-color: #e66a44;
	border-radius: 50%;
	top: 50%;
	right: -20px;
	transform: translateY(-50%);
	z-index: 1;
  }
  .process-step:last-child::after {
	display: none;
  }
  .icon {
	font-size: 40px;
	color: #2c3e50;
	margin-bottom: 10px;
  }
  .step-title {
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 10px;
}
  .step-description {
    font-size: 18px;
    color: #6b6b6b;
}
  .arrow {
	position: absolute;
	width: 20px;
	height: 20px;
	background-color: transparent;
  }
  .icon i {
    border: 2px dotted;
    padding: 20px 20px 20px 20px;
    border-radius: 47px;
}
.main-key {
    text-align: center;
}
.main-key h4 {
    font-size: 41px;
    line-height: 53px;
    margin: 0px 0 16px 0;
}
.process-step {
    border-radius: 8px;
    padding: 20px;
    position: relative;
    text-align: center;
    margin: 0 0 70px 0;
    border: 2px dotted #bf573459;
    height: 290px;
}
section#ctc {
    background: #192834;
    padding: 65px 0 50px 0;
    color: #fff;
}
.ctc-txt h5 {
    font-size: 38px;
}
.btn-ctc {
    float: right;
    margin: 12px 0 0 0;
}
.iconer {
    display: flex;
    justify-content: space-evenly;
    margin: 92px 0 0 0;
}
.inner-backlo h5 {
    font-size: 45px;
}
.inner-backlo h5 {
    font-size: 45px;
    color: #fff;
}
section#backling {
    background: linear-gradient(to right, #414141 0%, #1f1f1f 50%, #1f1f1f 50%, #393939 100%) !important;
    padding: 70px 0 139px 0;
    border-radius: 0px 0px 540px 0px;
}
.inner-murga {
    position: absolute;
    top: -71px;
    right: 0;
}
.inner-backlo p {
    color: #fff;
    margin: 0 0 0px 0;
}
.inner-why-bird img {
    width: 100px;
}
.inner-why-bird {
    text-align: center;
}
.inner-legse h5 {
    text-align: center;
    font-size: 35px;
    margin: 0px 0 50px 0;
}
.inner-why-bird {
    border: 1px solid #a6a6a6;
    border-radius: 21px;
    padding: 25px 0 25px 0;
}
.inner-why-bird h5 {
    font-size: 26px;
    font-weight: 700;
    margin: 10px 0 12px 0;
}
section#why-us-love {
    margin: 55px 0;
}
.btn-ctc {
    margin: 12px 0 0 0;
}
.former h5 {
    font-size: 40px;
    font-weight: 700;
    color: #bf5633;
    margin: 0 0 26px 0;
}
.form-control {
    color: #495057 !important;
    background-color: #e0e0e0 !important;
    border: none !important;
    margin: -15px 0 0 0 !important;
    border-radius: 13px !important;
	padding: 1.375rem .75rem !important;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.form-control {
    background: #bf5734 !important;
    color: #fff !important;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}
.former h5 {
    font-size: 40px;
    font-weight: 600;
    color: #1b2731;
    margin: 0 0 46px 0;
}
section#forming {
    margin: 60px 0;
}
footer#affixmenow {
    background: #192935;
    color: #fff;
    padding: 50px 0;
}
.foot img {
    width: 60%;
}
.foot p {
    margin: 20px 0 13px 0;
    color: #fff;
}
.socail-icons a {
    color: #fff;
    padding: 0 12px 0 15px;
    border-right: 1px solid #fff;
}
.foot ul {
    padding: 0px 0 0px 19px;
}
.foot ul li a {
    color: #fff;
    line-height: 37px;
    font-size: 18px;
}
.footer a {
    COLOR: #fff !important;
}
section#copyright p {
    text-align: center;
    margin: 5px 0 5px 0;
    font-size: 16px;
}
section#copyright a {
    color: #ea400d;
    text-decoration: none;
}
footer#affixmenow a:hover {
    color: #bf5633;
    text-decoration: none;
}
.foot h5 {
    font-size: 23px;
    color: #e64e15;
}
.footer h5 {
    font-size: 23px;
    color: #e64e15;
}
.pageheader {
    background: #2A3774;
    /* background: linear-gradient(90deg, rgb(45 55 112) 0%, rgb(184 214 129) 100%) !important; */
    background: linear-gradient(90deg, rgb(41 63 77) 0%, rgb(5 9 11) 100%) !important;
    margin-bottom: 30px;
    color: #fff;
    padding: 105px 0 0 0;
}
.breadcrumb_new {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 130px;
    font-weight: bold;
}
span.breadcrumb_new a {
    color: #fff;
}
section.innerpages {
    margin: 55px 0;
}
.biographyzylang-b h2 {
    margin: 0 0 35px 0;
}
.biographyzylang {
    background: #de5f4c;
    color: #fff !important;
    padding: 4% 4% 10% 4%;
    float: left;
    width: 100%;
    border-radius: 20px;
    margin: 79px 0 0 0;
}
th {
    background: #c15633;
    color: #fff;
}
.stickme h3 {
    text-align: center;
    color: #fff;
    background: #273540;
    padding: 10px 0;
    font-size: 20px;
    border: 1px solid;
}
.stickme {
    background: #818f9c;
    color: #fff;
    border-radius: 17px;
}
ul#menu-productlistmenu li a {
    color: #fff;
    line-height: 30px;
}
ul#menu-productlistmenu li a:hover {
    color: #d6d6d6;
    line-height: 30px;
	text-decoration: none;
}
.modal-header {
    margin: 80px 0 0 0;
}
/**
 * 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
/* Collapse oversized image and pulled images after iPad breakpoint. */
@media (max-width: 767px) {
	.pageheader {
		padding: 15px 0 0 0 !important;
	}
	.biographyzylang {
		margin: 0px 0 30px 0 !important;
	}
	section.pageheader h1 {
		display: unset !important;
		font-size: 30px;
	}
	span.breadcrumb_new {
		margin: 15px 0 0 0 !important;
	}
	.breadcrumb_new {
		display: unset !important;
		float: left !important;
		height: 45px !important;
	}
	header#masthead {
		position: unset !important;
	}
	section#forming {
		margin: 60px 0 0 0 !important;
	}
	section#copyright p {
		margin: 5px 0 39px 0 !important;
	}
	.socail-icons {
		margin: 0 0 24px 0 !important;
	}
	section#polutirng {
		margin: 30px 0;
	}
	.inner-murga img {
		width: 50% !important;
	}
	.inner-ctctd-img img {
		margin: 35px 0px 0 0px !important;
	}
	.inner-txt p {
		font-size: 16px !important;
		font-weight: 500 !important;
		color: #000 !important;
	}
	
	.abt-ing img {
		width: 100% !important;
		position: unset !important;
		top: -60px !important;
		margin: 37px 0 0 0 !important;
	}
	section#ctctd {
		margin: 40px 0 0 0 !important;
	}
	.abt-img img {
		position: relative !important;
	}
	section#abt-us b {
		font-size: 24px !important;
	}
	a.avino-btnes {
		padding: 16px 13px !important;
	}
	div#mega-menu-wrap-primary {
		width: 50px !important;
		float: right !important;
		margin:0 0 0 0 !important;
	}
	p {
		font-size: 16px !important;
	}
	section#bnner {
		padding: 0px 0 !important;
	}
	section#what-we-serve {
		margin: 0px 0 !important;
	}
	section#mainer img {
		width: 17% !important;
	}
	section#backling {
		padding: 39px 0 139px 0 !important;
	}
	.iconer {
		margin: 13px 0 0 0 !important;
	}
	.inner-murga {
		margin: 57px 0 0 0 !important;
	}
	.inner-murga {
		position: unset !important;
	}
	.iconer {
		margin: 40px 0 0 0 !important;
	}
	.inner-why-bird {
		margin: 14px 0 !important;
	}
	.inner-legse h5 {
		font-size: 23px !important;
	}
	.process-step {
		margin: 0 0 28px 0 !important;	
	}
	.inner-legse h5 {
		text-align: center;
		font-size: 23px;
		margin: 0px 0 0px 0;
	}
	.btn-ctc {
		float: left !important;
	}
	.ctc-txt h5 {
		font-size: 28px !important;
	}
	.main-key h4 {
		font-size: 24px !important;
		line-height: 34px !important;
		margin: 0px 0 16px 0 !important;
	}
	section#mainer {
		padding: 36px 0 0 1px !important;
	}
	.inner-what h3 {
		font-size: 30px !important;
		font-weight: 700 !important;
	}
	.container {
		max-width: 100% !important;
		margin: 0 auto;
	}
	section#ctctd {
		padding: 0px 0 20px 0 !important;
		background: #ded761;
		position: relative;
	}
	.site-header .home-link {
		min-height: 0;
	}
	.site-title {
		font-size: 36px;
		padding: 8px 0 10px;
	}
	.entry-content img.alignleft,
	.entry-content .wp-caption.alignleft {
		margin-left: 0;
	}

	.entry-content img.alignright,
	.entry-content .wp-caption.alignright {
		margin-right: 0;
	}

	.attachment .image-navigation,
	.attachment .entry-attachment .attachment {
		max-width: 604px;
		padding: 0;
		width: 100%;
	}

	.gallery-caption {
		display: none;
	}
	#sequence a {
		width: 33.3333%;
		float: left;
		text-align: center;
		padding: 5px 0;
		font-size: 15px;
		color: #fff!important;
		font-weight: 600;
		text-decoration: none!important;
		border-right: 1px solid;
	}
	#sequence {
		width: 100%;
		float: left;
		background: #d4610a;
		position: fixed;
		bottom: 0;
		z-index: 100;
		padding: 0;
		color: #000!important;
	}
	.abt-img img {
		position: unset !important;
	}
}

@media (max-width: 643px) {
	.site-title {
		font-size: 30px;
	}

	#content .entry-header,
	#content .entry-content,
	#content .entry-summary,
	#content footer.entry-meta,
	#content .featured-gallery,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.sidebar .post-navigation .nav-links,
	.paging-navigation .nav-links,
	#content .author-info,
	.comments-area .comments-title,
	.comments-area .comment-list,
	.comments-area .comment-navigation,
	.comment-respond,
	.sidebar .site-info,
	.sidebar .paging-navigation .nav-links {
		padding-left: 20px;
		padding-right: 20px;
	}

	#content .format-status .entry-content,
	#content .format-status .entry-met {
		padding-left: 35px;
	}

	/* Small menu */
	.menu-toggle {
		cursor: pointer;
		display: inline-block;
		font: bold 16px/1.3 "Source Sans Pro", Helvetica, sans-serif;
		margin: 0;
	}

	.menu-toggle,
	.menu-toggle:hover,
	.menu-toggle:focus,
	.menu-toggle:active {
		background: none;
		border: none;
		color: #141412;
		padding: 12px 0 12px 20px;
	}

	.menu-toggle:focus {
		outline: thin dotted;
	}

	.menu-toggle:after {
		content: "\f502";
		font-size: 12px;
		padding-left: 8px;
		vertical-align: -4px;
	}

	.toggled-on .menu-toggle:after {
		content: "\f500";
		vertical-align: 2px;
	}

	.toggled-on .nav-menu,
	.toggled-on .nav-menu > ul {
		display: block;
		margin-left: 0;
		padding: 0;
		width: 100%;
	}

	.toggled-on li,
	.toggled-on .children {
		display: block;
	}

	.toggled-on .nav-menu li > ul {
		background-color: transparent;
		display: block;
		float: none;
		margin-left: 20px;
		position: relative;
		left: auto;
		top: auto;
	}

	.toggled-on .nav-menu li > ul a {
		color: #141412;
		width: auto;
	}

	.toggled-on .nav-menu li:hover > a,
	.toggled-on .nav-menu .children a {
		background-color: transparent;
		color: #141412;
	}

	.toggled-on .nav-menu > li a:hover,
	.toggled-on .nav-menu > ul a:hover {
		background-color: #db572f;
		color: #fff;
	}

	.toggled-on .nav-menu > li a:focus,
	.toggled-on .nav-menu > ul a:focus {
		background-color: #220e10;
		color: #fff;
	}

	ul.nav-menu,
	div.nav-menu > ul {
		display: none;
	}

	#content .featured-gallery {
		padding-left: 24px;
	}

	.gallery-columns-1 .gallery-item {
		margin-right: 0;
		width: 100%;
	}

	.entry-title,
	.format-chat .entry-title,
	.format-image .entry-title,
	.format-gallery .entry-title,
	.format-video .entry-title {
		font-size: 22px;
		font-weight: bold;
	}

	.format-quote blockquote,
	.format-status .entry-content {
		font-size: 18px;
	}

	.format-quote blockquote small,
	.format-quote blockquote cite {
		font-size: 13px;
	}

	.error404 .page-title {
		padding: 40px 0 0;
	}

	.error404 .page-title:before {
		content: normal;
	}

	.comment-author {
		margin-right: 30px;
	}

	.comment-author .avatar {
		height: auto;
		max-width: 100%;
	}

	.comment-metadata,
	.comment-content,
	.comment-list .reply {
		width: 70%;
		width: -webkit-calc(100% - 104px);
		width:         calc(100% - 104px);
	}

	.comment-form input[type="text"],
	.comment-form input[type="email"],
	.comment-form input[type="url"] {
		width: -webkit-calc(100% - 120px);
		width:         calc(100% - 120px);
	}

	.comment-form textarea {
		height: 80px; /* Smaller field for mobile. */
	}

	/* Audio */
	.format-audio .entry-content:before {
		display: none;
	}

	.format-audio .audio-content {
		background-image: none;
		float: none;
		padding-left: 0;
		width: auto;
	}
}

/* Mobile devices */
@media (max-width: 359px) {
	.site-title {
		font-weight: normal;
	}
	.site-description {
	    clip: rect(1px, 1px, 1px, 1px);
	    position: absolute;
	}
	.gallery {
		margin-left: 0;
	}

	.gallery .gallery-item,
	.gallery-columns-2.gallery-size-thumbnail .gallery-item {
		max-width: none;
		width: 49%;
		width: -webkit-calc(50% - 4px);
		width:         calc(50% - 4px);
	}

	.gallery-columns-1.gallery-size-medium,
	.gallery-columns-1.gallery-size-thumbnail,
	.gallery-columns-2.gallery-size-thumbnail,
	.gallery-columns-3.gallery-size-thumbnail {
		display: block;
	}

	.gallery-columns-1 .gallery-item,
	.gallery-columns-1.gallery-size-medium .gallery-item,
	.gallery-columns-1.gallery-size-thumbnail .gallery-item {
		text-align: center;
		width: 98%;
		width: -webkit-calc(100% - 4px);
		width:         calc(100% - 4px);
	}

	.gallery-columns-3 .gallery-item:nth-of-type(3n),
	.gallery-columns-5 .gallery-item:nth-of-type(5n),
	.gallery-columns-7 .gallery-item:nth-of-type(7n),
	.gallery-columns-9 .gallery-item:nth-of-type(9n) {
		margin-right: 4px;
	}

	.gallery br {
		display: none;
	}

	.gallery .gallery-item:nth-of-type(even) {
		margin-right: 0;
	}

	/* Comments */
	.comment-author {
		margin: 0 0 5px;
		max-width: 100%;
	}

	.comment-author .avatar {
		display: inline;
		margin: 0 5px 0 0;
		max-width: 20px;
	}

	.comment-metadata,
	.comment-content,
	.comment-list .reply {
		width: 100%;
	}
}


/**
 * 9.0 Print
 * ----------------------------------------------------------------------------
 */

/* Retina-specific styles. */
@media print,
	(-o-min-device-pixel-ratio: 5/4),
	(-webkit-min-device-pixel-ratio: 1.25),
	(min-resolution: 120dpi) {

	.site-header .search-field {
		background-image: url(images/search-icon-2x.png);
	}

	.format-audio .audio-content,
	.format-status .entry-content:before,
	.format-status .entry-meta:before,
	.comment-list > li:after,
	.comment-list .children > li:before {
		background-image: url(images/dotted-line-2x.png);
	}
}

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}

	footer a[rel="bookmark"]:link:after,
	footer a[rel="bookmark"]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}

	.site {
		max-width: 98%;
	}

	.site-header {
		background-image: none !important;
	}

	.site-header .home-link {
		max-width: none;
		min-height: 0;
	}

	.site-title {
		color: #000;
		font-size: 21pt;
	}

	.site-description {
		font-size: 10pt;
	}

	.author-avatar,
	.site-footer,
	.comment-respond,
	.comments-area .comment-edit-link,
	.comments-area .reply,
	.comments-link,
	.entry-meta .edit-link,
	.page-links,
	.site-content nav,
	.widget-area,
	.main-navigation,
	.navbar,
	.more-link {
		display: none;
	}

	.entry-header,
	.entry-content,
	.entry-summary,
	.entry-meta {
		margin: 0;
		width: 100%;
	}

	.page-title,
	.entry-title {
		font-size: 21pt;
	}

	.entry-meta,
	.entry-meta a {
		color: #444;
		font-size: 10pt;
	}

	.entry-content img.alignleft,
	.entry-content .wp-caption.alignleft {
		margin-left: 0;
	}

	.entry-content img.alignright,
	.entry-content .wp-caption.alignright {
		margin-right: 0;
	}

	.format-image .entry-content .size-full {
		margin: 0;
	}

	/* Remove colors from post formats */
	.hentry {
		background-color: #fff;
	}

	/* Comments */
	.comments-area > li.comment {
		background: none;
		position: relative;
		width: auto;
	}

	.comment-metadata {
		float: none;
	}

	.comment-author .fn,
	.comment-reply-link,
	.comment-reply-login {
		color: #333;
	}
	
}
@keyframes MoveUpDown {
    0%, 100% {
        bottom: 0;
    }
    50% {
        bottom: 15px;
    }
}
@keyframes Moveleftright {
    0%, 100% {
        left: 0;
    }
    50% {
        left: 15px;
    }
}
.abt-ing {
    position: relative;
    animation: 1.7s linear infinite MoveUpDown;
}
.abt-img {
    position: relative;
    animation: 2.7s linear infinite Moveleftright;
}
.innenago {
    position: relative;
    animation: 1.7s linear infinite MoveUpDown;
}
.process-step:hover {
    background: #ececec;
    border: 2px dotted #182833;
    transform: scale(0.9);
    transition: .5s ease-in-out;
}
.inner-why-bird:hover {
    border: 2px dotted #e77153;
    transform: scale(0.9);
    transition: .5s ease-in-out;
}
a.avi-btnes:hover {
    background: #ffffff;
    color: #000;
    text-decoration: none;
    border: 1px solid;
    transition: 0.5s ease-in-out;
}
a.avino-btnes:hover {
	background: #ffffff;
    color: #000;
    text-decoration: none;
    border: 1px solid;
    transition: 0.5s ease-in-out;
}
.inner-polutring h5 {
    font-size: 30px;
    font-weight: 600;
    color: #182836;
}
section#polutirng {
    margin: 60px 0;
}