body{
	font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    color: #1a1e2c;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Montserrat;
}
.pl15{padding-left:15px;}
.pl30{padding-left:30px;}
.pl45{padding-left:45px;}
.pl60{padding-left:60px;}

.mt60{margin-top:60px}
.gray_bg {
    padding: 60px 0;
    background: #f5f8f9;
}
.white_bg {
    padding: 60px 0;
    background: #ffffff;
}
.black_lbg{
	padding: 60px 0;
	background: #3c3c3c;
}

.banner_blk {
    position: relative;
    margin-top: 0px;
}
.banner_blk .banner_contant {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translate(0px, -50%);
}
.heading_commons {
    font-size: 40px;
    font-weight: 800;
    font-family: Montserrat;
    padding-top: 15px;
    color: #000000;
    position: relative;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.heading_commons:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 7px;
    top: 0px;
    left: 0;
    background: #00b2ff;
}
.banner_blk .banner_contant .heading_commons {
    color: #ffffff;
}
.banner_blk .banner_contant .heading_commons:after {
    background: #fff;
}
.banner_blk .banner_contant p {
    font-size: 22px;
    font-weight: bold;
    font-family: Montserrat;
    color: #ffffff;
    margin-bottom: 0px;
    line-height: 30px;
    
}
.c_requirements {
    position: relative;
}
.c_requirements:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    width: 100%;
    background: #fff;
    z-index: 0;
}

.overview_contants p {
    font-size: 15px;
    text-align: justify;
}
.overview_contants ul {
    padding-left: 20px;
    margin-top: 10px;
}
.overview_contants ul li {
    position: relative;
    list-style: none;
    padding-left: 20px;
}
.overview_contants ul li:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 6px;
    width: 11px;
    height: 11px;
    border-radius: 10px;
    background: #3a3a3a;
    border: 3px solid #ccc;
}
.overview_contants ul li .subList_Text {
    padding: 0;
    margin: 5px 0 10px;
    position: relative;
}
.overview_contants ul li .subList_Text li:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 9px;
    width: 6px;
    height: 6px;
    border-radius: 10px;
    background-color: #000000;
    border: 0;
}
.key_challenges {
    background: url(../images/key_challenges_bgimg.jpg) right top no-repeat;
    background-size: cover;
    padding: 50px 30px;
	margin-top: 40px;
    z-index: 1;
    position: relative;
}
.key_challenges h3 {
    font-weight: 800;
    font-size: 28px;
    font-family: Montserrat;
    color: #ffffff;
	margin-bottom: 30px;
}
.key_challenges p{
	color: #ffffff;
	font-size: 15px;
	position: relative;
    padding-left: 20px;
}
.key_challenges p:before {
    position: absolute;
    content: "";
    top: 9px;
    left: 0;
    background: #ffffff;
    width: 6px;
    height: 6px;
    border-radius: 10px;
}
.key_challenges .button_Talk {
    margin-top: 70px;
    display: flex;
	justify-content: center;
}
.key_challenges .button_Talk a {
    border: solid 1px #ffffff;
    padding: 8px 20px;
    font-size: 15px;
	color: #fff;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
}
.key_challenges .button_Talk a:hover {
    background: #ffffff;
    color: #000;
}
.key_features p {
    font-size: 15px;
    text-align: justify;
	margin: 0;
}
span.light_b {
    color: #0693e3;
    font-weight: bold;
}
.cs_icon img {
    margin-right: 40px;
}
.cs_icon {
	margin-top: 60px;
    margin-bottom: 30px;
}
.key_features h4 {
    font-size: 18px;
    font-weight: 800;
    color: #000000;
    margin-bottom: 0;
    font-family: Montserrat;
}
.key_challenges span {
    color: #ffffff;
    font-size: 15px;
    position: relative;
    margin-left: 40px;
}
.key_challenges p span:before {
    position: absolute;
    content: "";
    top: 9px;
    left: -17px;
    background: #ffffff;
    width: 11px;
    height: 3px;
}
.key_chlngs_ai h6 {
    color: #fff;
    font-weight: 600;
}
.key_chlngs_ai ul li {
    color: #fff;
}
ul.users_categories li {
    list-style: none;
    padding-left: 20px;
    font-size: 15px;
    font-weight: bold;
    color: #3a3a3a;
    margin-bottom: 4px;
    position: relative;
    font-family: Montserrat;
}
ul.users_categories li:before {
    position: absolute;
    content: "";
    top: 9px;
    left: 0;
    background: #000000;
    width: 6px;
    height: 6px;
    border-radius: 10px;
}
.c_benefits h2 {
    color: #ffffff;
}
.c_benefits p {
    color: #ffffff;
	font-size:15px;
	text-align:justify;
	margin:0px;
	
}
.bms_lightb p {
	color: #0693e3;
	font-weight: 600;
}
.bms_lightb p {
	color: #0693e3;
	font-weight: 600;
	position: relative;
	padding-left: 20px;
	font-size: 15px;
	margin-bottom: 6px;
}
.bullet {
	position: relative;
	padding-left: 20px;
}
.bms_lightb p:after, .bullet:after {
	position: absolute;
	content: "";
	top: 9px;
	left: 0;
	width: 6px;
	height: 6px;
	border-radius: 10px;
	background: #000000;
}
.bms_lightb ul {
	padding-left: 0;
}
.bms_lightb ul li {
	padding-left: 40px;
	position: relative;
	list-style: none;
	font-size: 15px;
}
.bms_lightb ul li:after {
	position: absolute;
	content: "";
	top: 9px;
	left: 20px;
	width: 6px;
	height: 6px;
	border-radius: 10px;
	background: #000000;
}
.how_it_work p {
	font-size: 15px;
}
.how_it_work div img {
    border: 5px solid #fff;
}
.kfos_Proposed {
    text-align: center;
    margin-top: 44px;
}
.kfos_Proposed h4 {
    margin-top: 15px;
    margin-bottom: 10px;
    text-align: center;
}
.kfos_Proposed p {
    text-align: center;
    font-size: 15px;
}

