/*!
Theme Name: garimaglobal
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
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: garimaglobal
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.

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

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
 
:root{
    --equal-padds:5rem;
}

* {
    color: #676767;
    padding: 0;
    margin: 0; 
}

html {
    scroll-behavior: initial!important;
    font-size: 16px;
/*     font-size: 1.1vw; */
}

body {
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 1.125rem;
    font-family: "Inter", serif;
    /* font-family: 'Avenir Next', sans-serif; */
    background-color: #fff;
    color: #676767;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: auto;
    -moz-text-size-adjust: auto;
    -ms-text-size-adjust: auto;
    text-size-adjust: auto;
}

::selection {
    color: var(--theme-deep-red);
    background-color: var(--theme-golden-sand);
    -webkit-text-fill-color: var(--theme-deep-red);
}



/* scroll bar start */


* {
    scrollbar-width: thin;
    scrollbar-color: var(--theme-deep-red) var(--theme-golden-sand);
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 5px;
}

*::-webkit-scrollbar-track {
    background-color: var(--theme-golden-sand);
}

*::-webkit-scrollbar-thumb {
    background-color: var(--theme-deep-red);
    border-radius: 1.0625rem;
    border: 0px;
}


/* scroll bar end */


h1,
h2,
h3,
h4,
h5,
h6,
ul,
p {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

body :is(h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6) {
    color: var(--theme-black);
    font-family: "Inter", serif;
    margin-bottom: 0;
    line-height: 1.2;
    letter-spacing: -0.3px;
	font-weight: 500;
    
}


/* Heading Classes */

  
  h1, .h1 {
    font-size: 44px; 
  }
  
  h2, .h2 {
    font-size: 40px; 
  }
  
  h3, .h3 {
    font-size: 35px;
  }
  
  h4, .h4 {
    font-size: 26px; 
  }
  
  h5, .h5 {
    font-size: 23px; 
  }
  h6, .h6 {
    font-size: 20px; 
  }

a,
*::before,
*::after,
img,
span,
input,
button,
.navbar,
.fixedmenu,
.tp-bullet {
    transition: ease-in-out 0.2s;
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -ms-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
}

.btn.focus,
.btn:focus,
.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

a,
a:link,
a:visited,
a:active {
    outline: none;
    text-decoration: none var(--theme-ochre) ;
}

a:hover {
    text-decoration: underline var(--theme-ochre) ;
}
a{
    color: var(--theme-dark-red);
}


 p {
    word-wrap: break-word;
    word-break: break-word;
    font-size: 17px;
    line-height: 26px!important;
    /* font-family: "Avenir Next", sans-serif; */
    font-family: "Inter", serif;
    margin-bottom: 0rem;
/*     letter-spacing: 0.3px; */
    /* -webkit-hyphens: auto;
    hyphens: auto; */
}
p:not(:last-child){
	margin-bottom: 1rem;
}

li,
p,
span,
b,
strong {
    color: var(--theme-dark-gray);
}



strong,
b {
    font-weight: 600;
}

ul,
ol {
    padding-left: 1.2rem;
}

:is(ul, ol) li:not(:last-child) {
    margin-bottom: 1rem;
}
:is(ul, ol) li{
	font-size: 1.125rem ;
}

input,
textarea,
select,
button:focus {
    outline: 0;
}

section {
    width: 100%;
    overflow: hidden;
    position: relative;
}

 

.equal-padding-T {
    padding-top: var(--equal-padds);
}

.equal-padding-B {
    padding-bottom: var(--equal-padds);
}

footer{
	display:none!important;
}


/* Header Menu Code  Start*/
 #masthead{
 	padding: 8px 0;
 }
 #masthead .header-wrap{
    display:flex;
    justify-content: space-between;
    padding: 0 60px;
    align-items:center;
}
#primary-menu{
    list-style:none;
    display:flex;
    gap: 48px;
    padding-left: 0;
}
#primary-menu li{
	margin-bottom: 0;
}
#primary-menu a{
	font-size: 18px;
	color: #333333;
	position: relative;
	font-weight: 500;
}
#primary-menu a:hover{
	color: var(--theme-bright-red); 
}
#primary-menu a:after{
	content:'';
	    background-color: var(--theme-bright-red);
    width: 100%;
    height: 2px;
    display: block;
    position: absolute;
    left:0;
    bottom: -6px;
    opacity: 0;
}
#primary-menu a:hover:after{
	opacity: 1;
}
#masthead .logos-wrap {
	display: flex;
	gap: 5px;
	align-items: center;
}
#masthead .logos-wrap a:nth-child(1) img{
	height: auto;
	width: 180px;
}
#masthead .logos-wrap a:nth-child(2) img{
	height: auto;
	width: 130px;
}

.bottom-bar-wrap{
	display: flex;
	justify-content: space-between;
	padding: 10px 60px;
	background-color: var(--theme-bright-red);
	align-items: center;
}
.bottom-bar-wrap p{
	font-size: 23px;
    text-transform: uppercase;
    color: var(--theme-white);
    margin-bottom: 0;
    font-weight: 500;
}
/* Header Menu Code End */