/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Template: Divi
Version: 4.22.1
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

.minority_logos .et_pb_column {
    padding: 14px;
}

body {
    overflow-x: hidden;
}

div#tabbing_div .et_pb_tabs_controls a {
    padding-left: 14px;
    padding-right: 14px;
    min-width: 20rem;
}

.minority_logos .et_pb_column img {
    max-height: 120px !important;
    object-fit: contain;
    min-height: 120px;
}

/* case study single page css */

body.single-casestudies article {
    padding-top: 3rem;
}

body.single-casestudies .container {
    max-width: 100%;
    width: 100%;
}

body.single-casestudies div#sidebar, body.single-casestudies .container:before {
    display: none;
}

body.single-casestudies div#left-area {
    margin: auto !important;
    padding-right: 0 !important;
    float: unset;
    width: 100% !important;
}

body.single-casestudies .entry-content {
    max-width: 1920px;
    width: 80%;
    margin: auto !important;
}

body.single-casestudies .entry-content p, body.single-casestudies .entry-content li, body.single-casestudies .entry-content h2, body.single-casestudies .entry-content h3, body.single-casestudies .entry-content h4, body.single-casestudies .entry-content h5 {
    margin-bottom: 22px;
}

body.single-casestudies .et_post_meta_wrapper section#comment-wrap, body.single-casestudies  p.post-meta {
    display: none;
}

body.single-casestudies .et_post_meta_wrapper {
    text-align: center;
}

body.single-casestudies h1.entry-title {
    text-align: center;
    max-width: 100%;
    padding: 60px 20px;
    background: #000052;
    color: #fff;
    font-weight: 700;
}

body.single-casestudies .et_post_meta_wrapper img {
    max-width: 1920px;
    width: 80%;
    margin: auto !important;
    margin-top: 40px !important;
}

/* end of case study single page css */

@media (max-width: 980px) { 
	
.sdvosb_logo .circle-container, .sdvosb_logo.scrolled .circle-container { 
    width: 120px !important;
    height: 120px !important; 
}

.sdvosb_logo .center-image, .sdvosb_logo.scrolled .center-image { 
    width: 100px !important;
    height: 100px !important;
}

.sdvosb_logo, .sdvosb_logo.scrolled { 
    right: 8px !important;
    top: auto !important;
    bottom: 12px !important;
}
	
.et_mobile_menu .menu-item-has-children>a {
    font-weight: 500; 
}
	
  /* Proper Collapsable Mobile Menu */
/* Style the icon's placeholder */
ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
ul.et_mobile_menu li.page_item_has_children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.page_item_has_children .mobile-toggle {
  width: 44px;
  height: 100%;
  padding: 0px !important;
  max-height: 44px;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 999;
  background-color: transparent;
  border-bottom: 0;
  text-align: center;
}

ul.et_mobile_menu > li.menu-item-has-children,
ul.et_mobile_menu > li.page_item_has_children,
ul.et_mobile_menu > li.menu-item-has-children .sub-menu li.menu-item-has-children,
.et-db #et-boc .et-l ul.et_mobile_menu > li.menu-item-has-children,
.et-db #et-boc .et-l ul.et_mobile_menu > li.page_item_has_children,
.et-db #et-boc .et-l ul.et_mobile_menu > li.menu-item-has-children .sub-menu li.menu-item-has-children {
  position: relative;
}

.et_mobile_menu .menu-item-has-children > a,
.et-db #et-boc .et-l .et_mobile_menu .menu-item-has-children > a {
  background-color: transparent;
}

/* Hide the Sub-menu */
ul.et_mobile_menu .menu-item-has-children .sub-menu,
#main-header ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu {
      /* display: none !important; */
    visibility: hidden !important;
    transition: height 0.3s linear  !important;
    height: 0;
    background: #fff;
}

/* Show the sub-menu when the + icon is clicked */
ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
#main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible {
     /* display: block !important; */
    visibility: visible !important;
    height: 140px;
    max-height: 150px;
}
	
ul#mobile_menu2 li.menu-item-has-children:nth-child(2) ul.sub-menu.visible {
    height: 100px !important;
}	

/* Create the opening/closing icon using the SVG Icons */
ul.et_mobile_menu li.menu-item-has-children .mobile-toggle .dt-icons,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle .dt-icons {
  top: 10px;
  position: relative;
}

