/***===================================================
                         19/8/2021 research start
====================================================================***/
    .research_box{
        text-align: center;
        position: relative;
    }

    .research_inner_box{
        background-color: #a396f9;
        padding: 20px;
        box-shadow: 0 0 5px #b5a8a8;
    }

    /*.inner-column .text a {
        color: #fff2df;
    }*/
    .research_inner_box:hover{
        background-color: #00448b;
        box-shadow: 0 0 9px #696969;
    }

    .research_box.light .research_inner_box{
        background-color: #52a8b4;
    
    }
    .research_box.light .research_inner_box:hover{
background-color: #00448b;
    }
 
    .research_inner_box h3{
        text-align: center;
    }
    .research_inner_box h3{
        color: #fff;
        font-size: calc(1rem + 0.5vw);
        position: relative;
    }
    .research_inner_box h3::after{
        content: "";
        position: absolute;
        border-bottom: 2px solid #fff;
        bottom: -2px;
        left: 0px;
        width: 100%;
        height: 2px;
    }
    .research_inner_box p{
        color: #fff;
        margin-top: 14px;
    }

    .research_icons {
        position: relative;
        top: 73px;
        background-color: #fff;
        box-shadow: 0 0 25px #2f2f2f;
        border-radius: 50%;
        display: inline-block;
        padding: 32px; 
        height: 181px;
        width: 181px;
        margin: 0 auto
        transition: box-shadow 0.4s ease-in-out;
}

.research_icons:hover:before,  .research_icons:hover:after {
box-shadow: 15px 0 0 0 rgb(255, 150, 0) inset,
            0 15px 0 0 rgba(252,150,209,0.5) inset,
            -15px 0 0 0 rgb(253, 200, 0) inset,
            0 -15px 0 0 rgb(163, 150, 249) inset;
}


.research_icons:hover:after {
    -webkit-animation: spinAround 9s linear infinite;
    -moz-animation: spinAround 9s linear infinite;
    animation: spinAround 9s linear infinite;
}

@-webkit-keyframes spinAround {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes spinAround {
    from {
        -moz-transform: rotate(0deg)
    }
    to {
        -moz-transform: rotate(360deg);
    }
}
@keyframes spinAround {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg);
    }
}
.research_icons::after{
    content: "";
    position: absolute;
    width: 90%;
    transform: rotate(45deg);
    height: 90%;
    left: 9px;
    top: 9px;
    border: 8px solid #a999fd;
    border-radius: 50%;
}
.research_box.light  .research_icons::after{
    border: 8px solid #52a8b4;
}
.research_box.light .bottom_circle .bottom_cicle1{
    border: 17px solid  #52a8b4;
    border-top: transparent;
    border-right: 14px solid #52a8b4;
    border-left: 14px solid #52a8b4;
    border-bottom: 14px solid #52a8b4;
}
    .icons_img{
        position: absolute;
        bottom: 41px;
        left: 50%;
        margin-left: -55px;
        border-radius: 50%;
    }
   .research_box .bottom_circle{
        overflow: hidden;
        height: 200px;
        position: relative;
         top: 15px;
         display: none;
    }
    .research_box .bottom_circle .bottom_cicle1{
        border: 17px solid #8a88f4;
        height: 180px;
        width: 220px;
        left: 0%;
        top: -54%;
        border-radius: 50%;
        margin: auto;
        position: relative;
        border-top: transparent;
        border-right: #826fff;
        border-right: 14px solid #8a88f4;
        border-left: 14px solid #8a88f4;
        border-bottom: 14px solid #8a88f4;
    }
    .research_box.blue .research_inner_box{
        background-color: #34a6de;
    
    }
    .research_box.blue .research_inner_box:hover{
        background-color: #00448b;
    }
    .research_box.blue .research_icons::after{
        border: 8px solid #34a6de;
    }
    .research_box.blue .bottom_circle .bottom_cicle1{
        border: 17px solid  #34a6de;
        border-top: transparent;
        border-right: 14px solid #34a6de;
        border-left: 14px solid #34a6de;
        border-bottom: 14px solid #34a6de;
    }
    .research_box.dark_blue .research_inner_box{
        background-color: #075cb7;
    }
    .research_box.dark_blue .research_inner_box:hover{
        background-color: #00448b;
    }
    .research_box.dark_blue .research_inner_box{
       background-color: #00448b; 
    }
    .research_box.dark_blue .research_icons::after{
        border: 8px solid #4655af;
    }
    .research_box.dark_blue .bottom_circle .bottom_cicle1{
        border: 17px solid  #4655af;
        border-top: transparent;
        border-right: 14px solid #4655af;
        border-left: 14px solid #4655af;
        border-bottom: 14px solid #4655af;
    }
    /* banner webdevelopment */

   /* .web_title{
        background-color: #00448b;
        padding: 39px;
        height: calc(100vh - 38vh);
        width: calc(100% + 180px);
      
        border-left: transparent;
    }*/
    .bre-new{
        color:#efd107;
        font-size: 24px;
        margin-bottom: 36px;
    }
