/*Loaded css*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.homesliderarea{
    --bs-gutter-x: 0;
    --bs-gutter-y: 0 0;
}


#img {
  border: 1px solid black
 }

 #imgdiv {
  height: 62px;
 }

 .form_error {
  color: #F00;
 }

 .loader {
  display: inline-block;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.7);
  text-align: center;
 }

 .loader img {
  max-width: 150px;
  margin: 0 auto;
  margin-top: 25%;
 }


/*Loaded css*/

/* Carousel Fading slide */
.carousel-fade .carousel-control { z-index: 2; }  
.carousel-fade .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  }

  .carousel-fade .next.left,
  .carousel-fade .prev.right,
  .carousel-fade .item.active { opacity: 1; }

  .carousel-fade .active.left,
  .carousel-fade .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
    }


/* Safari Fix */
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}




/* Carousel Control custom */
.carousel-control .control-icon {
  font-size: 48px;
  height: 30px;
  margin-top: -15px;
  width: 30px;
  display: inline-block;
  position: absolute;
  top: 50%;
  z-index: 5;
  }
  .carousel-control .prev { margin-left:  -15px;  left: 50%; } /* Prev */
  .carousel-control .next { margin-right: -15px; right: 50%; } /* Next */


/* Removing BS background */
.carousel .control-box { opacity: 0; }
a.carousel-control.left  { left: 0; background: none; border: 0;}
a.carousel-control.right { right: 0; background: none; border: 0;}


/* Animation */
.control-box, a.carousel-control, .carousel-indicators li {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;   
  /* hardware acceleration causes Bootstrap carousel controlbox margin error in webkit */
  /* Assigning animation to indicator li will make slides flicker */
  } 


/* Hover animation */
.carousel:hover .control-box { opacity: 1; }
.carousel:hover a.carousel-control.left { left: 15px; }
.carousel:hover a.carousel-control.right { right: 15px; }  


/* Carouse Indicator */
.carousel-indicators li.active,
.carousel-indicators li { border: 0; }

.carousel-indicators li {
  background: #666;
  margin: 0 3px;
  width: 12px;
  height: 12px;
  }

.carousel-indicators li.active {
  background: #fff;
  margin: 0 3px;
  }
/* Carousel Fading slide */