/* Hide the closing icon if the sub-menu is not open */
ul.et_mobile_menu li.menu-item-has-children:not(.dt-open) .mobile-toggle .dt-close-icon,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children:not(.dt-open) .mobile-toggle .dt-close-icon {
  display: none;
}

/* Hide the opening icon if the sub-menu is open */
ul.et_mobile_menu li.menu-item-has-children.dt-open > .mobile-toggle .dt-open-icon,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children.dt-open > .mobile-toggle .dt-open-icon {
  display: none;
}
	
}


.banner-btns {
    display: flex;
    gap: 20px;
	margin-top:20px;
}
.banner-btns .red-btn a {
    background: #b2242b;
    padding: 15px 40px;
    color: #fff;
}
.banner-btns .red-btn a:hover {
    background: #fff;
    padding: 15px 40px;
    color: #b2242b;
	transition:all 0.5s ease;
}
.banner-btns .white-btn a {
    background: transparent;
    padding: 15px 40px;
    color: #fff;
    border: 1px solid #ffffff6b;
}
.banner-btns .white-btn a:hover {
    background: #fff;
    padding: 15px 40px;
    color: #b2242b;
	transition:all 0.5s ease;
}
.marquee {
    height: 80px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.marquee div {
    display: block;
    width: 200%;
    height: 80px;
    position: absolute;
    overflow: hidden;
    animation: marquee 50s linear infinite;
}

.marquee span {
    float: left;
    font-size: 51px;
    color: #fff;
    line-height: normal;
    margin-left: 100px;
    position: relative;
}
.marquee span:before {
    content: '';
    background: #98CC23;
    width: 10px;
    height: 10px;
    position: absolute;
    left: -50px;
    border-radius: 100px;
    top: 30px;
}
@keyframes marquee {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
ul.why-choose-post-sec {
    padding: 0px;
}
ul.why-choose-post-sec li {
    list-style: none;
    padding: 30px;
    background: #000052;
    border: 1px solid #ffffff !important;
}
ul.why-choose-post-sec li img.attachment-post-thumbnail {
    width: auto;
    margin-left: auto;
    margin-bottom: 20px;
}
ul.why-choose-post-sec li:hover .why-choose-image img.attachment-post-thumbnail {
    filter: brightness(0) invert(1);
}
ul.why-choose-post-sec li h3 {
    color: #fff;
    font-family: 'Manrope';
    font-size: 28px;
    line-height: 32px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 20px;
    padding: 0px;
}
ul.why-choose-post-sec li p{
    color: #fff;
    font-family: 'Manrope';
    font-size: 16px;
    line-height: 22px;
}
ul.why-choose-post-sec li:hover {
    list-style: none;
    padding: 30px;
    background: #B22634;
	transition: all 0.5s ease;
}
ul.service-post-sec {
    padding: 0px;
}
ul.service-post-sec {
    padding: 0px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}
ul.service-post-sec li {
    list-style: none;
    position: relative;
}
ul.service-post-sec li .service-image {
    position: relative;
}
ul.service-post-sec li .service-image a.service-btn {
    position: absolute;
    bottom: 8px;
    left: 0px;
    background: #000052;
    padding: 12px 80px 12px 40px;
    color: #fff;
    background-image: url(/wp-content/uploads/2024/12/Path-13.png);
    background-repeat: no-repeat;
    background-position: 80% 50%;
}
ul.service-post-sec li .service-image a.service-btn:hover {
    position: absolute;
    bottom: 8px;
    left: 0px;
    background: #b22634;
    padding: 12px 80px 12px 40px;
    color: #fff;
    background-image: url(/wp-content/uploads/2024/12/Path-13.png);
    background-repeat: no-repeat;
    background-position: 85% 50%;
	transition:all 0.5s ease;
}
ul.service-post-sec li .service-name {
       padding-bottom: 18px;
    color: #333;
    font-size: 22px;
    font-weight: 700;
    width: 100%;
    margin-top: 18px;
}
ul.service-post-sec li p.service-desc {
    font-size: 18px;
    color: #6b6b6b;
    line-height: 1.5;
}
.copyright p a {
    color: #fff;
}
.copyright p a:hover {
    color: #b22634;
}
.es-form-field-container .gjs-row:nth-child(1) {
    display: none !important;
}
.es-form-field-container {
    display: flex;
}
.es-form-field-container .gjs-row:nth-child(2) {
    width: 75%;
}
.es-form-field-container .gjs-row:nth-child(3) {
    width: 25%;
}
.es-form-field-container .gjs-row:nth-child(2) input {
    width: 100%;
    padding: 15px 20px;
    background: transparent;
    border: 1px solid #fff;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    border-right: 0px;
    color: #fff;
}
.es-form-field-container .gjs-row:nth-child(3) input[type="submit"] {
    width: 100%;
    padding: 13px 20px;
    border: 1px solid #b22634;
    background: #b22634;
    color: #fff;
    margin-top: -1px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    font-size: 18px;
    cursor: pointer;
}
.es-form-field-container .gjs-row:nth-child(3) input[type="submit"]:hover {
    border: 1px solid #b22634;
    background: transparent;
    color: #fff;
	transition:all 0.5s ease;
}
ul.why-choose-post-sec .owl-nav {
    display: block!important;
    position: absolute;
    top: -230px;
    right: 100px;
    margin-top: 0px;
}
ul.why-choose-post-sec .owl-nav button.owl-prev {
    color: #fff;
    background-image: url(/wp-content/uploads/2024/12/left.png) !important;
    width: 64px;
    height: 49px;
	font-size: 0px;
}
ul.why-choose-post-sec .owl-nav button.owl-next {
    color: #fff;
    background-image: url(/wp-content/uploads/2024/12/right.png) !important;
    width: 93px;
    height: 70px;
	font-size: 0px;
}
ul.why-choose-post-sec .owl-nav button {
    background: transparent !important;
}
.join-div .et_pb_slide {
    padding: 0px !important;
}
.join-div .et_pb_slide .et_pb_slide_image {
    margin: 0px !important;
}
.join-div .et_pb_slide .et_pb_slide_image img {
    width: 100%;
    max-height: 100% !important;
}
.join-div .et_pb_slide .et_pb_slide_description {
    position: absolute;
    bottom: 57px;
    width: 90% !important;
    left: 0px;
    right: 0px;
    margin: 0px auto;
}
.join-div .et-pb-slider-arrows a {
    top: 50px;
}
div#wpls-logo-showcase-slider-1 .slick-arrow {
    display: none !important;
}
div#wpls-logo-showcase-slider-1 ul.slick-dots {
    display: none !important;
}
#sp-testimonial-free-wrapper-90 .sp-testimonial-free-section {
    margin: 0;
}
#sp-testimonial-free-wrapper-90 .sp-testimonial-free {
    text-align: left;
}
#sp-testimonial-free-wrapper-90 .sp-testimonial-free .sp-testimonial-title h3 {
    text-align: left;
    color: #B22634 !important;
    font-size: 22px;
    font-weight: 700;
}
#sp-testimonial-free-wrapper-90 .sp-testimonial-free p {
    line-height: 32px;
    color: #000;
    text-align: left;
    padding: 0px;
    font-size: 22px;
}
#sp-testimonial-free-wrapper-90 .sp-testimonial-free h4.sp-testimonial-client-name {
    text-align: left;
    color: #000;
    font-size: 22px;
    font-weight: 700;
}

