

 html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
  }

  html, body {
    overflow-x:hidden;
    width:100%;
  }
  
  /* Sections
     ========================================================================== */
  
  /**
   * Remove the margin in all browsers.
   */
  
  body {
    margin: 0;
  }
  
  /**
   * Render the `main` element consistently in IE.
   */
  
  main {
    display: block;
  }
  
 
  
  /* Grouping content
     ========================================================================== */
  
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  
  hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /* Text-level semantics
     ========================================================================== */
  
  /**
   * Remove the gray background on active links in IE 10.
   */
  
  a {
    background-color: transparent;
  }
  
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  
  abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
  }
  
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  
  b,
  strong {
    font-weight: bolder;
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  code,
  kbd,
  samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /**
   * Add the correct font size in all browsers.
   */
  
  small {
    font-size: 80%;
  }
  
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  sup {
    top: -0.5em;
  }
  
  /* Embedded content
     ========================================================================== */
  
  /**
   * Remove the border on images inside links in IE 10.
   */
  
  img {
    border-style: none;
  }
  
  /* Forms
     ========================================================================== */
  
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
  }
  
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  
  button,
  input { /* 1 */
    overflow: visible;
  }
  
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  
  button,
  select { /* 1 */
    text-transform: none;
  }
  
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  
  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
  }
  
  /**
   * Remove the inner border and padding in Firefox.
   */
  
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  
  /**
   * Restore the focus styles unset by the previous rule.
   */
  
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  
  /**
   * Correct the padding in Firefox.
   */
  
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  
  legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
  }
  
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  
  progress {
    vertical-align: baseline;
  }
  
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  
  textarea {
    overflow: auto;
  }
  
  /**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
  
  [type="checkbox"],
  [type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
  }
  
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  
  [type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
  }
  
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  
  ::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
  }
  
  /* Interactive
     ========================================================================== */
  
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  
  details {
    display: block;
  }
  
  /*
   * Add the correct display in all browsers.
   */
  
  summary {
    display: list-item;
  }
  
  /* Misc
     ========================================================================== */
  
  /**
   * Add the correct display in IE 10+.
   */
  
  template {
    display: none;
  }
  
  /**
   * Add the correct display in IE 10.
   */
  
  [hidden] {
    display: none;
  }


  /* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float:right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.gallery-caption {
  position: relative;
}
.bypostauthor {
  position: relative;
}


.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
background-color: #eee;
clip: auto !important;
clip-path: none;
color: #444;
display: block;
font-size: 1em;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
/* Above WP toolbar. */
}

table{
  width: 100%;
}
.widgets_grid_box .widget_categories ul:before, .widgets_grid_box .widget_meta ul:before, .widgets_grid_box .widget_archive ul:before{
  clear: both;
  content: '';
  overflow: auto;
}

.widgets_grid_box  ul ul.children{
  padding: 0px 0px 0px 5px!important;
  border-radius: 0px;
  border: 0px!important;
  
}

.widgets_grid_box .widget_categories ul li ,
.widgets_grid_box .widget_archive ul li{
  text-align: right;
}

.widgets_grid_box .widget_categories ul li a ,
.widgets_grid_box .widget_archive ul li a{
  float: left;
}
.post-password-form label{
width: 100%;
}
input[type="password"]{
  width: 100%;
}
.wp-block-button{
  margin-bottom: 15px;
}
.has-background-dim ,
.has-background-dim p{
  color: #fff;
}

.col-lg-12.padding_zero{
  padding: 0px;
}
.sec_comments .col-lg-12{
  padding: 0px;
}

/* Extra Added CSS ========================================================================== */

.about h3 {
    font-size: 20px !important;
}

.footer_logo img {
    width: 180px !important;
}


.bg-image{
  position: relative;
}
.bg-image::after{
  position: absolute;
  right: 0;
  width: 75px;
  top: 0;
  bottom: 0;
  height: 100%;
  background-image: url('../images/curly-bracket.png');
  content: '';
  background-size: 100% 100%;
}

@media only screen and (min-width: 220px) and (max-width: 767px) {
  .bg-image::after {
    display: none;
  }
}