.iot-key .kfos_Proposed {
	height:80px;
	margin-top:40px;
}
.iot-key .kfos_Proposed img {
    max-height: 80px;
    margin-right: 50px;
	position:absolute;
}
.iot-key .kfos_Proposed {
    display: flex;
    align-items: center;
}
.iot-key .kfos_Proposed h4 {
    text-align: left;
	margin: 0 0 0 120px;
}
.iot-key .kfos_Proposed + p{
	margin-top:30px; 
	width:90%;
}
.key_chlngs_ai h6{
	color: #fff;
	font-weight: 600;
}
.key_chlngs_ai ul {
    padding-left: 20px;
}
.key_chlngs_ai ul li {
    color: #fff;
}

/*  form */
.pry_statement input {
    vertical-align: middle;
    margin-right: 5px;
    margin-top: 2px;
    width: 48px;
    height: 20px;
}
.pry_statement span {
    font-size: 14px;
    font-weight: 600;
    font-family: Montserrat;
    color: #000000;
}
.modal-content.modal-content-bodyform {
    background: hsl(0, 0%, 100%);
    padding: 25px 40px;
    border: 1px solid #676767;
}
.contact-form .form-group .btn-outline {
    background: transparent !important;
    border-radius: 0;
    padding: 7px 40px;
    box-shadow: none;
    border: 1px solid #3a3a3a;
    color: #3a3a3a;
    float: left;
    font-weight: bold;
    font-family: Montserrat;
    font-size: 15px;
}
.contact-form .form-group .btn-outline:hover {
    background: #00b2ff;
    color: #fff;
    border-color: #00b2ff;
}