#sp-testimonial-free-wrapper-90 .sp-testimonial-free-section .testimonial-nav-arrow {
    top: 100%;
}
#sp-testimonial-free-wrapper-90 .sp-testimonial-free-section .testimonial-nav-arrow.swiper-button-prev {
    background-size: contain;
    right: 0px!important;
    left: 75%;
    border: none;
    background-image: url(/wp-content/uploads/2024/12/left.png)!important;
    width: 64px;
    height: 49px;
    background-repeat: no-repeat;
    top: 103%;
	  font-size: 0px;
}
#sp-testimonial-free-wrapper-90 .sp-testimonial-free-section .testimonial-nav-arrow.swiper-button-next {
    background-size: contain;
    right: 0px !important;
    left: 87%;
    border: none;
    background-image: url(/wp-content/uploads/2024/12/right.png) !important;
    width: 93px;
    height: 71px;
    background-repeat: no-repeat;
	font-size: 0px;
}
.sp-testimonial-free-section .sp-testimonial-item {
    padding-bottom: 110px;
}
#sp-testimonial-free-wrapper-90 .sp-testimonial-free-section .testimonial-nav-arrow:hover {
    background-color: transparent !important;
    border-color: #1595CE;
    color: #ffffff;
}
.getintouch {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.getintouch > div {
    width:48%;
}
.getintouch h4 {
    color: #232323;
    font-size: 22px;
    font-weight: bolder;
}
.getintouch p {
    color: #232323;
    font-size: 18px;
}
.getintouch a{
    color: #232323;
    font-size: 18px;
}
.getintouch a:hover{
    color: #B22634;
    font-size: 18px;
	transition:all 0.5s ease;
}
.made-with-love p {
    color: #fff;
    font-size: 12px;
}
.made-with-love p a {
    color: #fff;
}
.made-with-love p a:hover {
    color: #B22634;
}
body {
    overflow-x: hidden;
}

/************************ contact us page css ******************/
.contact_us_form label {
  color: #20282D;
}

.contact_us_form input, .contact_us_form textarea {
  background: transparent;
  border: none;
  border-bottom: 1px solid #707070;
  width: 100%;
  margin-bottom: 20px;
  color: #20282D;
  font-size: 18px;
}

.two_field_div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.contact_us_form textarea {
  height: 100px;
}

.contact_us_form .response_by label {
  gap: 10px;
  display: flex;
  align-items: center;
}

.contact_us_form .response_by input[type="radio"] {
  width: 22px;
  height: 22px;
  margin: 0;
  accent-color: #000000;
  background: transparent !important;
}

.response_by, .response_time label {
  display: grid;
  gap: 60px;
  grid-template-columns: 1fr 2fr;
  margin-bottom: 20px;
}

.response_time input {
  border: 1px solid #707070;
  max-width: 200px;
  padding: 6px 12px;
}

.contact_us_form input.wpcf7-form-control.wpcf7-submit.has-spinner {
  width: fit-content;
  background: #B22634;
  border: 1px solid #B22634;
  color: #fff;
  padding: 10px;
  min-width: 200px;
  transition: all 0.3s linear;
  cursor: pointer;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.contact_us_form input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
  color: #B22634;
  background: transparent;
}
/* home page changes */
.flip-box {
    background-color: transparent;
    width: auto;
    height: 240px;
    perspective: 1000px;
    margin: auto;
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front,
.flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
/*   box-shadow: 0 4px 8px rgba(0,0,0,0.2); */
  border-radius: 10px;
}
.flip-box-back {
    background-color: #b42a37;
    padding: 30px;
    color: white;
    transform: rotateY(180deg);
}

.flip-box-front {
      padding: 30px;
    background: #00005200;
    border: 1px solid #ffffff !important;
}
.flip-box-front img {
    height: 102px;
    object-fit: contain;
}
.key_area_pointers.dark_industries_pointers p {
    font-weight: 400 !important; 
}

.flop-headingg {
    color: #2c2b2b;
    font-size: 22px !important;
    line-height: 1.4;
    font-weight: 600;
    padding: 0px;
    margin-top: 20px;
}
.job-boxes .et_pb_main_blurb_image {
    margin-bottom: 0px !important;
}
.job-boxes .et_pb_blurb_container {
    padding: 9px 20px 9px 20px;
}
.key-boxes-home img.et-waypoint.et_pb_animation_top {
    width: auto;
    height: 100px !important;
}
.logo-main-tagline .et_pb_blurb_container {
    background-color: #000052 !important;
    color: #fff !important;
	   padding: 8px;
}

.home .icon_li2 li strong {
    color: #333;
}
  
.home .icon_li2 li {
    color: #6b6b6b;
}

.logo-main-tagline {
    width: 350px;
	background-color:#fff;
}
.winning-icons img.et-waypoint {
    height: 100px !important;
    width: auto;
}
.industries-box img.et-waypoint {
    height: 100px !important;
    width: auto;
}
.main-z-all{
	z-index:1;
}
.slider-image-achive img.attachment-post-thumbnail {
    height: 100px !important;
}

.align_items_center {
	align-items: center  !important;
}
/************************ media qurey start ******************/

@media (max-width:980px){
div#flip-col {
    flex-direction: column-reverse;
    display: flex;
    gap: 30px;
}
div#tabbing_div ul.et_pb_tabs_controls {
    background: transparent; 
    flex-wrap: wrap;
}
div#tabbing_div .et_pb_tabs_controls a {
    padding-left: 14px !important;
    padding-right: 14px !important;
    min-width: 10rem;
    font-size: 16px;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}	
	
