/*
Theme Name: Offpro
Theme URI: #
Version: 1.1
Author: SIMEC SYSTEM LTD.
Author URI: info@simecsystemltd.com
Description: SIMEC System Limited is a leading solution provider for onsite and offshore IT outsourcing solutions to businesses across Japan, Middle-East, Europe and USA. SIMEC System Limited Offers total IT solutions, 3D animation projects. Infrastructure support to the clients in various sectors of Govt. & Non Govt. organizations. SIMEC System Limited was incorporated in 2000 by two veterans of the multinational software & 3D animation industry. It is one of the major wings of SIMEC Group. It has developed technologically advanced software solutions for all key sectors of the economy for more than 18 years.
Tags: Software, blog site, IT solutions, 3D animation projects.
*/


*{
    margin: 0px;
    padding: 0px;
}
.h-full, html{
    overflow-x: hidden;
}
@font-face {
    font-family: 'Meiryo';
    src: url('./include/fonts/meiryo.woff') format('woff');
    src: url('./include//fonts/Meiryo-UI-W53-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-size: 14px;
    line-height: 24px;
    color: #212529;
    font-family: 'Meiryo', sans-serif;
}
ul {
  margin: 0px;
  padding: 0px;
}
ul li {
  list-style: none;
}
ul li a {
  text-decoration: none;
}
p {
    font-size: clamp(16px, 4vw, 24px);
    line-height: 1.5em;
}
a, button, div, h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a, li, p, small, span, strong, ul {
   font-family: 'Meiryo', sans-serif;
}
figure, p {
    margin: 0;
}
h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a, p {
    font-weight: 400;
}
a, a.active, a:focus, a:hover{
    color: inherit;
    text-decoration: none;
}
.wpcf7 form.invalid .wpcf7-response-output{
	border: none;
}

/* 
----------------------------
Global end 
----------------------------
*/

/* 
--------------------------------
Home page
--------------------------------
*/
/* Header */

/* 
==================================
Header Part  Start
==================================
*/

.header_partfull{
    position: fixed;
    top: 20px;
    left: 0px;
    z-index: 99999;
    width: 100%;
}



.header_innerpartfull{
  display: grid;
  grid-template-columns: 20% 80%;
  justify-content: space-between;
  border: 1px solid rgba(24, 43, 92, 0.12);
  background: rgba(255, 255, 255, 0.863);
  border-radius: 30px;
  /* padding: 10px 20px; */
}

/* .blur{
  backdrop-filter: blur(7.5px);
} */

.header_innerpartfull .header_items:nth-child(1) > a{
  display: block;
}
#menu-header-menu > li{
    padding: 15px 0px;
}
 .header_items > ul > li{
    position: relative;
    margin-right: 10px;
}

 .header_items > ul > li:last-child{
    margin-right: 0px;
}
 .header_items > ul > li:first-child::before {
    content: "";
    display: inline-block;
    background: url("../offpro/include/images/icon/home-icon.png");
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    margin: 11px auto;
    cursor: pointer;
}
.header_innerpartfull > .header_items:nth-child(1) a > img{
  width: 150px;
  padding: 15px;
}

.header_innerpartfull > .header_items:nth-child(2){
  display: flex;
  justify-content: space-between;
}

.header_innerpartfull > .header_items:nth-child(2) > ul:nth-child(1){
  display: flex;
  flex-direction: row;
  justify-content: end;
  width: 75%;
  /* margin-top: 10px; */
}

.header_innerpartfull > .header_items:nth-child(2) > ul > li:nth-child(1) a > img{
  width: 20px;
  height: 20px;
}

.header_innerpartfull > .header_items:nth-child(2) > ul:nth-child(1) > li:nth-child(1) > a{
  margin-top: 2px;
  padding: 5px 25px 8px;
  background-color: #fff0;
  border-radius: 20px;
  border: 1px solid #ababab00;
  position: relative;
  z-index: 9999;
}

.header_innerpartfull > .header_items:nth-child(2) > ul:nth-child(1) > li:nth-child(1):hover > a{
  background-color: #ffffff00;
  border: 1px solid #ababab;
}

.header_innerpartfull > .header_items:nth-child(2) > ul:nth-child(1) > li >  a{
    padding: 7px 20px;
    display: block;
    background-color: #fff0;
    border-radius: 20px;
    /* margin-right: 10px; */
    color: #182B5C;
    border: 1px solid #ababab00;
    text-transform: capitalize;
}

.header_innerpartfull > .header_items:nth-child(2) > ul:nth-child(1) > li:hover > a{
  background-color: #fff;
  border: 1px solid #ababab;
}

.header_innerpartfull > .header_items:nth-child(2) > ul:nth-child(2) > li > a{
  color: #182B5C;
  padding: 10px 20px;
  display: block;
  position: relative;
}

.header_innerpartfull > .header_items:nth-child(2) > ul:nth-child(2){
  display: flex;
  justify-content: center;
  border-radius: 25px;
  border: 1px solid #182B5C;
  padding: 5px;
    margin: 10px;
}

.header_innerpartfull > .header_items:nth-child(2) > ul:nth-child(2) > li:last-child > a{
  background-color: #182B5C;
  color: #fff;
  border-radius: 25px;
}

.header_innerpartfull > .header_items:nth-child(2) > ul:nth-child(1) > li.menu_has_children > a{
  position: relative;
  padding: 7px 25px 7px 15px;
}

.header_innerpartfull > .header_items:nth-child(2) > ul:nth-child(1) > li.menu_has_children > a:after{
  content: '';
  background-image: url('./include/images/icons/down-arrow.png');
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 95%;
  transform: translate( -95%, -50%);
  width: 15px;
  height: 15px;

}
.menu_has_children{
    position: relative;
}
.header_innerpartfull > .header_items:nth-child(2) > ul:nth-child(1) > li.menu_has_children > ul{
    display: none;
    position: absolute;
    width: 350px;
    top: 100%;
    right: -100%;
    border: 1px solid rgba(24, 43, 92, .12);
    background: hsla(0, 0%, 100%, .75);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    /* background-image: url('./include/images/menu-bg3.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; */
    border-radius: 30px;
    padding: 40px 0px 20px 0px;
    margin: 0 5%;
}

.header_partfull li.menu_has_children > ul > li > ul {
    display: none;           
    width: 400px;
    top: 0;
    left: 100%!important;              
    position: absolute;
    width: 350px;
    height: 340px;
    overflow: auto;
    top: -15px;
    left: 100%;
    border: 1px solid rgba(24, 43, 92, .12);
    background-color: #ffffffe0;
    -webkit-backdrop-filter: blur(10px)!important;
    backdrop-filter: blur(10px);
    border-radius: 30px;
    padding: 20px 10px 20px 10px !important;
    list-style: none;
    z-index: 1000;
    /* margin-left: 5px; */
}

.header_partfull li.menu_has_children > ul > li > ul::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.header_partfull li.menu_has_children > ul > li > ul::-webkit-scrollbar-track {
  background: #ffffff; 
  margin: 35px 0px;
}
 
/* Handle */
.header_partfull li.menu_has_children > ul > li > ul::-webkit-scrollbar-thumb {
  background: #bdbdbd; 
  border-radius: 5px;
  padding:20px 0px;
}

/* Handle on hover */
.header_partfull li.menu_has_children > ul > li > ul::-webkit-scrollbar-thumb:hover {
  background: #8a8a8a; 
}


.header_partfull li.menu_has_children > ul > li:hover > ul{
  display: block;          
}
.Header_newInnerChildList__49swc>li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    background-color: #ffffff00;
    border: 1px solid #ababab00;
    margin-right: 5px;
    border-radius: 10px;
}
.header_innerpartfull > .header_items:nth-child(2) > ul:nth-child(1) > li.menu_has_children > ul.active{
  display: block;
}

.header_innerpartfull > .header_items:nth-child(2) > ul:nth-child(1) > li.menu_has_children > .menu_tabs > ul{
  justify-content: space-between;
  width: 100%;
  margin-top: 0px;
}

.menu_tabs > ul > li{
   width: 49%;
}

.menu_tabs > li > .nav_tabs{
  border: 1px solid #fff;
  padding: 10px 10px;
  border-radius: 35px;
  background-color: #fff0;
  width: 100%;
  text-align: left;
  position: relative;
}

.menu_tabs > li > .nav_tabs::after{
    content: '';
    background-image: url("./include/images/icons/big-arrow-right.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 95%;
    transform: translate(-95%, -50%);
    width: 25px;
    height: 25px;
}

.menu_tabs > li > .nav_tabs.active{
  background-color: #fff;
  border: 1px solid #2654B9;
}

.menu_tabs > li > ul > li > ul > li:hover > a {
    background-color: #f0f0f0;
}

.menu_tabs > li > ul > li > ul > li > a {
    color: #182b5c;
    font-size: 16px;
    background-color: #ffffff00;
    padding: 10px 15px;
    border-radius: 10px;
}

.menu_tabs > li > ul > li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    background-color: #ffffff00;
    border: 1px solid #ababab00;
    margin-right: 5px;
    border-radius: 10px;
}

.menu_tabs > li > .nav_tabs.active::after{
  content: '';
  background-image: url('./include/images/icons/big-arrow-down-hover.png');
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 95%;
  transform: translate(-95%, -50%);
  width: 25px;
  height: 25px;
}

.menu_tabs > li > .nav_tabs > img{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 10px;
}

.tablayout_two{
 display: flex; 
 justify-content: space-between;
 margin: 20px 0px 20px 0px;
}

.tablayout_two >li{
  background-color: #fff;
  padding: 20px;
  border-radius: 30px;
  width: 49%;
}

.tablayout_two > li > a{
  display: flex;
  justify-content: space-between;
}

.menu_tabs .tab-content{
  border-top: 1px solid #28285c30;
}

.tablayout_two > li:nth-child(1) > a > img{
  width: 240px;
}

.tablayout_two > li > a > h4{
  margin: 25px 0px 0px 0px;
  color: #182B5C;
  font-size: 24px;
  font-weight: 400;
}

.tablayout_two > li:nth-child(2) > a > img{
  width: 200px;
}
/* 
.child_solutiontab{
    display: grid;
    grid-template-columns: 69% 30%;
    justify-content: space-between;
} */

/* .child_solutiontab > .child_solutionitems:nth-child(1) > ul {
  display: grid;
  grid-template-columns: 49% 49%;
  justify-content: space-between;
  margin: 20px 0px 0px 0px;
} */
li.menu_has_children > ul > li > a{
  position: relative;
}
li.menu_has_children > ul > li  > a::after{
    content: "\f105";
    font-family: 'Font Awesome 6 Free';
    font-weight: 700;
    position: absolute;
    right: 10px;
    top: 8px;
}
li.menu_has_children > ul > li > a{
  position: relative;
  padding: 10px 15px 10px 10px;
  display: block;
  background-color: #fff0;
  border-radius: 8px;
  margin: 0px 0px 5px 0px;
  transition-duration: .3s;
}