form.contact-form .modal-body button#submit_button {
    background: transparent !important;
    border-radius: 0;
    padding: 7px 40px;
    box-shadow: none;
    border: 1px solid #3a3a3a;
    color: #3a3a3a;
    float: left;
    font-weight: bold;
    font-family: Montserrat;
    font-size: 15px;
}
form.contact-form .modal-body button#submit_button:hover {
    background: #00b2ff !important;
    color: #fff;
    border-color: #00b2ff;
}
/*  form */

/* Start insights_blog_services */
.insights_blog_services:after {
    content: "";
    display: table;
    clear: both;
}
.insights_blog_services {
    /* overflow: hidden; */
    margin-top: 30px;
}
.insights_blog_services .insights_box {
	position: relative;
    float: left;
    width: 33.3%;
}
.insights_blog_services .insights_box picture img {
    width: 100%;
}
.insights_blog_services .insights_box:after {
    background: url(../images/gradientbg-img.png);
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 0;
	background-size: cover;
}
.insights_blog_services .insights_box .insights_contant {
    position: absolute;
    bottom: 20px;
    color: #fff;
    left: 20px;
    right: 20px;
	z-index: 1;
}
.insights_blog_services .insights_box .insights_contant h4 {
    font-size: 16px;
    font-weight: 800;
    font-family: Montserrat;
    color: #ffffff;
    margin-bottom: 2px;
    min-height: 42px;
}
.insights_blog_services .insights_box .insights_contant span.card_date {
    margin-bottom: 10px;
    display: block;
    font-size: 14px;
}
.insights_blog_services .insights_contant a.know_more {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
	text-decoration: none;
	float: left;
}
.know_more .c_arrow {
    margin-left: 4px;
	transition: all 0.5s;
}
.know_more:hover img.c_arrow {
    margin-left: 8px;
}
.insights_blog_services .blog_tage {
    position: absolute;
    top: 6px;
    left: 0;
	z-index: 1;
	background: -moz-linear-gradient(left,  rgba(0,0,0,0.55) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0.55) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(0,0,0,0.55) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}
.insights_blog_services .blog_tage span {
    text-transform: capitalize;
    font-weight: bold;
    font-family: Montserrat;
    color: #8ccfee;
    padding: 3px 30px 3px 15px;
    font-size: 13px;
    display: block;
}
.right-post-blk a.know_more.mobile-view {
	display:none;
}
/*====== duble_blog ======*/
.insights_blog_services .duble_blog .insights_box {
    overflow: hidden;
}
/*====== single-post-blk ======*/
.single-post-blk {
    align-items: center;
    background: #fff;
    box-shadow: 0 0 9px 2px #dfdfdf;
    padding: 15px 24px;
}
.single-post-blk .row {
    align-items: center;
}
.single-post-blk .card_date {
    color: #888;
    font-size: 15px;
    font-weight: 800;
    font-family: Montserrat;
}
.single-post-blk h2 {
    font-size: 16px;
    font-weight: 800;
    font-family: Montserrat;
    min-height: 42px;
    border-bottom: 1px solid #c9c9c9;
    border-top: 1px solid #c9c9c9;
    margin-bottom: 30px;
    padding-bottom: 30px;
    padding-top: 30px;
    margin-top: 30px;
}
.single-post-blk .know_more {
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    color: #000;
}
.right-post-blk {
    text-align: right;
    padding-left: 20px;
}
.right-post-blk a.know_more.mobile-view {
    display: none;
}
.right-post-blk img {
    width: 100%;
}
.right-post-blk .blog_tage {
    left: 45px;
}
.right-post-blk a.know_more.mobile-view {
    display: none;
}