div#tabbing_div .div_two_sec { 
    gap: 20px !important;
    align-items: start !important;
}	
div#tabbing_div .et_pb_tab.et_pb_tab {
    padding-left: 0;
    padding-right: 0;
}
	
div#tabbing_div .div_two_sec h3 {
    font-size: 22px;
}
	
div#tabbing_div .contect_div, div#tabbing_div .contect_div p, div#tabbing_div .contect_div li, div#tabbing_div .contect_div a {
    font-size: 16px;
    line-height: 1.4;
}	
	
}

@media (max-width:1400px){
	.et_pb_section_0_tb_header .et_pb_column {
   		 margin-right: 1% !important;
	}
	.et_pb_section_0_tb_header .et_pb_column span.et_pb_image_wrap img {
   		 margin-top: 10px !important;
	}
	.et_pb_section_0_tb_header .et_pb_menu_0_tb_header.et_pb_menu ul li a {
	    font-size: 16px;
	}
	.et_pb_section_0_tb_header .et_pb_menu_0_tb_header.et_pb_menu ul li {
	    padding-right: 8px;
	    padding-left: 7px;
	}
	.et_pb_row_0_tb_header.et_pb_row .et_pb_column_2_tb_header .et_pb_blurb_content h4.et_pb_module_header a {
   		 font-size: 18px !important;
	}
	.Banner-section h1.et_pb_module_heading {
	    font-size: 60px !important;
	    line-height: 78px !important;
	}
	.technology-section p {
	    font-size: 20px;
	    line-height: 30px;
	}
	.marquee span {
    	font-size: 45px;
	}
	.why-choose-section h2.et_pb_module_heading {
   		 font-size: 42px !important;
	}
	.enabling-section .et_pb_column.et_pb_column_1_2 {
	    padding: 40px;
	}
	.enabling-section .et_pb_column.et_pb_column_1_2 h2.et_pb_module_heading {
	    font-size: 38px;
	}
	.about-section .et_pb_blurb_container h4 {
	    font-size: 42px !important;
	}
	.join-section h2.et_pb_module_heading {
	    font-size: 42px !important;
	    line-height: 60px;
	}
	.join-section .et_pb_column_12 p {
	    font-size: 27px;
	    line-height: 35px;
	}
	#sp-testimonial-free-wrapper-90 .sp-testimonial-free-section .testimonial-nav-arrow.swiper-button-next {
	    left: 80%;
	}
	#sp-testimonial-free-wrapper-90 .sp-testimonial-free-section .testimonial-nav-arrow.swiper-button-prev {
	    left: 65%;
	}
	.get-in-touch-section h2.et_pb_module_heading {
	    font-size: 42px !important;
	}
	.get-in-touch-section h3.et_pb_module_header a {
	    font-size: 40px !important;
	}
	.getintouch > div {
	    width: 47%;
	}
	footer.et-l.et-l--footer .et_pb_row_0_tb_footer h2.et_pb_module_heading {
	    font-size: 45px !important;
	    line-height: 55px;
	}
}

