/*====================================== reset.css is here ========================================*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
*:after,
*:before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}
strong {
  font-style: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}

q:before,
q:after {
  content: "";
}
abbr,
acronym {
  border: 0;
}
.clear {
  clear: both;
  font-size: 1px;
  line-height: 1px;
  display: block;
  height: 0;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.last {
  margin: 0 !important;
}
.pad_last {
  padding: 0 !important;
}
.no_bg {
  background: none !important;
}
.no_bor {
  border: 0 none !important;
}
header,
nav,
section,
article,
aside,
footer,
hgroup,
figure {
  display: block;
}
/**************************************************************************************/
a {
  color: #454545;
  text-decoration: none;
  outline: 0 none !important;
}
a:hover,
a:focus {
  /* color: #000; */
  text-decoration: none;
  outline: 0 none !important;
}
h1 {
  font-size: 30px;
  color: #ffffff;
  font-weight: 700;
}
h2 {
  font-size: 30px;
  font-weight: 700;
  color: #003bc0;
}
h3 {
  font-size: 25px;
  font-weight: 700;
}
h4 {
  font-size: 20px;
  font-weight: 700;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 10px;
}
/*---------------------------------------------------*/
body {
  font-weight: 400;
  color: #454545;
  font-size: 16px;
  background-color: #ffffff;
  font-family: "century_gothicregular";
  line-height: 1.6;
}
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

/*-----------LayOut Start here-----------------------*/
.wrapper {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  padding-top: 120px;
}

.container {
  max-width: 1250px ;
  margin: 0 auto;
}

p {
  font-size: 16px;
  color: #454545;
  line-height: 1.6;
  margin-bottom: 0;
  font-weight: 400;
}

/* -------Don't Remove this---------------*/
input,
textarea,
button,
select {
  /*-webkit-appearance:noneSafari/Chrome*/
  -moz-appearance: none; /*Firefox*/
  -ms-appearance: none; /*IE*/
  -o-appearance: none; /*Opera*/
  appearance: none;
}

/* 88888888888888888 */

