@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;700;900&display=swap");
html{
    overflow-x: hidden;
}
* {
    padding: 0;
    margin: 0;
}
body{
    width:100%;
    overflow-x:hidden;
    overflow-y:hidden;
}
body {
    font-family: "Nunito", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    background-color: #ffffff;
    color: #666666;
  }
  
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    color: #0e2258;
    font-weight: normal;
    line-height: 1.2;
    font-family: "Quicksand", sans-serif;
    letter-spacing: 0;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 15px;
  }
  
  h1 {
    font-size: 40px;
  }
  
  h2 {
    font-size: 36px;
  }
  
  h3 {
    font-size: 27px;
  }
  
  h4 {
    font-size: 20px;
  }
  
  h5 {
    font-size: 18px;
  }
  
  h6 {
    font-size: 14px;
  }
  
.nav-menu,
nav {
    display: -webkit-box;
    display: -ms-flexbox;
    text-align: center
}

.nav-menu,
.navbar,
nav {
    text-align: center
}

.nav-link {
    font-size: 17px;
    font-weight: 600;
    font-family: "Quicksand", sans-serif;
    text-transform: uppercase;
}
a {
    /*transition: all 0.35s ease-in-out;*/
    /*-webkit-transition: all 0.35s ease-in-out;*/
    /*-moz-transition: all 0.35s ease-in-out;*/
    /*-ms-transition: all 0.35s ease-in-out;*/
    /*-o-transition: all 0.35s ease-in-out;*/
    /*text-decoration: none;*/
    /*font-family: "Quicksand", sans-serif;*/
    /*font-weight: 700;*/
    color: inherit;
}
.bar:first-child,
body,
nav {
    width: 100%
}

.bx-shadow-1{
    box-shadow: 0 0 4px #ddd;
}


nav {
    height: auto;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    margin: 0;
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

ul {
    margin-bottom: 0
}

.navbar {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .5s;
    transition: .5s
}

.bar,
.fa-times,
.nav-link {
    -webkit-transition: .5s;
    color: #000;
}
.outline-none{
    outline:0;
}
.nav-menu li {
    list-style: none;
    /*padding: 0 18px;*/
    margin: 7px 28px;
}
.logo img{
    margin: 2px 20px;
}
.w-55px{
    width: 100px;
    height: 100%;
}
.nav-menu {
    display: flex;
    margin: 15px 10px 15px 180px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.nav-link {
    text-decoration: none;
    transition: .5s
}

/*------dropdown----------*/
 .dropdown .dropbtn {
  border: none;
  outline: none;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
    font-size: 20px;
    font-weight: 600;
}
  .dropdown-content {
  display: none;
  position: absolute;
  /*background-image: linear-gradient(299deg, #ffdbd4, #e9f7ff 90%);*/
  /*background-color: #f2f2f2;*/
  /*min-width: 270px;*/
  /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
  z-index: 999;
  background: #fff none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 2px;
    box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.15);
    padding: 0;
    width: 250px;
}
.btn-secondary{
    background-color: transparent !important;
    margin: 7px 28px;
}
/*.dropdown-item{*/
/*    color: #fff !important;*/
/*}*/
  .dropdown-content a {
  float: none;
  /*padding: 4px 16px;*/
  /*text-decoration: none;*/
  /*display: block;*/
  /*text-align: left;*/
  color: #333333;
    display: block;
    font-size: 16px;
    margin-bottom: 0;
    padding: 10px 15px;
    text-align: left;
    text-transform: capitalize;
    border-bottom: solid 1px #f5f5f5;
}
      .dropdown-content a:hover {
  color: #f35a38;
  background-color: transparent;
}
.nav-menu li:last-child a {
    border-bottom: none;
}
.dropdown-content li{
    margin: 0;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown-menu{
    list-style-type: none;
}
.dropdown-item{
    margin-left: 0px !important;
}


.hamburger {
    display: none
}
#ticket-tab li{
border-right:1px solid #333;
}
#ticket-tab li button{
    border: 0;
    outline: none;
    padding: 0px 25px;
    background-color: #fff;
    }
#ticket-tab li:last-child{
    border-right:0;
    }
.bar,
.fa-times {
    width: 1.5rem;
    height: 3px;
    display: block;
    padding: 0;
    margin: 6px;
    transition: .5s;
    background-color: #000
}

.bar:nth-child(2) {
    width: 200%
}

.bar:nth-child(3) {
    width: 300%
}
.menu-btn{
    border:2px solid #fff;
}

