.img_boxshw{
	position: relative;
}
.img_boxshw img{
 		width:100%;
	}

.colm_detail h4 {
    font-size: 40px;
    color: #000;
    line-height: 1.3;
    font-weight: normal !important;
}

.colm_detail h3{
    color: #000;
    font-size: 26px;
    line-height: 1.5;
    font-weight: 400;
}

.colm_detail p{
    padding: 0;
    font-size: 20px;
    color: #000;
}

.btn_effect.round.redmore {
    background: #4553a4;
    color: #fff;
    display: inline-block;
}

.btn_effect.round {
    border-radius: 20px;
    font-size: 14px;
    padding: 5px 20px;
    border-color: transparent;
    background: #f0f0f0;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none !important;
    color: #000;
}

.btn_effect.round:hover, .btn_effect.round:focus {
    outline: none;
    background: #ffe7ea;
    color: #000;
    transition: 0.3s;
}	

.slef_align {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: star;
    align-self: flex-star;
}

.overalpbx{
  position: relative;
}
.color_column_nw {
    max-width: 85%;
    border-radius: 10px;
    min-height: 250px;
    padding: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    background: #fff;
    min-height: 440px;
    /* margin: 0 auto; */
    z-index: 5;
    box-shadow: 0 0 30px #ccc;
}

.overalpbx:before, 
.overalpbx:after {
    position: absolute;
    content: '';
    top: -43px;
    right: 24px;
  	 width: 90%;
    height: 90%;
    display: block;
    z-index: 1;
    border-radius: 5px;
}

.overalpbx:after {
    background-color: #f7f8f9 !important;
    top: -37px;
    right: 30px;
    width: 87%;
    height: 87%;
}
.overalpbx:before {
    background: linear-gradient(45deg, #0097b1, #6dd062);
    background:-webkit-linear-gradient(45deg, #0097b1, #6dd062);
    background:-moz-linear-gradient(45deg, #0097b1, #6dd062);
    background:-o-linear-gradient(45deg, #0097b1, #6dd062);
    background:-ms-linear-gradient(45deg, #0097b1, #6dd062);

}

.overalpbx.col_effect:before {
    background: linear-gradient(303deg, #5adbe4, #004bad);
    background:-webkit-linear-gradient(303deg, #5adbe4, #004bad);
    background:-moz-linear-gradient(303deg, #5adbe4, #004bad);
    background:-o-linear-gradient(303deg, #5adbe4, #004bad);
    background:-ms-linear-gradient(303deg, #5adbe4, #004bad);

}


.overalpbx.col_effect1:before {
    background: linear-gradient(15deg, #526ffe, #fe66c4);
    background:-webkit-linear-gradient(15deg, #526ffe, #fe66c4);
    background:-moz-linear-gradient(15deg, #526ffe, #fe66c4);
    background:-o-linear-gradient(15deg, #526ffe, #fe66c4);
    background:-ms-linear-gradient(15deg, #526ffe, #fe66c4);

}



.overalpbx.col_effect .color_column_nw::after{
 background: #4bc2da;
}

.overalpbx.col_effect1 .color_column_nw::after {
    background: #a06ce4;
}

.color_column_nw::before {
    content: '';
    position: absolute;
    width: 120px;
    height: 210px;
    bottom: -13px;
    right: -83px;
    background-image: url(../images/grid_circle.png);
    /* background: red; */
}

.color_column_nw::after {
    content: '';
    position: absolute;
    width: 70px;
    height: 70px;
    top: -28px;
    right: -40px;
    background: #39b487;
    border-radius: 0px 0px 0px 80px;
}
.color_column_nw h2 {
    font-weight: 600;
    color: #0d1a62;
    font-size: 40px;
    line-height: 1.4;
}

.get-in-touch-container {
    background-image: url('../images/get-in-touch-bg.webp');
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.feature-get-in-touch-overlay {
    background-color:rgb(6 37 83 / 85%);
    min-height: 300px;
    display: flex;
    align-items: center;
    padding: 24px 24px;
}

h1.mega_header {
    color: rgba(255,255,255,0.9);
    font-size: 50px;
    text-align: center;
}

.back_img{
	background-image: url(../images/secure.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position:top left;
}

.img_boxshw.read_moread{
 position: relative;
}

.img_boxshw.read_moread a.btn_effect.round {
    position: absolute;
    left: 45%;
    bottom: 19%;
    transform:-ms-translate(-45%, -19%);
    transform:-moz-translate(-45%, -19%);
    transform:-webkit-translate(-45%, -19%);
    transform:translate(-45%, -19%);
}
.pulse {
  animation: pulse-animation 2s infinite;
}

.over_white {
    background-image: url(../images/dms_5.png);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
  
}


 @keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
} 


@media(min-width:993px) and (max-width:1150px){
.back_img {
    background-position: top left -100px;
}

}

@media(max-width:992px){

.back_img{
	background-size:cover;
 }
 section.bg-light.feature-section.back_img {
    position: relative;
}
section.bg-light.feature-section.back_img::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255,255,555,0.9);
    top: 0;
}

.colm_detail h4{
		font-size: 30px !important;
        line-height: 38px !important;
        font-weight: 600 !important;
    }

.colm_detail p{
		font-size: 18px !important;
        line-height: 38px !important;
        font-weight: 600 !important;
    }    
.color_column_nw h2 {
 font-size: 30px !important;
 line-height: 38px !important;;
}
.phn_top{
	margin-top:50px;

}
.mbt_50{
	margin-bottom:50px;
}

}