@font-face {
     font-family: BoschSans-Bold;
     src: url('/wp-content/themes/ultrabootstrap/fonts/BoschSans-Bold.ttf');
	font-weight: 700;
}
@font-face {
     font-family: BoschSans-Medium;
     src: url('/wp-content/themes/ultrabootstrap/fonts/BoschSans-Medium.ttf');
	font-weight: 500;
}
@font-face {
     font-family: BoschSans-Regular;
     src: url('/wp-content/themes/ultrabootstrap/fonts/BoschSans-Regular.ttf');
	font-weight: 400;
}
@font-face {
     font-family: BoschSans-Light;
     src: url('/wp-content/themes/ultrabootstrap/fonts/BoschSans-Light.ttf');
	font-weight: 300;
}
@font-face {
     font-family: BoschSans-Black;
     src: url('/wp-content/themes/ultrabootstrap/fonts/BoschSans-Black.ttf');
	font-weight: 900;
}

body{
	font-family: 'BoschSans-Regular';
	font-size: 1.171vw;
	color: #101112;
	font-weight: 400;
	/* margin-top: 90px; */
}
.container {
    width: 86% !important;
	max-width: 86% !important;
}
header .navbar-default .container {
    width: 88% !important;
	max-width: 88% !important;
}
.desktop{
	display: block !important;
}
.mobile{
	display: none !important;
}
.hid{
	display: none !important;
}
a {
    color: #027BC0;
    text-decoration: none;
}
a:focus, a:hover{
	text-decoration: none !important;
	
}
a:focus{
	outline: 0px;
}
b, strong {
    font-family: BoschSans-Bold;
}
h1 {
    font-family: 'BoschSans-Regular';
/*     font-size: 42px !important; */
	font-size: 3.075vw  !important;
    color: #101112;
}
h2{
	font-family: 'BoschSans-Regular';
/* 	font-size: 32px !important; */
	font-size: 2.1vw !important;
	color: #101112;
}
h3{	
	font-family: 'BoschSans-Regular';
/* 	font-size: 22px !important; */
	font-size: 1.611vw !important;
	color: #101112;
}
h4{
	font-family: 'BoschSans-Regular';
/* 	font-size: 20px; */
	font-size: 1.464vw;
	color: #101112;
	letter-spacing: 0;
}
.h1, .h2, .h3, h1, h2, h3 {
	margin-top: 0;
	margin-bottom:  15px;
	letter-spacing: 0;
}

.primary-button, .primary-button-inverse {
    width: fit-content;
    padding: 12px 15px 12px 25px;
	margin-bottom: 2px;
    border-radius: 35px;
    font-weight: 400;
    position: relative;
    display: flex;
	align-items: center;
    cursor: pointer;
    text-decoration: none;
	transition: 0.5s all;
	align-items: center;
/* 	border: 2px solid #0088D4; */
}
.primary-button {
	color: #FFF !important;
    background-color: #0088D4;
}
.primary-button-inverse{
	background-color: #FFF;
    color: #0088D4 !important;
}
.primary-button span, .primary-button-inverse span{
    padding: 5px 6px;
    border-radius: 30px;
    font-size: 12px;
    margin: 0 10px;
	border: 2px solid #0088D4;
}	
.primary-button span{
	background: #fff;
    color: #fff;
}
.primary-button-inverse span{
	background: #0088D4;
    color: #fff;
}
.primary-button span img, .primary-button-inverse span img{
	width: 15px;
}
.primary-button:hover span img, .primary-button-inverse:hover span img{
	transform: translate(4px);
	transition: 1s;
}
.secondary-button{
	width: fit-content;
    color: #000000;
    background-color: #fff;
    padding: 12px 15px 12px 25px;
	margin-bottom: 2px;
    border-radius: 35px;
    font-weight: 400;
	position: relative;
    display: flex;
	align-items: center;
    cursor: pointer;
    text-decoration: none;
	transition: 0.5s all;
}
.link-button{
    color: #007BC0 !important;
    font-weight: 400;
	position: relative;
    display: flex;
    cursor: pointer;
    text-decoration: none;
	transition: 0.5s all;
}
.link-button-2{
    color: #fff !important;
    font-weight: 400;
	position: relative;
    display: flex;
    cursor: pointer;
    text-decoration: none;
	transition: 0.5s all;
	width:fit-content;
}
.primary-button svg , .secondary-button svg , .link-button svg , .link-button-2 svg {
    background: #fff;
    width: 25px;
    height: 25px;
    padding: 5px;
    border-radius: 50%;
    margin-left: 15px;
    display: inline-block;
	transition: 0.5s all;
}