@media (max-width:1250px){
	.et_pb_section_0_tb_header .et_pb_menu_0_tb_header.et_pb_menu ul {
    justify-content: center !important;
}
.Banner-section .et_pb_column {
    width: 100% !important;
}
.marquee div {
    height: 60px;
}
ul.why-choose-post-sec .owl-nav {
    top: -180px;
    right: 0;
    margin-top: 0px;
}
.why-choose-section .et_pb_heading_1 {
    margin-bottom: -2px!important;
    max-width: 100%!important;
}
.why-choose-section h2.et_pb_module_heading {
    font-size: 45px !important;
}
.Banner-section h1.et_pb_module_heading {
    font-size: 55px !important;
    line-height: 70px !important;
}
.marquee {
    height: 60px;
}
.enabling-section .et_pb_column.et_pb_column_1_2 h2.et_pb_module_heading {
    font-size: 35px;
}
ul.service-post-sec {
    grid-template-columns: 1fr 1fr;
}
.join-section h2.et_pb_module_heading {
    font-size: 45px !important;
    line-height: 50px !important;
}
.join-section .et_pb_heading_3 {
    margin-top: 0px!important;
    margin-bottom: 11px!important;
}
.join-div .et_pb_slide .et_pb_slide_description {
    bottom: 30px;
    width: 90% !important;
}
.join-section .et_pb_column_12 p {
    font-size: 24px;
    line-height: 30px;
}
.getintouch {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.get-in-touch-section h3.et_pb_module_header a {
    font-size: 42px !important;
    letter-spacing: 0px !important;
}
.get-in-touch-section .et_pb_column {
    width: 100%;
}
}

.vector_vms_logo {
    display: inline-block;
}

@media screen and (min-width: 981px) and (max-width: 1150px) { 
.sdvosb_logo { 
    top: 50% !important; 
}
}

@media screen and (min-width: 768px) and (max-width: 1150px) { 

.flex-row_cus .et_pb_column {
    width: 31.33%;
    margin: 0 1%;
}
	
.sdvosb_logo .circle-container, .sdvosb_logo.scrolled .circle-container { 
    width: 160px;
    height: 160px; 
}

.sdvosb_logo .center-image, .sdvosb_logo.scrolled .circle-container { 
    width: 130px;
    height: 130px; 
}	
	
	
div#tabbing_div ul.et_pb_tabs_controls li { 
    min-width: 200px;
}

div#tabbing_div ul.et_pb_tabs_controls li a {
    padding: 0;
    line-height: 1.2;
}	
 
}

