body {
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
   transition: all ease 1s;
}


ul,
ol{
    margin: 0;
	padding: 0;
}


strong {
	font-weight: 700;
}




p, ul li {
    font-size: 15px;
    font-weight: 400;
    line-height: 31px;
}

header,
footer,
main {
	display: block;
}

:focus {
	outline: 0;
}

button {
	outline: 0;
	border: none;
}

img {
	max-width: 100%;
	height: auto;
}

ul,
ol {
	list-style: none;
}



a {
	color: inherit;
	text-decoration: none;
   transition: all ease 1s;
}

a:hover {
	color: inherit ;
	text-decoration: none;
     transition: all ease 1s;
}
.span_color{
    font-weight: bold;
    color: #FF5E14;
}
.btn_common {
    background-color: #FF5E14;
    border-radius: 4px;
    padding: 10px 30px !important;
    color: #fff;
    transition: all ease 600ms;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
}
.clr_btn_white {
    background-color: #fff;
    color: #000000;
}
.btn_common:hover{
    background-color: #000;
    color: #fff !important;
    transition: all ease 600ms;
}
.padd-row{
    padding: 60px 0px;
}
.heading_sec {
    font-size: 18px;
    color: #040F28;
    font-weight: 600;
}
.heading_text {
    font-weight: bold;
    color: #040F28;
    font-size: 30px;
    line-height: 30px;
}.bt_text_sz{
    font-size: 20px;
}
/************header****************/

.header_top {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    padding: 10px 0px;
}
header.sticky .header_top {
    background-color: #151414;
}
.menu_list li a {
    color: #fff;
    font-size: 16px;
    padding: 20px;
}
.menu_list li .btn_common {
    padding: 10px 20px !important;
    margin-left: 10px;
}