.secondary-button svg , .link-button svg {
	background: #0096E8;
}
.link-button-2 svg {
    background: #ffffff;
}
.secondary-button svg path , .link-button svg path {
    fill: #fff;
}
.link-button-2 svg path {
    fill: #007BC0;
}
.primary-button:hover {
    background: #027BC0;
    color: #fff;
}
.secondary-button:hover {
    background: #EFF1F2;
    color: #000;
}
.primary-button:hover svg , .secondary-button:hover svg , .link-button:hover svg, .link-button-2:hover svg{
    padding: 5px 2px 5px 8px;
}
.link-button:hover {
	text-decoration: underline !important;
}



.primarybtn-3 {
    color: #007CFF;
    outline: none;
    background: #fff;
    border: 2px solid #fff;
    border-radius: 2.5vw;
    padding: 0.6vw 1.5vw 0.4vw;
	margin-bottom: 2px;
    /* font-size: 1.325vw; */
    font-size: 16px;
    line-height: 2;
    position: relative;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    overflow: hidden;
    transition: all .5s;
    font-family: 'BoschSans-Medium';
}
iframe {
    border-radius: 30px;
}
.slick-arrow {
    position: relative;
    font-size: 0;
    background-color: transparent !important;
    padding: 20px;
	margin: 0 0 0 12px;
    border: 1px solid #fff;
    border-radius: 50%;
	cursor: pointer;
    transition: 0.5s all;
}
.slick-prev::before, .slick-next::before {
    content: "";
    background-image: url(/wp-content/uploads/2024/01/white-arrow.svg);
    width: 20px;
    height: 20px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
	transition: 0.5s all;
}
.slick-prev::before{
	transform: rotate(180deg) translate(50%,50%);
}
.slick-arrow:hover{
	background-color: #0088D4 !important;
	border-color: #0088D4;
}
.slick-next:hover::before {
    left: 55%;
}
.slick-prev:hover::before {
    left: 45%;
}
.color-blue {
	color: #007BC0;
}
.color-white {
	color: #fff;
}
.font-medium {
	font-family: 'BoschSans-Medium';
}
header .navbar-form .btn.btn-search i {
    color: #000;
}
header .navbar-form .btn.btn-search {
    background: transparent;
}
.myheader .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
	width:100%;
}
.myheader .row .header-menu {
    width: 100%;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}
