@charset "utf-8";
/* CSS Document */


:root {
    --green: #7fb943;
    --white: #fff;
    --blue: #0174e1;
    --light-grey: #fafafa;
}

@media (min-width: 768px) {
    .container {
        max-width: 90%;
    }
}

h1,
h2,
h3,
h4,
h5,
p,
body {
    font-family: "Poppins", sans-serif;
}

body,
li,
a,
p {
    font-weight: 400;
	
}

li,
input,
button,
a {
    outline: none !important;
}
input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="number"]::placeholder {
    opacity: 1;
    color: var(--white);
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

select{ appearance: none; background-image: url(images/arrow.png); background-repeat:no-repeat; background-position: 92% center;
    background-size: 14px;}

.section_title {

    color: #272727;
    font-weight: bold;
    font-size: 54px;
    margin-bottom: 50px;
    text-align: center;
}
.section_title2 {

    color: #272727;
    font-weight: bold;
    font-size: 54px;
   /* margin-bottom: 50px;*/
    text-align: center;
}
.section_title span, .section_title2 span {
    color: #F8B626;
}
.why_choose_wrap .why_choose_block_st::before {
    content: '\f0e0 ';
    font: normal normal normal 72px/1 FontAwesome;
    position: absolute;
    top: 30px;
    left: 146px;
    color: rgba(255,255,255,0.5);
}
/*Responsive*/

@media (max-width: 1200px) {
    .section_title {
        font-size: 40px;
        margin-bottom: 30px;
    }
	.section_title2 {
        font-size: 40px;
        margin-bottom: -35px;
    }
}
@media (max-width: 991px) {
    .section_title {
        font-size: 38px;
        margin-bottom: 25px;
    }
}
@media (max-width: 800px) {
    .section_title {
        font-size: 34px;
        margin-bottom: 20px;
    }
}
@media (max-width: 425px) {
    .section_title {
        font-size: 30px;
        margin-bottom: 30px;
    }
}
/** Header **/
header {
    padding: 10px 0px;
}
header .row {
    align-items: center;
}
header .logo_img {
    width: 100%;
    max-width: 120px;
    display: block;
}
header .logo_img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: left;
}
header .top_contact {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
header .top_contact ul {
    padding-inline-start: 0px;
    margin: 0px;
    margin-left: 40px;
	background: rgba(255,255,255,0.5);
    padding: 10px;
    border-radius: 15px;
}
header .top_contact ul li {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    color: #282828;
}
header .top_contact ul li i {
    font-size: 25px;
    margin-right: 10px;
    vertical-align: middle;
}
header .top_contact ul li span {
    display: block;
    text-align: left;
    color: #000;
    font-weight: 600;
    margin-bottom: 5px;
}
header .top_contact ul li a {
    color: inherit;
    text-decoration: none;
}
header .top_contact ul:first-child {
    margin-left: 0px;
	background: rgba(255,255,255,0.5);
    padding: 10px;
    border-radius: 15px;
}
@media (max-width: 767px) {
    header .logo_img {
        max-width: 90px;
    }
    header .top_contact ul li {
        font-size: 13px;
        line-height: 13px;
    }
    header .top_contact ul li i {
        font-size: 16px;
        margin-right: 5px;
    }
}
@media (max-width: 575px) {
    header .logo_img {
        max-width: 90px;
        margin: 0px auto;
        margin-bottom: 10px;
    }
    header .top_contact {
        justify-content: center;
    }
    header .top_contact ul li {
        font-size: 13px;
        line-height: 13px;
    }
    header .top_contact ul li i {
        font-size: 16px;
        margin-right: 5px;
    }
}

@media (max-width: 390px) {
	header .top_contact ul {
  	padding-inline-start: 0px;
  	margin: 0px;
   	margin-left: 0px;
  	margin-left: 0;
  	background: rgba(255,255,255,0.5);
  	padding: 0px;
  	border-radius: 15px;
}
  
}


@media (max-width: 360px) {
	header .top_contact ul {
  	padding-inline-start: 0px;
  	margin: 0px;
   	margin-left: 0px;
  	margin-left: 0;
  	background: rgba(255,255,255,0.5);
  	padding: 0px;
  	border-radius: 15px;
}
  
}

.banner_wrap {
    position: relative;
    background-color: #1E4862;
    height: 100%;
    padding: 0px 0px;
}
.banner_wrap .bg_img {
 	position:absolute;  
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
    /*opacity: 0.3; */
}
.banner_wrap .row {
    align-items: center;
}
.banner_wrap .banner_content {
    position: relative; 
	
}
.banner_wrap .banner_content .shape {
    position: absolute;
    bottom: 10px;
    left: 10px;
    height: 175px;
    object-fit: contain;
    object-position: center;
}
.banner_wrap .banner_content h1 {

    color: var(--white);
    font-weight: bold;
    font-size: 70px;
    margin-bottom: 5px;
}
.banner_wrap .banner_content h6{
       color: #7fb943;
    font-size: 40px;
    margin-bottom: 20px;
}
.banner_wrap .banner_content h1 span {
    color: #F8B626;

}
.banner_wrap .banner_content ul {
    margin: 0;
    padding-inline-start: 0px;
}
.banner_wrap .banner_content ul li {
    display: block;
    font-size: 20px;
    color: var(--white);
    margin-bottom: 20px;
}

.banner_wrap .banner_right {
    text-align: right;

}
.banner_right {
	padding-bottom: 93px;
}
.banner_wrap .banner_right .banner_form {
    width: 100%;
    max-width: 505px;
    padding: 20px 35px;
    background-color: #F8B626;
    text-align: center;
    margin: 0px auto;
    margin-right: 0px;
    border-radius: 10px;
}
.banner_wrap .banner_right .banner_form h2 {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: rgb(255 255 255 / 50%);
    text-align: left;
}
.banner_wrap .banner_right .banner_form .form_input {
    width: 100%;
    background-color: transparent;
    border: solid 1px var(--white);
    margin-bottom: 25px;
    border-radius: 28px;
    padding: 10px 30px;
    font-size: 18px;
    color: var(--white);
    height: 54px;
    outline: none;

}

.banner_wrap .banner_right .banner_form .form_input option{ color: #000; }

input[type="time" i]::-webkit-calendar-picker-indicator{filter: invert(1);}
.banner_wrap .banner_right .banner_form input[type="submit"] {
    display: inline-block;
    margin: 0px auto;
    width: 165px;
    background-color: var(--white);
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--blue);
    padding: 10px;
    border-radius: 50px;
    cursor: pointer;
    outline: none;
    border: 1px solid #fff;
}
.banner_wrap .banner_right .banner_form input[type="submit"]:hover{ color: #fff; background: transparent;border: 1px solid #fff; }

@media (max-width: 1200px) {
    .banner_wrap {
        height: 580px;
    }
    .banner_wrap .banner_content h1 {
        font-size: 55px;
        margin-bottom: 25px;
    }
    .banner_wrap .banner_content ul li {
        font-size: 18px;
    }
    .banner_wrap .banner_right .banner_form {
        max-width: 465px;
        padding: 20px 25px;
    }
    .banner_wrap .banner_right .banner_form h2 {
        font-size: 32px;
        margin-bottom: 15px;
    }
    .banner_wrap .banner_right .banner_form .form_input {
        margin-bottom: 20px;
        padding: 12px 30px;
        font-size: 16px;
        height: 48px;
        padding-top: 10px;
    }
    .banner_wrap .banner_right .banner_form button {
        width: 145px;
        font-size: 22px;
        padding: 8px;
    }
}
@media (max-width: 800px) {
    .banner_wrap .banner_content h1 {
        font-size: 50px;
    }
    .banner_wrap .banner_content ul li {
        font-size: 15px;
        margin-bottom: 10px;
    }
	.banner_wrap .bg_img {
 	position:absolute;  
    top: 0;
    left: 0;
    height: 0%;
    width: 0%;
    object-fit:cover;
    object-position: top;
    /*opacity: 0.3; */
}
	.banner_wrap header {
		background-color: white;
	}
	.banner_right {
	padding-bottom: 5px;
}
}
@media (max-width: 767px) {
    .banner_wrap {
        height: auto;
        padding: 50px 0px;
        padding-top: 30px;
    }
    .banner_wrap .banner_content h1 {
        font-size: 36px;
        text-align: center;
        margin-bottom: 15px;
    }
    .banner_wrap .banner_content h1 span {
        display: inline-block;
        margin-right: 10px;
    }
    .banner_wrap .banner_content .shape {
        display: none;
    }
    .banner_wrap .banner_content ul {
        padding-inline-start: 0px;
        text-align: center;
        margin-bottom: 20px;
    }
    .banner_wrap .banner_content ul li {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .banner_wrap .banner_right .banner_form {
        max-width: 100%;
        padding: 20px 25px;
    }
    .banner_wrap .banner_right .banner_form h2 {
        font-size: 28px;
        text-align: center;
    }
}
@media (max-width: 425px) {
    .banner_wrap .banner_content h1 {
        font-size: 30px;
    }
    .banner_wrap .banner_right .banner_form h2 {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .banner_wrap .banner_right .banner_form .form_input {
        margin-bottom: 15px;
        padding: 12px 25px;
        font-size: 15px;
        height: 45px;
        padding-top: 9px;
    }
    .banner_wrap .banner_right .banner_form button {
        width: 130px;
        font-size: 18px;
    }
}

/** Why to Expect **/
.wh_exp_wrap {
	background-color:azure; 
	padding-top: 30px;
    padding-bottom: 100px;
    position: relative;
}
.wh_exp_wrap .shape {
    position: absolute;
    left: 0;
    bottom: 80px;
}
.wh_exp_wrap .wh_exp_inner {
    width: 100%;
    max-width: 1100px;
    margin: 0px auto;
}
.wh_exp_wrap .wh_exp_inner .row {
    align-items: center;
}
.wh_exp_wrap .wh_exp_inner ul {
    padding-inline-start: 0px;
    margin: 0px;
}
.wh_exp_wrap .wh_exp_inner ul li {
	
	display: block;
	max-width: 200px;
	height: auto;
	background-color: #fff;
	box-shadow: 1px 3px 5px grey;
	padding: 8px;	
    font-size: 17px;
    color: #2c2c2c;
    margin-bottom: 30px;
}
 .wh_exp_wrap .wh_exp_inner .li_blue  {
	
	display: block;
	max-width: 200px;
	height: auto;
	background-color: #1E4862;

	border-bottom: 8px solid #f8b626;
	padding: 8px;	
    font-size: 17px;
    color: #fff;
    margin-bottom: 20px;
}
.wh_exp_wrap .wh_exp_inner ul li:last-child {
    margin-bottom: 0px;
}
.wh_exp_wrap .wh_exp_inner ul li span {
    display: block;
    font-weight: 600;
    text-transform: uppercase;
}
.wh_exp_wrap .wh_exp_inner .left_content {
	text-align: right;
	
}
.wh_exp_wrap .wh_exp_inner .left_content ul li{
	text-align: center;
	margin-left: 40%;
}
.wh_exp_wrap .wh_exp_inner .right_content {
	margin-top: 70px;
    text-align: center;
}

.wh_exp_wrap .wh_exp_inner figure {
    width: 100%;
    margin: 0px auto;
}
.wh_exp_wrap .wh_exp_inner figure img {
    width: 100%;
    object-fit: contain;
    object-position: center;
}
@media (max-width: 1200px){
    .wh_exp_wrap {
        padding-top: 30px;
        padding-bottom: 100px;
    }
}
@media (max-width: 991px){
    .wh_exp_wrap {
        padding-top: 30px;
        padding-bottom: 70px;
    }
    .wh_exp_wrap .wh_exp_inner ul li {
        font-size: 14px;
        margin-bottom: 40px;
    }
    .wh_exp_wrap .shape {
        bottom: 30px;
    }
}
@media (max-width: 767px){
    .wh_exp_wrap {
        padding-top: 30px;
        padding-bottom: 50px;
    }
    .wh_exp_wrap .wh_exp_inner ul li {
        font-size: 14px;
        margin-bottom: 40px;
    }
    .wh_exp_wrap .wh_exp_inner .left_content {
        text-align: left;
        order: 2;
    }
	.wh_exp_wrap .wh_exp_inner .left_content ul li {
		margin-left: 0;
		max-width: 100%;
        text-align: center;
        order: 2;
    }
    .wh_exp_wrap .wh_exp_inner .right_content {
		margin-top: 0;
        order: 3;
    }
	.wh_exp_wrap .wh_exp_inner .right_content ul li {
		margin-left: 0;
		max-width: 100%;
        text-align: center;
        order: 2;
    }
    .wh_exp_wrap .wh_exp_inner figure {
        width: 45%;
        margin: 0px auto;
        margin-bottom: 20px;
    }
    .wh_exp_wrap .wh_exp_inner ul li {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .wh_exp_wrap .wh_exp_inner ul li:last-child {
        margin-bottom: 10px;
    }
}

.does_wrap {
    padding: 50px 0px;
	margin-top: 30px;
	margin-left: 5%;
	margin-bottom: 30PX;
	border: #000 medium solid;
    position: relative;
	max-width: 90%;
    background-color:white;
}
.vl {
  border-left: thin dashed gray;
  height: auto;
}
.does_wrap .shape1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.does_wrap .does_wrap_inner {
    position: relative;
}
.does_wrap .shape2 {
    position: absolute;
    top: -48px;
    width: 250px;
	height: 290px;
    right: 0;
}
.does_wrap .does_wrap_inner h2 {
    font-size: 36px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
}
.does_wrap .does_wrap_inner h3 {
    font-size: 30px;
    font-weight: 400;
    color: var(--black);
    margin-bottom: 15px;
}
.does_wrap .does_wrap_inner p {
    width: 100%;
    max-width: 520px;
    font-size: 20px;
    color: var(--black);
    /*padding-left: 50px;*/
    position: relative;
}
.does_wrap .does_wrap_inner p img {
    position: absolute;
    bottom: 0px;
    left: 15px;
    height: 85px;
}
@media (max-width: 1200px){
    .does_wrap {
        padding: 70px 0px;
    }
	.does_wrap .shape2 {
    	top: -58px;
    	width: 245px;
    	height: 256px;
}
    .does_wrap .does_wrap_inner h2 {
        font-size: 32px;
        margin-bottom: 15px;
    }
    .does_wrap .does_wrap_inner h3 {
        font-size: 26px;
        margin-bottom: 15px;
    }
    .does_wrap .does_wrap_inner p {
        max-width: 475px;
        font-size: 15px;
        padding-left: 0;
        padding-left: 0;
        padding-left: 0;
    }
    .does_wrap .does_wrap_inner p img {
        left: 5px;
        height: 65px;
    }
}
@media (max-width: 991px){
    .does_wrap .shape2 {
    	top: -45px;
    	width: 190px;
}
}
@media (max-width: 880px){
    .does_wrap .does_wrap_inner h2 {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .does_wrap .does_wrap_inner h3 {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .does_wrap .does_wrap_inner p {
        max-width: 370px;
        font-size: 14px;
        padding-left: 0;
    }
}
@media (max-width: 767px){
    .does_wrap {
        padding: 15px 0px;
        padding-top: 40px;
    }
    .does_wrap .shape2 {
        position: relative;
        top: auto;
        left: auto;
        display: block;
        margin: 0px auto;
        margin-bottom: 20px;
    }
    .does_wrap .does_wrap_inner h2 {
        font-size: 24px;
    }
    .does_wrap .does_wrap_inner h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
}
@media (max-width: 360px){
.does_wrap .does_wrap_inner p {
    max-width: 370px;
    font-size: 14px;
	padding-left: 0;
	}
}

.why_choose_wrap {
    background-color: var(--light-grey);
    padding: 30px 0px;
    padding-top: 50px;
}

.why_choose_wrap .why_choose_block_st {
    
    align-items: center;
    background-color: #1E4862;
    display: flex;
    margin-bottom: 25px;
	text-align: center;
	min-height: 450px;
	position: absolute;
	left: -75px;
	top: -50px;
	/*padding: 50px;*/
}
.why_choose_wrap .why_choose_block_st h2{
	color: white;
	
}

.why_choose_wrap .why_choose_block {
    border: solid 1px #929292;
    border-radius: 15px;
    align-items: center;
    justify-content: space-between;
    background-color: var(--white);
    margin-bottom: 25px;
	padding-top: 8px;
	text-align: center;
	min-height: 375px;
	position:relative;
}

.why_choose_wrap .why_choose_block img {
	width: 150px;
	height: 150px;
	border: thick white solid;
  	border-radius: 50%;
} 
.why_choose_wrap .why_choose_block .why_content {
    width: 100%;
	padding-top: 8px;
}
.why_choose_wrap .why_choose_block .why_content h3 {
    font-weight: normal;
    color: #535353;
    margin-bottom: 15px;
    font-size: 26px;
}
.why_choose_wrap .why_choose_block .why_content p {
    font-size: 14px;
    margin: 0px;
    padding: 0px 10px 2px 10px;
    color: #535353;
}
.why_choose_wrap .why_choose_block:hover {
    background-color: #F8B626;
}
.why_choose_wrap .why_choose_block:hover .why_content h3 {
    color: var(--white);
}
.why_choose_wrap .why_choose_block:hover .why_content p {
    color: var(--white);
}
@media (max-width: 1200px){
	
	
	.why_choose_wrap .why_choose_block_st h2 {
		color: white;
		text-align: center;
}
	.why_choose_wrap .why_choose_block_st {

		text-align: center;
		/*position:relative;*/
		padding-left: 30px;
}
    .why_choose_wrap {
        padding: 35px 0px;
        padding-top: 125px;
    }
    .why_choose_wrap .why_choose_block .why_content h3 {
        margin-bottom: 10px;
        font-size: 20px;
    }
    .why_choose_wrap .why_choose_block figure {
        height: 270px;
    }
}
@media (max-width: 991px){
	
    .why_choose_wrap {
        padding: 35px 0px;
        padding-top: 65px;
    }
    .why_choose_wrap .why_choose_block figure {
        height: 235px;
    }
    .why_choose_wrap .row{
        justify-content: center;
    }
	.why_choose_wrap .why_choose_block_st h2{
	color: black;
		text-align: center;
	
}
	.why_choose_wrap .why_choose_block_st {

	text-align: center;
	position:relative;
	width: 130%;
	min-height: auto;
	top: 0;
	margin-left: 25px;
	margin-bottom: 5px;
	
}
}
@media (max-width: 935px){
	.why_choose_wrap .why_choose_block {
    border: solid 1px #929292;
    border-radius: 15px;
    align-items: center;
    justify-content: space-between;
    background-color: var(--white);
    margin-bottom: 25px;
    padding-top: 8px;
    text-align: center;
    min-height: 282px;
    position: relative;
}
	.why_choose_wrap .why_choose_block_st::before {
    content: '\f0e0 ';
    font: normal normal normal 72px/1 FontAwesome;
    position: absolute;
    top: 10px;
    left: 140px;
    color: rgba(255,255,255,0.5);
}
	
	
	.why_choose_wrap .why_choose_block_st h2{
	color: white;
	text-align: center;
	
}
	.why_choose_wrap .why_choose_block_st {
	position:relative;
	width: auto;
	min-height: 240px;;
	top: unset;
	margin-bottom: 5px;
	align-items: center;
    display: flex;
    justify-content: center;
	margin: 0;
    padding: 0;
    left: 0;
	border-radius: 15px;	
	
}
    .why_choose_wrap .why_choose_block .why_content h3 {
        margin-bottom: 5px;
        font-size: 17px;
    }
    .why_choose_wrap .why_choose_block .why_content p {
        font-size: 13px;
    }
}
@media (max-width: 767px){
	.why_choose_wrap .why_choose_block {
    border: solid 1px #929292;
    border-radius: 15px;
    align-items: center;
    justify-content: space-between;
    background-color: var(--white);
    margin-bottom: 25px;
    padding-top: 8px;
    text-align: center;
    min-height: 282px;
    position: relative;
}
	.why_choose_wrap .why_choose_block_st::before {
    content: '\f0e0 ';
    font: normal normal normal 72px/1 FontAwesome;
    position: absolute;
    top: 0;
    left: 220px;
    color: rgba(255,255,255,0.5);
}
	
	.why_choose_wrap .why_choose_block_st h2{
		color: white;
		text-align: center;
	
}
	.why_choose_wrap .why_choose_block_st {
	position:relative;
	margin-bottom: 25px;

}
	.does_wrap {margin-bottom: 0;}
	.banner_wrap .banner_content {padding-top: 25px;}
	.wh_exp_wrap {padding-bottom: 10px;}
    .why_choose_wrap {
        padding: 30px 0px;
    }
    .why_choose_wrap .why_choose_block figure {
        height: 200px;
    }
}

@media (max-width: 414px){
.why_choose_wrap .why_choose_block_st::before {
    content: '\f0e0 ';
    font: normal normal normal 72px/1 FontAwesome;
    position: absolute;
    top: 10px;
    left: 156px;
    color: rgba(255,255,255,0.5);
}
}
@media only screen and (max-width: 360px){
	.why_choose_wrap .why_choose_block_st::before {
    content: '\f0e0 ';
    font: normal normal normal 72px/1 FontAwesome;
    position: absolute;
    top: 0;
    left: 125px;
    color: rgba(255,255,255,0.5);
}
	.why_choose_wrap .why_choose_block {
    border: solid 1px #929292;
    border-radius: 15px;
    align-items: center;
    justify-content: space-between;
    background-color: var(--white);
    margin-bottom: 25px;
    padding-top: 25px;
    text-align: center;
    min-height: 330px;
    position: relative;
}
}
.newsletter_wrap {
    padding: 75px 0px;
    text-align: center;
    position: relative;
}
.newsletter_wrap h2 {
    margin-bottom: 15px;
}
.newsletter_wrap p {
    font-size: 18px;
    color: #414141;
    width: 100%;
    max-width: 600px;
    margin: 0px auto;
    margin-bottom: 30px;
}
.newsletter_wrap .newsletter_input {
    width: 100%;
    max-width: 385px;
    margin: 0px auto;
    border: solid 1px #272727;
    height: 65px;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
}
.newsletter_wrap .newsletter_input input {
    font-size: 18px;
    color: #272727;
    background-color: var(--white);
    border: none;
    padding: 18px 35px;
    width: 100%;
    text-transform: uppercase;
    padding-right: 65px;
}
.newsletter_wrap .newsletter_input input::placeholder {
    opacity: 1;
    color: #272727;
}
.newsletter_wrap .newsletter_input button {
    background-color: #272727;
    border: none;
    color: var(--white);
    height: 55px;
    width: 55px;
    border-radius: 50%;
    padding: 0px;
    font-size: 26px;
    position: absolute;
    top: 4px;
    right: 4px;
}
@media (max-width: 800px){
    .newsletter_wrap {
        padding: 30px 0px;
        padding-bottom: 40px;
    }
    .newsletter_wrap p {
        font-size: 15px;
        margin-bottom: 20px;
    }
    .newsletter_wrap .newsletter_input {
        height: 50px;
    }
    .newsletter_wrap .newsletter_input input {
        font-size: 16px;
        padding: 13px 25px;
        padding-right: 50px;
    }
    .newsletter_wrap .newsletter_input button {
        height: 40px;
        width: 40px;
        font-size: 18px;
    }
}
/*Footer*/

.my_footer {
	background-color: #1E4862;
	padding: 0;
	margin: 0;
}

.my_footer .row {
    /*align-items: center;*/
}
.my_footer p {
	line-height: normal;
    font-size: 15px;
    color: var(--white);
    margin: 5px 0px;
}
.my_footer p a {
	line-height: normal;
    cursor: pointer;
    color: #fff;
}
.my_footer p a:hover {
    color: #000;
    text-decoration: underline;
}
.footer_section{
	display:block;
	position: relative;
}

@media(max-width: 575px){
    .my_footer p {
        font-size: 13px;
    }
}

