* {
    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;
}
a.read_more:hover {
    text-decoration: none;
}
a, a:hover {
    text-decoration: none;
}
.sup_text1 {
    top: -6px;
    position: relative;
    font-size: 14px;
    font-weight: 500;
	display: inline-block;
}
img {max-width: 100%;}
*:focus {outline: none;}
button:focus {outline: none;}
ul {padding: 0; margin: 0;}
figure img {width: 100%;}
body.modal-open {
    padding-right: 0px !important;
}


.white_bg {
    padding: 60px 0;
	background:#ffffff;
}
.gray_bg {
    padding: 60px 0;
	background:#f7f7f7;
}
.insights_box{

    position:relative;

    overflow:hidden;

    border-radius:16px;
}

.insights_box picture{

    display:block;

    position:relative;
}

.insights_box picture::after{

    content:"";

    position:absolute;

    inset:0;

    background:
        linear-gradient(
            to top,
            rgba(0,0,0,.75) 0%,
            rgba(0,0,0,.35) 45%,
            rgba(0,0,0,.15) 100%
        );

    z-index:1;

    transition:.4s ease;
}

.insights_box img{

    width:100%;

    height:100%;

    object-fit:cover;

    display:block;

    transition:
        transform .6s ease,
        filter .4s ease;

    filter:
        brightness(.75)
        contrast(1.05);
}

/* content */
.insights_contant{

    position:absolute;

    left:25px;

    bottom:25px;

    z-index:2;

    color:#fff;
}

.insights_contant h4{

    margin:0;

    color:#fff;

    font-size:28px;

    line-height:1.3;

    text-shadow:
        0 2px 10px rgba(0,0,0,.55);
}

/* hover effect */
.insights_box:hover img{

    transform:scale(1.06);

    filter:
        brightness(.65)
        blur(1px);
}

.insights_box:hover picture::after{

    background:
        linear-gradient(
            to top,
            rgba(0,0,0,.82) 0%,
            rgba(0,0,0,.45) 45%,
            rgba(0,0,0,.2) 100%
        );
}
.feature_list li.extra_item{
    display:none;
}

.see_more_btn{

    display:inline-block;

    margin-top:10px;

    color:#007bff;

    cursor:pointer;

    font-weight:600;

    text-decoration:none;
}
.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;
}
.text_common {
	color: #3a3a3a;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    margin: 0;
}
.banner_blk {
    position: relative;
}
.banner_blk .banner_contant {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0px, -50%);
}
.banner_blk .banner_contant .heading_commons:after {
    background: #fff;
}
.banner_blk .banner_contant .heading_commons {
    color: #ffffff;
}

.banner_blk .banner_contant p{
	font-size: 22px;
    font-weight: 800;
    font-family: Montserrat;
    color: #ffffff;
    margin-bottom: 0px;
    line-height: 30px;
    text-transform: uppercase;
}

span.oems {
    text-transform: capitalize;
}
.banner_blk .banner_contant .heading_commons span{
    text-transform: lowercase;
}

/*======= Start robotics page css =======*/
.robotics_capabilities_core {
    gap: 40px 0px;
    margin-top: 40px;
}

.robotics_oc_icon {
    background-color: #fff;
    width: 72px;
    height: 72px;
    align-content: center;
    text-align: center;
    border-radius: 50px;
    margin-bottom: 20px;
}
.robotics_capabilities_List h3 {
	font-size: 20px;
    font-weight: 700;
    font-family: Montserrat;
    color: #000000;
    margin-bottom: 15px;
}
.robotics_capabilities_List ul li {
    font-size: 16px;
    font-weight: 400;
    font-family: Montserrat;
    color: #000000;
    position: relative;
    display: block;
    list-style: none;
    padding-left: 15px;
    line-height: 1.8;
}
.robotics_capabilities_List ul li:before {
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    background: #747474;
    border-radius: 20px;
    border: 2px solid #ccc;
    top: 10px;
    left: 0;
}
.robotics_capabilities_List ul li ul li:before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 20px;
    border: 2px solid #9b8383;
    top: 10px;
    left: 0;
}

.afRD_Blog .heading_commons:after {
    margin: 0 auto;
    right: 0;
}
.rd_capabilities_List {
    position: relative;
}
.rd_capabilities_web {
    position: absolute;
    top: 46%;
    left: 0;
    right: 0;
    transform: translate(0%, -50%);
}
.rd_list_Btn {
    color: #fff;
    position: relative;
    top: -20px;
}
.rd_list_Btn a {
	background-color: #139de9;
    text-align: center;
    padding: 10px;
    border-radius: 50px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    font-family: Montserrat;
    display: block;
    cursor: pointer;
    text-transform: uppercase;
    width: 85%;
    margin: 0 auto;
}



.target_services {
    gap: 16px 0;
    margin-left: -8px;
    margin-right: -8px;
	margin-top: 40px;
}
.target_services .col-md-6 {
    padding-left: 8px;
    padding-right: 8px;
}
.insights_box {
    position: relative;
    overflow: hidden;
}
.insights_box picture img {
    width: 100%;
    transition: all .5s ease;
    transition-duration: 2s;
}
.insights_box:hover picture img {
    transform: translateY(0%) scale(1.1);
}
.insights_box .insights_contant {
    position: absolute;
    bottom: 12px;
    text-align: center;
    color: #fff;
    left: 20px;
    right: 20px;
    z-index: 1;
    vertical-align: top;
    min-height: 54px;
}
.insights_box .insights_contant h4 {
    font-size: 22px;
    font-weight: 700;
    font-family: Montserrat;
    color: #ffffff;
    margin-bottom: 0px;
}
/*======= End robotics page css =======*/


/*================ Start Responsive =================*/

@media (min-width: 1600px) {
    .custom_container, .container {
        max-width: 1500px;
        margin: 0 auto;
    }
}

@media (max-width: 1599px){
	.heading_commons {
		font-size: 34px;
	}
	.banner_blk .banner_contant p{
		font-size: 18px;
		line-height: inherit;
	}
	
	
	.robotics_capabilities_List h3 {
		font-size: 18px;
	}
	.robotics_capabilities_List ul li {
		font-size: 15px;
	}
	.rd_list_Btn a {
		font-size: 17px;
		width: 96%;
	}
	.insights_box .insights_contant h4 {
		font-size: 18px;
	}
}

@media (max-width:1280px){
	.heading_commons {
		font-size: 30px;
	}
}

@media (max-width:1199px){
	.heading_commons {
		font-size: 28px;
	}
	.rd_list_Btn a {
        font-size: 16px;
        width: 100%;
    }
}

@media (max-width: 991px) {
	.heading_commons {
		font-size: 24px;
	}
	.banner_blk .banner_contant p {
		font-size: 16px;
		line-height: 24px;
	}
	.insights_box {
		max-height: 220px;
	}
}

@media (max-width: 767px) {
	body {
		padding-top: 65px;
	}
	.banner_bg_Blk {
		height: 660px;
	}
	.banner_blk .banner_contant {
		top: 16%;
		transform: translate(0px, 0%);
	}
}
 
@media (max-width: 575px) {
	.insights_box {
		max-height: 320px;
	}
}

@media (max-width: 480px) {
	.insights_box {
		max-height: 240px;
	}
}
@media (max-width: 375px) {
    .banner_blk .banner_contant p {
        font-size: 15px;
        line-height: 22px;
    }
}

@media (max-width: 320px) {
	.heading_commons {
		font-size: 21px;
	}
    .banner_blk .banner_contant p {
        font-size: 14px;
        line-height: 20px;
    }
	
}