.myheader .navbar-menus {
    display: flex;
    align-items: center;
}
header .myheader .navbar-form .btn {
    background: transparent;
    padding: 0;
	padding-left: 10px;
}
header .myheader .navbar-form .btn i {
    color: #000;
    margin-top: 20px;
}
.myheader .row .header-menu .primary-button {
    margin: 0 0 0 10px;
	padding: 10px 15px 10px 22px;
    font-size: 16px;
}
.myheader .header-img {
    width: 100%;
    display: block;
}
.myheader .row .header-menu .primary-button svg path {
    fill: #fff;
}
.myheader .row .header-menu .primary-button svg {
    background: transparent;
    border: 1px solid #fff;
}
.goal-menu figure {
    width: 100% !important;
    margin-bottom: 0;
}
.goal-menu figure figcaption {
    display: none;
}
.goal-menu img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    border-radius: 15px;
}
.goal-menu {
    padding: 0 50px !important;
}
.goal-menu h4 {
    font-size: 1.318vw;
    padding: 10px 0 5px;
    margin-bottom: 5px;
}
.goal-menu .megamenu-title , .expertise-row .megamenu-title, .why-us .megamenu-title, .cap-row .megamenu-title  {
    color: #101112;
    font-family: BoschSans-Medium;
    letter-spacing: 0;
    display: flex;
    align-items: center;
}
.goal-menu .megamenu-title:hover , .expertise-row .megamenu-title:hover , .why-us .megamenu-title:hover, .cap-row .megamenu-title:hover {
    color: #006EAD;
}
.goal-menu .megamenu-title svg , .expertise-row .megamenu-title svg , .why-us .megamenu-title svg, .cap-row .megamenu-title svg{
    margin-left: 10px;
    margin-top: 5px;
    transition: 0.5s all;
}
.goal-menu .megamenu-title:hover svg , .expertise-row .megamenu-title:hover svg , .why-us .megamenu-title:hover svg, .cap-row .megamenu-title:hover svg {
    margin-left: 5px;
}
.goal-menu .megamenu-title:hover svg path , .expertise-row .megamenu-title:hover svg path , .why-us .megamenu-title:hover svg path, .cap-row .megamenu-title:hover svg path{
    fill: #006EAD;
}
.expertise-row h4 , .why-us h4, .cap-row h4 {
    padding-bottom: 0;
    margin: 0 0 0 15px;
}
.expertise-row h4.megamenu-title{
	font-family: 'BoschSans-Bold';
}
.expertise-row .widget_block , .why-us .widget_block, .cap-row .widget_block {
    display: flex !important;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 5px !important;
}
.expertise-row p, .cap-row p {
    margin-bottom: 0 !important;
    margin-left: 7px;
}
.expertise-row .megamenu-sub, .cap-row .megamenu-sub {
    display: block;
    width: 100%;
    margin-left: 65px;
    font-size: 1.025vw;
    margin-top: 3px;
    margin-bottom: 3px !important;
}
.expertise-main-row {
    margin-bottom: 15px !important;
}
.why-us-right .widget_block {
    margin-bottom: 10px !important;
}
.why-us .why-us-links {
    display: block;
    width: 100%;
    list-style: none;
    padding: 0;
	margin-left: 10px;
    column-count: 2;
}
.why-us .why-us-links li {
    padding-top: 10px;
}
.why-us-right h4 , .why-us-left h4 {
    margin: 10px 0;
}
.why-us-menus {
    padding-left: 40px !important;
}
.why-us-left, .why-us-right {
    padding: 10px 50px 0 0 !important;
}
.advantage-title {
    border-bottom: 1px solid #8f8f8f !important;
    width: 80%;
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    margin-bottom: 5px;
}
.mega-menu-item.mega-menu-item-type-widget.widget_block.mega-menu-item-block-29{
	border-bottom: 1px solid;
}
/* --------------- Footer --------------- */
.wpcf7 .wpcf7-recaptcha iframe {
    border-radius: 0;
}
.pd-top-15{
	padding-top: 15px;
}
section.footers {
    background-color: #EFF1F2;
}
section.footers .container {
    width: 90% !important;
    max-width: 90% !important;
}
.theme-footer-wrap {
    padding-bottom: 20px;
}
.footr-wrap {
    padding: 6% 0 0;
}
.footr-title {
    color: #027BC0;
    font-size: 14px;
    font-family: 'BoschSans-Bold';
    padding-bottom: 10px;
}
.footr-title a{
	color: #027BC0;
}
.footr-border-1 {
    border-bottom: 1px solid #027BC0;
    margin-bottom: 15px;
}
ul.footr-list {
    list-style: none;
    padding-left: 0;
    font-size: 14px;
    line-height: 28px;
    font-family: 'BoschSans-Medium';
}
.footr-list li a{
	color: #2E3033; 
}
.footr-sub-title, .footr-sub-title a {
    color: #027BC0;
    font-family: 'BoschSans-Medium';
    padding-bottom: 5px;
	font-size: 14px;
	padding-right: 10px;
}
ul.sub-footr-list {
    margin-left: 0;
    list-style: none;
    font-size: 12px;
    line-height: 26px;
	padding-left: 1.5rem;
    font-family: 'BoschSans-Regular';
}
..scroll-top-wrapper .fa-2x {
    font-size: 22px;
}
.scroll-top-wrapper {
    background-color: #0096e8;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footr-list li a:hover:after , .privacy-wrap a:hover:after , .general-contact-wrap a:hover:after{
    width: 100%;
}
.footr-list li a::after , .privacy-wrap a::after , .general-contact-wrap a::after {
    content: "";
    background: #2E3033;
    width: 0;
    position: absolute;
    height: 1px;
    bottom: 0;
    left: 0;
    transition: 0.5s all;
}
.footr-list li a , .privacy-wrap a , .general-contact-wrap a{
    position: relative;
    display: inline-block;
    transition: 0.5s all;
}
.general-contact-wrap a::after , .privacy-wrap a::after {
	background: #003253;
}
.t-right{
	text-align: right;
}
/* --------------- Footer --------------- */

