* {
    margin: 0px;
    padding: 0px;
    outline: none;
}
body {
	font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    color: #3a3a3a;
    overflow-x: hidden;
    padding-top: 60px;
	background: #f7f7f7;
	
}

img {max-width: 100%;}
*:focus {outline: none;}
button:focus {outline: none;}
ul {padding: 0; margin: 0;}
figure img {width: 100%;}

nav.c-bread {
    position: absolute;
    top: 90px;
    z-index: 9;
}
body.modal-open {
    padding-right: 0px !important;
}
.mt-50{
	margin-top: 50px;
}
.d_none {display:none;}


.rmore a {
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 4px 20px;
    display: inline-block;
    text-decoration: none;
    font-size: 15px;
    transition: all 0.5s;
    text-transform: capitalize;
}
.rmore a:hover {
    background: #fff;
    color: #000 !important;
}

.white_bg {
    padding: 60px 0;
	background:#ffffff;
}
.gray_bg {
    padding: 60px 0;
	background:#f7f7f7;
}

.banner_bg_Blk {
    position: relative;
    height: 666px;
	background: rgb(60,191,252); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(60,191,252,1) 0%, rgba(15,124,237,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(60,191,252,1) 0%,rgba(15,124,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(60,191,252,1) 0%,rgba(15,124,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3cbffc', endColorstr='#0f7ced',GradientType=1 ); /* IE6-9 */
}
.banner_web_img {
    position: absolute;
    right: 0;
    top: 50%;
    bottom: 0;
    transform: translate(-40px, -50%);
    height: 100%;
    display: flex;
    align-items: center;
}
.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;
}
.heading_commons span{
	font-weight:400;
}
.heading_commons small{
	font-weight:800;
}
.text_common {
	color: #3a3a3a;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    margin: 0;
}

section.banner_blk {
    position: relative;
}
section.banner_blk .banner_contant {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0px, -50%);
}
section.banner_blk .banner_contant .heading_commons:after {
    background: #fff;
}
section.banner_blk .banner_contant .heading_commons {
    color: #ffffff;
}
section.banner_blk .banner_contant p{
	font-size: 18px;
    font-weight: 800;
    font-family: Montserrat;
    color: #ffffff;
    margin-bottom: 0px;
    line-height: 30px;
    text-transform: uppercase;
}

.target_appliction_service {
    position: relative;
    overflow: hidden;
	background:#000000;
}
.target_appliction_service img {
    transition: all 0.4s;
}
.target_appliction_service img:hover {
    transform: scale(1.1);
}
.target_appliction_service h4 {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
	pointer-events: none;
}
.target_appliction_blk .target_appliction_service h4{
	text-transform:uppercase;
}

.our_expertise {
    padding: 20px;
    position: relative;
    min-height: 178px;
    text-align: center;
}
.our_expertise h3 {
    font-size: 16px;
    font-weight: 800;
    font-family: Montserrat;
    margin: 20px 0 0;
}

.we_work .row .col-md-4:nth-child(1) .our_expertise:before, .we_work .row .col-md-4:nth-child(2) .our_expertise:before, .we_work .row .col-md-4:nth-child(3) .our_expertise:before{
    position: absolute;
    content: "";
    right: 0;
    left: 0;
    bottom: 0;
    background: #d1d1d1;
    width: 100%;
    height: 1px;
}
.our_expertise:after {
    position: absolute;
    content: "";
    right: -15px;
    top: 10px;
    bottom: 0;
    background: #d1d1d1;
    width: 1px;
    height: 85%;
}
.no-border.our_expertise:after {
	background:transparent;
}



.insights_blog_services:after {
    content: "";
    display: table;
    clear: both;
}
.insights_blog_services {
    margin-top: 30px;
}
.insights_blog_services .insights_box {
    position: relative;
    float: left;
    width: 33.3%;
}
.insights_blog_services .duble_blog .insights_box {
    overflow: hidden;
}
.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 .single_blog  {
    align-items: center;
    margin-top: 20px;
    background: #ffffff;
}
.insights_blog_services .single_blog .insights_contant h4 {
    font-size: 16px;
    font-weight: 800;
    font-family: Montserrat;
    color: #000000;
    line-height: 24px;
    margin-bottom: 0;
    min-height: 130px;
    align-items: center;
    display: flex;
    margin: 20px 0;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
.insights_blog_services .single_blog .insights_contant span.card_date {
   margin-bottom: 10px;
    display: block;
    font-size: 14px;
    font-weight: bold;
    font-family: Montserrat;
    color: rgba(0, 0, 0, 0.62);
}
.insights_blog_services .single_blog .insights_contant a.know_more {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
     font-weight: bold;
    font-family: Montserrat;
}
.insights_blog_services .single_blog .insights_img {
    border: 6px solid #ececec;
}
.insights_blog_services .single_blog .insights_img img {
    width: 100%;
}
.insights_blog_services .single_blog .insights_img .blog_tage {
    left: 21px;
    top: 15px;
}
.insights_blog_services .insights_box .insights_contant h4 {
    font-size: 16px;
    font-weight: 800;
    font-family: Montserrat;
    color: #ffffff;
    margin-bottom: 5px;
    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;
}
.know_more .c_arrow {
    margin-left: 5px;
    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: uppercase;
    font-weight: bold;
    font-family: Montserrat;
    color: #fff;
    padding: 3px 30px 3px 15px;
    font-size: 13px;
    display: block;
}

/*===== single-post-blk =====*/

.single-post-blk {
    align-items: center;
    background: #ffffff;
    box-shadow: 0 0 10px 1px #efefef;
    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;
}
.know_more .c_arrow {
    margin-left: 5px;
    transition: all 0.5s;
    margin-top: -3px;
}
.right-post-blk {
    padding-left: 20px;
    text-align: right;
}
.right-post-blk img {
    width: 100%;
}
.right-post-blk a.know_more.mobile-view {
    display: none;
}

/*================ Start Responsive =================*/

@media (min-width: 992px){
	.insights_blog_services .duble_blog .insights_box {
		height: 320px;
		overflow: hidden;
	}
}

@media (min-width: 1600px){
	.custom_container, .container {
		max-width: 1500px;
		margin: 0 auto;
	}
	.overview_contant p {
		font-size: 20px;
		margin-top: 30px;
	}
}

@media (max-width: 1599px) {
	.heading_commons {
		font-size: 34px;
	}
}

@media (max-width: 1200px) {
	.heading_commons {
		font-size: 28px;
	}
}

@media (min-width:768px) and (max-width:991px){

    .insights_blog_services .insights_box .insights_contant {
        left: 14px;
        right: 14px;
    }
    .insights_blog_services .insights_box .insights_contant.insights_ip_tracker h4 {
        font-size: 15px;
        margin-bottom: 6px;
    }
}

@media (max-width: 991px) {
	.insights_blog_services .insights_box {
        width: 50%;
    }
	.offerings p {
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	.heading_commons {
		font-size: 22px;
	}
	.insights_blog_services .insights_box {
        width: 100%; 
        margin-bottom: 20px;
    }
	.no-border-ph.our_expertise:after {
		background:transparent;
	}
	.we_work .target_appliction_service {
		margin-top: 10px;
	}
	.single-post-blk a.know_more.desktop-view {
		display: none;
	}
	.know_more .c_arrow {
		margin-left: 4px;
		margin-top: -2px;
		transition: all 0.5s;
	}
	.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;
	}
	.offerings p img {
		max-width: 30px;
	}
}

@media (max-width: 575px) {
	.we_work  .row.mt-4{
		margin-top:0px !important;
	}
	.target_appliction_service img{
		width:100%;
	}
	.btn_subscribe {
		float: left;
		margin-left: 12%;
		margin-top: 6px	;
	}
}

@media (max-width: 499px) {
	.offerings p {
		font-size: 14px;
		width: 100%;
		line-height: normal;
	}
}

@media (max-width: 320px) {
	.offerings p {
		font-size: 12px;
	}
}