ul.list-unstyled a{
    color: #000;
}
.dropdown-menu.megamenu {
    padding: 15px;
}
.dropdown-menu h6.title {
    font-size: 12px;
    font-weight: 700;
}
ul.list-unstyled li a {
    font-size: 12px;
    padding: 0px;
    font-weight: 300;
}
ul.list-unstyled li {
    line-height: 22px;
}
/*********banner*********/
.banner_home{
    position: relative;
}
.banner_home:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 65%);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.text-banner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
    left: 0;
    right: 0;
    max-width: 840px;
    width: 100%;
}
.text-banner h1 {
    font-weight: 500;
    font-size: 65px;
    color: #fff;
}
/****about****/
.about_section {
    overflow: hidden;
    position: relative;
    background-image: url(../image/Svg/about-background.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
.abt_white h4, .abt_white h2, .abt_white p{
    color: #fff;
}







/******services******/
.services_sec.padd-row {
    background-color: #040F28;
    background-image: url("../image/Svg/WHAT-WE-DO.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.heading_bgt {
    font-size: 30px;
    font-weight: bold;
    line-height: 46px;
}
.ser_sec {
    background-color: #fff;
    text-align: center;
    padding: 60px 40px;
}
.ser_sec h4 {
    font-size: 20px;
    font-weight: bold;
    margin: 25px 0px;
}
.ser_sec p {
    font-size: 12px;
    line-height: 27px;
}


.ser_sec {
    position: relative;
    background-image: url(../image/Svg/UIUX-Design-bg.svg);
    border-bottom: 7px solid #FF5E14;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0px 12px;
    cursor: pointer;
    height: 100%;
    transition: all ease 800ms;
}
.web-development {background-image: url(../image/Svg/Web-Development.svg);}
.CMS-Ecommerce {background-image: url(../image/Svg/CMS-Ecommerce-bg.svg);}
.Mobile-App-Development {background-image: url(../image/Svg/Mobile-App-Development-bg.svg);}
.Server-Security{background-image: url(../image/Svg/Server-Security-bg.svg);}

.ser_sec:hover {
    background-color: #000;
     transition: all ease 800ms;
}
.ser_sec:hover h4, .ser_sec:hover p{
    color: #fff;
     transition: all ease 800ms;
}
.arrow_btn a img {
    position: absolute;
    bottom: -38px;
    background-color: #fff;
    width: 80px;
    height: 80px;
    padding: 24px;
    border-radius: 80px;
    left: 0;
    right: 0;
    margin: auto;
}
.pulse {
  animation: pulse-animation 1s infinite;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgb(255 255 254 / 90%);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}
.services_sec{
    padding-bottom: 105px;
    

}

/*******project**********/

.project_sec {
    padding-right: 105px;
}
.our-project{
    background-image: url("../image/Svg/project-bg.svg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/********join-call********/
.join-with-us {
    background-color: #FF5E14;
    background-image: url("../image/Svg/join-with-bg.svg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.text_join h4, .text_join h2{
    color: #fff;
}
.bg-blue{
    background-color: #040F28;
}
.join_call a {
    font-size: 35px;
    color: #fff;
    margin-left: 22px;
}
/*************testimonials_sec************/

.testimonials_sec{
    background-image: url("../image/Svg/testimonial_bg.svg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.testimo_box p {
    font-size: 14px;
    font-style: italic;
    line-height: 26px;
    font-weight: 300;
}
.testimo_box img.me-2 {
    width: 16px;
}.testimo_box {
    background-color: #F8F8F8;
    padding: 34px;
    margin-right: 15px;
    position: relative;
}
.testi_text-box img {
    width: 72px !important;
    height: 35px;
    padding-left: 28px;
}
.owl-nav, .owl-dots{
    display: none;
}  
.testi_text-box h4 {
    color: #FF5E14;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 0px;
}
.testi_text-box p {
    font-size: 13px;
    font-style: italic;
}
.our-project .col-md-8 {
    padding-right: 45px;
}
.item {
    position: relative;
}
.item:hover .btn_hover{
     opacity: 1;
    transition: all ease 1s;
}
.btn_hover {
    position: absolute;
    top: 0;
    background-color: rgb(0 0 0 / 54%);
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all ease 1s;
}
.btn_hover a {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    /* text-align: center; */
    width: max-content;
    transform: translateY(-50%);
}

.footer_section .col-md-3:last-child .footer_menu ul:nth-child(1) li a img {
    width: 25px;
    padding: 5px;
}
.footer_section .col-md-3:last-child .footer_menu ul:nth-child(1) li:nth-child(2) a img {
    padding: 0px;
}
/*********blog***********/

.blog_sec{
    background-color: #040F28;
       background-image: url("../image/Svg/blog_bg.svg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
   transition: all ease 1s;
}
.blog_box {
    background-color: #061331;
   transition: all ease 1s;
}

.blog_img img {
    width: 100%;
    opacity: 0.7;
       transition: all ease 1s;

}
.blog_text {
    padding: 25px;
}
.blog_text h4 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    line-height: 26px;
    border-bottom: 1px solid #343C4D;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.blog_text p {
    font-size: 14px;
    line-height: 27px;
    color: #C3C3C3;
    border-bottom: 1px solid #343C4D;
    padding-bottom: 20px;
    margin-bottom: 20px;
    min-height: 100px;
}
.bxo_txt .date {
    color: #9C9C9C;
}
.btn_read_more a {
    color: #ff5e14;
}
.blog_img {
    position: relative;
    overflow: hidden;
  transition: all ease 1s;
}
.blog_img a {
    display: block;
   transition: all ease 1s;
}
.blog_img{
    transition: all ease 1s;
}
.blog_box:hover .blog_img img {
    transform: scale(1.1);
    transition: all ease 1s;
}
/**************/
.heading_text_25 {
    font-size: 25px;
    font-weight: 600;
    line-height: 35px;
}
.form-row input {
    border-radius: 4px;
    padding: 8px 26px;
    margin-bottom: 0px !important;
}
.form-row input::placeholder {
font-size: 16px;
    color: #232425;
}
.footer_text_box p {
    font-size: 14px;
    line-height: 25px;
    padding: 19px 0px;
}
/****footer*********/

.footer_text_box ul li a {
    background-color: #1D1E22;
    width: 36px;
    height: 36px;
    text-align: center;
    border-radius: 36px;
    margin-right: 11px;
    line-height: 33px;
        display: block;
}
.footer_text_box ul li a:hover {
    background-color: #FF5E14;
}
.footer_menu h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0px;
}
.footer_menu > img {
    margin: 18px 0px;
}
.footer_menu ul li img {
    margin-right: 11px;
}
.copyright p {
    background-color: #040F28;
    color: #fff;
    font-size: 14px;
    padding: 15px 0px;
}

/***********************/

.inner_page_header {
     background-color: #040F28;
    
}
.inner_page_header .header_top {
    position: relative;
}
header.inner_page_header.sticky {
    position: fixed;
    width: 100%;
    z-index: 9;
}
section.inner_banner{
    position: relative;
}
.banner_text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 50px;
    max-width: 400px;
}
section.center_text_service.padd-row{
    background-image: url("../image/Svg/sev_bg_frst.svg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.banner_text h2 {
    font-size: 50px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    border-left: 10px solid #fff;
    padding-left: 21px;
}
.serv_ctr_text h2 {
    color: #343C4D;
    font-size: 35px;
    font-weight: 600;
}
.serv_ctr_text p {
    font-size: 18px;
    line-height: 45px;
    padding: 0px 25px;
}
.srv_page .col-md-4 {
    margin-bottom: 65px;
}
.web_sec {
    background-color: #061331;
}
.web_box {
    padding: 35px 35px 56px;
    text-align: center;
}
.web_box h4 {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 15px;
}
.web_box p {
    color: #fff;
}
.web_page{
    padding-bottom: 60px;
}
.map_heading h2 {
    font-size: 35px;
    font-weight: 700;
}

/************/

.box_map{
    position: relative;
}
img.pulse-pls {
    border-radius: 100%;
}
 .pulse-pls {
  animation: pulse-animation-pls 1s infinite;
}

@keyframes pulse-animation-pls {
  0% {
    box-shadow: 0 0 0 0px rgb(0 0 0);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}
.box_text_notfi p {
    background-color: #1A1E5D;
    width: 195px;
    color: #fff;
    font-size: 14px;
    padding: 18px;
    line-height: 22px;
}
.link_point{
    position: relative;
}
.box_text_notfi {
    margin-bottom: 35px;
}
.box_text_notfi p {
    position: relative;
}
.box_text_notfi p:before {
    content: "";
    position: absolute;
  left: 0;
    bottom: -13px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #1A1E5D;
    display: block;
    width: 0;
}
.link_point {
    position: absolute;
}
.pos_1 {
    top: 150px;
    left: 271px;
}
.pos_2 {
    bottom: 200px;
    right: 0px;
}
.pos_3 {
    bottom: 120px;
    left: 660px;
}
.your_goal{
    background-color: #F9F9F9;
}
.heading_goal h2 {
    font-size: 35px;
    font-weight: 700;
    color: #1A1E5D;
}
.heading_goal h2 span {
    color: #FF5E14;
}
img.pulse.img_play {
    border-radius: 100%;
}
/***********About us********************/
.cm_bg {
    background-image: url(../image/Svg/sev_bg_frst.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.cybersecurity-content h2, .complete-content h2 {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 700;
}
.cybersecurity-content p {
    margin-bottom: 30px;
}
.cybersecurity-content ul li {
    display: inline-block;
    background-color: #ff5e14;
    padding: 10px;
    margin-bottom: 10px;
    width: 100%;
    font-weight: 600;
    position: relative;
    padding-left: 20px;
    z-index: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
    color: #fff;
}
.cybersecurity-content ul li::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, right bottom, from(#887e7a), to(#000000));
    background-image: linear-gradient(to bottom right, #887e7a, #000000);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: -1;
}

.cybersecurity-content ul li i {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 20px;
    font-weight: 600;
    color: #d80650;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.cybersecurity-content ul li:hover {
    color: #ffffff;
}
.cybersecurity-content ul li:hover::before {
    width: 100%;
    right: auto;
    left: 0;
}
.cybersecurity-content ul li:hover i {
    color: #ffffff;
}
.cybersecurity-img {
    background-image: url(../image/cybersecurity-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}
.complete-img {
    background-image: url(../image/complete-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}


.complete-content .single-security {
    position: relative;
    z-index: 1;
}

.single-security {
    background-color: #fff;
    padding: 28px;
    margin-bottom: 30px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.complete-content .single-security::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, right bottom, from(#993a0e), to(#ff5e14));
    background-image: linear-gradient(to bottom right, #993a0e, #ff5e14);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: -1;
}

.complete-content .single-security h3 {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.complete-area {
    background-color: #fbfbfb;
}
.single-security h3 {
    font-size: 20px;
    margin-bottom: 9px;
    font-weight: 600;
}

.complete-content .single-security p {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.single-security:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.approach-content h2 {
    margin-bottom: 10px;
    font-size: 40px;
    font-weight: 600;
}
.approach-content ul {
    margin-top: 30px;
}

.approach-content ul li {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
    box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
    padding: 30px;
    position: relative;
    margin-bottom: 30px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.approach-content ul li i {
    position: absolute;
    top: 30px;
    left: 30px;
    font-size: 30px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #efefef;
    text-align: center;
    border-radius: 50%;
    color: #d80650;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.approach-content ul li h3 {
    margin-bottom: 12px;
}
.approach-content ul li:hover i {
    background-color: #d80650;
    color: #ffffff;
}
.approach-content ul li:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.complete-content .single-security:hover h3 {
    color: #ffffff;
}
.complete-content .single-security:hover p {
    color: #ffffff;
}
.complete-content .single-security:hover::before {
    width: 100%;
    left: 0;
    right: auto;
}
.approach-content ul li p {
    margin-bottom: 0px;
}
/********************/

.box-project .projects-wrap{
    display: block;
}
.box-project .projects-wrap .projects-image-box {
    margin: 20px 15px 35px;
}
.box-project .projects-wrap .projects-image-box {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    -webkit-box-shadow: 0 18px 40px -10px rgb(51 51 51 / 10%);
    box-shadow: 0 18px 40px -10px rgb(51 51 51 / 10%);
    position: relative;
    margin-bottom: 30px;
    /* margin: 20px 15px 35px; */
}
.box-project .projects-wrap .content {
    padding: 25px 26px 94px;
    padding-bottom: 88px;
}
.projects-wrap .content .heading {
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 2px;
    color: #333 !important;
}
.projects-wrap .content .post-categories {
    color: #b6b6b6;
    margin-bottom: 2px;
}
.projects-wrap .content .text {
    color: #696969;
    margin-top: 13px;
}

.projects-wrap .content .box-projects-arrow {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    height: 56px;
    line-height: 55px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    border-top: 1px solid #eee;
    color: #000000;
}

.projects-wrap .content .box-projects-arrow::before {
    background-color: #FF5E14;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    z-index: -1;
}
.projects-wrap:hover .content .box-projects-arrow::before {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.projects-wrap:hover .content .box-projects-arrow {
    color: #ffffff;
}
.projects-wrap:hover .content .heading {
    color: #086AD8;
}

.box-project .projects-wrap:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}
.machine-learning-project-bg h3 {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 700;
}

/**************about us**************/

.list-count{
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.list-count li {
    margin: 0 0 50px;
    font-size: 60px;
}
.list-count span.mobile-only, .list-count span.mobile-hide {
    display: inline;
    padding: 0;
    font-weight: 700;
    font-size: 1em;
}
.list-count span {
    display: block;
    padding: 1px 0 0;
    font-weight: 400;
    font-size: 18px;
    margin-top: 19px;
}
.list-count li {
    margin: 0 0 0px;
    font-size: 48px;
    text-align: center;
    font-weight: 700;
}
.abt_2, section.img_box_abt{
    background-color: #fafafa;
}
/*******************/

.animate-item[data-animate=move-opacity].animated, .animate-item[data-animate=top-title].animated .container-title, .top-section.animated .top-section__title, .wrap-section.will-animate.animated .container-title {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.animate-item.animated[data-animate="move-opacity"], .animate-item.animated[data-animate="top-title"] .container-title, .top-section.animated .top-section__title, .wrap-section.will-animate.animated .container-title {
    opacity: 1;
    transform: translateY(0px);
}
.animate-item[data-animate="move-opacity"] {
    opacity: 0;
    transform: translateY(30px);
    transform-origin: 50% 50% 0;
    transition-delay: 0s, 0s;
    transition-duration: 0.4s, 0.4s;
    transition-property: transform, opacity;
    transition-timing-function: cubic-bezier(0.5, 0, 0.15, 1);
}
.portfolio-gird {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.portfolio-gird {
    max-width: 100%;
}
.portfolio-gird-img {
    display: block;
    width: 100%;
    height: 325px;
}
.portfolio-gird-img::before {
    background: #191923 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.4;
    position: absolute;
    right: 0;
    top: 0;
}
.portfolio-gird-hover-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.portfolio-gird-img {
    display: block;
    width: 100%;
    height: 325px;
}
.portfolio-gird:hover .portfolio-gird-icon-box {
    width: 100%;
    background: rgba(25, 25, 35, 0.90);
}
.portfolio-gird-icon-box {
    background-color: rgba(25, 25, 35, 0.20);
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.portfolio-gird-icon-box {
    background-color: rgb(25 25 35 / 0%);
    overflow: hidden;
    transition: all 0.5s ease 0s;
}
.portfolio-gird:hover .portfolio-gird-icon {
    right: 0;
    -ms-transform: scale(1);
    transform: scale(1);
    transition: right .5s ease .3s,transform .3s ease .6s;
    display: block;
    top: 0;
}
.portfolio-gird-icon {
    background-color: #ff5e14;
    border-radius: 50%;
    display: block;
    height: 130px;
    margin-right: -60px;
    margin-top: -55px;
    position: absolute;
    right: -100%;
    top: 50%;
    transform: scale(0.5);
    transition: right 0.5s ease 0s, transform 0.3s ease 0s;
    width: 130px;
}
.portfolio-gird:hover .portfolio-gird-arrow-icon {
    animation: 1.5s infinite bounce;
}
.portfolio-gird-arrow-icon {
    position: absolute;
    bottom: 35px;
    left: 20%;
}
.portfolio-gird-icon-box::after {
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(0.5);
    transform-origin: 0 0 0;
    transition: transform 0.4s ease 0s, right 0.4s ease 0s;
}
.portfolio-gird-content {
    bottom: 0;
    left: 0;
    padding: 30px 70px 30px 30px;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 5;
}
.portfolio-gird-title {
    color: #fff;
    font-size: 28px;
    margin: 0 !important;
    font-weight: bold !important;
    line-height: 38px;
}
.portfolio-gird:hover .portfolio-gird-text {
    opacity: 0.7;
    line-height: 26px;
    margin-top: 18px;
    margin-bottom: 40px;
}
.portfolio-gird p.portfolio-gird-text {
    display: block;
    font-size: 16px;
    line-height: 2px;
    margin: 0;
    opacity: 0;
    transition: all 0.5s ease 0s;
}
.portfolio-gird-text {
    color: #fff;
    display: none;
    font-family: Montserrat,sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
    margin-bottom: 10px;
}
/****************nw about css******************/
.about_sec_goal h2 {
    font-size: 40px;
    line-height: 55px;
    font-weight: 700;
}
.glance_section {
    border-width: 1px;
    border-style: solid;
    border-color: #ffffff;
    padding: 26px;
    height: 100%;
    transition: all 0.5s ease 0s;
    background-color: #fff;
}
.glance_section:hover {
    background-color: #fafafa;
    transition: all 0.5s ease 0s;
}
.glance_section img {
    width: 80px;
    margin-bottom: 25px;
}
.glance_section h5 {
    font-size: 18px;
    color: #050505;
    font-weight: 400;
    line-height: 32px;
}
.glance_section h2 {
    font-size: 28px;
    font-weight: 600;
    color: #FF5E14;
}
/*************/
.challenge-technology {
    background-color: #1a1e5d;
    padding: 60px 0px 120px;
}
.challenge-technology .heading_text {
    text-align: center;
    line-height: 41px;
    color: #fff;
}
.work_on {
    background-color: #f8f8f8;
}
.challange_work {
    position: relative;
    top: -90px;
}
.frt_box_k {
    margin-bottom: 25px;
    border: 1px dashed #cacaca;
    padding: 30px;
}
.frt_box_k {
    margin-bottom: 25px;
    border: 1px dashed #cacaca;
    padding: 25px;
    
}
.freature .col-md-4{
    height: 100%;
}
.frt_box_k img {
    width: 41px;
    margin-bottom: 25px;
}
.frt_box_k h4 {
    font-size: 18px;
    font-weight: 700;
}
.padd_offer {
    padding: 55px;
}
.glance_sec {
    background-color: #f6f6f6;
}
.cpty_sec img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.cpty_cnt {
    padding: 25px;
}
.cpty_cnt h4 {
    font-size: 20px;
}
.cpty_cnt p {
    font-size: 13px;
    line-height: 24px;
}
.cpty_cnt a {
    font-weight: bold;
}
.case_box_section_ctx {
    background-color: #040F28;
    padding: 50px 50px 0px;
    margin-bottom: 30px;
}
.case_inside_box {
    padding: 35px 35px 0px;
}
.case_box_section_ctx h5 {
    font-weight: bold;
    color: #808080;
}
.ctn_cnt_box h4 {
    color: #fff;
}
.ctn_cnt_box p {
    color: #fff;
}
.ctn_cnt_box {
    margin-bottom: 55px;
}
.gry_box {
    background-color: #ededed;
}

.gry_box h4, .gry_box p {
   color: #000;
}
/******blog********/

figure.main {
    position: relative;
}
figcaption {
    opacity: 0;
    transition: all ease 1s;
      position: absolute;
    background-color: #0000009c;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 119px;
    text-align: center;
    color: #fff;
    
}
.box:hover figcaption {
  
    transition: all ease 1s;
    opacity: 1;
    cursor: pointer;
}
.category a {
    background-color: #ff5e14;
    color: #fff;
    padding: 6px 20px;
    display: inline-block;
    border-radius: 60px;
}
h2.post-title {
    font-size: 20px;
    font-weight: 500;
    margin: 15px 0px;
}
.meta.mb-0 {
    display: flex;
    justify-content: space-between;
}
.cnt_blog {
    padding: 27px 25px;
}
.left_side_contact {
    padding: 50px;
    background-color: #040f28;
}
.left_side_contact form label {
    color: #fff;
    margin-bottom: 6px;
    font-size: 13px;
}
.left_side_contact form input, textarea#floatingTextarea {
    border-radius: 0px;
    border: 0;
    border-bottom: 1px solid rgb(255 255 255 / 15%);
    background-color: rgb(0 0 0 / 0%);
}
.right_side_section {
    height: 100%;
    background-color: #f8f8f9;
    padding: 40px;
}
h2.contact-flow__title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px;
}
.ordered-list {
    margin-bottom: 0;
    padding-top: 10px;
    padding-left: 0;
    list-style: none;
    counter-reset: item;
}
.ordered-list__item {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.88;
    position: relative;
    margin-bottom: 24px;
    padding-left: 48px;
}
.contact-flow__list-item {
    opacity: .8;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.86;
}
.ordered-list__item:before {
    content: counter(item) "";
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(0,0,0,.17);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 32px;
    text-align: center;
    counter-increment: item;
}
.in-violet-450 {
    color: #0040c0!important;
}
.new_portfolio ul.nav.nav-tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}

.new_portfolio ul.nav.nav-tabs li a.active {
    font-weight: 600;
    border-bottom: 2px solid #000;
}
.new_portfolio ul.nav.nav-tabs li a {
    font-size: 16px;
    padding: 5px 5px;
    color: #000;
    font-weight: 300;
    margin: 0px 11px;
     transition: all ease 1s;
}
.mockup_sec_box a img {
    border-radius: 5px;
     transition: all ease 1s;
}
.mockup_sec_box a img {
  position: relative;
     transition: all ease 1s;
}

.mockup_sec_box i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    right: 0px;
    margin: auto;
    text-align: center;
    color: #fff;
    opacity: 0;
    transition: all ease 1s;
}
.mockup_sec_box a:hover img {
    filter: brightness(0.2);
     transition: all ease 1s;
}
.mockup_sec_box a:hover i{
    opacity: 1;
     transition: all ease 1s;
}
.tab_protfolio_section .nav-tabs {
    border-bottom: 1px solid #dee2e6;
    justify-content: center;
}