/*
Theme Name:   Hello Elementor Child
Theme URI:    https://example.com/
Description:  A custom child theme for Hello Elementor with Bootstrap 5 support
Author:       Your Name
Author URI:   https://example.com/
Template:     hello-elementor
Version:      1.0
Text Domain:  hello-elementor-child
*/

:root{
  --primary: #070bff;
  --primary2: #0b0ec7;
  --secondary: #ff0c0c;
  --secondary2: #ce0a0a;
  --black: #000;
  --dark: #000;
  --white: #fff;
  --gray: #777;
  --light: #f9f9f9;
  --bg-light: #f5f5f5;
  --rad: 5px;
  --bs-heading-color: #000
}
body{
  font-family: "Quicksand", sans-serif;
}
main{
  min-height: 70vh
}

a{
  text-decoration: none;
  transition: ease-in-out 0.2s
}

h1,h2,h3,h4,h5,h6, .elementor-heading-title{
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.4;
  color: var(--bs-heading-color)
}
h1 span, h2 span,h3 span,h4 span{
  /*   color: var(--gray) */
}
h1{
  font-size:50px;
  line-height: 1.4;
}
h1.wp-block-heading{font-size:32px;}
h2{
  font-size:30px;
}
h3{
  font-size:26px;
}
h4{
  font-size:24px;
}
h5{
  font-size:22px;
  margin-bottom: 15px;
}
h6{
  font-size:20px;
  margin-bottom: 15px;
}
.lead,.lead-lg{
  font-size: 18px!important;
  font-weight: 400;
  margin-bottom: 20px;
  color: var(--body-font-color)
}
p.lead:last-child, p.lead-lg:last-child{
  margin: 0;
}
.lead-lg{
  font-size: 20px!important;
}
.fs-11{
  font-size: 11px!important
}
.fs-12{
  font-size: 14px!important
}
.fs-13{
  font-size: 13px!important
}
.fs-14{
  font-size: 14px!important
}
.fs-15{
  font-size: 15px!important
}
.fs-16{
  font-size: 18px!important
}
.fs-18{
  font-size: 18px!important
}
.fs-20{
  font-size: 20px!important
}
.fs-22{
  font-size: 22px!important
}
.fs-24{
  font-size: 24px!important
}
.fs-26{
  font-size: 26px!important
}
.fs-28{
  font-size: 28px!important
}
.fs-30{
  font-size: 30px!important
}
.fs-36{
  font-size: 36px!important
}
strong{
  font-weight: 600
}
b{
  font-weight: 500
}
.fw-300{
  font-weight: 300!important
}
.fw-400{
  font-weight: 400!important
}
.fw-500{
  font-weight: 500!important
}
.fw-600{
  font-weight: 600!important
}
.fw-700{
  font-weight: 700!important
}
.fw-800{
  font-weight: 800!important
}
.nowrap{
  white-space: nowrap
}
section{
  position: relative;
}
.img-thumbnail,.form-control{
  border-radius: var(--rad);
}
.form-group{
  margin-bottom: 15px;
}
.contact-form{
  border-radius: var(--rad);
  padding: 25px 25px 5px 25px;
}
.contact-form label{
  font-size: 14px;
  margin-bottom: 4px;
}
.form-control,.form-select, .contact-form .contact-form-input, textarea.form-control{
  font-size: 16px;
  min-height: 44px;
  border: 1px solid #ddd!important;
  border-radius: 0;
  background-image: inherit;
  display: block;
  width: 100%;
  padding-left: 10px;
	font-weight: 500
}
.form-label{font-weight: 600}
.form-control:focus,.form-select:focus, .contact-form .contact-form-input:focus{
  box-shadow: none;
  border-color: var(--secondary)!important;
  background-color: #fff;
}
.contact-form .form-check .form-check-input{
  min-height: 20px!important;
  width: 20px;
}
.contact-form .form-check{
  display: flex;
  gap: 8px;
  align-items: center;
}
.form-check-label,.form-check{
  cursor: pointer;
}

p:empty{
  display: none;
}

