html, body, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    position: relative;
}

/* HTML5 display-role reset for older browsers */
/*article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, input, textarea {
    display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    
}*/

ol, ul {
    list-style: none;
}

*,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
    margin: 0;
    padding: 0
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
section {
    overflow: hidden;
}

a {text-decoration:none;}
.flt{float:left;}
.fltr{float:right;}
.clr{clear:both;}
ol, ul{margin:0; padding:0;}
a:hover{text-decoration:none;}
a:focus{text-decoration:none;}
ul li{list-style:none;}
h1, h2, h3, h4, h5, h6{margin:0; padding:0;}


a, a:hover, a:focus{text-decoration: none;}
* {
    outline: 0;
}
.img img{width: 100%;}


body {
    margin: 0;
    background: #fff;
    font-weight: 400;
    font-style: normal;
    font-family: "Inter", sans-serif;
}


section{
    padding: 60px 0;
}
.container {
    max-width: 1280px;
    width: 100%;
}
.container2 {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
}

.title, h2 {
    color: #58983f;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
    margin-bottom: 20px;
}

body h3 {
    color: #4d4d4d;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%; /* 30px */
    transition: all 500ms ease;
    margin-bottom: 15px;
}

body h4 {
    color: #4d4d4d;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%; /* 30px */
    margin-bottom: 15px;
}

body h5 {
    color: #4d4d4d;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 166.667% */
    margin-bottom: 15px;
}
body .small_tx {
    color: #ff640f;
    text-align: left;
    font-size: 24px;
    font-weight: 500;
}
body p {
    color: #4d4d4d;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    transition: all 500ms ease;
    margin-bottom: 15px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Inter", sans-serif;
}

.btn_div {
    margin-top: 30px;
}
.sub_btn {
    color: #589841;
    display: inline-block;
    border-radius: 40px;
    background: transparent;
    padding: 13px 44px 12px;
    font-size: 16px;
    font-weight: 600;
    line-height: 22.92px;
    text-align: center;
    text-transform: uppercase;
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid #589841;
    transition: 0.5s all ease;
}


.sub_btn:hover {
    color: #fff;
    background: #589841;
    transition: 0.5s all ease;
    border: 1px solid #589841;
}

