body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins-Regular';
}

header,
section,
footer,
.heading_section {
    width: 100%;
    float: left;
}

header {
    z-index: 9999;
    position: fixed;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

h1,
h2 {
    font-family: 'Poppins-Medium';
}

p {
    font-family: 'Poppins-Regular';
}

#loader {
    position: fixed;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: url('../images/Ripple-1s-200px.svg') center center no-repeat rgba(0, 0, 0, 0.7);
}


.subheader {
    width: 100%;
    float: left;
    text-align: center;
    background: #eefdff;
    border-bottom: 1px solid #10b2a7;
}

.subheader h3 {
    width: 100%;
    float: left;
    font-family: 'Poppins-Medium';
    font-size: 16px;
    color: #010101;
    padding: 18px 0;
    margin: 0;
}

.subheader h3 span {
    font-family: 'Poppins-Medium';
    font-weight: 600;
}

.heaser_section {
    width: 100%;
    float: left;
    padding: 10px 0;
    display: flex;
    align-items: center;
    /* -webkit-box-shadow: 0px 1px 6px 0px rgba(191, 191, 191, 0.3);
    -moz-box-shadow: 0px 1px 6px 0px rgba(191, 191, 191, 0.3);
    box-shadow: 0px 1px 6px 0px rgba(191, 191, 191, 0.3); */
}

.bg_color {
    background-color: #ffffff;
    border-top:5px solid #1c75db;
    -webkit-box-shadow: 0px 1px 6px 0px rgb(191 191 191 / 50%);
    -moz-box-shadow: 0px 1px 6px 0px rgba(191,191,191,0.5);
    box-shadow: 0px 1px 6px 0px rgb(191 191 191 / 50%);
}

.heaser_section nav {
    padding: 0px 0px;
}

.nav_logo {
    margin-right: 25px;
}

.nav_logo img {
    width: 240px;
    height: auto;
    object-fit: contain;
}

.header_menu_links ul li {
    padding: 0px 16px!important;
    float: left;
}

.header_menu_links ul li .nav-link {
    color: #303030 !important;
    font-family: 'Poppins-Medium';
    font-size: 15px;
    padding: 10px 0px 15px 0px;
    opacity: 1;
    border-top:3px solid #ffffff;
}

.header_menu_links ul li .nav-link:hover {
    opacity: .8;
    color:#1171de !important;
    border-top:3px solid #1171de;
}

.header_menu_links ul .nav-item:last-child {
    padding-right: 0px !important;

}

.letstalk{
  float: right;
}
.letstalk .contact_link {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: solid 1px #10b2a7;
  background-color: #10b2a7;
  color: #ffffff !important;
  padding: 7px 24px 8px 24px  !important;
  font-family: 'Poppins-Bold';
}

.letstalk .contact_link:hover {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: solid 1px #303030;
  background: transparent;
  color: #303030 !important;
  padding: 7px 24px 8px 24px  !important;
  font-family: 'Poppins-Bold';
}




.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    width: 8px;
    height: 8px;
    border: solid 1.5px #303030;
    border-top: 0;
    border-left: 0;
    transform: rotate(45deg);
    position: absolute;
    top: 17px;
    right: 5px;
}

.header_menu_links ul li.active .dropdown-toggle::after{
  border: solid 1.5px #1171de !important;
  border-top: 0px !important;
  border-left: 0px !important;
}

.menu-dropdown .menu-dropdown a {
    padding: 8px 22px;
}

.menu-dropdown {
    border: 0px;
    box-shadow: 0px 8px 10px rgba(33, 33, 33, 0.1)
}

.menu-dropdown .dropdown-item{
    font-family: 'Poppins-Regular';
    font-size: 14px;
    color: #363636;
    padding-bottom: 5px;
    border-bottom:1px solid #dcdcdc;
    padding-top:10px;
    padding-bottom:10px;
}

.menu-dropdown .dropdown-item:active{
    color: #ffffff !important;
}

.greatcustomsoftware {
    width: 100%;
    float: left;
    /* background-image: linear-gradient(to bottom, #f7f5ff 1%, #ffffff); */
    /*height: 88vh;*/
    /* justify-content: center;
    align-items: center; */
    padding: 80px 0;
   
}

.aboutbanner{
  width: 100%;
  float: left;
  padding: 80px 0;
  background: url("../images/aboutbanner.jpg");
  background-repeat: no-repeat;
  min-height: 350px;
  margin-bottom: 30px;
}
.aboutbanner_heading {
    width: 100%;
    float: left;
    text-align: left;
    padding:50px 0px;
}

.aboutbanner_heading h1 {
    color: #ffffff;
    font-size: 38px;
    font-family: 'Poppins-Bold';
    line-height: 45px;
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
}
.aboutbanner_heading p {
  color:#ffffff;
  font-size: 25px;
  font-family: 'Poppins-Regular';
  line-height: 35px;
  width: 100%;
  float: left;
  text-align: center;
  padding-top:14px;
}
.about_content{
  width: 100%;
  float: left;
  margin-top:10px;
}

.about_content h4{
  width: 100%;
  float: left;
  font-family: 'Poppins-Bold';
  font-size: 32px;
  color:#031b4e;
}

.about_content p{
  width: 100%;
  float: left;
  font-family: 'Poppins-Regular';
  font-size: 18px;
  line-height: 31px;
  color: #5b6987;
  margin-bottom: 10px;
}

.about_content a{
  width: auto;
float: none;
font-family: 'Poppins-Medium';
font-size: 16px;
color: #10b2a7;
background: transparent;
padding: 8px 0px;
display: inline-block;
}
.about_content a img {
    -moz-animation: bounce 3s infinite;
    -webkit-animation: bounce 3s infinite;
    animation: bounce 3s infinite;
    padding-left: 8px;
    width: 26px;
    height: auto;
    object-fit: contain;
}
.about_content a:hover{
  opacity: 0.7;
}
.aboutdata{
  width: 100%;
  float: left;
  padding-bottom: 40px;

}
.aboutcontent{
  border-bottom: 1px solid #dcdcdc;
  width: 100%;
  float: left;
  padding-bottom: 40px;
}
.aboutcontent1{
  width: 100%;
  float: left;
  padding-bottom: 40px;
}
.about_img{
  width: 100%;
  float: left;
}

.about_img img{
  width: 100%;
  float: left;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}


.greatcustom_heading {
    width: 100%;
    float: left;
    text-align: left;
    margin-top:10px;
    padding-right:30px;
}

.greatcustom_heading h1 {
    text-align: left;
    color: #0d2235;
    font-size:37px;
    font-family: 'Poppins-Bold';
    line-height:43px;
    width: 100%;
    float: left;
    margin: 0px 0px 25px 0px;
    padding: 0;
}

.greatcustom_heading p{
    width: 100%;
    float: left;
    color: #5f7586;
    font-size: 16px;
    font-family: 'Poppins-Regular';
    text-align: justify;
}

.greatcustom_heading p strong{
    color:#0d2235;
}

.homemenu{
    width: 100%;
    float: right;
}