.nav-menu li:last-child, .nav-menu li:last-child a{
    padding-right:0 !important
}
.top-nav{
    padding: 10px 50px;
}
h1, h2, h3, h4, h5, h6 {
    color: #0e2258;
    font-family: "Quicksand", sans-serif;
    line-height: 1.2;
    letter-spacing: 0;
}
a, a:hover, a:active, a:focus {
    text-decoration: none;
}

/* ------------------index page-------------- */

/* --------------Banner---------------- */
body, .banner-area, .banner-area div {
    height: 100%;
}
img {
    border: none;
    outline: none;
    max-width: 100%;
}
.banner-area {
    position: relative;
    overflow: hidden;
}
.banner-area, .banner-area div {
    height: 100%;
}
.banner-area .box-table {
    display: table;
    width: 100%;
}
.banner-area .box-cell, .banner-area .box-cell div {
    height: auto;
}

.banner-area .box-cell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
.banner-area.circle-bg .thumb {
    padding-left: 35px;
}
.banner-area .box-cell, .banner-area .box-cell div {
    height: auto;
}
.banner-area .content {
    position: relative;
    z-index: 9;
}
.banner-area.circle-bg .content h2 {
    font-size: 63px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.1;
    margin-top: 20px;
}
/*.banner-area.circle-bg .content p {*/
/*    font-size: 18px;*/
/*    line-height: 34px;*/
/*    padding-right: 15%;*/
/*}*/
.btn-animate {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
}
.banner-area.circle-bg .content a {
    margin-top: 20px;
}
.banner-area .content a {
    margin-right: 8px;
}
.btn-animate {
    min-width: 13rem;
    height: auto;
}
.btn-animate .circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 3.5rem;
    height: 3.5rem;
    background: rgba(243, 90, 56, 1);
    border-radius: 2rem;
}
.btn-animate .circle .icon {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
}
.btn-animate .circle .icon.arrow {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 15px;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
}
.btn-animate .circle .icon.arrow::before {
    position: absolute;
    content: "";
    top: -0.25rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    transform: rotate(45deg);
}
.btn-animate .button-text {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px 0;
    margin: 0 0 0 70px;
    color: #0e2258;
    line-height: 2;
    text-transform: uppercase;
    text-align: left;
    width: 100%;
    font-size: 14px;
}
.banner-area.circle-bg .content::after {
    position: absolute;
    left: -50px;
    top: -50px;
    background: url('../images/round-shappe.webp');
    content: "";
    height: 150px;
    width: 150px;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.3;
    animation: rotate-animation 10s infinite linear;
}
.banner-area.circle-bg .thumb {
    padding-left: 35px;
}
.banner-area .thumb.multi-items .thumb-box {
    position: relative;
}
.banner-area .thumb.multi-items .thumb-box img:first-child {
    margin-top: 40px;
}
.banner-area .thumb.multi-items .thumb-box img:nth-child(2) {
    position: absolute;
    left: 0;
    top: 42px;
}
.banner-area .thumb.multi-items .thumb-box img:nth-child(3) {
    position: absolute;
    right: 0;
    top: 42px;
}
.banner-area .box-cell, .banner-area .box-cell div {
    height: auto;
}
.banner-area .box-cell{
    height: 680px;
}

.banner-area .content {
    position: relative;
    z-index: 9;
}

/* -------------3 box-features------------------ */
.default-padding-bottom {
    position: relative;
}
.default-padding-bottom.bottom-less {
    padding-bottom: 90px;
}
.feature-area .fixed-bottom-shape {
    top: -100px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}
.fixed-bottom-shape {
    position: absolute;
    left: 0;
    bottom: -2px;
}
.feature-area .single-item {
    margin-bottom: 30px;
}
.feature-area .feature-items .item {
    background: #ffffff;
    box-shadow: 0 10px 40px rgb(0 0 0 / 7%);
    border-radius: 8px;
    padding: 50px 37px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.feature-area .feature-items .item .info {
    position: relative;
}
.feature-area .feature-items .item .info h4 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 20px;
}
.feature-area .feature-items .item .info p {
    margin-bottom: -5px;
}
.feature-area .feature-items .item img {
    height: 150px;
    margin: auto;
    margin-top: 40px;
    max-width: 160px;
}
/*.feature-area .single-item:nth-child(2) {*/
/*    margin-top: 80px;*/
/*}*/

.feature-area .single-item {
    margin-bottom: 30px;
}
/*.feature-area .single-item:nth-child(3) {*/
/*    margin-top: 160px;*/
/*}*/

.feature-area .single-item:nth-child(4) {
    margin-left: 15%;
}
.feature-area .single-item {
    margin-bottom: 30px;
}