.sub_btn2 {
    color: #011191;
    font-weight: 700;
    text-transform: uppercase!important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: normal;
    background-color: rgba(0,0,0,0);
    padding-top: 15px !important;
    padding-right: 26px !important;
    display: block;
    text-align: center;
    height: 62px;
    font-size: 15px;
    width: 240px;
    transition: 0.5s all ease;
    background-image: url(https://usmphones.com/wp-content/uploads/2020/07/Asset-1-1.png);
    margin: 0 auto;
}
.sub_btn2:hover {
    opacity: 0.6;
}
.hd_small {
    font-size: 18px;
    font-weight: 600;
    line-height: 25.94px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.title_dv {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto 40px;
}



/*Menu css =========================*/

/*Header css*/
.header {
    padding: 0px 0;
    position: sticky;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 90;
    transition: 0.5s all ease;
    border-bottom: 1px solid rgb(255 255 255 / 50%);
}
.fixedHeader {
    background: #fff;
    transition: 0.5s all ease;
    box-shadow: 0px 0px 18px rgb(0 0 0 / 22%);
}
.header_menu {
    display: flex;
    align-items: center;
}

.logoin {
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.5s all ease;
}
.fixedHeader .logoin {
    justify-content: space-between;
    transition: 0.5s all ease;
}
header .sub_btn {
    font-size: 16px;
    padding-top: 12px !important;
}
.logo_hdr {
    max-width: 190px;
}
.menu_in {
    margin-left: auto;
    padding-right: 30px;
}

.mn_menu ul li {
    display: inline-block;
    margin: 0 0px;
    position: relative;
    padding: 36px 18px;
    position: relative;
    transition: 0.5s all ease;
}
.fixedHeader .mn_menu ul li {
    padding: 28px 18px;
    transition: 0.5s all ease;
}
.click_menu_i {
    position: absolute;
    top: 39px;
    right: -7px;
    width: 15px;
    height: 14px;
    background: url(../images/menu_drop_icon.png) no-repeat center;
}

.mn_menu ul li a {
    color: #4d4d4d;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: .5s all ease;
    position: relative;
    padding-bottom: 10px;
    padding-top: 10px;
    text-transform: uppercase;
}
.fixedHeader .mn_menu ul li a {
    color: #4d4d4d;
}


.mn_menu ul li:hover > a {
    transition: .5s all ease;
    color: #589841;
}
.mn_menu ul li.nav-item1.active a{
    color: #589841;
}
.mn_menu ul ul {
    position: absolute;
    width: 275px;
    left: 0;
    top: 92px;
    background: #fff;
    z-index: 99;
    max-height: 0;
    -webkit-transform: perspective(400) rotate3d(1,0,0,-90deg);
    -webkit-transform-origin: 50% 0;
    -webkit-transition: 350ms;
    -moz-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
    box-shadow: 0 20px 19px rgb(0 0 0 / 9%);
}
.mn_menu ul ul ul, .mn_menu ul ul ul ul {
    top: 0;
    left: 100%;
}

@media(min-width:992px){
    .mn_menu ul li:hover ul {
        max-height: 1000px;
        -webkit-transform: perspective(400) rotate3d(0,0,0,0);
    } 
    .mn_menu ul ul li:hover ul {
        max-height: 1000px;
        -webkit-transform: perspective(400) rotate3d(0,0,0,0);
    }
/*
    .mn_menu > ul > li:hover .click_menu_i:before {
        border-top: 8px solid #cd3e5b;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
    }
*/
    
    
.mn_menu ul ul li:hover a{background: #589841; transition: 0.5s all ease; color: #fff;}
.mn_menu ul li:hover {
    transition: 0.5s all ease;
}
}
.mn_menu ul ul li {
    display: block;
    border-bottom: 1px solid #589841;
    margin: 0;
    padding: 0px;
}
.mn_menu ul ul li:last-child{border-bottom: 0px;}
.mn_menu ul ul li a {
    padding: 12px 15px;
    display: block;
    color: #030f10;
    font-size: 16px;
    transition: .5s all ease;
    font-weight: 500;
}
/*.click_menu_i {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background: #002868;
    z-index: -1;
    transition: 0.5s all ease;
}*/
/*
.click_menu_i:before {
    position: absolute;
    top: 29px;
    right: -4px;
    border-top: 8px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    content: "";
}
*/
@media (max-width: 1111px){
    .mn_menu ul li {
        padding: 8px 10px;
    }

}
@media(max-width:991px){
    .logo_hdr {
        width: 170px;
    }
    .fixedHeader .logo_hdr {
        width: 150px;
        transition: 0.5s all ease;
    }
	header {
	    position: fixed;
	    z-index: 9999;
	}
    
	.mn_menu {
	    display: block;
	    flex-direction: column-reverse;
	    height: 75vh;
	    overflow-y: scroll;
    	justify-content: flex-end;
	}
	.mn_menu ul {
        display: block;
    }
    .mn_menu ul li {
        position: relative;
        padding: 0;
        display: block;
        border-bottom: 0px solid #e7e7e7 !important;
    }
    .fixedHeader .mn_menu ul li {
        padding: 0;
        transition: 0.5s all ease;
    }
    .mn_menu ul li a {
        display: block;
        font-weight: 600;
        font-size: 15px;
        line-height: 22px;
        transition: .5s all ease;
        position: relative;
        padding: 10px;
        border-bottom: 1px solid #ccc;
    }
    .mn_menu .Registration {
        text-align: center;
    }
    .mn_menu ul ul {
        position: static;
        width: 100%;
        left: 0;
        top: 0;
        background: #fff;
        z-index: 99;
        max-height: inherit;
        -webkit-transform: inherit;
        -webkit-transform-origin: inherit;
        -webkit-transition: inherit;
        -moz-transition: inherit;
        -o-transition: inherit;
        transition: inherit;
        box-shadow: none;
        display: none;
    }
    .mn_menu ul li {
        padding: 0;
    }
    .mn_menu ul ul li a {
        color: #589841;
        padding-left: 20px;
    }
    .mn_menu ul ul ul li a {
        padding-left: 35px;
    }
    .js--mobile-menu-active .menu_icon span {
        background: #fff;
    }
    .menu_icon {
        width: 30px;
        height: 22px;
        cursor: pointer;
        transition: 0.5s all ease;
        display: block;
        position: fixed;
        top: 32px;
        right: 15px;
        z-index: 999;
        margin-left: 6px;
        text-align: right;
    }
    .fixedHeader .menu_icon {
        top: 28px;
    }
    .header_menu_bt {
        height: 75px;
    }
    .menu_icon .CL_MNU {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 2px;
        background: #000;
        transition: 0.5s all ease;
    }
    .menu_cl_add img {
        display: none;
    }
    .menu_cl_add .CL_MNU  {
        display: flex;
    }
    .menu_icon .CL_MNU:nth-child(1) {
        top: 0px;
    }
    .menu_icon .CL_MNU:nth-child(2) {
        top: 8px;
    }
    .menu_icon .CL_MNU:nth-child(3) {
        top: 16px;
    }
    .js--mobile-menu-active .CL_MNU:nth-child(1) {
        transform: rotateZ(45deg);
        transition: 0.5s all ease;
        top: 8px;
    }
    .js--mobile-menu-active .CL_MNU:nth-child(3) {
        transform: rotateZ(-45deg);
        transition: 0.5s all ease;
        top: 8px;
    }
    .js--mobile-menu-active .CL_MNU:nth-child(2) {
        display: none;
        transition: 0.5s all ease;
    }


    .click_menu_i {
        position: absolute;
        top: 0;
        right: 0;
        width: 42px;
        height: 42px;
        background: #002868;
    }
    .click_menu_i:before {
        position: absolute;
        top: 10px;
        left: 15px;
        content: "\f107";
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 22px;
        color: #fff;
    }

    .click_menu_i.Li_icon_add:before {
        position: absolute;
        top: 5px;
        left: 15px;
        content: "\f106 ";
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 22px;
        color: #fff;
    }

    .hdr_to_menu {
	    display: block;
	}
	.hdr_to_menu a {
	    font-size: 12px;
	    padding: 6px 10px 6px 10px;
	    border-bottom: 1px solid #d4d4d4;
	    margin: 0;
	}
	.hdr_bt_menu {
	    margin-top: 0;
	}
    .menu_in {
        position: fixed;
        top: 0;
        left: -275px;
        width: 270px;
        height: 100%;
        z-index: 999;
        background: #fff;
        transition: 0.5s all ease;
    	padding-left: 0;
    	padding-top: 25px;
    }
    .menu_in:before {
        position: fixed;
        top: 0;
        left:0px;
        width: 0;
        height: 100%;
        content: "";
        background: rgb(0 0 0 / 72%);
        transition: 0.5s all ease;
    }

    .js--mobile-menu-active .menu_in:before {
        left: 270px;
        transition: 0.5s all ease;
        width: 100%;
    }


    .js--mobile-menu-active .menu_in {
        left: 0;
        transition: 0.5s all ease;
    }
	
	.logoin {
		padding: 10px 0;
	}
	.mn_menu .Registration {
		display: none;
	}
    .top_menu {
        text-align: left;
        padding-top: 12px;
        padding-left: 12px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 15px;
    }
    .hdr_to_phone a {
        font-size: 14px;
    }
    .top_menu {
        padding: 8px 0 8px 0px;
        height: 55px;
    }
    .menu_rt {
        padding-right: 50px;
    }
}


	

/*Banner css*/
.banner {
    position: relative;
    margin-top: 0px;
}


.banner img {
    object-fit: cover;
    height: 84vh;
    /* height: calc(84vh - -16vh); */
}
.innerBanner img {
    object-fit: cover;
    height:370px;
}
.banner_in{position: relative;}
.banner_tx{
	position: relative;
	z-index: 1;
}
.bnr_tx_in {
}

.banner h1 {
    font-weight: 500;
    margin: 0 0 10px;
    transition: all 500ms ease;
    font-size: 50px;
    color: #ffffff;
    line-height: 1.2em;
    text-align: center;
}


.bnr_tx {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: left;
    z-index: 9;
    height: 100%;
    display: flex;
    align-items: center;
}
.bnr_tx:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.6;
}
.home_page .bnr_tx:before {
    opacity: 0;
}
.bnr_tx .sub_btn {
    background: #589841;
    color: #fff;
}
.bnr_tx .sub_btn:hover {
    background: #fff;
    color: #589841;
}
.banerSlider .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 9;
    display: none;
}
.banerSlider button.owl-dot {
    width: 30px;
    height: 3px;
    background: #ffffff !important;
    margin: 4px;
}
.banerSlider button.owl-dot.active {
    background: #e76666 !important;
}
/* Commodities_bx css */
.Commodities_scn {
    padding-top: 10px;
}
.Commodities_bx a{
    display: block;
}

.Commodities_bx figure{
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
}
.Commodities_bx {
    margin-bottom: 20px;
}
.Commodities_bx h5{
    margin-bottom: 0px;
    transition: 0.5s all ease;
}
.Commodities_bx:hover h5{
    color: #58983f;
    transition: 0.5s all ease;
}
.Our_commitment_tx {
    text-align: center;
    max-width: 1000px;
    width: 100%;
    margin: 20px auto 0;
}
/* Sustainability_scn css */
.Sustainability_scn{
    background: #fff6f1;
    padding: 0px 0px 0px 0px;
    margin-top: 50px;
}
.Sustainability_tx {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 40px;
}
.Sustainability_scn .row{
    align-item:center;
}


/* business css */
.business_scn{
    background: #58993f;
    padding: 70px 0;
}
.business_scn h2{
    color: #fff;
}
.business_scn .title_dv p {
    color: #fff;
    font-size: 20px;
}
.business_bx {
    background: #fff;
    padding: 50px 20px 30px 20px;
    text-align: center;
    border-radius: 10px;
    min-height: 385px;
}
.business_icon{
    display: block;
    margin-bottom: 20px;
}

.business_bx h4 {
    font-size: 22px;
    color: #000;
}
.business_bx p {
    font-size: 15px;
    line-height: 24px;
    margin: 0;
}

/* Urea Scn */
.Urea_scn .Sustainability_scn {
    background: #414e3c;
    margin-top: 0px;
}
.Urea_scn .Sustainability_scn h2, .Urea_scn .Sustainability_scn p{
    color: #fff;
}
.Urea_scn .Sustainability_scn .sub_btn{
    color: #fff;
    border-color: #fff;
}

.Urea_scn .Sustainability_scn .sub_btn:hover{
    background: #fff;
    color: #58993f;
}


/* Join Css */

.Join_team {
    padding: 0;
    position: relative;
    margin-bottom: 70px;
}
.Join_team_lt {
    width: 70%;
}
.Join_team_rt {
    width: 43%;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 70px 0;
    z-index: 1;
}
.Join_team_rt_in{
    background: #fff6f1;
    padding: 0px 0px 0px 0px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.Join_inner {
    max-width: 500px;
    width: 100%;
    padding: 20px 20px 20px 70px;
}


.Organic_Food h3 {
    text-align: center;
    margin-bottom: 25px;
    color: #58983f;
}

.Organic_Food .Commodities_bx {
    margin-bottom: 35px;
}





















/*Footer*/
.footer{
	background: url(../images/footer_bg.jpg) no-repeat center center;
    background-size: cover;
	padding: 50px 0 40px;
	position: relative;
}
.footer:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.6;
}
.ftr_menu3 {
    padding-left: 20px;
}
.ftr_menu h4{
	font-size: 21px;
	font-weight: 700;
	line-height: 28px;
	text-align: left;
	text-transform: uppercase;
	color: #fff;
	position: relative;
	margin-bottom: 25px;
	padding-bottom: 10px;
}
.ftr_menu h4:before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100px;
    height: 1px;
    background: #FFFFFF;
}
.footer ul li{
    display: block;
    margin-bottom: 12px;
}
.footer ul li a {
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
    display: block;
    transition: all ease .5s;
}
.footer a{
    transition: all ease .5s;
}
.footer a:hover, .copy_rt p a:hover{
    color: #58983f !important;
    transition: all ease .5s;
}
.footer p, .footer p a {
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
    margin-bottom: 12px;
}
.ftr_logo_dv {
    padding-bottom: 40px;
}
.ftr_logo{
	display: block;
	margin-bottom: 15px;
}

