/*
Generat Settings
*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 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;
}


#main {
  margin: 50px 0;
}

#main #faq .card {
  margin-bottom: 30px;
  border: 0;
}

#main #faq .card .card-header {
  border: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
          box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  border-radius: 2px;
  padding: 0;
}

#main #faq .card .card-header .btn-header-link {
  display: block;
  text-align: left;
  color: #222;
  padding: 20px;
}
#main #faq .card .card-header .btn-header-link:focus{outline:none;box-shadow: none;}
#main #faq .card .card-header .btn-header-link:after {
  content: "\f107";
  font-family: 'FontAwesome' !important;
  font-weight: 900;
  float: right;
}

#main #faq .card .card-header .btn-header-link.collapsed {
}

#main #faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f106";
}

#main #faq .card .collapsing {
  line-height: 30px;
}

#main #faq .card .collapse {
  border: 0;
}

#main #faq .card .collapse.show {
  line-height: 30px;
  color: #222;
}

#main .card-body {
     background-color: #ffffff !important;
}


#wrapper, #content {
    background-color: #f3f4fd !important;
}

#counter{
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
#counter .item{
  background: #fff;
  padding: 35px 20px;
  margin: 10px;
  text-align: center;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 38px -8px rgba(0,0,0,0.34);
-moz-box-shadow: 0px 0px 38px -8px rgba(0,0,0,0.34);
box-shadow: 0px 0px 38px -8px rgba(0,0,0,0.34);
    min-height: 216px;

} 
#counter .item .count{
  color: #e8b12d;
  margin-bottom: 5px;
  font-size: 40px;
}
#counter .item h3{
  color: #4f4e28;
  text-transform: capitalize;
}
.pb-60 {
    padding-bottom: 60px !important;
}
.pt-70 {
    padding-top: 70px !important;
}
.counter-bg{background:url('../images/sliders/slider-home-13-2.jpg') no-repeat;background-size: cover;}
.header .header_content_collapse .navigation_menu .navbar_nav li.dropdown.mega_menu, .default_sickty_heaad .header_content_collapse .navigation_menu .navbar_nav li.dropdown.mega_menu {
    margin-right: 16px !important;
}
/*.header .header_logo_box, .default_sickty_heaad .header_logo_box{width:23%;}*/
.header_v13 .logo img, .header_v14 .logo img, .header_v17 .logo img{width:auto !important;}
.header .header_content_collapse .navigation_menu .navbar_nav li.dropdown, .default_sickty_heaad .header_content_collapse .navigation_menu .navbar_nav li.dropdown {
    margin-right: 16px !important;
}
.menuzord-menu ul.dropdown{top:90% !important;}
.hero-section{background-color: #f3f4fd !important;padding:100px 0px; }
.hero-section .row{align-items: center;}
.hero-section h2, .callbox h2{
    font-size: 36px;
    line-height: 39px;
}

.orangebtn {
    display: inline-block;
    padding: 0px 18px;
    border-radius: 10px 0px 10px 0px;
    background: #e5652b;
    color: #fff;
    border: 1px solid #e5652b;
    line-height: 56px;
    min-height: 56px;
    min-width: 160px;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.icon_box_all.style_six.version_2{margin-bottom:15px;border-radius: 5px;    min-height: 233px;}
.bg-blue{background: #0f44a1;}
.bg-orange {
    background: #e5652b;
}
.bg-black {
     background: #333 !important;
}
.background-white{ background: #fff !important;}
.bg-orange li, .bg-orange p, .bg-orange li, .bg-orange h2{color:#fff;}
.icon_bx{margin-right:10px;}
.pd_bottom_80{padding-bottom:80px;}

.icon_box_all.style_six:hover .icon_content h2 a {
    color: #e5652b !important;
}
.map-section iframe{width:100%;height:450px;}
.leading-stack i, .hiring-model i{color: #e5652b !important;    font-weight: bold;}
.leading-stack .icon_box_all.style_six.version_2 {
    padding: 30px !important;
}
.leading-stack .title_sections p{color:#fff;}
.leading-stack .icon_box_all.style_six .icon_content h2, .hiring-model .icon_box_all.style_six .icon_content h2{
    display: block;
    font-family: var(--creote-family-one);
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 32px;
    font-weight: 700;
    color: var(--heading-dark);
}

.resources-available{background:url("../images/sliders/slider-home-13-1.jpg") left center;background-size: cover;}
.availablebox{background:#fff;padding:10px;border-radius:7px;margin-bottom:10px;}
.availablebox h4 {
    font-size: 18px;
}
.availablebox  br{display: none;}
.availablebox p, .availablebox h4{margin-bottom:0px;}
.availablebox .row {
    align-items: center;
}
.iconbox{         display: inline-block;
    background: #e5652b;
    padding: 5px 16px;
    border-radius: 5px;
    height: auto;
    width: 100%;
    line-height: 34px;}
    .customer-choose p, .customer-choose .icon-checked{color:#fff;}
.availablebox span{border:1px solid #ddd;border-radius:5px;display:inline-block;padding:6px;margin:5px;}
.header_logo_box, .header-nav-inner .theme-btn.one{margin:18px 0px;}
.header-nav-inner .row{align-items: center;}
.menuzord-menu > li > a, .menuzord-menu ul.dropdown li a {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: var(--menu-color) !important;
        font-family: var(--creote-family-one) !important;
  }
  .menuzord-menu > li.active > a, .menuzord-menu > li:hover > a, .menuzord-menu ul.dropdown li:hover a {
    background: #0f44a1 !important;
    color: #fff !important;
}
.hero-section p{color: #0f44a1;margin:30px 0px;
    font-weight: bold;}

.bg-lightgreen{background:#cfffeb; }
.bg-light{ background: #f6efff !important; }


.boost-business table tr {
    border-spacing: 0;
    margin-bottom: 0;
    border: none;
    table-layout: fixed;
    border-radius: 8px;
}
.boost-business table tr td, .boost-business table tr th{
  padding:15px 15px !important;box-shadow: none !important;    border: 1px solid #fff;}

.why-should-consider .icon_box_all.style_six.version_2 {
    padding: 28px;
}
.why-should-consider h4{ font-size: 20px;}
.hiring-model p, .leading-stack .icon_box_all.style_six .icon_content p
{      margin-bottom: 0px;
  color: var(--text-color-dark) !important;}
.staff-augmentation h5{
    font-size: 16px;
    line-height: 22px !important;
}

.banner-sec .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 100%;
}

.service-tab .container{
   padding: 50px 30px !important;
   border-radius: 10px;
}
.service-tab .col-md-4{background:#fff;border-radius:10px;padding:10px;}
.service-tab .nav-link {
    padding: 10px 10px;
  background-color: #f9f9f9;
  color:#000;
      border-radius: 10px;
      margin-bottom: 5px;
          display: flex;
          font-weight: bold;
              align-items: center;
}
.service-tab .tab-content{padding:30px 0px 30px 50px;}
.service-tab .nav-link span{margin-right:10px; margin-left: 10px;}
 .service-tab .nav-link img{width:30px;height:30px;}   
.lower_content .image_box {
    position: relative;
    float: left;
}
.lower_content .image_box img{
    width: 68px;
    height: 68px;
    border-radius: 50%;
    box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, 0.04);
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    }
 .lower_content .authour_name {
    position: relative;
    margin-left: 80px;
}
.icon_content h2 {
    line-height: normal;
    font-size: 18px;
}


.service-tab .nav-link.active, .service-tab .nav-pills .show>.nav-link {
    background-color: #0f44a1;
}

.mobile-tab .nav-pills li{width:100%;}
.mobile-tab .col-md-7 {
    background: #fff;
    border-radius: 10px;
    padding: 10px;
}

/*.featurebox .icon_box_all.style_six.version_2 {
padding: 20px 5px;
}*/
.featurebox .icon_box_all.style_six.version_2 img{width:100%;}
.featurebox .icon_box_all.style_six.version_2 .col-md-3{padding-right: 0px;}
.featurebox .icon_box_all.style_six.version_2 .col-md-9{padding-left: 0px;}
.section-title1 h2 span{color:#e5652b;}

.hiring-model {z-index: 9999;}

.hiring-model .modal-content{background-color:#e5652b !important; }
.hiring-model input, .hiring-model select{  color: #282f3b !important;  opacity: 1;}

.hiring-model input.form-control::-ms-input-placeholder { /* Edge 12-18 */
  color: red !important;
  opacity: 1;
}
#counter .container-fluid .row .col-md-3:last-child .item .count:after{
  content: '%'; 
color: #e8b12d;
    font-size: 40px;
}

.hiring-model input.form-control::placeholder {
  color: #282f3b !important;
    opacity: 1;
}
.hiring-model select::-ms-input-placeholder { /* Edge 12-18 */
  color: #282f3b !important;
    opacity: 1;
}

.hiring-model select ::placeholder {
  color: #282f3b !important;
    opacity: 1;
}
.hiring-model .close{
      position: absolute;
    right: -10px;
    top: -10px;
    background: #000;
    color: #fff;
    font-size: 20px;
    border: 0px;
    border-radius: 50px;
}
.hiring-model .modal-header {
    padding-bottom: 0px;
}
.hiring-model .modal-title{color:#fff;}

.industry-page .tab-content h2, .industry-page .tab-content p, .industry-page .icon_bx i{color:#fff;} 
.header_v13 .header_top ul li img{
    margin-right: 6px;
    line-height: 25px;
        width: 20px;
    height: 20px;
}

.footer_contact_widget .contact_box_inner{padding:0px  !important; 
   background: transparent !important;    border-radius: 0px !important;
    border: none !important;}
    .footer_contact_widget .contact_box_inner.icon_yes .icon_bx {
    left: 0px !important;
  }
.footer_contact_widget .contact_box_inner.icon_yes .contnet, .footer_contact_widget h3 {
    color: #fff !important;
}
.footer_contact_widget .contact_box_inner a{color: #fff !important;}
.fancybox-slide>* {
    transform: none !important;
}

#menu-footer-menu.list_items_new_box.type_one li a{color:#fff !important;padding-left: 0px;}

.accordion .panel-group .panel{
    margin-bottom: 30px;
    position: relative;
}
.accordion .panel-content{margin-top: 15px;}

.accordion .panel-default>.panel-heading {
color: #fff !important;
    display: block;
    text-align: left;

    color: #222;
    padding: 15px 20px;
}
.accordion  .panel-default>.panel-heading.active{
      background: #0f44a1;
}
.accordion .panel-default>.panel-heading{
      background: #0f44a1;
}
.accordion .panel-group .panel-heading .panel-title a {
    color: #FFF;
        display: block;
}


.panel-body {
    background-color: #ffffff !important;
    padding: 1rem;
}


.panel-group .panel-heading .panel-title a {
    font-size: 18px;
}
.panel-group .panel-heading .panel-title a i{margin-top: 5px;}
.remote-staffing li, .merits-utilizing li,  .customer-choose li{    width: 49%;
    display: inline-block;
}
.hiring-model .list_item_box br{display: none;}

@media only  screen  and  (max-width:479px){
	.style_page_thirteen .slide-item-content .slide-item {
    min-height: 300px !important;
        height: 376px !important;
		padding: 10px 0px 30px !important;
}
#counter .item {
    min-height: 116px;
}
	#counter .item .count {
    font-size: 25px;
		    line-height: 30px;
}
	#counter .item h3 {
    font-size: 16px;
}
	    .menuzord-responsive .menuzord-menu.scrollable {
        background: #fff;
    }

	.header-nav{position:relative;}
	.menuzord-responsive.menuzord {
        position: absolute !important;
        top: 20px;
        right: 0px;
        background: transparent;
			        z-index: 9;
    }
	.custom-logo-link{display: inline-block;
    position: relative;z-index: 9;}
	.header_logo_box, .header-nav-inner .theme-btn.one{
    margin: 10px 0px 10px 0px !important;
}
	.contact-section .mb-5{margin-bottom:0px !important;}
	.mobile-tab .nav-pills li {
    width: 100%;
}
	.service-tab .tab-content {
    padding: 30px 0px 30px 0px;
}
	.h2, h2 {
    line-height: 30px;
}
	.map-section iframe {
    height: auto;
}
	.remote-staffing li, .merits-utilizing li, .customer-choose li {
    width: 100%;
    display: block;
}
	.iconbox {
    height: auto;
    width: auto;
}
	.icon_box_all.style_six.version_2 {
    min-height: auto;
}
	.hero-section {
    padding: 50px 0px;
}
	.hero-section h2, .callbox h2 {
    font-size: 25px;
    line-height: 30px;
}
	.hero-section .col-md-6:last-child{margin-top:20px;}
	.menuzord-responsive .showhide{padding:0px !important;}
}

.client-section .image{background:#fff;padding:30px;border-radius:5px;}
.client-section .image img{height: 30px;
    display: block;
    margin: auto}
.blog-post{display:none;}
.footer-news .fo_wid_title, .recent_news_em_wp{display:none;}
#myModal1, #myModal{z-index: 9999 !important;}

#myModal1 h5 {
    font-size: 12px;
}
#myModal1 h2, #myModal1 h5, #myModal1 p, #myModal1 p a{color:#fff;}

#myModal1 .header_logo_box{
    background: #fff;
    border-radius: 5px;
    padding: 5px;
    margin: 0px 0px 20px;
	display:inline-block;
}
.modal .divcontainer .col-md-6, .modal .divcontainer .col-md-12{padding:0px 3px !important;}

.calendly-embed{margin:0px !important;}
.modal .close{   background: #000;
    color: #fff;
    border-radius: 50%;
    outline: 0px;
    position: absolute;
    top: -20px;
    right: -10px;
    border: 0px;
    font-size: 30px;
    width: 35px;
    height: 35px;
    padding: 0px;
	    z-index: 9;
}
  @media (min-width: 576px) {
    .modal-dialog {
        margin-top: 100px !important;
    }
}

 .modal-header{  display: inline;
    padding: 0px;}
.modal-content{ position: relative;border:0px;}
.modal-body,  .modal-header, .modal-content{border:0px;}
.modal.show .modal-dialog, .modal-body,  .modal-header{background: #e5652b !important;}
.modal.show .modal-dialog h4{color:#fff !important;}
#myModal1 input, #myModal1 input[type=text], #myModal1 input[type=email], #myModal1 input[type=number],#myModal1 select{height:46px;}

.our-objective .icon_box_all p, .unique-process .icon_box_all p{color:#000  !important;}
.min-height839{min-height: 839px !important;}
.service-tab h4{font-size:32px !important;margin-bottom:20px;}
.project_box.type_one .image_box img {
    height: 350px !important;
}
.header_logo_box img{width:auto;}

.custom-accordian li, .custom-accordian p, .custom-accordian h2, .custom-accordian#faq .card .card-header .btn-header-link {
    color: #000 !important;
}
.custom-accordian .card .card-header .btn-header-link.collapsed {
    background: #fff !important;
    color: #000 !important;
}

.bg-blue, .bg-orange, .bg-blue h2, .bg-orange h2{color:#fff;}
.text_box p, .text_box li{color:#000;}
.tab_set1 .vresp-tab-content-active{background:transparent !important;}
.tab_set1 .vresp-tabs-container{background-color:transparent !important;    border: 0px !important;padding: 30px 0px 30px 50px !important;}
.tab_set1 .vresp-tabs-container h4, .tab_set1 .vresp-tabs-container p, .tab_set1 .vresp-tabs-container li{color:#fff;}
.resp-vtabs li.vresp-tab-item {
    padding: 10px 10px;
    background-color: #f9f9f9 !important;
    color: #000 !important;
    border-radius: 10px;
    margin-bottom: 5px;
    display: flex;
    font-weight: bold;
    align-items: center;
	border-radius:20px;
	    margin-bottom: 5px;
	margin-bottom: 10px !important;
	border:none !important;
}
.resp-vtabs li.vresp-tab-active{   
    background-color: #0f44a1 !important;
	color:#fff !important;}
.resp-vtabs ul.vresp-tabs-list{
	    background: #fff;
    border-radius: 10px;
    padding: 10px;
}
.pad20{padding:20px !important;}
#main #faq .card {
    margin-bottom: 10px !important;
}
#main {
     margin-top:0px !important; 
}
.minhtauto{min-height:auto !important;}


.testimonial_box.type_one .testimonial_inner p {
color: var(--text-color-dark) !important;
}


.footer_logo {
    background: #fff;
    border-radius: 5px;
    padding: 5px;
    margin: 0px 0px 20px;
	display:inline-block;
}