.p-0{
    padding: 0px;
}
    .button_free {
        background: #ffffff;
        color: #00448b;
        font-size: 20px;
        border-radius: 20px;
    }
    .web_icons{
        width: 150px;
        height: 150px;
        margin: 10px;
        border-radius: 10px;
        background-color: #00448b;
        text-align: center;
    }
    .cta-request {
        position: relative;
        background: url(https://www.pnjsharptech.com/images/rquest-bg.jpg) no-repeat;
        padding: 40px 0;
        border-radius: 20px;
        z-index: 1;
    }
    .cta-request::after{
        content: "";
        position: absolute;
        background: linear-gradient(251.22deg, #2678cf 0%, #0b498b 99.53%);
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        border-radius: 10px;
        opacity: 0.85;
    }
    .request-btn{
        text-decoration: none;
        font-size: 15px;
        background: #ffffff;
        text-transform: capitalize;
        border-radius: 36px;
        font-weight: bold;
        display: inline-block;
        padding: 4px 24px;
    }
.cta{
    background: url(https://www.pnjsharptech.com/images/call-to-action-background.jpg) no-repeat;
    padding: 40px ;
}
.exprol-in-detail {
    padding: 60px 0;
}
.explore-slide{
    position: relative;
}
.exprole-heading h2 {
    font-weight: 700;
    color: #00448b;
    font-size: 3rem;
}
.Passionate-heading h2 {
    font-weight: 700;
    color: #00448b;
    font-size: 3rem;
    margin-bottom: 20px;
    text-align: center;
}

.exprol-slide-box {
    background: #00448b;
    padding: 24px;
    min-height: 550px;
}
.exprol-slide-box h3,.exprol-slide-box p {
    color: #fff;
}


.exprol-slide-box h3 {
    margin-bottom: 12px;
    font-weight: 700;
}

.exprol-slide-box a {
  /*  font-size: 18px;*/
    color: #fff;
    text-transform: capitalize;
   /* position: absolute;
    bottom: 20px;*/
}

.exprol-href {
    font-size: 18px;
    color: #fff;
    text-transform: capitalize;
    position: absolute;
    bottom: 20px;
}
.exprol-slide-box p {
    margin-bottom: 20px;
}

.exprol-slide-box a i {
    margin-left: 10px;
}

.explore-slide .owl-nav button {
    position: absolute;
    top: 50%;
    width: 40px;
    font-size: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.explore-slide .owl-nav button.owl-prev {
    left: -30px;
}
.explore-slide .owl-nav button.owl-next {
    right: -30px;
}
.explore-slide .owl-nav button span {
    margin-top: -10px;
}




.title-heading h2 {
    margin-bottom: 35px;
}
.d-flex{
    display: flex;
}
.align-items-center{
    align-items: center;
}
.box-content img {
    width: 100%;
}
.sidebar-page-container{
    background: #00448b;
}
.why-choose-title h2 {
    color: #fff;
    margin-bottom: 30px;
    font-weight: 600;
}
.why-choose-content p {
    color: #fff;
}

.why-choose-content ul li {
    color: #fff;
    margin-bottom: 10px;
}
.why-choose-content h4{
    color: #fff;
    margin: 35px 0 15px;
}
.content-with-cta {
    padding: 0 0 60px;
}
.cta-tag-line p {
    font-size: 40px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
}

.cta-btn a {
    text-decoration: none;
    color: #fff;
    background: #0c6ace;
    padding: 15px 50px;
    font-size: 18px;
    border-radius: 6px;
    transition: 300ms ease;
}

.cta-btn a:hover {
    background: #007eff;
}

.web_icons.white{
    background-color: #fff;
    border: 1px solid #000; 
}
.web_icons.white .icons{
    background-color: #00448b;
  
}
.web_icons.white h4{
    color: #000;
}
.web_icons h4{
    color: #ffffff;
}
.web_icons .icons{
    display: inline-block;
    padding: 2px;
    margin: 10px 0px;
    background: #fff;
    border-radius: 50%;
}
.web_icons_wrapper{
        display: flex;
        justify-content: space-between;
        padding: 20px;
}
.ptb{
    padding: 40px 0px;
}
.bg-color{
    background:#f2f3f5;
}
.web_services  .web_content{
  padding: 10px 20px;
}
.web_services {
    position: relative;
}
.services_img3{
        position: relative;
        top: -57px;
}
.web_button{
    position: absolute;
    left: -100px;
    background: #d8e5fa;
    color: #00448b;
    width: 65%;
    border-radius: 20px;
    z-index: 1;
    padding: 20px 20px;
    bottom: 100px;
    display: inline-block;
}
.bg-color {
    background: #f2f3f5;
    min-height: 420px;
    position: absolute;
    left: 0;
    right: 0;
    top: 35px;
}
.web_button h2 {
    font-size: 26px;
    font-weight: 600;
}

.web_button p {
    text-align: right;
    font-weight: 600;
    color: #0079ff;
}
.elementor-content {
    margin-right: -50px;
}
.elementor-column {
    position: relative;
  
}
.elementor_subcontent h2  {
    font-size: 32px;
    font-weight: 600;
    color: #00448b;
    text-align: right;
}
.elementor_subcontent p{
    font-size: 16px;
    text-align: right;
    color: #0079ff;
}
.elementor-column {
    position: relative;
}
.elementor-column .elementor-image{
    text-align: right;
}
.elementor-column .elementor-image img , .elementor-column 

.elementor-image2 img , .elementor-column .elementor-image1 img{
    display: inline-block;
}
.elementor-column .elementor-image2 {
    text-align: right;
    z-index: 2;
    position: relative;
    top: -49px;
}
.elementor-column .elementor-image1 {
    position: relative;
    top: -18px;
    text-align: right;
    right: 69px;
}
.dream_section{
    background-color: #ecf1ff;
    padding: 50px 0px;
}
.dream_section .section_title h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    color: #00448b;
    text-transform: capitalize;
}
.section-title-web h2 {
    font-size: 2.3rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 5px;
    color: #00448b;
    text-transform: capitalize;
}
.elementor-dream_img{
    position: relative;
}

.elementor-dream_img .elementor-dream-image2{
    position: absolute;
    bottom: -20%;
    left: 10%;
}
.dream_section.bg_none {
    background: transparent;
}
.custom_box{
    background: #b6e7fa;
    padding: 20px;
    border-radius: 20px;
    margin: 10px 0px;
        height: 600px;
}
.custom_inner{
    display: flex;
    padding: 20px 0px;
}
.custom_content{
    flex-basis: 68%;
}
.custom_content h3{
    font-size: 23px;
    line-height: 27px;
    display: inline-block;
    font-weight: 600;
    color: #00448b;
}
.custom_content h3 a{
color: #00448b;
    }
.custom_icon{
    position: relative;
}
.custom_icon img{
    position: relative;
    z-index: 1;
}
.custom_icon::after{
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: #ffb902;
        display: inline-block;
        border-radius: 12px;
        padding: 37px;
        top: 0;
        left: 8px;
}
.custom_inner p{
    font-size: 13px;
}
.process_section {
    padding: 50px;
}
.why_content{
    margin: 20px 0px;
}

.why_section{
    padding:50px 0px;
} 
.why_section .why_heading  h2 {
    font-size: 41px;
    font-weight: 600;
    text-transform: capitalize;
    color: #4d4f51;
    margin: 0px 0px 40px 0;
}
.section_title ul li{
    position: relative;
    line-height: 38px;
}

.section_title ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    height: 11px;
    width: 11px;
    border: 10px solid #00448b;
    border-top-width: 10px;
    border-right-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 10px;
    border-top-width: 10px;
    border-right-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 10px;
    border-width: 3px 3px 0 0;
    transform: rotate( 45deg );
    margin-left: -22px;
}
.section_title ul li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 19px;
    width: 19px;
    display: block;
    border-top: 3px solid #00448b;
    margin-left: -32px;
}

.why_section .section_title{
    padding: 0px 34px;
}

/*.web_banner_section{
    background: #00448b;
    height: auto;
    background-position: right;
    position: relative;
}
.web_banner_section:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 55%;
    background: #b9efd5;
    height: 100%;
    clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
}*/

    /* smo sevices banner  */

.smo-content{
    background-color: #FFFFFF;
    padding: 50px 40px 50px 40px;
    box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 11%);
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: #DDDDDD;
    border-radius: 10px 10px 10px 10px;
    height: 494px;
}


    /* banner sectin coding end */



  /*** 
    ====== 19/8/2021 research coding end
    

====================================================================
    ***/


      /*** 
    ====== 19/8/2021 research responsive  coding start
    

====================================================================
    ***/

    @media(max-width:1024px){

        .web_title {
            height: auto;
            width: 100%;
            padding: 9px 10px;
            clip-path: inherit;
          }

          .web_title h1 {
            font-size: 31px;
          }
          .bre-new {
            margin-bottom: 20px;
        }

        .web_title .page-info .bread-crumb {
            bottom: 0px;
        }
        .web_title  .btn {
            padding: 6px 6px;
        }
        .button_free {
            font-size: 16px;
        }
          .web_button {
            position: relative;
            left: 0%;
            padding: 0px 6px;
            margin: 15px 0px;
        }
        .web_banner_img {
            clip-path: inherit;
        }

    }
    @media(max-width:768px){
     
        .web_title {
            background-color: #00448b;
            padding: 39px;
            height: auto;
            width: 100%;
            border: 10px solid #fff;
            border-left: transparent;
            clip-path: inherit;
        }
     
        .elementor-column .elementor-image {
            text-align: center;
        }

        .elementor-column  .elementor-image1 {
            text-align: center;
        }
        .elementor-column  .elementor-image2 {
            text-align: center;
        }
        .web_banner_img{
            clip-path: inherit;
        }

        .web_button {
            position: relative;
            left: 0%;
            padding: 0px 6px;
            margin: 15px 0px;
        }
        .services_img3 {
            position: relative;
            top: 0px;
            text-align: center;
        }
        .process_section {
            padding: 8px;
        }
        .dream_section.bg_none  .section_title {
            margin-bottom: 40px;
            text-align: center;
            margin: 40px 0px;
        }
        .elementor-dream_img {
            position: relative;
            text-align: center;
        }
        .custom_content {
            flex-basis: 77%;
        }

    }

    @media(max-width:568px){
      
        .web_icons_wrapper {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
        .web_title  {
            padding: 31px;
        }
 
        .bre-new {
            font-size: 16px;
        }
        .button_free {
            margin: 8px;
        }
    }

.panel-heading {
  padding: 0;
  border:0;
}
.panel-title>a, .panel-title>a:active{
  display:block;
  padding:15px;
  color:#555;
  font-size:15px;
  text-transform:uppercase;
  text-decoration:none;
}
.panel-heading  a:before {
   font-family: 'Glyphicons Halflings';
   content: "\e114";
   float: right;
   transition: all 0.5s;
}
.panel-heading.active a:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
} 