.ftr_logo img{
	max-width: 200px;
}
.ftr_logo_dv p{
	color: #fff;
	font-size: 15px;
}

.socual_media{
	display: flex;
	align-items: center;
}
.socual_media a{
	display: flex;
	width: 50px;
	height: 50px;
	border: 1px solid #8C8C8C;
	border-radius: 4px;
	align-items: center;
	justify-content: center;
	transition: 0.5s all ease;
    margin-right: 15px;
}
.socual_media a:hover {
    background: #fff;
	transition: 0.5s all ease;
}
.socual_media a:hover svg path {
    fill: #000;
	transition: 0.5s all ease;
}

.copy_rt{
	background: #000;
}
.copy_rt_in {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}
.copy_rt p {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
}
.copy_rt p a{
    color: #fff;
}




.pro_inner {
    padding:60px 0;
    background: #ffe7da;
}
.pro_inner .row {
    align-items: center;
}
.pro_inner .who_img {
    padding-right: 100px;
}
.pro_inner:nth-child(even) .who_img {
    padding-right: 0;
    padding-left: 100px;
}
.pro_inner:nth-child(even) {
    background: #ebffe4;
}
.pro_inner .who_img img {
    border: 1px solid #58983f;
    height: 300px;
    object-fit: cover;
    border-radius: 15px;
}
.pro_inner .title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 15px;
}
.pro_inner:nth-child(even) .row {
    flex-direction: row-reverse;
}