.icon-upload{
  position: absolute;
  right: 4px;
}
textarea{
  resize: none
}
.btn{
  font-size: 16px;
  font-weight: 500;
  padding: 10px 30px;
  transition: ease-in-out 0.2s;
  border-radius: 30px;
}
.btn:before{
  border-radius: 30px;
}
.btn.btn-sm{
  font-size: 14px;
  padding: 8px 26px;
  min-height: 32px;
}
.btn.btn-lg{
  font-size: 18px;
  padding: 12px 30px;
}
.btn-primary{
  background: var(--primary);
  border: 1px solid var(--primary);
  color: var(--white)!important;
}
.btn-primary:hover,.btn-primary:active,.btn-primary:focus,.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle{
  background: var(--primary2);
  border: 1px solid var(--primary2);
  color: var(--white);
}
.btn-outline-primary{
  background: #fff;
  border: 1px solid var(--primary);
  color: var(--primary);
}
.btn-outline-primary:hover,.btn-outline-primary:active,.btn-outline-primary:focus,.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle{
  background: var(--primary);
  border: 1px solid var(--primary);
  color: #fff;
}

.text-primary{
  color: var(--primary)!important;
}
.text-primary2{
  color: var(--primary2)!important;
}
.text-secondary{
  color: var(--secondary)!important;
}
.text-secondary2{
  color: var(--secondary2)!important;
}
.text-gray{
  color: var(--gray);
}
.bg-primary, .bg-red, .bg-danger{
  background: var(--primary)!important;
  color: #fff
}
.bg-primary2{
  background: var(--primary2)!important;
  color: #fff
}
.bg-secondary, .bg-dark{
  background: var(--dark)!important;
  color: #fff
}
.bg-light{
  background: var(--bg-light)!important;
}
.rad-0{
  border-radius: 0!important;
}
.rad{
  border-radius: var(--rad)!important;
}
.rad-10{
  border-radius: 10px!important;
}
.rad-15{
  border-radius: 15px!important;
}
.rad-50{
  border-radius: 50%!important;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
  width: 28px;
  height: 28px;
  font-size: 16px;
  background: #d9d9d9;
  opacity: 1;
  color: var(--primary);
  z-index: 100;
  border-radius:  var(--rad50);
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center
}
.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover{
  background: var(--primary);
  opacity: 1;
  color: #fff;
}
.owl-prev{
  position: absolute;
  right: 35px;
}
.owl-next{
  position: absolute;
  right: 0;
}
.owl-theme .owl-dots {
  position: absolute;
  margin: 0;
  z-index: 6;
  left: 50%;
  bottom: -40px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.owl-theme .owl-dots .owl-dot span{
  width: 14px ;
  height: 14px;
  border-radius:  var(--rad);
  margin: 5px;
  background: #d9d9d9
}
.owl-theme .owl-dots .owl-dot.active span{
  background: var(--secondary)
}

.navbar-expand-lg{
  background-color: #fbfbfb;
  transition: ease-in-out 0.2s;
  border-bottom: 1px solid #eee
}
.navbar-expand-lg .navbar-nav .nav-item{
  margin-left: 32px;
  padding: 0
}
.navbar-expand-lg .navbar-nav .nav-link{
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  padding: 10px 2px;
  position: relative;
  border-bottom: 1px solid transparent;
  display: block;
  color: var(--black);
  transition: ease-in-out 0.2s;
}
.navbar-expand-lg .navbar-nav .nav-link.active{
  color: var(--primary);
}

.navbar-expand-lg .navbar-nav .nav-link:hover,.navbar-expand-lg .navbar-nav .nav-link:focus, .navbar-expand-lg .navbar-nav .nav-item.active .nav-link{
  color: var(--primary);
}
/*
.navbar-expand-lg .navbar-nav .nav-link:after{
	margin: 0; border: 0;
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 2px;
  opacity: .8;
  transform: scale3d(0, 1, 1);
  transform-origin: 100% 50%;
  transition: transform .3s ease-in-out;
  transition-timing-function: cubic-bezier(.2,1,.3,1);
  background: var(--primary);
}
.navbar-expand-lg .navbar-nav .nav-link:hover:after{
  transform: scale3d(1, 1, 1);
  transform-origin: 0% 50%;
  transition-timing-function: ease;
}*/
.navbar-expand-lg .navbar-nav .nav-link.btn:after{
  display: none
}
/*.navbar-expand-lg .navbar-nav .nav-link.active:after{opacity: 0}*/
.navbar-expand-lg .navbar-nav .menu-item-64 .nav-link:after{
  display: none;
}
.navbar-expand-lg .navbar-nav .menu-item-64 .nav-link{
  background: var(--primary);
  border: 1px solid var(--primary);
  color: var(--white);
  padding: 8px 24px!important;
  border-radius: 40px;
  position: relative;
}
.navbar-expand-lg .navbar-nav .menu-item-64 a:hover {
  box-shadow: inset 0 0 15px 15px var(--secondary);
  border: 1px solid var(--secondary);
}

.navbar-expand-lg .dropdown-menu .nav-item{margin: 0;}
.navbar-expand-lg .dropdown-menu .dropdown-item{margin: 0; padding: 7px 15px; background: transparent; color: #555; font-family: "Inter", sans-serif; font-size: 14px; font-weight: 500;}
.navbar-expand-lg .dropdown-menu .dropdown-item:hover{background: var(--primary); color: #fff; }



/*menu*/
.navbar-toggler {
  font-size: 32px;
  padding: 2px;
  border: 0; background: transparent!important
}
.navbar-toggler:focus{
  box-shadow: none;
	 background: transparent!important
}
.navbar-toggler i.la-bars{
  color: var(--primary)
}
.navbar-toggler i.la-times{
  color: var(--secondary)
}
.navbar-toggler.collapsed .la-times, .navbar-toggler .la-bars{
  display: none
}
.navbar-toggler.collapsed .la-bars, .navbar-toggler .la-times{
  display: block
}
.box-gray1{
  background: #f2f2f2;
  min-height: 470px;
}
.box-gray2{
  background: #f2f2f2;
  min-height: 630px;
}

.hero{
  padding-top: 50px;
  line-height: 1.6
}
.hero h1{
  max-width: 750px;
}
.hero p.lead{
  font-size: 24px;
  font-weight: 500
}
footer{
}
footer, .copyright{
  font-size: 14px;
}
footer h5{
  color: #fff
}

.menu-footer li a{
  color: #fff;
/*   text-transform: uppercase; */
  font-weight: 500;
  display: block;
  padding: 5px 0;
  position: relative;
}
.menu-footer li a:before{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  z-index: 1;
  content: "";
  opacity: 0;
  transition: ease-in-out 0.1s;
  background: var(--secondary)
}
.menu-footer li a:hover:before{
  opacity: 1
}
.menu-policies li a{
  color: #fff;
  font-weight: 500;
  display: inline-block;
  padding: 5px;
}
.menu-policies{
  display: flex;
  align-items: center;
  justify-content: flex-end
}
.menu-footer li a:hover, .menu-policies li a:hover{
  color: var(--secondary)
}
.menu-footer li a:hover{
  padding-left: 12px;
}
.footer-info{
  border-top: 1px solid rgba(255,255,255,0.5);
  border-bottom: 1px solid rgba(255,255,255,0.5);
  color: #fff;
}

.page-header{
  padding: 10px 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee
}
.page-header h1.entry-title{
  font-size: 34px;
  margin: 0;
}
.homebox1 {
  background: var(--light);
  padding: 40px 20px 20px;
  border-radius: var(--rad);
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  text-align: center;
  gap: 20px;
  transition: ease-in-out 0.25s;
}
a, img{
  transition: ease-in-out 0.2s;
}
.homebox1:hover{
  background: #fff;
  box-shadow: 0px 10px 20px 3px #9b9b9b3d;
	transform: translateY(-7px)
}
.homebox1 h5{
  text-align: center;
  margin: 0;
}
.homebox1 img{
  display: block;
  margin: 0 auto;
  max-width: 70px;
}
.owl_clients .item{
  padding: 15px;
}


.homebox2{
  background: var(--bg-light);
  padding: 30px;
  border-radius: var(--rad);
}

.btn-blue, .btn-blue:active, .btn-blue:focus{
  border-radius: var(--rad);
  border: 2px solid var(--primary);
  background: #cecee5;
  font-weight: 600;
}
.btn-blue:hover{
  border: 2px solid var(--primary);
  background: var(--primary);
  color: #fff;
}
.btn-green, .btn-green:active, .btn-green:focus{
  border-radius: var(--rad);
  border: 2px solid #00990a;
  background: #e0f3e1;
  font-weight: 600;
}
.btn-green:hover{
  border: 2px solid #00990a;
  background: #00990a;
  color: #fff;
}

.homebox3{
  background: var(--light);
  padding: 20px;
  border-radius: var(--rad);
  border: 1px solid #ddd;
  transition: ease-in-out 0.2s;
	height: 100%;
}
.homebox3 img{max-width: 50px;}
.homebox3 p{margin: 0;}
.homebox3:hover{transform: translateY(-10px); background: #fff; box-shadow: 0px 10px 20px 3px #9b9b9b3d}

.box-process{border-radius: 5px; border: 1px solid #fff; background: #fff; overflow: hidden;  transition: ease-in-out 0.2s; height: 100%; text-align: center; padding-top: 20px;}
.box-process:hover{box-shadow: 0px 10px 20px 3px #9b9b9b3d; transform: translateY(-10px)}
.box-process .content{padding: 20px;}
.box-process .content p{margin: 0;}

.item-partners{
	background: var(--light);
    padding: 20px;
    border-radius: var(--rad);
    transition: ease-in-out 0.2s;
    height: 100%;
	display: flex; 
	justify-content: space-between; 
	gap: 30px;
	flex-direction: column;
	margin: 20px 15px 30px;
}
.item-partners:hover{
	box-shadow: 0px 10px 20px 3px #9b9b9b3d;
	background: #fff;
	transform: translateY(-10px)
}

.form-wrapper{
	background: #eee;
    padding: 30px;    
    transition: ease-in-out 0.2s;
}
iframe.ytvideo{width: 100%; height: auto; aspect-ratio: 16 / 9}

.dash{display: inline-block; width: 30%; max-width: 140px; height: 20px; border-top: 1px solid var(--primary);}
.content-wrapper{margin: 0 auto!important}

/* Submenu positioning */
.dropdown-menu .dropdown-menu {
  margin-left: 0; 
  left: 100%;   /* open to the right */
  top: 0;
}


/* submenu */
.dropdown-menu .dropdown-menu {
  display: none;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.dropdown-menu .dropdown-menu.show {
  display: block;
}

.dropdown-menu.sub-menu.depth_1 li a{font-weight: normal}


@media (min-width: 992px) {
/* 	.dropdown:hover > .dropdown-menu.depth_0 {
		display: block;
	  }
  .dropdown-menu li:hover > .dropdown-menu {
    display: block;
  } */
	.dropdown-menu.sub-menu.depth_1.show{
		left: 90%;
		top: 0;
	}
}


.dropdown-menu.depth_0 .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}





@media (min-width: 1200px) {
  .content-wrapper {
    max-width: 1120px!important;
  }
}

@media (min-width: 1400px) {
  .content-wrapper {
    max-width: 1300px!important;
  }
}
@media (max-width: 1199px) {
  .content-wrapper, .container {
    max-width: 100%!important;
  }
}





/*responsive*/
@media all and (max-width: 575px){
  h1{
    font-size:33px;
    line-height: 1.2;
  }
  h2{
    font-size:30px;
  }
  h3{
    font-size:26px;
  }
  h4{
    font-size:22px;
  }
  .lead {
    font-size: 17px !important;
  }
  .lead-lg {
    font-size: 18px !important;
  }
  .homebox1{
    padding: 20px;
    min-height: 100px;
  }
  .homebox1 h5{
    font-size: 16px;
  }
	.menu-policies{flex-wrap: wrap; justify-content: center}
	.form-wrapper{
    padding: 20px;
	}
	.page-header h1.entry-title{
  font-size: 24px;
}

}









