body {
  color: #41405E;
  line-height: 1.7;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Dosis', sans-serif;
  background:#ECE9F0 url(../../assets/img/logo-bg.svg) no-repeat;
  background-attachment: fixed;
}

a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color:#775CED;
}

a:hover, a:focus {
  outline: none;
  text-decoration: none;
  color:#FD7D7D;
}

p {
  margin-bottom: 8px;
}

p:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Dosis', sans-serif;
  color: #41405E;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0;
  line-height: 1.5;
}

h1,
.h1 {
  font-size: 45px;
  line-height: 1;
}

@media only screen and (max-width: 767.98px) {
  h1,
  .h1 {
    font-size: 28px;
  }
}

@media only screen and (max-width: 479.98px) {
  h1,
  .h1 {
    font-size: 26px;
  }
}

h2,
.h2 {
  font-size: 30px;
}

@media only screen and (max-width: 767.98px) {
  h2,
  .h2 {
    font-size: 26px;
  }
}

@media only screen and (max-width: 479.98px) {
  h2,
  .h2 {
    font-size: 24px;
  }
}

h3,
.h3 {
  font-size: 24px;
}

@media only screen and (max-width: 767.98px) {
  h3,
  .h3 {
    font-size: 20px;
  }
}

h4,
.h4 {
  font-size: 20px;
}

h5,
.h5 {
  font-size: 18px;
}