.form_cont {
    background: #fff6f1;
    padding: 30px;
    height: 100%;
}
.contact_scn .title {
    font-weight: 700;
    font-size: 36px;
    line-height: 45.73px;
    font-family: 'SF Pro Display';
    color: #000;
    margin-bottom: 10px;
}
.contact_scn .title span{
    color: #9350E7;
}
.contact_no {
    height: 104px;
    border-radius: 20px;
    padding: 24px;
    background: #FAFAFA;
    display: flex;
	align-items: center
}
.contact_no_tx {
    flex: 1;
    padding-left: 15px;
}
.contact_no h4{
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0%;
	color: #181818;
	margin-bottom: 0px;
}

.contact_no a{
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0%;
	color: #181818;
	opacity: 0.5;
	transition: 0.5s all ease;
}
.form_cont .form-control {
    height: 48px;
    border-radius: 8px;
    padding: 10px;
    border-width: 1px;
    background: #FFFFFF;
    border: 1px solid #B0B0B0;
    color: #000;
    font-size: 15px;
}
.form_cont .input_name {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
    opacity: 0.5;
    display: none;
    margin-bottom: 8px;
}
.form_cont textarea.form-control {
    height: 100px;
}
.contact_rt button.sub_btn {
    width: 170px;
    border: none !important;
    padding: 9px 30px 10px 30px;
    color: #CBFC01;
    box-shadow: 4px 4px 4px 0px #00000033 inset;
}