.offerings_blk {
    position: relative;
}
.offerings_blk:after {
    position: absolute;
    content: "";
    width: 0;
    left: 12%;
    top: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 18px solid #f7f7f7;
    z-index: 9;
}
.offerings_blk img.offering_img {
    min-height: 130px;
}
.offerings {
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.offerings p {
    float: left;
    margin: 0;
    width: 80%;
    color: #ffffff;
    font-weight: 800;
    font-family: Montserrat;
    font-size: 24px;
}
.subscribe_btn {
    float: left;
    width: 20%;
    text-align: right;
}
.subscribe_btn a {
    color: #fff;
    border: 1px solid #ffffff;
    padding: 8px 15px;
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    font-family: Montserrat;
}

/*=========== NMS ================*/
section.nms_requirements {
    padding: 60px 0;
}
.nms_key_features h4 {
    font-size: 14px;
}
.nms_key_features .cs_icon h4 {
    font-size: 26px;
}
.nms_requirements .key_challenges p {
    text-align: justify;
}
.nmsh_light_b{
	color: #0693e3;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 12px;
    margin-top: 25px;
}
.nms_key_features_text {
    padding-left: 30px;
}
.nms_key_features_text p {
    position: relative;
}
.nms_key_features_text p:before {
    position: absolute;
    content: "";
    top: 8px;
    left: -15px;
    background: #3a3a3a;
    width: 8px;
    height: 8px;
    border-radius: 10px;
    border: 2px solid #cacaca;
}
.nms_key_features .cs_icon img {
    width: 80px;
}
.modal-content.cloudnms_form {
    margin-top: 25px;
    box-shadow: 0px 0px 24px 0px #dcdcdc;
    padding: 10px;
}
.modal-content.cloudnms_form h3 {
    background: #ccc;
    font-size: 15px;
    min-height: 50px;
    align-items: center;
    display: flex;
    justify-content: center;
    font-weight: 700;
    margin-bottom: 20px;
	text-align: center;
}
.modal-body.cnms_form {
    padding-bottom: 40px;
}
.nms_requirements .key_challenges p {
    color: #000000;
}
.nms_requirements .key_challenges h3 {
    color: #000000;
}
.nms_requirements .key_challenges {
    background: transparent;
    padding: 0;
}
.nms_requirements .key_challenges p:before {
    top: 7px;
    background: #505050;
    width: 9px;
    height: 9px;
    border: 2px solid #ccc;
}
.sp_by_vvdn .floating-label label{
	 font-size: 15px;
}
.sp_by_vvdn label.form-control-placeholder {
    font-size: 15px;
}
.sp_by_vvdn .form-control {
	 font-size: 14px;
}
.sp_by_vvdn .floating-input, .floating-select {
    font-size: 14px;
}
.nms_requirements .sp_by_vvdn {
    padding-left: 30px;
}
.abou_fast_bg {
    overflow: hidden;
    padding: 15px 0;
    background: rgb(22,98,228);
    background: -moz-linear-gradient(left, rgba(22,98,228,1) 0%, rgba(3,167,251,1) 100%);
    background: -webkit-linear-gradient(left, rgba(22,98,228,1) 0%,rgba(3,167,251,1) 100%);
    background: linear-gradient(to right, rgba(22,98,228,1) 0%,rgba(3,167,251,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1662e4', endColorstr='#03a7fb',GradientType=1 );
}
.abou_fast_bg h3 {
    font-weight: 800;
    font-size: 15px;
    color: #ffffff;
    margin: 0;
}
.btn_subscribe .btn a {
    padding: 9px 11px;
}
.abou_fast_bg .row {
    align-items: center;
} 
/*=========== NMS ================*/

.text-overlay {
    position: absolute;
    background: rgba(0,0,0,0.7);
    padding: 25px;
    bottom: 40px;
    width: 530px;
    color: #FFFFFF;
    text-align: left;
	cursor: pointer;
    pointer-events: none;
}
.img_overlay {
	width: 98%;
    position: relative;
    float: left;
	overflow: hidden;
}
.img_overlay>a {
    display: block;
}
.img_overlay2 {
    width: 98%;
    position: relative;
    float: right;
	overflow: hidden;
}
.img_overlay img, 
.img_overlay2 img {
    transition: all 0.4s;
}
.img_overlay .text-overlay a, 
.img_overlay2 .text-overlay a {
    color: #ffffff;
	text-decoration: none;
	display: block;
}
.img_overlay .text-overlay a:nth-child(1) {
    margin-bottom: 20px;
}
.white-text{
    color: #fff;
}
.text-overlay a p {
    font-size: 20px;
    font-weight: 800;
	min-height: 60px;
}

/*=========== Index.php ================*/
.sp_by_vvdn.spbg_after {
    position: relative;
    padding-top: 0;
}
.sp_by_vvdn.spbg_after:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 24%;
    background: #f5f8f9;
    z-index: 0;
}
.all_tabs {
    overflow: hidden;
    padding-left: 20px;
}
.all_tabs .tab_box_btn {
    float: left;
    width: auto;
    margin-bottom: 10px;
    margin-right: 15px;
    position: relative;
    cursor: pointer;
}
.all_tabs .tab_box_btn a.select_btn {
    padding: 9px 5px;
    position: relative;
    transition: all 0.5s;
    display: inline-block;
    text-decoration: none;
    box-shadow: 0px 2px 4px 0px #c5c5c5 !important;
    background: #fff;
    font-size: 15px;
    color: #00b2ff;
    font-weight: 700;
    font-family: Montserrat;
    min-width: 190px;
    text-align: center;
}
.all_tabs .tab_box_btn a.select_btn:hover {
    background: #00b2ff;
    color: #fff;
    box-shadow: 0px 6px 8px -5px #6c92ff !important;
}
.all_tabs .tab_box_btn span.cross_btn {
    position: absolute;
    top: 2px;
    width: 12px;
    right: 4px;
    color: #fff;
    line-height: 12px;
    display: none;
}
.all_tabs .tab_box_btn span.cross_btn a {
    color: #ffffff;
    text-decoration: none;
}
.clear_selection_btn {
    float: right;
    margin-top: 15px;
}
.clear_selection_btn a {
    text-decoration: underline;
    color: #3a3a3a;
    font-weight: 600;
}
.text-overlay a:hover img {
    margin-left: 8px;
}
.img_overlay2:hover .text-overlay a img, .img_overlay:hover .text-overlay a img {
    margin-left: 10px;
}
.text-overlay a img {
    margin-left: 3px;
    transition: all 0.5s;
}
.text-overlay a {
    cursor: pointer;
}
.keyPoint{
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color:#FFFFFF;
}
.keyPoint li{
    margin-bottom: 15px;
}
.highlight-point{
    margin: 15px 0px 0px 0px;
    padding: 0px 0px 0px 20px;
}
.capital-text{
    text-transform: uppercase;
    font-size: 19px !important;
}
.key-list{
    padding: 0px 0px 0px 20px;
}
.blog_tage {
    position: absolute;
    top: 9px;
    left: 2px;
    z-index: 1;
    min-width: 70px;
    background: -moz-linear-gradient(left, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.55) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0.55) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 );
}
.blog_tage span {
    /*text-transform: uppercase;*/
    font-weight: bold;
    font-family: Montserrat;
    color: #fff;
    padding: 3px 30px 3px 15px;
    font-size: 13px;
    display: block;
}
/*=========== Index.php ================*/
/*=========== landing page ================*/
.key_chlngs_faced li, .key_chlngs_faced p {
    font-size: 15px;
    padding-left: 40px;
    position: relative;
    margin-bottom: 4px;
}
.key_chlngs_faced li:before, .key_chlngs_faced p:before {
    position: absolute;
    content: "";
    left: 20px;
    top: 6px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #000;
    border: 2px solid #ccc;
}
ul.key_chlngs_faced {
    padding: 0;
    margin-top: 12px;
}
ul.key_chlngs_faced li {
    list-style: none;
}
.case_study_rm_btn {
    position: relative;
    top: -90px;
    margin-bottom: -39px;
}
.case_study_rm_btn .rm_btn {
    position: absolute;
    top: 69%;
    left: 0;
    right: 0;
    z-index: 1;
    text-align: center;
    cursor: pointer;
}
.case_study_rm_btn .rm_btn a {
    font-size: 15px;
    font-weight: 900;
    text-decoration: underline;
}
.case_study_rm_btn>img {
    height: 130px;
    width: 100%;
}
/*=========== landing page ================*/