@media screen and (min-width: 981px) {

.company_summry_div .et_pb_column:nth-child(1) {
    width: 18%;
}

.company_summry_div .et_pb_column:nth-child(3) {
    width: 40%;
}

.company_summry_div .et_pb_column:nth-child(2) {
    width: 35%;
}

.company_summry_div .getintouch {
    flex-wrap: nowrap;
}

}

@media (max-width:1024px){
	ul.why-choose-post-sec .owl-nav {
    top: 0;
    right: 0;
    margin-top: 0px;
    position: relative;
}
}

@media (max-width:767px){
	
div#tabbing_div ul.et_pb_tabs_controls { 
    gap: 0  !important;
    flex-wrap: wrap;
}

.div_two_sec .img_div img { 
    min-height: 100% !important;
    height: 100% !important;
}
	
div#tabbing_div .et_pb_tab {
    padding-left: 0;
    padding-right: 0;
}
	
.div_two_sec {
    flex-wrap: wrap;
}
	
.div_two_sec .img_div, .div_two_sec .contect_div {
    width: 100% !important;
}	
	
div#tabbing_div ul.et_pb_tabs_controls li { 
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 14px 8px !important;
    justify-content: center;
}	

div#tabbing_div ul.et_pb_tabs_controls li a {
    padding: 0;
    line-height: 1.2;
}	
	.contact_us_form .response_by, .contact_us_form .response_time label {
  display: flex;
  gap: 6px;
}
.div_two_sec h3 { 
    font-size: 24px;
}
	
.contact_us_form .response_time input { 
  max-width: 130px; 
  margin-left: 10px;
}
.two_field_div p {
    padding-bottom: 0;
}
.contact_us_div h4, .contact_us_div p, .contact_us_div a, .contact_us_div .emaildiv {
    text-align: left;
}	
.two_field_div { 
  grid-template-columns: 1fr !important; 
  gap: 0px  !important; 
}

.contact_us_form input, .contact_us_form textarea { 
  margin-bottom: 10px !important; 
}
	
	.Banner-section h1.et_pb_module_heading {
    font-size: 36px !important;
    line-height: 47px !important;
    text-align: center;
}
.banner-btns {
    display: flex;
    gap: 10px;
    margin-top: 20px;
    justify-content: center;
    flex-wrap: wrap;
}
.banner-btns > div {
    width: 100%;
    text-align: center;
}
.banner-btns > div a {
    background: #b2242b;
    padding: 15px 40px;
    color: #fff;
    display: block;
    width: 100%;
}
.technology-section .et_pb_row {
    margin-left: auto !important;
    margin-right: auto !important;
}
.technology-section p {
    font-size: 18px;
    line-height: 27px;
    text-align: center;
}
.marquee div {
    animation: marquee 10s linear infinite;
}
.marquee span {
    font-size: 36px;
}
.why-choose-section h2.et_pb_module_heading {
    font-size: 32px !important;
    line-height: 40px !important;
}
ul.why-choose-post-sec .owl-nav {
    top: 23px;
    right: 0;
    margin-top: 0px;
    position: relative;
}
.enabling-section .et_pb_column.et_pb_column_1_2 h2.et_pb_module_heading {
    font-size: 32px;
    line-height: 38px;
}
.enabling-section .et_pb_column.et_pb_column_1_2 {
    padding: 25px;
}
.about-section .et_pb_blurb_container h4 {
    font-size: 36px !important;
}
ul.service-post-sec {
    grid-template-columns: 1fr;
}
ul.service-post-sec li h3.service-name {
    width: 100%;
    text-align: center;
}
ul.service-post-sec li p.service-desc {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
}
.join-section h2.et_pb_module_heading {
    font-size: 32px !important;
    line-height: 40px !important;
}
.join-section .et_pb_column_12 p {
    font-size: 20px;
    line-height: 27px;
}
.join-div .et_pb_slide .et_pb_slide_image img {
    width: 100%;
    max-height: 300px !important;
}