@font-face {
  font-family: "century_gothicbold";
  src: url("../fonts/gothic-bold/gothicb-webfont.woff2") format("woff2"),
    url("../fonts//gothic-bold/gothicb-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.fw-900 {
  font-family: "century_gothicbold";
}

/* -------- font-family ------- */
@font-face {
  font-family: "century_gothicregular";
  src: url("../fonts/centuary_gothic/gothic-webfont.woff2") format("woff2"),
    url("../fonts/centuary_gothic/gothic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.f-700 {
  font-weight: 700;
}
section {
  margin: 0 0 100px 0 !important;
}
/* --------- navbar --------- */

#navbar_top {
  transition: all 0.3s ease;
}
.nav-scroll {
  background-color: #fff;
  box-shadow: 0 4px 4px 0px rgb(0 0 0 / 10%);
  scroll-behavior: smooth;
}
.nav-head .nav-item {
  align-self: center;
}
.nav-head .navbar-toggler .navbar-toggler-icon {
  background: url("../images/amberger.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.nav-head .nav-item .nav-link {
  margin: 0 20px 0 20px;
  color: #ffffff;
  line-height: 1.25;
  font-weight: 700;
  z-index: 10;
}
.nav-head .nav-item .nav-link.brdr-bot {
  position: relative;
}
.nav-head .nav-item .nav-link.brdr-bot::after {
  content: "";
  width: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  background-color: #fff;
  bottom: 0;
}
.nav-head.nav-scroll .nav-item .nav-link.brdr-bot::after {
  background-color: #454545;
}
.nav-head .nav-item .nav-link.contact-btn {
  padding: 10px 22px 10px 22px;
  color: #003bc0;
  background-color: #fff;
  font-size: 16px;
  border-radius: 4px;
  transition: all 0.5s;
  border: 1px solid #fff;
}
.nav-head.nav-scroll .nav-item .nav-link.contact-btn,
.nav-head.nbg .nav-item .nav-link.contact-btn {
  color: #fff;
  background-color: #003bc0;
  border: 1px solid #003bc0;
}
.nav-head.nav-scroll .nav-item .nav-link.contact-btn:hover,
.nav-head.nbg .nav-item .nav-link.contact-btn:hover {
  color: #fff !important;
  transition: all 0.5s;
  background-color: #002a88 !important;
  border: 1px solid #002a88 !important;
}
.colored-logo {
  display: none;
}
.nav-scroll .colored-logo {
  display: block;
}
.nav-scroll .white-logo {
  display: none;
}
.white-logo {
  display: block;
}
.nav-scroll .nav-item .nav-link {
  color: #454545;
}
.nav-scroll.nav-head .navbar-toggler .navbar-toggler-icon {
  background: url("../images/amberger-black.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.amberger-black {
  display: none;
}
.amberger-white {
  display: block;
}
.nav-scroll .nav-item .nav-link .amberger-black {
  display: block;
}
.nav-scroll .nav-item .nav-link .amberger-white {
  display: none;
}
.search-slide {
  width: 100%;
  position: fixed;
  z-index: 1051;
  top: -100px;
  left: 0;
  transition: 0.5s;
  background-color: #fff;
}
.search-slide .search-wrapper {
  width: 100%;
  max-width: 1250px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 20px 50px 20px 50px;
}
.search-slide .search-wrapper .search-input {
  border-radius: 30px;
  border-color: #003bc0;
  padding: 10px 20px 10px 20px;
  color: #454545;
  font-weight: 700;
}
.search-slide .search-wrapper .search-input:focus {
  box-shadow: none;
  border-color: #898989;
}
.search-slide .search-wrapper .search-btn:focus {
  box-shadow: none;
}
.search-slide.slide-down {
  top: 0;
}
.rightslide {
  height: 100vh;
  width: 435px;
  position: fixed;
  z-index: 1050;
  top: 0;
  right: -435px;
  background-color: #003bc0;
  overflow-x: hidden;
  transition: 0.5s;
  padding: 0px 20px 0px 60px;
}
.rightslide.intro {
  right: 0;
}
.rightslide .rightslide-items {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.rightslide .closebtn {
  position: sticky;
  top: 30px;
  left: 85%;
}
.rightslide .rightslide-items .social-share {
  margin: 49px 0 0 0;
}
.rightslide li {
  margin: 0 0 24px 0;
}
.rightslide .sidenav-item li a {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
}
.nbg {
  background-color: #f3fdfe;
}
.nbg .nav-item .nav-link {
  color: #454545;
}
.nbg .white-logo,
.nbg .amberger-white {
  display: none;
}
.nbg .colored-logo,
.nbg .amberger-black {
  display: block;
}
.nbg .nav-item .nav-link.contact-btn {
  color: #ffffff;
}
.nav-head .navbar-nav .nav-item .nav-link {
  position: relative;
}
.nav-head .navbar-nav .nav-item .nav-link:after {
  content: "";
  width: 40%;
  position: absolute;
  left: 50%;
  height: 2px;
  background-color: #fff;
  bottom: 0;
  transform: translateX(-50%) scaleX(0);
  transform-origin: 50% 50%;
  transition: transform 400ms ease-in-out;
}
.nav-head .navbar-nav .nav-item .nav-link:hover:after {
  transform: translateX(-50%) scaleX(1);
}
.nav-head.nbg .navbar-nav .nav-item .nav-link:after {
  background-color: #454545;
}
.nav-head.nav-scroll .navbar-nav .nav-item .nav-link:after {
  background-color: #454545;
}
.nav-head .navbar-nav .nav-item .nav-link.contact-btn:hover:after,
.nav-head .navbar-nav .nav-item .nav-link.search-nav:hover:after,
.nav-head .navbar-nav .nav-item .nav-link.amber-img:hover:after {
  display: none;
}
.nav-head .navbar-nav .nav-item .nav-link.amber-img {
  cursor: pointer;
}

.nav-head .navbar-nav .nav-item .nav-link.contact-btn:hover {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}
.nav-head .navbar-nav .nav-item .nav-link.amber-img:hover,
.nav-head .navbar-nav .nav-item .nav-link.search-nav:hover {
  border: 0;
}
.nbg .nav-item .dropdown .nav-link.serve-bor {
  position: relative;
}
.nav-head .nav-item .dropdown .service-link {
  padding: 8px 8px 8px 8px;
}
.nbg .nav-item .dropdown .nav-link.serve-bor::after {
  content: "";
  width: 40%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  background-color: #454545;
  bottom: 0;
}
.nav-head .nav-item .dropdown .serveaft .serve-icon {
  align-self: center;
  margin: 4px 0 0 0px;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}
.nav-head.nbg .nav-item .dropdown .serveaft .serve-icon {
  transform: rotate(180deg);
}
.pointer {
  cursor: pointer;
}
.nbg.nav-head .dropdown-content .header-menus {
  position: fixed;
  top: 61px;
  border: 0;
  border-bottom: 1px solid #898989;
  width: 100%;
  background-color: #f3fdfe;
  height: 90vh;
  padding: 50px 0 0px 0;
  overflow: hidden scroll;
}
.nav-head .dropdown-content .header-menus .drpmenu-width .drp-menu {
  color: #003bc0;
  font-size: 15px;
  font-weight: 700;
  font-family: "century_gothicbold";
  line-height: 1.226;
}
.nav-head .dropdown-content .header-menus .drpmenu-width .drp-item {
  color: #898989;
  font-size: 12px;
}
.navmob-collapse .dropdown-content .header-menus .drpmenu-width {
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 0px 0 15px;
}

/* ------- navbar mobile-view -------  */
.nblue {
  background-color: #003bc0 !important;
  transition: all 0.3s ease-in-out;
}
.nblue .white-logo {
  display: block;
}
.nblue .colored-logo {
  display: none;
}
.nblue.nav-head .navbar-toggler .navbar-toggler-icon {
  background: url("../images/close-fig.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.nblue .search-none {
  display: none;
}
.nblue .navmob-collapse {
  overflow-y: scroll;
}

.nblue
  .navmob-collapse
  .navbarnav-mob
  .service-mob
  .drpmenu-mob
  .dropdown-submenu {
  position: relative;
}

.nblue
  .navmob-collapse
  .navbarnav-mob
  .service-mob
  .drpmenu-mob
  .dropdown-submenu
  .drp-secondmenu {
  top: 0;
  background-color: #003bc0;
  padding: 0px 0px 10px 30px;
  z-index: 2;
  border: 0px;
}
.nblue
  .navmob-collapse
  .navbarnav-mob
  .service-mob
  .drpmenu-mob
  .dropdown-submenu
  .drp-head {
  margin: 0 0 0 15px;
  color: #fff !important;
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  transition: all 0.3s ease-in-out;
}
.nblue
  .navmob-collapse
  .navbarnav-mob
  .service-mob.show
  .drpmenu-mob
  .dropdown-submenu
  .test
  img {
  width: 13px;
  height: 8px;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}
.nblue
  .navmob-collapse
  .navbarnav-mob
  .service-mob.show
  .drpmenu-mob
  .dropdown-submenu
  .test.up
  img {
  transform: rotate(180deg);
}
.nblue .navmob-collapse .navbarnav-mob .service-mob a.dropdown-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nblue .navmob-collapse .navbarnav-mob .service-mob a.dropdown-toggle::after {
  display: inline-block;
  margin: 0 0 0 5px;
  vertical-align: 0;
  content: "";
  background-image: url(../images/dropdown-vector.svg);
  background-repeat: no-repeat;
  width: 13px;
  height: 8px;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  transition: all 0.3s ease-in-out;
}
.nblue
  .navmob-collapse
  .navbarnav-mob
  .service-mob.show
  a.dropdown-toggle::after {
  transform: rotate(180deg);
}
.nblue
  .navmob-collapse
  .navbarnav-mob
  .service-mob
  .drpmenu-mob
  .dropdown-submenu
  .drp-secondmenu
  .drp-item {
  color: #fff;
  font-size: 13px;
}
.nblue .navmob-collapse .mobile-social {
  padding: 0 0 40px 20px;
  margin: 0px 0 40px 0;
}

/* --------- culture section --------- */
.culture-sec .head-our {
  margin: 0 0 48px 0;
}
.culture-sec .culture-card {
  border: 0;
  height: 100%;
}
.culture-sec .culture-card .culture-img {
  display: flex;
  align-items: center;
}
.culture-sec .culture-card .culture-img .cult-img {
  height: 60px;
  width: 60px;
  object-fit: contain;
}
.culture-sec .culture-card .culture-img div:last-child {
  background: #e7fcfd;
  height: 105px;
  width: 105px;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 50%;
}
.culture-sec .culture-card .culture-img .cult-num {
  line-height: 0.8;
  font-size: 135px;
  font-weight: 900;
  color: #e7fcfd;
  margin: 0 16px 0 0;
}
.culture-sec .culture-card h4 {
  color: #003bc0;
  margin: 27px 0 28px 0;
}
.culture-sec .culture-card p {
  color: #898989;
}
/* --------- footer --------- */
.get-in-touch {
  background-color: #d8fbfe;
  padding: 60px 0 60px 0;
}
.get-in-touch .head-get {
  margin: 0 0 36px 0;
}
.footer-sec {
  background-color: #454545;
  padding: 50px 0 35px 0;
  color: #ffffff;
}
.footer-sec .country-location {
  margin: 26px 0 32px 0;
}
.footer-sec .contry {
  color: #ffffff;
  font-weight: 600;
}
.footer-sec .contry-tel {
  color: #ffffff;
  font-weight: 600;
  margin: 0 5px 0 0;
}
.footer-sec .address {
  color: #ffffff;
}
.footer-sec hr {
  border-top: 1px solid #fff;
}
.footer-sec .place-pad {
  padding: 0 60px 0 0;
}
.footer-sec .footer-socialicon {
  transition: all 0.3s ease-in-out;
}
.footer-sec .footer-socialicon:hover {
  transform: scale(1.1);
  transition: all 0.3s ease-in-out;
}
.footer-sec .footer-socialicon .footericon-blue,
.footer-sec .footer-socialicon:hover .footericon-white {
  display: none;
}
.footer-sec .footer-socialicon:hover .footericon-blue {
  display: block;
  transform: scale(1.2);
}

/* --------- 404 page -----  */
.banner404-sec {
  background: linear-gradient(
      90deg,
      rgba(0, 59, 192, 0.3) 0%,
      rgba(0, 59, 192, 0.3) 100%
    ),
    url("../images/404banner.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100vh;
  position: relative;
  margin: 0 0 0 0;
}
.banner404-sec .page-404 {
  position: absolute;
  bottom: 6%;
  left: 50%;
  transform: translateX(-50%);
}
.banner404-sec .page-404 .content-404 .head-404 {
  font-size: 80px;
  line-height: 0.8;
}
.banner404-sec .page-404 .content-404 .btn-margin {
  margin: 28px 0 0 0;
  padding: 13px 0 13px 0;
}
.banner404-sec .page-404 .content-404 .read-btn {
  padding: 13px 22px 13px 22px;
  background: transparent;
  border-radius: 4px;
  color: #fff;
  font-weight: 700;
  border: 1px solid;
}
.banner404-sec .page-404 .content-404 .read-btn:hover {
  border: 1px solid;
  background-color: #fff;
  color: #003bc0;
}
/* CSS Flag Dropdown scroll bar Start*/

/* width  */
.custom-scroll .iti__country-list--dropup::-webkit-scrollbar {
  width: 5px;
}
/*  Track */
.custom-scroll .iti__country-list--dropup::-webkit-scrollbar-track {
  background: #f3fdfe;
}
/* Handle */
.custom-scroll .iti__country-list--dropup::-webkit-scrollbar-thumb {
  background: #003bc0;
}
/* Handle on hover */
.custom-scroll .iti__country-list--dropup::-webkit-scrollbar-thumb:hover {
  background: #003bc0;
}

/* CSS Flag Dropdown scroll bar End*/

/* Phone Number validation css start */

/* Form control CSS over-ride to stop bootstarp validation start */
.override-form-control {
  display: block;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  background-clip: padding-box;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.override-form-control:focus,
.override-form-control:focus-visible {
  background-color: #f3fdfe;
  border: 1px solid #003bc0 !important;
  border-radius: 0 !important;
  box-shadow: none;
  color: #eaeaea;
}
/* Form control CSS over-ride to stop bootstarp validation end */

#valid-msg {
  color: green;
  margin: 4px 0px 0px 0px;
  font-size: 12px;
}

#error-msg {
  color: #dc3545;
  margin: 4px 0px 0px 0px;
  font-size: 12px;
}

.iti__country-list {
  overflow-x: hidden;
  width: 270%;
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: none;
  background-color: #f3fdfe;
  border: 1px solid #003bc0;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  color: #003bc0;
  font-weight: 600;
  -webkit-overflow-scrolling: touch;
}

.iti__flag-container {
  padding: 0 0 0 0;
}
.phone-scroll {
  padding-left: 130px !important;
}

/* Phone Number validation css End */

.phone-scroll:focus,
.phone-scroll:focus-visible,
.phone-scroll:focus-within {
  border: 1px solid #003bc0 !important;
  border-radius: 0 !important;
  outline: 0;
  box-shadow: none;
}

.hidden {
  display: none;
}
.formValidation .has-error .help-block {
  color: #dc3545;
  font-size: 12px;
  line-height: 1.1;
}
.search-slide .formValidation .has-error .help-block {
  position: absolute;
  bottom: -17px;
  left: 2%;
  color: #fff;
}
.search-slide .search-wrapper .w-90 {
  width: 90%;
}
.search-slide .search-wrapper .search-btn {
  padding: 0 0 0 0;
}

#display-name {
  color: #dc3545;
  font-size: 12px;
  line-height: 1.1;
  font-style: italic;
}

.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 15px;
  border-left: 1px solid #003bc0 !important;
}
.hide-div {
  display: none !important;
}
.asdf {
  animation: slideInBottom 1s forwards;
}
@keyframes slideInBottom {
  from {
    opacity: 0;
    transform: translateY(50%);
  }
  to {
    opacity: 1;
  }
}
.clientreq-sec {
  padding: 50px 0 50px 0;
}
.clientreq-sec .clientreq-img {
  clip-path: inset(0 18px 0 0 round 0 233px 233px 0);
}
.clientreq-sec .clientreq-img,
.clientreq-sec .proj-img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
.clientreq-sec .clintreq-content {
  margin: 0px 100px 0px 100px;
}
.clientreq-sec .clintreq-content h2 {
  margin: 0 0 28px 0;
}
.clientreq-sec .explore {
  margin: 28px 0 0 0;
  padding: 13px 0;
}
.clientreq-sec .proj-img {
  clip-path: inset(0 0 0 18px round 233px 0 0 233px);
}
.m-20 {
  margin: 0 20px;
}
.card-img {
  object-fit: cover;
  min-height: 280px;
  max-height: 280px;
}
.slick-slider {
  margin-bottom: 0;
}
.banner-btn {
  padding: 10px 22px 10px 22px;
  background: #fff;
  border-radius: 4px;
  color: #003bc0;
  font-weight: 700;
  border: 1px solid #fff;
  transition: all 0.5s;
  font-size: 16px;
}
.banner-btn:hover {
  border: 1px solid #fff;
  background-color: transparent;
  transition: all 0.5s;
  color: #fff;
}
.theme-btn {
  padding: 10px 22px 10px 22px;
  background: #003bc0;
  border-radius: 4px;
  color: #fff;
  font-weight: 700;
  border: 1px solid #003bc0;
  font-size: 16px;
  transition: all 0.5s;
  line-height: 1.25;
}
.theme-btn:hover {
  border: 1px solid #002a88;
  background-color: #002a88;
  color: #fff;
  transition: all 0.5s;
}
.theme-btn:focus {
  box-shadow: none;
}
body.modal-open {
  padding-right: 0 !important;
}
.drpmenu-mob.show ul {
  opacity: 1;
  transition: all 0.5s ease-in;
}
.drpmenu-mob ul {
  opacity: 0;
  transition: all 0.5s ease-in;
}
.wpcf7-response-output:empty {
  display: none;
}
.form-desc,
.enq-sec p {
  color: #003bc0;
}

.testimonial {
  font-size: 30px;
  font-weight: 700;
  color: #003bc0;
}
.f-12 {
  font-size: 12px;
}
.html-hidden{
	overflow-y : hidden;
}
..wpcf7 {
  position: relative;
}
.wpcf7-response-output {
  border: 0 !important;
  position: relative;
  margin: 0 !important;
  padding: 0 0 0 30px !important;
  font-size: 14px;
  font-weight: 700;
}
.wpcf7 form.sent .wpcf7-response-output {
  color: #46b450;
}
.wpcf7 form.sent .wpcf7-response-output:before {
  background: url("../images/success-img.svg");
  background-size: auto;
  width: 24px;
  height: 24px;
  display: block;
  flex-shrink: 0;
  background-size: contain;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  color: #ff0000;
}

.wpcf7 form.invalid .wpcf7-response-output:before,
.wpcf7 form.unaccepted .wpcf7-response-output:before,
.wpcf7 form.payment-required .wpcf7-response-output:before {
  background: url("../images/warn-img.svg");
  background-size: auto;
  width: 24px;
  height: 24px;
  display: block;
  flex-shrink: 0;
  background-size: contain;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
}
.anchor-color {
	color : #003bc0;
}




/* chandana design  */
.badge-heading {
  display: inline-block;           
  background-color: #D8FBFE;      
  color: #003BC0;              
  font-size: 14px;       
  font-weight: 600;           
  padding: 8px 20px;      
  border-radius: 20px;      
  text-align: center;
}