.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
  }

  .panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #FAFAFA;
    border-color: #EEEEEE;
  }

  .panel-title {
    font-size: 14px;
  }

  .panel-title > a {
    display: block;
    padding: 15px;
    text-decoration: none;
  }

  .more-less {
    float: right;
    color: #212121;
  }

  .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #EEEEEE;
  }

/* ============================================================ 
                 Web development page
=============================================================== */

.web-banner-section {
    background-image: url(https://www.pnjsharptech.com/images/services/web-development.webp);
   /* background-repeat: no-repeat;*/
    background-position: center;
}

.web-dev-title h2{
    font-weight: 600;
    line-height: 40px;
  }
.web-dev-title h2 span{
      color: #00448b;
  }

  .web-section{
    background-image: url(../images/support-bg-shape.webp);
    background-color: #01448b;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center 15.7859px;
}
.web-title-1 h2{
    color: #fff;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
}

.web-title-1 p{
    color: #fff;
    text-align: center;
}
.service-benefit-box{
    overflow: hidden;
    position: relative;
    height: 348px;
    padding: 38px 20px;
    background: #fff;
    box-shadow: 8px 8px 30px 0px rgb(42 67 113 / 15%);
    -webkit-box-shadow: 8px 8px 30px 0px rgb(42 67 113 / 15%);
    -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.service-benefit-box .big-number {
    position: absolute;
    right: 35px;
    bottom: -2px;
    font-size: 88px;
    font-weight: 900;
    font-family: "Red Hat Display", sans-serif;
    line-height: 1;
    color: rgba(165, 183, 210, 0.2);
}

.service-benefit-box  .icon-main {
    width: 60px;
    height: 60px;
    line-height:70px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    font-weight: bold;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background-color: #fcb03b;
    background-image: -moz-linear-gradient(145deg, #0039e4, #04dbf1);
    background-image: -webkit-linear-gradient(145deg, #0039e4, #04dbf1);
    background-image: linear-gradient(145deg, #01448b, #6db3ff);
    box-shadow: 8px 8px 20px 0px rgb(42 67 113 / 30%);
    -webkit-box-shadow: 8px 8px 20px 0px rgb(42 67 113 / 30%);
    -moz-box-shadow: 8px 8px 20px 0px rgba(42, 67, 113, 0.3);
}
.service-benefit-box:hover {
    transform: translateY(-8px);
}
.service-benefit-box h4{
    font-size: 1.8rem;
    color: #000000;
    font-weight: 700;
    margin-top: 16px;
}
.icon-main span{
    font-size: 2.7rem;
}

.web-title-1{
    padding-bottom: 40px;
    max-width: 865px;
    margin: auto;
}
.web-title-1 p a{
    color: #fff;
}
.web-services{
background: #ecf1ff;
}

.web-title{
color: #0a0a0a;
text-align: center;
FONT-WEIGHT: 600;
font-size: 3rem;
text-transform: uppercase;
letter-spacing: 1px;
}
.web-title h2{ 
font-weight: 600;
padding: 10px 0px;
}
.web-title::after {
content: "";
display: block;
height: 2px;
background-color: #014389;
margin-bottom: 40px;
}
.web-box {
border: 1px solid #d9dee2;
padding: 20px 16px;
display: block;
text-align: center;
border-radius: 0px;
background: #fff;
margin-top: 13px;
}
.web-box  .icon img{
display: inline-block;
text-align: center;
-webkit-transition: all 1000ms ease;
-ms-transition: all 1000ms ease;
-o-transition: all 1000ms ease;
-moz-transition: all 1000ms ease;
transition: all 1000ms ease;
}
.web-box:hover .icon img{
    -webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}
.web-box  .icon i {
color: #fff;
font-size: 2rem;
}
.web-box h3{
font-size: 22px;
}
.cta {
background:linear-gradient(251.22deg, #2678cf 0%, #0b498b 99.53%);
padding: 70px 0;
position: relative;
z-index: 2;
}
.cta::after{
position: absolute;
content: "";
background-image: url(../images/pattern-shape-developnment.jpg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
width: 100%;
top: 0;
left: 0;
height: 100%;
opacity: 0.1;
z-index: -1;
}

.part-text h2{
color: #fff;
font-weight: 600;
font-size: 32px;
line-height: 56px;
letter-spacing: 0.02em;
margin: 0;
}
.btn-cta a{
color: #fff;
display: inline-block;
line-height: 49px;
background: linear-gradient(223.14deg, #F44A33 -17.3%, #E8AE3D 101.56%);
-webkit-box-shadow: 0px 9px 37px rgb(0 0 0 / 20%);
box-shadow: 0px 9px 37px rgb(0 0 0 / 20%);
border-radius: 50px;
font-size: 18px;
font-weight: 500;
text-transform: capitalize;
padding: 0 18px;
letter-spacing: 1px;
position: relative;
z-index: 2;
outline: none;
border: none;
animation: zoom-in-zoom-out 2s ease-out infinite;
transition: 0.5s all ease-in-out;
}
.btn-cta a:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 30px;
    left: 0px;
    top: 0px;
    z-index: -1;
    transform: scale(0,0);
    transition: all 500ms ease;
}
.btn-cta a:hover:before {
    transform: scale(1,1);
}
.btn-cta a:hover {
    background: #453f85;
    animation: none;
}
@keyframes zoom-in-zoom-out {
    0% {
      transform: scale(1, 1);
    }
    50% {
      transform: scale(0.9, 0.9);
    }
    100% {
      transform: scale(1, 1);
    }
  }
.btn-cta a i {
margin-left: 8px;
font-size: 24px;
}
.process-section {
position: relative;
padding: 115px 0px 120px 0px;
}
.process-section .inner-content {
position: relative;
background: #fff;
border-radius: 10px;
overflow: hidden;
}
.processing-block-one .inner-box {
position: relative;
display: block;
padding: 20px 20px 20px 20px;
}
.processing-block-one .inner-box h3 {
position: relative;
display: block;
font-size: 26px;
line-height: 32px;
font-weight: 700;
margin-bottom: 8px;
}
.bg-color-2 {
background-color: #453f85;
}
.sec-title-web{
text-align: center;
}
.sec-title-web h2 {
position: relative;
font-size: 36px;
font-weight: 700;
color: #ffffff;
line-height: 1.2em;
padding: 0 0 18px;
display: inline-block;
margin-bottom: 35px;
text-transform: uppercase;
border-bottom: 1px solid #fffbfb;
}
.sec-title-web h2:after {
position: absolute;
content: '';
left: 50%;
bottom: -9px;
margin-left: -9px;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-top: 8px solid #ffffff;
}
.processing-block-one .inner-box .icon-box {
position: relative;
display: inline-block;
min-height: 97px;
margin-bottom: 10px;
}
.processing-block-one .inner-box .icon-box span {
position: absolute;
top: -2px;
right: -35px;
font-size: 24px;
font-family: 'Jost', sans-serif;
color: #fff;
background: #638fdf;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
border-radius: 50%;
box-shadow: 0 10px 20px rgb(0 24 73 / 30%);
}
.processing-block-one .inner-box .icon-box:after {
position: absolute;
content: '';
width: 145px;
height: 6px;
bottom: 0px;
right: 40px;
transition: all 500ms ease;
}
.processing-block-one .inner-box:before {
position: absolute;
content: '';
background: #e4f2f1;
width: 1px;
height: 120%;
top: 0px;
right: -15px;
}

.process-title{
padding: 10px 0px;
}
.process-title h2{
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
}
.process-title h2 span{
color: #00448b;
}

.process-title p{
text-align: center;
}

.webdevelop-section .vertical-tab{
    display: table;
}
.vertical-tab .nav-tabs{
display: table-cell;
width: 28%;
min-width: 28%;
vertical-align: top;
border: none;
}
.vertical-tab .nav-tabs li{
float: none;
vertical-align: top;
}
.vertical-tab .nav-tabs li a{
color: #ffffff;
background-color: #01448b;
font-size: 16px;
font-weight: 600;
line-height: 22px;
letter-spacing: 1px;
text-align: center;
border-radius: 50px!important;
text-transform: uppercase;
padding: 16px 18px 16px;
margin: 0 5px 10px 0;
border-radius: 5px 0 0 20px;
border: none;
position: relative;
z-index: 1;
transition: all 0.5s ease 0s;
}
.vertical-tab .nav-tabs li a:hover,
.vertical-tab .nav-tabs li.active a,
.vertical-tab .nav-tabs li.active a:hover{
color: #fff;
background-color: transparent;
text-shadow: 3px 3px 0 rgba(0,0,0,0.2);
border: none;
}
.vertical-tab .nav-tabs li a:before,
.vertical-tab .nav-tabs li a:after{
content: '';
background: linear-gradient(223.14deg, #F44A33 -17.3%, #E8AE3D 101.56%);
height: 90%;
width: 80%;
border-radius: 50px;
opacity: 0;
transform: scale(0);
position: absolute;
left: 0;
top: 0;
z-index: -1;
transition: all 0.3s ease 0s;
}
.vertical-tab .nav-tabs li a:after{
left: auto;
right: 0;
top: auto;
bottom: 0;
transition: all 0.3s ease 0.1s;
}
.vertical-tab .nav-tabs li a:hover:before,
.vertical-tab .nav-tabs li.active a:before,
.vertical-tab .nav-tabs li a:hover:after,
.vertical-tab .nav-tabs li.active a:after{
transform: scale(1);
opacity: 1;
}
.vertical-tab .tab-content{
color: #fff;
background: #01448b;
font-size: 15px;
letter-spacing: 1px;
line-height: 25px;
padding: 12px 15px 12px 25px;
border-radius: 40px;
display: table-cell;
position: relative;
}
.vertical-tab .tab-content h3{
  font-weight: 600;
}
.web-process{
    background: #fffcfc;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    width: 126px;
    height: 126px;
    text-align: center;
}
.web-process img{
    position: absolute;
    left: 9%;
    top: 10%;
}
.develop-content{
padding: 20px;
background: #01448b;
}
.title-content h2{
color: #ffffff;
font-weight: 600;
font-size: 2.7rem;
}

.subtitle-content h3 a{
color: #ffffff;
font-weight: 700;
}
.subtitle-content p{
color: #ffffff;
}

.request-two-section{
position: relative;
background-image: url(../images/contact-form-banner.webp);
background-repeat: no-repeat;
background-size: cover;
padding: 70px 0px;
z-index: 1;
}
.request-two-section::after{
    content: "";
    position: absolute;
    background-color: #00528b;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.90;
}
.inner-request{
padding: 62px;
background: #007eff;
border-radius: 26px;
}
.inner-column h2{
font-size: 28px;
line-height: normal;
padding-left: 0;
text-transform: none;
font-weight: 600;
border-bottom: solid rgb(255 255 255) 1px;
padding-bottom: 20px;
margin-bottom: 25px;
color: white;
position: relative;
}
.inner-column h2::after {
width: 40px;
height: 5px;
background: #fcb03b;
content: "";
display: block;
position: absolute;
bottom: -1px;
z-index: 1;
}
.inner-column .text{
color: #ffffff;
margin-bottom: 15px;
}
.request-form input[type=email], .request-form input[type=password], 
.request-form input[type=text], .request-form textarea,
.request-form select[name="service"]{
display: block;
width: 100%;
font-size: 16px;
color: #848484;
line-height: 30px;
padding: 10px 20px;
border-radius: 40px;
font-weight: 300;
border: 1px solid #fcb03b;
transition: all .5s ease;
-webkit-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
}

.request-form .form-group textarea {
height: 182px;
}
.btn-submit{
margin-left: 6px;
position: relative;
line-height: 24px;
color: #fff!important;
font-size: 13px;
font-weight: 700;
width: 94%;
/* text-align: center; */
background: #fcb03b;
display: inline-block;
padding: 11px 11px;
border-radius: 32px;
text-transform: uppercase;
border: 2px solid #fcb03b;
transition: all .3s ease;
-moz-transition: all .3s ease;
-webkit-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
font-family: Poppins,sans-serif;
}

/* glance section */

.glance-section{
position: relative;
padding: 30px 0px;
background: #e7efff;
}

.glance-title h2{
margin-bottom: 32px;
text-align: center;
font-weight: 700;
}
.glance-sec h3{
font-weight: 700;
}
.glance-title h2 span{
color: #00448b;
}
.glance-sec p{
text-align: justify;
}
.glnce-img img{
border-radius: 10px;
}
.glance-slider .owl-nav{
position: absolute;
bottom: 0px;
right: 0;
}
.glance-slider .owl-nav button:hover{
background: inherit;
}
.glance-slider .owl-nav button span{
font-size: 34px;
}
.glance-slider.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
background: #00448b;
border-radius: 13px;
width: 35px;
}
.glance-slider .owl-nav .owl-prev span,
.glance-slider .owl-nav .owl-next span {
font-size: 34px;
color: #ffffff;
background: #00448b;
display: inherit;
width: 37px;
line-height: 0.9;
height: 37px;
border-radius: 6px;
}
.glance-slider .owl-dots{
    margin-top: 34px;
}
.readmore a {
text-decoration: none;
font-size: 15px;
background: #00448f;
text-transform: capitalize;
border-radius: 36px;
font-weight: bold;
display: inline-block;
padding: 4px 24px;
color: #fff;
}

.faq-title  h2{
    font-weight: 600;
    text-transform: capitalize;
    color: #000000;
    padding-bottom: 20px;
}

.inner-choose{
      padding: 40px 0px 40px 22px;
      background-color: #f7f9fe;
}
.title-header h2{
    position: relative;
    line-height: 36px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.title-header h2 span{
    color: #00448b;
}
.ttm-list.ttm-list-style-icon li {
    padding-left: 22px;
    list-style: none;
    position: relative;
    padding-bottom: 10px;
    font-weight: 500;
}
.ttm-list.ttm-list-style-icon li i {
    position: absolute;
    left: 0px;
    top: 5px;
    color: #00448b;
}

.tab-flex{
    display: flex;
    gap: 14px;
}

.tab-flex p{
    flex: 2;
}
  /*.FAQ {
  max-width: 400px;
  margin: 50px auto;
}*/
.FAQ header {
  background-color: #2591e5;
  padding: 10px 10px;
  border: 1px solid #2591e5;
}
.FAQ header h2 {
  color: white;
  font-weight: 300;
  letter-spacing: 2px;
}
.FAQ .questionSection {
  width: 100%;
  margin-bottom: 15px;
}
.FAQ .questionSection.active .question img {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.FAQ .questionSection.active .answer {
  padding: 10px;
  border-top: 1px solid #2591e5;
  max-height: 1000px;
}

.FAQ .questionSection:last-child.active {
  border-bottom: 0;
}
.FAQ .questionSection .question {
  width: 100%;
  padding: 4px;
  border: 1px solid #2591e5;
  background-color: #f7fcff;
}
.FAQ .questionSection .question h3 {
  padding: 0px 10px;
  display: inline-block;
  font-size: 14px;
  color: #135282;
  font-weight: 600;
}
.FAQ .questionSection .question img {
  float: right;
  width: 27px;
  position: relative;
  top: 1px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.FAQ .questionSection .question:hover {
  cursor: pointer;
}
.FAQ .questionSection .question:hover img {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.FAQ .questionSection .answer {
  border: 1px solid #2591e5;
  border-top: none;
  border-bottom: none;
  padding: 0px;
  background-color: white;
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  box-shadow: inset 0px 3px 10px -3px rgba(0, 0, 0, 0.3), inset 0px -3px 10px -3px rgba(0, 0, 0, 0.3);
}
.FAQ .questionSection .answer p {
  color: #135282;
  font-size: 14px;
  /* text-shadow: 1px 1px 0px #007eaa */
  letter-spacing: 1px;
}
.smo-h1 {
    font-size: 56px;
    font-weight: 1000;
    color: #3e3e3e;
    text-shadow: 1px 2px 10px #fff;
}
    @media (max-width: 799px){
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
line-height: 1.1;
}


.custom_box{
        height: auto;
}

}

  @media (max-width: 576px){
.webdevelop-section .vertical-tab{
    display: flex;
    flex-direction: column;
}
.webdevelop-section .vertical-tab .nav-tabs{
   width:100%;
}
.tab-flex{
     flex-direction: column;
    }
.service-benefit-box{
margin-bottom:15px;
}

.inner-request{
padding: 15px;
}



}
.web_banner_img {
    clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
    background: #b9efd5;
    margin-right: -15px;
    position: relative;
    z-index: 1;
    right: -90px;
    top: 35px;
}
.web_title {
    padding: 14px 0 2px 47px;
    width: calc(100% + 180px);
    border-left: transparent;
}

.filter_tab_box_outer {
    
    box-shadow: 0 0 12px 0 rgb(46 53 144 / 20%);
    background-color: white;
    color: blue;
}

.filter_tab_box_outer a:hover {
    background-color: blue;
    color: red;

    box-shadow: 0 0 12px 0 rgb(46 53 144 / 20%);
}

.filter_tab_box {
    padding: 2.125rem 1.875rem;
    background-color: white;
    margin-bottom: 20px;
}

.title-chevron{
    margin-bottom: 30px;
}



.filter_tab_box_titile p{
    margin-top: auto;
    margin-bottom: auto;
    font-size: 20px;
}

.sharp_section{
    background-image: linear-gradient(315deg, #20bf55 0%, #01baef 74%);
    color: #fff;
}

ul.sharp_ul li {
    list-style-type: disc;
    margin-left: 15px;
}
.sharp_section .sharp_container{
     padding-top: 40px;
     padding-bottom: 40px;
     padding-right: 50px;
    color: #fff;
}
.sharp_section .sharp_container h2{
    padding-bottom: 30px;
    font-weight: 600;
}
.sharp_section .sharp_container .first_p{
    padding-bottom: 30px;
}

.sharp_section .sharp_container .second_p{
     padding-top: 20px;
}
.sharp_section .sharp_container .sharp_ul li{
    padding-bottom: 10px;
}

.web_section{
    background-image: linear-gradient(315deg, #20bf55 0%, #01baef 74%);
}
.web_container{
    padding-top: 40px;
    color: #fff;
}
.web_container .column_div{
    padding-right: 30px;
    padding-bottom: 20px;
    padding-top: 10px;
    border-right: 1px solid #cbcbcb;
}
.web_container .column_div:last-child{
   border-right: none;
    }

.design-chat-bg{
    margin-bottom: 25px;
}

.web_container .column_div .web_h4{
    padding-bottom: 20px;
        color: #fff500;
    font-weight: 600;
}


.web_container .web_h2{
    padding-bottom: 30px;
    font-weight: 600;
}


@media(max-width:1280px){

    .service-benefit-box {
        height: 540px !important;
    }
}

@media(max-width:991px){
    .service-benefit-box{
        height: initial !important;
        margin-bottom: 20px;
    }
}

  @media(max-width:768px){
.web_banner_section:after{
        background: transparent;
}
.web_banner_img{
    display: none;
}
.web_title{
    width: 100%;
border:none;
}
.web-dev-title h2{
    font-weight: 600;
    line-height: 1.4;
    font-size: 2rem;
    margin-bottom: 15px;
}

.web_title{
    padding: 14px 0 2px 10px;
}
.d-flex {
    display: flex;
    flex-direction: column;
}
.bg-color{
    max-height: auto;
max-height: 0;
}
.design-chat-bg {
    margin-top: 0px;
    margin-bottom: 0px;
}
.cta-tag-line p{
    font-size: 24px;
line-height: 30px;
}
.FAQ .questionSection .question img{
    display: none;
}
  }

  
          /*** 
    ====== 19/8/2021 research responsive  coding end
    ====================================================================
    ***/


    /* 5/11/22 */

    .my-bussines-box {
        background: #3697fd3b;
        padding: 40px 0;
        margin-top: 40px;
    }

    .aso-new-design h2 {
        color: #00448b;
        font-size: 28px;
        font-weight: 700;
        line-height: 1.4em;
    }
    .keyword-store-bck ul li {
        color: #fff;
        margin-bottom: 5px;
    }
    .keyword-store-bck ul li i {
        color: #fec25a;
    }
    .my-bold-heading h3 {
        font-size: 23px;
        font-weight: 700;
        line-height: 1.4em;
    }
    .keyword-store-bck h3 {
        color: #fff;
        margin: 0px 0 10px;
    }

    .new-four-link-build .services-single h2 {
        margin: 0px 0 35px;
      }