.join-div .et_pb_slide .et_pb_slide_image {
    margin: 0px !important;
    display: block !important;
}
#sp-testimonial-free-wrapper-90 .sp-testimonial-free {
    text-align: center;
}
#sp-testimonial-free-wrapper-90 .sp-testimonial-free p {
    line-height: 25px;
    font-size: 18px;
    text-align: center;
}
#sp-testimonial-free-wrapper-90 .sp-testimonial-free .sp-testimonial-title h3 {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
}
#sp-testimonial-free-wrapper-90 .sp-testimonial-free h4.sp-testimonial-client-name {
    text-align: center;
    color: #000;
    font-size: 22px;
    font-weight: 700;
}
#sp-testimonial-free-wrapper-90 .sp-testimonial-free-section .testimonial-nav-arrow.swiper-button-prev {
    left: 35%;
}
#sp-testimonial-free-wrapper-90 .sp-testimonial-free-section .testimonial-nav-arrow.swiper-button-next {
    left: 54%;
}
.get-in-touch-section h2.et_pb_module_heading {
    font-size: 42px !important;
    line-height: 50px!important;
}
.get-in-touch-section h3.et_pb_module_header a {
    font-size: 36px !important;
    letter-spacing: 0px !important;
}
.getintouch > div {
    width: 100%;
    text-align: center;
}
footer.et-l.et-l--footer .et_pb_row_0_tb_footer h2.et_pb_module_heading {
    font-size: 32px !important;
    line-height: 40px !important;
}
.es-form-field-container .gjs-row:nth-child(2) {
    width: 70%;
}
.es-form-field-container .gjs-row:nth-child(3) {
    width: 30%;
}
.es-form-field-container .gjs-row:nth-child(3) input[type="submit"] {
    padding: 16px 20px 15px 20px;
    font-size: 14px;
}
	ul.why-choose-post-sec li {
    height: 250px !important;
}
	.logo-main-tagline.et_pb_blurb_0 {
    position: fixed !important;
    top: 91% !important;
    bottom: auto;
    right: 2px;
    left: auto;
    transform: translateY(-50%);
}
.logo-main-tagline {
    width: 316px;
    background-color: #fff;
}
}

footer.et-l.et-l--footer h6.et_pb_module_header a, footer.et-l.et-l--footer h6.et_pb_module_header span {
    font-size: 18px;
}

footer.et-l.et-l--footer 
 h4.et_pb_module_heading {
    font-size: 22px;
}

/* footer.et-l.et-l--footer {
    z-index: 999;
    position: relative;
} */

/************** Set aside page css ***********/

.div_two_sec {
    display: flex;
    gap: 40px;
    align-items: center;
}

.div_two_sec .contect_div {
    width: 40%;
}

.div_two_sec .img_div {
    width: 60%;
}

.div_two_sec h3 {
     margin-bottom: 14px;
    font-weight: 700;
    line-height: 1.3;
}

.div_two_sec .img_div img {
    max-height: 540px;
    object-fit: cover;
	min-height: 540px;
}

div#tabbing_div ul.et_pb_tabs_controls {
    background: transparent;
    border: 0 !important;
    outline: none;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
	padding-left:0;
}

div#tabbing_div {
    border: 0;
}

div#tabbing_div ul.et_pb_tabs_controls li::before {
    opacity: 0;
}

div#tabbing_div ul.et_pb_tabs_controls li {
    padding: 8px;
    min-width: 300px;
}

div#tabbing_div ul.et_pb_tabs_controls::after {
    border: 0 !important;
}