.homemenu ul{
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.homemenu ul li{
    float: left;
    width: 50%;
    text-align: center;
    padding: 20px;
}

.homemenu ul li img{
    width:85px;
    padding:20px;
    background: #e6e8ea;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-top:10px;
}

.homemenu ul li a{
    width: 100%;
    float: left;
    font-family: 'Poppins-Medium';
    font-size: 16px;
    color:#0d2235; 
}

.homemenu ul li a:hover{
    color:#1171de;
}

.homemenu ul li.active a,.homemenu ul li.active a:hover{
    color:#1171de;
}
.homemenu ul li.active a img,.homemenu ul li.active a:hover img{
    background: #b5d5f9;
}
.homemenu ul li span{
    width:100%;
    float: left;
    text-align: center;
    margin-top:6px;
}
.homemenu ul li:nth-child(1), .homemenu ul li:nth-child(3){
    border-right: 1px solid #cdcdcd;
}
.homemenu ul li:nth-child(1), .homemenu ul li:nth-child(2){
    border-bottom: 1px solid #cdcdcd;
}

.greatcustom_heading h3 {
    width: 100%;
    float: left;
    margin: 20px 0 0 0;
    padding: 0;
    line-height: 1.5;
    text-align: left;
    color: #515978;
    font-size: 25px;
    font-family: 'Poppins-Light';
    font-weight: 300;
}

.subheading_clor {
    font-family: 'Poppins-Light';
}

.letsstart {
    width: 100%;
    float: left;
    margin-top: 0px;
}

.letsstart a {
    width: auto;
    float: none;
    font-family: 'Poppins-Medium';
    font-size: 16px;
    color: #0d2235;
    background: transparent;
    padding: 14px 0px;
    display: inline-block;
}

.letsstart a img {
    padding-left: 8px;
    width: 26px;
    height: auto;
    object-fit: contain;
}

.greatcustom_image {
    width: 100%;
    float: left;
    text-align: center;
}

.bannerimage {
    width: 100%;
    float: left;
    margin: 10px 0;
}

.bannerimage img {
    width: auto;
    float: none;
    height: 485px;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    object-fit: contain;
}

.enablingitsclients_section {
    width: 100%;
    float: left;
    padding: 80px 0;
    /* background: #f5f7ff; */
    position: relative;
}

.softwaredevlopment {
    width: 100%;
    float: left;
    text-align: center;
    padding: 18px;
    /* border: 1px solid #ffc9c9; */
    background: #ffffff;
    padding: 30px 18px;
}

.software_image {
    width: 100%;
    float: left;
}

.software_image svg {
    fill: #0c928a;
    padding: 20px;
}

.software_image img {
    width: 60px;
    height: 60px;
    display: block;
    object-fit: contain;
    margin: 0 auto;
}

.softwaredevlopment h3 {
    font-size: 20px;
    font-family: 'Poppins-Medium';
    width: 100%;
    float: left;
    margin: 16px 0 16px 0;
    padding: 0;
    color: #000000;
    text-align: center;
}

.softwaredevlopment p {
    font-size: 15px;
    font-family: 'Poppins-Regular';
    width: 100%;
    float: left;
    margin: 0;
    padding: 0px 14px;
    color: #333333;
    text-align: center;
    min-height: 68px;
}

.softwaredevlopment a {
    width: auto;
    float: none;
    font-family: 'Poppins-Semibold';
    font-size: 14px;
    color: #0c928a;
    /* border-radius: 4px; */
    /* border: solid 1px #0c928a; */
    /* background-color: #ffffff; */
    padding: 0px;
    /* display: inline-block; */
    margin-top: 22px;
    display: inline-block;
}

.softwaredevlopment a img {
    width: 12px;
    margin-left: 4px;
}

.m-t-25 {
    margin-top: 25px;
}

.stablesecure_section {
    width: 100%;
    float: left;
    padding: 50px 0 50px 0;
    background: #f9f9f9;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    flex-direction: column;
}

.companytimeline {
    width: 100%;
    float: left;
    padding: 50px 0 50px 0;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    flex-flow: column;
    flex-direction: column;
    background-color: #f9f9f9;
}

.stabel_heading {
    width: 100%;
    float: left;
}

.stabel_heading h2 {
    text-align: center;
    color: #ffffff;
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    line-height: 53px;
    font-size: 40px;
    font-family: 'Poppins-Bold';
}

.stabelsecurescalable_inner {
    padding: 0 15px;
}

.custom_software_develop {
    width: 100%;
    float: left;
    background: #fff;
    padding: 18px 12px;
    border: 2px solid #aededb;
    border-radius: 4px;
    box-shadow: 0 0 8px rgba(246, 223, 181, 0.22);
}

.left_customsoftware {
    width: 28%;
    float: left;
}

.left_customsoftware img {
    width: 65px;
    height: 65px;
    object-fit: contain;
    margin: 0 auto;
    float: none;
    background: antiquewhite;
    border-radius: 50%;
    display: block;
}

.right_customsoftware {
    width: 72%;
    float: left;
}

.right_customsoftware h3 {
    font-size: 16px;
    font-family: 'ins-Medium';
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    color: #231f20;
    min-height: 26px;
}

.right_customsoftware p {
    font-size: 14px;
    font-family: 'Poppins-Regular';
    width: 100%;
    float: left;
    margin: 8px 0 0 0;
    padding: 0;
    color: #6b6b6b;
    display: block;
    display: -webkit-box;
    max-width: 200px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.overdesign_development {
    width: 100%;
    float: left;
    background-image: linear-gradient(to bottom, #ffffff 1%, #f7f5ff);
    padding: 25px 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.ourdesign_development_inner,
.techstack_inner,
.howdevelopmment_inner,
.letsdiscussinner,
.slider_inner,
.stabelsecurescalable_inner,
.enblingitsclients_inner,
.howheadrunstarted_inner {
    width: 100%;
    float: left;
}

.uxdrivern_section {
    border-radius: 10px;
    box-shadow: 0 0 8px 0 #edebf1;
    background-color: #ffffff;
    padding: 20px;
    width: 100%;
    float: left;
}

.uxdrivern_section .uxdriven_img {
    border-radius: 5px;
    width: 40px;
    height: 40px;
    padding: 6px;
    margin-bottom: 8px;
    float: left;
    text-align: center;
}

.designcolor_1 {
    background-color: #c6f0b4;
}

.designcolor_2 {
    background-color: #fcaebf;
}

.designcolor_3 {
    background-color: #fff2e5;
}

.designcolor_4 {
    background-color: #a0d2f7;
}

.designcolor_5 {
    background-color: #b7eff9;
}

.designcolor_6 {
    background-color: #c4b8fc;
}

.uxdrivern_section .uxdriven_img img {
    width: 25px;
    height: 25px;
    object-fit: contain;
}

.uxdrivern_section h3 {
    font-size: 20px;
    font-family: 'Poppins-Medium';
    width: 100%;
    float: left;
    margin: 0 0 8px 0;
    padding: 0;
    color: #231f20;
}

.uxdrivern_section p {
    font-size: 15px;
    font-family: 'Poppins-Regular';
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    color: #6b6b6b;
}

.mt_30 {
    margin-top: 30px;
}

.techstack_section {
    width: 100%;
    float: left;
    padding: 80px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.techstack_tabs {
    width: 100%;
    float: left;
    position: relative;
    z-index: 9;
}

.techstack_tabs .nav-tabs {
    border-bottom: 0px;
    justify-content: center;
}

.techstack_tabs .nav-tabs .nav-item {
    padding: 0 6px;
}

.techstack_tabs .nav-tabs .nav-link {
    color: #6b6b6b;
    font-family: 'Poppins-Medium';
    border: 0px;
    border-radius: 0px;
    border-bottom: 2px solid transparent;
}

.techstack_tabs .nav-tabs .nav-link:hover {
    border: 0px;
    border-radius: 0px;
    color: #0c928a;
}

.techstack_tabs .nav-tabs .nav-link.active {
    font-family: 'Poppins-Medium';
    border: 0px;
    border-radius: 0px;
    border-bottom: 2px solid #0c928a;
    color: #0c928a;
}

.techstack_logos {
    width: 100%;
    float: left;
    display: flex;
    /* flex-direction: unset; */
    flex-flow: wrap;
    justify-content: center;
    margin-top: 35px;
}

.tab_content_logo {
    width: 19%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    padding: 12px;
    margin: 2px;
    border-radius: 4px;
    border: 1px solid #dcdcdc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.tab_content_logo img {
    width: 75px;
    float: left;
    height: 60px;
    object-fit: contain;
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    opacity: 0.8;
}

.howdevelopment_section,
.slidersays_section {
    width: 100%;
    float: left;
    padding: 0px 0;
    display: flex;
    align-items: center;
    margin-top:95px;
}

.letsdiscuss_section {
    width: 100%;
    float: left;
    padding: 0px 0;
    align-items: center;
    position: relative;
}

.footerdata {
    position: relative;
    width: 100%;
    height: 100vh;
    align-items: center;
    float: left;
    padding-top: 45px;
}

.devlopment_services {
    justify-content: space-evenly;
}

.mt_50 {
    margin-top: 50px;
}

.assamble_section {
    width: 100%;
    float: left;
    /* border: 2px solid #d3d3d3; */
    padding: 15px;
    position: relative;
}

.assamble_image {
    width: 82px;
    height: 82px;
    object-fit: contain;
    border-radius: 50%;
    margin: 0 auto 12px auto;
    display: block;
    padding: 14px;
}

.assamble_image img {
    width: 38px;
    height: 100%;
    object-fit: contain;
    margin: 0 auto;
    display: block;
}

.assamble_section h3 {
    font-size: 16px;
    font-family: 'Poppins-Medium';
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    color: #231f20;
}

.assamble_section p {
    font-size: 14px;
    font-family: 'Poppins-Regular';
    width: 100%;
    float: left;
    margin: 8px 0 0 0;
    padding: 0;
    color: #6b6b6b;
}

.asbmble_1 {
    border: 2px solid #dce7f9;
}

.asbmble_2 {
    border: 2px solid #b5f7f3;
}

.asbmble_3 {
    border: 2px solid #f6dfb5;
}

.asbmble_4 {
    border: 2px solid #fccccc;
}

.asbmble_5 {
    border: 2px solid #c7e2ff;
}

.asbmble_6 {
    border: 2px solid #d4fac1;
}

.asbmble_img_1 {
    background: #dce7f9;
}

.asbmble_img_2 {
    background: #b5f7f3;
}

.asbmble_img_3 {
    background: #f6dfb5;
}

.asbmble_img_4 {
    background: #fccccc;
}

.asbmble_img_5 {
    background: #c7e2ff;
}

.asbmble_img_6 {
    background: #d4fac1;
}

.assamble_section_top::after {
    content: "";
    width: 45px;
    height: 35px;
    position: absolute;
    top: 50%;
    right: -36px;
    transform: translateY(-50%);
}

.assamble_section_bottom::before {
    content: "";
    width: 45px;
    height: 35px;
    position: absolute;
    top: 50%;
    left: -36px;
    transform: translateY(-50%);
}

.asbmble_1::after {
    background: url(../images/1.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.asbmble_2::after {
    background: url(../images/2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.asbmble_3::after {
    background: url(../images/3.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.asbmble_4::before {
    background: url(../images/6.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.asbmble_5::before {
    background: url(../images/5.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.asbmble_6::before {
    background: url(../images/4.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.orange_line {
    position: absolute;
    top: 50%;
    right: -65px;
}

.orange_line img {
    width: auto;
    height: 281px;
    object-fit: contain;
    overflow: hidden;
}

.red_line {
    position: absolute;
    top: 50%;
    left: -65px;
}

.red_line img {
    width: auto;
    height: 281px;
    object-fit: contain;
    overflow: hidden;
}

.footer_section {
    width: 100%;
    float: left;
    padding: 80px 0;
    background: #0d2235;
}

.footer_logo_sec,
.footer_menulinks {
    width: 100%;
    float: left;
}

.footer_logo_sec {
    margin-top: 5px;
}

.footer_logo_sec img {
    width: 125px;
    object-fit: contain;
    height: auto;
}

.footer_menulinks .nav-link {
    color: #6b6b6b;
    font-size: 16px;
}

.footer_menulinks .nav-link:hover {
    color: #0c928a;
    font-size: 16px;
}

.footer_menulinks {
    padding-top: 5px;
}

.footer_menulinks ul li:last-child .nav-link {
    padding-right: 0px !important;
}

.footer-content{
    width:100%;
    float: left;
}

.footer-content h3{
    width:100%;
    float: left;
    font-family: 'Poppins-SemiBold';
    font-size:18px;
    color:#ffffff;
    margin-bottom: 20px;
}

.footer-content p{
    width: 100%;
    float: left;
    color: #ffffff;
    font-size: 14px;
    font-family: 'Poppins-Light';
    line-height:26px;
}

.footer-content ul{
    float: left;
    width:100%;
    margin:0px;
    padding:0px;
}

.footer-content ul li{
    width:100%;
    float: left;
    margin-bottom: 8px;
}

.footer-content ul li a{
    width: 100%;
    float: left;
    color: #ffffff;
    font-size: 14px;
    font-family: 'Poppins-Light';
    line-height:26px;
}

.footer-content ul li a:hover{
    color:#1171de;
}

.footer-content ul li .home{
    width:60px;
    float: left;
}

.footer-content ul li .home i{
    color:#ffffff;
    font-size:30px;
}

.footer-content ul li .homecontent{
    width:calc(100% - 60px);
    float: left;
    color: #ffffff;
    font-size: 14px;
    font-family: 'Poppins-Light';
    line-height:26px;
}

.footer-content ul.social{
    width:100%;
    float: left;
    margin-top:15px;
}
.footer-content ul.social li{
    float: left;
    width:auto;
    margin-right:15px;
}

.footer-content ul.social li a{
    background: transparent;
}



.footer-content ul.social li a i{
    font-size:17px;
    width:45px;
    height: 45px;
    float: left;
    border:1px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding:9px 15px;
    line-height: 25px;
}

.footer-content ul.social li a:hover i{
    border:1px solid #1171de;
    background: #1171de;
    color:#fff
}


.copyright{
    width:100%;
    float: left;
    background: #0e263b;
    text-align: center;
    padding:25px 0px;
    font-size: 14px;
    color:#ffffff;
    font-family: 'Poppins-Regular';
    margin-top:40px;
}

.copyright span{
    color:#006aec;
}
/* contact form */

.contact_feild {
    width: 100%;
    float: left;
}

.contact_input {
    width: 100%;
    float: left;
    padding: 10px 0px;
    border:0px;
    border-bottom: 2px solid #d7dada;
    margin-bottom: 25px;
}

.contact_input:hover,.contact_input:focus {
  border-bottom: 2px solid #10b2a7;
  color:#099d91;
}



.social_links {
    width: 100%;
    float: left;
}

.social_links ul {
    float: right;
    width: auto;
    margin-top: 3px;
}

.social_links ul li {
    display: inline-block;
    padding: 0 10px;
}

.social_links ul li i {
    font-size: 20px;
    color: #6b6b6b;
}

.social_links ul li a i {
    font-size: 20px;
    color: #6b6b6b;
}

.social_links ul li a:hover i {
    font-size: 20px;
    color: #0c928a;
}

.social_links ul li:last-child {
    padding-right: 0px;
}

.letstalk_iiner {
    width: 100%;
    float: left;
}

.whatsyourname {
    width: 100%;
    float: left;
    margin-bottom: 25px;
    font-family: 'Poppins-Regular';
}

.submit_box {
    width: 100%;
    float: left;
    margin-bottom: 5px;
}

.whatsyourname .inputnames {
    width: 100%;
    float: left;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 1px solid #d2d2d2;
    padding: 10px 0px;
    font-size: 16px;
    font-family: 'Poppins-Regular';
    outline: none;
}

.phoneorskype {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    font-family: 'Poppins';
    font-size: 14px;
    color: #989898;
}

.mb_15 {
    margin-bottom: 15px !important;
}

.black {
    color: #ffffff !important;
}

.black span {
    color: #ffffff !important;
}

.language-support-content {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 40px;
    margin-bottom:40px;
}

.language-support-content ul {
    float: left;
    width: 100%;
    text-align: center;
    justify-content: center;
    display: flex;
    margin-left: 0;
    margin-bottom: 0;
}

.language-support-content ul li {
    float: left;
    width: 20%;
    list-style-type: none;
    padding: 10px;
}

.language-support-content ul li a{
    width:100%;
    float: left;
    font-family: 'Poppins-SemiBold';
    font-size: 15px;
    color:#ffff;
}

.bluebar{
    width:140px;
    height: 140px;
    background: rgba(17,113,222,0.7);
    -webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
display: inline-flex;
}

.bluebar img{
    width:100px;
    height:100px;
    background: #ffffff;
    padding: 10px;
    -webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
display: inline-flex;
text-align: center;
position: relative;
top:20px;
left:20px;
}

.language-support-content ul li a span{
    width: 100%;
    float: left;
    text-align: center;
    margin-top:15px;
}

.language-support {
    width: 100%;
    float: left;
    /* background-image: linear-gradient(135deg, #667eea 0%, #764ba2 100%); */
    padding: 80px;
    background: #0d2235;
    position: relative;
    z-index:999;
    overflow: hidden;
}

.ourservice{
    position: absolute;
    left:0px;
    top:0px;
    z-index:99;
    width: 100%;
    overflow: hidden;
    opacity: 0.4;
}

.ourservice img{
    width:100%;
}

.fullcontent{
    position: relative;
    z-index:9999;
}
.dots_images {
    position: absolute;
    top: 30px;
    right: 30px;
    width: auto;
    overflow: hidden;
}

.dots_images img {
    width: 215px;
    height: 215px;
    object-fit: contain;
    opacity: .1;
}

.round_checks_images {
    position: absolute;
    bottom: 30px;
    left: -70px;
    width: auto;
    overflow: hidden;
}

.round_checks_images img {
    width: 215px;
    height: 215px;
    object-fit: contain;
    opacity: .1;
}

.round_checks_images3 {
    position: absolute;
    top: 0px;
    left: 100px;
    width: auto;
    overflow: hidden;
}

.round_checks_images3 img {
    width: 260px;
    height: auto;
    object-fit: contain;
    opacity: .1;
}

.techtackpara p {
    color: #fff;
    text-align: center;
    margin: 15px 0 0 0;
    float: left;
    font-family: 'Poppins-Regular';
font-size: 16px;
line-height: 1.49;
}

.left_cheackbox {
    width: auto;
    float: left;
    font-family: 'Poppins-Regular';
}

.left_cheackbox input[type="checkbox"] {
    display: none;
}

.left_cheackbox input[type="checkbox"]+label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    font-family: 'Poppins-Regular';
    color: #6b6b6b;
    cursor: pointer;
}

.left_cheackbox input[type="checkbox"]+label:last-child {
    margin-bottom: 0;
}

.left_cheackbox input[type="checkbox"]+label:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #6cc0e5;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .6;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s;
}

.left_cheackbox input[type="checkbox"]:checked+label:before {
    width: 10px;
    top: -5px;
    left: 5px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.right_cheackbox {
    width: auto;
    float: right;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.right_cheackbox .atachfile {
    width: 100%;
    float: left;
    padding: 0;
    font-family: 'Poppins-Regular';
    font-size: 14px;
    color: #0c928a;
}

.right_cheackbox .atachfile i {
    padding-right: 8px;
    font-size: 16px;
}

.filehidden {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.iconsent p {
    font-size: 14px;
    font-family: 'Poppins-Regular';
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    color: #989898;
}

.iconsent p a {
    color: #0c928a;
    font-family: 'Poppins-Regular';
}

.submitform {
    font-size: 14px;
    font-family: 'Poppins-Regular';
    padding: 10px 30px;
    background-color: #ffffff;
    border: 2px solid #0c928a;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
    float: right;
    outline: none;
    color: #000000;
    transition: all .2s;
}

.submitform:hover,
.submitform:focus {
    background-color: #0c928a;
    border: 2px solid #0c928a;
    color: #fff;
}

.slidersays_section {
    /* background-image: linear-gradient(to bottom, #f7f5ff 1%, #f7f5ff); */
    position: relative;
}

.slider_testimonials {
    width: 100%;
    float: left;
    position: relative;
    z-index: 9;
    /* -webkit-box-shadow: 0px 0px 20px 0px rgba(239, 237, 245, 1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(239, 237, 245, 1);
    box-shadow: 0px 0px 20px 0px rgba(239, 237, 245, 1);
    border-radius: 10px; */
}

.carousel_testimonial {
    width: 60%;
    float: left;
    /* background: #fff; */
    padding: 130px 70px 130px 70px;
    margin:0px 20%;
    text-align: center;
    border-radius: 0px;
    /* min-height: 422px; */
    /*display: flex;*/
    align-items: start;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 999;
}


.carousel_testimonial h4 {
    width: 100%;
    float: left;
    font-family: 'Poppins-Light';
    font-size: 28px;
    margin: 0;
    padding: 12px 0 0 0;
    color: #f3f3f3;
    line-height: 1.49;
    text-align: center;
}

.carousel_testimonial h3 {
    width: 100%;
    float: left;
    color: #ffffff;
    font-family: 'Poppins-Semibold';
    font-size: 42px;
    margin: 0;
    padding: 20px 0 20px 0;
    text-align: center;
}

.carousel_testimonial a{
    background: #1171de;
    color:#ffffff;
    font-family: 'Poppins-Regular';
    font-size: 14px;
    -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding:10px 17px;
display: inline-block;
}

.carousel_testimonial a:hover{
    background: rgba(17,113,222,0.7);
}

.carousel_testimonial a .fa-arrow-right
{
    padding-left:5px;
}

.carousel_testimonial1 {
    padding: 0px 60px;
    width: 100%;
    margin:0px;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
   
    text-align: center;
    border-radius: 0px;
    /* min-height: 422px; */
    /*display: flex;*/
    align-items: start;
    flex-direction: column;
    justify-content: center;
    z-index: 99;
}


.carousel_testimonial1 h4 {
    width: 100%;
    float: left;
    font-family: 'Poppins-Light';
    font-size: 34px;
    margin: 0;
    padding: 12px 0 0 0;
    color: #f3f3f3;
    line-height: 1.49;
    text-align: center;
}

.carousel_testimonial1 h3 {
    width: 80%;
    float: left;
    color: #ffffff;
    font-family: 'Poppins-Semibold';
    font-size: 38px;
    margin: 0px 10%;
    padding: 20px 0 20px 0;
    text-align: center;
}

.carousel-indicators {
    bottom: 10px;
    z-index: 999;
}

.testimonialname {
    width: 100%;
    float: left;
    display: flex;
    justify-content: start;
    margin-top: 12px;
    align-items: center;
}

.testimonialname .testimonialimge {
    width: 50px;
    height: 50px;
    /* border-radius: 50%;
    background-color: #ee383f; */
}

.testimonialname .testimonialimge img {
    width: 100%;
    float: left;
    height: 100%;
    object-fit: contain;
    border-radius: 50%;
}

.testimonialmentar {
    width: auto;
    float: left;
}

.testimonialmentar h3 {
    width: auto;
    float: none;
    color: #ffffff;
    font-family: 'Poppins-Medium';
    font-size: 16px;
    margin: 0;
    /* padding: 0 0 0 12px; */
    text-align: left;
    display: block;
}

.testimonialmentar p {
    width: auto;
    float: none;
    color: #f3f3f3;
    font-family: 'Poppins-Light';
    font-size: 14px;
    margin: 6px 0 0 0;
    /* padding: 0 0 0 12px; */
    text-align: left;
    display: block;
}

.background_clip_left,
.background_clip_left_techstack {
    position: absolute;
    bottom: -60px;
    left: 0;
    float: left;
}

.background_clip_left img,
.background_clip_left_techstack img {
    width: 100%;
    object-fit: contain;
    float: left;
}

.background_clip_right,
.background_clip_right_techstack {
    position: absolute;
    top: 0;
    right: 0;
    float: left;
}

.background_clip_left img,
.background_clip_right_techstack img {
    width: 350px;
    object-fit: contain;
    float: left;
    opacity: .1;
}

.background_clip_left_techstack,
.background_clip_right_techstack {
    opacity: .6;
}

.left_control {
    border: 1px solid #1171de;
    height: 50px;
    width: 50px;
    border-radius: 0;
    line-height: 2.5;
    padding: 2px;
}

.left_control img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.right_control {
   border: 1px solid #1171de;
    height: 50px;
    width: 50px;
    border-radius: 0px;
    line-height: 2.5;
    padding: 2px;
}

.right_control img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.carousel-control-next,
.carousel-control-prev {
    opacity: 1;
}

.carousel-control-next {
    right: 0px;
    bottom: unset;
    top:40%;
    z-index:999;
    width: 10%;
}

.carousel-control-prev {
    left: 0px;
    bottom: unset;
    top: 40%;
    z-index:999;
    width: 10%;
}

.clientheading {
    position: relative;
    z-index: 99;
}


/* .bgclient {
    background: url(../images/clientbg@3x.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    float left;
} */


/* mousewheel */

.carousel-frame {
    width: 100%;
    margin-bottom: 0.5em;
    padding-bottom: 1em;
    position: relative;
    overflow-x: scroll;
    white-space: nowrap;
}

.carousel-frame ul {
    margin: 0;
    padding: 0;
    height: 100%;
    list-style: none;
}

.carousel-frame li.carousel-item {
    cursor: pointer;
    display: inline-block;
    margin: 0 25px 0 0;
    padding: 0;
    width: 22%;
    float: none !important;
    white-space: normal;
}

.carousel-frame li.carousel-item:nth-child(odd) {
    margin-bottom: 25px;
}

.stabelsecurescalable_inner,
.enblingitsclients_inner {
    margin-top: 35px;
}


/*progressbar*/

.companyinfography {
    width: 100%;
    float: left;
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
}

#progressbar li {
    list-style-type: none;
    color: #000000;
    text-transform: uppercase;
    font-size: 9px;
    font-family: 'Poppins-Regular';
    width: 20%;
    float: left;
    position: relative;
    letter-spacing: 1px;
}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 24px;
    height: 24px;
    line-height: 26px;
    display: block;
    font-size: 12px;
    color: #303030;
    background: #dcdcdc;
    border-radius: 25px;
    margin: 0 auto 10px auto;
    /*  content: "";
    background-image: url("../images/cloudcomputing.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; */
    position: relative;
    z-index: 999;
}


/*progressbar connectors*/

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #dcdcdc;
    position: absolute;
    left: -50%;
    top: 11px;
    z-index: 99;
    /*put it behind the numbers*/
}

#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}

.timelinenums h3 {
    font-family: 'Poppins-Semibold';
    font-size: 24px;
    float: left;
    width: 100%;
    color: #3b3b3b;
}

.timelinenums h3 span {
    width: 100%;
    float: left;
    font-size: 12px;
    font-family: 'Poppins-Regular';
    color: #d0d0d0;
}

.timelinenums li.active h3 span {
    color: #0c928a;
}


/*marking active/completed steps green*/


/*The number of the step and the connector before it = green*/

#progressbar li.active:before,
#progressbar li.active:after {
    background: #0c928a;
    color: #fff;
}


/*form styles*/

#msform {
    text-align: center;
    position: relative;
    margin-top: 30px;
}

.companyinfography .innertimeline {
    background: #fbfdff;
    border: 0 none;
    border-radius: 0px;
    box-shadow: 0 0 8px 0px rgba(141, 227, 222, 0.5);
    padding: 20px 20px;
    box-sizing: border-box;
    width: 100%;
    /* margin: 0 10%; */
    position: relative;
}


/*Hide all except first fieldset*/

#msform fieldset:not(:first-of-type) {
    display: none;
}

.timelinecontent_left {
    width: 100%;
    float: left;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.timelinecontent_left span {
    font-family: 'Poppins';
    width: 100%;
    float: left;
    color: #8c8c8c;
    font-size: 14px;
    text-align: left;
}

.timelinecontent_left h2 {
    font-family: 'Poppins-Semibold';
    width: 100%;
    float: left;
    color: #0c928a;
    font-size: 34px;
    text-align: left;
    margin: 6px 0;
    padding: 0;
}

.timelinecontent_left p {
    font-family: 'Poppins-Regular';
    width: 100%;
    float: left;
    color: #404040;
    font-size: 16px;
    text-align: left;
    margin: 0;
    padding: 0;
    line-height: 26px;
}

.timelinecontent_right {
    width: 100%;
    float: left;
}

.timelinecontent_right img {
    width: 100%;
    float: none;
    height: 340px;
    object-fit: contain;
    display: block;
    max-width: 0 auto;
}


/*headings*/

.fs-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 10px;
    letter-spacing: 2px;
    font-weight: bold;
}

.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}

.services_dropdown {
    border: 1px solid #0c928a;
    border-top: 4px solid #0c928a;
    border-radius: 0px;
    top: 50px !important;
}

.services_dropdown::before {
    content: "";
    width: 12px;
    height: 12px;
    background-color: #ffffff;
    /* border-width: 4px !important; */
    margin-left: -10px !important;
    transform: rotate(45deg);
    position: absolute;
    top: -9px;
    left: 34px;
    /* z-index: -6; */
    border-left: 4px solid #0c928a;
    border-top: 4px solid #0c928a;
}

.letsstart a img {
    -moz-animation: bounce 3s infinite;
    -webkit-animation: bounce 3s infinite;
    animation: bounce 3s infinite;
}

@-moz-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateX(0);
        transform: translateX(0);
    }
    40% {
        -moz-transform: translateX(-15px);
        transform: translateX(-15px);
    }
    60% {
        -moz-transform: translateX(-15px);
        transform: translateX(-15px);
    }
}

@-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    40% {
        -webkit-transform: translateX(-15px);
        transform: translateX(-15px);
    }
    60% {
        -webkit-transform: translateX(-15px);
        transform: translateX(-15px);
    }
}


/* end mousewheel */


/* .softwaredevlopment a:hover,
.softwaredevlopment a:focus {
    color: #fff;
    border: solid 1px #0c928a;
    background-color: #0c928a;
} */


/* Prathap */

.about-banner-img img {
    margin-top: 20px;
    height: 400px !important;
}

.about-banner {
    background-image: url('../images/about-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.about-main {
    float: left;
    width: 100%;
    padding: 40px 0;
}

.about-main-content {
    float: left;
    width: 100%;
}

.about-main-content h3 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 35px;
    color: #000;
    padding: 0;
    margin: 10px 0;
}

.about-main-content h3 span {
    color: #0c928a !important;
}

.about-main-content p {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #000;
    padding: 0;
    margin: 10px 0;
}

.our-partner {
    float: left;
    width: 100%;
    padding: 40px 0;
}

.our-partner-content {
    float: left;
    width: 100%;
}

.our-partner-content h3 {
    float: left;
    width: 100%;
    text-align: center;
    font-family: 'Poppins-Semibold';
    font-size: 35px;
    color: #000;
    padding: 0;
    margin: 10px 0;
}

.our-partner-content h3 span {
    color: #0c928a !important;
}

.our-partner-content p {
    float: left;
    width: 100%;
    text-align: left;
    font-family: 'Poppins-Regular';
    font-size: 16px;
    color: #000;
    padding: 0;
    margin: 10px 0;
    position: relative;
}

.our-partner-content p:before {
    position: absolute;
    content: '';
    width: 5px;
    height: 60px;
    background: #0d0041;
    top: 5px;
    left: -15px;
}

.partners-brand {
    float: left;
    width: 100%;
    margin-top: 40px;
}

.partners-brand-main {
    float: left;
    width: 100%;
    box-shadow: 0 0 11px rgba(0, 0, 0, .05);
    background-color: #0c928a1a;
    padding: 20px;
    transition: transform .2s linear;
    border-radius: 10px;
    cursor: pointer;
    margin-bottom: 20px;
}

.partners-brand-main:hover {
    transform: scale(1.1);
    transition: transform .2s linear;
}

.partners-brand-main img {
    width: 148px;
    height: 57px;
    float: left;
}

.partners-brand-main p {
    float: left;
    width: 100%;
    text-align: center;
    font-family: 'Poppins-Regular';
    font-size: 14px;
    color: #000;
    padding: 0;
    margin: 10px 0;
}

.we-are {
    float: left;
    width: 100%;
    padding: 40px 0;
}

.we-are-content {
    float: left;
    width: 100%;
    padding-bottom: 40px;
}

.we-are-content h3 {
    float: left;
    width: 100%;
    text-align: center;
    font-family: 'Poppins-Semibold';
    font-size: 35px;
    color: #000;
    padding: 0;
    margin: 10px 0;
}

.we-are-content h3 span {
    color: #0c928a !important;
}

.we-are-content p {
    float: left;
    width: 100%;
    text-align: center;
    font-family: 'Poppins-Regular';
    font-size: 16px;
    color: #000;
    padding: 0;
    margin: 10px 0;
}

.we-are-content p span {
    color: #0c928a !important;
}

.accelerate {
    float: left;
    width: 100%;
    /* background: linear-gradient(287deg, rgb(169, 139, 253), rgb(211, 196, 255)); */
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 0 8px 0 #edebf1;
    min-height: 321px;
}

.accelerate-content {
    float: left;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 7px 21px 0px;
    background: rgb(255, 255, 255);
    border-radius: 5px;
    padding: 10px 5px;
    text-align: left;
    margin: 0 0 20px 0;
}

.accelerate-content p {
    float: left;
    width: 100%;
    text-align: left;
    font-family: 'Poppins-Regular';
    font-size: 13px;
    color: #000;
    padding: 0;
    margin: 0;
}

.accelerate h5 {
    float: left;
    width: 100%;
    text-align: left;
    font-family: 'Poppins-Semibold';
    font-size: 22px;
    color: #000;
    padding: 0;
    margin: 0px 0 10px 0;
}

.extend {
    float: left;
    width: 100%;
    /* background: linear-gradient(309deg, rgba(203, 244, 255, 0.8), rgba(10, 216, 255, 0.8)); */
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 0 8px 0 #edebf1;
    min-height: 321px;
}

.extend h5 {
    float: left;
    width: 100%;
    text-align: left;
    font-family: 'Poppins-Semibold';
    font-size: 22px;
    color: #000;
    padding: 0;
    margin: 0px 0 10px 0;
}

.business-goals {
    float: left;
    width: 100%;
    /* background: linear-gradient(287deg, rgb(255, 205, 104), rgb(255, 241, 214)); */
    border-radius: 10px;
    padding: 20px;
    margin-top: 20px;
    box-shadow: 0 0 8px 0 #edebf1;
    min-height: 321px;
}

.business-goals h5 {
    float: left;
    width: 100%;
    text-align: left;
    font-family: 'Poppins-Semibold';
    font-size: 22px;
    color: #000;
    padding: 0;
    margin: 0px 0 10px 0;
}

.your-org {
    float: left;
    width: 100%;
    /* background: linear-gradient(287deg, rgb(199, 218, 255), rgb(127, 168, 255)); */
    border-radius: 10px;
    padding: 20px;
    margin-top: 20px;
    box-shadow: 0 0 8px 0 #edebf1;
    min-height: 321px;
}

.your-org h5 {
    float: left;
    width: 100%;
    text-align: left;
    font-family: 'Poppins-Semibold';
    font-size: 22px;
    color: #000;
    padding: 0;
    margin: 0px 0 10px 0;
}

.our-leader {
    float: left;
    width: 100%;
    padding: 40px;
}

.our-leader-content {
    float: left;
    width: 100%;
}

.our-leader-content h3 {
    float: left;
    width: 100%;
    text-align: center;
    font-family: 'Poppins-Semibold';
    font-size: 35px;
    color: #000;
    padding: 0;
    margin: 10px 0 40px 0;
}

.our-leader-content h3 span {
    color: #0c928a !important;
}

.our-leader-profile {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.our-leader-img {
    float: left;
    width: 40%;
}

.our-leader-img img {
    float: left;
    width: 120px;
    height: 120px;
    border-radius: 10px;
}

.our-leader-info {
    float: left;
    width: 60%;
}

.our-leader-info h5 {
    float: left;
    width: 100%;
    text-align: left;
    font-family: 'Poppins-Medium';
    font-size: 18px;
    color: #0d0041;
    padding: 0;
    margin: 20px 0 5px 0;
}

.our-leader-info p {
    float: left;
    width: 100%;
    text-align: left;
    font-family: 'Poppins-Regular';
    font-size: 18px;
    color: #0d0041;
    padding: 0;
    margin: 0;
}

.our-leader-info a {
    float: left;
    width: 100%;
    text-decoration: none;
}

.our-leader-info a img {
    float: left;
    width: 15px;
    height: 15px;
    margin-top: 6px;
}

.about_letsdiscuss_section {
    position: relative;
}

.waveimage {
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 150px;
    background-image: url(../images/wave.svg);
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
}

.waveimage.waveimage1 {
    animation: wave 15s linear infinite;
    z-index: 999;
    opacity: 1;
    animation-delay: 0s;
    top: 0;
}

.waveimage.waveimage2 {
    animation: wave2 30s linear infinite;
    z-index: 998;
    opacity: .5;
    animation-delay: -5s;
    top: 0px;
}

.waveimage.waveimage3 {
    animation: wave 15s linear infinite;
    z-index: 997;
    opacity: .2;
    animation-delay: -2s;
    top: 0px;
}

.waveimage.waveimage4 {
    animation: wave2 30s linear infinite;
    z-index: 996;
    opacity: .7;
    animation-delay: -5s;
    top: 0px;
}


/* @keyframes wave {
    0% {
        background-position-x: 0;
    }
    100% {
        background-position-x: 1000px;
    }
}

@keyframes wave2 {
    0% {
        background-position-x: 0;
    }
    100% {
        background-position-x: -1000px;
    }
} */

.about_letsdiscuss_section .footer_section {
    /* margin-top: 10px; */
    position: relative;
    margin-bottom: 10px;
}

.accelerate p {
    float: left;
    width: 100%;
    text-align: left;
    font-family: 'Poppins-Regular';
    font-size: 16px;
    color: #020202;
    padding: 0;
    margin: 0;
}

.extend p {
    float: left;
    width: 100%;
    text-align: left;
    font-family: 'Poppins-Regular';
    font-size: 16px;
    color: #020202;
    padding: 0;
    margin: 0;
}

.business-goals p {
    float: left;
    width: 100%;
    text-align: left;
    font-family: 'Poppins-Regular';
    font-size: 16px;
    color: #020202;
    padding: 0;
    margin: 0;
}

.your-org p {
    float: left;
    width: 100%;
    text-align: left;
    font-family: 'Poppins-Regular';
    font-size: 16px;
    color: #020202;
    padding: 0;
    margin: 0;
}

.customer-driven {
    float: left;
    width: 100%;
    padding: 80px 0;
    /* clip-path: polygon(0 14%, 100% 0%, 100% 86%, 0% 100%); */
    /* background: #004642; */
}

.customer-driven-content-heading {
    float: left;
    width: 100%;
}

.customer-driven-content {
    float: left;
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    position: relative;
    /* background: #fff;
    box-shadow: 0 0 15px rgba(146, 146, 146, 0.18); */
    padding: 26px;
    border-radius: 8px;
}

.customer-driven-content:nth-child(1) {
    margin-bottom: 40px;
}

.mr-t-20 {
    margin-top: 20px;
}

.customer-driven-content img {
    float: left;
    width: 65px;
    height: 65px;
    display: block;
}

.customer-driven-content p {
    float: left;
    width: 100%;
    text-align: left;
    font-family: 'Poppins-Regular';
    font-size: 16px;
    line-height: 1.49;
    color: #515978;
    padding: 0;
    margin: 10px 0 0 0px;

}

.customer-driven-content h5 {
    float: left;
    width: 100%;
    text-align: left;
    font-family: 'Poppins-SemiBold';
    font-size: 20px;
    color: #000000;
    padding: 0;
    margin: 21px 0 0px 0px;
}

.customer-driven-content-heading h3 {
    float: left;
    width: 100%;
    text-align: center;
    font-family: 'Poppins-Light';
    font-size: 40px;
    line-height: 53px;
    color: #10b2a7;
    padding: 0;
    margin: 0px 0 50px 0;
}

.customer-driven-content-heading h3 span {
    color: #000000 !important;
    font-family: 'Poppins-Bold';
}

.weare_leftimage {
    width: 100%;
    float: left;
    /* height: 100%; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.weare_leftimage img {
    width: 100%;
    float: left;
}

.contact {
    float: left;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - 100px);
}
.case-study {
    float: left;
    width: 100%;
    position: relative;
    min-height: 550px;
}

/* .contact_overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
} */

.contact-content {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.contact-sec {
    padding: 60px;
    background: #f3f3f3;
    /* border-radius: 10px;
    box-shadow: 0 60px 135px rgba(0, 0, 0, 0.14), 0 15px 65px rgba(0, 0, 0, 0.14); */
}

.hellolets{
  width: 100%;
  float: left;
  margin-bottom: 7px;
}

.hellolets h2{
  width: 100%;
  float: left;
  font-family: 'Poppins-Semibold';
  font-size: 35px;
}

.hellolets h2 span{
  width: 100%;
  float: left;
  font-family: 'Poppins-Regular';
  font-size: 28px;
  padding-top:5px;
}
/****  floating-Lable style start ****/

.floating-label {
    position: relative;
    background: none;
}

.floating-input {
    font-size: 14px;
    padding: 4px 4px 4px 0;
    display: block;
    width: 100%;
    height: 50px;
    background: none;
    border: none;
    color: #000;
    border-bottom: 1px solid #000;
}

.floating-input::placeholder {
    color: #000;
    opacity: 1;
    /* Firefox */
}

.floating-input:focus {
    outline: none;
    border-bottom: 1px solid #000;
    background: none;
}

.floating-label label {
    color: #4c5562;
    font-size: 15px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 0px;
    top: 15px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.floating-input:focus~label,
.floating-input:not(:placeholder-shown)~label {
    top: -6px;
    left: 0px;
    font-size: 15px;
    color: #000;
    background: none;
    line-height: 1;
    padding: 0;
}

.contact-content h5 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #fff;
    padding: 0;
    margin: 0px 0 5px 10px;
}

.contact-content h3 {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 18px;
    color: #c3c3c3;
    padding: 0;
    margin: 0px 0 16px 0;
}

.floating-label textarea {
    min-height: 100px;
    padding-top: 20px !important;
}

.contact-submit {
    float: left;
    width: 100%;
}

.contact-submit input {
    float: right;
    width: auto;
    padding: 14px 48px;
    color: #10b2a7;
    font-size: 16px;
    /* margin: 20px 0 0 0; */
    border: none;
    background: transparent;
    border:1px solid #10b2a7;
    -webkit-border-radius: 28px;
-moz-border-radius: 28px;
border-radius: 28px;
font-family: 'Poppins-Medium';
}

.contact-submit input:hover,
.contact-submit input:focus {
    box-shadow: none !important;
    outline: none !important;
    background-color: #10b2a7;
    border:1px solid #10b2a7;
    color:#ffffff;

}

.content_list {
    width: 100%;
    float: left;
}

.content_list ul {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px 15px 10px 17px;
}

.content_list ul li {
    width: 100%;
    float: left;
    list-style-type: disc;
    margin: 0px;
    padding: 0px 0px 9px 0px;
    font-size: 15px;
    font-family: 'Poppins-Regular';
    color: #020202;
}

.section-left p span,
.section-left1 p span {
    font-family: 'Poppins-Semibold';
    color:#11b3a6;
}

.section-left1 h2 {
    text-align: left;
    color: #231f20;
    font-size: 28px;
    font-family: 'Poppins-Medium';
    width: 100%;
    float: left;
    margin: 0px 0px 10px 0px;
    padding: 0;
}

.address-content {
    width: 90%;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
    padding: 50px 0px;
}

.address-content h2{
  width: 100%;
  float: left;
  font-family: 'Poppins-Bold';
  font-size: 35px;
}

.address-content h2 span{
  width: 100%;
  float: left;
  font-family: 'Poppins-Regular';
  font-size: 28px;
  padding-top:8px;
  padding-bottom: 3px;
}

.address-content h3{
  width: 100%;
  float: left;
  font-family: 'Poppins-Medium';
  font-size: 26px;
  color:#000000;
  padding-top:14px;
}

.company-address {
    width: 100%;
    float: left;
    padding: 30px 0;
}

.address-content h1 {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 44px;
    color: #004642;
    padding: 0;
    margin: 0 0 10px 0;
    font-weight: 600;
}

.address-content p {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 16px;
    color: #5b6987;
    padding: 0;
    margin: 0 0 10px 0;
    line-height: 1.5;
    font-family: 'Poppins-Light';
}

.address-content a {
    text-align: left;
    font-size: 16px;
    color:#10b2a7;
}

.address-content a:hover {
    text-align: left;
    font-size: 16px;
    color:#303030;
}

.policy-section {
    width: 100%;
    float: left;
    padding: 100px 0 0 0;
    min-height: 86vh;
}

.policy-content {
    width: 100%;
    float: left;
}

.policy-content h1 {
    text-align: left;
    color: #231f20;
    font-size: 35px;
    line-height: 55px;
    width: 100%;
    float: left;
    margin: 00px 0px 15px 0px;
    padding: 0;
}

.policy-content h2 {
    text-align: left;
    color: #231f20;
    font-size: 28px;
    width: 100%;
    float: left;
    margin: 0px 0px 10px 0px;
    padding: 0;
}

.policy-content h6 {
    text-align: left;
    color: #231f20;
    font-size: 17px;
    line-height: 25px;
    width: 100%;
    float: left;
    margin: 0px 0px 5px 0px;
    padding: 0;
    font-family: 'Poppins-Bold';
}

.policy-content p {
    text-align: left;
    color: #020202;
    font-size: 15px;
    line-height: 26px;
    width: 100%;
    float: left;
    margin: 0px 0px 15px 0px;
    padding: 0;
}

.policy-content ul {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px 15px 10px 17px;
}

.policy-content ul li {
    width: 100%;
    float: left;
    list-style-type: disc;
    margin: 0px;
    padding: 0px 0px 9px 0px;
    font-size: 15px;
    color: #020202;
}

.policy-content span {
    font-family: 'Poppins-Semibold';
}

.policy-content ul.list_set li {
    list-style-type: decimal !important;
}

.rounded_icon {
    border-radius: 50%;
    width: 45px;
    height: 45px;
    padding: 6px;
    margin-bottom: 8px;
    float: left;
    text-align: center;
    line-height: 2;
    background-color: #0c928a33;
}

.rounded_icon img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.free-for {
    width: 100%;
    /* background-image: linear-gradient(101deg, #0c928a, #40cdc5 76%, #40cdc5 99%); */
    z-index: 99;
    padding: 80px 0px 80px 0px;
    position: relative;
    float: left;
    /* background-image: linear-gradient(135deg, #667eea 0%, #764ba2 100%); */
    background: #10b2a7;
    margin-top: 60px;
}

.free-for2 {
    width: 100%;
    /* background-image: linear-gradient(101deg, #0c928a, #40cdc5 76%, #40cdc5 99%); */
    z-index: 99;
    padding: 80px 0px 80px 0px;
    position: relative;
    float: left;
    /* background-image: linear-gradient(135deg, #667eea 0%, #764ba2 100%); */
    background: #10b2a7;
}

.footer_rounds {
    position: absolute;
    left: 40px;
    top: 40px;
    z-index: 999;
}

.footer_rounds img {
    width: 130px;
    height: 130px;
    object-fit: contain;
    opacity: .1;
}


/* .free-for::after {
    content: '';
    clip-path: polygon(0% -12%, 80% 33%, 63% 100%, 0% 100%);
    background: #004642;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
} */

.free-for-image {
    position: absolute;
    right: 100px;
    top: -116px;
    z-index: 999;
}

.free-for-image img {
    width: 580px;
    height: auto;
    object-fit: contain;
}

.free-for1 {
    width: 100%;
    background-image: linear-gradient(101deg, #0c928a, #40cdc5 76%, #40cdc5 99%);
    z-index: 99;
    padding: 100px 0px 100px 0px;
    position: relative;
    float: left;
}

.free-for-content {
    width: 100%;
    text-align: left;
    padding: 0 0;
    position: relative;
    z-index: 999;
}

.free-for-content h2 {
    float: left;
    width: 100%;
    color: #fff;
    line-height: 53px;
    font-size: 40px;
    font-family: 'Poppins-Bold';
    /* line-height: 62px; */
    /* padding: 0px 15%; */
    margin: 0;
    padding: 0;
}

.free-for-content p {
    float: left;
    width: 100%;
    font-family: 'Poppins-Light';
    font-size: 16px;
    line-height: 1.49;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 20px;
}

.free-for-content a {
  background-color: #ffffff;
  padding: 7px 24px;
  color: #000000;
  border:1px solid #ffffff;
  font-family: 'Poppins-Regular';
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  display: inline-block;
}
.free-for-content a:hover {
  background-color: #10b2a7;
  padding: 7px 24px;
  color: #ffffff;
  border:1px solid #ffffff;
  font-family: 'Poppins-Regular';
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  display: inline-block;
}

/* .free-for-content a:focus,
.free-for-content a:hover {
    background-color: #0c928a;
    padding: 10px 30px;
    color: #fff;
    font-family: 'Poppins-Regular';
    border-radius: 28px;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    display: inline-block;
} */

.modal-backdrop {
    z-index: 10000;
}

.modal {
    z-index: 10001;
}

.modal-header {
    display: block;
}

.modal-title {
    width: 100%;
    text-align: center;
}

.close-section .close {
    padding-left: 0;
    padding-bottom: 5px;
}

.close-section .close:focus {
    border: 0;
    outline: 0;
}

.modal-body {
    padding: 0px 20px;
}

.modal-content {
    border-radius: 10px;
}

.close-section {
    width: 100%;
    float: left;
}


/* clinet image section */

.ourclients_images {
    width: 100%;
    float: left;
    padding: 80px 0;
}

.clients_inner_images {
    width: 100%;
    float: left;
    margin-top: 40px;
}

.clients_inner_images ul {
    width: 100%;
    float: left;
}

.clients_inner_images ul li {
    display: flex;
    width: 20%;
    height: 125px;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    float: left;
}


.clients_inner_images ul li img {
    max-width: 65%;
    height: 55px;
    object-fit: contain;
    width: 100%;
    filter: gray;
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    /* filter: url(resources.svg#desaturate); */
    filter: grayscale(100%);
    opacity: 0.6;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    resize: none;
    cursor:pointer;
}

.clients_inner_images ul li img:hover {
    filter: grayscale(0%);
    opacity: 1;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    resize: none;
    cursor:pointer;
}


.clients_inner_images1 {
    width: 100%;
    float: left;
}

.clients_inner_images1 ul {
    width: 100%;
    float: left;
}

.clients_inner_images1 ul li {
    display: flex;
    width: 20%;
    height: 125px;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    float: left;
}


.clients_inner_images1 ul li img {
    max-width: 65%;
    height: 55px;
    object-fit: contain;
    width: 100%;
    filter: gray;
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    /* filter: url(resources.svg#desaturate); */
    filter: grayscale(100%);
    opacity: 0.6;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    resize: none;
    cursor:pointer;
}

.clients_inner_images1 ul li img:hover {
    filter: grayscale(0%);
    opacity: 1;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    resize: none;
    cursor:pointer;
}

.client_more {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.clientmore_heading {
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    position: relative;
}

.clientmore_heading h3 {
    font-family: 'Poppins-Medium';
    font-size: 16px;
    color: #000000;
    background: #ffffff;
    margin: 0;
    position: relative;
    padding: 0 30px;
    cursor: pointer;
}

.clientmore_heading h3:hover{
  color:#10b2a7;
}

.clientmore_heading::before {
    width: 100%;
    height: 1px;
    background: #f2f2f2;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.clientmore_inner {
    width: 100%;
    float: left;
    margin-top: 0px;
    text-align: center;
}


/* end clinet image section */


/* client testimonial */

.slider-total {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 99;
}

.clinetleft {
    width: 40%;
     float: left;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    position: relative;
    height:530px;
}

.hand-opacity {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .1);
}

.clinetleft img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.sliderdata {
    width: 100%;
    float: left;
    background: rgba(13,34,53,1);
    position: relative;
    height:530px;
    overflow: hidden;
}

.sliderdata img{
    position: absolute;
    top:0px;
    left:0px;
    z-index:99;
    width: 100%;
  opacity: 0.6;
}

.sliderdata:after {
    content: '';
    position: absolute;
    top: 0;
    clip-path: circle(52.1% at 31% 100%);
    background: rgba(255, 255, 255, 0.02);
    width: 500px;
    height: 235px;
    right: 0;
    transform: rotate(180deg);
    z-index:999;
}

.sliderdata:before {
    content: '';
    position: absolute;
    bottom: 0;
    clip-path: circle(52.1% at 31% 100%);
    background: rgba(255, 255, 255, 0.02);
    width: 500px;
    height: 235px;
    left: 0;
    z-index:999;
}



.sliderdata1 {
    width: 100%;
    float: left;
    background: rgba(0,0,0,1);
    position: relative;
    height:350px;
    overflow: hidden;
    margin-top:95px;
}

.sliderdata1 img{
    position: absolute;
    top:0px;
    left:0px;
    z-index:99;
    width:auto;
  opacity: 0.4;
  height: 100%;
}

.sliderdata1:after {
    content: '';
    position: absolute;
    top: 0;
    clip-path: circle(52.1% at 31% 100%);
    background: rgba(255, 255, 255, 0.02);
    width: 500px;
    height: 235px;
    right: 0;
    transform: rotate(180deg);
    z-index:999;
}

.sliderdata1:before {
    content: '';
    position: absolute;
    bottom: 0;
    clip-path: circle(52.1% at 31% 100%);
    background: rgba(255, 255, 255, 0.02);
    width: 500px;
    height: 235px;
    left: 0;
    z-index:999;
}


/* end client testimonial */

@media (min-width: 320px) and (max-width: 991px) {
    .about-banner-img {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .about-banner-img img {
        height: 300px !important;
    }
    .about-main-content h3,
    .our-partner-content h3,
    .we-are-content h3,
    .our-leader-content h3,
    .customer-driven-content h3,
    .contact-content h3 {
        font-size: 30px;
    }
    .contact-content h5 {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    
    .contact-form {
        padding: 40px 20px 0 20px;
    }
    .contact-sec {
        padding: 20px;
        left: 0;
    }
    .about-banner .greatcustom_heading {
        margin-top: 0 !important;
    }
    .policy-content h1 {
        font-size: 25px;
        line-height: 35px;
    }
    .policy-section {
        padding: 80px 0 0 0;
    }
}

@media (max-width: 576px) {
    .partners-brand-main img {
        max-width: 100px !important;
    }
    .about-main-content p,
    .our-partner-content p,
    .partners-brand-main p,
    .we-are-content p,
    .accelerate p,
    .extend p,
    .business-goals p,
    .your-org p {
        font-size: 14px;
    }
    .customer-driven-content p {
        max-width: 230px !important;
        margin-bottom: 20px;
    }
}


/* Narasimharao */

.header_menu_links ul li.active .menulink {
    opacity: .8;
    color:#1171de !important;
    border-top:3px solid #1171de;
}

.header_menu_links ul li.active .services_dropdown a {
    color: #1171de !important;
}

.service-banner {
    width: 100%;
    float: left;
    background-image: linear-gradient(to bottom, #f7f5ff 1%, #ffffff);
    height: 88vh;
    justify-content: center;
    align-items: center;
    position: relative;
}

.services1 {
    width: 100%;
    float: left;
    margin-top: 18vh;
}

.services1 h1 {
    text-align: center;
    color: #231f20;
    font-size: 50px;
    font-family: 'Poppins-Semibold';
    line-height: 62px;
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

.services1 p {
    width: 100%;
    float: left;
    margin: 18px 0 0 0;
    padding: 0;
    line-height: 1.5;
    text-align: center;
    color: #4a4a4a;
    font-size: 25px;
    font-family: 'Poppins-Regular';
}

.first_line {
    width: 100%;
    float: left;
}

.section-left {
    float: left;
    width: 100%;
    position: relative;
    height: 100vh;
}
.section-left h5{
  width: 100%;
  float: left;
  font-size: 29px;
  color:#e5e5e5;
  font-family: 'Poppins-Bold';
  margin-top:15px;
}
.section-left h1 {
    text-align: left;
    color: #11b3a6;
    font-size: 32px;
    font-family: 'Poppins-SemiBold';
    line-height: 45px;
    width: 100%;
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 0;
}

.section-left h3 {
    text-align: left;
    color: #303030;
    font-size: 18px;
    font-family: 'Poppins-Bold';
    line-height: 45px;
    width: 100%;
    float: left;
    margin: 0px 0px 5px 0px;
    padding: 0;
    letter-spacing: 1.0px;
}

.section-left h6 {
    color: #303030;
    font-size: 18px;
    font-family: 'Poppins-Bold';
    text-align: left;
    line-height: 25px;
    width: 100%;
    float: left;
    margin: 20px 0px 0px 0px;
    padding: 0;
    text-transform: uppercase;
}

.section-left p {
    text-align: left;
    font-family: 'Poppins-Regular';
    font-size: 18px;
    line-height: 30px;
    color: #5b6987;
    width: 100%;
    float: left;
    margin: 0px 0px 15px 0px;
    padding: 0;
}

.service-icons {
    width: 100%;
    float: left;
}

.service-icons ul {
    width: 100%;
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 12px 0px 15px 0px;
}

.service-icons ul li {
    float: left;
    margin: 0px 5px 0px 0px;
    padding: 0px;
    list-style-type: none;
}

.service-icons ul li i {
    background-color: #fff;
    padding: 15px 20px;
    border: 1px solid #dcdcdc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 24px;
}

.service-icons ul li img {
    background-color: #fff;
    padding: 10px 10px;
    border: 1px solid #dcdcdc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 24px;
}

.title-service {
    width: 100%;
    float: left;
}

.title-service ul {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 15px 0px 15px 17px;
}

.title-service ul li {
    width: 50%;
    float: left;
    list-style-type: disc;
    margin: 0px;
    padding: 0px 0px 9px 0px;
    font-family: 'Poppins-Regular';
    font-size: 17px;
    line-height: 24px;
    color: #5b6987;
}

.title-service1 {
    width: 100%;
    float: left;
}

.title-service1 ul {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 15px 0px 15px 17px;
}

.title-service1 ul li {
    width: 50%;
    float: left;
    list-style-type: disc;
    margin: 0px;
    padding: 0px 0px 9px 0px;
    font-family: 'Poppins-Regular';
    font-size: 17px;
    line-height: 24px;
    color: #ffffff;
}

.service-button {
    width: 100%;
    float: left;
    margin-top: 0px;
}

.service-button a {
    padding: 10px 35px;
    color: #0c928a;
    font-size: 15px;
    font-family: 'Poppins-Regular';
    text-align: center;
    display: inline-block;
    border: 2px solid #0c928a;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
}

.service-button a:hover,
.service-button a:focus {
    padding: 10px 35px;
    color: #ffffff;
    background-color: #0c928a;
    font-size: 15px;
    font-family: 'Poppins-Regular';
    text-align: center;
    display: inline-block;
    border: 2px solid #0c928a;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
}

.service-right {
    width: 100%;
    float: left;
    padding-left: 40px;
}

.service-right2 {
    width: 100%;
    float: left;
    padding-left: 40px;
    position: absolute;
    right: 0px;
    top:50px;
    text-align: right;
}

.service-right3 {
    width: 100%;
    float: left;
    padding-left: 40px;
    position: absolute;
    right: 0px;
    top:0px;
    text-align: right;
}
.data-pos{
  position: absolute;
  right: 0px;
  top:0px;
}
.data-pos img{
  overflow: hidden;
}

.data-pos1{
  position: absolute;
  left: 0px;
  top:0px;
}
.data-pos1 img{
  overflow: hidden;
}
.service-right img {
    width: 100%;
    float: left;
}

.section-left1 {
    float: left;
    width: 100%;
    margin: 60px 0px;
    height: calc(100% - 120px);
    position: relative;
}
.section-left1 h5{
  width: 100%;
  float: left;
  font-size: 29px;
  color:#474747;
  font-family: 'Poppins-Bold';
  margin-top:15px;
}
.section-left1 h1 {
    text-align: left;
    color: #11b3a6;
    font-size: 32px;
    font-family: 'Poppins-SemiBold';
    line-height: 45px;
    width: 100%;
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 0;
    text-transform: uppercase;
}

.section-left1 h3 {
    text-align: left;
    color: #f9f9f9;
    font-size: 18px;
    font-family: 'Poppins-Bold';
    line-height: 45px;
    width: 100%;
    float: left;
    margin: 0px 0px 5px 0px;
    padding: 0;
    letter-spacing: 1.0px;
}

.section-left1 h6 {
    color: #ffffff;
    font-size: 18px;
    font-family: 'Poppins-Bold';
    text-align: left;
    line-height: 25px;
    width: 100%;
    float: left;
    margin: 20px 0px 0px 0px;
    padding: 0;
    text-transform: uppercase;
}

.section-left1 p {
    text-align: left;
    font-family: 'Poppins-Regular';
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    width: 100%;
    float: left;
    margin: 0px 0px 15px 0px;
    padding: 0;
}
.section-left2 {
    float: left;
    width: 100%;
    position: relative;
    height: calc(100vh - 120px);
    margin: 60px 0px;
}
.section-left2 h5{
  width: 100%;
  float: left;
  font-size: 29px;
  color:#e5e5e5;
  font-family: 'Poppins-Bold';
  margin-top:15px;
}
.section-left2 h1 {
    text-align: left;
    color: #11b3a6;
    font-size: 32px;
    font-family: 'Poppins-SemiBold';
    line-height: 45px;
    width: 100%;
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 0;

}

.section-left2 h3 {
    text-align: left;
    color: #303030;
    font-size: 18px;
    font-family: 'Poppins-Bold';
    line-height: 45px;
    width: 100%;
    float: left;
    margin: 0px 0px 5px 0px;
    padding: 0;
    letter-spacing: 1.0px;
}

.section-left2 h6 {
    color: #303030;
    font-size: 18px;
    font-family: 'Poppins-Bold';
    text-align: left;
    line-height: 25px;
    width: 100%;
    float: left;
    margin: 20px 0px 0px 0px;
    padding: 0;
    text-transform: uppercase;
}

.section-left2 p {
    text-align: left;
    font-family: 'Poppins-Regular';
    font-size: 18px;
    line-height: 30px;
    color: #5b6987;
    width: 100%;
    float: left;
    margin: 0px 0px 15px 0px;
    padding: 0;
}
.service-right1 {
  width: 100%;
  float: left;
  padding-right: 0px;
  position: absolute;
  left: 0px;
  top:0px;
  text-align: left;
}

.data-pos{
  position: absolute;
  right: 0px;
  top:0px;
}
.data-pos img{
  overflow: hidden;
}

.service-right1 img {
    width: 100%;
    float: left;
    height: 100%;
}

.software-developer {
    width: 100%;
    float: left;
    margin-top: 0px;
    padding: 60px 16px;
    height: calc(100vh - 60px);
    position: relative;
    overflow: hidden;
}

.mobile-developer {
    width: 100%;
    float: left;
    margin-top: 0px;
    padding: 0px 16px;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.mt-40 {
    margin-top: 40px;
}

.software-developer1 {
    width: 100%;
    float: left;
    background-color: #000000;
    padding: 0px 16px;
    position: relative;
    overflow: hidden;
}

.mobilesec {
    display: none;
}

.desktopsec {
    display: block;
}

.img-pos-set {
    position: relative;
    top: 50%;
    transform: translate(0, 50%);
}

.img-pos-set3 {
    position: relative;
    top: 50%;
    transform: translate(-18%, 50%);
}

.img-pos-set2 {
    position: relative;
    top: 50%;
    transform: translate(0, 25%);
}

.services_details_left{
    float: left;
    width: 100%;
}

.services_details_left .nav-tabs {
    border-bottom: 0px;
    display: flex;
    justify-content: center;
    width: 100%;
    float: left;
}

.services_details_left .nav-tabs .nav-link.active {
    border: 0px;
}

.services_details_left .nav-tabs .nav-link:focus,
.services_details_left .nav-tabs .nav-link:hover {
    border: 0px;
}

.services_details_left ul li {
  float: left;
  width: auto;
  padding: 0 24px;
}

.services_details_left ul:after {
    content: '';
    position: absolute;
    width: 100%;
    background: url("../images/dotted-lines.png");
    background-size: contain;
    background-repeat: no-repeat;
    top: -27px;
    left: 15%;
    height: 5px;
    max-width: 833px;
}

.services_details_left ul li:last-child a:after {
    display: none !important;
}

.services_details_left ul li a.active{
  background-color: transparent !important;
  color:#10b2a7 !important;
  border-top:0px;
  border-bottom: 0px;
  border-right: 0px;
  font-family: 'Poppins-Bold';
  font-size: 15px;
  border-radius: 0px !important;
  padding: 0px;
}

.services_details_left ul li a.active .software_developer_left h3{
  color:#5ccdac !important;
  border-radius: 0px;
}
.services_details_left ul li a:before {
    content: '';
    position: absolute;
    top: -33px;
    left: 44%;
    background: url("../images/radio.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    z-index: 99;
}

.services_details_left ul li a.active:before {
    background: url("../images/radio-active.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.services_details_left ul li a {
    float: left;
    width: 100%;
    position: relative;
    color:#515978;
    font-family: 'Poppins-Bold';
    font-size: 15px;
    border-radius: 0px !important;
    padding: 0px;
    border: 0px !important;
}

.services_details_left ul li a:hover {
    width: 100%;
    float: left;
    padding: 0px !important;
    background-color: transparent !important;
    color:#10b2a7;
    border-radius: 0px;
    border-top:0px;
    border-bottom: 0px;
    border-right: 0px;
    font-family: 'Poppins-Bold';
    font-size: 15px;
    padding: 0px;
}
.services_details_left ul li a:hover .software_image{
  background-color: #5ccdac;
  color:#ffffff;
}

.services_details_left ul li a.active .software_image{
  background-color: #5ccdac;
  color:#ffffff;
}



.services_details_left ul li a:hover .software_developer_left h3{
  color:#5ccdac !important;
  border-radius: 0px;
}

.software_developer_left {
    width: 80%;
    float: left;
    display: flex;
    /*background: #fff;
    box-shadow: 0 0 14px 0px rgba(0, 0, 0, 0.19);*/
    padding: 17px 20px 17px 40px;
    /* justify-content: start; */
    align-items: center;
    margin: 0px 0;
    border-radius: 12px;
}

.software_developer_left .software_image {
  width: 30px;
  height: 30px;
  float: left;
  background-color: #004642;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 4px 10px;
  font-family: 'Poppins-Semibold';
  font-size: 16px;
  color: #ffffff;
}

.software_developer_left .software_image img {
    width: 36px;
    height: 36px;
    display: block;
    object-fit: contain;
    margin: 0 auto;
}

.software_developer_left h3 {
    margin: 0;
    padding: 0 0 0 18px;
    font-size: 17px;
    font-family: 'Poppins-Semibold';
    color: #000;
    width: auto;
    float: left;
}

.software_developer_left h3:after {
    content: "";
}

.services_details_right {
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 20px;
    margin-top:65px;
}

.services_details_right h3 {
    font-size: 30px;
    font-family: 'Poppins-Bold';
    color: #000;
    width: 100%;
    float: left;
    line-height: 42px;
    margin: 0 0 20px 0px;
    padding: 0;
}

.services_details_right p
{
font-family: 'Poppins-Regular';
font-size: 16px;
line-height: 1.49;
color: #515978;
width: 100%;
float: left;
text-align: left;
}

.services_details_right li img {
    float: left;
    width: 15px;
    margin-right: 10px;
    margin-top: 4px;
}

.services_details_right ul li {
    width: 100%;
    float: left;
    color: #545454;
    font-family: 'Poppins-Regular';
    margin-bottom: 16px;
    font-size: 18px;
}

.mr_tp_50 {
    margin-top: 50px;
}

.services_bg_logo {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.enblingitsclients_inner{
  padding: 40px 0px 40px 0px;
}

.services_bg_logo img {
    width: 470px;
    opacity: .1;
}

.services_dots {
    position: absolute;
    left: -40px;
    bottom: -3px;
}

.services_dots img {
    width: 140px;
    height: 140px;
    opacity: .2;
}

@media (min-width: 320px) and (max-width: 767px) {
    .mobilesec {
        display: block;
    }
    .desktopsec {
        display: none;
    }
    .service-icons ul li {
        margin-bottom: 6px;
    }
    .service-icons ul li i {
        font-size: 18px;
        padding: 15px;
    }
    .software-developer {
        padding: 35px 0px;
    }
    .software-developer1 {
        padding: 35px 0px;
        margin-top: 0px;
    }
    .section-left h1 {
        font-size: 25px;
        line-height: 35px;
    }
    .service-right {
        padding: 0px;
        margin-top: 30px;
    }
    .section-left1 h1 {
        font-size: 25px;
        line-height: 35px;
    }
    .service-right1 {
        padding: 0px;
        margin-top: 0px;
    }
    .policy-section {
        min-height: auto;
    }
    .free-for {
        padding: 40px 0px 40px 0px;
    }
    .free-for-content h2 {
        padding: 0;
        font-size: 28px;
        line-height: 35px;
    }
    .free-for-content p {
        padding: 0;
        font-size: 15px;
    }
    .footer_menulinks .justify-content-end {
        -ms-flex-pack: start!important;
        justify-content: flex-start!important;
    }
    .footer_menulinks li.nav-item {
        width: 100%;
        float: left;
    }
    .address-content h1 {
        font-size: 25px;
    }
    .about-main {
        float: left;
        width: 100%;
        padding: 0 0 35px 0;
    }
    .customer-driven {
        padding: 0 0 35px 0;
    }
    .customer-driven-content h3 {
        margin: 0 0 20px 0;
    }
    .our-partner,
    .we-are {
        padding: 0 0 35px 0;
    }
    .our-partner-content h3,
    .we-are-content h3 {
        margin: 0 0 10px 0;
    }
    .our-partner-content p:before {
        display: none;
    }
    .modal-title {
        font-size: 28px;
    }
    .modal-header {
        padding: 10px;
    }
    .whatsyourname {
        margin-bottom: 10px;
    }
    .letsdiscussinner {
        margin: 10px 0 0 0;
    }
    .whatsyourname .inputnames {
        font-size: 15px;
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .mobilesec {
        display: block;
    }
    .desktopsec {
        display: none;
    }
    .service-icons ul li {
        margin-bottom: 6px;
    }
    .service-icons ul li i {
        font-size: 18px;
        padding: 15px;
    }
    .software-developer {
        padding: 30px 0px;
    }
    .software-developer1 {
        padding: 30px 0px;
        margin-top: 0px;
    }
    .section-left h1 {
        font-size: 25px;
        line-height: 40px;
    }
    .service-right {
        padding: 0px;
        margin-top: 0;
    }
    .section-left1 h1 {
        font-size: 25px;
        line-height: 40px;
    }
    .service-right1 {
        padding: 0px;
        margin-top: 0px;
    }
    
    .footer_menulinks .justify-content-end {
        -ms-flex-pack: start!important;
        justify-content: flex-start!important;
    }
}

@media (min-width: 320px) and (max-width: 991px) {
    .heaser_section {
        height: auto;
    }
    .greatcustomsoftware {
        height: auto;
        padding:40px 0px;
    }
    .aboutbanner {
        height: auto;
    }
    .enablingitsclients_section {
        height: auto;
        padding: 0;
    }
    .stablesecure_section {
        height: auto;
    }
    .overdesign_development {
        height: auto;
    }
    .howdevelopment_section,
    .letsdiscuss_section,
    .slidersays_section {
        height: auto;
    }
    .companytimeline {
        height: auto;
    }
    .fp-tableCell {
        display: unset;
        vertical-align: unset;
    }
    .orange_line,
    .red_line {
        display: none;
    }
    .assamble_section_top::after {
        top: unset;
        right: unset;
        bottom: -30px;
        left: 50%;
        transform: translateX(-50%) rotate(90deg);
    }
    .assamble_section_bottom::before {
        top: unset;
        bottom: -30px;
        left: 50%;
        transform: translateX(-50%) rotate(270deg);
    }
    .assamble_section {
        margin-bottom: 40px;
    }
    .howdevelopmment_inner .mt_50 {
        margin-top: 0px;
    }
    .asbmble_6::before {
        display: none;
    }
    .header_menu_links ul li .nav-link.contact_link {
        width: 100%;
        float: left;
    }
    .header_menu_links ul li .nav-link.contact_link {
        text-align: center;
    }
    .heaser_section .navbar-nav {
        padding-bottom: 10px;
        position: absolute;
        width: 100%;
        z-index: 9999;
        background: #fff;
        padding-left: 15px;
        padding-right: 15px;
    }
    .heaser_section .navbar-nav li{
        width:100%;
    }
    .img-pos-set {
        position: unset;
        top: 0;
        transform: translate(0);
    }
    .img-pos-set3 {
        position: unset;
        top: 0;
        transform: translate(0);
    }
    .img-pos-set2 {
        position: unset;
        top: 0;
        transform: translate(0);
    }
    .service-right {
        padding: 0px;
        margin-top: 30px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .jobopen ul{
        margin:0px !important;
    }
    .jobopen ul li{
        width:100% !important;
    }
    .dropdown-menu.menu-dropdown.show{
        background: #1171de;
    }
    .menu-dropdown .dropdown-item{
        color:#ffffff;
    }
    .ourservice{
        height:100%;
    }
    .ourservice img{
        height:100%;
    }
    .footer_section{
        padding:30px 0px 80px 0px;
    }
    .footer-content{
        margin-top:30px;
    }
    .bluebar{
        width:100px;
        height: 100px;
    }
    .bluebar img
    {
        width: 70px;
        height: 70px;
        top: 15px;
        left: 15px;
    }
    .language-support-content ul li a span{
        font-size: 15px;
        height:40px;
        line-height: 17px;
    }
    .language-support-content ul{
        display: block;
    }
    .language-support-content ul li{
        width: 50%;
    }
    .bannerimage img {
        width: 100%;
        height: auto;
    }
    .carousel-control-next {
        right: 0px;
    }
    .carousel-control-prev {
        left: 0px;
    }
    .greatcustom_heading {
        margin-top: 0px;
        padding-right:0px;
    }
    .greatcustom_heading h1 {
        font-size: 28px;
        line-height: 32px;
    }
    .greatcustom_heading p{
        font-size: 15px;
    }
    .greatcustom_heading h3 {
        line-height: 1.3;
        font-size: 20px;
    }
    .ourservice img{
        width: auto !important;
    }
    .language-support{
        padding:40px 0px !important;
    }
    .bannerimage {
        margin: 50px 0;
    }
    .stabel_heading h2 {
        font-size: 28px;
    }
    .sliderdata img{
        width: auto !important;
    }
    .sliderdata1 img{
        width: auto !important;
    }
    .carousel_testimonial {
        padding: 35px 60px;
        width: 100%;
        margin:0px;
        position: absolute;
        top:50%;
        left:50%;
        transform: translate(-50%,-50%);
    }

    .carousel_testimonial1 {
        padding: 35px 0px;
        width: 100%;
        margin:0px;
        position: absolute;
        top:50%;
        left:50%;
        transform: translate(-50%,-50%);
    }
    .footer_menulinks .nav-link {
        padding: 8px 0;
    }
    .footer_menulinks ul li:last-child .nav-link {
        padding-right: 8px !important;
    }
    .mr_sm_30 {
        margin-top: 30px;
    }
    
    .stabelsecurescalable_inner,
    .enblingitsclients_inner {
        margin-top: 30px;
    }
    .companyinfography .innertimeline {
        padding: 10px;
    }
    .extend {
        margin-top: 20px;
    }
    .accelerate,
    .extend,
    .business-goals,
    .your-org {
        min-height: auto !important;
    }
    .carousel_testimonial h4 {
        line-height: 25px;
        padding: 0px 0;
        font-size: 20px;
    }
    .carousel_testimonial h3{
        font-size: 24px;
        padding:15px 0px 15px 0px;
    }

    .carousel_testimonial1 h4 {
        line-height: 25px;
        padding: 0px 0;
        font-size: 20px;
    }
    .carousel_testimonial1 h3{
        font-size: 19px;
        padding:15px 15px 15px 15px;
        width:100%;
        margin:0px;
    }
    .sliderdata{
        height: 350px !important;
    }

    .sliderdata1{
        height: 280px !important;
    }
    .carousel-inner{
        height: 350px !important;
    }
}

@media (min-width:768px) and (max-width: 991px) {
    .footer-content ul.social li{
        margin-right:10px;
    }
    .footer-content ul.social li a i{
        width: 38px;
        height: 38px;
        padding: 6px 12px;
    }
    .ourservice{
        height:100%;
    }
    .ourservice img{
        height:100%;
    }
    .footer_section{
        padding:30px 0px 80px 0px;
    }
    .footer-content{
        margin-top:30px;
    }
    .bluebar{
        width:100px;
        height: 100px;
    }
    .bluebar img
    {
        width: 70px;
        height: 70px;
        top: 15px;
        left: 15px;
    }
    .language-support-content ul li a span{
        font-size: 15px;
        line-height: 20px;
    }
    .language-support-content ul{
        display: block;
    }
    .language-support-content ul li{
        width: 20%;
    }
    .bannerimage img {
        width: 100%;
        height: auto;
    }
    .carousel-control-next {
        right: 0px;
    }
    .carousel-control-prev {
        left: 0px;
    }
    .greatcustom_heading {
        margin-top: 0px;
    }
    .greatcustom_heading h1 {
        font-size: 28px;
        line-height: 32px;
    }
    .greatcustom_heading p{
        font-size: 15px;
    }
    .greatcustom_heading h3 {
        line-height: 1.3;
        font-size: 20px;
    }
    .ourservice img{
        width: auto !important;
    }
    .language-support{
        padding:40px 0px !important;
    }
    .bannerimage {
        margin: 50px 0;
    }
    .stabel_heading h2 {
        font-size: 28px;
    }
    .sliderdata img{
        width: auto !important;
    }
    .sliderdata1 img{
        width: auto !important;
    }
    .carousel_testimonial {
        padding: 80px 60px;
        width: 80%;
        margin:0px 10%;
    }
    .carousel_testimonial1 {
        padding: 80px 60px;
        width: 80%;
        margin:0px 0%;
    }
    .jobopen h5{
        line-height: 26px !important;
    }
    .footer_menulinks .nav-link {
        padding: 8px 0;
    }
    .footer_menulinks ul li:last-child .nav-link {
        padding-right: 8px !important;
    }
    .mr_sm_30 {
        margin-top: 30px;
    }
    
    .stabelsecurescalable_inner,
    .enblingitsclients_inner {
        margin-top: 30px;
    }
    .companyinfography .innertimeline {
        padding: 10px;
    }
    .extend {
        margin-top: 20px;
    }
    .accelerate,
    .extend,
    .business-goals,
    .your-org {
        min-height: auto !important;
    }
    .carousel_testimonial h4 {
        line-height: 25px;
        padding: 0px 0;
        font-size: 20px;
    }
    .carousel_testimonial h3{
        font-size: 24px;
        padding:15px 0px 15px 0px;
    }

    .carousel_testimonial1 h4 {
        line-height: 25px;
        padding: 0px 0;
        font-size: 20px;
    }
    .carousel_testimonial1 h3{
        font-size: 24px;
        padding:15px 0px 15px 0px;
    }
    .sliderdata{
        height: 350px !important;
    }
    .sliderdata1{
        height: 280px !important;
    }
    .carousel-inner{
        height: 350px !important;
    }
}
@media (min-width: 320px) and (max-width: 349px) {
    .nav_logo img{
        width: 200px !important;
    }
    .howdevelopment_section, .slidersays_section{
        margin-top:85px !important;
    }
    .sliderdata1{
        margin-top:85px !important;
    }
}
@media (min-width: 320px) and (max-width: 479px) {
    .jobopen h2{
        font-size:24px !important;
        margin-bottom: 6px !important;
    }
    .card-header{
        padding: .75rem 0.75rem !important;
    }
    .accordion .card-header button{
        font-size: 18px !important;
    }
    .tab_content_logo {
        width: 48%;
    }
    .carousel-frame li.carousel-item {
        width: 100%;
    }
    .background_clip_right img {
        width: 140px;
    }
    .background_clip_left img,
    .background_clip_right_techstack img {
        width: 140px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .tab_content_logo {
        width: 30%;
    }
    .carousel-frame li.carousel-item {
        width: 70%;
    }
    .background_clip_right img {
        width: 230px;
    }
    .background_clip_left img,
    .background_clip_right_techstack img {
        width: 230px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .tab_content_logo {
        width: 30%;
    }
    .devlopment_services {
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .bannerimage img {
        height: 380px;
    }
    .carousel-frame li.carousel-item {
        width: 40%;
    }
    .accelerate,
    .extend,
    .business-goals,
    .your-org {
        min-height: 244px !important;
    }
    .extend {
        margin-top: 20px;
    }
}


@media (min-width: 992px) and (max-width: 1199px) {
    .sliderdata img{
        width: auto;
    }
    .sliderdata1 img{
        width: auto;
    }
    .ourservice{
        height:100%;
    }

    .ourservice img{
        height:100%;
    }
    .carousel_testimonial{
        width: 80%;
        margin:0px 10%;
    }
    .carousel_testimonial1{
        width: 80%;
        margin:0px 10%;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .sliderdata img{
        width: auto;
    }
    .sliderdata1 img{
        width: auto;
    }
    .ourservice{
        height:100%;
    }

    .ourservice img{
        height:100%;
    }
    
}


/* end mousewheel */

.loader1 {
    width: 100%;
    float: left;
    height: 100%;
    background-image: linear-gradient(101deg, #0c928a, #40cdc5 76%, #40cdc5 99%);
    position: fixed;
    z-index: 9999999;
}

.loader {
    width: 400px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.1em;
    font-size: 20px;
    font-family: 'Poppins-Regular';
}

.loader::before,
.loader::after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: #fff;
    position: absolute;
    -webkit-animation: load .7s infinite alternate ease-in-out;
    animation: load .7s infinite alternate ease-in-out;
}

.loader::before {
    top: 0;
}

.loader::after {
    bottom: 0;
}

@-webkit-keyframes load {
    0% {
        left: 0;
        height: 60px;
        width: 15px;
    }
    50% {
        height: 8px;
        width: 40px;
    }
    100% {
        left: 350px;
        height: 60px;
        width: 15px;
    }
}

@keyframes load {
    0% {
        left: 0;
        height: 60px;
        width: 15px;
    }
    50% {
        height: 8px;
        width: 40px;
    }
    100% {
        left: 350px;
        height: 60px;
        width: 15px;
    }
}


/* our approach */

.approach_section {
    width: 100%;
    float: left;
    padding-top: 40px;
    /* background: #fdfdfd; */
    background: url(../images/bg_approach@3x.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.approach_inner_section {
    width: 100%;
    float: left;
}

.approach_heading_total {
    width: 100%;
    float: left;
    position: relative;
    display: flex;
    justify-content: flex-end;
    margin-top: 0px;
}

.approach_heading {
    width: 50%;
    float: left;
    position: relative;
    top:100px;
    left:-40px;
}

.approach_heading1 {
    width: 50%;
    float: left;
    position: relative;
    top:100px;
    right:-10px;
}

.approach_heading2 {
    width: 50%;
    float: left;
    position: relative;
    top:80px;
    left:-40px;
}

.approach_heading .approch_one,.approach_heading1 .approch_two,.approach_heading .approch_three,.approach_heading1 .approch_four,.approach_heading2 .approch_five,.approach_heading1 .approch_six {
    float: left;
    font-family: 'Poppins-Bold';
    font-size: 24px;
    margin: 0;
    padding: 70px 0 0 0;
    color: #10b2a7;
    position: relative;
    line-height: 28px;
    text-align: left;
}

.approach_heading1 .approch_six{
  padding-right: 30px;
}
.approach_heading2 .approch_five{
  padding:50px 0px 0px 0px !important;
}

.approach_heading .approch_one span,.approach_heading1 .approch_two span,.approach_heading .approch_three span,.approach_heading1 .approch_four span,.approach_heading2 .approch_five span,.approach_heading1 .approch_six span{
  line-height: 26px;
}
.approach_heading .approch_one,.approach_heading .approch_three,.approach_heading .approch_five {
    float: left;
}

.approach_heading1 .approch_two,.approach_heading1 .approch_four,.approach_heading1 .approch_six{
    float: right;
}
.approch_one::before,
.approch_two::before,
.approch_three::before,
.approch_four::before,
.approch_five::before,
.approch_six::before
 {
    font-family: 'Poppins-SemiBold';
    font-size: 100px;
    margin: 0;
    padding: 0;
    color: rgba(136, 136, 136, 0.11);
    position: absolute;
    top: 20px;
    left: 0;
    font-weight: bold;
}

.approch_five::before{
  top:0px;
}

.approch_one::before {
    content: "01";
}

.approch_two::before {
    content: "02";
}
.approch_three::before {
    content: "03";
}
.approch_four::before {
    content: "04";
}
.approch_five::before {
    content: "05";
}

.approch_six::before {
    content: "06";
}
.approch_one::after,
.approch_two::after,
.approch_three::after,
.approch_four::after,
.approch_five::after,
.approch_six::after
 {
    content: "";
    width: 125px;
    height: 3px;
    margin: 0;
    padding: 0;
    background: rgb(16, 178, 167, 1);
    position: absolute;
    left: 0px;
    bottom: -12px;
}

.approach_content_total {
    width: 100%;
    float: left;
    display: flex;
    justify-content: flex-start;
    position: relative;
    margin-top: 0px;
}

.approach_content {
    width: 45%;
    float: left;
    position: relative;
    top:-40px;
}

.approach_content h3 {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    color: #10b2a7;
    font-family: 'Poppins-Light';
}

.approach_content p {
    width: 96%;
    float: left;
    font-family: 'Poppins-Medium';
    font-size: 16px;
    text-align: left;
    line-height: 1.7;
    margin: 0;
    padding: 7px 0px;
    color: #515978;
}

.approach_content ul {
    width: 100%;
    float: left;
    margin: 10px 0 0 0;
    padding: 0;
}

.approach_content ul li {
    width: 100%;
    float: left;
    font-family: 'Poppins-Medium';
    font-size: 16px;
    text-align: left;
    line-height: 1.5;
    margin: 0 0 8px 0;
    padding: 0;
    color: #515978;
}

.approach_content ul li img {
    float: left;
    width: 15px;
    margin-right: 10px;
    margin-top: 4px;
}

.approach_content1 {
    width: 45%;
    float: left;
}

.approach_content1 h3 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    color: #cccccc;
    font-family: 'Poppins-Light';
}

.approach_content1 p {
    width: 100%;
    float: left;
    font-family: 'Poppins-Medium';
    font-size: 16px;
    text-align: left;
    line-height: 28px;
    margin: 0;
    padding: 0;
    color: #5a5a5a;
}

.approach_content1 ul {
    width: 100%;
    float: left;
    margin: 10px 0 0 0;
    padding: 0;
}

.approach_content1 ul li {
    width: 100%;
    float: left;
    font-family: 'Poppins-Medium';
    font-size: 16px;
    text-align: left;
    line-height: 28px;
    margin: 0 0 8px 0;
    padding: 0;
    color: #5a5a5a;
}

.approach_content1 ul li img {
    float: left;
    width: 15px;
    margin-right: 10px;
    margin-top: 4px;
}

.approach_content2 {
    width: 45%;
    float: left;
    position: relative;
    margin-top:-130px;
}

.approach_content2 h3 {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    color: #10b2a7;
    font-family: 'Poppins-Light';
}

.approach_content2 p {
    width: 96%;
    float: left;
    font-family: 'Poppins-Medium';
    font-size: 16px;
    text-align: left;
    line-height: 1.7;
    margin: 0;
    padding: 7px 0px;
    color: #515978;
}

.approach_content2 ul {
    width: 100%;
    float: left;
    margin: 10px 0 0 0;
    padding: 0;
}

.approach_content2 ul li {
    width: 100%;
    float: left;
    font-family: 'Poppins-Medium';
    font-size: 16px;
    text-align: left;
    line-height: 1.5;
    margin: 0 0 8px 0;
    padding: 0;
    color: #515978;
}

.approach_content2 ul li img {
    float: left;
    width: 15px;
    margin-right: 10px;
    margin-top: 4px;
}

.approach_heading_total2 {
    width: 100%;
    float: left;
    position: relative;
    display: flex;
    justify-content: flex-start;
    margin-top: 0px;
}

.heading_text_right {
    text-align: right;
}

.approach_content_total2 {
    width: 100%;
    float: left;
    display: flex;
    justify-content: flex-end;
    position: relative;
    margin-top: 0px;
}

/* end our approach */

.navbar-nav{
    display: block !important;
    float: right;
    width: auto;
    position: absolute;
    right:0px;
}
.mobile-img {
    float: left;
    width: 100%;
    padding: 20px 0px;
    border-radius: 10px;
    text-align: center;
}
.mobile-img img{
  width: 75%;
}

.aboutmiddle{
  width: 100%;
  float: left;
  margin-bottom: 0px;
  padding: 50px 0px;
  text-align: center;
}

.aboutmiddle h1{
font-size: 38px;
font-family: 'Poppins-Bold';
line-height: 45px;
width: 100%;
float: left;
margin: 0;
padding: 0;
text-align: center;
color:#303030;
}

.aboutmiddle p{
  color: #7c7c7c;
font-size: 25px;
font-family: 'Poppins-Light';
font-weight: 300;
line-height: 1.5;
width: 100%;
float: left;
margin: 0;
padding: 15px 0px 25px 0px;
text-align: center;
}
.aboutmiddle p span{
  width: 100%;
  text-align: center;
  float: left;
  font-size: 18px;
  color:#303030;
  padding-top:6px;
 }

.aboutmiddle a{
  text-align: center;

}


.cases .header_menu_links ul li .nav-link{
  color: #ffffff !important;
}

.cases .header_menu_links ul li.active .menulink{
  color:#23ebdd !important;
}

.cases .dropdown-toggle::after{
  border: solid 1.5px #ffffff;
  border-top: 0;
border-left: 0;
}
.cases .letstalk ul li .werehiring{
  border:1px solid #ffffff;
  color: #ffffff !important;
  background: transparent !important;
}
.cases .letstalk ul li .werehiring:hover{
  border:1px solid #ffffff;
  color: #000000 !important;
  background: #ffffff !important;
}
.cases .letstalk .contact_link{
  border:1px solid #ffffff;
  color: #000000 !important;
  background: #ffffff;
}

.cases .letstalk .contact_link:hover{
  border:1px solid #ffffff;
  color: #ffffff !important;
  background: transparent !important;
}


h2.acc_trigger {
    padding: 0;    margin: 0 0 5px 0;
    height: 46px;    line-height: 46px;
    width: 590px;
    font-size: 1.5em;
    font-weight: normal;
    float: left;
margin-bottom:0;
}
h2.acc_trigger a {
    color: #222;
    text-decoration: none;
    display: block;
    padding: 0 0 0 50px;
}
h2.acc_trigger.active a {
    color: #FF0000;

}
h2.acc_trigger a:hover {
    color: #999;
}
h2.acc_trigger a:active, h2.active {
    color:#ED2224;
}

h2.active {background-position: left bottom;}
.acc_container {
    margin: 0 0 5px; padding: 0;
    overflow: hidden;
    font-size: 1.2em;
    width: 590px;
    clear: both;
    background: #f0f0f0;
    border: 1px solid #d6d6d6;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
border-top:none;

}
.acc_container .block {
    padding: 20px;
}


@media (min-width: 992px) and (max-width:1099px) {

}

.career{
    width: 100%;
    float: left;
    padding: 60px 0px;
}
.career h1{
    text-align: center;
color: #0d2235;
font-size: 40px;
font-family: 'Poppins-Bold';
line-height: 43px;
width: 100%;
float: left;
margin: 0px 0px 5px 0px;
padding: 0;
}

.career h3
{
width: 70%;
float: left;
margin: 0px 15%;
padding: 20px 0 20px 0;
text-align: center;
color: #5f7586;
font-size: 16px;
font-family: 'Poppins-Regular';
line-height: 22px;
}

.jobopen{
 width:100%;
 float: left;
 background: #f3f3f3;
 padding: 40px 0px;
}

.jobopen h2{
    text-align:left;
    color: #1171de;
    font-size: 30px;
    font-family: 'Poppins-SemiBold';
    line-height:35px;
    width: 100%;
    float: left;
    margin: 0px 0px 15px 0px;
    padding: 0;
}

.jobopen h4{
    text-align:left;
    color: #0d2235;
    font-size: 21px;
    font-family: 'Poppins-Medium';
    line-height:35px;
    width: 100%;
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 0;
}

.jobopen p
{
width:100%;
float: left;
margin: 0px 0%;
padding: 5px 0 12px 0;
text-align: left;
color: #5f7586;
font-size: 16px;
font-family: 'Poppins-Regular';
}

.jobopen ul{
    width:100%;
    float: left;
    margin:20px 0px 15px 0px;
    padding: 0px;
   }

   .jobopen ul li{
    width:25%;
    float: left;
    margin:0px 0px 15px 0px;
    padding: 0px;
    text-align: center;
   }

   .jobopen ul li a{
    width: 100%;
    float: left;
    text-align: center;
    padding: 15px 25px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    /*background: #dcdcdc;*/
   }

   .jobopen ul li a img{
       width: 120px;
       background: #d7eaff;
       -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
       border-radius:50%;
       padding: 25px;
   }

   .jobopen ul li a span{
       width: 100%;
       float: left;
       text-align: center;
       font-family: 'Poppins-SemiBold';
       color:#086ada;
       font-size: 17px;
       margin-top:12px;
   }

.line{
    width:100%;
    float: left;
    border-top:1px solid #dcdcdc;
    padding-top:7px;
    padding-bottom: 7px;
}

.jobopen h5{
    text-align:left;
    color: #0d2235;
    font-size: 16px;
    font-family: 'Poppins-Medium';
    line-height:35px;
    width: 100%;
    float: left;
    margin: 0px 0px 15px 0px;
    padding: 0;
}

.contactdata{
    width: 100%;
    float: left;
}

.contactdata ul{
    width: 100%;
    float: left;
    margin:0px;
    padding:0px;
}

.contactdata ul li{
    width:100%;
    float: left;
    list-style-type: none;
    margin-bottom: 15px;
}

.contactdata ul li .home{
    width: 60px;
    float: left;  
}

.contactdata ul li .home i{
    color: #0d2235;
    font-size: 30px;
}

.contactdata ul li .homecontent{
    width: calc(100% - 60px);
    float: left;
    color: #0d2235;
font-size: 16px;
font-family: 'Poppins-Regular';
line-height: 35px;
text-align: left;
}
.contactdata ul li a{
    color:#086ada;
    text-align: left;
    padding:0px;
}

.aboutdata{
    width:100%;
    float: left;
    background: #f8f8f8;
    padding: 0px 0px;
   }

.accordion .card-header{
    background: #f9f9f9;
} 

.accordion .card-header button{
    width: 100%;
    text-align: left;
    color:#0d2235;
    font-family: 'Poppins-SemiBold';
    font-size:20px;
}
.accordion .card-body{
    display: inline-block;
}
.accordion .card-body p{
    float: left;
    margin: 0px 0px;
    padding: 5px 0 5px 0;
    text-align: left;
    color: #5f7586;
    font-size: 15px;
    font-family: 'Poppins-Regular';
    line-height: 24px;
}

.accordion .card-body h5{
    width: 100%;
    float: left;
    text-align: left;
    font-family: 'Poppins-SemiBold';
    color: #086ada;
    font-size: 17px;
    margin-top: 15px;
    margin-bottom: 0px;
}

.accordion .card-body ul.inner_list{
    width:100%;
    float: left;
    margin:0px;
    padding:10px 0px 10px 40px;
}

.accordion .card-body ul.inner_list li{
    list-style-type: disc;
    width:100%;
    padding-bottom: 6px;
    color: #5f7586;
    font-size: 15px;
    font-family: 'Poppins-Regular';
    line-height: 24px;
}

.carousel-indicators li{
    width:10px;
    height:10px;
}

body {
    position: relative; 
  }
  .affix {
    top:0;
    width: 100%;
    z-index: 9999 !important;
  }
  .navbar {
    margin-bottom: 0px;
  }

  .affix ~ .container-fluid {
   position: relative;
   top: 50px;
  }