@media (min-width: 1600px){
	.container {
		max-width: 1500px;
		margin: 0 auto;
	}
}

@media (min-width: 992px){
	.insights_blog_services .duble_blog .insights_box {
		height: 320px;
		overflow: hidden;
	}
}
@media(max-width:1599px) {
	.heading_commons {
		font-size: 32px;
	}
	.banner_blk .banner_contant p {
		font-size: 18px;
		line-height: normal;
	}
	.key_challenges h3 {
		font-size: 24px;
	}
	.nms_key_features .cs_icon h4 {
		font-size: 21px;
	}
	.text-overlay {
		width: 450px;
	}
	.text-overlay a p {
		font-size: 18px;
		min-height: 54px;
	}
}

@media(max-width:1199px) {
	.text-overlay {
		width: 400px;
	}
}
@media(max-width:991px) {
	.heading_commons {
		font-size: 24px;
	}
	.banner_blk .banner_contant p {
		font-size: 16px;
		line-height: normal;
	}
	.key_challenges h3 {
		font-size: 20px;
	}
	.offerings p {
		font-size: 18px;
		display: flex;
		align-items: center;
	}
	.nms_requirements .sp_by_vvdn {
		padding-left: 0px;
	}
	.vvdn_nms_icn {
		display: none;
	}
}