/* Start Bdeveloper css */
section.bg-with-content div.our_story_intro_section {
    display: grid;
    grid-template-columns: 50% 50%;
}

section.bg-with-content div.our_story_intro_section p {
    text-align: left;
}

section.bg-with-content div.our_story_intro_section img {
    /* width: 350px; */
}

section.bg-with-content div.our_story_intro_section div.our_story_content {
    padding-right: 75px;
}

/* section.our_story_ind_sec div.content_img-left h2 {
    font-size: 22px !important;
    line-height: normal;
} */

section.our_story_ind_sec div.content_img-left p.blue_content {
    color: #006EAD;
    font-weight: 500;
}

section.our_story_ind_sec div.content_img-left .blue_content {
    font-size: 16px;
}

section.our-thinking-banner-section {
    background-image: url('../../images/bnr_our thinking.png');
    background-size: contain;
    background-repeat: no-repeat;
    height: 260px;
    background-position: right;
    background-color: #EFF8FF;
}
/* End Bdeveloper css */

/* Mobile Footer  */

.mobile-footer {
    padding: 10% 0;
}

.mobile-footer .accordion-button:not(.collapsed), .mobile-footer .accordion-button, .mobile-footer .accordion-item{
	background-color: transparent;
}
.mobile-footer .accordion-item{
	border: 0px;
}
.mobile-footer .accordion-button:not(.collapsed){
	color: #027BC0;
	font-family: 'BoschSans-Medium';
}
.mobile-footer .accordion-button {
    color: #027BC0;
    font-family: 'BoschSans-Medium';
    width: 100%;
    box-shadow: none;
	border-bottom: 1px solid #027BC0;
}
.mobile-footer .accordion-header {
    margin-bottom: 0;
    width: 100%;
/*     border-bottom: 1px solid #027BC0; */
    padding-left: 0;
}
.mobile-footer .accordion-button{
	padding-left: 0;
	position: relative;
    padding-right: 10px;
}
.mobile-footer .accordion-body{
	padding-left: 0;
}
.mobile-footer .accordion-button::after{
content: "";
    font-family: dashicons;
    font-weight: normal;
    display: inline-block;
    margin: 0;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: rotate(0);
    color: inherit;
    position: relative;
    background: transparent;
    height: auto;
    width: auto;
    right: auto;
    line-height: inherit;
	position: absolute;
    padding-left: 12px;
    top: 30%;
    font-size: 20px;
    right: 10px;
}
.mobile-footer .accordion-button:not(.collapsed)::after{
    content: "";
}
h2.accordion-header a{
	color: #027BC0;
    font-size: 1rem;
}
h2.accordion-header.p-15 {
    padding: 10px 0;
	border-bottom: 1px solid #027BC0;
    width: 100%;
}
.mobile-footer .accordion{
/* 	padding-bottom: 10%; */
	border-bottom: 1px solid  #027BC0;
}
.mob-general-info {
    padding: 5% 0;
}
.mob-general-info a{
    padding-right: 5%;
}
.mobile-footer .footr-socio-wrap a {
    margin-right: 10px;
}
.mobile-footer .footr-socio-wrap a img{
    width: 10%;
}
.mob-copy-wrap {
    width: 80%;
}
.mob-coporate-info {
    padding: 5% 0;
}
.mob-coporate-info a{
    padding-right: 5%;
}
.mob-privacy-wrap a:not(:first-child){
	padding: 0 10px;
	border-left: 2px solid;
}
.mob-privacy-wrap a:first-child{
	padding-right: 10px;
}

