body {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  padding-top: 94px;
}

section,
header {
  max-width: 1920px;
  padding-left: 87px;
  padding-right: 87px;
  width: 100%;
  margin: auto;
}

section > p,
header > p {
  font-size: 18px;
  text-align: center;
  line-height: 30px;
  width: 85%;
  margin: auto;
}

header {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  top: 0;
  z-index: 9;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.11);
}

.navbar {
  margin-bottom: 0;
  border: 0px;
}

.navbar #myNavbar {
  padding: 0;
}

.navbar .navbar-brand {
  padding-top: 22px;
  height: auto;
}

.navbar .navbar-nav {
  padding-left: 100px;
}

.navbar .navbar-nav li {
  padding: 0 15px;
  list-style: none;
}

.navbar .navbar-nav li a {
  background-color: #fff;
  color: #464646;
  font-size: 16px;
  padding: 35px 15px;
  transition-duration: 0.5s;
}

.navbar .navbar-nav .dropdown-menu {
  visibility: hidden;
  display: none;
  opacity: 0;
  min-width: 600px;
}

.navbar .navbar-nav li:hover .dropdown-menu {
  display: flex;
  flex-wrap: wrap;
  animation: expand 0.3s linear;
  transform-origin: 0 0;
  animation-fill-mode: forwards;
  visibility: visible;
  background-color: #fff;
  border-radius: 0px 0px 15px 15px;
  border: 0;
  left: -222px;
  right: 0;
}

.navbar .navbar-nav li:hover .dropdown-menu li {
  border-bottom: 1px solid #eee;
  vertical-align: top;
  width: 33%;
  display: inline-block;
  text-align: left;
  padding: 0px 15px;
  padding-bottom: 11px;
  border: 0;
}

.navbar .navbar-nav li:hover .dropdown-menu li a {
  padding: 4px 0px;
}

.navbar .navbar-nav li:hover .dropdown-menu li:hover {
  border: 0;
}