/* ----------------Let’s Check our scientific
Digital solutions---------------------- */

.main-services-area {
    border-radius: 0 0 80px 80px;
}
.default-padding-bottom {
    padding-bottom: 120px;
}
.default-padding, .default-padding-top, .default-padding-bottom {
    position: relative;
}
.bg-gray {
    background-color: #ecf6fa;
}
.main-services-area .left-info {
    padding-right: 50px;
}
.main-services-area .left-info h5 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    color: #f35a38;
}
.main-services-area .left-info h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
}
.btn {
    display: inline-block;
    font-family: "Nunito", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 25px;
    text-transform: capitalize;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    overflow: hidden;
    border-radius: 3px;
}
.btn-md {
    padding: 14px 35px;
    font-size: 15px;
}
.btn {
    text-transform: uppercase;
    font-size: 13px;
}
.btn.circle {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.btn-dark.border {
    background-color: transparent;
    color: #0e2258;
    border: 2px solid #0e2258 !important;
}
.main-services-area .left-info a {
    margin-top: 15px;
}
.main-services-area .services-items {
    margin-top: -50px;
}
.main-services-area .main-services-box .single-item {
    margin-top: 50px;
}
.main-services-box .item .icon {
    display: inline-block;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}
.main-services-box .item .icon i {
    display: inline-block;
    font-size: 32px;
    height: 75px;
    width: 75px;
    line-height: 75px;
    background: #2eacfc;
    border-radius: 50%;
    color: #ffffff;
    font-weight: 400;
}
.main-services-box .item h4 {
    font-size: 20px;
    font-weight: 600;
}
.main-services-box .item p {
    margin: 0;
    font-size: 17px;
}
.main-services-box .single-item:nth-child(2n) .item .icon i {
    background: #ea4c89;
}
.main-services-box .single-item:nth-child(3n) .item .icon i {
    background: #3578ff;
}
.main-services-box .single-item:nth-child(4n) .item .icon i {
    background: #f67741;
}
a, a:active, a:focus, a:hover {
    outline: none;
    text-decoration: none;
    color: #0e2258;
}
.btn-dark.border:hover {
    background-color: #0e2258;
    color: #ffffff !important;
    border: 2px solid #0e2258 !important;
}

/* -----------------ratings and customer---------------- */
.default-padding {
    padding-top: 120px;
    padding-bottom: 120px;
}
.default-padding, .default-padding-top, .default-padding-bottom {
    position: relative;
}
.about-content-area .thumb img {
    margin-left: -10%;
    max-width: 110%;
    padding-right: 70px;
}
.about-content-area ul.achivement {
    position: relative;
    z-index: 1;
    text-align: center;
    height: 450px;
    width: 450px;
    margin-left: 35px;
    margin-top: 15px;
}
ul.achivement li:first-child {
    text-align: center;
    position: relative;
    top: -40px;
}
ul.achivement li {
    display: inline-block;
    background: #ffffff;
    padding: 16px 0;
    min-width: 180px;
}
ul.achivement li .counter {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 55px;
    font-weight: 700;
    color: #232323;
    line-height: 1;
    margin-bottom: 5px;
    font-family: "Quicksand", sans-serif;
}
ul.achivement li .counter .operator {
    font-size: 50px;
    margin-left: 2px;
}
ul.achivement li .medium {
    font-weight: 600;
    color: #0e2258;
    font-size: 14px;
}
ul.achivement li:nth-child(2) {
    position: absolute;
    left: -60px;
    bottom: 80px;
}
ul.achivement li:last-child {
    position: absolute;
    right: -60px;
    bottom: 80px;
}
.about-content-area ul.achivement::after {
    position: absolute;
    height: 450px;
    width: 450px;
    content: "";
    border: 2px dashed #e7e7e7;
    left: 0;
    top: 0;
    border-radius: 50%;
    z-index: -1;
    animation: rotate-animation 30s infinite linear;
}

/* -------------Faq------------------------ */

.default-padding-bottom {
    padding-bottom: 120px;
}
/*.faq-area .thumb img {*/
/*    margin-left: -20%;*/
/*    max-width: 120%;*/
/*}*/
.faq-area .faq-content {
    padding-left: 35px;
}
.faq-area .faq-content .card {
    border: none;
    margin-bottom: 31px;
    overflow: inherit;
    background: transparent;
    border-radius: 5px;
    padding: 0;
}
.faq-area .faq-content .card .card-header {
    border: none;
    background: transparent;
    padding: 0;
}
.faq-area .faq-content .card .card-header h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    padding: 0;
    padding-right: 45px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    border-radius: 0 0 10px 0;
}
.faq-area .faq-content .card .card-header h4 {
    background: #f35a38;
    color: #ffffff;
    padding: 20px;
    padding-right: 45px;
    border-radius: 0 0 15px 0;
}
.faq-area .faq-content .card .card-header h4.collapsed {
    background: transparent;
    color: #0e2258;
    padding-right: 45px;
    border: 1px solid #e7e7e7;
}
.accordion .card-header h4:after {
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 15px;
    top: 20px;
}
.accordion .card-header h4.collapsed:after {
    content: "\f105";
    font-weight: 700;
    color: #999999;
}
.faq-area .faq-content .card .card-body {
    padding: 0;
    margin-top: 20px;
}
.faq-area .faq-content .card .card-body p:last-child {
    margin-bottom: 0;
    padding-left: 10px;
}