@media(max-width:767px) {
	.heading_commons {
		font-size: 22px;
	}
	.key_challenges {
		padding: 40px 15px;

	}
	.cs_icon img {
		margin-right: 30px;
		max-width: 80px;
	}
	.modal-content.modal-content-bodyform {
		padding: 20px 20px;
	}
	.single-post-blk {
		padding: 15px 15px;
	}
	.single-post-blk .right-post-blk {
		padding-left: 0px;
	}
	.single-post-blk a.know_more.desktop-view {
		display: none;
	}
	.right-post-blk a.know_more.mobile-view {
		display: block;
		float: left;
		margin-top: 20px;
	}
	.right-post-blk a.know_more.mobile-view img.c_arrow {
		width: auto;
	}
	.right-post-blk .blog_tage {
		left: 15px;
	}
	.nms_key_features .cs_icon img {
		width: 70px;
	}
	.nms_key_features .cs_icon h4 {
		font-size: 18px;
	}
	.how_it_work p {
		text-align: justify;
	}
	.img_overlay, .img_overlay2 {
		width: 100%;
	}
	.text-overlay {
		width: 280px;
		padding: 20px 20px 20px 20px;
		bottom: 20px;
		min-height: 130px;
	}
	.text-overlay a p {
		font-size: 18px;
	}
}

@media(max-width:575px) {
	.banner_blk .banner_contant.cold_storage_tm {
		top: 38%;
	}
	.banner_blk .banner_contant {
		top: 20%;
		transform: inherit;
	}
	.banner_blk .banner_contant.mobileTop {
		top: 15%;
		transform: inherit;
	}
}

@media(max-width:499px) {
	.offerings p {
		font-size: 14px;
		width: 100%;
	}
	.offerings p img {
		width: 30px;
	}
	.subscribe_btn {
		width: 100%;
		text-align: left;
		margin-top: 10px;
		margin-left: 42px;
	}
	.cs_icon img {
		max-width: 64px;
	}
}

@media(max-width:360px) {
	div#case_study_captcha {
		transform: scale(.95);
		margin-left: -5px;
	}
	.subscribe_btn {
		margin-left: 34px;
	}
}
@media(max-width:320px) {
	div#case_study_captcha {
		transform: scale(.85);
		margin-left: -25px;
	}
	.banner_blk .banner_contant.cold_storage_tm {
		top: 42%;
	}
}