@keyframes expand {
  0% {
    opacity: 0;
    transform: scale(1, 0.1);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}

.navbar .navbar-nav li.active {
  border-bottom: 4px solid #00acfe;
}

.navbar .navbar-nav li:hover {
  border-bottom: 4px solid #00acfe;
  transition-duration: 0.2s;
  background-color: #fff;
}

.navbar .menu_right {
  float: right;
  margin-bottom: 0;
  padding-top: 10px;
}

.navbar .menu_right li {
  list-style: none;
}

img {
  max-width: 100%;
}

p {
  font-size: 16px;
  color: #4e4e4e;
  font-weight: 500;
  margin-bottom: 15px;
}

h2 {
  color: #103d76;
  font-size: 36px;
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 600;
}

h3 {
  font-size: 18px;
  color: #414141;
  font-weight: 600;
  line-height: 23px;
}

.flexible-center {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.homepage_banner .carousel-inner
{

height: 370px;
}
.homepage_banner .carousel-inner .item
{
  height: 100%;
}
.homepage_banner .carousel-caption {
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  left: 15px;
  width: 500px;
  text-align: left;
  margin: auto auto auto 0px;
}
.homepage_banner
{
  height:370px;
  background-size: cover;
background-repeat: no-repeat;
}
.homepage_banner .carousel-caption h1 {
  font-size: 46px;
  text-transform: capitalize;
}

.homepage_banner .carousel-caption h3 {
  margin: 0;
  font-size: 36px;
  font-weight: 200;
  color: #fff;
}
.homepage_banner .carousel-caption p {
  font-size: 18px;
  color: #fff;
}
.homepage_about {
  padding-top: 60px;
  padding-bottom: 40px;
}

.homepage_about .homepage_about_single {
  width: 33.3%;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
  transition-duration: 0.3s;
}
.homepage_about >p 
{
  width: 100%;
}

.homepage_about .homepage_about_single .home_about_single_text {
  width: 80%;
  margin: auto;
  text-align: center;
  background-color: #fff;
  margin-top: -50px;
  position: relative;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.11);
  padding: 15px 20px;
  height: 218px;
}

.homepage_about .homepage_about_single .home_about_single_text p {
  margin-top: 10px;
}

.homepage_about .homepage_about_single .home_about_single_text a {
  background-color: #00affd;
  text-align: center;
  text-decoration: none;
  width: 45px;
  height: 45px;
  display: inline-block;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  bottom: -23px;
  left: 0;
  right: 0;
  margin: auto;
}

.homepage_about .homepage_about_single .home_about_single_text a .arrow {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(-45deg);
  -webkit-transform: translateY(11px) rotate(-45deg);
  transform: translateY(11px) rotate(-45deg);
}

.homepage_about .homepage_about_single:hover {
  transform: scale(1.05);
  transition-duration: 0.3s;
}

.homepage_about .homepage_about_single:nth-child(3n),
.homepage_about .homepage_about_single:last-child {
  margin-right: 0;
}

.homepage_passion {
  padding-top: 70px;
  padding-bottom: 70px;
  background-repeat: no-repeat;
  background-size: cover;
}

.homepage_passion p,
.homepage_passion h2 {
  color: #fff;
}

.homepage_passion p {
  margin-bottom: 20px;
}

.homepage_passion p:last-child {
  margin-bottom: 0;
}

.homepage_ideas {
  padding-top: 50px;
  padding-bottom: 50px;
}

.homepage_ideas .homepage_ideas_left {
  align-self: center;
  width: 50%;
}

.homepage_ideas .homepage_ideas_left h2 {
  text-align: left;
}

.homepage_ideas .homepage_ideas_left p {
  font-size: 18px;
}

.homepage_ideas .homepage_ideas_left a {
  border: 2px solid #3686bb;
  padding: 10px 20px;
  color: #3686bb;
  font-size: 16px;
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 10px;
  display: inline-block;
  transition-duration: 0.5s;
  text-decoration: none;
}

.homepage_ideas .homepage_ideas_left a:hover {
  background-color: #3686bb;
  color: #fff;
  transition-duration: 0.5s;
}

.homepage_ideas .homepage_ideas_right {
  width: 50%;
  padding-left: 30px;
  text-align: center;
}

.homepage_ideas:nth-child(even) {
  background-color: #f8f8f8;
}

.homepage_ideas:nth-child(even) .homepage_ideas_left {
  order: 2;
}

.homepage_ideas:nth-child(even) .homepage_ideas_right {
  padding-left: 0;
  padding-right: 30px;
}

.homepage_try {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.homepage_try .homepage_try_single {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.11);
  width: 26%;
  margin-right: 5%;
  text-align: center;
  padding: 25px 15px;
  transition-duration: .5s;
}
.homepage_try .homepage_try_single:hover {
  transition-duration: .5s;
  transform: scale(1.05);
}
.homepage_try .homepage_try_single h3 {
  border-top: 1px groove rgba(238, 238, 238, 0.160784);
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  padding-top: 20px;
  margin-bottom: 0;
}

.homepage_try .homepage_try_single:last-child {
  margin-right: 0;
}

.homepage_try a {
  border: 2px solid #3686bb;
  padding: 10px 20px;
  color: #3686bb;
  font-size: 16px;
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 40px;
  display: inline-block;
  transition-duration: 0.5s;
  text-decoration: none;
}

.homepage_try a:hover {
  background-color: #3686bb;
  color: #fff;
  transition-duration: 0.5s;
}

.home_page_clients {
  padding-top: 40px;
  padding-bottom: 40px;
}

.home_page_clients h2 {
  margin-bottom: 40px;
}

.home_page_clients .item {
  text-align: center;
}

.home_page_clients .owl-carousel .owl-item img {
  width: 130px;
  display: inline-block;
}

.homepage_better {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f8f8f8;
}

.homepage_better h2 {
  margin-bottom: 60px;
}

.homepage_better .homepage_better_single {
  width: 22%;
  margin-right: 4%;
  text-align: center;
  background-image: url(images/medal.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 330px;
}

.homepage_better .homepage_better_single .homepage_better_single_inner {
  width: 200px;
  margin: auto;
  margin-top: 65px;
}

.homepage_better .homepage_better_single .homepage_better_single_inner p {
  font-weight: 600;
  font-size: 15px;
}

.homepage_better .homepage_better_single .homepage_better_single_inner h5 {
  color: #103d76;
  font-weight: 700;
}

.homepage_better .homepage_better_single:last-child {
  margin-right: 0;
}

.footer_bottom {
  background-color: #131b2d;
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer_bottom .footer_bottom_cta {
  width: 65%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer_bottom .footer_bottom_cta p {
  color: #fff;
  margin-bottom: 0;
}

.footer_bottom .footer_bottom_cta a {
  border: 2px solid #fff;
  padding: 8px 20px;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 14px;
  margin-left: 20px;
  transition-duration: 0.5s;
  text-decoration: none;
}

.footer_bottom .footer_bottom_cta a:hover {
  background-color: #fff;
  transition-duration: 0.5s;
  color: #000;
}
.footer_bottom .footer_bottom_menu.companies li {
  width: 50%;
  float: left;
}
.footer_bottom .footer_bottom_menu.social li {
  width: auto;
  display: inline-block;
  margin-right: 10px;
}
.footer_bottom .footer_bottom_menu {
  width: 31%;
  color: #fff;
  margin-right: 3%;
}
.footer_bottom .footer_bottom_menu:last-child {
  margin-right: 0;
}
.footer_bottom .footer_bottom_menu p {
  color: #fff;
  margin-bottom: 0;
}
.footer_bottom .footer_bottom_menu ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.footer_bottom .footer_bottom_menu h3 {
  color: #fff;
  margin-top: 0;
  font-size: 21px;
  margin-bottom: 20px;
}
.footer_bottom .footer_bottom_menu ul li {
  margin-bottom: 5px;
}

.footer_bottom .footer_bottom_menu ul li a {
  color: #fff;
}

.kochar_group {
  display: flex;
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
}

.kochar_group .abhay_banner_text {
  align-self: center;
}

.kochar_group .abhay_banner_text h1 {
  font-size: 50px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}

.kochar_group .abhay_banner_text p {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
}

.kochar_group .abhay_banner_text a {
  border: 2px solid #fff;
  padding: 10px 20px;
  color: #fff;
  font-size: 16px;
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 10px;
  display: inline-block;
  transition-duration: 0.5s;
  text-decoration: none;
}

.kochar_group .abhay_banner_text a:hover {
  transition-duration: 0.5s;
  background-color: #fff;
  color: #3686bb;
}

.contact_addresss {
  padding-top: 30px;
  padding-bottom: 30px;
}

.contact_addresss .contact_addresss_left {
  width: 30%;
}

.contact_addresss .contact_addresss_left h2 {
  text-align: left;
  font-size: 26px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.contact_addresss .contact_addresss_left p,
.contact_addresss .contact_addresss_left b {
  padding-left: 33px;
}

.contact_addresss .contact_addresss_left p {
  margin-bottom: 5px;
}

.contact_addresss .contact_addresss_left a {
  padding-top: 6px;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.contact_addresss .contact_addresss_left .contact_office1 {
  margin-bottom: 30px;
}

.contact_addresss .other_offices {
  width: 50%;
  padding-left: 40px;
}

.contact_addresss .other_offices h2 {
  text-align: left;
  font-size: 30px;
  text-transform: uppercase;
}

.contact_addresss .other_offices .col-md-12 {
  padding-bottom: 22px;
  font-size: 14px;
  line-height: 22px;
  padding-left: 0px;
}
.contact_addresss .other_offices .col-md-6 {
  padding-bottom: 22px;
}
.contact_addresss .other_offices .accordion {
  padding: 22px 0px;
  text-transform: uppercase;
  font-weight: 500;
  color: #000;
  color: #0a184a;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18px;
  transition: 0.4s;
  background: #fff;
  font-family: "Open Sans", sans-serif;
}

.contact_addresss .other_offices .accordion:after {
  content: "\002B";
  color: #9ed5eb;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.contact_addresss .other_offices .panel {
  margin-bottom: 0px;
  background-color: unset;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  box-shadow: none;
  border-bottom: 1px solid rgba(10, 24, 74, 0.38) !important;
  border-radius: 0px;
}

.contact_addresss .other_offices p {
  display: inline-block;
  margin-bottom: 0;
}

.contact_addresss .other_offices img {
  vertical-align: top;
  transform: translateY(4px);
}

.contact_addresss .other_offices a {
  padding-top: 6px;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.contact_form {
  background-color: #f8f8f8;
  padding-top: 50px;
  padding-bottom: 50px;
}

.contact_form h2 {
  margin-bottom: 40px;
}

.contact_form .contact_form_inner {
  width: 70%;
  margin: auto;

}
.contact_form .contact_form_inner br {
  display:none;
}

.contact_form .contact_form_inner label {
  width: 47%;
  margin-bottom: 20px;
}

.contact_form .contact_form_inner label input[type="text"], .contact_form .contact_form_inner label input[type="email"], .contact_form .contact_form_inner label input[type="tel"], .contact_form .contact_form_inner label select {
  padding: 10px;
  border: 0;
  border-bottom: 1px solid #c7c7c7;
  background-color: #f8f8f8;
  width: 100%;
  font-weight: 400;
  font-size: 18px;
}

.form_inner
{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact_form .contact_form_inner label input:focus,
.contact_form .contact_form_inner label textarea:focus {
  outline: unset;
}

.contact_form .contact_form_inner label textarea {
  padding: 10px;
  border: 0;
  border-bottom: 1px solid #c7c7c7;
  background-color: #f8f8f8;
  width: 100%;
  font-weight: 400;
  font-size: 18px;
  height: 70px;
  resize: none;
}

.contact_form .contact_form_inner label:last-child {
  width: 100%;
  text-align: center;
}

.contact_form .contact_form_inner label:last-child input {
  border: 2px solid #3686bb;
  padding: 10px 20px;
  background-color: #3686bb;
  font-size: 16px;
  color: #fff;
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 10px;
  display: inline-block;
  transition-duration: 0.5s;
  text-decoration: none;
}

.career_banner {
  background-size: cover;
  height: 380px;
  background-repeat: no-repeat;
  align-items: center;
  display: flex;
  justify-content: center;
  background-position: center;
}

.career_banner h1 {
  color: #fff;
  font-size: 50px;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  width: 900px;
}

.career_about {
  background-color: #f9f9f9;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

.career_about h2 {
  margin-bottom: 0;
}

.career_about > p {
  margin-bottom: 20px;
  margin-top: 20px;
}

.career_about img {
  max-width: 100%;
}

.carrers_offer {
  padding-top: 50px;
  padding-bottom: 50px;
}

.carrers_offer h2 {
  margin-bottom: 50px;
}

.carrers_offer .carrers_offer_single {
  width: 28%;
  margin-right: 3%;
  text-align: center;
  margin-bottom: 20px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  padding: 10px;
}

.carrers_offer .apply_now {
  text-align: center;
}

.carrers_offer .apply_now a {
  border: 1px solid #3686bb;
  padding: 6px 32px;
  color: #3686bb;
  font-size: 16px;
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 10px;
  display: inline-block;
  transition-duration: 0.5s;
  text-decoration: none;
}

.carrers_offer > p {
  margin-top: 20px;
  text-align: left;
}

.carrers_offer .carrers_offer_single:nth-child(3n),
.carrers_offer .carrers_offer_single:last-child {
  margin-right: 0;
}

.career_cta {
  background-size: cover;
  height: 390px;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-position: center;
}

.career_cta .career_cta_inner {
  align-self: center;
}

.career_cta .career_cta_inner h2 {
  margin-bottom: 30px;
}

.career_cta .career_cta_inner h2,
.career_cta .career_cta_inner p {
  color: #fff;
  text-align: center;
}

.career_cta .career_cta_inner p {
  width: 800px;
  margin: auto;
  line-height: 30px;
}

.abhay_about {
  background-color: #f9f9f9;
  padding-top: 50px;
  padding-bottom: 50px;
}

.abhay_about .abhay_about_inner {
  display: flex;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.11);
  border-radius: 5px;
  padding: 25px 30px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
}

.abhay_about .abhay_about_inner p {
  padding-left: 7%;
  font-size: 18px;
}

.abhay_technology {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.abhay_technology h2 {
  margin-bottom: 30px;
}

.abhay_technology .abhay_technology_single {
  width: 31%;
  margin-right: 3%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.11);
  padding: 15px;
}

.abhay_technology .abhay_technology_single:last-child {
  margin-right: 0;
}

.abhay_society {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}

.abhay_society h2 {
  margin-bottom: 50px;
}

.abhay_society .abhay_society_single {
  width: 48.5%;
  margin-right: 3%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.11);
  display: flex;
  text-align: left;
  margin-bottom: 20px;
}

.abhay_society .abhay_society_single .abhay_society_single_img {
  width: 40%;
}

.abhay_society .abhay_society_single .abhay_society_single_text {
  width: 60%;
  padding-left: 10px;
  padding-right: 10px;
}

.abhay_society .abhay_society_single .abhay_society_single_text h3 {
  font-size: 24px;
  margin-bottom: 15px;
}

.abhay_society .abhay_society_single:nth-child(2n) {
  margin-right: 0;
}

.abhay_stories {
  padding-top: 40px;
  padding-bottom: 40px;
}
.abhay_stories .owl-carousel .owl-nav {
  margin-top: 0;
}
.abhay_stories .owl-carousel .owl-nav button {
  font-size: 26px !important;
}
.abhay_stories .owl-carousel .owl-nav button:hover {
  background-color: transparent;
  color: #000;
}
.abhay_stories .owl-carousel .owl-nav button:focus {
  outline: unset;
}
.abhay_stories .owl-carousel .owl-item .item {
  text-align: center;
  display: flex;
    width: 70%;
    margin: auto;
    box-shadow: 0px 0px 10px #d6d6d6;
    margin-top: 20px;
    padding: 30px 20px;
    margin-bottom: 20px;
}
.abhay_stories .owl-carousel .owl-item .item .item_left {
  width: 15%;
  align-self: center;
}
.abhay_stories .owl-carousel .owl-item .item .item_right {
  width: 85%;
  text-align: left;
  padding-left: 40px;
  align-self: center;
}
.abhay_stories .owl-carousel .owl-item .item img {
  width: auto;
  display: inline-block;
}

.abhay_stories .owl-carousel .owl-item .item p {
  font-style: italic;
  margin-bottom: 10px;
  text-align: left;
}

.abhay_stories .owl-carousel .owl-item .item h4 {
  color: #00acfe;
  font-size: 16px;
  line-height: 20px;
}

.ideas_policies {
  background-color: #f9f9f9;
  padding-top: 50px;
  padding-bottom: 50px;
}

.ideas_policies .ideas_policies_single {
  width: 23%;
  margin-right: 2%;
  background-color: #fff;
  padding: 15px;
  position: relative;
  overflow: hidden;
}

.ideas_policies .ideas_policies_single span {
  position: absolute;
  font-size: 70px;
  font-weight: 600;
  top: -32px;
  left: -3px;
  color: #f1f1f1;
}

.ideas_policies .ideas_policies_single p {
  padding-bottom: 60px;
}

.ideas_policies .ideas_policies_single h3 {
  margin-top: 40px;
}

.ideas_policies .ideas_policies_single a {
  position: absolute;
  right: -10px;
  bottom: -10px;
}

.ideas_policies .ideas_policies_single:last-child {
  margin-right: 0;
}

.ideas_thank {
  padding-top: 50px;
  padding-bottom: 50px;
}
.home_page_clients .owl-dots button:hover {
  outline: unset;
}

.home_page_clients .owl-dots button:hover span {
  background-color: #d6d6d6 !important;
}

.home_page_clients .owl-dots button.active span {
  background-color: #869791 !important;
}
.company_awards {
  text-align: left;
  padding-top: 30px;
  padding-bottom: 30px;
}
.company_awards h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 36px;
}
.company_awards p {
  margin-top: 0px;
  line-height: 25px;
  letter-spacing: 0.7px;
}
.company_awards_full {
  background: #f7f7f7;
}
.company_awards_full {
  padding-top: 50px;
  width: 95%;
  margin: auto;
}
.company_awards_single {
  background: #fff;
  width: 200px;
  text-align: center;
  padding: 30px 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 14px #eee;
  margin-right: 4%;
  align-self: center;
}
.company_awards_single:last-child {
  margin-right: 0px;
}

.company_awards_single h4 {
  color: #103d76;
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 20px;
}
.company_awards_single p {
  color: #000;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
}
.company_awards_single_new {
  width: 200px;
  text-align: center;
  padding: 30px 5px;
  margin-right: 4%;
  align-self: center;
  margin-top: 20px;
}
.company_awards_single_new:last-child {
  margin-right: 0px;
}
.company_awards_single_new .company_awards_single_new_inner {
  background-image: url("../images/Award.png");
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 13px;
  line-height: 20px;
  height: 156px;
  padding-top: 42px;
  font-weight: 600;
}
.company_awards_single_new h5 {
  font-size: 17px;
  color: #103d76;
  margin-top: 20px;
  font-weight: 600;
}
.homepage_about_new
{
  padding-top: 50px;
  padding-bottom: 50px;
}
.homepage_about_new p
{
  margin-bottom: 10px;
  width: 800px;
}
@media screen and (max-width: 1300px) {
  .homepage_about .homepage_about_single .home_about_single_text
  {
    height: 240px;
  }
  }
@media screen and (max-width: 1200px) {
  .homepage_banner .carousel-caption 
    {
      left:15px
    }
  .company_awards_full {
    width: 100%;
  }
  .navbar .navbar-nav {
    padding-left: 50px;
  }
  section,
  header {
    padding-left: 15px;
    padding-right: 15px;
  }
  .home_page_clients .owl-carousel .owl-item img {
    width: 170px;
  }
  /* .homepage_banner .carousel-caption {
    top: 21%;
  } */
  .homepage_about .homepage_about_single .home_about_single_text {
    height: 240px;
  }
}

@media screen and (max-width: 991px) {
  .homepage_about_new p
{
  width: 100%;
}
  .company_awards_single h4 {
    margin-bottom: 15px;
  }
  .company_awards_single {
    width: 170px;
    padding: 15px 10px;
    margin-right: 2%;
  }
  .company_awards_single p {
    font-size: 13px;
  }
  .company_awards_single_new {
    width: 178px;
    padding: 15px 5px;
    margin-right: 1%;
  }
  .company_awards_single_new .company_awards_single_new_inner {
    line-height: 18px;
    height: 143px;
    padding-top: 35px;
    background-size: 100%;
    font-size: 12px;
  }
  .contact_addresss .other_offices p {
    font-size: 14px;
  }
  .navbar .navbar-nav li:hover .dropdown-menu {
    left: -263px;
  }
  .ideas_policies .ideas_policies_single {
    width: 48%;
    margin-right: 2%;
    margin-bottom: 20px;
  }
  .ideas_policies .ideas_policies_single:nth-child(2n) {
    margin-right: 0;
  }
  .career_banner h1 {
    width: 100%;
  }
  .career_cta .career_cta_inner p {
    width: 100%;
  }
  .contact_addresss .contact_addresss_left {
    width: 40%;
  }
  .contact_addresss .other_offices {
    width: 60%;
  }
  body {
    padding-top: 84px;
  }
  .navbar .navbar-nav {
    padding-left: 20px;
  }
  .navbar .navbar-nav li {
    padding: 0;
  }
  .navbar .navbar-nav li a {
    padding: 30px 10px;
  }
  .navbar .menu_right {
    padding-top: 5px;
  }
  h3 {
    font-size: 17px;
  }
  .homepage_about .homepage_about_single .home_about_single_text {
    padding: 15px 10px;
    width: 85%;
  }
  .homepage_banner .carousel-caption {
    /* top: 20%; */
    /* right: 70px;
    left: 70px; */
  }
  .homepage_banner .carousel-caption h1 {
    /* font-size: 40px; */
  }
  .homepage_better .homepage_better_single {
    width: 40%;
    margin-bottom: 40px;
  }
  .homepage_better .homepage_better_single:nth-child(2n) {
    margin-right: 0;
  }
  .homepage_try .homepage_try_single {
    width: 29%;
  }
}

@media screen and (max-width: 767px) {
  .abhay_stories .owl-carousel .owl-item .item .item_left {
    width: 100%;
    text-align: center;
  }
  .abhay_stories .owl-carousel .owl-item .item .item_right {
    width: 100%;
    text-align: center;
    padding-left: 0px;
    margin-top: 20px;
  }
  .abhay_stories .owl-carousel .owl-stage-outer
  {
    box-shadow: 0px 0px 10px #d6d6d6;
  }
  .abhay_stories .owl-carousel .owl-item .item p
  {
    text-align: center;
  }
  .abhay_stories .owl-carousel .owl-item .item
  {
    width: 100%;
    flex-wrap: wrap;
    box-shadow: unset;
    margin-bottom: 0;
    padding: 15px;
  }
  .award_cred_single {
    width: 48.5% !important;
  }
  .company_awards_single {
    margin-bottom: 30px;
    margin: 3% 7% !important;
    width: 169px;
  }
  .award_cred {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .award_cred_single:nth-child(2n) {
    margin-right: 0px !important;
  }
  .company_awards_single_new {
    margin-bottom: 30px;
    margin: 3% 7% !important;
  }
  .abhay_stories .owl-carousel .owl-item .item p {
    width: 100%;
    
  }
  .dropdown-menu span {
    display: none;
  }
  .dropdown-menu {
    display: none !important;
  }
  .menu_right {
    display: none;
  }
  .abhay_about .abhay_about_inner {
    padding: 15px 20px;
    flex-wrap: wrap;
  }
  .abhay_about .abhay_about_inner p {
    padding-top: 20px;
    padding-left: 0;
  }
  .abhay_technology .abhay_technology_single {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .abhay_society .abhay_society_single {
    flex-wrap: wrap;
    width: 100%;
    margin-right: 0;
  }
  .abhay_society .abhay_society_single .abhay_society_single_img {
    width: 100%;
    text-align: center;
  }
  .abhay_society .abhay_society_single .abhay_society_single_text {
    width: 100%;
  }
  .carrers_offer .carrers_offer_single {
    width: 31%;
  }
  .contact_form .contact_form_inner {
    width: 100%;
  }
  .navbar .navbar-nav li a {
    padding: 10px;
  }
  .contact_addresss .contact_addresss_left {
    width: 100%;
  }
  .contact_addresss .other_offices {
    width: 100%;
    padding-left: 0;
  }
  .kochar_group .abhay_banner_text h1 {
    font-size: 40px;
  }
  body {
    padding-top: 65px;
  }
  .footer_bottom .footer_bottom_cta {
    width: 100%;
  }
  .footer_bottom .footer_bottom_menu {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
  .navbar-toggle {
    margin-top: 15px;
  }
  .navbar-toggle .icon-bar {
    border: 1px solid #103d76;
  }
  .navbar .navbar-brand {
    padding: 10px 15px;
  }
  .navbar .navbar-brand img {
    width: 110px;
  }
  section > p,
  header > p {
    width: 100%;
  }
  h2 {
    font-size: 36px;
  }
  h3 {
    font-size: 16px;
  }
  .homepage_about .homepage_about_single {
    width: 50%;
  }
  .homepage_about .homepage_about_single .home_about_single_text h3 {
    margin-top: 10px;
    margin-bottom: 0px;
  }
  .homepage_about .homepage_about_single .home_about_single_text p {
    margin-top: 10px;
  }
  .homepage_about .homepage_about_single:nth-child(2n) {
    margin-right: 0;
  }
  .homepage_ideas .homepage_ideas_left {
    width: 100%;
  }
  .homepage_ideas .homepage_ideas_right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .homepage_ideas:nth-child(even) .homepage_ideas_right {
    order: 2;
    padding-right: 0;
  }
  .homepage_try .homepage_try_single {
    width: 47%;
    margin-bottom: 30px;
  }
  .homepage_try .homepage_try_single:nth-child(2n) {
    margin-right: 0;
  }
  .homepage_better .homepage_better_single {
    width: 48%;
  }
  .homepage_banner .carousel-caption {
    /* top: 20%; */
    /* right: 60px;
    left: 60px; */
    width: 100%;
    left: 0;
    /* padding-left: 15px;
    padding-right: 15px; */
  }
  /* .homepage_banner .carousel-caption h1 {
    font-size: 32px;
  }
  .homepage_banner .carousel-caption h3 {
    font-size: 30px;
  } */
}

@media screen and (max-width: 500px) {
  h2 {
    font-size: 30px;
  }
  .company_awards_single {
    margin: 0px !important;
    margin-bottom: 30px !important;
    margin-right: 3% !important;
    width: 45%;
    height: 157px;
    align-self: center;
  }
  .company_awards_single:nth-child(2n) {
    margin-right: 0% !important;
  }

  .company_awards_single_new {
    padding: 15px 10px;
    margin: 0px !important;
    margin-bottom: 30px !important;
    margin-right: 0% !important;
    width: 200px;
  }
  .company_awards_single_new:nth-child(2n) {
    margin-right: 0% !important;
  }
  .homepage_about .homepage_about_single:hover {
    transform: unset;
  }
  .ideas_policies .ideas_policies_single {
    width: 100%;
    margin-right: 0;
  }
  .career_banner {
    height: 300px;
  }
  .career_banner h1 {
    font-size: 36px;
  }
  .carrers_offer .carrers_offer_single {
    width: 48%;
  }
  .carrers_offer .carrers_offer_single:nth-child(2n) {
    margin-right: 0;
  }
  .carrers_offer .carrers_offer_single:nth-child(3n) {
    margin-right: 3%;
  }
  .carrers_offer .carrers_offer_single:nth-child(6) {
    margin-right: 0;
  }
  .career_cta {
    padding-top: 30px;
    padding-bottom: 30px;
    height: auto;
  }
  .homepage_about .homepage_about_single {
    width: 100%;
  }
  .homepage_try .homepage_try_single {
    width: 100%;
    margin-right: 0;
  }
  .homepage_better .homepage_better_single {
    width: 100%;
    margin-right: 0;
  }
  .home_page_clients .owl-carousel .owl-item img {
    width: 120px;
  }
  .homepage_about .homepage_about_single .home_about_single_text {
    height: auto;
  }
  .homepage_banner .carousel-caption {
    /* left: 15px;
    right: 15px;
    padding-top: 0;
    padding-bottom: 0; */
  }
  /* .homepage_banner .carousel-caption h3 {
    font-size: 26px;
  }
  .right.carousel-control,
  .left.carousel-control {
    display: none;
  } */
  /* .carousel-inner > .item {
    height: 300px;
    overflow: hidden;
  } */
  .carousel-inner > .item img {
    max-width: none;
    object-fit: cover;
    width: 500px !important;
    height: auto;
  }
}
