@charset "utf-8";
/* CSS Document */
@font-face { 
  font-family: "Futura"; 
  src: url("../fonts/futura medium bt.ttf");
  src: url("../fonts/futura medium bt.ttf") format("opentype"); 
  font-weight: normal;
  font-style: normal;
}
@font-face { 
  font-family: "OpenSans"; 
  src: url("../fonts/OpenSans-Regular.ttf");
  src: url("../fonts/OpenSans-Regular.ttf") format("opentype"); 
  font-weight: normal;
  font-style: normal;
}
@font-face { font-family: 'FontAwesome';  src: url('../fonts/fontawesome-webfont.eot?v=4.5.0');
src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');font-weight: normal;  font-style: normal;}
.fa {  display: inline-block;  font: normal normal normal 14px/1 FontAwesome;  font-size: inherit;  text-rendering: auto;  -webkit-font-smoothing: antialiased;  -moz-osx-font-smoothing: grayscale;}
.fa-search:before 	{  content: "\f002";}
.fa-twitter:before 	{  content: "\f099";}
.fa-facebook:before	{  content: "\f09a";}
.fa-instagram:before{  content: "\f16d";}
.fa-youtube-square:before	{  content: "\f167";}
.fa-clock-o:before 	{  content: "\f017";}
.fa-linkedin:before {  content: "\f0e1";}
.fa-inr:before 		{  content: "\f156";}
.fa-youtube:before  {  content: "\f167";}
.fa-play:before     {  content: "\f04b";}
.fa-envelope:before {  content: "\f0e0";}
.fa-phone:before    {  content: "\f095";}
.fa-bars:before     {  content: "\f0c9";}
.fa-angle-right:before{content: "\f105";}
.fa-user:before     {  content: "\f007";}
.fa-calendar:before {  content: "\f133";}
.fa-tags:before     {  content: "\f02c";}
.fa-microphone:before {content: "\f130";}
.fa-quote-right:before {content: "\f10e";}
.fa-star:before     {  content: "\f005";}
/*end fonts end*/
body{margin:0; padding:0; width:100%; height:auto; font-family:"OpenSans"; font-size:15px; color:#333; background:#fff}
img{ margin:0; vertical-align:top; border: 0;  -ms-interpolation-mode: bicubic; /* Improves image quality when scaled in IE7 */max-width: 100%; height: auto; width: auto\9; /* ie8 */}
.main_container, .main_container > div, 
header, nav, article, section, aside, details, figcaption, figure, hgroup, footer, div, span, label{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding:0; margin:0;display: block; }
.main_container, .main_container > div, header, footer{ width:100%;}
.container, .main_container > div.container{ width:1160px; margin:0 auto;  }
/*common css*/
a{ color:#000; text-decoration:none; cursor:pointer}
a:hover{ text-decoration:underline; -o-transition:.3s; -ms-transition:.3s; -moz-transition:.3s; -webkit-transition:.3s; transition:.3s;}
a.underline{text-decoration:underline;}
ul, ol{ margin: 0; padding: 0; margin-left: 25px; margin-bottom: 20px; line-height: 22px; /*font-size: 18px;*/}
ul li, ol li{ padding-left:15px; list-style-type:circle; list-style-position:outside; margin-bottom:15px;}

ol li{ list-style-type:inherit;}
p{ font-size:15px; margin:0; padding:0; margin-bottom:15px; line-height: 27px;}
p a{ text-decoration:underline}
b.display_email, b.display_email2{ font-weight:bold}
address{ font-style:normal;}
a.main-btn{background: #fd9002; color: #fff;font-size: 18px; font-weight: 600;display: inline-block;vertical-align: middle;text-align: center; width: 205px;
  height: 54px; line-height: 54px; font-weight: 500; text-decoration:none;
  border-radius: 10px; margin-top:5px; -webkit-box-shadow:inset 0 1px 0 #ffc57a, 0 5px 0 #c7770e;-moz-box-shadow:inset 0 1px 0 #ffc57a, 0 5px 0 #c7770e;box-shadow:inset 0 1px 0 #ffc57a, 0 5px 0 #c7770e;   position:relative;
    /* "to left" / "to right" - affects initial color */
  background: linear-gradient(to left, #fd9002 50%, #ec9b2c 50%) right;  background-size: 200%;  transition: .5s ease-out;
}
a.main-btn:hover{background-position: left;}  
a.main-btn:active{ top:10px; -webkit-box-shadow:inset 0 1px 0 #ffc57a, inset 0 -3px 0 #c7770e;-moz-box-shadow:inset 0 1px 0 #ffc57a, inset 0 -3pxpx 0 #c7770e; box-shadow:inset 0 1px 0 #ffc57a, inset 0 -3px 0 #c7770e;}
a.black_btn{ background: #000;    color: #fff;    font-size: 15px;    padding: 14px 30px;    display: inline-block;    border: 1px solid #fff;    border-radius: 10px;    text-decoration: none;}
.btn.inline_b{ display:inline-block; width:auto; padding:10px 15px;}
.line_through{ text-decoration:line-through}
.relative{ position:relative}
/*heading css*/
h1,h2,h3,h4,h5,h6{ color:#262626; padding:0; margin:0; font-weight:normal;font-family:"Futura"; }
h1{ font-size:50px; margin-bottom:20px;line-height:65px;}
h2{ font-size:34px; margin:10px 0 20px 0}
h3{ font-size:26px; margin:10px 0 15px 0}
h4{ font-size:18px; margin:10px 0}
h5,h6{ font-size:14px; margin:10px 0}
h1.bold,h2.bold,h3.bold,h4.bold,h5.bold,h6.bold{font-weight:bold;}
h2{color:#262261;}
h2.white_txt{color:#fff;}
h2.border_btm{position:relative;margin-bottom: 50px;    padding-bottom: 10px;}
h2.border_btm:before{border-bottom: 5px solid #25225D;    content: '';    position: absolute;    bottom: -12px;    height: 5px;    width: 4%;    left: 50%;}
h2.border_btm:after{    border-bottom: 5px solid #FFDA22;    content: '';    position: absolute;    bottom: -12px;    height: 5px;    width: 4%;    left: 46%;}
h2.border_btm.white_txt:before{    border-color: #fff}

/*bg color*/
.bg_light_gray{ background-color:#F0F0F0;}
.bg_off_white{ background-color:#F9F9F9;}
.bg_dark_gray{ background-color:#181818}
.bg_light_gray._2, .bg_off_white._2{background-color:#f7e5d9;}
/*vertical align*/
.inline_b{ display:inline-block;}
.vert_top{ vertical-align:top;}
.vert_mid{ vertical-align:middle;}
/*text align*/
.text-left{ text-align:left}
.text-center{ text-align:center}
.text-right{ text-align:right}
.text-justify{ text-align:justify}
/*float align*/
.left{ float:left}
.right{ float:right}
.left_imp{ float:left !important}
.right_imp{ float:right !important}
.uppercase{text-transform:uppercase;}
/*width css*/
.width_auto{ width:auto}
.width_80{width:80%; margin-left:10%}
/*Image css*/
.img_left{ float:left; margin:0px 40px 15px 0; padding:10px; border:1px solid #ccc }
.img_right{ float:right; margin:0px 0 15px 15px; padding:10px; border:1px solid #ccc}
/*Margin padding css*/
.m-0{margin:0!important;}
.mt-10{margin-top:10px;}
.mt-20{margin-top:20px;}
.mb-30{margin-bottom:30px;}
.p-0{padding:0!important;}
.p-10_20{padding:10px 20px;}
.p-20_0{padding:20px 0;}
.pt-25{padding-top: 25px;}
.pt-30{padding-top: 30px;}
.pt-45{padding-top: 45px;}
.pt-65{padding-top: 65px;}
.pt-100{padding-top: 100px;}
.pr-20{padding-right:20px;}
.pl-15{padding-left:15px;}
.pb-20{padding-bottom:20px;}
.pb-40{padding-bottom:40px;}
.mt--65{margin-top: -65px;}
.m-lr-10{margin:0 10px;}
/*font css*/
.font-13{font-size:13px;line-height: 20px;}
.font-14{font-size:14px;line-height: 22px;}
.font-15{font-size:15px;line-height: 24px;}
.font-16{font-size:16px;line-height: 28px;}
.font-36{font-size:36px;line-height: 48px;}
/*spacer*/
.spacer_20{height:20px; display:inline-block; width:100%;}
.spacer_30{height:30px; display:inline-block; width:100%;}
.spacer_45{height:45px; display:inline-block; width:100%;}
.spacer_60{height:60px; display:inline-block; width:100%;}
.green_txt, .bg_main h1.green_txt{color:#9DF6A0;}
a.text_dec_none{text-decoration:none;}
/*Column css*/
.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}
.row { margin-right: -15px;  margin-left: -15px; display:block;display: inline-block; width: 100%;}
.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*=col-]{position:static;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}
input[type="text"], textarea, select{border-radius: 8px;width:100%; display:inline-block; margin-bottom:10px; background:#f9f9f9; height:50px; border:1px solid #dddddd; padding:5px 10px;
    box-sizing: border-box; font-size:15px; color:#000;}
textarea{height:75px;font-size:15px; color:#000;} 
::-webkit-input-placeholder { /* Edge */
  font-size:15px; color:#000}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-size:15px; color:#000;}

::placeholder {
  font-size:15px; color:#000;}
input[type="submit"],button{width:100%; display:inline-block;border-radius: 8px;height:50px; background: transparent linear-gradient(91deg, #8BE6FC 0%, #7CFF8F 100%) 0% 0% no-repeat padding-box;
    box-sizing: border-box; border: 1px solid #000; font-weight:bold;font-size: 15px; padding:10px 15px; }
/* *  Owl Carousel - Animate Plugin */
.owl-carousel .animated {-webkit-animation-duration: 1000ms; animation-duration: 1000ms; -webkit-animation-fill-mode: both; animation-fill-mode: both;}
.owl-carousel .owl-animated-in { z-index: 0;}
.owl-carousel .owl-animated-out {  z-index: 1;}
.owl-carousel .fadeOut {  -webkit-animation-name: fadeOut;  animation-name: fadeOut;}
@-webkit-keyframes fadeOut {
  0% {    opacity: 1;  }
  100% {    opacity: 0;  }
}
@keyframes fadeOut {
  0% {    opacity: 1;  }
  100% {    opacity: 0;  }
}
/*  * 	Owl Carousel - Auto Height Plugin */
.owl-height {  -webkit-transition: height 500ms ease-in-out;  -moz-transition: height 500ms ease-in-out;  -ms-transition: height 500ms ease-in-out;  -o-transition: height 500ms ease-in-out;  transition: height 500ms ease-in-out;}
/*  *  Core Owl Carousel CSS File */
.owl-carousel {  display: none;  width: 100%;  -webkit-tap-highlight-color: transparent;    position: relative;  z-index: 1;}
.owl-carousel .owl-stage {  position: relative;  -ms-touch-action: pan-Y;}
.owl-carousel .owl-stage:after {  content: ".";  display: block;  clear: both;  visibility: hidden;  line-height: 0;  height: 0;}
.owl-carousel .owl-stage-outer {  position: relative;  overflow: hidden;  -webkit-transform: translate3d(0px, 0px, 0px);}
.owl-carousel .owl-controls .owl-nav .owl-prev,.owl-carousel .owl-controls .owl-nav .owl-next,.owl-carousel .owl-controls .owl-dot {  cursor: pointer;  cursor: hand;  -webkit-user-select: none;  -khtml-user-select: none;  -moz-user-select: none;  -ms-user-select: none;  user-select: none;}
.owl-carousel.owl-loaded { display: block;}
.owl-carousel.owl-loading {  opacity: 0;  display: block;}
.owl-carousel.owl-hidden {  opacity: 0;}
.owl-carousel .owl-refresh .owl-item {  display: none;}
.owl-carousel .owl-item {  position: relative;  min-height: 1px;  float: left;  -webkit-backface-visibility: hidden;  -webkit-tap-highlight-color: transparent;  -webkit-touch-callout: none;  -webkit-user-select: none;  -moz-user-select: none;  -ms-user-select: none;  user-select: none;}
.owl-carousel .owl-item img {  display: block;  width: 100%;  -webkit-transform-style: preserve-3d;}
.owl-carousel.owl-text-select-on .owl-item {  -webkit-user-select: auto;  -moz-user-select: auto;  -ms-user-select: auto;  user-select: auto;}
.owl-carousel .owl-grab {  cursor: move;  cursor: -webkit-grab;  cursor: -o-grab;  cursor: -ms-grab;  cursor: grab;}
.owl-carousel.owl-rtl {  direction: rtl;}
.owl-carousel.owl-rtl .owl-item {  float: right;}
/* No Js */
.no-js .owl-carousel {  display: block;}
/** 	Owl Carousel - Lazy Load Plugin */
.owl-carousel .owl-item .owl-lazy {  opacity: 0;  -webkit-transition: opacity 400ms ease;  -moz-transition: opacity 400ms ease; -ms-transition: opacity 400ms ease;  -o-transition: opacity 400ms ease;  transition: opacity 400ms ease;}
.owl-carousel .owl-item img {  transform-style: preserve-3d;}
/* * 	Owl Carousel - Video Plugin */
.owl-carousel .owl-video-wrapper {  position: relative;  height: 100%;  background: #000;}
.owl-carousel .owl-video-play-icon {  position: absolute;  height: 80px;  width: 80px;  left: 50%;  top: 50%;  margin-left: -40px;  margin-top: -40px;  background: url("owl.video.play.png") no-repeat;  cursor: pointer;  z-index: 1;  -webkit-backface-visibility: hidden;  -webkit-transition: scale 100ms ease;  -moz-transition: scale 100ms ease;  -ms-transition: scale 100ms ease;  -o-transition: scale 100ms ease;  transition: scale 100ms ease;}
.owl-carousel .owl-video-play-icon:hover { -webkit-transition: scale(1.3, 1.3);  -moz-transition: scale(1.3, 1.3);  -ms-transition: scale(1.3, 1.3);  -o-transition: scale(1.3, 1.3);  transition: scale(1.3, 1.3);}
.owl-carousel .owl-video-playing .owl-video-tn,.owl-carousel .owl-video-playing .owl-video-play-icon {  display: none;}
.owl-carousel .owl-video-tn {  opacity: 0;  height: 100%;  background-position: center center;  background-repeat: no-repeat;  -webkit-background-size: contain;  -moz-background-size: contain;  -o-background-size: contain; background-size: contain;  -webkit-transition: opacity 400ms ease;  -moz-transition: opacity 400ms ease;  -ms-transition: opacity 400ms ease;  -o-transition: opacity 400ms ease;  transition: opacity 400ms ease;}
.owl-carousel .owl-video-frame {  position: relative;  z-index: 1;}

.bg_main{background:#262261}
.bg_light_blue{background:#3c3971;}
.bg_dull_blue{background:#504d7f;}
.bg_green{background:#9DF6A0;}
.bg_gradient{background: transparent linear-gradient(91deg, #8BE6FC 0%, #7CFF8F 100%) 0% 0% no-repeat padding-box;}
.bg_black{background:#000000;}
.white-text{color:#fff;}
.off-white-text{color:#EEE4DC;}
.bg_main h1{color:#fff;}
.title_center_Fixed{position:absolute; top:0px; left:45%;line-height: 55px; text-align:center; color:#262261;}
.title_center_Fixed:before{border-bottom: 5px solid #25225D;    content: '';    position: absolute;    bottom: -12px;    height: 5px;    width: 30%;    left: 50%;}
.title_center_Fixed:after{    border-bottom: 5px solid #FFDA22;    content: '';    position: absolute;    bottom: -12px;    height: 5px;    width: 30%;    left: 20%;}
.appreciations_img{text-align: center;}
.appreciations_img img{height: auto;    width: 85px;    vertical-align: middle;    display: inline-block; margin-bottom:30px;}
.appreciations_img img.super{width: 100px;margin-bottom: 55px;}
.appreciations_img img.orange{height: auto;    width: 63px;}
.appreciations_img img.hand{height: auto;    width: 45px;}
footer{padding:15px 0;}
footer .row{vertical-align:middle;}
footer, footer p{font-size:13px;}
footer p{margin:0;    line-height: 20px;}
footer a{color:#fff;}
.social_icons{ text-align:right;}
.social_icons ul{margin:0px; padding:0px; }
.social_icons ul li{display:inline-block; vertical-align:middle; margin: 0;    padding:0 10px;}
.social_icons ul li .fa{font-size:22px; color:#fff;}
.animated_logo{border-radius:50%; margin-top:-100px;}
.animated-icon-1{width: 150px; height: 180px; margin-left:30%}
.animated-icon-2{width: 150px; height: 180px; margin-left:30%}
.animated-icon-3{width: 110px; height: 150px; margin-top: 40px; margin-left:30%;}
.animated-icon-4{width: 120px; height: 120px; margin-top:230px; margin-left:30%}
.animated-icon-5{width: 130px; height: 130px; margin-top:220px; margin-left:20%}
.animated-icon-6{width: 170px; height: 170px; margin-left:18%; margin-top: 20px;}
.animated-icon-404{width: 329px; height: 254px;display:inline-block;}
.animated-icon-about{width: 329px; height: 329px; position:fixed; top:250px; right:5%;}
.hide-on-desk{display:none;}
p.copywrite span{display:inline;}
.video_tag{position:relative; background:url('../images/phone-bg.png'); background-repeat:no-repeat; width:228px; height:467px;margin-left: 5vh;}
.video_tag video{position:absolute; top:5px; left:0px; width:100%;  height: calc(100% - 5px);border-radius: 38px;}
.vh-100{height:100vh;}
.vh-90{height:90vh;}
.vh-80{height:80vh;}
.vh-85{height:85vh;}
.vh-70{height:70vh;}
.vh-60{height:60vh;}
.vh-50{height:50vh;}
.boy_left_img{ padding-left:0px!important; padding-right:0px!important; padding-top:80px;}
.girl_right_img{padding-left:0px!important; padding-right:0px!important; padding-top:65px;}
h2.mob_span_break span{display:inline-block;}
.bg_img_area{position:relative;}
.bg_img_area .boy_img{content:''; position:absolute; bottom:58px; left:0px; background:url('../images/top-boy-img.png'); background-repeat:no-repeat; width:326px; height:344px}
.bg_img_area .girl_img{content:''; position:absolute; bottom:58px; right:0px; background:url('../images/top-girl-img.png'); background-repeat:no-repeat; width:320px; height:415px; background-size: 100% auto;}

.inner_page p a{color:#5C95F4;}
input[type="submit"].position_in_btn{position:absolute; width:auto; top: 3px;    right: 3px;    height: 44px; padding-right:35px;z-index:1000;color: #262261;     font-size: 12px;}
.whatsapp{background-image:url('../images/whatsapp.svg'); background-repeat:no-repeat;background-position: right;position:absolute;z-index:1500;top: 11px;    right: 10px;width: 25px;    height: 25px;  }
.menu_area ul{padding:0px; margin:0px; text-align:center;}
.menu_area ul li{display:inline-block;}
.menu_area ul li a{display:inline-block; color:#fff; margin:0px 10px; font-size:15px;}
.hide{display:none;}
header #pull{position:absolute;   top: -70px;    right: 25px; display:none;background: transparent;    width: 30px;    height: 30px;    border-radius: 50%;    line-height: 30px;    border: 2px solid #fff}
header #pull .fa{color:#fff;}
.warning.success{padding:20px; border:2px solid #9DF6A0; color:#9DF6A0; border-radius:10px;}
.warning.success h2, .warning.success p{color:inherit;}
.pl-55{padding-left:55px;}

.design_2{background: radial-gradient(circle at 100% 100%, #262261 0, #262261 10px, transparent 10px) 0% 0%/30px 30px no-repeat,
            radial-gradient(circle at 0 100%, #262261 0, #262261 10px, transparent 10px) 100% 0%/30px 30px no-repeat,
            radial-gradient(circle at 100% 0, #262261 0, #262261 10px, transparent 10px) 0% 100%/30px 30px no-repeat,
            radial-gradient(circle at 0 0, #262261 0, #262261 10px, transparent 10px) 100% 100%/30px 30px no-repeat,
            linear-gradient(#262261, #262261) 50% 50%/calc(100% - 40px) calc(100% - 60px) no-repeat,
            linear-gradient(#262261, #262261) 50% 50%/calc(100% - 60px) calc(100% - 40px) no-repeat,
            linear-gradient(90deg, #ff57dd 0%, #ffc046 19%, #2ce85d 44%, #458abc 68%, #5f3bfe 100%);
border-radius: 30px; box-sizing: border-box; padding:5%;}

.design_3{background: radial-gradient(circle at 100% 100%, #262261 0, #262261 5px, transparent 5px) 0% 0%/15px 15px no-repeat,
            radial-gradient(circle at 0 100%, #262261 0, #262261 5px, transparent 5px) 100% 0%/15px 15px no-repeat,
            radial-gradient(circle at 100% 0, #262261 0, #262261 5px, transparent 5px) 0% 100%/15px 15px no-repeat,
            radial-gradient(circle at 0 0, #262261 0, #262261 5px, transparent 5px) 100% 100%/15px 15px no-repeat,
            linear-gradient(#262261, #262261) 50% 50%/calc(100% - 20px) calc(100% - 30px) no-repeat,
            linear-gradient(#262261, #262261) 50% 50%/calc(100% - 30px) calc(100% - 20px) no-repeat,
            linear-gradient(90deg, transparent 0%, rgba(72, 171, 224, 0.003) 0%, rgba(0, 255, 255, 0.007) 0%, #ff57dd 0%, #ffc046 18%, #2ce85d 37%, #458abc 66%, #5f3bfe 100%);
border-radius: 15px;
padding: 25px;
box-sizing: content-box;overflow:auto; padding-bottom: 35px;}

.right_video_div video{border: 12px solid #5A47F3;border-radius: 10px;width:197px;}
.top_giggllers_pic_div{text-align:center;}
ul.top_giggllers{margin:0px; padding:0px; text-align:center;}
ul.top_giggllers li{margin:0px; padding:0px; list-style:none; display:inline-block; margin-bottom:15px;}
ul.top_giggllers li img{width:80px; height:80px;border-radius: 50%; margin-right: 15px;}
ul.top_giggllers li:last-child() img{margin-right: 0px;}

.go_green_home .green_main_bg{background:url('../images/gogreen/home-img-2.png'); background-repeat:no-repeat;  background-size:100% 108%;}
.go_green_home .green_ambassador_bg{background:url('../images/gogreen/future-green-ambassador.png'); background-repeat:no-repeat;  background-size:100% 108%;}
.white_box{background:rgb(255 255 255 / 50%); border-radius:10px; padding:0px;}
.white_box img{display:inline-block; vertical-align:middle;    width: 180px;}
.white_box img.right-img{  width: 150px; float:right;margin-top:5px;}
p.subheading{color:#fff; font-size:14px;}
p.subheading span{color: #7EFC9B; font-size:20px;font-weight:bold;}
h4.white{color: #fff; font-size:20px; font-weight:bold;}
.light_gray{color: #e7e7e7; font-size:16px; }
.light_gray strong{color:#fff;}
.pos_relative{position:relative;}
.green_border_box{text-align:center; border:2px solid #B1F4A8; ; padding:10px; border-radius:10px;}
.green_border_box.white_txt{color:#fff; text-align:left;}
.green_border_box.copy_url{position:relative;}
.green_border_box.copy_url a.copy_txt{position:absolute; right:10px; top:10px; color:#7DFE96; text-decoration:none;font-size:14px;}
a.introVid{position:absolute; top:34%; left:43%;background:url('../images/gogreen/play-btn.png'); background-repeat:no-repeat; width:75px; height:75px;}
.go_green_home input[type="submit"], button{border: none;     color: #000;}
.ResponsiveYTPlayer {  max-width: 100%;}
.ResponsiveYTPlayer {  position: relative;  overflow: hidden;  width: 520px;  height: 265px;}
.ResponsiveYTPlayer iframe {  position: absolute;  top: 49%;  left: 50%;  width: 520px;  height: 265px;  transform: translate(-50%, -50%);}
.ResponsiveYTPlayer:after {  content: '';  position: absolute;  width: 100%;  height: 100%;  top: 0;  left: 0;  background: transparent;}

.school_leader .left_area_bg{background:#3c3971; border-radius:10px; padding:15px; margin-bottom:15px;}
.school_leader .left_area_bg .green_text{color:#9DF6A0; font-size:16px; font-weight:bold;}
.school_leader form p small{color:#FFFFFF; font-size:12px;}
.school_leader form p small a{color:#9DF6A0}
.school_leader ul.video_div{margin:0px; padding:0px; }
.school_leader ul.video_div li{display:inline-block; width:16%; margin:0; padding:0px;}
.school_leader ul.video_div li img{width:83px; height:163px;}
.school_leader ul.video_div li:last-child{width:14%;}
.school_leader a.btn{background:#FCC42A; border:1px solid #89EAEB; color:#262261; padding:2px 15px; border-radius:25px; position:absolute; top:-17px;left: 38%; text-decoration:none; font-weight:bold;} 
.border_radius_10{border-radius:10px;}
.border_radius_25{border-radius:25px;}
.talent_landing .rocket_bg{background:url('../images/school_talent/rocket-img.png'); background-repeat:no-repeat;  background-position:center center; background-size:contain; min-height:750px; position:relative;}
.rocket_bg h3{margin-bottom:0px;}
.no-1{position: absolute;    top: 80px;    left:95px; width:auto;text-align: right;}
.no-2{position: absolute;    top: 250px;    left:525px; width:auto;text-align: left;}
.no-3{position: absolute;    top: 375px;    right:150px; width:auto;text-align: left;}
.no-4{position: absolute;    top: 560px;    left:280px; width:auto;text-align: right;}
a.btn_round_with_right_arrow{font-size:20px; color:#000; border-radius:35px; background:#fff; padding:10px 25px; font-weight:bold; position:relative; padding-right:50px;}
a.btn_round_with_right_arrow i{background:url('../images/school_talent/right_arrow.svg'); background-repeat:no-repeat; display:inline-block; width:35px; height:35px; background-size:contain; position:absolute;right:10px; top:6px;}
a.btn_round_with_right_arrow.yellow{background:#FFC046;}
a.btn_round_with_right_arrow:hover{text-decoration:none; box-shadow:2px 2px 8px 2px #07042b}
a.btn_round_with_right_arrow.disabled_on_desktop{pointer-events: none;}
a.btn_round_with_right_arrow.disabled_on_desktop:hover {
  content: "Link Open in Mobile Only!"
}

.row-cols-lg-8{display:flex; padding:0 2%;}
.row-cols-lg-8 > div {      flex: 0 0 12.5%;      max-width: 12.5%;    }
.row-cols-lg-8 > div img{ width:auto; background:#fff; border-radius:20px; }

.slider_trusted .item{}
.slider_trusted .item img{width: auto;
    text-align: center;
    margin: 0 auto;background: #fff; border-radius: 20px;}

a.white_text h4{color:#fff;}
.school_leader #school_leader_form input[type="submit"]{color:#000;}
input[type="radio"].radio_h_30{position: relative;
  opacity: 1;
  width: 22px;
  height: 22px;
    vertical-align: middle;
}




@media (min-aspect-ratio: 16/9) {
  .ResponsiveYTPlayer iframe {
    /* height = 100 * (9 / 16) = 56.25 */
    height: 56.25vw;
  }
}
@media (max-aspect-ratio: 16/9) {
  .ResponsiveYTPlayer iframe {
    /* width = 100 / (9 / 16) = 177.777777 */
    width: 177.78vh;
  }
}

@media(max-width:850px) {
    .container, .main_container > div.container{width:95%;}
    .row {    margin-right: 0px;    margin-left: 0px;}
    .hide-on-mob{display:none;}
    .hide-on-desk{display:block;}
    header{padding-bottom:20px;}
    
    header .nav_container{ display:none; position: fixed; overflow:auto;    top: 0px;    left: 0px;    width: 100%;  /*  height: 100%; */   background: #EEE4DC;    z-index: 1000000;    padding-top: 45px; padding-bottom: 25px; }
    header .nav_container .fa-close{position: absolute;    top: 20px;    right: 20px;    font-size: 24px;    color: #000; width:30px; height:30px; border-radius:50%; border:2px solid #000; line-height:30px;   }
    header .nav_container > div{ max-height:500px;}
    header .nav_container .fa-close:before{content: "\f00d";}
    header .nav_container .logo_area{ width:100%; text-align:center; margin:25px 0;}
    header #pull{display:inline-block}
	header nav > ul { height: auto; background:inherit; width:100%;padding: 0px;margin: 0;   box-sizing: border-box; }
	nav{ position:static; width:100%; display:inline-block}
	.menu_area nav ul{width: 50%;    margin-left: 25%;}
	.menu_area nav ul li{display: block !important;	float: none;width:100% !important; padding:0px; margin:0px; padding:20px 0;  text-align:center; border-bottom:2px solid #ccc; position:relative;}
	.menu_area nav ul li::after{ content: "\f105";   font-family: 'FontAwesome';   position: absolute;    right: 10px;    top: 20px;    color: #262261;    font-size: 36px;    font-weight: bold;}
	.menu_area nav ul li:last-child{border-bottom:none;}
	.menu_area nav ul li a {width:100%; text-align:left; font-size:15px; color:#fff; color:#262261; font-size:20px; margin:0px; box-sizing:border-box; font-weight:bold;}
	.menu_area nav ul li a:active{text-transform:none;}
	nav ul.submenu{ display:inline-block; margin:0; width:100%;}
	nav ul.submenu li{width:100%; margin:0; background:#5d5c5c; margin-bottom:5px;  }
	nav ul.submenu li a{ width:100%; margin:0;     padding: 0;    font-size: 16px;    text-align: center;    color: #fff;}
    nav li:hover .submenu{    position: static;width: 100%;}
    nav ul.submenu li a:hover{background:none;}
    header nav ul li a:hover:before{-webkit-transform: scale(0, 0); transform: scale(0, 0);}
    header{ text-align:center; position:relative;}
    header .logo_area{margin-bottom:10px}
    header .right_area{display:none; }
    header .right-side-box{    position: absolute;    top: 15px;    right: 15px;    margin: 0;}
    .nav_container .logo_area{display:block;}
    
    .coming-soon-div{position:relative;}
    .coming-soon-div .coming_soon_img{position: absolute;    bottom: 35px;    right: 80px;width:110px;}
    .animated_logo{margin-top: 0;    margin-bottom: 25px;}
    h1 {    font-size: 30px;line-height: 38px;}
    h1 span, h2.title_center_Fixed span, p span{display:inline}
    p, p.font-13, p span, .white-text p span{color:#EEE4DC;font-size: 16px;    line-height: 22px;}
    .bg_gradient p, .bg_gradient p span{color:#353B36;}
    .mob-p-0{padding:0 !important;}
    .mob-p-20{padding:20px !important;}
    .logo_area{text-align:left;}
    h2.border_btm:before, h2.border_btm:after, h2.title_center_Fixed:before, h2.title_center_Fixed:after{width: 10%;}
    h2.border_btm:before, h2.title_center_Fixed:before{    left: 50%;}
    h2.border_btm:after, h2.title_center_Fixed:after {left: 40%;}
    .title_center_Fixed{position: static;}
    .animated-icon-4, .animated-icon-5{margin-top: 40px;}
    .animated-icon-1, .animated-icon-2{margin-left: 28%;}
    .animated-icon-3,.animated-icon-4{margin-left: 33%;}
    .animated-icon-5{margin-left: 31%;}
    .animated-icon-6{margin-left: 22%;}
    .bg_gradient p.width_80, .width_80{width: 94%;  margin-left: 3%;}
    .m-pt-20{padding-top:20px;}
    .m-pb-20{padding-bottom:20px;}
    .social_icons{padding-bottom: 20px;    text-align: center;}
    p.copywrite{text-align:center;}
    p.copywrite span{display:block;}
    .pt-65, .pt-100 {    padding-top: 30px;}
    .spacer_45, .spacer_60{height:30px;}
    .video_tag{    margin-left: 13vw;}
    .video_div h4{margin-bottom: 45px;}
    h4{font-size:25px;}
    .bullet_point .font-13{vertical-align: middle;font-size: 14px;color:#EEE4DC}
    .bullet_points img{height: 30px;width: 30px;vertical-align: middle;}
    .bullet_points img.animated_logo{    width: 80%;    height: 100%;}
    .vh-50, .vh-60,.vh-70,.vh-80,.vh-90,.vh-100{height:auto;}
    .vh-mob-100{height: 100vh;}
    .vh-pos_absolute_100{ height:calc(100vh - 300px); top:150px; left:0px; width:100%;}
    .bullet_points .font-15{font-size:16px; font-weight:bold;}
    .bullet_points img{height: 20px; width: 20px;}
    .bullet_points .space_top{padding-left:0px; padding-right:0px; padding-top:20px;}
    .text-right.mob-text-center{text-align:center}
    h2.mob_span_break span{display:block;}
    .bg_img_area .boy_img, .bg_img_area .girl_img{display:none;}
    .animated-icon-about{position:static;}
    .animated-icon-404{width:225px;height:200px;}
    .pl-55 { padding-left: 40px;}
    .right_video_div video{    margin: 20px 0;}
    .design_2{padding: 10% 6%;}
    .hide-on-desk.bullet_points{text-align:center;}
    .bullet_points .font-15{    font-size: 15px;}
    .bg_main h1{    font-size: 26px; text-align:center;padding: 0 10%;}
    ul.top_giggllers{ display:inline;}
    .right_video_div video{width: 197px;}
    .go_green_home .green_main_bg{background:url('../images/gogreen/home-img-mob.png');width: 100%;     height: 100%;    background-size: 100% auto;background-repeat: no-repeat;  background-color: #568474;}
    .go_green_home .green_ambassador_bg{background:url('../images/gogreen/future-green-ambassador-mob.png'); width: 100%;     height: 100vh;    background-size: cover;}
    .mob-pt-190{padding-top:230px!important;}
    .go_green_home.greenthanks .green_main_bg{height: 100vh;}
    .subheading span{width:100%; display:inline-block;}
    .mob-text-center{text-align:center;}
    .white_box img{width: 140px;}
    .white_box img.right-img{    float: right;    margin-top: 5px;width: 130px;}
    .school_leader ul.video_div li{width: 15%;}
    .school_leader ul.video_div li img{    height: 95px;}
    .school_leader a.btn{left: 29%;}
    .talent_landing .rocket_bg{background-size:100% 80%; margin-bottom:0px;}
    .talent_landing .rocket_bg h3{    font-size: 22px;}
    .talent_landing .rocket_bg h4{    font-size: 18px;}
    .talent_landing .no-1{ top: 35px; left: 0px;text-align: left;}
    .talent_landing .no-2{top: 250px;     left:125px;text-align: right;}
    .talent_landing .no-3{top: 420px;  right: unset;left: 0px;}
    .talent_landing .no-4{    top: 615px;     left: 80px;}
    .talent_landing .four_box img{ height:78px;}
    .talent_landing .four_box p.off-white-text{        font-size: 13px;} 
    .talent_landing .four_box .bg_dull_blue {margin-bottom:30px;}
    .talent_landing .four_box a.bg_green{font-size: 13px;     padding-left: 0px;    padding-right: 0px;    width: 100%;    display: inline-block;}
    .talent_landing h1{font-size:24px;line-height:28px; padding:0px; margin-top:10px; margin-bottom:0px;}
    .talent_landing h2{font-size:20px;}
    .talent_landing .top_schools img{margin-bottom:20px;}
    .talent_landing .winner_info img, .reward_div img{width:80px;display: inline-block; vertical-align:middle;}
    .talent_landing .winner_info p, .reward_div p{width:calc(100% - 95px);display: inline-block;vertical-align:middle}
    .talent_landing a.btn_round_with_right_arrow{font-size: 15px;}
    .talent_landing a.btn_round_with_right_arrow i{width: 30px; height: 30px;}
    .row-cols-lg-8{display:inline-block; padding:0 2%;}
    .row-cols-lg-8 > div { display:inline-block; width:25%;     max-width: 25%;    }
    .winner_info .center_img img{width: 55px;}
    .media_coverage img{height:112px;}
    .reward_div p{    padding: 0px;    margin: 0px;    width: 100%;    margin-top: 10px;    margin-bottom: 40px;}
    a.btn_round_with_right_arrow.disabled_on_desktop{pointer-events: all;}
    .slider_trusted .owl-dots{display:none;}
    .talent_landing .winner_info p, .reward_div p{ width:100%; margin:0px; text-align:left;        margin-top: 10px;         font-size: 20px;line-height: 28px;}
    .menu_area nav ul{width: 70%;  margin-left: 15%;}
    .article_div h4{font-size:18px;}
}