/*-------------------------------------------Mobile Media Query Start-----------------------------------------------------------------*/
@media only screen and (min-width:320px) and (max-width: 374px) 
{
	nav ul {
		display: none!important;
	}
	header .container {
	    padding: 0 0px;
	}
	.slideshow .slide .title {
	    font-family: "arial";
	    margin: 10px auto 0px;
	    max-width: 1000px;
	    font-size: 9px;
	    /* letter-spacing: 0.35em; */
	    text-transform: uppercase;
	}
	.slideshow .slide .text {
	    font-family: "arial";
	    margin: 0 auto;
	    max-width: 1000px;
	    font-size: 8px;
	    line-height: 1.4;
	}
	main section:nth-child(1) {
	    display: grid;
	    justify-content: center;
	    /*height: 91vh;*/
	    background-color: grey;
	    background-image: url(../images/home_page_img.png);
	    height: 130px;
	}
	.moving_load_text {
	    margin-top: 9%;
	    font-size: 9px;
	    float: right;
	}
	.slideshow .slide .caption {
	    padding:0px; 
	}
	.mobile_header{
		display: none;
	}
	.nav-container {
	    max-width: 1200px;
	    padding: 0 0px;
	    display: grid;
	    grid-template-areas: "lgo ... nav";
	    grid-template-columns: auto 1fr auto;
	    align-content: center;
    }
	.container_box {
	    max-width: 800px; 
	    padding: 0 0px; 
	    display: block; 
	    justify-content: center;
	    grid-column-gap: 55px;
    }
    .min-header {
	    /* background-color: #2574a9; */
	    background-image: url(../images/Vishwa Enterprise Navigation Menu- After Scroll.png);
	    background-size: cover;
	    background-position: 50% 50%;
	    padding-top: 0px; 
	    padding-bottom:0px; 
	}

    .logo {
	    grid-area: lgo;
	    margin: 0px 0px; 
	}

	.max-logo img {
	    height: 100px;
	}

    .min-logo img {
	    height: 35px;
	    margin: 25px;
	}

	.slider-wrapper {
	    height: auto; 
	    width: 100%;
	    overflow: hidden;
	    border-radius: 5px;
	    box-shadow: 1px 1px 4px #666;
	    background: #fff;
	    background: #fcfff4;
	    -webkit-transform: translateZ(0);
	    -moz-transform: translateZ(0);
	    -ms-transform: translateZ(0);
	    -o-transform: translateZ(0);
	    transform: translateZ(0);
	    -webkit-transition: all 500ms ease-out;
	    -moz-transition: all 500ms ease-out;
	    transition: all 500ms ease-out;
	}

	.info p {
	    color: #fcfff4;
	    margin: 0 0 5px;
	    font-weight: normal;
	    font-size: 10px;
	    font-style: normal;
	    text-align: center;
	}

	article img {
	    width: 100%;
	    height: 200px;
	}

	.info.bottom-right {
	    bottom: 20%;
	    right: 4px;
	    left: 10%;
	    font-size: 10px;
	    width: 230px;
	}

	.our_services {
	    font-family: 'Arial';
	    font-weight: 600;
	    font-size: 34px;
	    color: #ffffff;
	    text-align: center;
	}

	.Whether_para {
	    font-family: 'Arial';
	    font-weight: 500;
	    font-size: 14px;
	    color: #fff;
	    text-align: center;
	    line-height: 20px;
	    margin-top: 15px;
	    margin-bottom: 0;
	    padding: 0;
	}

	.services__box {
	    position: relative;
	    width: 180px;
	    height: 250px;
	    background: #4eb7ff;
	    /* border-radius: 20px; */
	    overflow: hidden;
	}

	.container .service {
	    position: relative;
	    /* width: 300px; */
	    margin: 0px 0px; 
	    overflow: hidden;
	    /* border-radius: 15px; */
	    display: flex;
	    justify-content: center;
	    align-items: center;
	}

	.service {
	    padding: 15px 0px;
	}

	.service_card {
	    padding: 20px 0PX;
	}

	.card__body {
	    padding: 10px;
	    height: 260px;
	    display: flex;
	    align-items: flex-end;
	    position: relative;
	    margin-top: 20px;
	}

	.card__body_2 {
	    --card-width: 300px;
	    padding: 10px;
	    height: 240px;
	    display: flex;
	    align-items: flex-end;
	    overflow: hidden;
	    position: relative;
	}

	.supplyChain_box {
	    padding: 20px 0px;
	}

	.supply_chain {
	    font-family: 'Arial';
	    font-weight: 600;
	    font-size: 26px;
	    color: #0f3863;
	    text-align: center;
	    margin-bottom: 0;
	}

	.supply_chain_para {
	    font-family: 'arial';
	    font-size: 14px;
	    line-height: 18px;
	    text-align: center;
	    text-align: justify;
	    margin-top: 10px;
	}

	.Useful_links_content_box {
	    border: 1px solid #e9e9e9;
	    margin: 5px;
	}

	.link_box{
	  padding: 0px 10px;
	}

	.nhava_sheva_text {
	    font-family: 'arial';
	    font-weight: 600;
	    width: 100%;
	    font-size: 16px;
	    padding: 5px 0px;
	    list-style: unset;
	}

	.imo_text {
	    font-family: 'arial';
	    font-size: 14px;
	    line-height: 30px;
	    color: white;
	    margin-bottom: 0;
	}

	.contact form {
	    display: grid;
	    grid-template-columns: 1fr 1fr;
	    grid-gap: 20px;
	    padding: 0px; 
	}

	.contact form button {
	    background: #627EDC;
	    border: 0;
	    color: #e4e4e4;
	    text-transform: uppercase;
	    font-size: 14px;
	    font-weight: bold;
	    width: 100%;
	}

	.form-control {
	    display: block;
	    width: 160px;
	    padding: 0.375rem 0.75rem;
	    font-size: 14px;
	    line-height: 1.5;
	    color: #495057;
	    background-color: #fff;
	    background-clip: padding-box;
	    border: 1px solid #ced4da;
	    border-radius: 0rem!important;
	    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	}

	.required_field_text {
	    font-family: "arial";
	    font-size: 10px;
	    color: #c2d8eb;
	    margin-left: 170px;
	}

    .footer {
    	padding: 0;
    }
}
@media only screen and (min-width:375px) and (max-width: 405px) 
{
	nav ul {
		display: none!important;
	}
	header .container {
	    padding: 0 0px;
	}
	.slideshow .slide .title {
	    font-family: "arial";
	    margin: 10px auto 0px;
	    max-width: 1000px;
	    font-size: 9px;
	    /* letter-spacing: 0.35em; */
	    text-transform: uppercase;
	}
	.slideshow .slide .text {
	    font-family: "arial";
	    margin: 0 auto;
	    max-width: 1000px;
	    font-size: 8px;
	    line-height: 1.4;
	}
	main section:nth-child(1) {
	    display: grid;
	    justify-content: center;
	    /*height: 91vh;*/
	    background-color: grey;
	    background-image: url(../images/home_page_img.png);
	    height: 150px;
	}
	.moving_load_text {
	    margin-top: 9%;
	    font-size: 9px;
	    float: right;
	}
	.slideshow .slide .caption {
	    padding:0px; 
	}
	.mobile_header{
		display: none;
	}
	.nav-container {
	    max-width: 1200px;
	    padding: 0 0px;
	    display: grid;
	    grid-template-areas: "lgo ... nav";
	    grid-template-columns: auto 1fr auto;
	    align-content: center;
    }
	.container_box {
	    max-width: 800px; 
	    padding: 0 0px; 
	    display: block; 
	    justify-content: center;
	    grid-column-gap: 55px;
    }
    .min-header {
	    /* background-color: #2574a9; */
	    background-image: url(../images/Vishwa Enterprise Navigation Menu- After Scroll.png);
	    background-size: cover;
	    background-position: 50% 50%;
	    padding-top: 0px; 
	    padding-bottom:0px; 
	}

    .logo {
	    grid-area: lgo;
	    margin: 0px 0px; 
	}

	.max-logo img {
	    height: 100px;
	}

    .min-logo img {
	    height: 35px;
	    margin: 25px;
	}

	.slider-wrapper {
	    height: auto; 
	    width: 100%;
	    overflow: hidden;
	    border-radius: 5px;
	    box-shadow: 1px 1px 4px #666;
	    background: #fff;
	    background: #fcfff4;
	    -webkit-transform: translateZ(0);
	    -moz-transform: translateZ(0);
	    -ms-transform: translateZ(0);
	    -o-transform: translateZ(0);
	    transform: translateZ(0);
	    -webkit-transition: all 500ms ease-out;
	    -moz-transition: all 500ms ease-out;
	    transition: all 500ms ease-out;
	}

	.info p {
	    color: #fcfff4;
	    margin: 0 0 5px;
	    font-weight: normal;
	    font-size: 10px;
	    font-style: normal;
	    text-align: center;
	}

	article img {
	    width: 100%;
	    height: 200px;
	    margin-top: 20px;
	}

	.info.bottom-right {
	    bottom: 20%;
	    right: 4px;
	    left: 20%;
	    font-size: 10px;
	    width: 230px;
	}

	.our_services {
	    font-family: 'Arial';
	    font-weight: 600;
	    font-size: 34px;
	    color: #ffffff;
	    text-align: center;
	}

	.Whether_para {
	    font-family: 'Arial';
	    font-weight: 500;
	    font-size: 14px;
	    color: #fff;
	    text-align: center;
	    line-height: 20px;
	    margin-top: 15px;
	    margin-bottom: 0;
	    padding: 0;
	}

	.service {
	    padding: 15px 0px;
	}

	.services__box {
	    position: relative;
	    width: 180px;
	    height: 250px;
	    background: #4eb7ff;
	    /* border-radius: 20px; */
	    overflow: hidden;
	}

	.container .service {
	    position: relative;
	    /* width: 300px; */
	    margin: 0px 0px; 
	    overflow: hidden;
	    /* border-radius: 15px; */
	    display: flex;
	    justify-content: center;
	    align-items: center;
	}

	.service_card {
	    padding: 20px 0PX;
	}

	.card__body {
	    padding: 10px;
	    height: 320px;
	    display: flex;
	    align-items: flex-end;
	    position: relative;
	    margin-top: 20px;
	}

	.card__body_2 {
	    --card-width: 300px;
	    padding: 10px;
	    height: 295px;
	    display: flex;
	    align-items: flex-end;
	    overflow: hidden;
	    position: relative;
	}

	.form-control {
	    display: block;
	    width: 160px;
	    padding: 0.375rem 0.75rem;
	    font-size: 14px;
	    line-height: 1.5;
	    color: #495057;
	    background-color: #fff;
	    background-clip: padding-box;
	    border: 1px solid #ced4da;
	    border-radius: 0rem!important;
	    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	}

	.supplyChain_box {
	    padding: 20px 0px;
	}

	.supply_chain {
	    font-family: 'Arial';
	    font-weight: 600;
	    font-size: 26px;
	    color: #0f3863;
	    text-align: center;
	    margin-bottom: 0;
	}

	.Useful_links_content_box {
	    border: 1px solid #e9e9e9;
	    margin: 5px;
	}

	.link_box{
	  padding: 0px 10px;
	}

	.nhava_sheva_text {
	    font-family: 'arial';
	    font-weight: 600;
	    width: 100%;
	    font-size: 16px;
	    padding: 5px 0px;
	    list-style: unset;
	}

	.imo_text {
	    font-family: 'arial';
	    font-size: 14px;
	    line-height: 30px;
	    color: white;
	    margin-bottom: 0;
	}

	.supply_chain_para {
	    font-family: 'arial';
	    font-size: 14px;
	    line-height: 18px;
	    text-align: center;
	    text-align: justify;
	    margin-top: 10px;
	}

	.contact form {
	    display: grid;
	    grid-template-columns: 1fr 1fr;
	    grid-gap: 20px;
	    padding: 0px; 
	}

	.contact form button {
	    background: #627EDC;
	    border: 0;
	    color: #e4e4e4;
	    text-transform: uppercase;
	    font-size: 14px;
	    font-weight: bold;
	    width: 100%;
	}

	.required_field_text {
	    font-family: "arial";
	    font-size: 10px;
	    color: #c2d8eb;
	    margin-left: 170px;
	}

    .footer {
    	padding: 0;
    }
}
@media only screen and (min-width:406px) and (max-width: 459px) 
{
	nav ul {
		display: none!important;
	}
	header .container {
	    padding: 0 0px;
	}
	.slideshow .slide .title {
	    font-family: "arial";
	    margin: 10px auto 0px;
	    max-width: 1000px;
	    font-size: 9px;
	    /* letter-spacing: 0.35em; */
	    text-transform: uppercase;
	}
	.slideshow .slide .text {
	    font-family: "arial";
	    margin: 0 auto;
	    max-width: 1000px;
	    font-size: 8px;
	    line-height: 1.4;
	}
	main section:nth-child(1) {
	    display: grid;
	    justify-content: center;
	    /*height: 91vh;*/
	    background-color: grey;
	    background-image: url(../images/home_page_img.png);
	    height: 150px;
	}
	.moving_load_text {
	    margin-top: 12%;
	    font-size: 9px;
	    float: right;
	}
	.slideshow .slide .caption {
	    padding:0px; 
	}
	.mobile_header{
		display: none;
	}
	.nav-container {
	    max-width: 1200px;
	    padding: 0 0px;
	    display: grid;
	    grid-template-areas: "lgo ... nav";
	    grid-template-columns: auto 1fr auto;
	    align-content: center;
    }
	.container_box {
	    max-width: 800px; 
	    padding: 0 0px; 
	    display: block; 
	    justify-content: center;
	    grid-column-gap: 55px;
    }
    .min-header {
	    /* background-color: #2574a9; */
	    background-image: url(../images/Vishwa Enterprise Navigation Menu- After Scroll.png);
	    background-size: cover;
	    background-position: 50% 50%;
	    padding-top: 0px; 
	    padding-bottom:0px; 
	}

    .logo {
	    grid-area: lgo;
	    margin: 0px 0px; 
	}

	.max-logo img {
	    height: 100px;
	}

    .min-logo img {
	    height: 35px;
	    margin: 25px;
	}

	.slider-wrapper {
	    height: auto; 
	    width: 100%;
	    overflow: hidden;
	    border-radius: 5px;
	    box-shadow: 1px 1px 4px #666;
	    background: #fff;
	    background: #fcfff4;
	    -webkit-transform: translateZ(0);
	    -moz-transform: translateZ(0);
	    -ms-transform: translateZ(0);
	    -o-transform: translateZ(0);
	    transform: translateZ(0);
	    -webkit-transition: all 500ms ease-out;
	    -moz-transition: all 500ms ease-out;
	    transition: all 500ms ease-out;
	}

	.info p {
	    color: #fcfff4;
	    margin: 0 0 5px;
	    font-weight: normal;
	    font-size: 10px;
	    font-style: normal;
	    text-align: center;
	}

	article img {
	    width: 100%;
	    height: 200px;
	    margin-top: 20px;
	}

	.info.bottom-right {
	    bottom: 20%;
	    right: 4px;
	    left: 20%;
	    font-size: 10px;
	    width: 230px;
	}

	.our_services {
	    font-family: 'Arial';
	    font-weight: 600;
	    font-size: 34px;
	    color: #ffffff;
	    text-align: center;
	}

	.Whether_para {
	    font-family: 'Arial';
	    font-weight: 500;
	    font-size: 14px;
	    color: #fff;
	    text-align: center;
	    line-height: 20px;
	    margin-top: 15px;
	    margin-bottom: 0;
	    padding: 0;
	}

	.service {
	    padding: 15px 0px;
	}

	.services__box {
	    position: relative;
	    width: 180px;
	    height: 250px;
	    background: #4eb7ff;
	    /* border-radius: 20px; */
	    overflow: hidden;
	}

	.container .service {
	    position: relative;
	    /* width: 300px; */
	    margin: 0px 0px; 
	    overflow: hidden;
	    /* border-radius: 15px; */
	    display: flex;
	    justify-content: center;
	    align-items: center;
	}

	.service_card {
	    padding: 20px 0PX;
	}

	.card__body {
	    padding: 10px;
	    height: 350px;
	    display: flex;
	    align-items: flex-end;
	    position: relative;
	    margin-top: 20px;
	}

	.card__body_2 {
	    --card-width: 300px;
	    padding: 10px;
	    height: 327px;
	    display: flex;
	    align-items: flex-end;
	    overflow: hidden;
	    position: relative;
	}

	.form-control {
	    display: block;
	    width: 200px;
	    padding: 0.375rem 0.75rem;
	    font-size: 14px;
	    line-height: 1.5;
	    color: #495057;
	    background-color: #fff;
	    background-clip: padding-box;
	    border: 1px solid #ced4da;
	    border-radius: 0rem!important;
	    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	}

	.supplyChain_box {
	    padding: 20px 0px;
	}

	.supply_chain {
	    font-family: 'Arial';
	    font-weight: 600;
	    font-size: 30px;
	    color: #0f3863;
	    text-align: center;
	    margin-bottom: 0;
	}

	.supply_chain_para {
	    font-family: 'arial';
	    font-size: 14px;
	    line-height: 18px;
	    text-align: center;
	    text-align: justify;
	    margin-top: 10px;
	}

	.Useful_links_content_box {
	    border: 1px solid #e9e9e9;
	    margin: 5px;
	}

	.link_box{
	  padding: 0px 10px;
	}

	.nhava_sheva_text {
	    font-family: 'arial';
	    font-weight: 600;
	    width: 100%;
	    font-size: 16px;
	    padding: 5px 0px;
	    list-style: unset;
	}

	.imo_text {
	    font-family: 'arial';
	    font-size: 14px;
	    line-height: 30px;
	    color: white;
	    margin-bottom: 0;
	}

	.contact form {
	    display: grid;
	    grid-template-columns: 1fr 1fr;
	    grid-gap: 20px;
	    padding: 0px; 
	}

	.contact form button {
	    background: #627EDC;
	    border: 0;
	    color: #e4e4e4;
	    text-transform: uppercase;
	    font-size: 14px;
	    font-weight: bold;
	    width: 100%;
	}

	.required_field_text {
	    font-family: "arial";
	    font-size: 10px;
	    color: #c2d8eb;
	    margin-left: 170px;
	}

    .footer {
    	padding: 0;
    }
}
@media only screen and (min-width: 460px) and (max-width: 540px) 
{
	nav ul {
		display: none!important;
	}
	header .container {
	    padding: 0 0px;
	}
	.slideshow .slide .title {
	    font-family: "arial";
	    margin: 50px auto 0px;
	    max-width: 1000px;
	    font-size: 9px;
	    /* letter-spacing: 0.35em; */
	    text-transform: uppercase;
	}
	.slideshow .slide .text {
	    font-family: "arial";
	    margin: 0 auto;
	    max-width: 1000px;
	    font-size: 8px;
	    line-height: 1.4;
	}
	main section:nth-child(1) {
	    display: grid;
	    justify-content: center;
	    /*height: 91vh;*/
	    background-color: grey;
	    background-image: url(../images/home_page_img.png);
	    height: 180px;
	}
	.moving_load_text {
	    margin-top: 10%;
	    font-size: 9px;
	    float: right;
	}
	.slideshow .slide .caption {
	    padding:0px; 
	}
	.mobile_header{
		display: none;
	}
	.nav-container {
	    max-width: 1200px;
	    padding: 0 0px;
	    display: grid;
	    grid-template-areas: "lgo ... nav";
	    grid-template-columns: auto 1fr auto;
	    align-content: center;
    }
	.container_box {
	    max-width: 800px; 
	    padding: 0 0px; 
	    display: block; 
	    justify-content: center;
	    grid-column-gap: 55px;
    }
    .min-header {
	    /* background-color: #2574a9; */
	    background-image: url(../images/Vishwa Enterprise Navigation Menu- After Scroll.png);
	    background-size: cover;
	    background-position: 50% 50%;
	    padding-top: 0px; 
	    padding-bottom:0px; 
	}

    .logo {
	    grid-area: lgo;
	    margin: 0px 0px; 
	}

	.max-logo img {
	    height: 100px;
	}

    .min-logo img {
	    height: 35px;
	    margin: 25px;
	}

	.slider-wrapper {
	    height: auto; 
	    width: 100%;
	    overflow: hidden;
	    border-radius: 5px;
	    box-shadow: 1px 1px 4px #666;
	    background: #fff;
	    background: #fcfff4;
	    -webkit-transform: translateZ(0);
	    -moz-transform: translateZ(0);
	    -ms-transform: translateZ(0);
	    -o-transform: translateZ(0);
	    transform: translateZ(0);
	    -webkit-transition: all 500ms ease-out;
	    -moz-transition: all 500ms ease-out;
	    transition: all 500ms ease-out;
	}

	.info p {
	    color: #fcfff4;
	    margin: 0 0 5px;
	    font-weight: normal;
	    font-size: 10px;
	    font-style: normal;
	    text-align: center;
	}

	article img {
	    width: 100%;
	    height: 200px;
	    margin-top: 20px;
	}

	.info.bottom-right {
	    bottom: 20%;
	    right: 4px;
	    left: 20%;
	    font-size: 10px;
	    width: 230px;
	}


	.our_services {
	    font-family: 'Arial';
	    font-weight: 600;
	    font-size: 34px;
	    color: #ffffff;
	    text-align: center;
	}

	.Whether_para {
	    font-family: 'Arial';
	    font-weight: 500;
	    font-size: 14px;
	    color: #fff;
	    text-align: center;
	    line-height: 20px;
	    margin-top: 15px;
	    margin-bottom: 0;
	    padding: 0;
	}

	.service {
	    padding: 15px 0px;
	}

	.services__box {
	    position: relative;
	    width: 180px;
	    height: 250px;
	    background: #4eb7ff;
	    /* border-radius: 20px; */
	    overflow: hidden;
	}

	.container .service {
	    position: relative;
	    /* width: 300px; */
	    margin: 0px 0px; 
	    overflow: hidden;
	    /* border-radius: 15px; */
	    display: flex;
	    justify-content: center;
	    align-items: center;
	}

	.service_card {
	    padding: 20px 0PX;
	}

	.card__body {
	    padding: 10px;
	    height: 360px;
	    display: flex;
	    align-items: flex-end;
	    position: relative;
	    margin-top: 20px;
	}

	.card__body_2 {
	    --card-width: 300px;
	    padding: 10px;
	    height: 348px;
	    display: flex;
	    align-items: flex-end;
	    overflow: hidden;
	    position: relative;
	    margin: 0px 20px;
	}

	.supplyChain_box {
	    padding: 20px 0px;
	}

	.supply_chain {
	    font-family: 'Arial';
	    font-weight: 600;
	    font-size: 34px;
	    color: #0f3863;
	    text-align: center;
	    margin-bottom: 0;
	}

	.supply_chain_para {
	    font-family: 'arial';
	    font-size: 14px;
	    line-height: 18px;
	    text-align: center;
	    text-align: justify;
	    margin-top: 10px;
	}

	.Useful_links_content_box {
	    border: 1px solid #e9e9e9;
	    margin: 5px;
	}

	.link_box{
	  padding: 0px 10px;
	}

	.nhava_sheva_text {
	    font-family: 'arial';
	    font-weight: 600;
	    width: 400px;
	    font-size: 16px;
	    padding: 5px 0px;
	    list-style: unset;
	}

	.imo_text {
	    font-family: 'arial';
	    font-size: 14px;
	    line-height: 30px;
	    color: white;
	    margin-bottom: 0;
	}

	.contact form {
	    display: grid;
	    grid-template-columns: 1fr 1fr;
	    grid-gap: 20px;
	    padding: 0px; 
	}

	.contact form button {
	    background: #627EDC;
	    border: 0;
	    color: #e4e4e4;
	    text-transform: uppercase;
	    font-size: 14px;
	    font-weight: bold;
	    width: 100%;
	}

	.form-control {
	    display: block;
	    width: 220px;
	    padding: 0.375rem 0.75rem;
	    font-size: 14px;
	    line-height: 1.5;
	    color: #495057;
	    background-color: #fff;
	    background-clip: padding-box;
	    border: 1px solid #ced4da;
	    border-radius: 0rem!important;
	    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	}

	.required_field_text {
	    font-family: "arial";
	    font-size: 10px;
	    color: #c2d8eb;
	    margin-left: 170px;
	}

    .footer {
    	padding: 0;
    }
}
@media only screen and (min-width: 541px)  and (max-width: 767px)
{
	nav ul {
		display: none!important;
	}
	header .container {
	    padding: 0 0px;
	}
	.slideshow .slide .title {
	    font-family: "arial";
	    margin: 50px auto 0px;
	    max-width: 1000px;
	    font-size: 9px;
	    /* letter-spacing: 0.35em; */
	    text-transform: uppercase;
	}
	.slideshow .slide .text {
	    font-family: "arial";
	    margin: 0 auto;
	    max-width: 1000px;
	    font-size: 8px;
	    line-height: 1.4;
	}
	main section:nth-child(1) {
	    display: grid;
	    justify-content: center;
	    /*height: 91vh;*/
	    background-color: grey;
	    background-image: url(../images/home_page_img.png);
	    height: 200px;
	}
	.moving_load_text {
	    margin-top: 20%;
	    font-size: 9px;
	    float: right;
	}
	.slideshow .slide .caption {
	    padding:0px; 
	}
	.mobile_header{
		display: none;
	}
	.nav-container {
	    max-width: 1200px;
	    padding: 0 0px;
	    display: grid;
	    grid-template-areas: "lgo ... nav";
	    grid-template-columns: auto 1fr auto;
	    align-content: center;
    }
	.container_box {
	    max-width: 800px; 
	    padding: 0 0px; 
	    display: block; 
	    justify-content: center;
	    grid-column-gap: 55px;
    }
    .min-header {
	    /* background-color: #2574a9; */
	    background-image: url(../images/Vishwa Enterprise Navigation Menu- After Scroll.png);
	    background-size: cover;
	    background-position: 50% 50%;
	    padding-top: 0px; 
	    padding-bottom:0px; 
	}

    .logo {
	    grid-area: lgo;
	    margin: 0px 0px; 
	}

	.max-logo img {
	    height: 100px;
	}

    .min-logo img {
	    height: 35px;
	    margin: 25px;
	}

	.slider-wrapper {
	    height: auto; 
	    width: 100%;
	    overflow: hidden;
	    border-radius: 5px;
	    box-shadow: 1px 1px 4px #666;
	    background: #fff;
	    background: #fcfff4;
	    -webkit-transform: translateZ(0);
	    -moz-transform: translateZ(0);
	    -ms-transform: translateZ(0);
	    -o-transform: translateZ(0);
	    transform: translateZ(0);
	    -webkit-transition: all 500ms ease-out;
	    -moz-transition: all 500ms ease-out;
	    transition: all 500ms ease-out;
	}

	.info p {
	    color: #fcfff4;
	    margin: 0 0 5px;
	    font-weight: normal;
	    font-size: 10px;
	    font-style: normal;
	    text-align: center;
	}

	article img {
	    width: 100%;
	    height: 250px;
	    margin-top: 20px;
	}

	.info.bottom-right {
	    bottom: 30%;
	    right: 4px;
	    left: 30%;
	    font-size: 10px;
	    width: 230px;
	}

	.our_services {
	    font-family: 'Arial';
	    font-weight: 600;
	    font-size: 34px;
	    color: #ffffff;
	    text-align: center;
	}

	.Whether_para {
	    font-family: 'Arial';
	    font-weight: 500;
	    font-size: 14px;
	    color: #fff;
	    text-align: center;
	    line-height: 20px;
	    margin-top: 15px;
	    margin-bottom: 0;
	    padding: 0;
	}

	.service {
	    padding: 15px 0px;
	}

	.services__box {
	    position: relative;
	    width: 180px;
	    height: 250px;
	    background: #4eb7ff;
	    /* border-radius: 20px; */
	    overflow: hidden;
	}

	.container .service {
	    position: relative;
	    /* width: 300px; */
	    margin: 0px 0px; 
	    overflow: hidden;
	    /* border-radius: 15px; */
	    display: flex;
	    justify-content: center;
	    align-items: center;
	}

	.service_card {
	    padding: 20px 0PX;
	}

	.card__body {
	    padding: 10px;
	    height: 380px;
	    display: flex;
	    align-items: flex-end;
	    position: relative;
	    margin-top: 20px;
	}

	.card__body_2 {
	    --card-width: 300px;
	    padding: 10px;
	    height: 360px;
	    display: flex;
	    align-items: flex-end;
	    overflow: hidden;
	    position: relative;
	    margin: 0px 50px;
	}

	.supplyChain_box {
	    padding: 20px 0px;
	}

	.supply_chain {
	    font-family: 'Arial';
	    font-weight: 600;
	    font-size: 34px;
	    color: #0f3863;
	    text-align: center;
	    margin-bottom: 0;
	}

	.supply_chain_para {
	    font-family: 'arial';
	    font-size: 14px;
	    line-height: 18px;
	    text-align: center;
	    text-align: justify;
	    margin-top: 10px;
	}

	.Useful_links_content_box {
	    border: 1px solid #e9e9e9;
	    margin: 5px;
	}

	.link_box{
	  padding: 0px 10px;
	}

	.nhava_sheva_text {
	    font-family: 'arial';
	    font-weight: 600;
	    width: 400px;
	    font-size: 16px;
	    padding: 5px 0px;
	    list-style: unset;
	}

	.imo_text {
	    font-family: 'arial';
	    font-size: 14px;
	    line-height: 30px;
	    color: white;
	    margin-bottom: 0;
	}

	.contact form {
	    display: grid;
	    grid-template-columns: 1fr 1fr;
	    grid-gap: 20px;
	    padding: 0px; 
	}

	.contact form button {
	    background: #627EDC;
	    border: 0;
	    color: #e4e4e4;
	    text-transform: uppercase;
	    font-size: 14px;
	    font-weight: bold;
	    width: 100%;
	}

	.form-control {
	    display: block;
	    width: 275px;
	    padding: 0.375rem 0.75rem;
	    font-size: 14px;
	    line-height: 1.5;
	    color: #495057;
	    background-color: #fff;
	    background-clip: padding-box;
	    border: 1px solid #ced4da;
	    border-radius: 0rem!important;
	    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	}

	.required_field_text {
	    font-family: "arial";
	    font-size: 10px;
	    color: #c2d8eb;
	    margin-left: 170px;
	}

    .footer {
    	padding: 0;
    }
}
/*-----------------------------------------------Mobile Media Query End---------------------------------------------------------------*/
/*-----------------------------------------------Desktop and Laptop Media Query Start-------------------------------------------------------------*/
@media only screen and (min-width: 768px)  and (max-width: 991px) 
{
	nav ul {
		display: none!important;
	}
	header .container {
	    padding: 0 0px;
	}
	.slideshow .slide .title {
	    font-family: "arial";
	    margin: 50px auto 0px;
	    max-width: 1000px;
	    font-size: 9px;
	    /* letter-spacing: 0.35em; */
	    text-transform: uppercase;
	}
	.slideshow .slide .text {
	    font-family: "arial";
	    margin: 0 auto;
	    max-width: 1000px;
	    font-size: 8px;
	    line-height: 1.4;
	}
	main section:nth-child(1) {
	    display: grid;
	    justify-content: center;
	    /*height: 91vh;*/
	    background-color: grey;
	    background-image: url(../images/home_page_img.png);
	    height: 200px;
	}
	.moving_load_text {
	    margin-top: 9%;
	    font-size: 9px;
	    float: right;
	}
	.slideshow .slide .caption {
	    padding:0px; 
	}
	.mobile_header{
		display: none;
	}
	.nav-container {
	    max-width: 1200px;
	    padding: 0 0px;
	    display: grid;
	    grid-template-areas: "lgo ... nav";
	    grid-template-columns: auto 1fr auto;
	    align-content: center;
    }
	.container_box {
	    max-width: 800px; 
	    padding: 0 0px; 
	    display: block; 
	    justify-content: center;
	    grid-column-gap: 55px;
    }
    .min-header {
	    /* background-color: #2574a9; */
	    background-image: url(../images/Vishwa Enterprise Navigation Menu- After Scroll.png);
	    background-size: cover;
	    background-position: 50% 50%;
	    padding-top: 0px; 
	    padding-bottom:0px; 
	}

    .logo {
	    grid-area: lgo;
	    margin: 0px 0px; 
	}

	.max-logo img {
	    height: 100px;
	}

    .min-logo img {
	    height: 35px;
	    margin: 25px;
	}

	.slider-wrapper {
	    height: auto; 
	    width: 100%;
	    overflow: hidden;
	    border-radius: 5px;
	    box-shadow: 1px 1px 4px #666;
	    background: #fff;
	    background: #fcfff4;
	    -webkit-transform: translateZ(0);
	    -moz-transform: translateZ(0);
	    -ms-transform: translateZ(0);
	    -o-transform: translateZ(0);
	    transform: translateZ(0);
	    -webkit-transition: all 500ms ease-out;
	    -moz-transition: all 500ms ease-out;
	    transition: all 500ms ease-out;
	}

	.info p {
	    color: #fcfff4;
	    margin: 0 0 5px;
	    font-weight: normal;
	    font-size: 10px;
	    font-style: normal;
	    text-align: center;
	}

	article img {
	    width: 100%;
	    height: 300px;
	}

	.info.bottom-right {
	    bottom: 30%;
	    right: 4px;
	    left: 27%;
	    font-size: 13px;
	    width: 320px;
	}

	.our_services {
	    font-family: 'Arial';
	    font-weight: 600;
	    font-size: 34px;
	    color: #ffffff;
	    text-align: center;
	}

	.Whether_para {
	    font-family: 'Arial';
	    font-weight: 500;
	    font-size: 14px;
	    color: #fff;
	    text-align: center;
	    line-height: 20px;
	    margin-top: 15px;
	    margin-bottom: 0;
	    padding: 0;
	}

	.services__box {
	    position: relative;
	    width: 185px;
	    height: 250px;
	    background: #4eb7ff;
	    /* border-radius: 20px; */
	    overflow: hidden;
	}

	.container .service {
	    position: relative;
	    /* width: 300px; */
	    margin: 0px 0px; 
	    overflow: hidden;
	    /* border-radius: 15px; */
	    display: flex;
	    justify-content: center;
	    align-items: center;
	}

	.service_card {
	    padding: 20px 0PX;
	}

	/*.supplyChain_box {
	    padding: 20px 0px;
	}*/

	.supply_chain_para {
	    font-family: 'arial';
	    font-size: 14px;
	    line-height: 18px;
	    text-align: center;
	    text-align: justify;
	    margin-top: 10px;
	}

	.Useful_links_content_box {
	    border: 1px solid #e9e9e9;
	    margin: 5px;
	}

	.link_box{
	  padding: 0px 10px;
	}

	.nhava_sheva_text {
	    font-family: 'arial';
	    font-weight: 600;
	    width: 400px;
	    font-size: 16px;
	    padding: 5px 0px;
	    list-style: unset;
	}

	.imo_text {
	    font-family: 'arial';
	    font-size: 14px;
	    line-height: 30px;
	    color: white;
	    margin-bottom: 0;
	}

	.card__body {
	    padding: 10px;
	    height: 200px;
	    display: flex;
	    align-items: flex-end;
	    position: relative;
	    margin-top: 20px;
	}

	.card__body .card__inner .card__title {
	    font-family: 'arial';
	    font-size: 16px;
	    text-transform: capitalize;
	    max-width: 100%;
	    margin: 0;
	    margin-top: 0px; 
	    line-break: 1;
	    overflow: hidden;
	    /* white-space: nowrap; */
	    text-overflow: ellipsis;
	}

	.card__body .card__inner .card__text {
	    font-family: 'arial';
	    display: -webkit-box;
	    -webkit-line-clamp: 5;
	    -webkit-box-orient: vertical;
	    overflow: hidden;
	    font-size: 0.8rem;
	    line-height: 18px;
	    opacity: 0.9;
	}

	.card__body .card__inner .inner__footer .btn {
	    font-family: 'arial';
	    border: none;
	    padding: 2px 20px;
	    border-radius: 50px;
	    cursor: pointer;
	    font-weight: 700;
	    color: white;
	    /* letter-spacing: 2px; */
	    transition: transform 500ms ease;
	    background-color: var(--btn-clr);
	    font-size: 9px;
	}

	.card__body .card__inner {
	    height: 100%;
	    transition: all 300ms cubic-bezier(0.87, -0.38, 0.22, 1.43);
	    opacity: 0;
	    visibility: hidden;
	    transform: translateY(170px);
	    box-shadow: 0 0 40px 0px rgb(51 51 51 / 84%);
	    /* z-index: 1; */
	    backdrop-filter: blur(4px);
	    border-radius: 20px;
	    padding: 10px 10px;
	    color: #f6f6f6;
	    max-width: 100%;
	    position: relative;
	    overflow: hidden;
	}

	.card__body_2 {
	    --card-width: 300px;
	    padding: 10px;
	    height: 150px;
	    display: flex;
	    align-items: flex-end;
	    overflow: hidden;
	    position: relative;
	}

	.card__body_2 .card__inner_2 .card__text_2 {
	    display: -webkit-box;
	    -webkit-line-clamp: 5;
	    -webkit-box-orient: vertical;
	    overflow: hidden;
	    font-size: 10px;
	    line-height: 12px;
	    opacity: 0.9;
	}

	.card__body_2 .card__inner_2 .card__title_2 {
	    text-transform: capitalize;
	    max-width: 100%;
	    margin: 0;
	    font-size: 12px;
	    /* margin-top: 10px; */
	    line-break: 1;
	    overflow: hidden;
	    /* white-space: nowrap; */
	    text-overflow: ellipsis;
	}

	.contact form {
	    display: grid;
	    grid-template-columns: 1fr 1fr;
	    grid-gap: 20px;
	    padding: 10px 50px;
	    margin: 20px 0px;
	}

	.form-control {
	    display: block;
	    width: 220px;
	    padding: 0.375rem 0.75rem;
	    font-size: 14px;
	    line-height: 1.5;
	    color: #495057;
	    background-color: #fff;
	    background-clip: padding-box;
	    border: 1px solid #ced4da;
	    border-radius: 0rem!important;
	    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	}

	.required_field_text {
	    font-family: "arial";
	    font-size: 10px;
	    color: #c2d8eb;
	    margin-left: 170px;
	}

    .footer {
    	padding: 0;
    }
}
@media only screen and (min-width: 992px)  and (max-width: 1199px) 
{
	.card__body_2 {
	    --card-width: 300px;
	    padding: 10px;
	    height: 160px;
	    /* border-radius: 30px; */
	    /* border: 4px solid var(--btn-clr); */
	    /* width: var(--card-width); */
	    /* height: calc(var(--card-width) + 100px); */
	    display: flex;
	    align-items: flex-end;
	    /* object-fit: cover; */
	    /* object-position: center; */
	    overflow: hidden;
	    position: relative;
	}
	.slider-wrapper {
	    height: 400px;
	    width: 100%;
	    overflow: hidden;
	    border-radius: 5px;
	    box-shadow: 1px 1px 4px #666;
	    background: #fff;
	    background: #fcfff4;
	    -webkit-transform: translateZ(0);
	    -moz-transform: translateZ(0);
	    -ms-transform: translateZ(0);
	    -o-transform: translateZ(0);
	    transform: translateZ(0);
	    -webkit-transition: all 500ms ease-out;
	    -moz-transition: all 500ms ease-out;
	    transition: all 500ms ease-out;
	}

	.info.bottom-right {
	    bottom: 30%;
	    right: 4px;
	    left: 27%;
	    font-size: 13px;
	    width: 400px;
	}
	.our_services {
	    font-family: 'Arial';
	    font-weight: 600;
	    font-size: 34px;
	    color: #ffffff;
	    text-align: center;
	}

	.Whether_para {
	    font-family: 'Arial';
	    font-weight: 500;
	    font-size: 14px;
	    color: #fff;
	    text-align: center;
	    line-height: 20px;
	    margin-top: 15px;
	    margin-bottom: 0;
	    padding: 0;
	}
	.card__body {
	    --card-width: 300px;
	    padding: 10px;
	    height: 220px;
	    display: flex;
	    align-items: flex-end;
	    overflow: hidden;
	    position: relative;
	}

	.card__body .card__inner .card__text {
	    font-family: 'arial';
	    display: -webkit-box;
	    -webkit-line-clamp: 5;
	    -webkit-box-orient: vertical;
	    overflow: hidden;
	    font-size: 0.8rem;
	    line-height: 18px;
	    opacity: 0.9;
	}

	.card__body .card__inner .inner__footer .btn {
	    font-family: 'arial';
	    border: none;
	    padding: 5px 20px;
	    border-radius: 50px;
	    cursor: pointer;
	    font-weight: 700;
	    color: white;
	    /* letter-spacing: 2px; */
	    transition: transform 500ms ease;
	    background-color: var(--btn-clr);
	    font-size: 9px;
	}

	.card__body .card__inner {
	    height: 100%;
	    transition: all 300ms cubic-bezier(0.87, -0.38, 0.22, 1.43);
	    opacity: 0;
	    visibility: hidden;
	    transform: translateY(170px);
	    box-shadow: 0 0 40px 0px rgb(51 51 51 / 84%);
	    /* z-index: 1; */
	    backdrop-filter: blur(4px);
	    border-radius: 20px;
	    padding: 10px 10px;
	    color: #f6f6f6;
	    max-width: 100%;
	    position: relative;
	    overflow: hidden;
	}
	.card__body_2 .card__inner_2 .card__text_2 {
	    display: -webkit-box;
	    -webkit-line-clamp: 5;
	    -webkit-box-orient: vertical;
	    overflow: hidden;
	    font-size: 10px;
	    line-height: 12px;
	    opacity: 0.9;
	}

	.card__body_2 .card__inner_2 .card__title_2 {
	    text-transform: capitalize;
	    max-width: 100%;
	    margin: 0;
	    font-size: 12px;
	    /* margin-top: 10px; */
	    line-break: 1;
	    overflow: hidden;
	    /* white-space: nowrap; */
	    text-overflow: ellipsis;
	}

	.services__box {
	    position: relative;
	    width: 113px;
	    height: 240px;
	    background: #4eb7ff;
	    /* border-radius: 20px; */
	    overflow: hidden;
	}

	.form-control {
	    display: block;
	    width: 250px;
	    padding: 0.375rem 0.75rem;
	    font-size: 14px;
	    line-height: 1.5;
	    color: #495057;
	    background-color: #fff;
	    background-clip: padding-box;
	    border: 1px solid #ced4da;
	    border-radius: 0rem!important;
	    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	}
}
@media only screen and (min-width: 1200px)  and (max-width: 1359px) 
{
	.slider-wrapper {
	    height: 400px;
	    width: 100%;
	    overflow: hidden;
	    border-radius: 5px;
	    box-shadow: 1px 1px 4px #666;
	    background: #fff;
	    background: #fcfff4;
	    -webkit-transform: translateZ(0);
	    -moz-transform: translateZ(0);
	    -ms-transform: translateZ(0);
	    -o-transform: translateZ(0);
	    transform: translateZ(0);
	    -webkit-transition: all 500ms ease-out;
	    -moz-transition: all 500ms ease-out;
	    transition: all 500ms ease-out;
	}
}

