/*!
Theme Name: G7
Theme URI: https://g7cr.in/
Author: Arjun Malakar
Author URI: https://www.transbizsolution.com/
Description: This is a parent template of the G7 having features like dynamic menu, image and text etc.
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: g7
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.

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 */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
section.sec_event .sidebar {
    background-color: #e3edfd;
    border-radius: 8px;
    padding: 25px;
}

section.sec_event .sidebar .body_lists {
  border-bottom: solid 1px #bed6fb;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

section.sec_event .sidebar .body_lists ul {
  padding-left: 2px;
  margin: 0px;
  list-style: none;
}
section.sec_event .sidebar .body_lists ul li a {
  display: block;
  text-decoration: none;
  font-size: 15px;
  color: #333;
  position: relative;
  padding-left: 12px;
}
section.sec_event .sidebar .body_lists ul li {
  margin-bottom: 10px;
}

section.sec_event .sidebar .body_lists:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: 0px;
}
section.sec_event .sidebar .body_lists ul li a:before {
  content:"\f105";
  font-family: 'FontAwesome';
  font-size: 17px;
  margin-right: 0px;
  position: absolute;
  left: 0px;
  color: #1a479c;
  top: -1px;
  transition: 0.5s;
}


section.sec_event .sidebar .body_lists ul li a:hover:before {
   left: -2px;
}

section.sec_event .sidebar .body_lists ul li a:hover {
   color: var(--light_blue);
}

  section.sec_contact .theme_form {
    position: relative;
    z-index: 2;
}
.sec_contact .theme_form .theme_btn {
    border: 0px;
    padding: 14px 65px;
    margin: auto;
    display: flex;
    background-color: var(--red);
    justify-content: center;
    flex-wrap: wrap;
}
.theme_btn:hover{ opacity:0.9; }
.sec_contact .theme_form .theme_btn:hover{
    background-color:var(--red_dark);
}

.card-speaker {padding: 1.3rem!important;}

.event-register {font-size: 3.5rem;}
.event_title_border {font-family: 'rigid-square';
    color: var(--light_blue);
    border-left: solid 3px var(--red);
    margin-bottom: 60px;
    padding-left: 12px;}
section.sec_resources .card_box_workshop {position: relative;
/* 	z-index:1000 */
    z-index: 49;}



.cp{
	font-size:1.2rem;
}
.colm2{
	column-count:2;
}



/* card style for partner solu  */
.card01 {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  border: none;
}
.card01:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.4);
}
.card01 a {
  color: initial;
}
.card01 a:hover {
  text-decoration: initial;
}
.card01 .text-muted i {
  margin: 0 10px;
}

.column-count3{
    column-count:3;
}

/* end  */


/* green mat  */
.gren{
	font-size:25px;
}
/* end  */


/* image section */

.img_box02{
	
	height:309px !important;
	width: 100%;
    position: relative;
    z-index: 3;
   
    object-fit: cover;
	
}

.img_bag:{
	height: 200px;
    width: 200px;
    background-color: #f3b220;
    position: absolute;
    content: '';
    left: -18px;
    z-index: 1;
    bottom: -18px;
}
/* end  */
@media screen and (max-width: 660px){
	.imh{
		height:auto;
	}
	
}

 .col_vcenter02 {
/*   display: flex; */
  align-items: center;
  flex-wrap: wrap;
}
/*
.bagg{
	background-image: url('https://g7.digit-am.com/wp-content/uploads/2023/12/bg.png');
	 background-repeat: no-repeat;
  background-size: cover;
} */

/* .btn_sm02{
    padding: 8px 15px;
    font-size: 15px;	
} */
.owl-next2{
	right:3px;
}
.home_padding_btn .home-font h2{
	    font-size: 2.1rem !important;
}

section.job-sec1{
	padding:0px;
}