/* --------footer----------------- */
.bg-dark {
    background: #0e2258 none repeat scroll 0 0 !important;
}
footer .default-padding {
    overflow: inherit;
    padding-top: 70px;
}
.default-padding {
    padding-bottom: 120px;
}
.default-padding, .default-padding-top, .default-padding-bottom {
    position: relative;
}
footer .item {
    margin-top: 50px;
}
footer .f-item.about {
    padding-right: 30px;
}
footer .widget-title {
    margin-bottom: 30px;
    font-weight: 700;
}

footer .widget-title {
    position: relative;
    z-index: 1;
}
footer.bg-dark .item p {
    color: #cccccc;
}
footer .social {
    margin-top: 30px;
}
footer .social li {
    display: inline-block;
    margin-right: 35px;
    font-size: 15px;
}
footer .item {
    margin-top: 50px;
}
footer .f-item.link li {
    margin-bottom: 15px;
}
footer .item {
    margin-top: 50px;
}
.bg-dark .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-bottom {
    padding: 30px 0;
}
footer.bg-dark .footer-bottom p {
    color: #cccccc;
}
footer .footer-bottom p {
    margin-bottom: 0;
}
footer .footer-bottom form {
    position: relative;
    z-index: 1;
    width: 100%;
}
footer .footer-bottom form .input-group.stylish-input-group {
    position: relative;
}
footer.bg-dark .footer-bottom form input, footer.bg-dark .footer-bottom form input:focus {
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
footer.bg-dark .footer-bottom form span.input-group-addon {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}
footer .footer-bottom form span.input-group-addon {
    width: 60px;
    position: absolute;
    right: 0;
    min-height: 60px;
}
footer.bg-dark .footer-bottom form span.input-group-addon button {
    background: #ffffff;
    color: #f35a38;
}

footer .footer-bottom form span.input-group-addon button {
    position: absolute;
    height: 40px;
    top: 10px;
    right: 10px;
    width: 40px;
    border: none;
    border-radius: 5px;
    z-index: 9;
    padding: 0;
}
.text-light h1, .text-light h2, .text-light h3, .text-light h4, .text-light h5, .text-light h6, .text-light p, .text-light a {
    color: #ffffff;
}
footer.bg-dark .f-item.link li a {
    color: #cccccc;
    font-size: 17px;
}

footer .f-item.link li a {
    display: inline-block;
    font-weight: 700;
}
footer .footer-bottom form input, footer .footer-bottom form input:focus {
    width: 100%;
    background: transparent;
    padding: 15px;
    border-radius: inherit;
    min-height: 60px;
}
ul {
    margin: 0;
    list-style-type: none;
    padding-left: 0 !important;
}
footer {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
footer.bg-dark::after {
    position: absolute;
    content: "";
    background: url('../images/footer-shape.webp');
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    transform: inherit;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 0.3;
}
.foot-pargh{
    margin-bottom: 0px !important;
}
.footz{
    margin-bottom: 15px !important;
}

/* --------------testimonials------------------- */

.testimonial-area {
	padding: 80px 0;
    margin-bottom: 40px;
}
.section-header h4 {
	color: #f75023;
	font-weight: 600;
}
.section-header {
	padding-bottom: 15px;
}
.section-header h2 {
	font-weight: 700;
}
.section-header p {
	color: #6f6b80;
	width: 40%;
	margin: auto;
}
.icon-area {
	text-align: center;
}
.icon-area i {
	color: #f75023;
	font-size: 80px;
	margin-bottom: 20px;
}
.contentz p {
	color: #6f6b80;
	width: 60%;
	margin: auto;
}
.person {
	width: 116px;
	height: 100px;
	display: block;
	margin: auto;
	border-radius: 50%;
	overflow: hidden;
	border: 5px solid #f75023;
	margin-top: 50px;
	margin-bottom: 10px;
}
.person img {
	width: 100%;
}
.contentz h5 {
	font-weight: 900;
	margin: 15px 0;
}
.testimonial-area {
	background: url(1.jpg);
	background-size: cover;
	background-position: center;
}
.carousel-indicators {
	bottom: -80px;
}
.carousel-indicators [data-bs-target] {
	width: 60px;
	height: 10px;
	background-color: #f75023;
}
@media (min-width: 768px) and (max-width: 991px) {
	.section-header p {
		width: 85%;
	}
	.content p {
		width: 95%;
	}
}
@media (max-width: 767px) {
	.testimonial-area {
		padding: 30px 0;
	}
	.section-header p {
		width: 95%;
	}
	.content p {
		width: 100%;
	}
	.icon-area i {
		font-size: 50px;
	}
}

@media (min-width: 992px){
.offset-lg-3 {
    margin-left: 25%;
}
.offset-lg-2 {
    margin-left: 16.666667%;
}
}

/* -----------index new design-------------------- */
.service_section_02 {
    position: relative;
    padding: 80px 0 125px;
}
.secTitle {
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    margin: 0 0 40px;
}
@media (min-width: 1200px) and (max-width: 1700px){
.service_item_02 {
    padding-left: 30px;
    padding-right: 30px;
}
}

.service_item_02 {
    position: relative;
    background: #fff;
    border-radius: 5px;
    padding: 27px 30px 30px;
    margin: 0 0 30px;
    -webkit-box-shadow: 0px 10px 32px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 10px 32px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 10px 32px 0px rgba(0, 0, 0, 0.07);
}
.stpmeta {
    position: relative;
    display: flex;
}
.stpmeta .ibMeta {
    position: relative;
    text-align: left;
    margin-bottom: 10px;
}
.stpmeta .ibMeta  img{
    /*width: 160px;*/
    /*height: 150px;*/
}
.service_item_02 h3 {
    position: relative;
    z-index: 2;
    font-size: 21px !important;
    font-weight: 600;
    line-height: 30px;
    color: #0f0d1d;
    margin: 15px 0 20px 20px;
}
.service_item_02 p {
    position: relative;
    z-index: 2;
    color: #5f5f5f;
    font-size: 17px;
    line-height: 25px;
    margin: 0;
}
/* ---------responsive--------------- */
@media (max-width: 767px){
.secTitle03, .secTitle02, .secTitle {
    font-size: 36px;
    line-height: 46px;
}
.service_item_02 {
    padding-left: 35px;
    padding-right: 35px;
}
.service_item_02 h3 {
    margin-top: 10px;
    margin-bottom: 30px;
}
}

/* --------------contact-Page------------------- */
.breadcrumb-area {
    padding: 170px 0 100px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.bg-cover {
    background-position: center center;
    background-size: cover;
}
.shadow {
    box-shadow: inherit !important;
}
.breadcrumb-area .row {
    position: relative;
    z-index: 1;
}
.breadcrumb-area h1 {
    display: inline-block;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 40px;
    margin-top: 25px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}
.breadcrumb-area .breadcrumb {
    background: transparent none repeat scroll 0 0;
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
}
.breadcrumb-area .breadcrumb a, .breadcrumb-area .breadcrumb li {
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 14px;
}

.breadcrumb-area .breadcrumb li {
    padding: 0 20px;
    position: relative;
    z-index: 1;
    display: inline-block;
}
.breadcrumb-area .breadcrumb li i {
    margin-right: 5px;
}
.breadcrumb-area .breadcrumb .lines::after {
    content: "";
    height: 2px;
    left: -10px;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    background: #ffffff;
    width: 15px;
}
.contact-map__block {
    padding-top: 90px;
    padding-bottom: 170px;
}
.google-map__contact-page {
    border-radius: 10px;
    width: 100%;
    height: 450px;
    border: none;
    outline: none;
    display: block;
}
.default-padding {
    padding-top: 120px;
    padding-bottom: 120px;
}
.contact-area .contact-items {
    position: relative;
    z-index: 1;
}
.contact-area .contact-items .form-items {
    padding-right: 35px;
}
.contact-area .contact-items .form-items h5 {
    display: inline-block;
    border-radius: 5px;
    color: #f35a38 !important;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
}
.contact-area .contact-items .form-items h2 {
    font-weight: 700;
    margin-top: -8px;
    margin-bottom: 30px;
    font-family: "Nunito", sans-serif;
    line-height: 1.1;
}
.contact-area .contact-items .form-items input, .contact-area .contact-items .form-items textarea, .contact-area .contact-items .form-items select {
    border: none;
    background: transparent;
    border-radius: inherit;
    border: 1px solid #e7e7e7;
    padding: 20px 25px;
    box-shadow: inherit;
    min-height: 45px;
    font-size: 14px;
    border-radius: 5px;
}
.contact-area .contact-items .form-items textarea {
    min-height: 195px;
}
.contact-area .contact-items .form-items button {
    display: inline-block;
    padding: 15px 45px;
    text-transform: capitalize;
    font-weight: 900;
    position: relative;
    z-index: 1;
    color: #ffffff;
    background: #f35a38;
    border: none !important;
    transition: all 0.35s ease-in-out;
    border-radius: 30px;
}
.form-group {
    margin-bottom: 1rem;
}
.contact-area .left-info .info-items {
    padding: 50px;
    background: #ffffff;
    box-shadow: 0 10px 30px 0 rgb(44 130 237 / 40%);
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.contact-area .left-info .item {
    display: flex;
    margin-bottom: 50px;
}
.contact-area .left-info .item i {
    font-size: 40px;
    margin-right: 25px;
    display: inline-block;
    color: #f35a38;
    font-weight: 500;
}
.contact-area .left-info .item h5 {
    text-transform: capitalize;
    font-weight: 900;
    font-size: 20px;
    margin-bottom: 15px;
}
.contact-area .left-info .item p {
    margin-bottom: 0;
}
/* ---------contact-mobile-view---------- */
@media (max-width: 480px){
    .contact-map__block {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
/* --------------------About-Page--------------------- */

.default-padding {
    padding-top: 120px;
    padding-bottom: 120px;
}
.about-area .thumb {
    position: relative;
    z-index: 1;
    margin-right: 100px;
}
.about-area .thumb > img {
    box-shadow: 0 0 1.5625rem 0 rgb(54 186 254 / 10%);
}
.about-area .thumb .fun-fact {
    position: absolute;
    right: -100px;
    bottom: 80px;
    background: #ffffff;
    padding: 50px;
    box-shadow: 0 10px 30px 0 rgb(44 130 237 / 40%);
    border-radius: 30px;
}
.about-area .thumb .fun-fact .counter {
    position: relative;
    display: flex;
    font-size: 50px;
    font-weight: 900;
    color: #f35a38;
    line-height: 1;
    margin-bottom: 5px;
    font-family: "Quicksand", sans-serif;
}
.about-area .thumb .fun-fact .medium {
    font-weight: 600;
}
.about-area .thumb::after {
    position: absolute;
    right: -30px;
    bottom: -30px;
    content: "";
    height: 100%;
    width: 100%;
    z-index: -1;
    background: #f9f9f9;
}
.about-area .about-items .content {
    padding-left: 30px;
}
.about-area .content h2 {
    font-weight: 700;
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
}
.about-area .content ul {
    margin-top: 30px;
    overflow: hidden;
}
.about-area .content li:first-child {
    margin-top: 0;
}
.about-area .content li {
    float: left;
    width: 100%;
    padding: 0 15px;
    position: relative;
    z-index: 1;
    padding-left: 75px;
    color: #0e2258;
}
.about-area .content li h5 {
    font-weight: 900;
    font-size: 20px;
    text-transform: capitalize;
}
.about-area .content li p {
    margin: 0;
}
.about-area .content li::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f00c";
    font-family: "Font Awesome 5 Free"; 
    text-align: center;
    border-radius: 50%;
    font-weight: 700;
    height: 50px;
    width: 50px;
    line-height: 50px;
    background: #f9f9f9;
}
/* --------------about responsive--------------- */
@media only screen and (max-width: 767px){
.about-area .thumb .fun-fact {
    display: none;
}
.about-area .thumb {
    margin-bottom: 30px;
    margin-right: 0;
}
.default-padding {
    padding-top: 50px;
    padding-bottom: 50px;
}
.about-area .thumb > img {
    width: 100%;
    margin: 0 auto;
}
.about-area .about-items .content {
    padding-left: 0;
}
.about-area .content ul {
    padding: 0;
}
}
/* ------------------mobile-view-------------------- */
@media only screen and (max-width: 767px){
body, .banner-area, .banner-area div {
    height: auto;
}
.banner-area .banner-items .content {
    padding-top: 0px;
    padding-bottom: 50px;
}
footer .footer-bottom .logo img {
    margin-top: 30px;
    display: none;
}
footer .footer-bottom form {
    position: relative;
    z-index: 1;
    max-width: 400px;
    width: auto;
    margin: 30px auto auto;
}
.banner-area {
    text-align: center;
}
.banner-area .banner-items .content {
    padding-top: 0px;
    padding-bottom: 10px;
}
.banner-area.circle-bg .content h2 {
    font-size: 36px;
    margin-bottom: 25px;
    line-height: 1.2;
}
.banner-area.circle-bg .thumb {
    padding-left: 15px;
    margin-bottom: 50px;
}
.banner-area .thumb.multi-items .thumb-box img:first-child {
    margin-top: 0;
}
.banner-area .thumb.multi-items .thumb-box img:nth-child(2), .banner-area .thumb.multi-items .thumb-box img:nth-child(3) {
    display: none;
}
.about-content-area .thumb img {
    margin-left: 0;
    max-width: 90%;
    padding-right: 0;
    margin-bottom: 40px;
}
.about-content-area ul.achivement {
    height: auto;
    width: auto;
    margin-left: 0;
    margin-top: 0;
}
ul.achivement li:first-child, ul.achivement li:nth-child(2), ul.achivement li:nth-child(3) {
    position: inherit;
    top: inherit;
    right: inherit;
    left: inherit;
    bottom: inherit;
}
.about-content-area .fun-fact-list li .fun-fact {
    display: block;
    border: 1px;
    box-shadow: 0 0 1.5625rem 0 rgb(54 186 254 / 10%);
    background: #ffffff;
    padding: 30px 50px;
}
.faq-area .thumb img {
    margin-left: 0;
    max-width: 100%;
}
}
@media (max-width: 480px){
}

@media (max-width:992px) {
    /* ----------footer-top-section-------------- */

.mailchimp-one .inner-container {
    padding-left: 15px;
    padding-right: 15px;
}

/* ----------footer-top-section-------------- */
    .banner-two {
        padding-top: 110px;
        padding-bottom: 170px;
    }
    .banner-two__moc {
        max-width: 100%;
        position: relative;
        top: auto;
        right: auto;
        margin-bottom: 50px;
    }
    
    .hamburger {
        display: block;
        margin-right: 35px;
    }
    .active .bar:nth-child(2) {
        opacity: 0
    }
    .active .bar:first-child {
        -webkit-transform: translateY(8px) rotate(-315deg);
        transform: translateY(8px) rotate(-315deg);
        width: 300%
    }
    .active .bar:nth-child(3) {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
        width: 300%
    }
    .nav-menu {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: start;
        align-items: center;
        position: fixed;
        top: 75px;
        right: -100%;
        -webkit-transition: .5s;
        transition: .5s;
        margin: 0 auto;
    }
    .nav-menu li {
        padding: 0
    }
    
    .nav-link {
        margin: .2rem 0;
        z-index: 1
    }
    .active {
        right: 0;
        z-index: 100;
        transition: .2s
    }
}
.logo img{
    width: 190px;
}

@media screen and (max-width:480px) {
    .nav-link {
        padding: .75rem 0
    }
    .logo img{
    width: 120px;
}
    .banner-two__btn-block {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .banner-two__btn-block .thm-btn:nth-child(2) {
        margin-left: 0;
        margin-top: 20px;
    }
    .brand-imgs{
        position: relative;
        display: flex;
        flex-direction: column;
    }
    .brand-imgs img{
        padding-bottom: 15px;
    }
}

@media screen and (max-width:992px) {
    nav {
        z-index: 999999;
        height: 75px;
    }
    
    ul.nav-menu.active {
        background-color: rgba(253, 253, 253, .8);
        color: #444
    }
    header>nav {
        position: fixed;
        background-color: #fff
    }
    header+section {
        padding-top: 75px
    }

}

@media screen and (min-width:993px) and (max-width:1200px) {

    .nav-link {
        font-size: 1rem
    }
}


@media screen and (min-width:1201px) and (max-width:1399px) {
    .nav-link {
        font-size: 1rem
    }

}

@media screen and (min-width:992px) {
    .w-75{
        width:850px !important;
    }
    header {
        position: fixed;
        width: 100%;
        background-color: transparent;
        z-index: 999999;
    }
    header.sticky {
        position: fixed;
        top: 0;
        background-color: #fff !important;
        box-shadow: 0 0px 12px #ddd;
        z-index: 999999;
    }
}
.active{
    color: #f35a38 !important;
}
.nav-item .nav-link:hover{
    color: #f35a38 !important;
}
.icon img{
    width: 95px;
}
.banner-secz{
    margin-top: 60px;
}

@media screen and (max-width:480px) {
    .banner-secz{
    margin-top: 0px;
}
header+section {
     padding-top: 10px; 
}
footer .default-padding {
    text-align: center;
}
footer .f-item.about {
    padding-right: 0px;
}
.feature-area .single-item {
    margin-bottom: 10px;
}
.feature-area .single-item:nth-child(2) {
    margin-top: 10px;
}
.feature-area .single-item:nth-child(3) {
    margin-top: 10px;
}
.feature-area .single-item:nth-child(4) {
    margin-left: 0;
}
.faq-area .faq-content {
    padding-left: 0px;
}
}

/*------------newdesign - circle progress bar------------------*/

  .cibox{

box-sizing: border-box;
/*height: 100vh;*/
background-color: #ecf6fa;
margin-bottom: 120px;
}

.bobox h2{
    color: #0e2258;
    font-size: 50px;
    text-align: center;
    font-weight: 800;
    margin-bottom: 25px;
    margin-top: 40px;
}
.bobox p{
    color: #5f5f5f;
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 20px;
    margin-top: 10px;
}
.con-tainer{
display: flex;
width: 420px;
padding: 50px 0;
/*background: #1d252d;*/
row-gap: 30px;
flex-direction: column;
align-items: center; 
margin-top: 20px;
}

.circular-progress{
position: relative;
height: 200px;
width: 200px;
border-radius: 50%;
background: conic-gradient(#f35a38 3.6deg, #ededed 0deg); 
display: flex;
align-items: center;
justify-content: center; 
}
.circular-progress::before{
content: "";
position: absolute;
height: 160px;
width: 160px;
border-radius: 50%;
background-color: #1d252d;
}

.progress-value{
position: relative;
font-size: 48px;
font-weight: 900;
color: #fff;
}

.texting{
font-size: 20px;
    font-weight: bold;
color: #5f5f5f;
} 

@media (max-width: 480px){
    .con-tainer {
    width: 100%;
    padding: 0;
    }
    .cibox{
        margin-bottom: 40px;
    }
    
.bobox h2 {
    font-size: 38px;
}
.bobox p {
    font-size: 17px;
}
}

/*-----banner new design -------------------*/
/*.banner-box{*/
/*    background: red;*/
/*    padding: 10px 20px;*/
/*    margin-right: 15px;*/
/*    border-radius: 10px;*/
/*}*/
/*.banner-box p{*/
/*    color: #fff;*/
/*    font-size: 18px;*/
/*    font-weight: 600;*/
/*    margin: 0;*/
/*    padding: 10px;*/
/*    line-height: 1.2;*/
/*}*/
/*.banner-box i{*/
/*    color: #fff;*/
/*    font-size: 18px;*/
/*    font-weight: 600;*/
/*    padding: 10px;*/
/*    margin-left: 10px;*/
/*}*/
/*@media (max-width: 480px){*/
/*    .banner-box i{*/
/*    color: #fff;*/
/*    font-size: 18px;*/
/*    font-weight: 600;*/
/*    padding: 5px;*/
/*    margin-left: 5px;*/
/*}*/
/*.banner-box p{*/
/*    color: #fff;*/
/*    font-size: 15px;*/
/*    font-weight: 600;*/
/*    margin: 0;*/
/*    padding: 5px;*/
/*    line-height: 1.2;*/
/*}*/
/*}*/

/*--------animation button--------------*/
.btn-animate {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  margin: 10px 50px 10px 15px;
}

.btn-animate {
  min-width: 15rem;
  height: auto;
}

.btn-animate .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3.5rem;
  height: 3.5rem;
  background: rgba(243, 90, 56, 1);
  border-radius: 2rem;
}

.btn-animate .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}

.btn-animate .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 15px;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}

.btn-animate .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
}

.btn-animate .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px 0;
  margin: 0 0 0 70px;
  color: #0e2258;
  line-height: 2;
  text-transform: uppercase;
  text-align: left;
  width: 100%;
  font-size: 15px;
  font-weight: 600;
}

.btn-animate:hover .circle {
  width: 100%;
}

.btn-animate:hover .circle .icon.arrow {
  background: #fff;
  transform: translate(1rem, 0);
}

.btn-animate:hover .button-text {
  color: #fff;
}
.mart-5{
    margin-top: 45px;
}
@media (max-width: 480px){
    .btn-animate{
        margin: 10px;
    }
    .mart-5{
            flex-direction: column;
    }
    .mart-5{
        margin-top: 10px;
    }
}
.form-spinner,.contact-response-output {
    display:none
}