@media only screen and (min-width: 1360)  and (max-width: 1440px) 
{
}
@media only screen and (min-width: 1920px)  and (max-width:2020px) 
{
	.over_a_period_para {
	    font-family: 'Arial';
	    font-weight: 500;
	    font-size: 20px;
	    color: #0f3863;
	    text-align: justify;
	    line-height: 24px;
	    margin-top: 15px;
	    /* padding: 0px 130px; */
	}
	.info.bottom-right {
	    bottom: 50%;
	    right: 4px;
	    left: 34%;
	    font-size: 22px;
	    width: 600px;
	}
	.card__body .card__inner .card__text {
		font-family: 'arial';
	    display: -webkit-box;
	    -webkit-line-clamp: 5;
	    -webkit-box-orient: vertical;
	    overflow: hidden;
	    font-size: 1rem;
	    line-height: 20px;
	    opacity: 0.9;
	}
}
@media only screen and (min-width: 2021px)  and (max-width:2100px) 
{
	.over_a_period_para {
	    font-family: 'Arial';
	    font-weight: 500;
	    font-size: 20px;
	    color: #0f3863;
	    text-align: justify;
	    line-height: 24px;
	    margin-top: 15px;
	    /* padding: 0px 130px; */
	}
	.info.bottom-right {
	    bottom: 50%;
	    right: 4px;
	    left: 35%;
	    font-size: 22px;
	    width: 600px;
	}
	.card__body .card__inner .card__text {
		font-family: 'arial';
	    display: -webkit-box;
	    -webkit-line-clamp: 5;
	    -webkit-box-orient: vertical;
	    overflow: hidden;
	    font-size: 1rem;
	    line-height: 20px;
	    opacity: 0.9;
	}
}
@media only screen and (min-width: 2101px)  and (max-width:2200px) 
{
	.over_a_period_para {
	    font-family: 'Arial';
	    font-weight: 500;
	    font-size: 20px;
	    color: #0f3863;
	    text-align: justify;
	    line-height: 24px;
	    margin-top: 15px;
	    /* padding: 0px 130px; */
	}
	.info.bottom-right {
	    bottom: 50%;
	    right: 4px;
	    left: 35%;
	    font-size: 22px;
	    width: 600px;
	}
	.card__body .card__inner .card__text {
		font-family: 'arial';
	    display: -webkit-box;
	    -webkit-line-clamp: 5;
	    -webkit-box-orient: vertical;
	    overflow: hidden;
	    font-size: 1rem;
	    line-height: 20px;
	    opacity: 0.9;
	}
}
@media only screen and (min-width: 2201px)  and (max-width:2300px) {
	.over_a_period_para {
	    font-family: 'Arial';
	    font-weight: 500;
	    font-size: 20px;
	    color: #0f3863;
	    text-align: justify;
	    line-height: 24px;
	    margin-top: 15px;
	    /* padding: 0px 130px; */
	}
	.info.bottom-right {
	    bottom: 50%;
	    right: 4px;
	    left: 35%;
	    font-size: 22px;
	    width: 600px;
	}
	.card__body .card__inner .card__text {
		font-family: 'arial';
	    display: -webkit-box;
	    -webkit-line-clamp: 5;
	    -webkit-box-orient: vertical;
	    overflow: hidden;
	    font-size: 1rem;
	    line-height: 20px;
	    opacity: 0.9;
	}
}
@media only screen and (min-width: 2301px)  and (max-width:2400px) {
	.over_a_period_para {
	    font-family: 'Arial';
	    font-weight: 500;
	    font-size: 20px;
	    color: #0f3863;
	    text-align: justify;
	    line-height: 24px;
	    margin-top: 15px;
	    /* padding: 0px 130px; */
	}
	.info.bottom-right {
	    bottom: 55%;
	    right: 4px;
	    left: 35%;
	    font-size: 22px;
	    width: 600px;
	}
	.card__body .card__inner .card__text {
		font-family: 'arial';
	    display: -webkit-box;
	    -webkit-line-clamp: 5;
	    -webkit-box-orient: vertical;
	    overflow: hidden;
	    font-size: 1rem;
	    line-height: 20px;
	    opacity: 0.9;
	}
}
@media only screen and (min-width: 2401px)  and (max-width:2560px) {
	.over_a_period_para {
	    font-family: 'Arial';
	    font-weight: 500;
	    font-size: 20px;
	    color: #0f3863;
	    text-align: justify;
	    line-height: 24px;
	    margin-top: 15px;
	    /* padding: 0px 130px; */
	}
	.info.bottom-right {
	    bottom: 55%;
	    right: 4px;
	    left: 36%;
	    font-size: 22px;
	    width: 600px;
	}
	.card__body .card__inner .card__text {
		font-family: 'arial';
	    display: -webkit-box;
	    -webkit-line-clamp: 5;
	    -webkit-box-orient: vertical;
	    overflow: hidden;
	    font-size: 1rem;
	    line-height: 20px;
	    opacity: 0.9;
	}
}
@media only screen and (min-width: 2561px)  and (max-width:2660px) {
	.over_a_period_para {
	    font-family: 'Arial';
	    font-weight: 500;
	    font-size: 20px;
	    color: #0f3863;
	    text-align: justify;
	    line-height: 24px;
	    margin-top: 15px;
	    /* padding: 0px 130px; */
	}
	.info.bottom-right {
	    bottom: 58%;
	    right: 4px;
	    left: 38%;
	    font-size: 22px;
	    width: 600px;
	}
	.card__body .card__inner .card__text {
		font-family: 'arial';
	    display: -webkit-box;
	    -webkit-line-clamp: 5;
	    -webkit-box-orient: vertical;
	    overflow: hidden;
	    font-size: 1rem;
	    line-height: 20px;
	    opacity: 0.9;
	}
}
@media only screen and (min-width: 2661px)  and (max-width:2800px) {
	.over_a_period_para {
	    font-family: 'Arial';
	    font-weight: 500;
	    font-size: 20px;
	    color: #0f3863;
	    text-align: justify;
	    line-height: 24px;
	    margin-top: 15px;
	    /* padding: 0px 130px; */
	}
	.info.bottom-right {
	    bottom: 58%;
	    right: 4px;
	    left: 40%;
	    font-size: 22px;
	    width: 600px;
	}
	.card__body .card__inner .card__text {
		font-family: 'arial';
	    display: -webkit-box;
	    -webkit-line-clamp: 5;
	    -webkit-box-orient: vertical;
	    overflow: hidden;
	    font-size: 1rem;
	    line-height: 20px;
	    opacity: 0.9;
	}
}
@media only screen and (min-width: 2801px)  and (max-width:3000px) {}
@media only screen and (min-width: 3001px)  and (max-width:3300px) {}
@media only screen and (min-width: 3301px)  and (max-width:3500px) {}
@media only screen and (min-width: 3501px)  and (max-width:3700px) {}
@media only screen and (min-width: 3701px)  and (max-width:3900px) {}