h6,
.h6 {
  font-size: 16px;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

strong,
b {
  font-weight: 700;
}

address {
  margin-bottom: 0;
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.bg-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.btn,
button {
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background-color: transparent;
}

.btn:active, .btn:focus,
button:active,
button:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

input,
textarea {
  resize: none;
}

input:focus,
textarea:focus {
  outline: none;
}

.form-control:focus {
  border-color: #0172d0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
/* menu ------------ */
.logo-n{width:130px}
.hfixed{max-width: 18%;}

.m-hide {
	display: block;
}

.d-hide {
	display: none;
}

.hide-btn {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -15px;
	color: #000;
	font-size: 22px;
	z-index: 99999;
	cursor: pointer;
	width: 30px;
	height: 30px;
	border: 1px solid #fff;
	text-align: center;
	background: #fff;
	border-radius: 50%;
	line-height: 26px;
}

.button {
  display: inline;
  position: absolute;
  left: 4px;
  top: 15px;
  z-index: 999;
  width: 20px;
}

.button span {
	text-decoration: none;
	cursor: pointer;
}
.button-in {
  display: inline;
  position: absolute;
  left: 0px;
  top: 8px;
  z-index: 999;
  cursor:pointer
}
.btn-open img{width:50px}
.btn-open:after {
	content: '';
	background: url(../../assets/img/menu.svg) center top no-repeat;
	width: 42px;
	height: 36px;
	background-size: 100%;
	position: absolute;
	top: 6px;
	transition-property: all .2s linear 0s;
	-moz-transition: all .2s linear 0s;
	-webkit-transition: all .2s linear 0s;
	-o-transition: all .2s linear 0s;
}

.btn-close:after {
	content: '';
	background: url(../../assets/img/close.svg) center top no-repeat;
	width: 30px;
	height: 30px;
	background-size: 100%;
	position: absolute;
	top: 6px;
	transition-property: all .2s linear 0s;
	-moz-transition: all .2s linear 0s;
	-webkit-transition: all .2s linear 0s;
	-o-transition: all .2s linear 0s;
}

.overlay {
	display: none;
	position: fixed;
	top: 0;
	height: 100%;
	width: 100%;
	background: #fff url(../../assets/img/logo-menu-bg.svg) right 30px no-repeat;
	overflow: auto;
	z-index: 10000;
	background-size: 24%;
}
.new{}
.gkg{background:#fff !important;}
.wrap {
	width: 100%;
	max-width: 1130px;
	margin: 0 auto;
	padding: 170px 0 0 0;
}

.wrap h3 {
	color: #775ced;
	padding: 5px 0 10px;
	font-size: 24px;
	font-weight: bold;

}

.wrap h4,h5 {
	color: #41405e;
	padding: 0px 0 0;
}

.wrap ul.wrap-nav {
	text-transform: capitalize;
	padding: 0 0 50px;
}

.wrap p {
	color: #41405e;
	padding: 5px 0 0;
	font-size: 13px;
	letter-spacing: .5px;
}

.wrap ul.wrap-nav li {
	text-align: left;
	width: 100%;
	position: relative;
	
}

.wrap ul.wrap-nav li a {
	color: #41405e;
	padding: 6px 10px 0px 0px;
	display: inline-block;
	font-weight: 600;
	font-size: 16px;
	text-decoration: none;
	transition-property: all .2s linear 0s;
	-moz-transition: all .2s linear 0s;
	-webkit-transition: all .2s linear 0s;
	-o-transition: all .2s linear 0s;
	
}

.wrap ul.wrap-nav li a:hover {
	color: #fd7d7d;
	font-weight: 600;
}

.wrap ul.wrap-nav ul {
	padding: 20px 0;
}

.wrap ul.wrap-nav ul li {
	display: block;
	font-size: 13px;
	width: 100%;
	color: #41405e;
}

.wrap ul.wrap-nav ul li a {
	color: #41405e;
}

.wrap ul.wrap-nav ul li a:hover {
	color: #41405e;
}

.rkbg {
	position: absolute;
	right: -50px;
	top: 9px;
	height: 100px;
	background: url(../images/sq.svg) 0 0 no-repeat;
	width: 30%;
	background-position: right;
}

.sufferingWrap {
	padding: 80px 0 60px;
}

.rk {
	
}

.rk ul {
	margin-top: 20px;
	margin-bottom: 20px;
	
}

.rk ul li {
	display: inline;
	border-right: 1px solid #848896;
	padding: 0 10px;
	font-size: 12px;
	color: #848896;
	
}

.rk ul li:first-child {
	padding-left: 0;
}
.rk ul li:last-child {
	border-right: 0 solid #848896;
}

.rk ul li a {
	font-size: 15px;
	color: #41405e;
	
}

.rk ul li a:hover {
	font-size: 15px;
	color: #FD7D7D;
	
}
.call-rk{width: auto;
text-transform: lowercase;}
.call-rk a {width: auto;
text-transform: lowercase;}

.f-social {
	padding: 10px 10px 10px 0px;
	color: #41405e;
	font-size: 24px;
}

.f-social .fa {
	padding: 6px;
	color: #41405e;
	font-size: 28px;
}

.f-social .fa:hover {
	padding: 6px;
	color: #FD7D7D;
	font-size: 28px;
}

.m-tagline {
	display: none ;
}
.scroll-hide-mobile{display: none !important;}
.collapse {
	display: block;
}

/*--------- slick slider dot style start -------*/
.select-menu {
  max-width: 250px;
  margin: 0px auto;
}
.select-menu .select-btn {
  display: flex;
  padding: 0 px20px;
  font-size: 20px;
  font-weight: bold;
  color: #41405e;
  border-radius: 8px;
  align-items: center;
  cursor: pointer;
  justify-content: space-between;
  padding-top: 15px;
}
.ser-in {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}
.radisus{border-radius: 10px 10px 0px 0px !important; padding: 10px 18px !important;}
.radisus1{border-radius: 0px 0px 10px 10px !important;padding: 10px 18px !important;}
.select-btn i {
  font-size: 22px;
  transition: 0.3s;
}
.select-menu.active .select-btn i {
  transform: rotate(-180deg);
}
.select-menu .options {
  position: absolute;
  padding: 10px 0px;
  margin-top: 10px;
  width: 250px;
  border-radius: 8px;
  display: none;
  z-index: 100000;
}
.select-menu{}
.select-menu ul li a{font-size: 16px !important;font-weight: 600 !important;}
.option .option-text {
  font-size: 18px;
  color: #333;
}
.select-menu.active .options {
  display: block;
}
.options .option {
  display: flex;
  cursor: pointer;
  padding: 0 16px;
  border-radius: 0px;
  align-items: center;
  background: #fff;
  width: 100%;
  line-height: 20px;
  padding:5px 20px;
  border-bottom: 1px solid #ece9f0;
}
.options .option:hover {
  background: #fd7d7d;
  color:#fff !important
}
.option .option-text {
  font-size: 18px;
  color: #333;
}
.option .option-text {
  font-size: 18px;
  color: #333;
}

.option .option-text {
  font-size: 18px;
  color: #333;
}
.option .option-text:honer {
  font-size: 18px;
  color: #333;
}

/*--------- slick slider dot style start -------*/
.rkm ul{
	margin:0px 0px 0px;
	padding:0px
}
.rkm ul li{
	float:left;
	padding:0px 25px;
	line-height: 28px;
}
.li60{padding-left: 70px !important;}
.rkm ul li a{
	font-size: 20px;
	font-weight: bold;
	color:#41405e
}
.item{position:relative}
.banner-text {
  position: absolute;
  top: 180px;
  text-align: right;
  padding-right: 60px;
}
.banner-text h1{font-size:65px; font-weight:800;line-height: 1;padding-bottom: 15px;text-transform: uppercase;}
.banner-text h3{font-size:30px; font-weight:bold;text-transform: uppercase;}
.banner-text h4{font-size:12px;color:#7C7C84;padding-bottom: 5px; }
/*--------- slick slider dot style start -------*/
.carousel-indicators {
  position: absolute;
  right:inherit;
  bottom: -46px;
left: 28px;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: inherit;
  margin-right: inherit;
  margin-left:inherit;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 20px;
  height: 20px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #707070;
  background-clip: padding-box;
  opacity: .5;
  transition: opacity .6s ease;
  border-top: none;
border-bottom: none;
  border-radius: 20px;
}
.carousel-indicators .active {
  opacity: 1;
    background-color: #FD7D7D;
}
.container {
  max-width: 1200px;
}

@media only screen and (max-width: 767.98px) {
  .container {
      max-width: 96%;
	
  }
  .hero-slider {padding: 80px 0px !important}
  .m-hide {display: none;}
  .banner-text {
	  position: static;
	padding: 25px 0px;
  text-align: left;
}
.banner-text h1 {
  font-size: 45px;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 15px;
}
.banner-text h3 {
  font-size: 25px;
  font-weight: bold;
}
.header-transparent {
  top: 0px;
  left: 0;
  width: 100%;
  position: absolute;
  z-index: 100000;
  background-color: transparent;
}

 .owl-nav.disabled {
  display: block !important;;
}
}


.rk1m ul {
  margin-top: 20px;
  margin-bottom: 20px;
}
.rk1m ul li {
  display: inline;
  border-right: 1px solid #848896;
  padding: 0 10px;
    padding-left: 10px;
  font-size: 12px;
  color: #848896;
}
.rk1m ul li:first-child {
	 border-right: 1px solid #848896;
  padding: 0px 10px 3px 10px;
    padding-left: 0px;
  font-size: 12px;
  color: #848896;
}
.rk1m ul li:last-child {
	 border-right: 0px solid #848896;
  padding: 0px 10px;
  font-size: 12px;
  color: #848896;
}
.rk1m ul li a {
  font-size: 15px;
  color: #41405e;
}


@media only screen and (max-width: 575.98px) {
  .container {
      max-width: 96%;
  }
  .h-logo{width:auto}
  .mp-0{padding: 0px 15px;}
  .hero-slider {padding: 80px 0px !important}
 .select-menu {
 position: relative;
top: -4px;
right: 5px;
}
  .button {
	display: inline;
	position: absolute;
	left: 30px;
	top: -22px;
	z-index: 999;
	width: 20px;
}
.rky {
  display: none !important
}
.hfixed {
  max-width: 25%;
}
.card-block-ab {
  height: auto !important;
  border: none;
  border-radius: 20px;
}
.select-menu .options {
  right: 0 !important;
}
.wrap {
  width: 82%;
  max-width: 1130px;
  margin: 0 auto;
  padding: 92px 0px 0 0px;
}
  .banner-text {
	  position: static;
	padding: 25px 0px;
  text-align: left;
}
.banner-text h1 {
  font-size: 45px;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 15px;
}
.banner-text h3 {
  font-size: 25px;
  font-weight: bold;
}
.rk1m ul {
  margin-top: 20px;
  margin-bottom: 20px;
}
.rk1m ul li {
	display: block;
  padding: 0px 10px;
    padding-left: 0px;
  font-size: 12px;
  color: #848896;
   border-right: 0px solid #848896;
}
.rk1m ul li:first-child {
	 border-right: 0px solid #848896;
  padding: 0px 0px 3px 10px;
    padding-left: 0px;
  font-size: 16px;
  color: #848896;
}
.rk1m ul li:last-child {
	 border-right: 0px solid #848896;
  padding: 0px 10px;
  font-size: 16px;
   padding-left: 0px;
  color: #848896;
}
.rk1m ul li a {
 font-size: 18px;
color: #41405e;
font-weight: 500
}

.rkm ul li {
  float: left;
  padding: 0px 16px;
    padding-left: 16px;
  line-height: 28px;
}
 .owl-nav.disabled {
  display: block !important;;
}
.wrap h3 {
  color: #775ced;
  padding: 5px 20px 10px;
  font-size: 24px;
  font-weight: bold;
}
.kim {
  padding-top: 30px;
  padding-left: 20px;
}
}




@media only screen and (max-width: 479.98px) {
  .container {
      max-width: 100%;
	
  }
  .hero-slider {padding: 100px 0px 0px !important;}
    .banner-text {
		position: static;
	padding: 25px 4px;
  text-align: left;
}
.banner-text h1 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 15px;
}
.banner-text h3 {
  font-size: 25px;
  font-weight: bold;
}
.breadcrumb-area {
  margin-bottom: 15px;
}
.breadcrumb-wrap {
  padding: 130px 0 50px !important;
  text-align: center;
}
 .owl-nav.disabled {
  display: none !important
}
}

/*------- short classes start -------*/
.section-padding {
  padding: 0px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
  .section-padding {
    padding: 0px 5px;
  }
  .safe h2 {
  font-size: 38px !important;
line-height: 40px !important;
font-weight: bolder !important;
}
.lh p {
  line-height: 22px;
  padding-top: 24px;
  font-size: 18px;
  margin-bottom: 30px !important;
}
.widget-mn ul li {
  margin: 0px;
  padding: 10px;
  color: #fff;
  padding: 0px;
  line-height: 24px !important;
}
.widget-mn ul li a {
  margin: 0px;
  padding: 10px 10px !important;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.widget-mn {
padding-top: 20px;
text-align: center;
float: inherit !important;
color: #fff;
}
.widget-mn a {
text-align: center;
float: inherit !important;
color: #fff !important;
padding: 0px 5px;
font-weight: 600;
}
.widget-mn a:hover {
text-align: center;
float: inherit !important;
color: #000 !important;
padding: 0px 5px;
font-weight: 600;
}
.widget-body .desc {
  color: #fff;
  padding-right: 0px !important;

}
.ftime {
  float: left;
  padding-right: 7px !important;
  padding-left: 15px;

}
.ftime img {
  width:80px
}
.time p {
  color: #fff;
  padding-bottom: 0px;
  font-size: 18px;
  line-height: 12px;
}
.scan img {
  width:80px
}

.section-padding--ptb_90 {
  padding: 90px 0;
}
}
@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
  .section-padding--ptb_90 {
    padding: 68px 0;
  }
}

.section-padding--pt_80 {
  padding-top: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
  .section-padding--pt_80 {
    padding-top: 68px;
  }
}

.section-padding--pb_120 {
  padding-bottom: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
  .section-padding--pb_120 {
    padding-bottom: 68px;
  }
}

.pb-125 {
  padding-bottom: 70px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
  .pb-125 {
    padding-bottom: 50px;
  }
}

@media only screen and (min-width: 992px) {
  .pl-lg-45 {
    padding-left: 45px;
  }
}

@media only screen and (min-width: 992px) {
  .pr-lg-45 {
    padding-right: 45px;
  }
}

.pl-30 {
  padding-left: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-65 {
  margin-top: 65px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
  .mt-65 {
    margin-top: 40px;
  }
}

.mt-100 {
  margin-top: 100px;
}

.mtn-20 {
  margin-top: -20px;
}

.mbn-30 {
  margin-bottom: -30px;
}

.mtn-30 {
  margin-top: -30px;
}

.mtn-40 {
  margin-top: -40px;
}

.mtn-65 {
  margin-top: -65px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
  .mtn-65 {
    margin-top: -40px;
  }
}

.mtn-10 {
  margin-top: -10px;
}

.mtb-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mtn-40 {
  margin-top: -40px;
}

.ptb-30 {
  padding: 30px 0;
}

.mtn-100 {
  margin-top: -100px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .mtmd-0 {
    margin-top: 0 !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .mtsm-0 {
    margin-top: 0 !important;
  }
}

/*------- short classes end -------*/
/*------- header top style start -------*/
.header-top {
  padding: 12px 0;
}

.header-top-left {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
  .header-top-left {
    font-size: 16px;
  }
}

.header-top-left a {
  color: #fff;
}

.header-top-left a:hover {
  color: #41405E;
}

@media only screen and (max-width: 575.98px) {
  .login-register {
    padding-bottom: 6px;
  }
}
.carousel-item{margin-right: -97%;}
.login-register a {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}

.login-register a:hover {
  color: #41405E;
}

.header-social-link a {
  color: #fff;
  margin-left: 20px;
  line-height: 55px;
  font-size:22px
}

.header-social-link a:hover {
  color: #775CED;
}

.header-social-link a:first-child {
  margin-left: 0;
}

/*------- header top style end -------*/
/*------ main menu start ------*/
.brand-logo {
  max-width: 200px;
}

.main-menu-wrapper {
  padding: 20px 0;
}

.main-menu-wrapper.header-transparent {
  padding: 15px 0;
}

.main-menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.main-menu ul li {
  position: relative;
}

.main-menu ul li a {
  color: #41405E;
  font-size: 18px;
  padding: 10px 22px;
  font-weight: 500;
  display: block;
  font-family: 'Dosis', sans-serif;
}

.main-menu ul li a i {
  font-size: 14px;
  padding: 0 3px;
}

.main-menu ul li:last-child a {
  padding-right: 0;
}

.main-menu ul li:hover > a, .main-menu ul li.active > a {
  color: #0172d0;
}

.main-menu ul li ul.dropdown {
  top: 100%;
  left: 0;
  width: 175px;
  position: absolute;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 99999;
  pointer-events: none;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  border: 1px solid #efefef;
}

.main-menu ul li ul.dropdown li {
  margin-right: 0;
  border-right: none;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}

.main-menu ul li ul.dropdown li a {
  color: #41405E;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 20px;
  text-transform: capitalize;
  position: relative;
  border-bottom: 1px solid #efefef;
  z-index: 1;
}

.main-menu ul li ul.dropdown li a i {
  float: right;
  padding-top: 5px;
}

.main-menu ul li ul.dropdown li:hover > a {
  color: #fff;
  background-color: #0172d0;
}

.main-menu ul li ul.dropdown li:hover > ul.dropdown {
  top: 0;
  opacity: 1;
  visibility: visible;
}

.main-menu ul li ul.dropdown li:last-child a {
  border-bottom: 0;
}

.main-menu ul li ul.dropdown li ul.dropdown {
  top: 100%;
  left: 100%;
  opacity: 0;
  visibility: hidden;
}

.main-menu ul li:hover ul.dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}
.mtime{float:left;padding-right: 15px;}
.mtime p{line-height: 10px;font-size: 16px;font-weight: 600;}
.mtimeh{float:left;padding-left: 15px;}
.rk1{display:none}
.rky{display:block}
.mtimeh p{line-height: 10px;font-size: 16px;font-weight: 600;}
.ftime{float:left;padding-right: 20px;}
.ftime p{line-height: 10px;font-size: 16px;font-weight: 600;padding-top:5px; color:#fff}
/*------ main menu end ------*/
/*----- language style strat -----*/
.language {
  position: relative;
  color: #fff;
}

.language .dropdown-list {
  top: 100%;
  right: 0;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  padding: 15px 15px 20px;
  width: 150px;
  z-index: 9;
  background-color: #fff;
  pointer-events: none;
  border: 1px solid #efefef;
}

.language .dropdown-list li {
  margin-left: 0;
  padding: 0;
}

.language .dropdown-list li a {
  color: #41405E;
  font-size: 14px;
  display: block;
  padding: 8px 0 3px;
}

.language .dropdown-list li a:hover {
  color: #0172d0;
}

.language .dropdown-list li a img {
  vertical-align: inherit;
  padding-right: 5px;
}

.language:hover .dropdown-list {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.mobile-top-dropdown {
  padding: 20px;
}

.mobile-top-dropdown > a {
  color: #fff;
}

.mobile-top-dropdown .dropdown-toggle:after {
  display: none;
}

/*----- language style end -----*/
/*------ sticky menu style start ------*/
.sticky.is-sticky {
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 100000;
  background-color: #fff;
  -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
  -webkit-animation: 900ms cubic-bezier(0.2, 1, 0.22, 1) 0s normal none 1 running fadeInDown;
          animation: 900ms cubic-bezier(0.2, 1, 0.22, 1) 0s normal none 1 running fadeInDown;
}

.sticky.is-sticky.main-menu-wrapper {
  padding: 10px 0;
}

.sticky.is-sticky.main-menu-wrapper .brand-logo {
  max-width: 100px;
}

/*------ sticky menu style end ------*/
.header-transparent {
  top: 0px;
  left: 0;
  width: 100%;
  position: absolute;
  z-index: 100000;
  background-color: transparent;
}
.header-transparent1 {
  top: 0px;
  left: 0;
  width: 100%;
  position: absolute;
  z-index: 1000;
  background-color: transparent;
}
/*----- mobile menu start -----*/
.mobile-header {
  padding: 15px 0;
}

.mobile-logo {
  max-width: 100px;
}

.mobile-main-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mobile-main-header .mobile-menu-toggler {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.mobile-main-header .mobile-menu-toggler .mobile-menu-btn {
  margin-left: 25px;
}

.mobile-main-header .mobile-menu-toggler .mobile-menu-btn span {
  width: 25px;
  height: 2px;
  display: block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background-color: #41405E;
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
}

.mobile-main-header .mobile-menu-toggler .mobile-menu-btn span:nth-child(2), .mobile-main-header .mobile-menu-toggler .mobile-menu-btn span:nth-child(3) {
  margin-top: 5px;
}

.mobile-main-header .mobile-menu-toggler .mobile-menu-btn:hover span {
  background-color: #0172d0;
}

.mobile-main-header .mobile-menu-toggler .mobile-menu-btn:hover span:nth-child(1), .mobile-main-header .mobile-menu-toggler .mobile-menu-btn:hover span:nth-child(3) {
  width: 20px;
}

.mobile-navigation {
  overflow: hidden;
  max-height: 360px;
  padding: 20px;
}

.mobile-navigation nav {
  height: 100%;
}

.mobile-menu {
  margin-top: 30px;
  height: 100%;
  overflow: auto;
  padding-right: 30px;
  margin-right: -30px;
}

@media only screen and (max-width: 479.98px) {
  .mobile-menu {
    margin-top: 15px;
  }
}

.mobile-menu li > a {
  font-size: 16px;
  color: #fff;
  text-transform: capitalize;
  line-height: 18px;
  position: relative;
  display: inline-block;
  padding: 10px 0;
}

.mobile-menu li > a:hover {
  color: #41405E;
}

.mobile-menu li ul li {
  border: none;
}

.mobile-menu li ul li a {
  font-size: 14px;
  text-transform: capitalize;
  padding: 10px 0 8px;
}

.mobile-menu li.menu-item-has-children {
  display: block;
  position: relative;
}

.mobile-menu li.menu-item-has-children .dropdown {
  padding-left: 15px;
}

.mobile-menu li.menu-item-has-children .menu-expand {
  line-height: 50;
  top: -5px;
  left: 95%;
  width: 30px;
  position: absolute;
  height: 50px;
  text-align: center;
  cursor: pointer;
}

.mobile-menu li.menu-item-has-children .menu-expand i {
  display: block;
  position: relative;
  width: 10px;
  margin-top: 25px;
  border-bottom: 1px solid #fff;
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}

.mobile-menu li.menu-item-has-children .menu-expand i:before {
  top: 0;
  width: 100%;
  content: "";
  display: block;
  position: absolute;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  border-bottom: 1px solid #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.mobile-menu li.menu-item-has-children.active > .menu-expand i:before {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}

/*----- mobile menu end -----*/
/*------ offcanvas widget area start ------*/
.offcanvas-widget-area {
  margin-top: auto;
  padding: 20px;
}

.off-canvas-contact-widget li {
  color: #fff;
  font-size: 15px;
  margin-bottom: 5px;
}

.off-canvas-contact-widget li i {
  width: 20px;
}

.off-canvas-contact-widget li a {
  color: #fff;
}

.off-canvas-contact-widget li a:hover {
  color: #41405E;
}

.off-canvas-social-widget {
  margin-top: 20px;
}

.off-canvas-social-widget a {
  color: #fff;
  font-size: 18px;
  display: inline-block;
  margin-right: 15px;
}

.off-canvas-social-widget a:hover {
  color: #41405E;
}

/*------ offcanvas widget area end ------*/
.off-canvas-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  z-index: 9999;
}

.off-canvas-wrapper.open {
  opacity: 1;
  visibility: visible;
}

.off-canvas-wrapper.open .off-canvas-inner-content {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.off-canvas-wrapper .off-canvas-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  content: '';
  cursor: url("../img/icon/cancel.png"), auto;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.off-canvas-wrapper .off-canvas-inner-content {
  background-color: #0172d0;
  width: 300px;
  height: 100%;
  position: relative;
  -webkit-transform: translateX(calc(-100% - 50px));
      -ms-transform: translateX(calc(-100% - 50px));
          transform: translateX(calc(-100% - 50px));
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

@media only screen and (max-width: 479.98px) {
  .off-canvas-wrapper .off-canvas-inner-content {
    width: 270px;
  }
}

.off-canvas-wrapper .btn-close-off-canvas {
  top: 0;
  left: 100%;
  width: 60px;
  height: 60px;
  font-size: 26px;
  color: #0172d0;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background-color: #fff;
}

.off-canvas-wrapper .btn-close-off-canvas i {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: block;
  line-height: 60px;
}

.off-canvas-wrapper .btn-close-off-canvas:hover i {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.off-canvas-wrapper .off-canvas-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: auto;
  height: 100%;
}


/*------- mobile top bar settings end -------*/
/*------- Buttons Style here -------*/
.btn {
  color: #fff;
  line-height: 1;
  border-radius: 0;
  font-family: 'Dosis', sans-serif;
  background-color:  #775ced;
  border-radius: 50px;
  font-weight: 500;
}

.btn:hover {
  color: #fff;
  background-color: #FF7D7D;
}

.btn-hero {
  font-size: 20px;
  padding: 13px 24px 15px 24px;
}

@media only screen and (max-width: 767.98px) {
	
  .btn-hero {
    padding: 15px 25px;
  }
  .wrap {
  width: 82%;
  margin: 0 auto;
  padding: 120px 0px 0 0px;
}
.kim{padding-top: 30px;}
.kim img{width:200px}
.blg {
  margin-bottom: -100px !important;
}
.deschm{padding-bottom:20px}

.scan {
  float: left;
  padding-left: 13px !important;
  padding-right: 3px !important;
}

.scan p {
  color: #fff;
  padding: 16px 10px !important;
  font-size: 28px;
  line-height: 32px;
}
.scan-m {
  float: left;
  padding-left: 20px !important;
  padding-right: 3px !important;
}

.scan-m p {
  color: #fff;
  padding: 16px 10px !important;
  font-size: 28px;
  line-height: 32px;
}

.mtime p{padding:5px 10px 0 0px}

.wrap h3 {
  color: #775ced;
  padding: 5px 20px 10px;
  font-size: 24px;
  font-weight: bold;
}
.kim {
  padding-top: 30px;
  padding-left: 20px;
}
.mtime {
  float: left;
  padding-right: 0px;
  padding-left: 20px;
}
.mtime {
  float: left;
  padding-right: 0px;
  padding-left: 20px;
}
.call-rk-new {
  float: left;
  padding-left: 17px;
}
.widget-body .desc {
    color: #fff;
    padding-right: 100px;
    line-height: 22px;
    font-size: 16px;
    font-weight: 500;
}
}

.btn-all {
  font-size: 18px;
  padding: 14px 24px 15px 24px;
}

/*------- common css start -------*/
.fix {
  overflow: hidden;
}

.section-title {
  max-width: 410px;
  margin: auto;
  margin-bottom: 68px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
  .section-title {
    margin-bottom: 45px;
  }
}

.section-title .title {
  padding-bottom: 15px;
}

.section-title p {
  padding: 0 15px;
}

.section-title--style_2 {
  max-width: 710px;
}

.section-title--style_2 .title {
  line-height: 1.4;
  margin-top: -15px;
}

@media only screen and (max-width: 767.98px) {
  .section-title--style_2 .title {
    margin-top: -10px;
  }
}

.title {
  font-weight: 800;
  line-height: 1.1;
  margin-top: -9px;
}

@media only screen and (max-width: 767.98px) {
  .title {
    margin-top: -7px;
    line-height: 1.3;
  }
}

.title span {
  color: #ff7d7d;
}

.subtitle {
  font-weight: 400;
  line-height: 1.3;
  padding: 20px 0;
}

.theme-bg {
  background-color: #0172d0;
}

.gray-bg {
 padding:60px 0px 0px;


}
.breadcrumb-area{
	background: #E5DFEA url(../../assets/img/logo-bgh.svg) no-repeat;
	background-position: center;
	background-size: cover;
	}
/*------- common css end -------*/
/*---- choose us style strat ----*/
.choose-item-wrapper .title {
  padding-bottom: 8px;
}

.choose-item-wrapper--style_2 {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 58.5px 6.5px rgba(28, 71, 193, 0.15);
          box-shadow: 0px 0px 58.5px 6.5px rgba(28, 71, 193, 0.15);
  padding: 83px 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .choose-item-wrapper--style_2 {
    padding: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
  .choose-item-wrapper--style_2 {
    padding: 65px 30px 53px;
    margin-bottom: 62px;
  }
}

.choose-item-wrapper--style_2 .desc {
  padding: 25px 0 28px;
}

.choose-item {
  margin-top: 35px;
}

@media only screen and (max-width: 767.98px) {
  .choose-item {
    margin-top: 25px;
  }

}

.choose-item-title {
  font-weight: 700;
  padding-bottom: 8px;
}

.choose-list li {
  margin-bottom: 14px;
  position: relative;
}

.choose-list li:last-child {
  margin-bottom: 0;
}

.choose-list li:before {
  width: 21px;
  height: 18px;
  left: 0;
  top: 50%;
  content: '';
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/icon/check-tick.png);
}

.choose-list li .choose-item-title {
  padding-left: 36px;
}

/*---- choose us style end ----*/
/*---- call to action start ----*/
.cta-wrapper {
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
  .cta-wrapper {
    margin-top: 55px;
    padding-bottom: 6px;
  }
}

.cta-wrapper .title {
  line-height: 1.3;
}

.cta-wrapper .call {
  color: #0172d0;
  display: inline-block;
  font-size: 36px;
  font-weight: 800;
  padding-top: 23px;
}

@media only screen and (max-width: 767.98px) {
  .cta-wrapper .call {
    font-size: 28px;
  }
}

@media only screen and (max-width: 479.98px) {
  .cta-wrapper .call {
    font-size: 24px;
  }
}

.cta-wrapper .call:hover {
  color: #41405E;
}

@media only screen and (max-width: 767.98px) {
  .cta-wrapper img {
    padding-left: 0;
  }
}

/*---- call to action end ----*/
/*---- brand logo section start ----*/
.brand-item img {
  margin: auto;
  opacity: 0.25;
}

.brand-item:hover img {
  opacity: 1;
}

/*---- brand logo section end ----*/
/*------ counter up start ------*/
.counterup-item {
  text-align: left;
}

.counterup-item span {
  font-weight: bolder;

}

.counterup-item h5 {
  font-weight: 600;
padding-top: 0px;
line-height: 20px;
font-size: 18px;
}
.counterup-item1 h5 {
  font-weight: 600;
  padding-top: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
  .counterup-item h5 {
    font-size: 16px;
  }
}

.odometer-inside {
  position: relative;
  margin-left: -2px;
}

.odometer-inside::after {
  top: 0px;
  left: 100%;
  /*content: '+'; */
  position: absolute;
  padding-left:2px;
}
.sim{
  font-size: 38px;
  position: relative;
  top: 8px;
}
.sim1{
  font-size: 30px;
  position: relative;
  top: 6px;
}
/*------ counter up end ------*/
/*----- slick arrow style start -----*/
.testimonial-carousel-active.slick-arrow-style button.slick-arrow,
.hero-slider-active.slick-arrow-style button.slick-arrow {
  width: 16px;
  height: 18px;
  bottom: -38px;
  left: 0;
  cursor: pointer;
  position: absolute;
  background-repeat: no-repeat;
}

.testimonial-carousel-active.slick-arrow-style button.slick-arrow.slick-prev,
.hero-slider-active.slick-arrow-style button.slick-arrow.slick-prev {
  background-image: url(../img/icon/arrow-prev.png);
}

.testimonial-carousel-active.slick-arrow-style button.slick-arrow.slick-next,
.hero-slider-active.slick-arrow-style button.slick-arrow.slick-next {
  left: 25px;
  background-image: url(../img/icon/arrow-next.png);
}

.testimonial-carousel-active.slick-arrow-style button.slick-arrow:hover.slick-prev,
.hero-slider-active.slick-arrow-style button.slick-arrow:hover.slick-prev {
  background-image: url(../img/icon/arrow-prev-color.png);
}

.testimonial-carousel-active.slick-arrow-style button.slick-arrow:hover.slick-next,
.hero-slider-active.slick-arrow-style button.slick-arrow:hover.slick-next {
  background-image: url(../img/icon/arrow-next-color.png);
}

.testimonial-carousel-active.slick-arrow-style--testimonial_2,
.hero-slider-active.slick-arrow-style--testimonial_2 {
  margin-top: 35px;
}

.testimonial-carousel-active.slick-arrow-style--testimonial_2 button.slick-arrow,
.hero-slider-active.slick-arrow-style--testimonial_2 button.slick-arrow {
  right: 0;
  left: auto;
  bottom: 60px;
  z-index: 1;
}

.testimonial-carousel-active.slick-arrow-style--testimonial_2 button.slick-arrow.slick-prev,
.hero-slider-active.slick-arrow-style--testimonial_2 button.slick-arrow.slick-prev {
  right: 60px;
}

.testimonial-carousel-active.slick-arrow-style--testimonial_2 button.slick-arrow.slick-next,
.hero-slider-active.slick-arrow-style--testimonial_2 button.slick-arrow.slick-next {
  right: 37px;
  left: auto;
}

.testimonial-carousel-active.slick-arrow-style--testimonial_2 .slick-list,
.hero-slider-active.slick-arrow-style--testimonial_2 .slick-list {
  margin: -30px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
  .testimonial-carousel-active.slick-arrow-style--testimonial_2 .slick-list,
  .hero-slider-active.slick-arrow-style--testimonial_2 .slick-list {
    margin: -30px -15px;
  }
}

.testimonial-carousel-active.slick-arrow-style--testimonial_2 .slick-list .slick-slide,
.hero-slider-active.slick-arrow-style--testimonial_2 .slick-list .slick-slide {
  padding: 30px;
}

.slick-arrow-style_hero button.slick-arrow {
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: auto;
}

.slick-arrow-style_hero button.slick-arrow.slick-next {
  right: 48%;
  left: auto;
}

.slick-arrow-style_hero button.slick-arrow.slick-prev {
  left: 49%;
}

/*----- slick arrow style end -----*/
/* ----scroll to top css start ----*/
.scroll-top {
  bottom: 50px;
  cursor: pointer;
  height: 50px;
  position: fixed;
  right: 20px;
  text-align: center;
  width: 50px;
  z-index: 9999;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
  background-color: #fd7d7d;

}

.scroll-top i {
  line-height: 50px;
  color: #fff;
  font-size: 25px;
}

.scroll-top.not-visible {
  bottom: -50px;
  visibility: hidden;
  opacity: 0;
}

.scroll-top:hover {
  background-color: #41405E;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
/* ----scroll to top css end ----*/
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40%, 0);
            transform: translate3d(0, 40%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40%, 0);
            transform: translate3d(0, 40%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-40%, 0, 0);
            transform: translate3d(-40%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-40%, 0, 0);
            transform: translate3d(-40%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(40%, 0, 0);
            transform: translate3d(40%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(40%, 0, 0);
            transform: translate3d(40%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

@-webkit-keyframes float-bob {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes float-bob {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.moving-vertical {
  -webkit-animation-name: float-bob;
          animation-name: float-bob;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
@-webkit-keyframes float-bob1 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes float-bob1 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.moving-vertical1 {
  -webkit-animation-name: float-bob1;
          animation-name: float-bob1;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
/*------ hero slider area css start ------*/
/*-------------------------
01. Slider area
--------------------------*/
.hero-slider-item {
  height: 800px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0px;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .hero-slider-item {
    height: 550px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .hero-slider-item {
    height: 400px;
    padding-top: 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .hero-slider-item {
    height: 350px;
    padding-top: 0;
  }
  .d-hide {
	display: block;
}
}

@media only screen and (max-width: 575.98px) {
  .hero-slider-item {
    height: 550px;
  }
  .d-hide {
	display: block;
}
  .team-details-wrapper {
  padding: 0px 0 100px !important
}
.team-details-thumb {
  border-radius: 15px;
  margin-bottom: 25px;
  margin-top: 50px !important;
}
.causes ul li {
  list-style: disc;
  margin: 0px 18px;
  padding-bottom: 0px;
  font-size: 18px;
  line-height: 29px;
}


.call-rk-new {
  float: left;
  padding-left: 20px;
}
.call-rk-new .dirh {
  color: #41405E;
  font-weight: 600;
  font-size: 24px;
  position: relative;
  top: -10px;
  padding-left: 0px;
}

}

.slider-thumb {
  float: right;
}

@media only screen and (max-width: 575.98px) {
  .slider-thumb {
    float: none;
    max-width: 300px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 575.98px) {
  .hero-slider-content {
    text-align: center;
    padding: 0 20px 50px;
  }
}

@media only screen and (max-width: 479.98px) {
  .hero-slider-content {
    padding: 0 0 50px;
  }
}

.hero-slider-content .slide-title {
  color: #41405E;
  font-size: 75px;
  font-weight: 800;
  line-height: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .hero-slider-content .slide-title {
    font-size: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .hero-slider-content .slide-title {
    font-size: 34px;
    line-height: 1.3;
  }
}

@media only screen and (max-width: 767.98px) {
  .hero-slider-content .slide-title {
    font-size: 25px;
    line-height: 1.3;
  }
}

.hero-slider-content .btn-hero {
  margin-top: 55px;
}

@media only screen and (max-width: 767.98px) {
  .hero-slider-content .btn-hero {
    margin-top: 30px;
    padding: 10px 22px 12px;
    font-size: 18px;
  }
}

.hero-transparent-bg {
  height: 890px;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .hero-transparent-bg {
    height: 550px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .hero-transparent-bg {
    height: 400px;
    padding-top: 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .hero-transparent-bg {
    height: 350px;
    padding-top: 0;
  }
}

@media only screen and (max-width: 575.98px) {
  .hero-transparent-bg {
    height: 550px;
    padding-top: 0;
  }
}

/*------ hero slider area css end ------*/
.slick-active .slider-thumb img {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.slick-active .hero-slider-content .slide-title,
.slick-active .hero-slider-content .btn-hero {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.slick-active .hero-slider-content .btn-hero {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

/*----- about style start -----*/
@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
  .about-inner {
    margin-top: 65px;
  }
}

.about-inner p {
  margin-bottom: 34px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
  .about-inner--style_2 {
    margin-top: 0;
    margin-bottom: 65px;
  }
}

.about-inner--style_2 .subtitle {
  padding-top: 24px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
  .about-inner--style_2 .subtitle {
    padding-bottom: 5px;
  }
}

.about-inner--style_2 .subtitle span {
  color: #1c47c1;
  font-weight: 800;
}

.about-inner--style_2 .subtitle-2 {
  padding-top: 3px;
  padding-bottom: 46px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
  .about-thumb {
    text-align: center;
  }
}

/*----- about style end -----*/
/*----- service policy start -----*/

.scrolling-wrapper{	
	padding-top: 20px;
	padding-bottom:20px;	
}

.service {
  padding: 1rem;
 /* overflow-x: auto; */
  direction: ltr;
  scrollbar-color: #41405E #41405E52;
  scrollbar-width: thin;
  padding: 0px;
  padding-bottom:20px;
	
}
.service h2{padding: 20px 0px 25px;font-size: 20px;font-weight: 600;line-height: 15px;color: #41405E;}
.service::-webkit-scrollbar {
  height: 5px;
	width: 3px;
	background-color: #F5F5F5;
}

.service::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.service::-webkit-scrollbar-thumb {
  border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}






.card-block{
	height: 280px;
	background-color: #fff;
	border: none;
	border-radius: 20px;
	box-shadow: 2px 2px #00000008;
	overflow: hidden;
	cursor:pointer;
	}
	
.card-block .ser-img{padding:25px 22px 30px}
.card-block .ser-text {padding: 0px 8px 0px 15px;border-left: 5px solid #775CED;line-height: 24px;font-size: 20px;font-weight: bolder;}
.card-block .ser-text span{font-weight:400}

.km {padding:20px 20px}	
.km a{color: #775CED; font-size:16px}	
.km a:hover{text-decoration: none;color: #FD7D7D;}

.card-block .ser-img1{padding:22px 30px 30px}

.card-block .ser-text1 {padding: 0px 8px 0px 15px;border-left: 5px solid #FD7D7D;line-height: 24px;font-size: 20px;font-weight: bolder;}
.card-block .ser-text1 span{font-weight:400}



.service-policy-item:hover .service-policy-icon img {
  -webkit-transform: scale(0.95) translateX(10px);
      -ms-transform: scale(0.95) translateX(10px);
          transform: scale(0.95) translateX(10px);
}

.service-policy-title {
 font-weight: bolder;
  padding: 14px 0 0px;
  text-align: center;
  font-size:30px;
}
.service-policy-desc{text-align: center;font-size: 24px;font-weight: 500;}

.card-block-ab{
	height: 400px;
	border: none;
	border-radius: 20px;
	margin-bottom: 120px;
	
	}

.ab{padding:0px 0px 0px 60px;}
.abin{padding:30px 0px 0px 10px;}
.abin ol{margin:0px;padding: 0px 10px;}
.abin ol li{margin:0px;padding: 0px 10px 16px;line-height: 20px;}
.ab h2{padding:35px 0px 20px; font-size:20px; font-weight:600;line-height: 15px;color:#41405E}
.ab h1{padding:0px 0px 25px; font-size:42px; font-weight: 800;line-height: 38px;color:#41405E}
.ab p {  padding: 0px 140px 0px 0px;  font-size: 20px;  font-weight: 500;  line-height: 26px;  color: #41405E;}
.abin p {  padding: 0px 15px 12px 0px;  font-size: 18px;  font-weight: 500;  line-height: 26px;  color: #41405E;}
.abin h1{padding:10px 0px 35px; font-size:42px; font-weight: 800;line-height: 38px;color:#41405E}
.abin h4 {  padding-bottom: 15px}
.ab h4 {  padding-bottom: 15px}
.mtn-40{padding-top:50px}
.causes{padding-top: 35px;}
.causes ul{}
.causes ul li{list-style:disc;margin: 0px 18px;padding-bottom: 12px;font-size: 16px; line-height: 24px;}


/* kilkar */
.card-block-ki{
	height: 450px;
	background:#40B8D6 url(../../assets/img/ki-bg.svg) no-repeat 50px;
	border: none;
	border-radius: 20px;
	box-shadow: 2px 2px #00000008;
	max-width:1060px;
	margin:0 auto;
	padding:30px 50px;
	color:#fff;
	
}
.ki-logo{padding:40px 0px 120px}
.call{width:100%;padding-top: 10px;}
.call img{width:100%}
.card-block-ki-ser{
	min-height: 200px;
	background-color: #fff;
	border: none;
	border-radius: 20px;
	box-shadow: 2px 2px #00000008;
	}
.ki-ser-img{padding:20px 20px 15px}
.ki-ser-img img{width:70px}
.ki-ser-text{padding: 0px 20px 20px 20px;line-height: 24px;font-size: 20px;font-weight: 600;color:#40B8D6}
.ki-ser-text span{font-weight:400}
.rk{line-height:20px}
.rk p{line-height:15px;padding-bottom: 2px;}
.plr{padding-left:28px}



.card-block-blog{
	min-height: 420px;
	background-color: #fff;
	border: none;
	border-radius: 20px;
	box-shadow: 2px 2px #00000008;
	padding:0px 40px 30px;
	}

.card-block-blog h2 {
  padding: 30px 0px 0px;
  font-size: 20px;
  font-weight: 600;
  line-height: 15px;
  color: #41405e;
}




@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
  .policy-wrapper-02 {
    margin-top: -45px;
    margin-bottom: 26px;
  }
}

.policy-wrapper-02 .service-policy-item {
  padding: 34px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.policy-wrapper-02 .service-policy-item:hover, .policy-wrapper-02 .service-policy-item.active {
  -webkit-box-shadow: 0px 0px 58.5px 6.5px rgba(28, 71, 193, 0.15);
          box-shadow: 0px 0px 58.5px 6.5px rgba(28, 71, 193, 0.15);
}

@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
  .policy-area-02 {
    padding-top: 50px;
  }
}

/*----- service policy  -----*/
/*------ service section start ------*/
.servivce-middle-thumb {
  text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
  .servivce-middle-thumb {
    margin-top: 60px;
  }
}

.service-item {
  width: 218px;
  text-align: left;
}
.card-block-ab img {
  border-radius: 20px !important;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .service-item {
    float: left;
  }
}

@media only screen and (max-width: 767.98px) {
  .service-item {
    width: 100%;
  }
  .ab {
  padding: 0px 14px 0px 14px;
}
.ab p {
  padding: 0px 0px 0px 0px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #41405E;
}
.ab h1 {
  padding: 0px 0px 27px;
  font-size: 35px;
  font-weight: bolder;
  line-height: 38px;
  color: #41405E;
}
.abin {
  padding: 0px 15px 0px 15px;
}
.abin h1 {
  padding: 0px 0px 35px;
}
.card-block-ab {
  height: auto !important;
  border: none;
  border-radius: 20px;
  margin-bottom: 20px;
}
.card-block-ab img{border-radius: 20px !important;}
.card-block-ki {
  height: auto;
  background: #40B8D6 url(../../assets/img/ki-bg.svg) no-repeat 50px;
  border: none;
  border-radius: 20px;
  box-shadow: 2px 2px #00000008;
  max-width: 1060px;
  margin: 0 7px;
  padding: 20px 0px 30px 0px;
  color: #fff;

}
.overlay {
  display: none;
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  background: #fff url(../../assets/img/logo-col.svg) right 100px no-repeat;
  overflow: auto;
  z-index: 10000;
  background-size: cover;
  background-position:center;
}
.odometer.odometer-auto-theme, .odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default, .odometer.odometer-theme-default .odometer-digit {
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 45px;
}
.scrolling-wrapper1 {
  overflow-x: auto;
  padding-top: 0px;
  padding-bottom: 20px;
}
.rk {
	line-height: 20px;
	padding: 18px 20px !important;
	font-size: 20px;
}
.call img {
  width: 70%;
  padding-top:15px
}
.ki-logo {
  padding: 40px 0px 10px;
}
.ki-logo img {
 width: 70%;
 padding-left:20px;
}
.carousel-indicators {
  position: absolute;
  right: inherit;
  bottom: -36px;
  left: 18px;
}
.test-hd {
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  border-left: 5px solid #FD7D7D;
  padding: 0px 40px;
  font-weight: 600;
}
.about-wrapper-area {
  padding: 0px 0 15px !important
}
#demo1{margin:15px}
#demo2{margin:15px; padding:padding: 0px !important;}
#demo2 img{width:90%}
.safe {
	text-align:left !important;
}
.pt-5, .py-5 {
  padding-top: 2rem !important;
}
.testimonial-wrapper .pb-125 {
  padding-bottom: 20px;
}
.select-menu .select-btn {
  padding-top: 0px;
}
.texth1 {
    padding: 0px 0px 25px;
    font-size: 36px;
    font-weight: 800;
    line-height: 38px;
    color: #41405E;
}

}

.service-item:hover .service-icon img {
  -webkit-transform: scale(0.95) translateX(10px);
      -ms-transform: scale(0.95) translateX(10px);
          transform: scale(0.95) translateX(10px);
}

.service-title {
  font-weight: 700;
  padding: 18px 0 10px;
}

.service-title a {
  color: #41405E;
}

.service-title a:hover {
  color: #775ced;
}

.service-list-left .service-item:nth-child(1), .service-list-left .service-item:nth-child(3) {
  margin-left: 52px;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px), only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
  .service-list-left .service-item:nth-child(1), .service-list-left .service-item:nth-child(3) {
    margin-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .service-list-left .service-item {
    margin-right: 30px;
  }
  .service-list-left .service-item:last-child {
    margin-right: 0;
  }
}

.service-list-left .service-item:last-child {
  margin-bottom: 0;
}

.service-list-right .service-item:nth-child(2) {
  margin-left: 52px;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px), only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
  .service-list-right .service-item:nth-child(2) {
    margin-left: 0;
  }
}

.service-list-right .service-item:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .service-list-right .service-item {
    margin-right: 30px;
  }
  .service-list-right .service-item:last-child {
    margin-right: 0;
  }
}

.service-wrapper--style_2 .section-title {
  text-align: center;
}

.service-wrapper--style_2 .service-item {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .service-wrapper--style_2 .service-item {
    width: 100%;
  }
}

/*------ service section end ------*/
/*------ service details page start ------*/
@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
  .service-details-wrapper.pb-125 {
    padding-bottom: 67px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
  .service-details-widget {
    margin-top: 100px;
  }
}

.service-single-widget {
  padding: 25px;
}

.service-single-widget .service-widget-title {
  font-weight: 700;
  padding-bottom: 20px;
  line-height: 1;
}

.service-single-widget .service-list li a {
  color: #41405E;
  display: block;
  margin-bottom: 10px;
  position: relative;
  padding-left: 35px;
}

.service-single-widget .service-list li a:before {
  width: 21px;
  height: 18px;
  left: 0;
  top: 50%;
  content: '';
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/icon/check-tick.png);
}

.service-single-widget .service-list li a:hover {
  color: #775ced;
  padding-left: 40px;
}

.service-single-widget .service-list li:last-child a {
  margin-bottom: 0;
}

@media only screen and (min-width: 1600px) {
  .service-details-content {
    padding-right: 30px;
  }
}

.service-details-content h3 {
  font-weight: 700;
  padding-bottom: 10px;
}

/*------ service details page end ------*/
/*----- testimonial area start -----*/
@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
  .testimonial-wrapper {
    padding: 0px 7px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
  .testimonial-wrapper--style_2 {
    padding-bottom: 68px;
  }
}



@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
  .testimonial-inner {
    margin-top: 68px;
  }
}

.testimonial-content {
  padding: 1px;
}

.testimonial-content .client-name {
  color: #1c47c1;
  line-height: 1;
  font-weight: 500;
  padding-bottom: 4px;
}

.testimonial-content .client-desig {
  font-weight: 300;
}

.testimonial-content p {
  padding-top: 57px;
  padding-bottom: 12px;
}

@media only screen and (max-width: 767.98px) {
  .testimonial-content p {
    padding-top: 45px;
  }

}

.testimonial-content p i {
  font-size: 14px;
  line-height: 1;
  padding-right: 5px;
}

.testimonial-content p i:last-child {
  padding-left: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .testimonial-thumb {
    text-align: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
  .testimonial-thumb--style_2 {
    margin-bottom: 68px;
  }
}

.testimonial-item--style_2 .testimonial-content {
  padding: 40px 20px 48px 45px;
  -webkit-box-shadow: 0px 0px 31.5px 3.5px rgba(28, 71, 193, 0.11);
          box-shadow: 0px 0px 31.5px 3.5px rgba(28, 71, 193, 0.11);
}

.testimonial-item--style_2 .testimonial-content p {
  padding-top: 0;
}

/*----- testimonial area end -----*/
/*----- breadcrumb style css start -----*/
.breadcrumb-wrap {
  padding: 180px 0 70px;
  text-align: center;
}
.about-wrapper-area{  padding: 60px 0 60px;}
.about-wrapper-area p{  line-height:1.4}
@media only screen and (max-width: 767.98px) {
  ..breadcrumb-wrap {
  padding: 130px 0 50px;
}
  .mres {
  margin-top: 30px;
  margin-bottom: 20px;
}
}

.breadcrumb-wrap .breadcrumb {
  background: transparent;
  margin-bottom: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.breadcrumb-wrap .breadcrumb .breadcrumb-item {
  line-height: 1;
  font-size: 18px;
  text-transform: capitalize;
  color: #41405e;
}

.breadcrumb-wrap .breadcrumb .breadcrumb-item a {
  color: #41405e;
}

.breadcrumb-wrap .breadcrumb .breadcrumb-item a:hover {
  color: #775ced;
}

.breadcrumb-wrap .breadcrumb .breadcrumb-item:before {
  color: #41405e;
  content: "/";
  font-size: 12px;
  margin: 0 5px;
}

.breadcrumb-wrap .breadcrumb .breadcrumb-item:first-child::before {
  display: none;
}

.breadcrumb-wrap .breadcrumb .breadcrumb-item.active {
  margin-top: 2px;
  text-transform: capitalize;
}

.breadcrumb-title {
  color: #41405e;
  font-size: 40px;
  line-height: 1;
  font-weight: 800;
  margin-bottom: 20px;
}

@media only screen and (max-width: 575.98px) {
  .breadcrumb-title {
    font-size: 24px;
  }
}

/*----- breadcrumb style css end -----*/
/*------ team area style  start ------*/
.team-wrapper-area {
  padding: 90px 0 100px;
}
.team-details-wrapper {
  padding: 90px 0 100px;
}
.team-member {
  position: relative;
  text-align: center;
}

.team-member-info {
  bottom: 0;
  left: 50%;
  position: absolute;
  background-color: #f8f8f8;
  padding: 40px;
  text-align: center;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-shadow: 0px 0px 58px 6px rgba(28, 71, 193, 0.15);
          box-shadow: 0px 0px 58px 6px rgba(28, 71, 193, 0.15);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .team-member-info {
    padding: 30px;
  }
}

@media only screen and (max-width: 767.98px) {
  .team-member-info {
    padding: 10px;
  }
}

@media only screen and (max-width: 575.98px) {
  .team-member-info {
    padding: 40px;
  }
}

.team-member:hover .team-member-info {
  opacity: 1;
  visibility: visible;
}

.team-member--hover-effect {
  text-align: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px), only screen and (min-width: 768px) and (max-width: 991.98px) {
  .team-member--hover-effect {
    margin-top: 130px;
  }
}

@media only screen and (max-width: 767.98px) {
  .team-member--hover-effect {
    margin-top: 100px;
  }
}

@media only screen and (max-width: 575.98px) {
  .team-member--hover-effect {
    margin-top: 100px;
  }
}

.team-member--hover-effect:before, .team-member--hover-effect:after {
  top: 0;
  left: 50%;
  width: 10px;
  height: 10px;
  content: '';
  position: absolute;
  border: 1px solid #b9b9b9;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.team-member--hover-effect:after {
  top: 0;
  left: 55%;
  width: 13px;
  height: 13px;
}

.team-member--hover-effect .team-member-info {
  left: 50%;
  top: -100px;
  content: '';
  position: absolute;
  -webkit-transform: translateX(-6px) scale(0.7);
      -ms-transform: translateX(-6px) scale(0.7);
          transform: translateX(-6px) scale(0.7);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  white-space: nowrap;
  text-align: left;
  padding: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
  .team-member--hover-effect .team-member-info {
    top: -80px;
  }
}

.team-member--hover-effect .team-member-name {
  font-weight: 700;
  padding-bottom: 3px;
}

.team-member--hover-effect .team-member-name a {
  color: #41405E;
}

.team-member--hover-effect .team-member-name a:hover {
  color: #775ced;
}

.team-member--hover-effect .team-member-desig {
  font-weight: 400;
}

.team-member--hover-effect:hover:before, .team-member--hover-effect:hover:after, .team-member--hover-effect.active:before, .team-member--hover-effect.active:after, .team-member--hover-effect.team-open:before, .team-member--hover-effect.team-open:after {
  opacity: 1;
  visibility: visible;
  top: -23px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
  .team-member--hover-effect:hover:before, .team-member--hover-effect:hover:after, .team-member--hover-effect.active:before, .team-member--hover-effect.active:after, .team-member--hover-effect.team-open:before, .team-member--hover-effect.team-open:after {
    top: -15px;
  }
}

.team-member--hover-effect:hover:after, .team-member--hover-effect.active:after, .team-member--hover-effect.team-open:after {
  top: -45px;
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
  .team-member--hover-effect:hover:after, .team-member--hover-effect.active:after, .team-member--hover-effect.team-open:after {
    top: -30px;
  }
}

.team-member--hover-effect:hover .team-member-info, .team-member--hover-effect.active .team-member-info, .team-member--hover-effect.team-open .team-member-info {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
  -webkit-transform: translateX(-6px) scale(1);
      -ms-transform: translateX(-6px) scale(1);
          transform: translateX(-6px) scale(1);
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .team-member--hover-effect:hover .team-member-info, .team-member--hover-effect.active .team-member-info, .team-member--hover-effect.team-open .team-member-info {
    -webkit-transform: translateX(-6px) scale(1);
        -ms-transform: translateX(-6px) scale(1);
            transform: translateX(-6px) scale(1);
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .team-content.about-inner {
    padding-right: 140px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
  .team-content.about-inner {
    margin-top: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px), only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
  .team-content--style_2 {
    margin-bottom: 65px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px), only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
  .team-wrapper.section-padding--pb_120 {
    padding-top: 0;
  }
}

.team-wrapper--style_1 {
  padding-top: 80px;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px), only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
  .team-wrapper--style_1 {
    padding-top: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
  .team-wrapper [class*="col-"]:last-child .team-member--hover-effect .team-member-info {
    -webkit-transform: translateX(-6px) scale(1);
        -ms-transform: translateX(-6px) scale(1);
            transform: translateX(-6px) scale(1);
    left: auto;
    right: 0;
  }
}

@media only screen and (max-width: 575.98px) {
  .team-wrapper [class*="col-"]:last-child .team-member--hover-effect .team-member-info {
    -webkit-transform: translateX(-6px) scale(1);
        -ms-transform: translateX(-6px) scale(1);
            transform: translateX(-6px) scale(1);
    left: 50%;
  }
}

@media only screen and (max-width: 479.98px) {
  .team-wrapper--style_1 [class*="col-"] {
    max-width: 100%;
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .team-wrapper--style_3 .team-member--hover-effect {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
  .team-wrapper--style_3 .team-member--hover-effect {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 479.98px) {
  .team-wrapper--style_3 [class*="col-"] {
    max-width: 100%;
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}

@media only screen and (max-width: 575.98px) {
  .team-wrapper--style_3 [class*="col-"] .team-member--hover-effect {
    margin-top: 100px;
  }
}

@media only screen and (max-width: 575.98px) {
  .team-wrapper--style_3 .section-padding--pt_80 {
    padding-top: 0;
  }
.ab h2{padding:0px 0px 25px; font-size:20px; font-weight:600;line-height: 15px;color:#41405E}
.p-4{padding:10px !important}
.card-block-blog {
  padding: 0px 20px 30px;
  min-height: 375px;
}
.blog-hd {
  font-size: 24px !important;
  line-height: 25px !important;
  top: 52px !important;
}
.logo {
  font-size: 35px !important;
  line-height: 36px !important;
  top: 135px !important;
  left: 14px !important;
}
.play {
  font-size: 35px !important;
  line-height: 36px !important;
  top: 132px !important;
  right: 12px !important;
}
.carousel-inner{margin-top: 50px !important}

}

/*------ team details start ------*/
@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
  .team-member-details {
    margin-top: 0px;
  }

}
.team-details-thumb {  border-radius: 15px; margin-bottom: 25px; margin-top: -12px;}
.team-details-widget .quick-contact {
  padding: 25px 25px 18px 25px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0px 0px 5px #ccc;
}

.team-details-widget .quick-contact .quick-title {
  font-weight: 700;
  color: #775ced;
  padding-bottom: 20px;
}

.team-details-widget .quick-contact a {
  display: block;
  color: #41405E;
  margin-bottom: 10px;
}

.team-details-widget .quick-contact a:hover {
  color: #775ced;
}

.team-details-widget .quick-contact .team-sicial-link a {
  display: inline-block;
  color: #41405E;
  font-size: 18px;
  margin-right: 15px;
}

.team-details-widget .quick-contact .team-sicial-link a:hover {
  color: #775ced;
}

.team-details-widget .quick-contact .team-sicial-link a:last-child {
  margin-right: 0;
}

/*-- Single Skill --*/
.single-skill {
  margin-bottom: 30px;
}

.single-skill:last-child {
  margin-bottom: 0;
}

.single-skill span {
  display: block;
  font-size: 14px;
  line-height: 1;
  color: #41405E;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.single-skill .skill-bar {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #dbdbdb;
  padding: 1px;
}

.single-skill .skill-bar .skill-progress {
  display: block;
  height: 100%;
  background-color: #775ced;
  position: relative;
}

.single-skill .skill-bar .skill-progress::before {
  content: attr(data-progress);
  position: absolute;
  right: 0;
  bottom: 15px;
  font-size: 14px;
  line-height: 1;
  color: #41405E;
  letter-spacing: 1px;
}

/*------ team details end ------*/
/*------ team area style end ------*/
/*------- pricing table start -------*/
.pricing-item {
  border-radius: 5px;
  padding: 50px 0;
  text-align: center;
  border: 1px solid #e1e1e1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.pricing-item:hover, .pricing-item.active {
  -webkit-box-shadow: 0 0 30px 1px rgba(1, 26, 72, 0.12);
          box-shadow: 0 0 30px 1px rgba(1, 26, 72, 0.12);
}

.dolar {
  color: #011a48;
  font-size: 26px;
  font-weight: 600;
  padding-right: 3px;
  vertical-align: super;
}

.price-head {
  background-image: url(../img/bg/1.png);
  background-position: center;
  background-repeat: no-repeat;
}

.price-head h2 {
  font-size: 60px;
  font-weight: 700;
  display: inline-block;
}

@media only screen and (max-width: 479.98px) {
  .price-head h2 {
    font-size: 36px;
  }
  
}

.price-head h4 {
  display: inline-block;
}

.pricing-title {
  color: #775ced;
  font-size: 30px;
  display: block;
  padding-top: 15px;
}

.pricing-list {
  margin-bottom: 20px;
  padding: 30px;
}

.pricing-list li {
  padding: 10px 0;
  border-bottom: 1px solid #e1e1e1;
}

.pricing-list li:first-child {
  border-top: 1px solid #e1e1e1;
}

/*------- pricing table end -------*/
/*------ pagination area style start ------*/
.paginatoin-area {
  padding: 20px;
  border: 1px solid #e1e1e1;
}

.paginatoin-area .pagination-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.paginatoin-area .pagination-box li {
  margin-right: 5px;
  display: inline-block;
}

.paginatoin-area .pagination-box li:last-child {
  margin-right: 0;
}

.paginatoin-area .pagination-box li a {
  color: #41405E;
  height: 36px;
  width: 36px;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  line-height: 36px;
  background-color: #f5f5f5;
  border-radius: 5px;
}

.paginatoin-area .pagination-box li a i {
  font-size: 22px;
  line-height: 36px;
}

.paginatoin-area .pagination-box li a:hover {
  color: #fff;
  border-color: #775ced;
  background-color: #775ced;
}

.paginatoin-area .pagination-box li.active a {
  color: #fff;
  background-color: #775ced;
}

/*------ pagination area style end ------*/
/*----- blog post item start -----*/


.blog-thumb {
  text-align: center;
  overflow: hidden;
  
}
.blog-hd {
  font-size: 35px;
  line-height: 36px;
  width: 250px;
  text-align: left;
  border-left: 5px solid #FD7D7D;
  padding: 0px 10px;
  position: absolute;
  top: 68px;
  margin-left: 0px;
  text-transform: uppercase;
  font-weight: bolder;
}

.blg{font-size: 20px;line-height: 14px;padding: 38px 40px;margin-bottom: -48px;border-radius: 20px 20px 0px 0px;background: #fff;}
.logo {
  font-size: 35px;
  line-height: 36px;
  width: 250px;
  text-align: left;
  padding: 0px 20px;
  position: absolute;
  bottom: 195px;
}
.play {
  font-size: 35px;
  line-height: 36px;
  text-align: left;
  padding: 0px 20px;
  position: absolute;
  bottom: 195px;
  right:36px;
}

.test-hd {
  font-size: 18px;
  line-height: 26px;
  text-align: left;
  border-left: 5px solid #FD7D7D;
  padding: 0px 40px;
  font-weight: 600;
}


.card-block-test{
	min-height: 225px;
	background-color: #775CED;
	border: none;
	border-radius: 20px 20px 20px 0px;
	padding:10px 0px 40px;
	color:#fff;
	}

.card-block-test h2 {
  padding: 0px 40px 25px;
  font-size: 20px;
  font-weight: 600;
  line-height: 15px;
  color: #41405E;
  color:#fff;
}
.p-44 {
  padding:2.5rem 2.5rem 0rem 2.5rem !important;
}
.pl-10{padding-left:70px}
.pb-140{
  padding-bottom: 60px;
}
.card-block-blog h2 img {
display: inline;
}

.blog-hd  span {
  font-weight: 400;
}

.blog-thumb a {
  display: block;
}

.blog-content {
  padding-top: 18px;
}

.blog-content p{
  line-height:1.5;
  font-size:18px;
}


.blog-title a {
  color: #41405E;
}

.blog-title a:hover {
  color: #775ced;
}

.blog-meta:hover a {
  color: #41405E;
}

.blog-content.blog-details .blog-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
}








@media only screen and (max-width: 575.98px) {
  .blog-content.blog-details .blog-title {
    font-size: 24px;
  }
    .p-44m{
  padding: 2.5rem 0.5rem 0rem 0.5rem !important;
}
}

.blog-content.blog-details .blog-meta {
  padding-bottom: 20px;
}

.blog-content blockquote {
  border-left: 5px solid #0172d0;
  margin: 25px 32px 25px 30px;
  background-color: #f8f8f8;
  padding: 15px;
}

@media only screen and (max-width: 575.98px) {
  .blog-content blockquote {
    margin: 25px 15px 25px 15px;
  }
  
}

/*----- blog post item end -----*/
/*----- blog sidebar start -------*/
@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
  .blog-widget-wrapper {
    margin-top: 20px;
  }
}

.blog-widget-title {
  font-weight: 500;
  line-height: 1;
  margin-bottom: 40px;
  position: relative;
}

.blog-widget-title:before, .blog-widget-title:after {
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  background-color: #e1e1e1;
}

.blog-widget-title:after {
  width: 50px;
  background-color: #0172d0;
}

.widget-search-form {
  position: relative;
}

.widget-search-form .search-field {
  width: 100%;
  border: none;
  height: 46px;
  line-height: 1;
  font-size: 14px;
  padding: 0 15px;
  padding-right: 55px;
  background-color: #f6f6f6;
}

.widget-search-form .search-btn {
  width: 46px;
  height: 46px;
  background-color: #0172d0;
  color: #fff;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
}

.widget-search-form .search-btn:hover {
  background-color: #41405E;
}

.recent-posts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.recent-posts-image {
  width: 80px;
}

.recent-posts-body {
  line-height: 1;
  padding-left: 10px;
  width: calc(100% - 80px);
}

.recent-posts-meta {
  display: block;
  font-size: 14px;
  line-height: 1;
  padding-bottom: 10px;
}

.recent-posts-title {
  font-weight: 500;
  line-height: 1.3;
}

.recent-posts-title a {
  color: #41405E;
}

.recent-posts-title a:hover {
  color: #0172d0;
}

.recent-posts:last-child {
  margin-bottom: 0;
}

.blog-categories li {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 20px;
}

.blog-categories li a {
  color: #41405E;
}

.blog-categories li span {
  float: right;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.blog-categories li:last-child {
  margin-bottom: 0;
}

.blog-categories li:hover a {
  color: #0172d0;
}

.blog-categories li:hover span {
  color: #0172d0;
}

.blog-tag {
  margin-bottom: -5px;
}

.blog-tag a {
  color: #41405E;
  font-size: 14px;
  border: 1px solid #e1e1e1;
  line-height: 1;
  padding: 8px 15px;
  display: inline-block;
  margin-bottom: 5px;
}

.blog-tag a:hover {
  color: #fff;
  background-color: #0172d0;
  border-color: #0172d0;
}


/*----- Google map area start -----*/
#google-map {
  height: 500px;
  width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  #google-map {
    height: 400px;
  }
}

@media only screen and (max-width: 767.98px) {
  #google-map {
    height: 350px;
  }
}

/*----- Google map area end -----*/
/*------ contact form area start -------*/
.contact-message form input,
.contact-message form textarea {
  width: 100%;
  border: none;
  padding: 10px 10px;
  border-bottom: 3px solid transparent;
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 5px !important;
}
.contact-message form select {
  width: 100%;
  border: none !important;
  padding: 10px 10px !important;
  border-bottom: 3px solid transparent;
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 5px !important;
  height:50px;
}

.contact-message form textarea {
  height: 100px;
}

/*------ contact form area start -------*/
/*------ contact info area start -------*/
.contact-information {
  height: 100%;
  padding-left: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
  .contact-information {
    margin-bottom: 65px;
    padding-left: 0;
  }
}

.contact-information p {
  padding-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
  .contact-information p {
    padding-bottom: 10px;
  }
}

.contact-information ul li {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 15px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
		    margin-top: 20px;

}

@media only screen and (max-width: 479.98px) {
  .contact-information ul li {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

.contact-information ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.contact-information ul li i {
  font-size: 18px;
  padding-right: 10px;
}

.contact-title {
  padding-bottom: 35px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
  .contact-title {
    margin-top: 0px;
    padding-bottom: 20px;
  }
}

/*------ contact info area end -------*/
/*---------- faq style start ----------*/
.faq-inner .card {
  border: none;
  margin-bottom: 10px;
}

.faq-inner .card:last-child {
  margin-bottom: 0;
}

.faq-inner .card .card-body {
  line-height: 1.8;
  border: 1px solid #e1e1e1;
}

.card-header {
  padding: 0;
  border: none;
}
.card-body ul li{list-style:disc;margin-left: 16px;}
.card-header button {
  color: #41405E;
  font-size: 15px;
  font-weight: 600;
  width: 100%;
  line-height: 1.2;
  padding: 16px 15px;
  text-align: left;
  text-transform: capitalize;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f8f8f8;
  position: relative;
}

@media only screen and (max-width: 479.98px) {
  .card-header button {
    padding: 12px 10px;
  }
 .header-bottom__banner .owl-dots {
  position: relative;
  bottom: 0 !important;
  margin-top: 70px !important;
  max-width: 200px;
  text-align: left !important;
  left: 0 !important;
  margin-left: 16px;
}
}

.card-header button:hover {
  background-color: #775ced;
  color: #fff;
}

.card-header button i {
  color: #0172d0;
  font-size: 20px;
  padding-right: 10px;
}

.card-header button:before {
  top: 50%;
  right: 20px;
  content: "\f107";
  position: absolute;
  font-family: "FontAwesome";
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 479.98px) {
  .card-header button:before {
    right: 10px;
  }
}

.faq-inner .card-header .accordio-heading[aria-expanded="false"] {
  background-color: #f67b82;
  color: #fff;
}

.faq-inner .card-header .accordio-heading[aria-expanded="true"] {
  color: #fff;
  background-color: #775ced;
}

.faq-inner .card-header .accordio-heading[aria-expanded="true"] i {
  color: #fff;
}

.faq-inner .card-header .accordio-heading[aria-expanded="true"]:before {
  content: "\f106";
}

/*---------- faq style end ----------*/




/*----- footer section start -----*/
@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
  .footer-widget-area.pb-125 {
    padding-bottom: 50px;
  }
}

.widget-logo {
  max-width: 200px;
  margin-bottom: 10px;
}

.widget-title {
  font-weight: 800;
  margin-bottom: 38px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
  .widget-title {
    margin: -6px 0 20px;
  }
}
.widget-mn{float: right;}
.widget-mn ul{margin:0px; padding:0px}
.widget-mn ul li{margin:0px; padding:0px;float: left;color:#fff;padding:0px;line-height: 55px;}
.widget-mn ul li a {
  margin: 0px;
  padding: 50px 26px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.widget-mn ul li a:hover {

  color: #775CED;
}
.widget-body .desc {color: #fff;padding-right:80px;line-height:22px;font-size:16px;font-weight:500;}
.visit{color: #fff; font-size: 18px;font-weight: bold;text-transform: uppercase;padding: 17px 10px 9px; position: relative; top: 5px;
}
.desc a{color:#fff; font-weight:400;}
.visith {color:#41405E;font-size: 18px;font-weight: bold;text-transform: uppercase;padding: 17px 10px 9px;position: relative;
top: 3px;}
.callh{color:#41405E;font-size: 14px;font-weight: bold;padding: 17px 10px 9px;position: relative;
top: 3px;}
.desch{position: relative;left: 20px; z-index:-1;}
.desch a{color:#41405E; font-weight:400;}
.descm{position: relative;left: 20px}
.deschm a{color:#41405E; font-weight:400;}
.deschm a:hover{color:#775CED; font-weight:400;}
.deschm .dirh{color:#41405E; font-weight:400; font-size:18px; position: relative;top: -3px;}
.dir{color:#fff; font-weight:400; font-size:18px; padding-top:3px}
.dirh{color:#41405E; font-weight:400; font-size:18px; position: relative;top: -6px;}
.time{}
.time p{color:#fff; padding-bottom:0px; font-size:18px;line-height: 16px;}
.call-rk-new{float:left}
.call-rk-new p {color: #fff; padding: 10px 20px; font-size: 32px;  line-height: 38px;}
.call-rk-new p span{color: #fff; font-size: 32px;font-weight:600;  }
.scan{float:left;padding-left: 0px;padding-right: 15px;}
.scan p {
  color: #fff;
  padding: 15px 7px;
  font-size: 28px;
  line-height: 32px;

}
.scan p span{color: #fff; font-size: 30px;font-weight:600;  }
.call-rk-new .dirh {
  color: #41405E;
  font-weight: 600;
  font-size: 24px;
  position: relative;
  top: -10px;
  padding-left: 10px;
}

.news-subtitle p b {
  font-weight: 600;
  padding-top: 5px;
  padding-bottom: 8px;
}

.contact-info {
  padding-top: 12px;
}

.contact-info li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
  margin-bottom: 22px;
}

.contact-info li span {
  font-weight: 600;
  padding-right: 5px;
}

.contact-info li:last-child {
  margin-bottom: 0;
}

.useful-link li {
  line-height: 1.7;
  margin-bottom: 20px;
  width: 50%;
  float: left;
}

.useful-link li a {
  color: #41405E;
  position: relative;
  padding-left: 18px;
}

.useful-link li a:before {
  top: 50%;
  left: 0;
  content: '\f101';
  position: absolute;
  font-family: "FontAwesome";
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.useful-link li a:hover {
  color: #0172d0;
  padding-left: 25px;
}

.useful-link li:last-child {
  margin-bottom: 0;
  clear: both;
}

.twitter-post {
  padding-right: 25px;
}

.twitter-post li:not(:last-child) {
  margin-bottom: 22px;
}

.newsletter-inner {
  margin-top: 15px;
}

.newsletter-inner form {
  position: relative;
}

.newsletter-inner .news-field {
  font-size: 14px;
  width: 100%;
  height: 50px;
  line-height: 1;
  color: #41405E;
  padding: 0 25px;
  border: 1px solid #e1e1e1;
  border-radius: 50px;
  margin-bottom: 20px;
}

.newsletter-inner .btn {
  background-color: #1c47c1;
}

.newsletter-inner .btn:hover {
  background-color: #41405E;
}

.footer-bottom {
  padding: 21px 0;
}

.copyright-text p {
  font-weight: 500;
  color: #fff;
  font-size:14px;
  line-height: 1.2;
}

.copyright-text p a {
  color: #0172d0;
}

@media only screen and (min-width: 1600px) {
  .footer-widget-area [class*="col-"] .footer-single-widget {
    padding-left: 18px;
  }
}

@media only screen and (min-width: 1600px) {
  .footer-widget-area [class*="col-"]:first-child .footer-single-widget {
    padding-left: 0;
  }
}
/**************************************************/
/* .header-bottom */
/**************************************************/

.header-bottom__banner .owl-dots {
 position: absolute;
width: 100%;
top: 530px;
left: -115px;
}

.header-bottom__banner .owl-dots .owl-dot {
  padding: 0;
}

.header-bottom__banner .owl-dots .owl-dot span {
  min-width: 20px;
  height: 20px;
}

.header-bottom__banner .owl-dots .owl-dot.active span {
  min-width: 20px;
  height: 20px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  background-color: #FD7D7D !important;
}

.header-bottom__banner-2 {
  position: absolute;
  top: -150px;
  left: 0;
  width: 100%;
}

.header-bottom__banner-2 .slide-item {
  padding-top: 310px;
  overflow: hidden;
  position: relative;
}

.header-bottom__banner-2 .slide-item__bg {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(31, 61, 157, 0.5);
}

.header-bottom__banner-2 .slide-item > img {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 25%;
     object-position: center 25%;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.header-bottom__banner-2 .slide-item .container {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  z-index: 10;
}

.header-bottom__banner-2 .slide-item__title {
  margin-left: -2px;
  text-transform: uppercase;
  font-size: 78px;
  font-family: "BebasNeue";
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0px;
  width: 100%;
  color: #ffffff;
}

.header-bottom__banner-2 .slide-item__title span {
  font-weight: 900;
  font-family: "BebasNeue";
  color: #ffffff;
}

.header-bottom__banner-2 .slide-item__subtitle {
  margin-top: 22px;
  margin-bottom: 34px;
  font-weight: 100;
  font-size: 25px;
  color: #ffffff;
}

.header-bottom__banner-2 .slide-item__block {
  opacity: 0;
  -webkit-transform: translateY(150px);
          transform: translateY(150px);
  -webkit-transition: all 1s ease .2s;
  transition: all 1s ease .2s;
}

.header-bottom__banner-2 .owl-item.active .slide-item > img {
  -webkit-animation: bannerScale 5s linear 1s;
          animation: bannerScale 5s linear 1s;
}

.header-bottom__banner-2 .owl-item.active .slide-item__block {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.header-bottom__banner-2 > .owl-dots {
  position: absolute;
  top: 80%;
  left: 50%;
  -webkit-transform: translate(-50%, -80%);
          transform: translate(-50%, -80%);
  z-index: 10;
}

.header-bottom__banner-2 > .owl-dots > .owl-dot span {
  width: 10px;
  min-width: 10px;
  height: 10px;
  min-height: 10px;
  margin-right: 5px;
  background-color: #ffffff !important;
  cursor: pointer;
}

.header-bottom__banner-2 > .owl-dots > .owl-dot.active span {
  width: 47px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.header-bottom__banner-2 > .owl-nav {
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-bottom__banner-2 > .owl-nav > button {
  overflow: hidden;
  border-radius: 8px !important;
  width: 49px;
  height: 49px;
  border: 1px solid #1f3d9d !important;
  background-color: #ffffff !important;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.header-bottom__banner-2 > .owl-nav > button:hover {
  background-color: #1f3d9d !important;
}

.header-bottom__banner-2 > .owl-nav > button:hover span {
  color: #ffffff;
}

.header-bottom__banner-2 > .owl-nav > button span {
  line-height: 20px;
  font-weight: 900;
  margin-top: -5px;
  font-size: 30px;
  color: #41405E;
}
.gradient-border-pseudo {
  position: relative;
  padding: 7px 20px;
  background: #ECE9F0;
  margin: 5px 0px;
  border-radius: 50px;
  top: 18px;
  color:#41405E
}

.gradient-border-pseudo::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -3px;
  border-radius: inherit;
  background-image: linear-gradient(45deg, #835fe3, #fd7d7d);;
}

.yy {
  margin: 50px auto;
  width: 250px;
  height: 250px;
  border-left: 20px solid #3ACFD5;
  border-right: 20px solid #3a4ed5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-position: 0 0, 0 100% ;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 20px;
  -moz-background-size: 100% 20px;
  background-size: 100% 20px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMzYWNmZDUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNhNGVkNSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=),url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMzYWNmZDUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNhNGVkNSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(left, #3acfd5 0%, #3a4ed5 100%), -webkit-linear-gradient(left, #3acfd5 0%, #3a4ed5 100%);
  background-image: -moz-linear-gradient(left, #3acfd5 0%, #3a4ed5 100%), -moz-linear-gradient(left, #3acfd5 0%, #3a4ed5 100%);
  background-image: -o-linear-gradient(left, #3acfd5 0%, #3a4ed5 100%), -o-linear-gradient(left, #3acfd5 0%, #3a4ed5 100%);
  background-image: linear-gradient(to right, #3acfd5 0%, #3a4ed5 100%), linear-gradient(to right, #3acfd5 0%, #3a4ed5 100%);
}
.circle {
        height: 70px;
        width: 70px;
        border-radius: 50%;
        background-color: transparent;
        position: absolute;
        right: -20px;
        bottom: -66px;
        transition: 0.5s;
        position: absolute;
        bottom: -120px;
    }
    .circle1 {
        background-color:#FD7D7D;
        bottom: -30px;
    }
.img-act{display:block;}
.img-def{display:none;}
.safe{}
.safe h2{font-size:38px; line-height:35px; font-weight:800}
.safe p{font-size:25px;line-height:50px}
.lh{}
.lh p{line-height:22px; padding-top:30px;font-size: 18px;}
/*shaper */
.shapesmain{position:absolute; width:100%; top:0px}
.shapes{
	background: #FD7D7D;
	width: 70px;
	height: 70px;
	border-radius: 50px;
	position: relative;
	top: 500px;
	left: 200px;
}
.shapes-one{
	background: #775CED;
	width: 20px;
	height: 20px;
	border-radius: 50px;
	position: absolute;
	top: 150px;
	left: 150px;
}
.shapes-two {
  background: #FD7D7D;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  position: absolute;
  top: 40px;
  right: 170px;
  text-align: right;
}
.shapes-three {
  background: #775CED;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  position: absolute;
  top: 530px;
  left: 670px;

}
.shapes-four {
  background: #FD7D7D;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  position: absolute;
  top: 550px;
  right: 120px;
  z-index:1000;
}
.shapes-five {
background: #775CED;
	width: 20px;
	height: 20px;
	border-radius: 50px;
	position: absolute;
	top: 260px;
	right: 70px;
}
.shapes-six {
background: #FD7D7D;
	width: 20px;
	height: 20px;
	border-radius: 50px;
	position: absolute;
	top: 130px;
	left: 700px;
}



@media only screen and (max-width: 768px) {
.shapes-one {
  background: #775CED;
  width: 20px;
  height: 20px;
  border-radius: 50px;
   position: absolute;
  top: 200px;
 right: 30px !important
}
.shapes-two {
  background: #FD7D7D;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  position: absolute;
  top: 100px;
  right: 90px;
  text-align: right;
}
.shapes {
  background: #FD7D7D;
  width: 70px;
  height: 70px;
  border-radius: 50px;
  position: absolute;
  bottom: 110px;
  right: -32px;
}
.shapes-five {
  background: #FD7D7D;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  position: relative;
  top: 95px;
  left: 42px;
}

.shapes-four {
  background: #FD7D7D;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  position: absolute;
  top: 500px;
  right: 70px;
  z-index: 1000;
}
.shapes-three {
  background: #775CED;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  position: absolute;
  top: 490px;
  left: 40px;
  z-index: 1000;
}
.shapes {
  background: #FD7D7D;
  width: 70px;
  height: 70px;
  border-radius: 50px;
  position: relative;
  top: 720px;
  left: 370px;
}
.main-menu-wrapper.header-transparent {
  padding: 15px 0;
}

.shapes-six{display:none}

.rkm ul li {
  float: left;
  padding: 0px 80px;
  line-height: 28px;
}
.service {
  padding-bottom: 0px;
}
.services-block-three {
  margin-bottom: 0px !important;
}
.wrap ul.wrap-nav {
  text-transform: capitalize;
  padding: 0 16px 10px;
}
}


@media only screen and (max-width: 500px) {
.header-bottom__banner .owl-dots {
    position: static;
	width: 100%;
	top: 575px;
	left: -115px;
	margin-top: 10px !important;
	padding-left: 3px;
}	
	
	.service {
  padding-bottom: 0px;
}
.shapes-one {
  background: #775CED;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  position: absolute;
  top: 200px;
 right: 30px !important
}
.shapes-two {
  background: #FD7D7D;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  position: absolute;
  top: 110px;
  right: 40px;
  text-align: right;
}
.shapes {
  background: #FD7D7D;
  width: 70px;
  height: 70px;
  border-radius: 50px;
  position: absolute;
  bottom: 110px;
  right: -32px;
}
.shapes-five {
  background: #FD7D7D;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  position: relative;
  top: 45px;
  left: 42px;
}
.shapes-four {
  background: #FD7D7D;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  position: absolute;
  top: 420px;
  right: 60px;
  z-index: 1000;
}
.shapes-three {
  background: #775CED;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  position: absolute;
  top: 420px;
  left: 20px;
  z-index: 1000;
}
.shapes {
  background: #FD7D7D;
  width: 70px;
  height: 70px;
  border-radius: 50px;
 position: relative;
top: 670px;
left: 270px;
}
.prl{padding-left:0px 50px !important}

.shapes-six{display:none}

.flbg {
  position: absolute !important;
	width: 100% !important;
	margin-top: -64px;
	left: 0 !important;
}
.ab h1 {
  padding: 0px 0px 25px;
  font-size: 36px;
  font-weight: 800;
  line-height: 38px;
  color: #41405E;
}
}


.services-block-three{
  margin-bottom: 30px;
}
.services-block-three i {
    font-size: 32px;
}
.services-block-three>a {
    display: block;
    border: 2px solid #d5d5d5;
    border-radius: 20px;
    text-align: center;
    background: #fff;
    padding: 0px 20px;
    position: relative;
  margin-bottom:30px;

}
.services-block-three>a:before {
    display: block;
border: 2px solid #d5d5d5;
border-radius:20px;
text-align: center;
background: #fff;
padding: 0px 0px;
position: relative;
margin-bottom: 30px;
}
.services-block-three>a:after {
    display: block;
    content: "";
    width: 9%;
    height: 17%;
    position: absolute;
    top: -2px;
    left: -2px;
    border-top: 2px solid #775ced;
    border-left: 2px solid #775ced;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
	border-radius:20px 0px 0px 0px;
}
.padding-15px-bottom {
    padding-bottom: 15px;
}
.services-block-three h4 {
    color: #6f6f6f;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 600;
}
.services-block-three p {
   margin-bottom: 10px;
color: #757575;
line-height: 22px;
}
.services-block-three>a:hover {
    opacity: 1;
    border-color: #d5d5d5;
}
a:hover, a:active {
    color: #fd7d7d;
    text-decoration: none;
}

.services-block-three>a:hover:before, .services-block-three>a:hover:after {
    width: 95%;
    height: 90%;
}
/*----- footer section end -----*/
footer{background: rgb(90,62,215);background: linear-gradient(0deg, rgba(90,62,215,1) 0%, rgba(252,125,126,1) 100%);padding-top: 80px;position: relative;}
.logo-bg{background:url(../../assets/img/logo-bgh1.svg) left -130px no-repeat; background-size:400px}


/*working only in ipad portrait device*/
@media screen and (max-width: 992px) {
 .rkm ul li {
	  float: left;
	  padding: 0px 15px;
	  line-height: 28px;
	}
.banner-text {
    position: static;
    text-align: left;
    padding: 30px 10px;
}
.banner-text h1 {
  font-size: 46px;
  font-weight: 800;
  line-height: 1;
  padding-bottom: 15px;
  text-transform: uppercase;
}
.card-block-ab {
  height: 600px;
  border: none;
  border-radius: 20px;

}
.ab {
  padding: 0px 0px 0px 15px;
}
.ab p {
  padding: 0px 10px 0px 0px;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
  color: #41405E;
}
.call {
  width: 100%;
  padding-top: 30px;
}
.widget-mn {
  padding-top: 20px;
  text-align: center;
  float: inherit !important;
  color: #fff;
}
.time p {
  color: #fff;
  padding-bottom: 0px;
  font-size: 15px;
  line-height: 11px;
}
.ftime {
  float: left;
  padding-right: 0px !important;
  padding-left: 20px;
}
.scan p span {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
}
.scan p span {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}
.shapes {
  background: #FD7D7D;
  width: 70px;
  height: 70px;
  border-radius: 50px;
}
.shapes-two {
  background: #FD7D7D;
width: 40px;
height: 40px;
border-radius: 50px;
position: absolute;
top: 94px;
right: 50px;
text-align: right;
}
.shapes-six {
  background: #FD7D7D;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  position: absolute;
  top: 130px;
  left: 450px;
}
.shapes-three {
    background: #775CED;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    position: relative;
    top: 330px;
    left: 10px;
    overflow: hidden;
}
.shapes-four {
  background: #FD7D7D;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  position: absolute;
  top: 420px;
  right: 80px;
  z-index: 1000;
}
.overlay {
padding: 20px;
}
.rk1m ul {
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 0px 20px;
}
.deschm{
padding-left: 20px;
}
.wrap {
  width: 100%;
  max-width: 900px;
  margin: 0;
  padding: 120px 0 0 0;
}
.wrap p {
    color: #41405e;
    padding: 5px 10px 0 20px;
    font-size: 13px;
    letter-spacing: .5px;
}
.f-social {
    padding: 10px 10px 10px 20px;
    color: #41405e;
    font-size: 24px;
}
.safe {
    text-align: left !important;
    padding-top: 40px;
}
footer {
    background: rgb(90,62,215);
    background: linear-gradient(0deg, rgba(90,62,215,1) 0%, rgba(252,125,126,1) 100%);
    padding-top: 50px;
    position: relative;
}
}
  

/*working only in ipad landscape device*/
@media all and (width: 1024px) and (height: 768px) and (orientation:landscape){
  
}