/* Mobile Footer  */
.epyt-video-wrapper {
    border-radius: 30px;
    overflow: hidden;
}
header .navbar-form .search-box {
    z-index: 1;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 4vw 7vw;
    background: #fff;
}
header .navbar-form .main-search , .navbar.navbar-expand-lg{
    position: inherit;
}
header .navbar-form .search-box .well.search-well {
    width: 50%;
    box-shadow: none;
    padding: 0;
    margin: 0 auto;
    position: relative;
}
header .navbar-form .search-box .well input {
    width: 100%;
    background: transparent;
    font-size: 1.325vw;
    border: 1px solid #0088D4;
    padding: 0.6vw 8vw 0.4vw 2vw;
    line-height: 2;
    margin-top: 0.5vw;
    border-radius: 3vw;
    height: 4vw;
}
.search-box .well.search-well .search-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #0088D4;
    border: none;
    height: 4vw;
    width: 7vw;
    border-radius: 2vw;
}
.suggested-search {
    width: 45%;
    margin: 2vw auto 0;
}
.suggested-search p {
    margin-bottom: 0.5vw;
}
.navbar-default .suggested-search a {
    display: flex;
    justify-content: space-between;
    color: #959595;
    width: 55%;
    padding: 0.3vw 0;
}
.btn-link svg {
    width: 25px;
    height: 25px;
    fill: #0088D4;
    margin-left: 0.2vw;
    transition: 0.3s all;
}
header .navbar-form .search-box .well input::placeholder {
    color: #D3D3D3;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item{
	 font-size: 1.025vw;
}
.mega-expertise-row.mega-expertise-main-row #mega-menu-122-0-0 .mega-menu-item, .mega-expertise-row.mega-expertise-main-row #mega-menu-122-0-1 .mega-menu-item {
    border-bottom: 1px solid #8f8f8f !important;
    padding-bottom: 10px !important;
    width: 90% !important;
}
li#mega-menu-122-1-2 li#mega-menu-item-block-20 {
    margin-top: 30px !important;
}
.__youtube_prefs__ {
/*     padding: 100px 100px 100px 50px !important; */
    border-radius: 30px;
}
body div.__youtube_prefs__.__youtube_prefs_gdpr__ button.__youtube_prefs_gdpr__, body div.__youtube_prefs__.__youtube_prefs_gdpr__ button.__youtube_prefs_gdpr__:hover {
    background: #0088D4 !important;
    padding: 12px 12px 12px 17px;
    border-radius: 30px;
	margin-top: 20px;
}
header .navbar-form .search-box:hover {
    display: block;
}
.single-brochure .wpcf7 form.sent .wpcf7-response-output {
    display: none;
}
.form-control:focus , .form-select:focus {
    background-color: transparent;
    outline: none;
    box-shadow: none;
    border-color: #0088d4;
    color: #fff;
}
.page-template-contact_us .cf-left img {
    width: 70%;
}
.form-select {
    background-image: url(/wp-content/uploads/2024/03/icon_contact-us_dropdown.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 97% 60%;
}

/* pop up */

#decline-all-modal-dialog .a-button{
	border-radius: 50px !important;
}
/* pop up */

.progress {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 0px;
  overflow: hidden;
  background-color: #9696964d;
  background-image: linear-gradient(to right, white, white);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size .4s ease-in-out;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
.partner_progress {
  background-image: linear-gradient(to right, #0096E8, #0096E8);
}
.bb-line{
		border-bottom: 1px solid;
		width: 100%;
	}
@media(min-width: 991.98px){
	ul#mega-menu-primary {
		display: flex !important;
		align-items: center;
	}
}
@media(max-width: 1300px) and (min-width: 1200px){
	#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link {
		padding-left: 0 !important;
	}
}
@media(max-width: 1199.98px){
	.container {
		width: 95% !important;
		max-width:95%!important;
	}
	header .navbar-default .container {
		width: 95% !important;
		max-width: 95% !important;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
		font-size: 14px;
		font-family: 'BoschSans-Medium';
	}
}