#menu-header-menu li.menu_has_children:hover > ul{
 display: block;
}
.child_nav_second > li a{
    border-radius: 10px;
    padding: 10px 15px 10px 10px;
    display: block;
        border-radius: 8px;
    margin: 0px 0px 5px 0px;
    transition-duration: .3s;
}
.child_nav_second > li a:hover{
    background-color: #fff;
    transition-duration: .3s;
}
/* .child_solutiontab > .child_solutionitems:nth-child(1) > ul > li > a::after{
  content: '\f178';
  color: #182b5c78;
  font-family: fontawesome;
  font-size: 15px;
  position: absolute;
  top: 50%;
  left: 95%;
  transform: translate(-95%, -50%);
  opacity: 0;
   transition-duration: .3s;
} */
li.menu_has_children > ul > li {
  position: relative;
}
li.menu_has_children > ul > li > a{
    padding: 10px;
    background-color: #ffffff00;
    border: 1px solid #ababab00;
    margin-right: 8px;
    margin-left: 8px;
    border-radius: 10px;
}

li.menu_has_children > ul > li:hover > a{
  background-color: #fff;
}

.child_solutiontab > .child_solutionitems:nth-child(1) > ul > li:hover > a::after{
  opacity: 1;
}

.child_solutiontab > .child_solutionitems:nth-child(2){
  padding: 10px 20px;
  background-color: rgba(238, 243, 255, 0.40);
}

.child_solutiontab > .child_solutionitems:nth-child(2) > h5{
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 20px;
  color: #122E78;
}

.child_solutiontab > .child_solutionitems:nth-child(2) > p{
  font-size: 14px;
  color: #010E2F;
  font-weight: 300;
  margin-bottom: 20px;
}

.child_solutiontab > .child_solutionitems:nth-child(2) > .child_innertab{
  display: grid;
  grid-template-columns: 49% 49%;
  justify-content: space-between;
}

.child_solutiontab > .child_solutionitems:nth-child(2) > .child_innertab > .child_innertabitems{
  padding: 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.60);
  margin-bottom: 10px;
  position: relative;
}

.child_solutiontab > .child_solutionitems:nth-child(2) > .child_innertab > .child_innertabitems::before{
  content: url('./include/images/icons/arrow.png');
  color: #182b5c78;
  font-family: fontawesome;
  font-size: 15px;
  position: absolute;
  top: 10%;
  left: 90%;
  transform: translate(-90%, -10%);
}

.child_innertab > .child_innertabitems > h5{
  font-size: 14px;
  font-weight: 300;
  color: #182B5C;
  margin-bottom: 10px;
  margin-top: 20px;
}
.child_innertab > .child_innertabitems > h4{
  font-size: 14px;
  color: #182B5C;
  font-weight: 400;
  margin-bottom: 0;
}

.child_nav_second::-webkit-scrollbar {
    width: 5px;   /* vertical scrollbar width */
    height: 5px; 
    border-radius: 200px;
}

.child_nav_second::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.child_nav_second::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 200px;
}