/* voip service */
.voip-section-container{
  padding: 40px 0;
}
.voip_card{
  width: 100%;
  display: flex;
  margin-bottom: 15px;
}
.voip_card .icon{
  width: 60px;
  display: block;
}
.voip_card .text {
  width: 100%;
  padding-left: 15px;
}
.voip_card .text .heading{
  font-size: 20px;
  font-weight: 600;
}
.voip_main_container{
  width: 100%;
  padding-top: 10px;
  padding-bottom: 0px;
}
.voip_main_container .card {
  background-color: #fff;
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 30px;
  border: 0;
  height: 85%;
}
.voip_main_container .card-inner {
  grid-column-gap: 30px;
  font-family: var(--creote-family-one);
  display: flex;
}
.voip_main_container .icon {
  width: 80px;
  flex: none;
}
.voip_main_container  h3{
  font-size: 22px;
}
.list-voip{
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.list-voip li{
  padding: 5px 0 5px 20px;
  position: relative;
}
.list-voip li span{
  font-size: 16px;
  font-weight: 600;
}
.list-voip li::before{
  position: absolute;
  left: 0;
  top: 15px;
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #222;
}
@media only screen and (min-width:220px) and (max-width:767px) {
  .voip_main_container .card{
    height: auto;
    text-align: center;
  }
  .voip_main_container .icon{
    margin: 0 auto;
    display: block;
  }
  .voip_main_container .card-inner{
    display: block;
  }
}

/* Popup Modal & Whatsapp Icon */
.modal{
        z-index: 99999;
        padding: 0 !important;
    }
    .modal-backdrop{
        z-index: 9999;
    }
    .modal-open{
        padding-right: 0 !important;
    }
    .bg-pop{
        background: var(--primary-color-one);
       height: 100%;
        position: relative;
    }
    .bg-pop::after {
    position: absolute;
    right: 0;
    width: 35px;
    top: 0;
    bottom: 0;
    height: 100%;
    background-image: url(https://mobotics.in/assets/images/curly-bracket.png);
    content: '';
    background-size: 100% 100%;
}
.heading-pop{
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 10px;
}
.pop-container{
    padding: 25px 45px 25px 25px;
}
.pop-container p{
    color: #fff;
    line-height: 22px;
}
.pop-list{
    margin: 0;
    padding:25px 0;
    width: 100%;
    list-style: none;
}
.pop-list i{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    width: 40px;
    background-color: #fff;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    background-size: 18px !important;
    background-position: center !important;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pop-list i img{
    width: 30px;
    height: 30px;
}
.pop-list li{
    position: relative;
    display: block;
    min-height: 35px;
    margin-bottom: 15px;
}
.pop-list li a{
    font-size: 16px;
    color: #fff !important;
    min-height: 40px;
    line-height: 38px;
    padding-left: 45px;
}
.list-social{
   width: 100%;
   display: flex;
   margin: 0;
   padding: 0;
   list-style: none;
}
.list-social  li a{
   color: var(--primary-color-one) !important;
   background-color: #fff;
   width: 40px;
   height: 40px;
   border-radius: 50%;
   display: inline-block;
   margin-right: 15px;
   line-height: 38px;
    text-align: center;
}
.list-social  li a svg{
   height: 20px;
   fill:var(--primary-color-one) ;
   
}
.form-container-pop{
   padding: 25px;
}
.form-container-pop input{
   height: 40px !important;
   padding: 0px 15px 0px 15px !important;
   background-color: #fff !important;
   border: 1px solid #ddd !important;
}
.form-container-pop textarea{
   background-color: #fff !important;
   border: 1px solid #ddd !important;
   padding: 10px 18px !important;
}
.form-container-pop .custom-button{
   padding: 0px 0px;
    min-height: 40px;
    line-height: 40px;
    min-width: 140px;
    font-size: 15px;

}
.cross-close{
   position: absolute;
    right: 0;
    width: 25px;
    height: 25px;
    background: #000;
    opacity: 1;
    border-radius: 0;
    z-index: 9;
}

.cross-close svg{
   color: #fff;
   fill: #fff;
   height: 20px;
}
.whatsapp{
   width: 70px;
   height: 70px;
   padding: 10px;
   position: fixed;
   bottom: 130px;
   right: 30px;
   z-index: 999;
}
@media only screen and (min-width: 220px) and (max-width: 767px) {
   .pop-list li a{
      display: flex;
      list-style: 20px;
      align-items: center;
   }
   .pop-container, .form-container-pop{
      padding: 20px;
   }
}
.development-web{
  padding: 40px 0;
}
.web-development-sub-heading{
  font-size: 25px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  text-align: center;
  color: #000000;
}
.web-development-sub-heading_line{
  background-color: #004d8c;
  width: 150px;
  height: 1px;
  margin: 5px auto 10px auto;
  display: block;
}
.web-development-heading{
  font-size: 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-align: center;
  color: #004d8c;
  margin-bottom: 20px;
}
.ext-dev{
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  margin-bottom: 35px;
}
.bg_home{
  background-image: url('../images/bg.png');
  background-size: 100%;
  background-repeat: no-repeat;
}
.nav-container{
  width: 100px;
  margin: 20px auto;
  height: 40px;
  position: relative;
}
.card-accordion{
  --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1* var(--bs-gutter-y));
    margin-right: calc(-.5* var(--bs-gutter-x));
    margin-left: calc(-.5* var(--bs-gutter-x));
}
.card-accordion .accordion-item{
  flex: 0 0 auto;
  width: 50%;
  padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    border: 0;
    margin-bottom: 30px;
    
}
.card-accordion .accordion-header {
  box-shadow: 0px -9px 13px rgba(0, 0, 0, 0.04);
  border-radius: 5px;
}
.card-accordion .accordion-header .accordion-button.collapsed{
  box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.card-accordion .accordion-collapse.show{
  box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);
}

.card-accordion .accordion-button{
  font-size: 22px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-align: left;
  color: #004d8c;
  padding-top: 0;
  padding-bottom: 0;
  
}
.card-accordion .accordion-button img{
  height: 80px;
  margin-right: 15px;
  padding: 10px 0;
}
.card-accordion .accordion-button:focus, .card-accordion .accordion-button:not(.collapsed){
  box-shadow: none;
  background-color: #fff;
}
.card-accordion .accordion-button.collapsed::before{
  position: absolute;
  content: '';
  right: -12px;
  top: 0px;
  width: 15px;
  font-size: 89px;
  font-weight: 400;
  background-image: url('../images/arrw.png');
  width: 20px;
  height: 80px;
  background-size: 15px 80px;
  background-repeat: no-repeat;
  
}
.card-accordion .accordion-button{
  position: relative;
}
.card-accordion .accordion-button::before{
  position: absolute;
  content: '';
  right: -12px;
  top: 0px;
  width: 15px;
  font-size: 89px;
  font-weight: 400;
  background-image: url('../images/arrw.png');
  width: 20px;
  height: 80px;
  background-size: 15px 80px;
  background-repeat: no-repeat;
  
}
.card-accordion .accordion-button::after{
  content: '\F63B';
  background: transparent;
  font-family: bootstrap-icons !important;
  font-size: 17px;
}
.card-accordion .accordion-button.collapsed::after{
  content: '\F64D';
  background: transparent;
  font-family: bootstrap-icons !important;
}
@media (max-width: 767px) {
  .card-accordion .accordion-item {
    flex: 0 0 auto;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    border: 0;
    margin-bottom: 30px;
}
.card-accordion .accordion-button {
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-align: left;
}
}
/*--------------------------------------------------------------
# Our Web Development Process Section
--------------------------------------------------------------*/
.our_web_development_process{
  padding: 40px 0;
  background-color: #f5f5f5;
  position: relative;
}
.our_web_development_process_heading{
  font-size: 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-align: center;
  color: #004d8c;
  margin-bottom: 20px;
}
.card_web_dev{
  margin: 30px 0;
  border: 2px solid #ddd;
  padding: 25px;
  position: relative;
  height: 81%;
}
.seoser .card_web_dev{
  height: 86%;
}
.card_web_dev_icon_text{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.card_web_dev ul.pt-3 li{
  margin-left: -12px;
}
.card_web_dev_icon{
  width: 60px;
  height: 60px;
  padding: 10px;
  background-color: #fff;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card_web_dev_icon img{
  max-height: 40px;
  width: auto;
  max-width: 40px;
}
.card_web_dev_head{
  font-size: 22px;
  font-weight: 600;
  margin-left: 10px;
  color: #222;
}
.card_web_dev p{
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 0;
  margin-top: 10px;
}

.btn_ripple {
  border: none;
  outline: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: block;
  background-color: #355bbf;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 20px;
  cursor: pointer;
  margin-top: -50px;
  margin-left: 10px;
  margin-bottom: 20px;
  border: 2px solid #355bbf;
  font-family: "Montserrat", sans-serif;
  position: relative;
 
}
/* .card_web_dev .btn_ripple::after{
  animation-name: ripple;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  content: '';
  width: 60px;
  height: 60px;
  position: absolute;
  border-radius: 50%;
}
.card_web_dev:hover .btn_ripple::after{
  animation-name: ripple;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;


} */
@keyframes ripple {
  0% {
      box-shadow: 0 0 0 0 #7199ff85;
  }

  100% {
      box-shadow: 0 0 0 10px #7199ff85;
  }

 
}
.arrow-right_r::after{
  background-image: url('../images/arrow.png');
  width: 1.9rem;
    height: 29px;
    position: absolute;
    top: 40%;
    content: '';
    right: -2.07rem;
    background-size: 100%;
    background-repeat: no-repeat;
}
.arrow-full{
  margin: -15px auto;
  width: 100%;
}
.arrow-full img{
  width: 100%;
  margin: -15px auto;
}
.arrow-full-last {
  margin: -17px auto;
}
.arrow-full-last1 {
  margin: -13px auto;
}
.arrow-full-last1 img {
  width: 100%;
  margin: -15px auto -6px auto;
  min-height: 45px;
}
@media (max-width: 767px) {
  .arrow-right_r::after{
    display: none;
  }
  .arrow-full{
    display: none;
  }
}
/*--------------------------------------------------------------
# why choose Section
--------------------------------------------------------------*/
.why_choose{
  padding: 40px 0;
}
.why_choose_head{
  font-size: 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #004d8c;
  color: var(--primary-color-two);
  margin-bottom: 20px;
}
.why_choose p{
  font-size: 18px;
}
.btn-get-started {
  color: var(--contrast-color);
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  margin-top: 10px;
  border-radius: 10px;
  transition: 0.5s;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
  background: #004f8f;
  font-size: 16px;
  padding: 8px 25px;
  font-family: "IBM Plex Sans", sans-serif;
}
.why_choose_card{
  padding: 30px;
    box-shadow: 2px 7px 10px rgb(51 51 51 / 25%);
    height: 85%;
    margin: 15px 0;
    border-radius: 10px;
}
.why_choose_card_head{
  font-size: 27px;
  font-weight: 700;
  padding-bottom: 10px;
  line-height: 35px;
}
@media (max-width: 767px) {
  .why_choose_head{
    text-align: center;
  }
  .why_choose p{
    text-align: center;
  }
  .why_choose .btn-get-started{
    width: 269px;
    margin: 5px auto 15px auto;
    display: block;
  }
  .why_choose_card_head{
    text-align: center;
  }
}
/*--------------------------------------------------------------
# Industries We Serve Section
--------------------------------------------------------------*/
.industries_we_serve{
  width: 100%;
  padding: 40px 0;
  background-color: #eef4ff;
  position: relative;
}
/* .industries_we_serve::after {
  position: absolute;
  right: 0;
  width: 100px;
  top: 0;
  bottom: 0;
  height: 100%;
  background-image: url(../images/cu.png);
  content: '';
  background-size: 100% 100%;
} */
.industries_we_serve_head{
  font-size: 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  text-align: center;
  color: #004d8c;
  margin-bottom: 20px;
}
.service_post {
  position: relative;
}
.service_post.style_five{
  margin-bottom: 20px;
}
.service_post.style_five .image_box {
  position: relative;
  overflow: hidden;
  border-radius: 0px;
}
.service_post.style_five .content_box {
  position: absolute;
  bottom: 0;
  left: 0px;
  z-index: 4;
  padding: 40px 30px 30px;
  overflow: hidden;
}
.service_post.style_five .content_box h2 a {
  display: block;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 16px;
  color: #fff;
  transition: all 0.5s ease-in-out;
  transform: translateY(70px);
}
.service_post.style_five .content_box .read_more {
  display: block;
  color: #fff;
  transform: translateY(0px);
  transition: all 0.5s ease-in-out;
  font-family: var(--creote-family-one);
  font-size: 17px;
  line-height: 25px;
}
.service_post.style_five .content_box p {
  transform: translateY(200px);
  color: #fff;
  margin-bottom: 10px;
  transition: all 0.5s ease-in-out;
  height: 65px;
}
.service_post.style_five .image_box .gradient {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #0350af94 6%, #004f8f14 70%);
  left: 0;
  top: 0;
  transition: 0.5s;
}

.service_post.style_five .image_box::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  background: #004f8f;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}
.service_post.style_five:hover .image_box::before {
  opacity: 0.4;
}
.service_post.style_five:hover .content_box h2 a {
  transform: translateY(-30px);
}
.service_post.style_five:hover .content_box p {
  transform: translateY(-30px);
  height: auto;
}
.swiper-pagination{
  bottom: -6px !important;
}
@media (max-width: 991px) {
.industries_we_serve::after {
  position: absolute;
  right: 0;
  width: 63px;
  top: 0;
  bottom: 0;
  height: 100%;
  /* background-image: url(../images/cu.png); */
  content: '';
  background-size: 100% 100%;
}
}
@media (max-width: 767px) {
.industries_we_serve::after{
display: none;
}
}
/* Development_Works */
.Development_Works{
  padding: 40px 0;
  position: relative;
}
.Development_Works_p{
  /* top: 0;
  left: 0;
  right: 0;
  bottom: 0; */
  width: 100%;
  height: 100%;
  margin: auto;
  position: relative;
  text-align: left;
  z-index: 2;
  font-size: 30px;
  letter-spacing: 0;
  color: #2d2d2d;
  pointer-events: none;
}
.Development_Works-text{
  width: 100%;
  height: 100%;

  z-index: 1;
  position: relative;
  padding-left: 0;
  pointer-events: none;
  display: flex
;
    align-items: center;
}
.Development_Works_head{
  position: relative;
    font-size: 30px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: var(--primary-color-two);
}
.Development_Works_main{
  width: 100%;
  position: relative;
}
.swiper-container img{
  width: 100%;
}

@media (max-width: 991px) {
  .Development_Works_p {
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin: auto;
    position: relative;
    text-align: center;
    z-index: 9999;
    font-size: 30px;
    letter-spacing: 0;
    color: #2d2d2d;
    pointer-events: none;
}
.Development_Works-text{
  width: 100%;
}
.Development_Works_head{
  position: relative;
  top: auto;
}
}
.Development_Works_main .swiper-button-next:after, .Development_Works_main .swiper-button-prev:after{
  font-size: 30px;
}
.Development_Works_main .swiper-button-next, .Development_Works_main .swiper-button-prev{
  background: none;
}
@media only screen and (min-width: 1599px) and (max-width: 200000px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
    max-width: 1325px;
  }
  .hero {
    width: 100%;
    min-height: 65vh;
  }
  .card-accordion .accordion-button {
    font-size: 25px;
  }
  .card-accordion .accordion-button {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .card-accordion .accordion-button.collapsed::before, .card-accordion .accordion-button::before {
    right: -5px;
    top: 0;
    width: 15px;
    font-size: 122px;
    height: 110px;
    background-size: 17px 110px;

  }
.why_choose_card {
  padding: 40px;
  box-shadow: 2px 7px 10px rgb(51 51 51 / 25%);
  height: 85%;
  margin: 15px 0;
  border-radius: 10px;
}
.why_choose_card_head {
  font-size: 24px;
  padding-bottom: 15px;
}
.card-accordion .accordion-item {
  flex: 0 0 auto;
  width: 50%;
  padding-right: 18px;
  padding-left: 18px;
}
}

.testimonial_sec.style_three1 .testimonial_box1 {

  background: #fff;
  text-align: center;
  position: relative;
  transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  opacity: 0.2 !important;
  margin: 15px 0;
}
.testimonial_sec.style_three1 .swiper-slide-active .testimonial_box1 {
  background: #fff;
  opacity: 1 !important;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .2);
}

.whatsapp-mobile {
  display: none;
}

@media only screen and (min-width: 220px) and (max-width: 1199px) {
  .whatsapp-mobile {
    display: inline-block;
    padding: 3px 10px;
    background-color: #4caf50;
    border-radius: 5px;
    border: 1px solid #4caf50;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    line-height: 22px;
  }
  .header_logo_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}