/*Using fonts*/
/*font-family: 'Anton', sans-serif;
font-family: 'Poppins', sans-serif;*/

/* Default CSS */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, span, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
}
body {
  font-family:  'Arial';
  font-weight: 600;
  font-size: 16px;
  background: #FFF;
  overflow-x: hidden;
}
p a{
  background: transparent !important;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
 display: block;
}

audio,
canvas,
video {
 display: inline-block;
}
a{
  outline: none !important;
}
audio:not([controls]) {
 display: none;
 height: 0;
}

[hidden] { display: none; }

code, kbd, pre, samp {
 font-family: monospace, serif;
 font-size: 1em;
}

pre {
 white-space: pre;
 white-space: pre-wrap;
 word-wrap: break-word;
}

blockquote:before, blockquote:after,
q:before, q:after {
 content: '';
 content: none;
}

ins {
 background-color: #ff9;
 color: #000;
 text-decoration: none;
}

mark {
 background-color: #A7F4F6;
 color: #555;
}

del { text-decoration: line-through; }

abbr[title], dfn[title] {
 border-bottom: 1px dotted;
 cursor: help;
}

table {
 border-collapse: collapse;
 border-spacing: 0;
}
button{
  outline: none !important;
}
input
{
  outline:none !important;
}

h1,h2,h3,h4,h5,h6,p{
  margin:0;
  padding:0;
}
ul{
  margin:0;
  padding: 0;
  list-style: none;
}
a{
  margin:0;
  padding:0;
  text-decoration: none;
}
a:hover{
  text-decoration: none;
}