/* 
==================================
Home Page CSS Start
==================================
*/
.home_pagebody{
    position: relative;
}
.home_body{
    overflow-x: hidden;
}
.home_page_landing_part{
  background: radial-gradient(153.06% 141.42% at 100% 0%, #0028B6 0%, #60B2FF 100%);
  position: relative;
  height: 90rem;
}

.home_page_landing_part::before{
  content: '';
  position: absolute;
  top: 5%;
  left:0%;
  width: 100%;
  height: 95%;
  background-image: url('./include/images/component/3d-geometric-abstract-background.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
}

.homepage_first{
  padding: 10% 0% 0%;
  position: relative;
}

.homepage_first::before{
  content: '';
  position: absolute;
  top: 20%;
  left: 0%;
  width: 60%;
  height: 100%;
  background: rgba(0, 26, 163, 0.15);
  box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.25) inset;
  border-radius: 16px;
  transition-duration: 2s;
}

.hero-wrapper{
  position: relative;
}
.cercleboxtwo_inner.ctgodownone {
    top: 10%;
    right: -2%;
}
.softwarehome_full.show:before {
    top: -25%;
}
.hero-content {
  padding: 2% 25% 2% 0%;
  border-radius: 16px;
  bottom: 0px;
  width: 1200px;
}

.hero-content button {
  margin-top: 75px;
}

.hero-text h1 {
  margin-bottom: 75px;
  font-size: 72px;
  font-weight: 600;
}

.paragraph span {
  font-size: 24px;
  line-height: 30px;
}

.circle-fill-img {
  margin-top: 80px;
}

.paragraph-left {
  width: 40%;
  margin-right: 60px;
}

.paragraph-right {
  width: 40%;
  margin-right: 60px;
}

.offpro-btn {
  width: 392px;
  padding: 18px;
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  color: white;
  border-radius: 100px;
  font-size: 24px;
  text-transform: capitalize;
  cursor: pointer;
  background-color: #182B5C;
  border: 0;
  transition: 0.3s;
  font-weight: 400;
}
.offpro-btn svg {
  margin-right: 10px;
  margin-left: 10px;
  color: #DFB443;
}
.offpro-btn:hover {
  background-color: #DFB443;
  color: #182B5C;
  transition: 0.3s;
  font-weight: 400;
}
.offpro-btn:hover svg {
  color: #182B5C !important;
}
.offpro-btn:hover > span {
  animation-play-state: paused;
  font-weight: 500;
}
.offpro-btn span {
  animation: marquee 9s infinite normal linear;
  padding: 0 0.5em;
}
@keyframes marquee {
  to {
    transform: translateX(-100%);
  }
}

/* cercle css */
/* .cercleboxone{
  position: relative;
} */


.cercleboxone_inner{
  width: 850px;
  height: 850px;
  position: absolute;
  top: -5%;
  right: -10%;
  border-radius: 50%;
  border: 0.649px solid #DFB443;
  z-index: 1;
  animation: rotate-animation 15s linear infinite;
  transition-duration: 2s;

}


@keyframes rotate-animation {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.cercleboxone_inner::before{
  content: '';
  position: absolute;
  top: 50%;
  left: -1.5%;
  transform: translate(1.5%, -50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
}

.cercleboxone_inner::after{
  content: '';
  position: absolute;
  top: 101.5%;
  left: 50%;
  transform: translate(-50%, -101.5%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff0;
  border: 2px solid #DFB443;
}

.cercleboxone_innerinner{
  position: absolute;
  top: 89%;
  left: 85%;
  transform: translate(-85%, -89%);
  background-image: url('./include/images/component/Ellipse4.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 35px;
  height: 35px;
}


/* Two */

.cercleboxtwo_inner{
  width: 600px;
  height: 600px;
  position: absolute;
  top: 5%;
  right: 5%;
  border-radius: 50%;
  border: 0.649px solid #DFB443;
  z-index: 1;
  animation: rotate-animation 10s linear infinite;
  transition-duration: 2s;
}

.cercleboxtwo_inner::before{
  content: '';
  position: absolute;
  top: 50%;
  left: -1.5%;
  transform: translate(1.5%, -50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
}

.cercleboxtwo_inner::after{
  content: '';
  position: absolute;
  top: 101.5%;
  left: 50%;
  transform: translate(-50%, -101.5%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff0;
  border: 2px solid #DFB443;
}

.cercleboxtwo_innerinner{
  position: absolute;
  top: 89%;
  left: 85%;
  transform: translate(-85%, -89%);
  background-image: url('./include/images/component/Ellipse4.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 35px;
  height: 35px;
}

/* cercle css */

.homepage_first.go:before{
  top: 142%;
  left: 50%;
  transform: translate(-50%, 0%);
  height: 75%;
}

.homepage_second{
  position: relative;
  text-align: center;
  padding: 24rem 0rem 0rem;
  opacity: 0;
  transition-duration: 1s;
}
.homepage_second.show{
  opacity: 1;
}

.customer_text{
  padding: 0rem 8rem;
}

.customer_text h4{
  color: #fff;
  font-size: 55px;
}

.cercleboxone_inner.cogodownone{
  width: 750px;
  height: 750px;
  position: absolute;
  top: 5%;
  right: -10%;
}

.cercleboxtwo_inner.ctgodownone{
  top: 10%;
  right: -2%;
}


.cercleboxone_inner.cogodowntwo{
  width: 300px;
  height: 300px;
  position: absolute;
  top: 29%;
  right: 7%;
}

.cercleboxone_inner.cogodowntwo .cercleboxone_innerinner{
  top: 95%;
  left: 85%;
  transform: translate(-85%, -95%);
}

.cercleboxone_inner.cogodowntwo:before{
  top: 50%;
  left: -3.5%;
  transform: translate(3.5%, -50%);
}

.cercleboxone_inner.cogodowntwo:after{
  top: 104%;
  left: 50%;
  transform: translate(-50%, -105%);
}

.cercleboxone_inner.cogodownthree{
  width: 550px;
  height: 450px;
  position: absolute;
  top: 50%;
  right: 35%;
  animation: none;
  opacity: 0;
  /* animation: rotate-animation 10s linear infinite; */
}

.cercleboxtwo_inner.ctgodownthree{
  width: 550px;
  height: 450px;
  position: absolute;
  top: 50%;
  right: 35%;
  animation: none;
  opacity: 0;
  /* animation: reverse-rotate-ani 15s linear infinite; */
}


/* cercle css End*/

.scuritycircle_box {
  position: relative;
  text-align: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition-duration: 5s;
}

.scuritycircle_box.show{
  opacity: 1;
}

.security_solutioncercle_right{
  position: absolute;
  top: 43%;
  left: 57%;
  transform: translate(-50%, -45%);
}

.security_solutioncercle_left{
  position: absolute;
  top: 43%;
  left: 44%;
  transform: translate(-50%, -45%);
}

.security_solutioncercle_left svg{
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}



.softwarehome_full{
  position: relative;
  overflow: hidden;
}

.software_solution{
  padding: 10rem 0rem 5rem;
  background: radial-gradient(123.58% 158.42% at 96.9% 0%, rgba(0, 40, 182, 0.40) 0%, rgba(96, 178, 255, 0.40) 100%);
}

.softwarehome_full::before{
  content: '';
  position: absolute;
  top: -80%;
  left: 0%;
  transform: translate(0%, 0%);
  /* background-color: #323A8E; */
  background: var(--Security-Dark-Gradient, radial-gradient(184.09% 68.18% at 49.13% 56.14%, #36659B 0%, #2D3B87 63.5%, #12237C 100%));
  width: 100%;
  height: 600px;
  border-radius: 0% 0% 50% 50%;
  opacity: 1;
  transition-duration: 1s;
}
.softwarehome_full.show::before{
  top: -25%;
}

.softwarehome_full.show.go::before{
  top: 0%;
  height: 100%;
  border-radius: 0% 0% 0% 0%;
}

.software-solution-content {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px;
  position: relative;
  transition-duration: .3s;
}

.software-solution-content:hover{
  background: #E3EEFF;
}

.software-solution-content::before{
  content: '';
  position: absolute;
  top: 10%;
  right: 10%;
  transform: translate(-10%, -10%);
  background-image: url('./include/images/component/arrow-three.png');
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 20px;
  opacity: .3;
}

.software-solution-content:hover::before{
  opacity: 1;
}


.software-solution-content .icon {
  margin-bottom: 30px;
}
.software-solution-content .icon img {
  width: 100px;
  height: 100px;
}
.software-solution-content h4 {
  color: #666666;
  font-size: 20px;
  font-weight: 300;
  line-height: 36px;
}

.section-head .section-title{
  margin: 0rem 0rem 3rem 3rem;
  position: relative;
}

.section-head .section-title::before{
  content: "";
  background: url('./include/images/circle-title.png');
  background-repeat: no-repeat;
  width: 30px;
  height: 35px;
  position: absolute;
  top: 50%;
  left: -3%;
  transform: translate(3%, -50%);
}

.software-solution-grid-wrap {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px 20px;
  padding-bottom: 30px;
  width: 100%;
}



.software_security_solution {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.software-security-content {
  position: relative;
  z-index: 1;
  max-width: 190px;
  padding-bottom: 175px;
}

.security-title {
  font-size: 20px;
  color: #fff;
  color: #C1CEF1;
  line-height: 30px;
}

.software-security-content:last-child {
  padding-bottom: 0px;
}

.content-right {
  text-align: right;
}


.security-solution {
  background-image: url('./include/images/security.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
    width: 319px;
    height: 200px;
  display: inline-block;
  font-size: 30px;
  line-height: 34px;
  padding: 55px 40px 0px 40px;
  color: white;
  margin: 22% auto 0%;

}

.security_list_parent {
    display: grid;
    grid-template-columns: 20% 60% 20%;
}

.security_solutioncercle_left svg,
.security_solutioncercle_right svg {
    width: 700px;
}







/* Footer */
.footer_section:before {
    content: "";
    width: 250px;
    height: 250px;
    background-image: url('./include/images/icon/footer_round.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    position: absolute;
    top: 5%;
    right: 10%;
    rotate: 0deg;
    /* animation: rotate 4s infinite forwards; */
    animation: rotate 2s linear infinite;
    z-index: 1;
    transition-duration: 2s;
}
.footer_firstpart {
    padding: 5rem 0;
    height: 60rem;
    background: #9dc2f8;
    background: radial-gradient(circle, #9dc2f8 25%, #d4ecfd 100%);
    position: relative;
    overflow: hidden;
}
.footer_section.go:before {
    width: 150px;
    height: 150px;
    top: 85%;
    right: 10%;
}
.custom_container {
    padding: 0 5%;
}
.header_layoutthree h4 {
    color: #182b5c;
    font-size: 52px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.contectus_herosection {
    width: 90%;
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -80%);
    display: grid;
    grid-template-columns: 45% 25% 30%;
    padding: 80px 0 80px 70px;
    border-radius: 200px;
    background: radial-gradient(100% 100% at 50% 0, hsla(0, 0%, 100%, .6) 100%, rgba(211, 231, 254, .6) 0, rgba(247, 255, 255, .6) 56.48%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    z-index: 1;
    align-items: center;
}
.contectus_herosection .chs_content h4 {
    color: #07308c;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
}
.chs_number {
    border-radius: 100px;
    border: 1px solid #182b5c;
    -webkit-backdrop-filter: blur(7.5px);
    backdrop-filter: blur(7.5px);
    text-align: center;
    padding: 20px 30px;
    width: -moz-max-content;
    width: max-content;
    margin-left: 20%;
    max-height: 100px;
}
.chs_number {
    margin-left: 0;
    width: 260px;
    display: grid;
    height: max-content;
}
.chs_button .offpro-btn, 
.chs_number a {
    text-align: center;
    font-style: normal;
    line-height: normal;
}
.chs_number a {
    color: #182b5c;
    font-size: 24px;
    font-weight: 600;
}
.chs_button .offpro-btn {
    font-size: 21px;
    font-weight: 500;
    padding: 35px 0;
    width: 300px;
    margin-left: 20%;
}
.chs_button .offpro-btn, 
.chs_number a {
    text-align: center;
    font-style: normal;
    line-height: normal;
}
.offpro-btn i {
    margin-right: 10px;
    margin-left: 10px;
    color: #dfb443;
}
.offpro-btn:hover {
    background-color: #dfb443;
    color: #182b5c;
    transition: .3s;
    font-weight: 400;
}
.offpro-btn:hover>span {
    animation-play-state: paused;
    font-weight: 500;
}
.offpro-btn span {
    animation: marquee 9s linear infinite normal;
    padding: 0 .5em;
}
.offpro-btn:hover i {
    color: #182b5c !important;
}
.offpro-btn {
    width: 392px;
    padding: 18px;
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    border-radius: 100px;
    font-size: 24px;
    text-transform: capitalize;
    cursor: pointer;
    background-color: #182b5c;
    border: 0;
    transition: .3s;
    font-weight: 400;
    color: white;
}
.footer_section {
    position: relative;
    overflow: hidden;
}
.footerfullpart .footer_parts img {
    width: 232px;
    margin-bottom: 20px;
    height: auto;
}
.footerfullpart {
    background-color: #23429f;
    padding: 20px 0 0;
}
.footerfullpart .footer_parts p.footer_contentfirst {
    margin-bottom: 40px;
}
.footerfullpart .footer_parts>p {
    color: #bdc8e3;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
}
.footer_parts {
    padding: 0 0 35px;
}
.footer_parts>ul>li>a:hover:after {
    width: 100%;
}
.footer_parts>ul>li>a:hover:after {
    width: 100%;
}
.footer_parts>ul>li>a {
    line-height: 35px;
    color: #fff !important;
    font-weight: 400;
    text-transform: capitalize;
    position: relative;
    cursor: pointer;
    display: inline-block;
}
.footer_parts>ul>li>a:after {
    content: "";
    height: 1px;
    width: 0;
    background-color: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    transform: translateY(-100%);
    transition-duration: .3s;
}
.footer_parts ul {
    /* margin-top: 100px; */
    display: grid;
    grid-template-columns: 50% 50%;
}
.scroll_top {
    position: absolute;
    bottom: 8%;
    right: 2%;
    transform: translate(-5%, -2%);
    width: 55px;
    height: 55px;
    padding: 10px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #fff;
    background-color: #ffffff00;
}
.scroll_top a {
    display: block;
}
.scroll_top p {
    font-size: 14px;
    position: relative;
    color: #ffffffc9;
    text-transform: uppercase;
    margin-bottom: 0;
}
.scroll_top p:before {
    content: "";
    background-image: url('./include/images/icon/footer_up_arrow.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 25px;
    height: 30px;
    display: block;
    text-align: center;
    margin: auto;
}
.scroll_top:hover {
    background-color: #ffffff30;
}
.bg_animite {
    width: 101%;
    height: 65rem;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%);
    background-color: #23429f;
    border-radius: 200% 200% 0 0;
    transition-duration: 1s;
}
/* .bg_animite.bg_downup {
    top: 50%;
} */
.bg_animite.bg_full {
    top: 0%;
    border-radius: 0% 0% 0% 0%;
    background-color: #23429f;
}
.other_page.bg_animite {
    top: 30%;
    border-radius: 200% 200% 0 0;
}

@keyframes marquee {
  to {
    transform: translateX(-100%);
  }
}
@keyframes rotate {
  from { rotate: 0deg;}
  to {rotate: 360deg;}
}
/* 
--------------------------------
Home page end
--------------------------------
*/

/* 
--------------------------------
Web application development
--------------------------------
*/

.bsbg_banner {
    background: radial-gradient(circle at 50% 50%, #36529b 0, #2f2d87 50%, #35127c 99%);
    position: relative;
    overflow: hidden;
}
.bannerCicle {
    background-image: url('./include/images/banner/banner1.png');
    position: absolute;
    top: -185px;
    height: 204%;
    width: 54%;
    background-repeat: no-repeat;
    left: 0;
    opacity: .4;
    rotate: 180deg;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left;
    object-position: left;
}
.breadcrumb-section {
    padding: 120px 4.5% 0;
    position: relative;
}
.section_heaight {
    height: 80vh;
}
.bradcrumb-list {
    margin-bottom: 3%;
}
.bradcrumb-list ul li:first-child {
    padding: 9px 18px 9px;
}
.bradcrumb-list ul li {
    font-size: clamp(14px, 3vw, 18px);
    display: inline-block;
    padding: 4px 18px 5px;
    border-radius: 100px;
    background-color: hsla(0, 0%, 100%, .78);
    border: 2px solid rgba(24, 43, 92, .12);
    margin-bottom: 15px;
}
.bradcrumb-list ul li a {
    display: inline-block;
    padding: 0;
}
.bradcrumb-list ul li a img {
    width: 15px;
    height: 15px;
}
.bradcrumb-list ul li.angle {
    background: transparent;
    border: 2px solid transparent;
    padding: 6px 10px;
}

.bsb_content {
    padding-top: 8%;
    padding-bottom: 60px;
}
.case-name {
    font-size: 20px;
    font-size: clamp(14px, 4vw, 20px);
    color: #fff;
    border: 1px solid #fff;
    border-radius: 100px;
    padding: 14px 24px;
    display: inline-block;
    font-weight: 300;
}
.bsb_content h2 {
    font-size: clamp(20px, 4vw, 52px);
    color: #fff;
    margin-bottom: 40px;
    font-weight: 600;
}
.bannerImgwebAPP {
    width: 100%;
    height: auto;
}



.projectDetailsfullBox {
    padding: 100px 10px;
    background: radial-gradient(circle, #f1f7ff 0, #e2effc 100%);
}

.ProjectDetailsBox {
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .18);
    border-radius: 16px;
    background: #fff;
    padding: 4% 7%;
    position: relative;
}

.ProjectDetailsBox:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 350px;
    background-color: #7ca5fd;
    border-radius: 5px;
}

.companyInfoList ul li {
    display: grid;
    grid-template-columns: 40% 60%;
    justify-content: left;
    align-items: center;
    padding: 10px 0;
}
.companyInfoList ul li h5, .companyInfoList ul li p {
    font-size: 16px;
    margin-bottom: 0;
}
.companyInfoDeatailsList {
    margin-left: 5%;
}
.companyInfoDeatailsList h4.title {
    color: #2654b9;
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 600;
}
.companyInfoDeatailsList p {
    font-size: 16px;
    margin-bottom: 12px;
    line-height: 1.5em;
}
.companyInfoDeatailsList ul li{
    list-style: disc;
    font-size: 16px;
    margin-bottom: 12px;
}
.companyInfoList ul li h5 {
    color: #2654b9;
    font-weight: 600;
}

.bannerImgSideImg {
    display: flex;
    justify-content: center;
}
/* 
--------------------------------
Web application development end
--------------------------------
*/

/* 
--------------------------------
About page 
--------------------------------
*/
.hdr-abt-bg {
    background: #f1f7ff;
    background: radial-gradient(circle, #f1f7ff 0, #e2effc 100%);
}
.black-title {
    font-size: clamp(24px, 4vw, 52px);
    color: #333;
    font-weight: 600;
}

.half-circle {
    background-image: url('./include/images/banner/banner2.png');
    position: absolute;
    top: -185px;
    height: 310%;
    width: 100%;
    background-repeat: no-repeat;
    left: -385px;
    opacity: .4;
}
.about-section {
    position: relative;
    padding-bottom: 35px;
}
.about-box {
    padding: 40px 7% 0;
    border-radius: 16px 16px 0 0;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .18);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
.about-page-banner-text {
    margin-top: 40px;
    padding-left: 10px;
    color: #424242;
}
.about-page-banner-text .about_banner_heading {
    font-weight: 600;
}
.about-page-banner-text h5 {
    font-weight: 600;
}
.about-page-banner-text-h1 {
    padding-top: 30px;
}
.about-page-banner-text-list {
    padding-left: 40px;
}
.about-page-banner-text-list ul li {
    line-height: 1.6rem;
}
.about-page-banner-text-p {
    padding-top: 20px;
}
.paragraph .content {
    padding: 85px 5%;
}
.paragraph p {
    font-size: 44px;
    color: #182b5c;
    font-weight: 200;
    line-height: 80px;
}
.signature-content-about {
    padding-top: 20px;
    display: flex;
    justify-content: end;
    padding-bottom: 40px;
}
.about-page-banner-text ul li {
    list-style: circle;
    margin-top: 20px;
    padding-left: 10px;
}
.strengths-section {
    position: relative;
}
.strengths-circle {
    background-image: url('./include/images/banner/banner3.png');
    position: absolute;
    bottom: 0;
    height: 77%;
    width: 57%;
    background-position: 100%;
    right: 0;
    opacity: .6;
    background-repeat: no-repeat;
    background-size: cover;
}
.large-section h2 {
    font-size: clamp(40px, 10vw, 170px);
    color: #182b5c;
    opacity: .1;
    font-weight: 900;
    line-height: 1.5em;
    overflow: hidden;
}
.large-section .title {
    margin-top: 50px;
    padding-left: 70px;
}
.strength-body {
    padding: 7% 70px;
    border-radius: 16px;
    background: linear-gradient(135deg, #d1ddfc, #f6faff);
}
.strengths-content {
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.strengths-content h4 {
    font-size: 36px;
    color: #424242;
    margin-top: 175px;
    margin-bottom: 110px;
}
.strengths-content p {
    font-size: 24px;
    color: #424242;
}
.startygy_image {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 16px;
    height: -moz-fit-content;
    height: fit-content;
}
.member-section {
    background: radial-gradient(circle at 50% 50%, #2e52b0 0, #1a3490 50%, #022e83 99%);
}
.large-section .head-content {
    padding: 50px 5%;
}
.large-section h3 {
    font-size: clamp(20px, 4vw, 44px);
    color: #182b5c;
    font-weight: 500;
    margin-bottom: 4%;
}
.member-pic-bg {
    background: #d1ddfc;
    background: linear-gradient(135deg, #d1ddfc, #d1ddfc);
}
.member-body {
    padding: 7%;
}
.designation-info {
    border-right: 1px solid rgba(223, 180, 67, .4);
    height: 100%;
}
.designation-info .name {
    font-size: 28px;
    font-weight: 300;
    color: #556dac;
    display: block;
    line-height: 1em;
}
.designation-info .memberHead {
    font-size: 22px;
    color: #556dac;
    line-height: 1em;
}
.designation-info .name {
    font-size: 28px;
    font-weight: 300;
    color: #556dac;
    display: block;
    line-height: 1em;
}
.designation-info .name2 {
    font-size: 20px;
    font-weight: 300;
    color: #556dac;
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 2.25em;
}
.member-des p {
    font-size: 24px;
    font-weight: 200;
    color: #182b5c;
    padding-left: 30px;
    line-height: 1.8em;
}
.basic-policy-section {
    background: linear-gradient(90deg, #f6faff, #d1ebfc);
    padding: 120px 70px;
}
.policy h3 {
    color: #182b5c;
    padding: 30px 24px;
}
.cmn-head {
    font-size: clamp(18px, 4vw, 44px);
    font-weight: 500;
}
.policy p {
    margin-bottom: 40px;
}
.policy p, .policy ul li {
    color: #182b5c;
    font-weight: 200;
}
.policy p {
    font-size: clamp(16px, 4vw, 22px);
}
.policy span {
    color: #182b5c;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 20px;
    display: block;
}
.list_section_about {
    margin: 30px;
}
.basic-policy-section .list_section_about li {
    line-height: 2.5rem;
    list-style-type: decimal;
}
.policy .designation {
    margin-top: 80px;
}
.policy .designation ul li {
    list-style: none;
}
.policy ul li {
    font-size: 18px;
}

/* 
------------------------
About page end
------------------------
*/
/* 
------------------------
Company Information
------------------------
*/
.comInfoTopSeciton {
    background: linear-gradient(135deg, #d4ecfd, #9bc1f8);
    position: relative;
    overflow: hidden;
}
.bannerShadow {
    background: radial-gradient(circle, #f1f7ff 0, #e2effc 100%);
    padding: 40px 7% 0;
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .18);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    margin: 0 12px;
}
.secciton-left {
    width: 50%;
}
.companyInfo .black-title {
    margin-bottom: 0;
    padding-bottom: 40px;
}
.section-right {
    display: flex;
    flex-wrap: wrap;
}
.bannerShadow .white-title {
    font-weight: 900;
}
.section-right .white-title {
    line-height: 2em;
    opacity: .5;
}
.white-title {
    font-size: clamp(40px, 5vw, 162px);
    color: #fff;
    font-weight: 600;
}
.info {
    padding: 0 12px;
}
.brlBrr-16 {
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    width: 100%;
    margin-bottom: 30px;
    border-radius: 0 0 26px 20px;
    height: 286px;
    object-fit: cover;
}
.comInfoSection {
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
    background-color: #fff;
}
.custom_container {
    padding: 0 5%;
}
.companyDetails {
    border-top: 1px solid rgba(85, 109, 172, .64);
    font-size: 24px;
    color: #182b5c;
    font-weight: 300;
    display: grid;
    grid-template-columns: 20% 80%;
    gap: 0px;
}
.companyDetails .textLeft {
    padding: 50px 20px 20px;
    border-right: 1px dashed #556dac85;
    margin-bottom: 30px;
}
.companyDetails .textMiddle, .companyDetails .textRight {
    font-weight: 200;
    padding-left: 60px;
}
.logo_img {
    width: 200px;
    height: auto;
}
.comInfoSection2 {
    padding-top: 120px;
    padding-bottom: 120px;
    background: radial-gradient(circle at 50% 50%, #ecf3f8 0, #d3e9fe 50%, #eff2fb 99%);
}

/* 
------------------------
Company Information end
------------------------
*/

/* 
------------------------
News banner
------------------------
*/
.news-and-update-bannerShadow {
    background: radial-gradient(circle, #f1f7ff 0, #e2effc 100%);
    padding: 40px 7% 0;
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .18);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
.newsUpdateBg {
    background: linear-gradient(135deg, #d4ecfd, #9bc1f8);
    overflow: hidden;
}
.newsSection {
    background: #fff;
    position: relative;
    padding-top: 120px;
    padding-bottom: 120px;
}
.containerBox {
    max-width: 1680px;
}
.newsArea {
    margin-bottom: 40px;
    padding: 8% 6%;
    height: 100%;
}
.newsArea img {
    height: 200px;
    width: 100%;
    object-fit: cover;
    border-radius: 16px;
    transition-duration: .5s;
}
.newsArea h4 {
    font-size: 24px;
    color: #182b5c;
    font-weight: 300;
    margin-bottom: 20px;
    margin-top: 35px;
}
.newsArea h4 a {
    font-size: clamp(16px, 4vw, 22px);
}
.newsArea .cmnBtn {
    font-size: 16px;
    font-weight: 400;
    color: #556dac;
    border: 1px solid #556dac;
    padding: 8px 18px;
    border-radius: 100px;
    margin-bottom: 20px;
    display: inline-block;
}
.dateTime {
    font-weight: 300;
    font-size: 16px;
    color: #556dac;
}
.brLine {
    border-right: 1px solid #e4eafb;
}


/* 
------------------------
News banner end
------------------------
*/

/* 
------------------------
Career page
------------------------
*/
.careerBg {
    background: radial-gradient(100% 100% at 50% 0, #36529b 100%, #2f2d87 0, #35127c 56.48%);
    padding-bottom: 20px;
    overflow: hidden;
}
.carear_page_image {
    padding: 0 12px;
}
.customAccordion .accordion-item {
    border: 0;
    border-radius: 20px;
    background: #EAEDF4;
    margin-bottom: 40px;
}
.accordion-item:first-of-type .accordion-button {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    background: #EAEDF4;
}
.customAccordion button p {
    font-size: 20px;
    font-weight: 400;
    color: #2C4586;
}
.customAccordion button span {
    font-size: 44px;
    font-weight: 200;
    color: #2C4586;
}
.careerSection {
    background: #fff;
    position: relative;
    padding-top: 5%;
    padding-bottom: 5%;
}
.large-section h3 {
    font-size: clamp(20px, 4vw, 44px);
    color: #182b5c;
    font-weight: 500;
    margin-bottom: 4%;
}
.accordion-header {
    margin-bottom: 0;
}

.carear_textt {
    display: flex;
    align-items: center;
    margin: 0;
}
.customAccordion button span {
    font-size: clamp(18px, 5vw, 44px);
    font-weight: 200;
    color: #2c4586;
}
.accordionContent {
    font-size: 20px;
    font-size: clamp(14px, 4vw, 20px);
    color: #182b5c;
    padding: 25px;
    border-top: 1px solid rgba(85, 109, 172, .64);
}
.accordionContent{
    display: grid;
    grid-template-columns: 25% 75%;
}
.customAccordion button {
    font-size: 20px;
    font-weight: 400;
    color: #2c4586;
    background: #eaedf4;
    border-radius: 20px;
    border: 0;
    margin-bottom: 40px;
    padding: 5% 55px;
}
.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1rem;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
}
.customAccordion .accordion-button:focus {
    box-shadow: none;
    z-index: 0;
    background: #EAEDF4;
}
/* 
------------------------
Career page end
------------------------
*/
/* 
------------------------
Contact page
------------------------
*/
.comInfoTopSeciton {
    background: linear-gradient(135deg, #d4ecfd, #9bc1f8);
    position: relative;
    overflow: hidden;
}
.contactBg {
    background: radial-gradient(circle, #f1f7ff 0, #e2effc 100%);
    overflow: hidden;
}
.contactBg .containerBox {
    padding-top: 4%;
    padding-bottom: 100px;
}
.contactForm {
    position: relative;
}
.contactField .formBody .formLi{
    display: grid;
    grid-template-columns: 28% 72%;
    align-items: center;
    border-top: 1px solid rgba(85, 109, 172, .64);
    border-bottom: 1px solid rgba(85, 109, 172, .64);
    padding: 30px 60px 30px 0px;
}
.contactField .span {
    display: inline-block;
    font-size: 24px;
    font-size: clamp(16px, 4vw, 24px);
    font-weight: 300;
    color: #182b5c;
    border-right: 1px solid rgba(85, 109, 172, .64);
    margin-right: 40px;
    padding: 15px 0;
}
.contactField ul li input {
    height: 54px;
    border-radius: 8px;
}
.submit {
    background-color: #182b5c;
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    border-radius: 100px;
    border: none;
    box-shadow: none;
    padding: 3% 122px;
    float: right;
    clear: both;
    margin-top: 40px;
}
.contactField .form-textarea{
    min-height: 210px;
    border-radius: 8px;
}
/* 
------------------------
Contact page end
------------------------
*/

/* 
------------------------
Partner page
------------------------
*/
.partnar-banner-aliment2 .HerPtnrBg {
    padding-bottom: 0;
}
.partnar-banner-aliment2 {
    padding-bottom: 0;
}
.HerPtnrBg {
    background: radial-gradient(100% 100% at 50% 0, #36529b 100%, #2f2d87 0, #35127c 56.48%);
    padding-bottom: 20px;
    overflow: hidden;
}
.partnerSection {
    background: radial-gradient(circle at 50% 50%, #ecf3f8 0, #d3e9fe 50%, #eff2fb 99%);
    position: relative;
    padding-top: 7%;
    padding-bottom: 5%;
}
.large-section .paraText {
    font-size: clamp(18px, 4vw, 44px);
    line-height: 80px;
    color: #182b5c;
    padding: 15px 6% 4%;
}
.partnar-banner-aliment .bannerShadow {
    padding: 40px 7%;
}
.partnar-banner-aliment .bannerShadow {
    margin: 0;
}
.partnar-banner-aliment .secciton-left .black-title {
    margin-bottom: 0;
}
.partnerBox {
    padding: 40px 55px;
}
.bbLine {
    border-bottom: 1px solid #e4eafb;
}
.brLine {
    border-right: 1px solid #e4eafb;
}
.partnerBox img {
    margin-bottom: 6%;
}
.partnerBox ul li {
    color: #556dac;
    font-size: 20px;
    font-weight: 400;
    list-style: disc;
}
.cmnLayout {
    background: #fff;
    border-radius: 16px;
    padding: 4% 6%;
}

/* 
------------------------
Partner page end
------------------------
*/
/* 
==================================
Mobile Header Part  Start
==================================
*/

.mobile_header{
    display: none;
}
.mobile_logo a img{
    width: 120px;
    height: 46px;
}
.sidebar_logo{
    border: 1px solid rgba(24, 43, 92, .12);
    border-radius: 30px;
    padding: 10px 20px;
}
.mobile_logo{
   border: 1px solid rgba(24, 43, 92, .12);
    background: hsla(0, 0%, 100%, .75);
    border-radius: 30px;
    padding: 10px 20px;
    margin-top: 20px;
}
.sidebar_logo a img{
    width: 80px;
    height: 30px;
}
.mobile_header{
    position: fixed;
    top: 0px;
    z-index: 99;
    width: 100%;
}
.mobilenav {
    width: 70%;
    background: white;
    height: 100vh;
   transform: translateX(100%);
    position: absolute;
    top: 0;
    right: 0;
    background: hsla(0, 0%, 100%, .75);
    -webkit-backdrop-filter: blur(7.5px);
     transition: transform 0.3s ease;
    backdrop-filter: blur(7.5px);
    padding: 30px 20px 0;
    /* display: none; */
}
.mobilenav.active {
  transform: translateX(0); /* slide in */
  right: 0%;
}
.mobilenav > ul {
    padding: 16px;
}
.mobilenav > ul {
    height: calc(100vh - 200px);
    overflow-y: scroll;
}
.mobilenav > ul > li > ul {
    padding-left: 20px;
}
.mobilenav > ul > li > ul > li > ul {
    padding-left: 20px;
}
.mobilenav .hide{
    display: none;
}
.mobilenav ul li a {
    padding: 10px 0px;
    display: block;
    position: relative;
    cursor: pointer;
    color: #182b5c !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: .64px;
}
.close_icon {
    margin-left: auto;
    outline: none;
    border: none;
    background-color: #182b5c;
    border-radius: 25px;
    height: 36px;
    width: 55px;
    line-height: 37px;
    text-align: center;
    font-size: 17px;
    color: white;
}
.nav_list.show i{
    transform: rotate(-180deg);
    transition: .3s;
}
.nav_list i{
    transition: .3s;
}
.down_arrow_icon{
    float: right;
}
 .baricon{
    width: 80px;
    height: 40px;
    background-color: #182b5c;
    text-align: center;
    padding: 8px 20px;
    border-radius: 25px;
    position: relative;
    border: none;
    box-shadow: none;
 }
.baricon:after, 
.baricon:before {
    content: "";
    width: 30px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 50%;
}
.baricon:after {
    top: 60%;
    transform: translate(-50%, -60%);
}
.baricon:before {
    top: 40%;
    transform: translate(-50%, -40%);
}

.header_partfull{
    position: fixed;
    top: 20px;
    left: 0px;
    z-index: 99999;
    width: 100%;
}


/* 
==================================
Mobile Header Part  End
==================================
*/
/* 
------------------------
SlickNav Start
------------------------
*/
    /* #Mobile_header_full {
        position: fixed;
        top: 20px;
        left: 0px;
        z-index: 99999;
        width: 100%;
    }
    .mobile_header_new{
        padding: 10px 15px;
        background: rgba(255, 255, 255, 0.75);
        border-radius: 30px;
        display: none;
    }
    ul.mobile_menu{
      margin-top: 90px;
    }
    .slicknav_brand img{
        width: 110px;
    }
    #menu-mobile-menu{
      display: none;
    }
    .slicknav_btn{
      padding: 8px 20px;
      width: 80px;
      height: 40px;
      gap: 4.375px;
      border-radius: 21.875px;
      background: #182b5c!important;
      position: relative;
      outline: none;
      border: none;
      margin-top: 5px;
    }
    .slicknav_icon.slicknav_no-text{
      width: 66px;
      margin-left: 23px;
      margin-top: 13px;
    }
    .slicknav_menu .slicknav_icon-bar{
      width: 2.125em;
    }
    .slicknav_menu{
        display: none;
    }
    .slicknav_menu * {
      zoom: 1;
      font-size: 16px;
      background: #ffffff00;
       padding: 0px;
    }
    .slicknav_nav{
          position: absolute;
          top: -20px;
          right: 0;
          background: hsla(0, 0%, 100%, .75);
          -webkit-backdrop-filter: blur(7.5px);
          backdrop-filter: blur(7.5px);
          width: 50vw;
          height: 100vh;
    }
    .slicknav_hidden.active{
      display: block!important;
    }
    .mobile_header_new ul li a {
      padding: 10px 0px;
      display: block;
      position: relative;
      cursor: pointer;
      color: #182b5c !important;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 32px;
      letter-spacing: .64px;
    }
    .mother-div{
      position: absolute;
      top: 25px;
      left: 50%;
      transform: translate(-50%, 0px);
      width: 90%;
      border-radius: 30px;
      border: 1px solid rgba(24, 43, 92, .12);
      padding: 10px 15px;
      display: flex;
      justify-content: space-between;
    }
    .mother-div .image-div img{
          width: 80px;
    }
    .close-div img{
        background-color: #182b5c;
        padding: 10px 20px 10px;
        border-radius: 25px;
        cursor: pointer;
    }
    .slicknav_hide{
      display: none!important;
    }
      .slicknav_nav .slicknav_row, .slicknav_nav a
      {
          padding: 5px 0px;
          margin: 2px 5px;
      }
    */

/* 
------------------------
SlickNav End
------------------------
*/

/* 
------------------------
About Bangladesh
------------------------
*/
.carousel_box {
    margin-left: 5%;
}

element.style {
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}

.anglearrowright,
.anglearrowleft {
    position: absolute;
    outline: 0;
    transition: all .5s;
    border-radius: 35px;
    z-index: 1000;
    border: 0;
    background: rgba(0, 0, 0, 1);
    min-width: 43px;
    min-height: 43px;
    opacity: 1;
    cursor: pointer;
    line-height: 43px;
    color: #fff;
}
.anglearrowleft{
  top: 50%;
  transform: translateY(-20px);
  right: 10%;
}
.anglearrowright{
  left: 4%;
  top: 50%;
  transform: translateY(-20px);
}

.aboutbg_contentone .abt_content {
    padding-top: 22px;
    padding-bottom: 30px;
}
.aboutbg_contentone .abt_content p{
    margin-bottom: 0px;
}
.aboutbg_sectionone .banner_img img{
  height: 286px;
}
/* 
------------------------
About Bangladesh end
------------------------
*/


/* 
------------------------
About Siemc System
------------------------
*/

.aboutbg_sectionone {
    background: #9dc2f8;
    background: radial-gradient(circle, rgba(157, 193, 248, .63) 25%, rgba(212, 236, 253, .63) 100%);
    position: relative;
    padding: 20px 8px 0;
}
.aboutbd_banner {
    border-radius: 16px;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .18);
    margin: 0 1%;
    background: var(--Page-Banner-Gradient, radial-gradient(100% 100% at 50% 0, hsla(0, 0%, 100%, .6) 100%, rgba(211, 225, 254, .6) 0, rgba(247, 253, 255, .6) 56.48%));
}
.aboutbd_banner h4 {
    font-size: clamp(18px, 4vw, 38px);
    font-family: meiryo;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 30px 0 30px 30px;
}
.banner_img img {
    width: 100%;
}
.aboutbg_contentone {
    padding: 5% 0 50px;
}
.custom_container {
    padding: 0 5%;
}
.title_layoutfour {
    position: relative;
    margin-bottom: 25px;
}
.title_layoutfour h1 {
    color: #182b5c2b;
    font-family: meiryo;
    font-size: clamp(65px, 5vw, 160px);
    font-style: normal;
    font-weight: 900;
    letter-spacing: 7.02px;
    width: 100%;
    height: 140px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: -4%;
    transform: translate(0);
}
.title_layoutfour h4 {
    padding: 180px 0 10px;
    color: #182b5c;
    font-family: meiryo;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.32px;
}
.title_layoutfour h4 img {
    width: 30px;
    height: auto;
}
.aboutbg_sectionone img {
    border-radius: 0 0 16px 16px;
    -o-object-fit: cover;
    object-fit: cover;
    /* height: 5%; */
}
.aboutbg_contentone p {
    color: #182b5c;
    font-family: meiryo;
    font-size: clamp(18px, 3vw, 30px);
    font-style: normal;
    font-weight: 200;
    line-height: 1.75em;
    letter-spacing: 1.32px;
    text-transform: capitalize;
    margin-bottom: 40px;
}
.aboutbg_sectiontwo {
    background: radial-gradient(539.2% 238.29% at 50.77% -128%, #ecf3f8 100%, #d3e9fe 0, #eff2fb 56.48%);
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .04);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding: 20px 0 40px;
}
.aboutus_contenttwo {
    padding:60px 0 30px;
    border-radius: 20px;
    border: 1px solid #e4eafb;
    background: #fff;
    margin: 0 12px;
}
.company_bio_img {
    position: sticky;
    top: 120px;
}
.company_bio_img p {
    font-size: 15px;
    text-align: center;
}
.company_overview_list {
    background: #f8f9fb;
    padding: 0 80px 10px 40px;
    border-radius: 16px;
    margin-bottom: 30px;
}
.company_overview_list h3 {
    font-size: clamp(22px, 4vw, 32px);
    color: #556dac;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 15px;
}
.company_overview_list p {
    font-size: clamp(14px, 4vw, 18px);
    color: #556dac;
    font-weight: 300;
}
.certificate_section {
    background: var(--footer-section-deep-gradient, radial-gradient(152.89% 59.42% at 49.13% 56.14%, #2e52b0 0, #1a3490 63.5%, #022e83 100%));
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding-top: 90px;
    padding-bottom: 200px;
}
.title_layoutfour.color_white h1 {
    color: #fff;
    opacity: .06;
    margin: 0 10px;
}
.title_layoutfour.color_white h4 {
    color: #fff;
}
.aboutus_contentthree p {
    color: #fff;
    font-family: meiryo;
    font-size: clamp(18px, 3vw, 30px);
    font-style: normal;
    font-weight: 200;
    line-height: 50px;
    letter-spacing: 1.32px;
    text-transform: capitalize;
}
.certificate_content {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px 20px;
    width: 100%;
    padding: 8%;
}
.certificate_box {
    background: #fff;
    border-radius: 20px;
    padding: 25% 25px;
    text-align: center;
}
.aboutsystem_client {
    padding: 170px 0;
}
.client_head_content h2 {
    font-size: clamp(20px, 4vw, 44px);
    font-weight: 200;
    color: #182b5c;
    padding-bottom: 60px;
}
.client_logo img {
    transition: transform .3s;
    padding: 20px 30px;
}
.client_layout {
    padding-top: 100px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 100px;
}
.client_logo img:hover {
    border: 2px solid #dce7f1;
    border-radius: 4px;
    transition: transform .3s;
    transform: scale(1.1);
}
.client_logo img {
    transition: transform .3s;
    transform: scale(1);
    width: 140px;
    height: 100px;
}
.client_logo a:before {
    content: "";
    position: absolute;
    top: 5px;
    right: 3px;
    transform: translate(-10%, -10%);
    background-image: url('./include/images/icon/arrow.png');
    background-position: 50%;
    background-size: contain;
    width: 20px;
    height: 20px;
    opacity: 0;
    transition-duration: .3s;
}
.client_logo a:hover:before {
    opacity: 1;
    transition-duration: .3s;
}
.client_logo a {
    position: relative;
    padding: 0;
    display: inline-block;
}

.client_logo .Bank1logo,
.client_logo .Bank2logo{
  width: 116px;
  height: 80px;
}
.company_overview_list_box .company_overview_list {
    padding: 20px 80px 30px 40px;
}
/* 
------------------------
About Siemc System end
------------------------
*/

/* 
------------------------
setsuritsu
------------------------
*/
.meta-tag {
    display: flex;
    align-items: center;
    gap: 15px;
}
.meta-tag a {
    color: #fff;
    padding: 11px 20px;
    border: 1px solid #fff;
    border-radius: 100px;
    font-size: clamp(16px, 3vw, 20px);
    font-weight: 300;
    width: -moz-fit-content;
    width: fit-content;
}
.meta-tag span {
    font-size: clamp(16px, 4vw, 20px);
    font-weight: 300;
    color: #fff;
}
.seminar-section {
    padding: 8% 7% 0;
    position: relative;
    background-color: #fff;
    padding-bottom: 70px;
}
.speaker-box h2 {
    font-size: clamp(22px, 4vw, 36px);
    font-weight: 300;
    color: #182b5c;
    margin-top: 70px;
}

.speaker-box p {
    font-size: clamp(16px, 4vw, 20px);
    font-weight: 300;
    color: #182b5c;
    line-height: 1.5em;
    margin-bottom: 25px;
}
.speaker-list {
    margin-top: 30px;
    margin-top: 30px;
}
.speaker-box .speaker-head {
    font-size: 24px;
    font-weight: 500;
    color: #182b5c;
    margin: 40px 0 20px;
}

/* 
------------------------
setsuritsu end
------------------------
*/
/* 
------------------------------
Four Company joint Seminar 
------------------------------
*/

.seminar-area {
    border: 1px solid #d6d6d6;
    border-radius: 16px;
}

.seminar-publisched h2 {
    font-size: clamp(20px, 4vw, 36px);
    font-weight: 300;
    color: #182b5c;
    margin-top: 70px;
    margin-bottom: 35px;
}
.seminar-box {
    display: flex;
    flex-wrap: wrap;
    padding: 40px;
}
.seminar-head {
    width: 25%;
}
.seminar-head h4 {
    font-size: clamp(18px, 4vw, 24px);
    font-weight: 500;
    color: #182b5c;
}
.seminar-details p {
    font-size: clamp(16px, 4vw, 20px);
    font-weight: 300;
    color: #555;
    line-height: 1.5em;
}
.seminar-area .line {
    width: 100%;
    height: 1px;
    display: block;
    background: #d6d6d6;
}
.speaker-box h2 {
    font-size: clamp(22px, 4vw, 36px);
    font-weight: 300;
    color: #182b5c;
    margin-top: 70px;
}
.speaker-box .speaker-head {
    font-size: 24px;
    font-weight: 500;
    color: #182b5c;
    margin: 40px 0 20px;
}
.speaker-box p span {
    font-weight: 700;
}
.seminar-details ul li {
    display: flex;
    gap: 20px;
}
.seminar-details ul li {
    font-size: 20px;
    color: #555;
    font-weight: 300;
    padding-bottom: 26px;
    line-height: 1.5em;
}
.seminar-details ul li span.date :first-child {
    display: inline-block;
    width: 145px;
    float: left;
    color: #556dac;
    font-weight: 300;
}
.seminarvideo-wrap {
    background: #9dc2f8;
    background: radial-gradient(circle, #9dc2f8 25%, #d4ecfd 100%);
    width: 100%;
    padding: 5%;
    border-radius: 16px;
    margin-top: 70px;
}
.seminar-video {
    position: relative;
    background-image: url(/_next/static/media/3.60ddaf4c.png);
    height: 315px;
    margin-top: 70px;
    background-repeat: no-repeat;
    border-radius: 16px;
    background-position: top;
}
.video-item {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #fff;
    display: inline-block;
    border-radius: 100px;
    font-size: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}
.video-item svg {
    margin: 20px;
}
.video-title {
    font-size: 36px;
    color: #182b5c;
    font-weight: 300;
    margin-top: 20px;
}
.textCntrl {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

/* 
------------------------------
Four Company joint Seminar end
------------------------------
*/




/* 
------------------------
website application development
------------------------
*/
.bsb_content p {
    font-size: clamp(16px, 3vw, 24px);
    color: #fff;
    font-weight: 300;
    line-height: 1.5em;
}
.achivement_section {
    position: relative;
    background: radial-gradient(circle, #f1f7ff 0, #e2effc 100%);
}
.achivement_section .bannerShadow {
    padding: 75px 75px 0;
    background: #fff;
}
.achivement_top_content {
    display: flex;
    flex-wrap: wrap;
    margin: 80px 0;
    border-radius: 16px;
}
.achivement_top_content .achivement_head {
    width: 35%;
}
.achivement_head h4 {
    font-size: clamp(20px, 4vw, 24px);
    color: #556dac;
    padding-bottom: 20px;
    min-width: 70%;
    width: inherit;
    word-break: keep-all;
}
.achivement_top_content .achivement_des {
    width: 65%;
}
.achivement_des p {
    font-size: clamp(16px, 3vw, 24px);
    font-weight: 300;
    line-height: 1.5em;
}
.achivement_list_box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 80px 20px;
    padding: 80px 0;
    width: 100%;
}
.achivement_list {
    position: relative;
    border-left: 1px solid #d6e1fd;
    padding-left: 15%;
}
.achivement_list span {
    font-size: clamp(20px, 4vw, 24px);
    color: #999;
    border-bottom: 2px solid #3471f5;
    text-orientation: mixed;
    padding-top: 10px;
    font-weight: 200;
}
.achivement_list h3 {
    font-size: clamp(18px, 3vw, 28px);
    color: #556dac;
    font-weight: 300;
    margin-top: 26px;
}
.bs_strategies_section, .remark-section {
    position: relative;
    background: radial-gradient(152.89% 59.42% at 49.13% 56.14%, #2e52b0 0, #1a3490 63.5%, #022e83 100%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding: 75px 75px 60px;
}
.bs_strategies_content h3 {
    font-size: 24px;
    font-size: clamp(18px, 4vw, 24px);
    color: #fff;
    font-weight: 300;
    margin-bottom: 55px;
}
.bs_strategies_box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 20px;
    padding: 20px 0;
    width: 100%;
}
.bs_strategies_list {
    background: #4862ad;
    overflow: hidden;
    padding: 40px 30px;
    border-radius: 16px;
}
.bs_strategies_list span {
    position: relative;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    display: block;
}
.bs_strategies_list span:after {
    position: absolute;
    width: 90%;
    height: 1px;
    background: #fff;
    opacity: .2;
    content: "";
    top: 14px;
    left: 45px;
}
.bs_strategies_list h4 {
    font-size: 24px;
    font-size: clamp(18px, 3vw, 24px);
    color: #fff;
    font-weight: 300;
    margin-top: 20px;
}
.benefits_section {
    position: relative;
    background: radial-gradient(circle, #f1f7ff 0, #e2effc 100%);
    padding: 80px 7%;
}
.benefits_wrap {
    display: grid;
    grid-template-columns: 37% auto;
    width: 100%;
    gap: 80px;
}
.benefits_head h3 {
    font-size: clamp(40px, 5vw, 50px);
    color: #556dac;
    font-weight: 300;
}
.benefits_list_box {
    background: #fff;
    padding: 40px 20px;
    border-radius: 16px;
}
.benefits_list_box h3 {
    margin-top: 0;
    margin-bottom: 25px;
    padding-left: .81em;
    text-indent: -.75em;
    line-height: 1.68em;
    font-size: clamp(18px, 3vw, 26px);
    letter-spacing: -1px;
    color: #2654b9;
    font-weight: 300;
    min-height: 5.5rem;
}
.benefits_list_box h3:before {
    content: "\275A\00A0";
    color: #edb933;
}
.benefits_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.benefits_list_box p {
    font-size: clamp(16px, 4vw, 20px);
    color: #555;
    font-weight: 300;
    line-height: 1.5em;
}
.cloud_mifb_section {
    background: #fff;
    position: relative;
    padding: 80px 7%;
}
.cloud_mifb_wrap {
    display: grid;
    grid-template-columns: 34% auto;
    width: 100%;
    gap: 3%;
}
.cloud_mifb_head h3 {
    font-size: clamp(18px, 4vw, 22px);
    font-weight: 300;
    color: #556dac;
}
.cloud_mifb_des p {
    font-size: clamp(16px, 4vw, 22px);
    color: #555;
    line-height: 1.5em;
}
.industries_bfcm_section {
    background: radial-gradient(153.06% 141.42% at 100% 0, #0028b6 0, #60b2ff 100%);
    position: relative;
    padding: 120px 100px;
}
.industries_bfcm_head h3 {
    font-size: clamp(18px, 4vw, 24px);
    color: #fff;
    font-weight: 300;
    margin-bottom: 100px;
}
.industries_bfcm_wrap {
    display: grid;
    grid-template-columns: 50% auto;
    gap: 80px;
}
.industries_bfcm_list ul li {
    font-size: clamp(16px, 2vw, 28px);
    color: #fff;
    font-weight: 300;
    border-bottom: 1px solid hsla(0, 0%, 100%, .2);
    padding-top: 44px;
    padding-bottom: 40px;
    position: relative;
    overflow: hidden;
}
.industries_bfcm_list ul li span {
    position: absolute;
    right: 0;
    font-size: 160px;
    font-weight: 700;
    color: #fff;
    opacity: .1;
    top: 42px;
}
.bs_cases_studies, .transform_business_section {
    background: radial-gradient(circle at 50% 50%, #2e52b0 0, #1a3490 50%, #022e83 99%);
    padding: 100px 75px;
    position: relative;
}
.transform_business_wrap {
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: 65% auto;
    gap: 100px;
    width: 100%;
}
.transform_bs_left h2 {
    font-size: clamp(18px, 4vw, 44px);
    color: #fff;
    font-weight: 500;
    margin-bottom: 65px;
}
.transform_bs_left p {
    font-size: clamp(16px, 4vw, 22px);
    font-weight: 300;
    color: #fff;
    line-height: 1.5em;
}
.contact_button a {
    border: 1px solid #fff;
    display: inline-block;
    border-radius: 100px;
    padding: 23px 42px;
    font-size: clamp(18px, 3vw, 24px);
    color: #fff;
    text-align: center;
    font-weight: 600;
    margin-bottom: 50px;
}
.contact_button span {
    font-size: 16px;
    font-weight: 500;
}
.transform_business_wrap .chs_button .offpro-btn {
    margin-left: 0;
    width: 338px;
}
.startups_section {
    position: relative;
    background: #fbfbfb;
    padding: 115px 100px 90px;
}
.startups_content p {
    font-size: clamp(18px, 4vw, 24px);
    color: #556dac;
    font-weight: 300;
}
.strartups_logo_box {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 20px 20px;
    margin-top: 50px;
    width: 100%;
}
.transform_business_wrap .chs_button .offpro-btn {
    margin-left: 0;
    width: 338px;
}
.term-mobile .bannerImgSideImg img{
    width: 280px;
}
/* 
------------------------
website application development end
------------------------
*/

.archive_content {
    padding-bottom: 50px;
    min-height: 20rem;
}

.archive_content p{
  font-size: 18px;
}




/* 
------------------------
Media Query Start
------------------------
*/


@media only screen and (max-width: 1536px) {
    .cercleboxtwo_innerinner {
        top: 89%;
        left: 88%;
        transform: translate(-88%, -89%);
    }
        .header_innerpartfull{
        display: grid;
        grid-template-columns: 10% 90%;
    }
    .cercleboxtwo_inner.ctgodownone {
        top: 12%;
        right: -2%;
    }
    .cercleboxtwo_inner:after {
        top: 102%;
        left: 50%;
        transform: translate(-50%, -101.5%);
    }
    .home_page_landing_part {
        height: 86rem;
    }
    .cercleboxone_inner {
        width: 650px;
        height: 650px;
    }
    .header_innerpartfull {
        display:grid;
        grid-template-columns: 10% 90%
    }
    .header_innerpartfull > .header_items:nth-child(2) > ul:nth-child(2) {
        margin: 13px 15px;
    }

    .header_innerpartfull>.header_items:nth-child(2)>ul:first-child>li>a,.header_innerpartfull>.header_items:nth-child(2)>ul:nth-child(2)>li>a {
        padding: 7px 10px;
        font-size: 15px
    }

    .cercleboxtwo_inner {
        width: 500px;
        height: 500px;
        top: 2%
    }

    .hero-content {
        padding: 6% 0 0;
        width: 800px
    }

    .hero-text h1 {
        font-size: 55px
    }

    .cercleboxtwo_innerinner {
        top: 89%;
        left: 88%;
        transform: translate(-88%,-89%)
    }

    .cercleboxtwo_inner:after {
        top: 102%;
        left: 50%;
        transform: translate(-50%,-101.5%)
    }

    .cercleboxone_inner.cogodownone {
        width: 650px;
        height: 650px;
        position: absolute;
        top: 7%;
        right: -15%
    }
    .homepage_first.go:before {
        top: 144%;
    }

    .certificate_content {
        grid-template-columns: repeat(4, 1fr);
        padding: 8% 0;
    }
        .header_innerpartfull{
        display: grid;
        grid-template-columns: 10% 90%;
    }
    .cercleboxtwo_inner:after {
        top: 102%;
        left: 50%;
        transform: translate(-50%, -101.5%);
    }
    .home_page_landing_part {
        height: 86rem;
    }
    .cercleboxone_inner {
        width: 650px;
        height: 650px;
    }
    .header_innerpartfull {
        display:grid;
        grid-template-columns: 10% 90%
    }

    .header_innerpartfull>.header_items:nth-child(2)>ul:first-child>li>a,.header_innerpartfull>.header_items:nth-child(2)>ul:nth-child(2)>li>a {
        padding: 7px 10px;
        font-size: 15px
    }

    .cercleboxtwo_inner {
        width: 500px;
        height: 500px;
        top: 2%
    }

    .hero-content {
        padding: 6% 0 0;
        width: 800px
    }

    .hero-text h1 {
        font-size: 55px
    }

    .cercleboxtwo_innerinner {
        top: 89%;
        left: 88%;
        transform: translate(-88%,-89%)
    }

    .cercleboxone_inner.cogodownone {
        width: 650px;
        height: 650px;
        position: absolute;
        top: 7%;
        right: -15%
    }
    .homepage_first.go:before {
        top: 144%;
    }
    .certificate_content {
        grid-template-columns: repeat(4, 1fr);
        padding: 8% 0;
    }
}

@media only screen and (max-width: 1440px) {

    .cercleboxone_inner {
        width: 550px;
        height: 550px
    }

    .cercleboxtwo_inner {
        width: 400px;
        height: 400px
    }

    .hero-text h1 {
        font-size: 50px
    }

    .homepage_first.go:before {
        top: 148%
    }
    .section_heaight {
        height: fit-content;
    }
    /* .chs_button .offpro-btn {
        width: 260px;
        margin-left: 5%;
    } */
    .strengths-circle {
        width: 70%;
    }
    .chs_number {
        margin-left: 0;
        width: 100% !important;
        display: grid;
        height: -moz-max-content;
        height: max-content;
        padding: 7px;
    }
    .chs_button .offpro-btn {
        width: 260px;
        margin-left: 5%;
    }
    .chs_button .offpro-btn {
        padding: 28px 0;
    }
    .contectus_herosection .chs_content h4 {
        font-size: 26px;
    }
    .software-solution-grid-wrap {
        grid-template-columns: repeat(4, 1fr);
    }
    .cercleboxtwo_inner {
        width: 400px;
        height: 400px;
    }
    .homepage_first.go:before {
        top: 148%;
    }
    .certificate_content {
        grid-template-columns: repeat(3, 1fr);
    }
    .benefits_wrap {
        grid-template-columns: 15% auto;
        gap: 20px;
    }
    
}
@media only screen and (max-width: 1366px) {

    .cercleboxtwo_inner {
        width: 400px;
        height: 400px;
        top: 2%
    }

    .cercleboxone_inner {
        width: 550px;
        height: 550px
    }

    .hero-content {
        padding: 6% 0 0;
        width: 700px
    }

    .cercleboxone_inner.cogodownone {
        width: 650px;
        height: 650px;
        top: 5%;
        right: -20%
    }

    .cercleboxtwo_inner.ctgodownone {
        top: 13%;
        right: -2%
    }

    .home_page_landing_part {
        height: 90rem;
        overflow: hidden
    }

    .home_page_landing_part:before {
        width: 120%;
        height: 110%
    }

    .homepage_first.go:before {
        height: 65%
    }

    .half-circle {
        left: unset;
    }
    .contectus_herosection {
        grid-template-columns: 45% 25% 30%;
        padding: 80px 40px 60px;
    }

    .hero-text h1 {
        font-size: 45px
    }

    .homepage_first.go::before {
        top: 157%
    }

    .chs_button .offpro-btn {
        padding: 26px 0
    }

    .black-title {
        font-size: 35px
    }

    .paragraph p {
        font-size: 30px
    }

    .member-body {
        padding: 7% 2%
    }
    .homepage_first.go::before {
        top: 157%;
    }
    .chs_button .offpro-btn {
        padding: 26px 0;
    }
}
@media only screen and (max-width: 1280px) {
    .homepage_first.go::before {
        top: 155%;
    }
    .strartups_logo_box {
        display: grid
;
        grid-template-columns: repeat(6, 1fr);
    }
}
@media only screen and (max-width: 1199px) {
    .contectus_herosection {
        display: grid !important;
        grid-template-columns: 40% 29% 30%;
        justify-content: space-between;
        align-items: center;
    }
    .contectus_herosection .chs_content h4 {
        font-size: 16px;
        line-height: 30px;
    }
    .chs_button .offpro-btn {
        margin-left: 0;
    }
    .chs_button .offpro-btn {
        width: 100% !important;
        padding: 18px 0;
        margin-top: 0 !important;
    }
    .chs_number a {
        font-size: 18px;
    }
    .chs_button .offpro-btn {
        margin-left: 0;
    }

    .strartups_logo_box {
        grid-template-columns: repeat(4, 1fr);
    }
    .transform_btn .chs_button .offpro-btn {
        width: 257px !important;
        padding: 32px;
    }
     .partnerBox .dell_logo {
        max-width: 100%;
    }
}
@media only screen and (max-width: 1024px) {
        .homepage_first.go::before {
        top: 155%;
    }
        .homepage_first.go::before {
        height: 55%;
    }
    .section_heaight {
        height: -moz-fit-content;
        height: fit-content;
    }
    .companyDetails {
        grid-template-columns: 30% 70%;
    }
    .companyDetails .textMiddle, 
    .companyDetails .textRight {
        padding-left: 20px;
    }
    .newsArea {
        padding: 20px 12px 115px 0;
    }
    .chs_number h5 {
        font-size: 12px;
    }
    .header_layoutthree h4 {
        font-size: 40px;
    }
    .hero-text h1 {
        font-size: 36px;
    }
    .paragraph span {
        font-size: 20px;
        line-height: 30px;
    }
    .hero-content {
        padding: 15% 0 0 4%;
        width: 570px;
    }
    .cercleboxtwo_inner {
        width: 300px;
        height: 300px;
    }
    .cercleboxone_inner {
        width: 350px;
        height: 350px;
    }
    .cercleboxone_inner {
        top: -3%;
    }
    .home_page_landing_part::before {
        top: 42%;
    }
    .customer_text h4 {
        font-size: 40px;
    }

    .security-solution {
        margin: 32% auto 0%;
    }
     .home_page_landing_part:before {
        top: 42%;
    }

    .transform_business_wrap{
        gap: 40px;
    }
    .transform_bs_left h2{
        margin-bottom: 40px;
    }
    .partnerBox {
        padding: 40px 30px;
    }
   
}
@media only screen and (max-width: 991px) {
      /* slicknav_menu */
        .header_partfull{
            display: none;
        }
        .mobile_header{
            display: block;
        }


      /* slicknav_menu */
    .homepage_first.go::before {
        top: 150%;
    }
        .homepage_first.go::before {
        top: 160%;
    }
    .strengths-circle {
        width: 100%;
    }
    .startygy_image{
        margin-top: 20px;
    }
    .designation-info{
        border-right: none;
    }
    .comInfoSection2 .logo_img,
    .comInfoSection .logo_img {
        padding-bottom: 25px;
    }
    .newsArea {
        padding: 20px 12px 0 0;
    }
    .achivement_list_box, .bs_strategies_box, 
    .certificate_content, .serSecSolCont, 
    .serTopBoxCont {
        grid-template-columns: repeat(2, 1fr);
    }

    .security-solution {
        margin: 45% auto 0%;
    }
    .security_solutioncercle_left svg, 
    .security_solutioncercle_right svg {
        width: 550px;
    }
    .section-head .section-title::before{
        left: -5%;
    }
    .benefits_list {
        grid-template-columns: repeat(2, 1fr);
    }
    .benefits_wrap, .cloud_mifb_wrap {
        display: table;
    }
    .industries_bfcm_list ul li span {
        font-size: 60px;
    }
    .brLine {
        border-right: none;
    }
    .partnerBox{
        min-height: 300px;
    }
    .res_bb_line{
        border-bottom: 1px solid #e4eafb;
    }
}

@media only screen and (max-width: 768px) {
    .ProjectDetailsBox:before{
        display: none;
    }
    .singlePageLine {
        font-size: 14px;
    }
    .companyInfoDeatailsList {
        margin-top: 20px;
        margin-left: 0;
    }
    .companyInfoList ul li p{
        line-height: 2em !important;
    }
    .bannerCicle {
        opacity: .1;
    }
    .about-page-banner-text h3 {
        font-size: 20px;
    }
   .member-des p, 
   .strengths-content p {
        font-size: 14px;
        padding: 0;
    }
    .about-page-banner-text p{
        font-size: 14px;
    }
    .paragraph p {
        line-height: 2em !important;
    }
    .paragraph p {
        font-size: 30px;
    }
 
        .strengths-content h4 {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .contectus_herosection .chs_content h4 {
        font-size: 12px;
    }
      .footer_section:before {
        width: 150px;
        height: 150px;
    }
    .software-solution-grid-wrap {
        grid-template-columns: repeat(3, 1fr);
    }
    .hero-text h1 {
        font-size: 32px;
    }
    .paragraph span {
        font-size: 16px;
        line-height: 30px;
    }
    .hero-content {
        padding: 25% 0 0 4%;
        width: 500px;
    }
    .customer_text h4 {
        font-size: 24px;
    }
        .cercleboxtwo_inner {
        width: 280px;
        height: 280px;
    }
    .cercleboxtwo_inner {
        top: 1%;
        right: -9%;
    }
    .cercleboxone_inner {
        position: absolute;
        top: -2%;
        right: -24%;
        opacity: .5;
    }
        .cercleboxone_inner.cogodownone {
        width: 500px;
        height: 500px;
        top: 7%;
        right: -20%;
    }
    .homepage_first:before {
        width: 80%;
        height: 90%;
    }
    .homepage_first.go:before {
        top: 155%;
    }
    .home_page_landing_part {
        height: 80rem;
        overflow: hidden;
    }
    .cercleboxtwo_inner.ctgodownone {
        top: 10%;
    }
    .contactField ul li {
        padding: 30px 0px 30px 0px;
    }
    .seminar-details ul li {
        flex-direction: column;
        gap: 0;
    }
     .software_security_solution {
        padding-top: 30px;
        padding-bottom: 60px;
    }
    .hero-text h1 {
        font-size: 20px;
    }
    .cercleboxone_inner.cogodownone {
        width: 300px;
        height: 300px;
        position: absolute;
    }
    .transform_business_wrap {
        grid-template-columns: repeat(1, 1fr);
        text-align: center;
    }
    .transform_business_wrap .transform_bs_right{
        margin: 0 auto;
    }
    .achivement_top_content .achivement_head {
        width: 100%;
    }
    .achivement_top_content .achivement_des {
    width: 100%;
    }
     .industries_bfcm_section {
        background: radial-gradient(153.06% 141.42% at 100% 0, #0028b6 0, #60b2ff 100%);
        position: relative;
        padding: 120px 20px;
    }
     .industries_bfcm_wrap {
        grid-template-columns: repeat(1, 1fr);
        gap: 0;
    }
    .strartups_logo_box {
        grid-template-columns: repeat(3, 1fr);
    }
     #EStoreManagementSystem .breadcrumb-section,
     #AWSCloudMigration .breadcrumb-section,
    #KPIManagementSystem .breadcrumb-section{
        padding: 60px 4.5% 0;
    }

       #AWSCloudMigration .breadcrumb-section .bsb_content,
    #EStoreManagementSystem .breadcrumb-section .bsb_content,
    #KPIManagementSystem .breadcrumb-section .bsb_content{
        padding-bottom: 0px;
    }
    .title_layoutfour h4{
        padding: 120px 0 10px;
    }
    .certificate_section{
        padding-bottom: 80px;
    }
    .aboutsystem_client {
        padding: 110px 0;
    }
    .client_layout {
    padding-top: 70px;
    padding-bottom: 60px;
    }
}

@media (max-width: 667px) {

    .bsb_content {
        padding-top: 50px;
        padding-bottom: 20px;
    }
     .case-head {
        font-size: 22px !important;
    }
    .strength-body {
        padding: 7% 20px;
    }
    .basic-policy-section, .member-body {
        padding: 70px 0;
    }
    .companyDetails .textLeft {
        border-right: 1px solid transparent;
        border-bottom: 1px dashed #556dac85;
    }
    .companyDetails {
        grid-template-columns: 100%;
    }
    .companyDetails .textLeft {
        padding: 20px 0 8px;
        /* font-weight: 700; */
    }
    .companyDetails .textRight {
        padding-left: 0;
        padding-bottom: 20px;
    }
    .companyDetails {
        font-size: 20px;
    }
    .comInfoSection,
    .comInfoSection2{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .contectus_herosection .chs_content h4 {
        font-size: 15px;
    }
    .contectus_herosection {
        grid-template-columns: 100%;
        text-align: center;
        gap: 10px;
        border-radius: 30px;
    }
    .security_list_parent{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .security_list1{
        order: 2;
      
    }
     .security_list2{
        order: 1;
    }
      .security_list3 {
        order: 3;
        margin-top: 60px;
    }

    .software-security-content{
        padding-bottom: 40px;
    }
    .strartups_logo_box {
        grid-template-columns: repeat(3, 1fr);
    }
    .achivement_section .bannerShadow {
        padding: 75px 20px 0;
    }
    .bs_strategies_section {
        padding: 75px 20px 60px;
    }
    .benefits_section {
        padding: 10% 2%;
    }
    .cloud_mifb_section {
        padding: 80px 2%;
    }
   
    .industries_bfcm_head h3 {
        margin-bottom: 40px;
    }
    .transform_business_section {
        padding: 70px 20px;
    }
    .startups_section {
        padding: 115px 20px 90px;
    }
    .software_solution{
        padding: 5rem 0rem 5rem;
    }
    
}
@media (max-width: 576px) {
    .mobilenav{
        width: 100%;
    }
    .bsb_content {
        padding-top: 10px;
    }
    .newsSection {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .accordionContent {
        grid-template-columns: 100%;
    }
    .headTitle {
        margin-bottom: 20px;
    }
    .contactField .formBody .formLi{
        grid-template-columns: 100%;
            padding: 20px 15px 20px 15px;
    }
    .contactField .span {
        border-right: none;
        margin-right: 0px;
    }
    .contactField .span p {
            font-size: 16px;
    }
    .submit{
        padding: 3% 40px;
    }

    .footer_parts ul {
        grid-template-columns: 100%;
    }
    .header_layoutthree h4 {
        font-size: 20px !important;
        text-align: center;
    }
    .bg_animite {
        height: 30rem;
    }
    .footer_firstpart {
        height: 40rem;
    }
    .software-solution-grid-wrap {
        grid-template-columns: repeat(1, 1fr);
    }

    .company_overview_list{
        padding: 0 20px 10px 20px
    }
    .certificate_content {
        grid-template-columns: repeat(1, 1fr);
    }
    .security_solutioncercle_left svg, 
    .security_solutioncercle_right svg{
        width: 540px;
    }
    .content-right{
        text-align: center;
    }
   .security_solutioncercle_right {
        top: 43%;
    }
    .security_solutioncercle_left {
        top: 43%;
    }
    .security-solution {
        margin: 0% auto 0%;
    }
    .software-security-content{
        width: 100%;
        text-align: center;
    }
    .security_list1 {
        order: 2;
        margin-top: 140px;
    }
    .offpro-btn {
        width: 180px;
        padding: 10px 18px;
    }
    .hero-content button {
        margin-top: 25px;
    }
    .paragraph span {
        font-size: 12px;
        line-height: 20px;
    }
    .homepage_first:before {
        width: 95%;
        height: 80%;
        top: 80%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .hero-content {
        padding: 75% 0 0 4%;
       width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
        .hero-text h1 {
        margin-bottom: 30px;
    }
    .home_page_landing_part:before {
        width: 355%;
        height: 110%;
    }
    .customer_text {
        padding: 5rem 5rem;
    }
    .cercleboxone_inner:after {
     top: 103%;
    }
    .cercleboxtwo_inner {
        top: -2%;
        right: -10%;
        opacity: .5;
    }
    .cercleboxtwo_inner.ctgodownone {
        top: 11%;
        right: -200%;
    }
    .strartups_logo_box {
        grid-template-columns: repeat(2, 1fr);
    }
    .benefits_list {
        grid-template-columns: repeat(1, 1fr);
    }
    .bs_strategies_box{
         grid-template-columns: repeat(1, 1fr);
    }
    .achivement_list_box{
         grid-template-columns: repeat(1, 1fr);
    }
    .meta-tag {
        align-items: start !important;
        flex-direction: column;
    }
    .seminar-head {
        width: 100%;
    }
    .seminar-details ul li {
        flex-wrap: wrap;
        gap: 20px;
    }
    .partnerBox {
        padding: 25px 30px;
    }
    .seminar-section{
        padding-bottom: 30px;
    }
    .speaker-box h2 {
        margin-top: 30px;
    }
}
@media (max-width: 480px) {
  .customer_text {
        padding: 0rem 1rem;
    }
    .companyInfoList ul li {
    grid-template-columns: 100%;
    }
}
@media (max-width: 375px) {
    
    .security_solutioncercle_left svg, 
        .security_solutioncercle_right svg {
        width: 425px;
    }
    
}
@media (max-width: 320px) {
    .homepage_first.go:before {
        top: 167%;
    }
}
        

/* 
------------------------
Media Query End
------------------------
*/