.contact_add_scn p {
    color: #5A757F;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 26px;
}
.contact_add_tx span {
    display: inline-block;
    margin-right: 10px;
}
.contact_add_tx a {
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
    display: inline-block;
}
.contact_add_tx li p {
    margin-bottom: 14px;
    flex: 1;
    font-size: 16px;
    color: #fff;
}
.contact_add_tx li {
    display: flex;
}

.contact_add .social_icons ul li {
    display: inline-block;
    margin: 0 4px;
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0.36px;
}
.contact_add .social_icons ul li a {
    color: #fff;
    background: #5a7580;
    font-size: 14px;
}
.form_cont .sub_btn {
    padding: 9px 60px 9px;
    font-size: 14px;
}
.form_cont  h3 {
    color: #4d4d4d;
    font-size: 22px;
    font-style: normal;
    font-weight: 900;
    line-height: 125%;
    transition: all 500ms ease;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.contact_add_tx {
    background: #699e4e;
    padding: 30px;
    margin-bottom: 30px;
}
.contact_add_dv h3 {
    color: #fff;
    font-size: 22px;
    font-style: normal;
    font-weight: 900;
    line-height: 125%;
    transition: all 500ms ease;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.map iframe{
	height: 300px;
	width: 100%;
    border: 1px solid #589841;
}
.form-group {
    margin-bottom: 25px;
}

/*What_Sets*/
.What_Sets_scns {
    padding-bottom:70px;
	padding-top: 70px;
	position: relative;
	overflow: hidden;
}
.What_Sets_scns:before {
    content: "";
    position: absolute;
    bottom: -170px;
    right: -135px;
    width: 525px;
    height: 527px;
    background: linear-gradient(62.28deg, #1A1A1A 18.28%, #9350E7 58.15%, #9350E7 87.66%);
    box-shadow: 0px 4.27px 18.17px 0px rgba(219, 205, 255, 0.73) inset;
    filter: blur(292px);
    z-index: 1;
}
.What_Sets_img {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.What_Sets_img1, .What_Sets_img2 {
    width:50%;
	object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
	padding-right: 30px;
}
.What_Sets_img1 img {
    object-fit: cover;
}
.What_Sets_img2 {
    top: 0;
    position: relative;
    right: 0;
    transform: translateY(50%);
}
.What_Sets_img_borders {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.What_Sets_img4 {
    position: absolute;
    top: 75%;
    left: 47%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.What_Sets_img1 img, .What_Sets_img2 img {
    border-radius: 10px;
    display: block;
    height: 340px;
}

.What_Sets_scns p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #5B5B5B;
    margin-bottom: 31px;
}
.What_Sets_tx {
    padding-top: 0px;
    position: relative;
    z-index: 11;
}
.facilities_scn .who_tx {
    min-height: 515px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}




/*Program page new css*/

/*New css*/
.flip-box-hd {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 25px 10px;
    display: block;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    min-height: 60px;
    line-height: 24px;
}
.home-venues {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	margin-bottom: 50px;
}
.home-venues-th-img {
    display: block;
    position: relative;
}
.home-venues-th img {
    width: 100%;
    height: 380px;
    object-fit: cover;
}
.home-venues-th-img:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    background: linear-gradient(180deg, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 86%) 100%);
    z-index: 1;
}
.home-venues-inner {
    width: 32%;
    transition: all 0.7s;
    overflow: hidden;
    margin-bottom: 10px;
    margin-top: 10px;
}
.home-venues-th{
    position: relative;
    overflow: hidden;
}
/*
.home-venues-inner:first-child{
    margin-top:3%;
}
.home-venues-inner:nth-child(2){
    margin-top:6%;
}
.home-venues-inner:nth-child(3){
    margin-top:3%;
}
.home-venues-inner:nth-child(4){
    margin-top:6%;
}
.home-venues-inner:nth-child(5){
    margin-top:3%;
}
.home-venues-inner:nth-child(6){
    margin-top:6%;
}
*/


.home-venues-caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 22px;
    transition: all 0.7s;
    z-index: 1;
}

.home-venues-th:hover .home-venues-caption{
    bottom: -100%;
}

.home-venues-caption-main{
    position: absolute;
    width:100%;
    height: 100%;
    padding:13px;
    top:0;
    left:0;
    z-index: 1;
}

.home-venues-th:hover .home-venues-caption-main{
    background: rgba(0,0,0,0.6);
}



.home-venues-caption-inner{
    width:100%;
    height:100%;
    padding:10px;
    position: relative;
}
 
.home-venues-caption-inner:after{
    content:'';
    position: absolute;
    bottom:0;
    left:0;
    width:1px;
    height:0;
    background: #fff;
    transition: all 0.3s;
}

.home-venues-th:hover .home-venues-caption-inner:after{
    height:100%;
    transition: all 0.3s;
}


.home-venues-caption-inner:before{
    content:'';
    position: absolute;
    top:0;
    right:0;
    width:1px;
    height:0;
    background: #fff;
    transition: all 0.5s;
}

.home-venues-th:hover .home-venues-caption-inner:before{
    height:100%;
    transition: all 0.5s;
}


.af-border {
    display: block;
    position: initial;
}
.af-border::after{
    content:'';
    position: absolute;
    top:0;
    left:0;
    width:0;
    height:1px;
    background: #fff;
    transition: all 0.4s;
}

.home-venues-th:hover .af-border::after{
    width:100%;
    transition: all 0.4s;
}

.af-border::before{
    content:'';
    position: absolute;
    bottom:0;
    right:0;
    width:0;
    height:1px;
    background: #fff;
    transition: all 0.6s;
}

.home-venues-th:hover .af-border::before{
    width:100%;
    transition: all 0.6s;
}

.home-venues-content{
    text-align: center;
    opacity: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    height: 100%;
}
.home-venues-th:hover .home-venues-content{
    opacity: 1;
}
.home-venues-content img{
    width:100px;
    display: block;
    margin:0 auto 10px;
}
.home-venues-content p {
    color: #fff;
    text-align: center;
    font-size: 16px;
    margin: 10px 0;
    padding: 0;
}
.home-venues-content p span {
    font-size: 20px;
    color: #ffffff;
    font-weight: 900;
    text-align: center;
    margin-bottom: 11px;
    display: block;
}
/*.home-venues-content-link{
    display: inline-block;
    margin-top:10px;
    font-size: 15px;
    color:#fff;
    border:1px solid #fff;
    padding:5px 20px;
    text-align: center;
    border-radius: 10px;   
    text-decoration: none;
    transition: all 0.7s;
}
.home-venues-content-link:hover{
    background: #fff;
    color:#000;
    transition: all 0.7s;
}*/

.home-venues-content-link{
    display: inline-block;
    margin-top:10px;
    font-size: 15px;
    border:1px solid #fff;
    padding:5px 20px;
    text-align: center;
    border-radius: 10px;   
    text-decoration: none;
    transition: all 0.7s;
	background: #fff;
	color:#000!important;
    transition: all 0.7s;

}

.home-venues-content a{
    display: block;
    margin-top: 10px;
    font-size: 15px;
    color: #fff;
    border:none;
    padding: 5px 20px;
    text-align: center;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.7s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.home-venues-content a:hover{
    background: none;
    color: #000;
    transition: all 0.7s;
}

.home_section3{
    padding-bottom:100px;
	padding-top:100px; 
}
















@media (min-width: 1400px){
    
   
}
@media (min-width: 1650px){
    
}
@media (max-width: 1366px){
    
}

@media (max-width: 1280px){
    
}

@media (max-width: 1280px){
   
}

@media (max-width: 1140px){
    
}

@media (max-width: 1024px){
    .banner h1 {
        font-size: 32px;
    }
    .business_scn .title_dv p {
        color: #fff;
        font-size: 17px;
    }
	.Join_team_rt {
		padding: 40px 0;
	}
	.ftr_menu h4 {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 20px;
		padding-bottom: 10px;
	}
	.footer ul li a {
		font-size: 14px;
		line-height: 18px;
	}
	.footer {
		padding: 30px 0 15px;
	}
	.Join_team {
		margin-bottom: 45px;
	}
	section {
		padding: 45px 0;
	}
	.Our_commitment_tx {
		width: 91%;
		margin: 0 auto 0;
	}
	
}

@media (max-width: 991px){
    .title, h2 {
        font-size: 32px;
        line-height: 38px;
    }
    body .small_tx {
        font-size: 18px;
    }
    body h5 {
        font-size: 18px;
        line-height: 30px;
    }
    .Sustainability_tx {
        padding: 20px 20px;
    }
    .btn_div {
        margin-top: 10px;
    }
    .Sustainability_scn_img img {
        min-height: 320px;
    }
    .business_bx h4 {
        font-size: 20px;
        color: #000;
    }
    .Join_inner {
        padding: 20px 20px 20px 35px;
    }
	.sub_btn {
		padding: 10px 40px 9px;
		font-size: 14px;
	}
	.business_scn {
		padding: 45px 0;
	}
	.menu_in {
		padding-right: 0;
	}
	.mn_menu ul li a {
		font-size: 14px;
	}
	body h3 {
		font-size: 22px;
	}
	.pro_inner .who_img {
		padding-right: 0;
	}
	.pro_inner:nth-child(even) .who_img {
		padding-right: 0;
		padding-left: 0;
	}
	.What_Sets_img_borders img {
		width: 100%;
	}
	.What_Sets_img_borders {
		top: 50%;
		width: 148px;
	}
	.What_Sets_img4 svg {
		max-width: 55px;
	}
	.What_Sets_img1 img, .What_Sets_img2 img {
		height: 220px;
		object-fit: cover;
	}
	.What_Sets_img2 {
		top: -50px;
		padding-right: 0;
	}
	.What_Sets_img4 {
		top: 58%;
	}
}




@media (max-width: 767px){
    .who_tx {
		padding-top: 30px;
	}
	.title, h2 {
		font-size: 28px;
		line-height: 34px;
	}
	.banner img {
		height: 370px;
	}
	.Sustainability_scn .custom_row {
		flex-wrap: wrap-reverse;
	}
	.custom_row .col6 {
		width: 100% !important;
	}
	.Join_team_lt {
		width: 100%;
	}
	.Join_team_rt {
		padding: 0;
		width: 94%;
		position: relative;
		top: 0;
		margin: -50px auto 0;
	}
	.ftr_menu4 {
		margin-top: 25px;
	}
	.ftr_logo_dv {
		padding-bottom: 15px;
	}
	.innerBanner img {
		height: 188px;
	}
	.who_we_scn .who_tx {
		padding-top: 20px;
	}
	
	.pro_inner {
		padding: 40px 0;
	}
	.pro_inner .title {
		font-size: 24px;
		line-height: 30px;
	}
	.facilities_scn .who_tx {
		margin-top: 90px;
		height: auto;
        display: block;
	}
	.facilities_scn .who_tx {
		min-height: auto;
	}
	body p {
		font-size: 14px;
		line-height: 23px;
	}
	.home-venues-inner {
		width: 48%;
	}
}

@media (max-width: 640px){
    
}
@media (max-width: 575px){
	.ftr_menu h4 {
		text-align: center;
	}
   .ftr_menu {
		text-align: center;
	}
	.ftr_menu h4:before {
		left: 50%;
		transform: translateX(-50%);
	}
	.socual_media {
		justify-content: center;
	}
	.ftr_menu3 {
		padding-left: 0;
	}
	.ftr_menu2 {
		padding: 20px 0;
	}
	.banner h1 br {
		display: none;
	}
	.banner h1 {
		margin-bottom: 20px;
	}
	.copy_rt_in {
		flex-direction: column;
	}
	.copy_rt p {
		font-size: 13px;
	}
	.title, h2 {
		font-size: 26px;
		line-height: 32px;
	}
	.business_bx {
		padding: 30px 20px 25px 20px;
		min-height: auto;
	}
	.innerBanner h1 {
		margin: 0;
	}
	
	.home-venues-inner {
		width: 100%;
	}
}
@media (max-width: 480px){
    
}
@media (max-width: 470px){
   
}


@media (max-width: 400px){
    
}