h1 {
  color: #014FA2;
  font-weight: 400;
  font-size: 51px;
  letter-spacing: 1px;
}
h2 {
  color: #222222;
  font-size: 28px;
  font-weight: 500;
}
h3 {
  color: #29436F;
  font-size: 24px;
  /*font-weight: 300;*/
}
h4 {
  font-weight: 900;
  color: #FFF;
  font-size: 26px;
}
h5 {
  color: #014FA2;
  font-size: 14px;
  /*font-weight: 300;*/
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: .5rem;
	font-weight: inherit;
	line-height: 1.2;
}
h6 {
  color: #000;
  font-size: 24px;
}
p {
  font-size: 14px;
  font-weight: 500;
  color: #6B767E;
  line-height: 1.3;
}
img{
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.section-padding{
  padding-top: 80px;
}
.btn-style-1 {
  display: inline-block;
  padding: 10px 45px;
  background: #014FA2;
  color: #FFF;
  font-size: 12px;
  border-radius: 50px;
  font-weight: 500;
}
.single-items .features-content .btn-style-1{
	font-size: 24px !important;
    max-height: 55px;
    max-width: 231px;
    padding: 7px 30px;
	text-align:center;
}
.single-items .features-content h5{
	font-size: 24px !important;
}
a.btn-style-2 {
  display: inline-block;
  padding: 10px 30px;
  background: #014FA2;
  border: 1px solid #014FA2;
  display: inline-block;
  color: #FFF;
  font-size: 28px;
  border-radius: 50px;
  font-weight: 500;
}
.btn-style-1:hover{
  color: #FFF;
}
.section-heading{
  text-align: center;
}

/*********************************/
/********1.Header area css********/
/*********************************/
.header-area {
  /* position: absolute; */
  width: 100%;
  top: 0px;
  left: 0;
  z-index: 555;
}
.header-top {
  background: #014FA2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 60px;
}
.logo-area {
  width: 220px;
}
.logo-area a img {
  width: 100%;
  height: auto;
  display: block;
}
.header-area .container-fluid{
  padding-left: 0px;
  padding-right: 0px;
}
.menu-icon a i{
  font-size: 35px;
  color: #FFF;
}
.menu-area ul {
  background: #003A77;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; 
  -webkit-box-orient: vertical; 
  -webkit-box-direction: normal; 
  -ms-flex-direction: column; 
  flex-direction: column;
  padding: 10px 60px 20px 80px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: absolute;
  right: 0;
  top: 58px;
  z-index: 99999;
  text-align: right;
  display: none;
}
.menu-area ul li a {
  font-family: 'Arial';
  font-size: 15px;
  color: #FFF;
  display: inline-block;
  padding: 6px 0;
  font-weight: 900;
  font-style: normal;
}

/*********************************/
/********1.Header area css********/
/*********************************/
.banner-main-area{
  background-size: 100% 100%;
  background-position: center top;
}

/*********************************/
/******2.Features area css********/
/*********************************/
.features-area .section-heading {
  margin-bottom: 55px;
}
.single-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.features-area .row {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.features-img {
  width: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.features-img img {
	max-width: 100%;
	width: 100%;
	min-height:auto;
	height: 100%;
	-o-object-fit: inherit;
	   object-fit: inherit;
}
.features-content {
  padding-left: 30px;
}
.features-content h3 {
  margin-bottom: 20px;
}
.features-content p {
  max-width: 200px;
  width: 100%;
  margin-bottom: 20px;
}
.single-items .features-content h3.items-2{
  margin-bottom: 5px;
  font-size:41px;
  font-weight:700;
}
/* .features-content h5 { */
  /* margin-bottom: 20px; */
/* } */
.features-content a {
	margin-left: 2px;
}
.features-area .col-lg-6.col-md-12:last-child .single-items .features-content {
	margin-top: -28px;
}
.features-area.section-padding .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
      align-items: center;  
	-webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}


/*********************************/
/********3.usages area css********/
/*********************************/
.usages-area {
  background: url(http://testingit.xyz/byebyewp/wp-content/uploads/2021/02/Path-22969@2x.png) no-repeat scroll 0 0 / cover;
  background-size: 100% 100%;
  background-position: center top;
  margin-top: 50px;
  padding-bottom: 60px;
}
.usages-img {
  max-width: 220px;
  width: 100%;
  margin: auto;
  margin-top: 30px;
  border-radius:50%;
  overflow:hidden;
}
.usages-img img {
	width: 100%;
	height: 100%;
}
.after-area, .single-usages-2 .after-area {
  margin-top: 30px;
  text-align: center;
  position: relative;
  display: inline-block;
}
.after-area {
	width: 100%;
}
.after-area h2 {
  background: #FFF;
  padding: 10px 20px 10px 125px;
  border-radius: 50px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.16);
  border: none;
  text-align: center;
  display: inline-block;
  width:100%;
  position:absolute;
  top:0;
  left:0;
  bottom:0;
  margin:0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
    font-size:26px;
}
.after-img {
  width: 120px;
  position: relative;
}
.usages-content ul {
  text-align: center;
  margin: 50px 0;
}
.usages-content ul li {
  font-weight: 500;
  color: #0F0E0E;
  text-transform: uppercase;
  background: #C3E7F4;
  margin-bottom: 20px;
  border-radius: 50px;
  display: inline-block;
  padding: 6px 10px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.16);
}
.single-usages-1 .usages-content ul li:nth-child(2),
.single-usages-4 .usages-content ul li:nth-child(2),
.single-usages-3 .usages-content ul li:nth-child(3),
.single-usages-6 .usages-content ul li:nth-child(3){
  background: #C6EAD5;
}
.single-usages-1 .usages-content ul li:nth-child(1){
	background:#F8D1E7;
}
.single-usages-1 .usages-content ul li:nth-child(2){
	background:#C3E7F4 !important;
}
.single-usages-2 .usages-content ul li:nth-child(2){
	background:#E6E6E6;
}
.single-usages-1 .usages-content ul li:nth-child(3),
.single-usages-3 .usages-content ul li:nth-child(4),
.single-usages-4 .usages-content ul li:nth-child(3),
.single-usages-5 .usages-content ul li,
.single-usages-6 .usages-content ul li:nth-child(4){
  background: #E6E6E6;
}
.single-usages-3 .usages-content ul li:nth-child(1){
  background: #F8D1E7;
}
.single-usages-6 .usages-content ul li:nth-child(1){
  background: #E6E6E6;
}
.single-usages-5 .usages-content ul li:nth-child(1){
	background:#C3E7F4;
}
.single-usages-5 .usages-content ul li:nth-child(2){
	background:#E6E6E6;
}
.single-usages-5 .usages-content ul li:nth-child(3){
	background:#E6E6E6;
}
.single-usages-4 .usages-content ul li:nth-child(1){
	background:#F8D1E7;
}
.single-usages-4 .usages-content ul li:nth-child(2){
	background:#C3E7F4;
}
.single-usages-4 .usages-content ul li:nth-child(3){
	background:#E6E6E6;
}
.single-usages-4 .usages-content ul li:nth-child(4){
	background:#E6E6E6;
}
.single-usages-3 .usages-content ul li:nth-child(3), .single-usages-6 .usages-content ul li:nth-child(3),.single-usages-1 .usages-content ul li:nth-child(2){
	background:#E6E6E6;
}
.a_usages_images ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.a_usages_images ul li {
	width: 22%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.a_usages_images ul li:first-child {
	width: 28%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.a_usages_images ul li:nth-child(2) {
	width: 28%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.a_usages_images img {
	width: auto;
	max-width: 100%;
	max-height: 200px;
	-o-object-fit: inherit;
	   object-fit: inherit;
	   height:100%;
}

/*****************************************/
/********4.video gallery area css*********/
/*****************************************/
.video-gallery-area {
  padding-top: 20px;
}
.video-gallery-area .row{
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.video-gallery-area .section-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.video-gallery-area .section-heading a {
  color: #000;
  font-size: 55px;
  padding: 2px 6px;
  margin-left: 15px;
}
.section-p p {
  font-size: 18px;
  max-width: 870px;
  margin: auto;
  text-align: center;
  margin-top: 10px;
  line-height: 1;
}
.video-area {
  margin-top: 75px;
}
.video-thubnil {
  width: 200px;
  position: relative;
  margin:auto;
}
.play-btn {
  width: 55px;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.video-btn {
  text-align: center;
  margin-top: 60px;
}

/***************************************/
/********5.introduction area css********/
/***************************************/
.introduction-area {
  background: url(../images/intro/intro-bg.png) no-repeat scroll 0 0 / cover;
  background-size: 100% 100%;
  background-position: center top;
  margin-top: 120px;
  padding-bottom: 190px;
}
.introduction-area .section-heading {
  margin-bottom: 100px;
}
/* .introduct-items { */
  /* padding-bottom: 165px; */
/* } */
.intro-content {
  position: relative;
  width: 225px;
  z-index: 1;
  margin-left: 30px;
  margin-top: 50px;
}
.intro-txt {
  margin-left: 45px;
  margin-top: 25px;
  position: absolute;
  top: 15px;
  left: 0;
  z-index: 2;
}
.intro-txt h4,
.intro-right h4,
.intro-txt-left h4,
.intro-btm-right h4
{
  margin-top: 5px;
}
.intro-txt h6,
.intro-right h6,
.intro-txt-left h6,
.intro-btm-right h6 {
  color: #FFF;
  font-size: 22px;
}
.intro-txt h6.small, .intro-right h6.small, .intro-txt-left h6.small, .intro-btm-right h6.small {
  font-size: 17px;
  margin-bottom: 4px;
}
.intro-txt p,
.intro-right p,
.intro-txt-left p,
.intro-btm-right p 
{
  color: #FFF;
  font-size: 12px;
  max-width: 150px;
  width: 100%;
}
.intro-img {
  position: relative;
}
.img-1 {
  width: 106px;
  position: relative;
  margin-left:30px;
}
.img-1.name img {
	position: relative;
	top: -10px;
}
.intro-content-right,
.intro-content-btm,
.intro-content-left{
  position: relative;
  width: 225px;
  z-index: 1; 
}
.intro-content-right {
  margin-left: 135px;
}
.intro-right {
  margin-left: 65px;
  margin-top: 25px;
  /* position: absolute; */
  /* top: 8px; */
  /* left: 0; */
  /* z-index: 2; */
}
.intro-txt-left {
  margin-left: 65px;
  margin-top: 25px;
  /* position: absolute; */
  /* top: 15px; */
  /* left: 0; */
  /* z-index: 2; */
}
.img-2 {
	width: 190px;
	/* position: absolute; */
	/* left: -67px; */
	/* top: -124px; */
}
.intro-btm-right {
  margin-left: 50px;
  margin-top: 25px;
  /* position: absolute; */
  /* top: 15px; */
  /* left: 0; */
  /* z-index: 2; */
}
.img-3 {
	width: 220px;
	/* position: absolute; */
	/* left: -25px; */
	/* top: -90px; */
}
.intro-content-left {
  margin-left: 165px;
}
.img-4 {
  width: 240px;
  /* position: absolute; */
  /* left: 205px; */
  /* top: -100px; */
}
.introduct-items .intro-content-left,.intro-content-btm,.intro-content-right,.intro-content {
	display: none !important;
}

/*********************************/
/********6.country area css*******/
/*********************************/
.country-area {
  padding-top: 40px;
  margin-bottom:110px;
}
.country-area .section-heading{
  margin-bottom: 80px;
}
.country-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
}
.country-item {
  border: 1px solid #707070;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background: #F0F7FA;
  height: 60px;
  width: auto;
  overflow:hidden;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.country-single .country-item:nth-child(2) {
  margin: 0px 30px;
}
.country-item a {
  padding:15px 0;
}
.country-item a h6 {
	font-size: 20px;
	text-align: center;
	font-family:'Poppins', sans-serif;
	margin-left:-20px;
}
.country-item a img {
  width: 80px;
}
.country-item a img {
	margin-left: -11px;
	margin-top: 5px;
}
.country-item a i {
  color: #014FA2;
}
.country-item a:nth-child(2) {
	width: 140px;
}
.country-item a:nth-child(3) {
	width: 40px;
}

/*********************************/
/********6.country area css*******/
/*********************************/
.footer-area {
  background: #014FA2;
}
.footer-social {
  text-align: center;
  margin: 30px 0;
}
.footer-social a i {
  color: #FEF200;
  margin: 0 10px;
}
.footer-tags ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer-tags ul li {
  margin: 0 10px;
}
.footer-tags ul li a{
  color: #FFF;
}
.footer-tags ul li a sub {
	font-size: 10px;
	position: relative;
	top: 0px;
}
.footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 35px 0 40px 0;
}
.footer-logo a {
  width: 125px;
  display: block;
}
/*.footer-logo {*/
/*  margin-left: 85px;*/
/*}*/
.footer-txt {
  margin-top: 8px;
  margin-left: 15px;
}
.footer-txt p {
  color: #FFF;
  font-size: 12px;
}



/*Arun css update*/
.country-single {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
   -webkit-box-align: flex-start; 
  -ms-flex-align: flex-start;
  align-items: flex-start; 
  -ms-flex-wrap: wrap; 
      flex-wrap: wrap;
  display: flex;
}
.country-item {
  border: 1px solid #707070;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background: #F0F7FA;
  height: 60px;
  width: auto;
  margin: 0 28px;
  margin-bottom: 25px;
}
.found {
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.found h1{
  font-weight: bold;
}

.found a h3 {
  font-size: 16px;
  padding: 10px 0;
  display: inline-block;
  font-weight: bold;
  text-decoration: underline;
}
.error404 .header-area {
  position: relative;
  width: 100%;
  top: 0px;
  left: 0;
  z-index: 555;
}
.error404 .footer-area {
  background: #014FA2;
  margin-top: 0;
}
.name{
    text-align:center;
}
.name h4{
    display: inline-block;
	padding: 4px 16px;
	font-size: 22px;
	text-align:center;
	border-radius:40px;
}
.img-1.name h4 {
	background: #da75ab;
}
.img-2.name h4 {
	background: #3bb1f1;
	margin-left: 49px;
}
.img-3.name h4 {
	background: #e83d3d;
	margin-left: 70px;
}
.name h4 a {
	padding:6px 10px;
	display:block;
}
.introduct-items h4 a{
	color:#FFF;
}
.img-4.name h4 {
	background: #2b6bd8;
	margin-left: 66px;
}


.intro-content-left {
	margin-left: 165px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.intro-content {
	position: relative;
	width: 225px;
	z-index: 1;
	margin-left: 30px;
	margin-top: 50px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.intro-content-right {
	margin-left: 135px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.intro-content-right, .intro-content-btm, .intro-content-left {
	position: relative;
	width: 225px;
	z-index: 1;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
/*new hand code css*/
.row.nav_text {
  position: relative;
}
.nav_next_prev1 {
  position: absolute;
  top: 45%;
  width:100%;
}
.nav_next_prev {
  position: relative;
}
.nav_next_prev ul li a{
}
#prev {
  width: 17px;
  height: 17px;
  display: block;
  border-left: 2px solid #222;
  border-top: 2px solid #222;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: -48px;
  position: absolute;
  z-index:999;
}
#next {
  width: 17px;
  height: 17px;
  display: block;
  border-left: 2px solid #222;
  border-top: 2px solid #222;
  -webkit-transform: rotate(132deg);
          transform: rotate(132deg);
  right: -48px;
  position: absolute;
  z-index:999;
}
.car_single ul li a{
	color: #0F0E0E !important;
	font-size: 18px;
	line-height:1.3;
	display:block;
	padding:6px 0;
}
.menu-area ul li a {
	display: block;
	text-align: center;
}
.menu-area ul {
	padding: 10px 60px 20px 60px;
}
@media all and (max-width:1300px){
	#prev {
		width: 17px;
		height: 17px;
		display: block;
		border-left: 2px solid #222;
		border-top: 2px solid #222;
		-webkit-transform: rotate(-45deg);
		        transform: rotate(-45deg);
		left: 0 !important;
		position: absolute;
	}
	#next {
		width: 17px;
		height: 17px;
		display: block;
		border-left: 2px solid #222;
		border-top: 2px solid #222;
		-webkit-transform: rotate(132deg);
		        transform: rotate(132deg);
		right: 0 !important;
		position: absolute;
	}

}

@media all and (max-width:991px){
  .country-item {
    border: 1px solid #707070;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50px;
    background: #F0F7FA;
    height: 60px;
    width: auto;
    margin: 0 20px;
    margin-bottom: 25px;
  }
  .name {
  	position: relative !important;
	text-align: center;
	left: 0 !important;
	right: 0 !important;
	top: 0 !important;
  }
  .intro-content {
	margin-left: 0;
	display: none;
  }
  .intro-content-right {
	margin-left: 0;
	display: none;
 }
 .intro-content-left {
	margin-left: 0;
	margin-top: 30px;
	display: none;
  }
  .intro-content-btm {
	margin-left: 140px;
	margin-top: 140px;
	display: none;
  }
  .introduct-items {
		padding-bottom: 65px !important;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
  }
  .owl-item.active {
	margin-right: 0 !important;
  }
  .usages-content ul {
	text-align: center;
	margin: 30px auto;
	max-width: 300px;
	width: 100%;
}
.usages-content ul {
	text-align: center;
	margin: 30px auto !important;
	max-width: 320px;
	width: 100%;
}

}


@media all and (max-width:767px){
  .country-single {
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
}


@media all and (max-width:575px){
    .img-3.name h4 {
    	background: #e83d3d;
    	margin-left: 0;
    }
    .img-4.name h4 {
    	background: #2b6bd8;
    	margin-left: 0;
    }
    .img-2.name h4 {
    	background: #3bb1f1;
    	margin-left: 0;
    }
	.name h4 a {
		padding: 6px 0px;
		display: block;
		width: 70px;
		text-align: center;
	}
	.img-3.name img {
		margin-left: -14px;
	}
	.img-2.name img {
		margin-left: -14px;
	}
	.img-4.name img {
		margin-left: -16px;
	}
    .country-single {
    	max-width: 250px;
    	margin: 0 auto;
    }
    .features-content {
    	padding-left: 0;
    }
    .nav_next_prev1 {
		position: absolute;
		top: 41%;
		width: 100%;
	}
    #next,#prev {
		width: 13px;
		height: 13px;
	}
}


/*New all update*/
.single-usages-area{
	text-align: center;
}

.usages-content ul li {
	font-weight: 500;
	color: #0F0E0E;
	text-transform: uppercase;
	background: #C3E7F4;
	margin-bottom: 20px;
	border-radius: 50px;
	display: inline-block;
	padding: 0px 10px;
	box-shadow: 0 6px 16px rgba(0,0,0,0.16);
	max-width: 275px;
	width: 100%;
}
.intro-content, .intro-content-right,.intro-content, .intro-content-btm, .intro-content-left {
	position: relative;
	width: 225px;
	z-index: 1;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	height: 104px;
}
.img-2 {
	width: 190px;
	position: relative;
}
.img-4 {
	width: 240px;
	/* position: absolute; */
	/* left: 180px; */
	/* top: -100px; */
}
.main{
	overflow: hidden;
}
.introduction-area .row .col-12 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
  -webkit-box-pack: center;
}
.col-md-6.col-12.left-introduction {
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	justify-content: flex-end;
	padding-right:0;
}
.right-introduction {
	padding-left: 0;
}
/* .col-6.right-introduction { */
	/* -webkit-box-pack: end; */
	    /* -ms-flex-pack: end; */
	        /* justify-content: flex-end; */
/* } */
.introduction-area .row{
	-webkit-box-pack:justify;
	    -ms-flex-pack:justify;
	        justify-content:space-between;
}
.introduct-items {
	height: 100%;
}
.intro-img {
	height:100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}
.video-area h3 {
	text-align: center;
	display: block;
	margin-top: 15px;
	color: #29436F;
	font-size: 22px;
	font-weight: 700;
}
/*End New all update*/



 /*==========================================
 ======Start Contact Us Page css============
==========================================*/

  /****************************************/
 /********Start ContactUs header css******/
/****************************************/
.contactUs-header .section-heading {
  padding-top: 25px;
}
.contactUs-header .contactUs-heading {
  margin-top: 40px;
  text-align: center;
  margin-bottom: 15px;
}
.contactUs-header .contactUs-heading h1 {
  font-size: 24px;
}
.contactUs-header .single-element {
 
}
.contactUs-header .single-element ul {
  max-width: 830px;
  width: 100%;
  background: #FAFAFA;
  padding: 30px;
  margin: auto;
}
.contactUs-header .single-element ul li {
  font-weight: 400;
  font-size: 14px;
  color: #014FA2;
  line-height: 1.5;
  position: relative;
  margin-left: 5px;
}
.contactUs-header .single-element ul li:after {
  content: "";
  position: absolute;
  left: -5px;
  top: 8px;
  background: #014FA2;
  width: 2px;
  height: 2px;
  border-radius: 50%;
}
.contactUs-header .fillout {
  text-align: center;
  margin-top: 35px;
}
.contactUs-header .fillout ul li {
  color: #2B58A4;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.5;
}
.contactUs-header .fillout ul li a{
  color: #2B58A4;
}
.contactUs-header .fillout .requir-txt {
  color: #2B58A4;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  padding-top: 35px;
  font-size: 13px;
  font-weight: 300;
}


  /****************************************/
 /*********Start Contact form css*********/
/****************************************/

.contact-form-area {
  margin-top: 45px;
}
.contact-chechbox {
  margin-bottom: 30px;
}
.default-item {
  max-width: 185px;
  width: 100%;
}
.single_item2 {
  margin-left: 30px;
}
.default-item2 {
  max-width: 120px;
  width: 100%;
}
.contact-chechbox, .full_form_area{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; 
  -ms-flex-wrap: wrap; 
      flex-wrap: wrap;
}
.contact-chechbox .radio-area label {
  color: #2B58A4;
  font-size: 16px;
  display: inline-block;
  font-weight: 500;
  margin-left: 5px;
  margin-right: 16px;
}
.single_item, .single_item2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.contact-chechbox .default-item label, .single_item .default-item label, .single_item2 .default-item2 label, 
.contact-chechbox .default-item2 label {
  color: #2B58A4;
  font-weight: 600;
  font-size: 17px;
  text-transform: uppercase;
}
.input_default_class {
  width: 100%;
}
.contact-chechbox .default-item2 {
  margin-left: 30px;
}
.single_item .input_default_class input, .single_item2 .input_default_class input {
  width: 100%;
  background: #FAFAFA;
  border: 1px solid #AFAFAF;
  border-radius: 2px;
  box-sizing: border-box;
  padding: 10px 10px;
  display: inline-block;
  color: #000;
  outline: none;
}
.single_item2 .radio-area input{
  margin-right: 5px;
}
.single_item2 .radio-area label {
  color: #2B58A4;
  font-weight: 300;
  font-size: 16px;
  margin-right: 10px;
}
.cmt .input_default_class {
  height: 160px;
}
.cmt .input_default_class textarea {
  width: 100%;
  height: 100%;
  background: #FAFAFA;
  border: 1px solid #AFAFAF;
  border-radius: 2px;
  box-sizing: border-box;
  padding: 10px 10px;
  display: inline-block;
  color: #000;
  outline: none;
  resize: none;
}
.cmt .default-item {
  padding-top: 15px;
}
.single_item.cmt {
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
              -ms-grid-row-align: inherit;
          align-items: inherit;
}
.single_txt {
  margin-left: 25px;
}
.single_txt p {
  color: #014FA2;
  font-weight: 400;
  max-width: 740px;
  width: 100%;
  margin: auto;
  line-height: 1.5;
}
.single_btn {
  text-align: center;
  margin-top: 45px;
}
.single_btn button,#form_submit_btn {
  background: #014FA2;
  display: inline-block;
  padding: 10px 30px;
  color: #FFF;
  font-size: 14px;
  border-radius: 50px;
  font-weight: 500;
  outline: none !important;
  border: none;
  text-transform: uppercase;
}

  /*===========================================
 ==========Product Page Css ==================
===========================================*/

  /***************************************/
 /*********1.children_main_area**********/
/***************************************/
.children_main_area {
  background: -webkit-linear-gradient(bottom, rgba(232,239,247,1) 0%, rgba(221,232,244,1) 35%, rgba(252,253,254,1) 100%);
  background: linear-gradient(360deg, rgba(232,239,247,1) 0%, rgba(221,232,244,1) 35%, rgba(252,253,254,1) 100%);
  padding:80px 0 !important;
}
/* .children_main_area:nth-child(even){ */
	/* background:#FFF; */
/* } */
.children_main_area.section-padding .row {
	-webkit-box-align: center;
	-ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}
.children_main_area .section-heading {
  margin-bottom: 55px;
}
.child_single_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.child_heading {
  text-align: center;
  margin-bottom: 50px;
}
.child_img {
  margin-right: 5px;
  max-width: 80%;
  width: 100%;
}
.child_img_2 img{
  max-width: 170px;
  width: 100%;
}
.child_single_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.child_right_txt h4, .features_child_txt h4 {
  color: #2B58A4;
  font-weight: bold;
  font-size: 30px;
  padding-top:10px;
}
.child_right_txt img {
  height: auto;
  width: 500px;
  margin-top: 5px;
}
.character_banner_area img {
	margin-bottom: 20px;
}
.child_single_img img{
	height:100%;
	-o-object-fit:inherit;
	   object-fit:inherit;
}
.features_child_txt h4 {
  color: #014FA2;
  margin-top: 5px;
  margin-bottom: 5px;
}
.features_child_txt ul li span {
  font-weight: 400;
  color: #014FA2;
  position: relative;
  padding-left: 20px;
  margin-bottom: 3px;
  font-size:22px;
}
.features_child_txt ul li span:after {
  content: "";
  position: absolute;
  background: #014FA2;
  width: 12px;
  height: 12px;
  left: 0;
  top: 6px;
}
.features_child_txt h5 {
  color: #014FA2;
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 22px;
}
.video-feature-area ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-wrap:wrap;
	    flex-wrap:wrap;
}
.video-feature-area ul li {
	width: 16.6666666667%;
}
.product_btn {
  max-width: 400px;
  margin: auto;
  width: 100%;
}
.product_btn a {
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 600;
}
.children_main_area .section-heading h2, .child_heading h2 {
  color: #014FA2;
  font-weight: 400;
  font-size: 30px;
  letter-spacing: 1px;
}
.children_main_title_area h2 {
	color: #014FA2;
	font-weight: 400;
	font-size: 55px;
	letter-spacing: 1px;
	padding-top: 80px;
}
.features-area1 .features-img {
	width: auto;
}
  /***************************************/
 /*********2.Babies_main_area************/
/***************************************/
.babies_main_area {
  padding-bottom: 100px;
  margin-top: 20px;
}
.babies_main_area .child_right_txt {
  visibility: hidden;
}
.babies_main_area .child_img_2, .babies_main_area .child_img{
  max-width: 180px;
  width: 100%;
}

  /***************************************/
 /**********3.Adult_main_area************/
/***************************************/
.adult_main_area {
  background: -webkit-linear-gradient(bottom, rgba(232,239,247,1) 0%, rgba(221,232,244,1) 35%, rgba(252,253,254,1) 100%);
  background: linear-gradient(360deg, rgba(232,239,247,1) 0%, rgba(221,232,244,1) 35%, rgba(252,253,254,1) 100%);
  padding-bottom: 60px;
}
.adult_main_area .child_right_txt img {
  max-width: 350px;
  width: 100%;
  margin-top: 5px;
  height: auto;
}
  /***************************************/
 /********3.child_adult_main_area********/
/***************************************/
.child_adult_main_area {
  margin-top: 20px;
}
.child_adult_main_area .child_img, .child_adult_main_area .child_img_2 {
  max-width: 150px;
  width: 100%;
}
.child_adult_main_area .child_right_area {
  margin-top: 70px;
}
.child_heading h1 sub {
	position: relative;
	top: 3px;
}

/*modal popup design*/

.modal_popup_heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal_right img {
  width: 175px;
}
.modal_popup .modal-dialog {
  max-width: 740px;
  margin: 28px auto;
  margin: 28px auto;
  margin: 1.75rem auto;
  width: 100%;
}
.modal_popup .child_heading {
  text-align: left;
  margin-bottom: 25px;
}
.modal_popup .modal-body {
  padding: 0 40px 40px 40px;
  padding: 0 40px 40px 40px;
  padding: 0 2.5rem 2.5rem 2.5rem;
}
.modal_popup .modal-content{
  background: -webkit-linear-gradient(bottom, rgba(232,239,247,1) 0%, rgba(221,232,244,1) 35%, rgba(252,253,254,1) 100%);
  background: linear-gradient(360deg, rgba(232,239,247,1) 0%, rgba(221,232,244,1) 35%, rgba(252,253,254,1) 100%);
}
.modal_popup .btn-close:focus {
  box-shadow: none;
}
.modal_popup .modal-header {
  border-bottom: none;
}
.single_items_modal_2 .features_child_txt, .single_items_modal_3 .features_child_txt {
  margin-top: 25px;
}
.modal_left .features_child_txt h4, .single_items_modal .features_child_txt h4, .single_items_modal_2 .features_child_txt h4, 
.single_items_modal_3 .features_child_txt h4{
  font-size: 21px;
}
.modal_left .features_child_txt ul li, .single_items_modal .features_child_txt ul li, .single_items_modal_2 .features_child_txt ul li, 
.single_items_modal_3 .features_child_txt ul li{
  font-size: 15px;
}


  /*============================================
 ========About us pages css====================
============================================*/
  /*************************************/
 /**********1.a_main_area css**********/
/*************************************/
.a_main_area .section-heading h1 {
  font-size: 51px;
  margin-bottom: 30px;
}
.a_main_area .section-heading p {
  max-width: 1010px;
  width: 100%;
  font-size: 22px;
  color: #014FA2;
  font-weight: 700;
  line-height: 1.5;
  margin: auto;
}
.a_main_images {
  max-width: 990px;
  width: 100%;
  margin: auto;
  margin-bottom: 20px;
}
.a_about_txt p {
  font-size: 22px;
  color: #014FA2;
  max-width: 1000px;
  width: 100%;
  margin: auto;
  text-align: center;
  line-height: 1.5;
  font-weight: 700;
}
.section-heading h1 sub {
	font-size: 20px;
}
.menu-area ul li a sub {
	position: relative;
	top: 0px;
	font-size: 10px;
}
.section-heading h1 sub {
	position: relative;
	top: 2px;
}
.child_heading h2 sub {
	font-size: 20px;
	position: relative;
	top: 2px;
}
.children_main_area .child_heading sub {
	font-size: 15px !important;
	position: relative;
	top: 0px;
}
.children_main_area .modal-content .child_heading sub {
	font-size: 30px !important;
	position: relative;
	top: 0px;
}
.modal-content .child_heading {
	width: 90%;
}
.section-heading h1 sup {
	font-size: 21px;
}
.section-heading p sub {
	font-size: 22px;
	position:relative;
	top:7px;
}
.section-heading p sub:first-child {
	font-size: 14px;
	position:relative;
	top:0px;
}
.tm-sub {
	font-size: 18px !important;
	position: relative;
	top: 0 !important;
}
h2 sub {
	font-size: small !important;
}
li a sub:nth-child(2) {
	top: 5px !important;
	font-size: 15px !important;
}
.child_heading h1 sub {
	position: relative;
	top: 3px;
	font-size: large;
}
.about-page-area .section-heading h1 sub {
	font-size:23px;
	position:relative;
	top:0px;
}
  /*********************************************/
 /**********2.a_feature_side_area css**********/
/*********************************************/
.a_features_main {
	margin-top: 20px;
	/*background: -webkit-linear-gradient(#FFFFFF,#9AC6F2);
	background: linear-gradient(#FFFFFF,#9AC6F2);*/
	background: -webkit-linear-gradient(bottom, rgba(232,239,247,1) 0%, #9AC6F2 15%, rgba(252,253,254,1) 100%);
    background: -webkit-linear-gradient(bottom
, rgba(232,239,247,1) 0%, #9AC6F2 15%, rgba(252,253,254,1) 100%);
    background: linear-gradient(360deg
, rgba(232,239,247,1) 0%, #9AC6F2 15%, rgba(252,253,254,1) 100%);
	padding-bottom: 60px;
}
.a_features_main .section-heading h1{
  font-size: 42px;
}
.a_features_main .a_feature_side_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}
.a_features_left {
  padding-right: 26px;
}
.a_features_main .a_features_left img {
  max-width: 210px;
  width: 100%;
}
.a_features_right ul {
  background: -webkit-linear-gradient(bottom, rgb(220, 231, 242) 0%, rgb(237, 244, 251) 35%, rgb(255, 255, 255) 100%);
  background: linear-gradient(360deg, rgb(220, 231, 242) 0%, rgb(237, 244, 251) 35%, rgb(255, 255, 255) 100%);
  padding: 30px;
  box-sizing: border-box;
  border-radius:10px;
}
.a_features_right ul li {
  color: #014FA2;
  font-size: 20px;
  font-weight: bold;
  position:relative;
  padding-left:30px;
}
.a_features_right ul li:after {
  position:absolute;
  content:"\f00c";
  width:20px;
  height:20px;
  font-family:"Font Awesome 5 Free";
  top:0;
  left:-3px;
	color:#000;
}
.a_features_right ul li span {
  font-weight: 400;
  margin-left: 5px;
}
.a_about_btn {
  text-align: center;
  margin-top: 30px;
}
.a_features_right .a_about_btn a {
  text-transform: uppercase;
}

  /*********************************************/
 /**********3.a_usgesa_main_area css **********/
/*********************************************/
.a_usgesa_main_area {
   background: -webkit-linear-gradient(bottom, rgb(220, 231, 242) 0%, rgb(237, 244, 251) 35%, rgb(255, 255, 255) 100%);
   background: linear-gradient(360deg, rgb(220, 231, 242) 0%, rgb(237, 244, 251) 35%, rgb(255, 255, 255) 100%);
}
.a_usgesa_main_area .section-heading h1 {
  font-size: 42px;
  margin-bottom: 25px;
}
.a_usgesa_main_area .section-heading p {
  font-size: 22px;
  font-weight: 700;
  color: #014FA2;
  max-width: 1050px;
  margin: auto;
  line-height: 1.5;
}
.a_usages_images {
  margin-top: 80px;
}
.a_usgesa_main_area {
  background: -webkit-linear-gradient(bottom, rgba(166,204,243,1) 2%, rgba(255,255,255,1) 15%, rgba(255,255,255,1) 100%);
  background: linear-gradient(360deg, rgba(166,204,243,1) 2%, rgba(255,255,255,1) 15%, rgba(255,255,255,1) 100%);
  padding-bottom: 130px;
}
.features-area1 {
	margin-bottom: 80px;
}
.gallery-tab-main-area {
	margin-bottom: 100px;
}
.image-gallery ul {
	width: 510px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.image-gallery li {
	width: 31.33%;
	float: left;
	margin-right: 6px;
}
.image-gallery img {
	width: 100%;
	height: auto !important;
	border-radius: 6px;
}
.store-location-area {
	padding: 60px 0;
	background:-webkit-linear-gradient(#FFFFFF,#E7EFF7);
	background:linear-gradient(#FFFFFF,#E7EFF7)
}
.store-title {
	text-align: center;
}
.location-menu ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	padding: 0 0 20px 0;
}
.location-menu ul li {
	margin: 6px 6px;
}
.location-menu ul li a {
	font-size: 18px;
	border: 1px solid #B3B3B3;
	padding: 7px 28px;
	border-radius: 5px;
	color: #014FA2;
	display:block;
}
.location-menu ul .ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab.ui-tabs-active.ui-state-active a {
	background: #014FA2;
	border: ;
	border: ;
	border: 1px solid #014FA2;
	color: #FFF;
}
.store-location-area .col-md-3 {
	margin-bottom: 15px;
	padding: 0 7.5px 0 7.5px;
}
.location-image {
	background: #FFF;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	height:150px;
}
.location-image a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height:100%;
	padding: 20px 15px;
}
.location-image img {
	max-width: 90%;
	width: auto;
	max-height: 100px;
	height: auto;
	-o-object-fit: inherit;
	   object-fit: inherit;
	margin: auto;
	
}
.col-md-3.col-sm-4.col-6:nth-child(11) img {
	max-height: 55px;
}
.video-feature-area {
	padding: 30px 0;
}
.video-feature-item {
	text-align: center;
	margin-bottom: 30px;
	position:relative;
}
.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab.ui-tabs-active.ui-state-active a .video-feature-item:after {
	position: absolute;
	content:"";
	width: 90px;
	height: 2px;
	background: #00418F;
	bottom: -6px;
	left: 0;
	right: 0;
	margin: auto;
}
.video_title_area {
	padding: 60px 0 20px 0;
}
.feature-icon {
	width: 100px;
	height: 100px;
	background: #F7F7F7;
	border-radius: 50%;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.feature-icon img {
	width: 50px;
}
.video-feature-item h3 {
	font-size: 16px;
	color: #00418F;
	font-weight: 700;
	padding: 10px 6px 0 6px;
}
.video-iframe-area{
	width:94%;
	margin:auto;
}
.video-iframe-area1 {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 57.25%;
	position: relative;
	margin: auto;
}
.video-iframe-area video {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video-item{
	width:94%;
	margin:auto;
}
.video-item .owl-nav.disabled {
	display: block !important;
}
.video-item .owl-dot {
	display: none !important;
}
.video-item .video-area {
	margin-top: 0;
}
.video-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
      -ms-flex-direction: column;
          flex-direction: column;
}
.video-gallery-area1 {
	padding-top: 30px;
}
.video-item .owl-prev i {
	width: 17px;
	height: 17px;
	display: block;
	left: -20px;
	position: absolute;
	z-index: 999;
	font-size: 39px;
	border-left: 2px solid #014FA2;
	border-top: 2px solid #014FA2;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	top: 0;
	bottom: 0;
	margin: auto;
}
.video-item .owl-next i {
	width: 17px;
	height: 17px;
	display: block;
	right: -20px;
	position: absolute;
	z-index: 999;
	font-size: 39px;
	border-left: 2px solid #014FA2;
	border-top: 2px solid #014FA2;
	-webkit-transform: rotate(138deg);
	        transform: rotate(138deg);
	top: 0;
	bottom: 0;
	margin: auto;
}
.video-item i:before{
	display:none;
}
.family-area .col-md-6.col-12 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.teenteen-item.family-single-item {
	padding-top: 40px;
}
.family-single-item {
	margin-bottom: 60px;
}
.family-area h4 {
	margin-top: 30px;
}
.family-area {
	background: -webkit-linear-gradient(#FFF,#D6E7F8);
	background: linear-gradient(#FFF,#D6E7F8);
	padding:80px 0;
}
.family-single-item .row {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	            -ms-grid-row-align: center;
	        align-items: center;
}
.teenteen-item img {
	width: 160px;
}
.family-single-area {
	width: 65%;
	margin: auto;
}
.family-content h3 {
	font-size: 30px;
	font-weight: 700;
	color: #3BB1F1;
}
.family-content p {
	color: #3BB1F1;
	font-size: 22px;
}
.coocoo-item img {
	width: 130px;
}
.mama-item.family-single-item img {
	width: 180px;
}
.papa-item.family-single-item img {
	width: 180px;
}
.coocoo-item.family-single-item h3 {
	color: #DA75AB;
}
.coocoo-item.family-single-item p {
	color: #DA75AB;
}
.mama-item.family-single-item h3 {
	color: #E83D3D;
}
.mama-item.family-single-item p {
	color: #E83D3D;
}
.papa-item.family-single-item h3 {
	color: #2B6BD8;
}
.papa-item.family-single-item p {
	color: #2B6BD8;
}

  /*=============================================
 ========Character pages css====================
=============================================*/
.c_character_main_area {
  padding-bottom: 40px;
}
.c_character_main_area .character_banner_area{
  margin-top: 120px;
}