/*Home V2*/
.v2-comm-cont {
	padding-top: 40px;
    padding-bottom: 40px;
}
.indias-most-cont2 {
    background-color: #ebf4fb;
}
.indias-most-cont2 > div > div > a {
    color: #1953ea;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}
.v2-main-title {
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #1252db;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.1;
    font-family: raleway-reg, helvetica, arial, sans-serif;

}
.v2-subtitle {
	display: block;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
    font-family: raleway-reg;
}
.v2-content-para {
	display: block;
    font-size: 18px;
    margin-bottom: 20px;
}
.v2-icon_area {
  display: inline-block;
  width: 100%;
  border: 1px solid #c3caff;
  border-radius: 4px;
  min-height: 230px;
  padding: 30px 10px;
  background: #ffffff;
  /* height: 100%; */

margin-top: 10px;
}

#WhyUsNew .v2-icon_area {  min-height: 176px;padding: 5px 10px;}

.v2-why-us-pnt-col span {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #262525;
}
/* .v2-why-us-pnt-col{padding: 0 5px;} */
.v2-icon_area img {
  display: block;
	margin: 0 auto;
}
.v2-icon_area:hover img {
    transform: rotateY(180deg);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.v2-icon_area_gradientbg {
	border-top-right-radius: 0;
	border-bottom-left-radius: 0;
	background: rgba(18,82,219,1);
    background: -moz-linear-gradient(left, rgba(18,82,219,1) 0%, rgba(8,60,163,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(18,82,219,1)), color-stop(100%, rgba(8,60,163,1)));
    background: -webkit-linear-gradient(left, rgba(18,82,219,1) 0%, rgba(8,60,163,1) 100%);
    background: -o-linear-gradient(left, rgba(18,82,219,1) 0%, rgba(8,60,163,1) 100%);
    background: -ms-linear-gradient(left, rgba(18,82,219,1) 0%, rgba(8,60,163,1) 100%);
    background: linear-gradient(to right, rgba(18,82,219,1) 0%, rgba(8,60,163,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1252db', endColorstr='#083ca3', GradientType=1 );
}
.v2-icon_area_gradientbg span {
    color: #ffffff;
}
.v2-what_we_do {
	display: block;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}
.whatwedo-main {
	display: inline-block;
    width: 95%;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 20px;
    text-align: center;
    min-height: 325px;
    border-radius: 9px;
}
.whatwedo-main h3{
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.whatwedo-main img {
	margin: 10px auto;
}
.v2-whatwedo-text {
    display: block;
    color: #555555;
    font-size: 14px;
    margin-bottom: 6px;
    text-align: center;
}
.v2-whatwedo-heads a, .v2-whatwedo-heads a:hover {
    display: block;
    color: #000;
    font-size: 16px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.home-readmore {
	border-bottom: 1px dashed #1252db;
	font-size: 13px;
	padding-bottom: 5px;
	transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.home-readmore:hover {
	color: #1252db !important;
}
.home-projects-subtitle {
	width: 45%;
    margin: 0 auto;
    margin-bottom: 40px;
}
.v2-client-col {
	display: inline-block !important;
	width: 100% !important;
}
.client-col > a {
	display: inline-block;
	width: 15%;
	float: left;
}
.test-content {
	    display: inline-block;
    float: left;
    width: 85%;
}
.test-content p {
    width: 90% !important;
}
.v2-whatwedo-cont {
	background-image: url(../images/home/whatwedo_bg.jpg) !important;
}
a.v2-client-col-img img {
	width: 100% !important;
}
.v2-client-row {
	margin-top: 20px !important;
	padding-bottom: 20px;
	/*background-color: #ffffff;*/
}
.v2-orange-bg {
	background-image: url(../images/home/orangebg.jpg) !important;	
}
.v2-blue-bg {
	background-image: url(../images/home/whatwedo_bg.jpg) !important;	
}
.homequote-btn {
	background-color: #ffffff !important;
	color: #0a399e !important;
}
.v2-news_room {
	border-radius: 0 !important;
	border-bottom: 0 !important;
	background-color: #ffffff;
}
.industry-icons {
  background-color: transparent !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.counter-icons {
	background-color: transparent !important;
	border-bottom: 0 !important;
	box-shadow: none !important;
	padding: 0 !important;
  float: left;
    max-width: 70px;
}
.v2-industry-list ul li {
	border-bottom : 0 !important;

}
ul.v2-industries > li > span {
	font-size: 15px !important;
    color: #333 !important;
    font-weight: 600 !important;
}
/*.v2-footer {
	background-color:#1252db !important;
}
.v2-footer2 {
	background-color: #1042ad !important;
}
.v2-divider {
	border-bottom: 1px solid #316ff3 !important;
    border-top: 1px solid transparent !important;
}*/
.clients-item {
	display: inline-block;
	width: 80%;
	margin: 0 auto;
	margin-left: 10%;
	background-color: #ffffff;
	border-radius: 9px;
	padding: 20px;
	padding-bottom: 30px;
	-webkit-box-shadow: -1px 1px 15px -9px rgba(112,112,112,1);
	-moz-box-shadow: -1px 1px 15px -9px rgba(112,112,112,1);
	box-shadow: -1px 1px 15px -9px rgba(112,112,112,1);
}
.air-quotes {
	font-size: 42px;
    /*color: rgba(18, 82, 219, 0.55);*/
    color: #FFC107;
}
.testimonial-para {
	margin: 0;
    font-size: 16px;
    line-height: 26px;
    color: #545454;
}
.testimonial-logo {
	display: inline-block;
    max-width: 185px;
    margin: 0 auto;
    border-radius: 50%;
    padding: 10px;
    -webkit-box-shadow: -1px 1px 15px -3px rgba(179,179,179,1);
    -moz-box-shadow: -1px 1px 15px -3px rgba(179,179,179,1);
    box-shadow: -1px 1px 15px -3px rgba(179,179,179,1);
}
.testimonial-author {
	margin: 0;
	margin-top: 10px;
	font-size: 15px;
}
.testimonial-author span {
	font-size: 13px;
}
.testimonial-website {
	margin: 0;
}
.testimonial-website a {
	text-decoration: none;
	color: #1252db;
	font-weight: 600;
}
.client-owl .owl-dots {
	margin-top: 20px !important;
}
.client-owl .owl-dots .owl-dot.active span {
	background-color: #ffffff !important;
}
.client-owl .owl-dots .owl-dot span {
    background-color: transparent;
    border: 1px solid #fff;
    width: 12px;
    height: 12px;
}
.client-owl .owl-dots .owl-dot:hover span {
    background: #ffffff !important;
}
.counter-col {
  background-color: #ffffff;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 10px;
    padding-bottom: 20px;
    padding-top: 20px;
}
.foo-title-underline {
  display: inline-block;
  width: 40px;
  height: 2px;
  background-color: #2196F3;
  margin-bottom: 10px;
  margin-top: 15px;
}
/*Home V2*/

/*Top menu*/
.top-nav>li.ddref .dropdown .dropdown-menu li {
  border-right: 0 !important;
}
/*Top menu*/

/*Inner Pages*/
.v2-icon_area a.servicesinnerlink {
  display: inline-block;
  text-decoration: none;
  color: #1252db;
    font-weight: normal;
    font-size: 13px;
    font-weight: bold;
    margin-top: 10px;
}
.v2-icon_area2 {
  -webkit-box-shadow: 2px 5px 18px -8px rgba(0,0,0,0.46);
  -moz-box-shadow: 2px 5px 18px -8px rgba(0,0,0,0.46);
  box-shadow: 2px 5px 18px -8px rgba(0,0,0,0.46);
  border-color: transparent;
}
.core-values-title {
  display: block;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #262525;
}
.contact-form-title {
  font-size: 20px;
  margin: 0 0 10px 0;
  font-family: raleway-bold;
  color: #1252db;
}
.contact-form-subtitle {
  margin: 0;
  margin-bottom: 5px;
  font-size: 16px;
  font-family: raleway;
  color: #000000;
}
.contact-form-title-underline {
  display: block;
  width: 40px;
  height: 2px;
  background-color: #1252db;
  margin-bottom: 20px;
  margin-top: 15px;
}
.contact-box {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
a.v2-icon_area_link {
  display: block;
  text-decoration: none;
  min-height: 200px;
}
.checkbox-inline-custom {
  margin-left: 0 !important;
}
.big-text-custom2 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
}
.big-text-para-box {
  padding: 10px;
    border: 1px solid #c3caff;
    border-radius: 9px;
    font-size: 16px;
    color: #000;
}
.faq-title {
  display: block;
  margin: 0;
  color: #1252db;
  font-size: 20px;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
}
.faq-check {
  display: block;
  margin: 0;
  padding: 0;
}
.faq-check li {
  display: block;
  list-style-type: none;
  margin-bottom: 12px;
}
.faq-check li a {
  display: block;
  text-decoration: none;
  color: #5b5f62;
}
.faq-check li a:hover {
  text-decoration: underline;
}
/*Inner Pages*/

/*Slider*/
.carousel-control {
  width: 10%;
  opacity: 1;
}
.carousel-control.left, .carousel-control.right {
    background-image: none !important;
    filter: none !important;
}
.carousel-control.left>.banner-arrow, .carousel-control.right>.banner-arrow {
    width: 45px;
    line-height: 25px;
    text-align: center;
    font-size: 26px;
    position: absolute;
    top: 48%;
    z-index: 5;
    display: inline-block;
    margin-top: 0;
    background-color: rgba(255,255,255,1);
    padding: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    color: #1252db;
    -webkit-box-shadow: 0px -1px 35px 5px rgba(187,236,255,1);
    -moz-box-shadow: 0px -1px 35px 5px rgba(187,236,255,1);
    box-shadow: 0px -1px 35px 5px rgba(187,236,255,1);
}
.carousel-control.left>.banner-arrow {
    left: 25%;
}
.carousel-control.right>.banner-arrow {
    right: 25%;
}
.carousel-caption-custom {
  position: absolute;
  width: 40%;
  left: 10%;
  right: auto;
  top: 20%;
  text-align: left;
  padding: 20px 25px;
  background-color: transparent;
  color: #ffffff;
}
.carousel-caption-custom-right {
  position: absolute;
  width: 40%;
  right: 10%;
  left: auto;
  top: 20%;
  text-align: center;
  padding: 20px 25px;
  background-color: transparent;
  color: #ffffff;
}
.carousel-caption-custom h5 {
  margin: 0;
  text-shadow: none;
  font-size: 14px;
  font-family: poppins-med;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
/*.carousel-caption-custom h4 {
  margin: 0;
  text-shadow: none;
  font-family: poppins-reg;
  font-size: 15px;
}*/
.carousel-caption-custom p {
  margin: 0;
  text-shadow: none;
  font-family: poppins-reg;
  font-size: 15px;
  margin-top: 20px;
}
.carousel-caption-custom h2 {
  margin: 0;
  text-shadow: none;
  font-family: poppins-bold;
  font-size: 30px;
  margin-bottom: 5px;
  line-height: 1.1;
}
.carousel-caption-custom a {
  border-radius: 25px;
  padding: 8px 25px;
  font-size: 16px;
  margin-top: 20px;
  text-transform: uppercase;
  font-size: 14px;
  font-family: poppins-med;
  border: 0;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.green-btn-blue-text {
  background-color: #7de6d5;
  color: #1a56e9;
}
.green-btn-blue-text:hover {
  background-color: #1a56e9;
  color: #7de6d5;
}
.white-btn-green-text {
  background-color: #ffffff;
  color: #5eb39a;
}
.white-btn-green-text:hover {
  background-color: #82c148;
  color: #ffffff;
}
.white-btn-yellow-text {
  background-color: #ffffff;
  color: #775a00;
}
.white-btn-yellow-text:hover {
  background-color: #775a00;
  color: #ffffff;
}
.white-btn-purple-text {
  background-color: #ffffff;
  color: #5236c5;
}
.white-btn-purple-text:hover {
  background-color: #5236c5;
  color: #ffffff;
}
.white-btn-orange-text {
  background-color: #ffffff;
  color: #ff8106;
}
.white-btn-orange-text:hover {
  background-color: #ff8106;
  color: #ffffff;
}
.brown-text {
  color: #745700;
}
.white-text {
  color: #fff;
}
/*Slider*/

/*google ratings*/
.google-rating {
    padding: 0 0 0 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.google-rating:hover {
  color: #e7711b !important;
}
.my-stars {
    text-align: center;
    margin-right: 10px;
}
.my-stars .icon {
  width: 17% !important;
  float: left;
    margin: 1px !important;
    position: relative;
}
.my-stars i:first-child {
    padding-right: 0;
}
.my-stars i {
    color: #e7711b;
    font-size: 14px;
}
.my-stars i:last-child {
  color: #fff;
   font-size: 14px;
}
p.aggRatings {
    font-size: 14px;
    float: left;
    margin-top: 0;
    color: #ffffff;
}
.my-stars {
    font-size: 14px;
    float: left;
    margin-top: 3px;
}
/*google ratings*/

@media (min-width: 1025px) and (max-width: 1118px) {
  .top-contact-info li:nth-child(1) {
    display: none;
  }
}
@media (max-width: 1200px) {
  .carousel-caption-custom h2 {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .v2-comm-cont {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    }
    .v2-main-title {
    font-size: 22px;
    }
    .v2-subtitle {
    font-size: 18px;
    }
    .v2-icon_area {
    margin-top: 20px;
    margin-bottom: 0px;
    }
    .whatwedo-main {
    width: 100%;
      }
      .home-projects-subtitle {
    width: 80%;
    }
    .clients-item {
      text-align: center;
    }
    .counter-col {
    margin-bottom: 20px;
    }
    .counter-bg {
    padding: 60px 0 30px 0;
    }
    .mission-vision-main {
    margin-top: 40px;
    margin-bottom: 0;
    }
    .carousel-caption-custom h1 {
    font-size: 18px;
    }
    .carousel-caption-custom-right, .carousel-caption-custom {
    padding: 10px 15px;
    }
    .carousel-caption-custom {
      width: 50%;
    }
    .carousel-caption-custom-right {
      width: 50%;
    }
    .carousel-caption-custom p {
    margin-top: 10px;
    font-size: 14px;
    }
    .carousel-caption-custom h5 {
    font-size: 12px;
    }
    .carousel-caption-custom a {
    margin-top: 10px;
  }

}
@media (max-width: 767px) {
  .v2-comm-cont {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    }
    .v2-main-title {
    font-size: 20px;
    }
    .v2-subtitle {
    font-size: 16px;
    }
    .header-banner-sec {
    background-attachment: initial;
    /* min-height: 350px; */
    background-position: center;
    }
    .big-text {
    font-size: 18px !important;
    margin-bottom: 20px !important;
    font-family: raleway !important;
    margin-top: 20px !important;
    text-align: center;
    }
    
    .mission-vision-border {
    min-height: 325px;
    }
    .faq-title {
    text-align: center;
    display: inline-block;
    width: 100%;
    }
    .faq-check {
    margin: 0 auto;
    width: 90%;
    text-align: center;
    }
    .carousel-caption-custom, .carousel-caption-custom-right {
    position: relative;
    bottom: 0;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #eaf4fb;
    padding: 20px;
    width: 100%;
    text-align: center;
    }
    .carousel-caption-custom a {
    background-color: #1252db;
    color: #fff;
    }
    .carousel-caption-custom-right, .carousel-caption-custom {
    color: #1252db;
    }
    .brown-text {
    color: #1252db;
    }
    
}

div#carousel2 .item h4{
  margin-top: 10px;
  font-size: 18px;
  margin-bottom: 10px;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

/* for portfolio */
.modal-header{
  display: block;
}

.package-table .table-title h5 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1.7px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
  font-family: raleway-reg, helvetica, arial, sans-serif;
}


.BTN-close{
  /* background:url('../images/Layer.png') no-repeat; */
  background-position: center;
  opacity: 0.8;
}
.collapse.in {
  display: block !important;
}

/* blog css */
.bloglist {
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  background: #fff;
  padding: 30px;
  position: relative;
  -webkit-box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.3);
  transition: all 150ms ease-out;
}
.bloglist:hover{
  transform: scale(1.05);
}
.bloglist .img img {
  height: 206px;
  width: 100%;
}
.bloglist .title h1{
  margin: 0px 0px;
}
.bloglist .title h1 a{
  font-size: 18px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #000;
  line-height: normal !important;
  display: block;
}
.bloglist .textarea p{
  font-size: 17px;
}
.bloglist .button a.btn.btn-primary{
  color: #fff;
  background-color: #fa6b36;
  border-color: #fa6b36;
}
.bloglist .button a.btn.btn-primary:hover{
  color: #fff;
  background-color: #1a1a1a;
  border-color: #1a1a1a;
}
/* .blogdetails */
.blogdetails{
  background-color: #fff;
  position: relative;
  -webkit-box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
.blogdetails .img{
  width: 100%;
  height: 450px;
}
.blogdetails .img img{
  width: 100%;
  height: 100%;
}
.blogdetails .panel {
  padding: 30px;
  margin-bottom: 0px;
}
.blogdetails .panel .title h1{
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #000;
  line-height: normal !important;
  display: block;
}
.blogdetails .panel h2, .blogdetails .panel h3{
  font-size: 24px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #000;
  line-height: normal !important;
  display: block;
}
.blogdetails .panel .textarea p{
  font-size: 17px;
}