@media(max-width: 991.98px){
	h1 {
		font-size: 28px !important;
	}
	h2 {
		font-size: 26px !important;
		font-family: 'BoschSans-Medium';
	}
	h3 {
		font-size: 22px !important;
	}
	h4 {
		font-size: 18px !important;
	}
	body, p, div, span, a, li{
		font-size: 16px;
	}
	.myheader .row .navbar-header {
		width: 280px;
	}
	.myheader .row .header-menu {
		width: calc(100% - 300px);
	}
	.myheader .row .header-menu .primary-button , .myheader .navbar-form {
/* 		display: none; */
	}
/* 	body{
		margin-top: 85px;
	} */
	header .navbar-form .main-search {
		display: block;
	}
	.myheader .row {
		width: -webkit-fill-available;
	}
	.myheader .navbar-menus {
		flex-direction: row-reverse;
	}
	.myheader .row .header-menu .primary-button {
		margin: 20px auto;
		width: 100%;
		text-align: center;
		justify-content: center;
	}
	header .logo-tag {
		margin-left: 0;
	}
	#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    	box-shadow: 0px 12px 17px 0px rgb(0 0 0 / 10%);
	}
	.suggested-search {
		width: 100%;
	}
	header .navbar-form .search-box .well.search-well {
		width: 100%;
	}
	header .navbar-form .search-box .well input {
		font-size: 16px;
		padding: 10px 90px 10px 30px;
		height: 50px;
		border-radius: 40px;
	}
	.navbar-default .suggested-search a {
		width: 75%;
	}	
	.search-box .well.search-well .search-btn {
		height: 50px;
		width: 80px;
		border-radius: 30px;
	}
	header .navbar-default .container {
		width: 100% !important;
		max-width: 98% !important;
	}
	#mega-menu-wrap-primary + .primary-button {
		display: none;
	}
	
}


@media(max-width: 767.98px){
	.desktop{
		display: none !important;
	}
	.mobile{
		display: block !important;
	}
	iframe {
		border-radius: 20px;
	}
	.scroll-top-wrapper{
		margin-bottom: -20px;
	}
	.our_story_ind_sec .content_img-left{
		padding-right:0;
	}
	.smart-digital-sec .container{
		width:95%!important;
		max-width:95%!important;
		padding:0;
	}
	.smart-digital-sec .col-md-4{
		max-width:90%;
		margin:auto;
	}
	.accordian_contains_block div.accordion h2 button{font-size:23px;}
	.accordian_contains_block div.accordion .accordion-item{border:0;}
	.image_accordian.mobile{padding: 20px 20px 30px 20px; }
	section.our-story-service-sec .services-inner{width:98%;margin:0;margin:auto;margin-bottom:20px;}
	.smart-digital-sec{padding-bottom: 20px;}
	section.our-story-service-sec .services-inner{padding:30px;}
	.smart-digital-sec .row{max-width:100%;margin:0;}
	.smart-digital-sec .row .col-sm-12{padding:0;}
	.goal-menu { padding: 0 0px !important; }
	a.megamenu-title { font-size: 16px; color: #101112; }
	.mob-contact{ border-bottom: 0px solid #027BC0 !important; }
	.mob-general-info a { padding-right: 10px; }
	dock-privacy-settings {
    --dock-first-p-font-size: 10px; 
	}
	section.our-thinking-banner-section {
    	background-size: contain;
		background-position: top;
		height: 220px;
	}
	.why-us-left, .why-us-right {
		padding: 10px 30px 0 0 !important;
	}
	.why-us-menus {
		padding-left: 0px !important;
	}
	.expertise-row .megamenu-sub, .cap-row .megamenu-sub{
		margin-left: 48px;
	}
	.expertise-row h4 , .cap-row h4{
		margin: 0;
	}
	
}

@media(max-width: 1024px) and (min-width: 768px){
	ul.sub-footr-list{
		padding-left: 0.5rem;
	}
	.footr-list li a, .privacy-wrap a, .general-contact-wrap a, .footr-sub-title, .footr-sub-title a{
		font-size: 12px;
	}
}


@media(max-width: 1024px) and (min-width: 992px){
	.myheader .row .navbar-header {
		width: 20%;
	}
}

@media(max-width: 1200px) and (min-width: 1024px){
	.myheader .row .navbar-header {
		width: 20%;
	}
}

@media(min-width: 1800px){
	.myheader .row .navbar-header {
		width: 25%;
	}
}