@charset "utf-8";
@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";}
.fa-caret-down:before{content: "\f0d7";}
.fa-caret-up:before{content: "\f0d8";}
.fa-ellipsis-v:before{content: "\f142";}
.fa-long-arrow-left:before{content: "\f177";}
.fa-long-arrow-right:before{content: "\f178";}
.fa-globe:before{content: "\f0ac";}
.fa-graduation-cap:before{content: "\f19d";}
.fa-trophy:before{content: "\f091";}

* {  -webkit-font-smoothing: antialiased;  box-sizing: border-box;}
html,body {  font-family: "Montserrat",sans-serif;    font-weight: 400;    color: var(--black);margin: 0px;  height: 100%; font-size:14px; color: var(--grey); }
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 */}
/*-----------------       globals.css end          --------------------------------*/
:root {
  --blue: #0f4ea3;
  --white: rgba(255, 255, 255, 1);
  --black: rgba(0, 0, 0, 1);
  --grey: rgba(128, 128, 128, 1);
  --dark-grey: rgba(96, 96, 96, 1);
  --golden: rgba(245, 171, 53, 1);
  --light-bg: rgba(250,250,250,1);
}
/*-----------------      globals.css end          --------------------------------*/
.content_container > div{width:100%; display:inline-block; vertical-align:top;}
.container{ width:1200px; margin:0 auto;  }
h1{font-weight: 700;   font-size: 44px;line-height: normal;margin: 0 0 30px;    color: var(--black);    text-transform: uppercase;}
h2{   font-weight: 700;   text-transform: uppercase;font-size: 33px;    color: var(--black);    line-height: 45px;   margin: 0 0 40px;}
h3{  color: #303030;font-size: 21px;line-height: normal;  margin: 0 0 30px;   text-transform: uppercase; font-weight: 400;}
h5{    font-weight: 600;    color: var(--black);   font-size: 18px; margin:0px;}
a{text-decoration:none; color:var(--golden);}
a:hover{transition: all .4s ease;-webkit-transition: all .4s ease;}
a.btn, input[type="submit"]{color: #fff; cursor:pointer;    font-size: 18px;    font-weight: 500;    display: inline-block;    line-height: normal;    text-align: center;     border: 1px solid #fff;    padding: 20px 50px;    border-radius: 5px;    margin: 0 2px;}
a.btn:hover{    background: #fff;    color: #003a8f;    -webkit-animation-name: hvr-push;    animation-name: hvr-push;    -webkit-animation-duration: .3s;    animation-duration: .3s;    -webkit-animation-timing-function: linear;    animation-timing-function: linear;    -webkit-animation-iteration-count: 1;    animation-iteration-count: 1;}
a.btn.golden, input[type="submit"]{    color: #fff;    background:  var(--golden);    border-radius: 5px; margin-top:25px; border-color: var(--golden);   border-bottom: 4px solid #e19721;}


@-webkit-keyframes hvr-push{50%{-webkit-transform:scale(0.8);transform:scale(0.8)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes hvr-push{50%{-webkit-transform:scale(0.8);transform:scale(0.8)}100%{-webkit-transform:scale(1);transform:scale(1)}}.hvr-push{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent}
p{line-height:24px; margin-bottom:25px; margin-top:0; }
.span{ display:inline-block;}
.highlight_txt{color: var(--golden);}
.small_font{    font-weight: 400;    color: #818181;    font-size: 18px;    text-transform: capitalize;    display: block;}
.black_bold_font{color: #303030;font-size: 15px;    display: block;    font-weight: 500;     letter-spacing: 0.1em;}
/*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 { display:block;display: inline-block; width: 100%;margin-left: -15px;margin-right: -15px;}

.text-left{ text-align:left}
.text-center{ text-align:center}
.text-right{ text-align:right}
.left{ float:left}
.right{ float:right}

.mt-0{margin-top:0px;}
.mt-20{margin-top:20px;}
.mb-0{margin-bottom:0px;}
.mb-20{margin-bottom:20px;}
.mt-30{margin-top:30px;}
.mb-30{margin-bottom:30px;}
.mb-50{margin-bottom:50px;}

input[type="text"], textarea{border:1px solid #e2e2e2; padding:10px 15px; font-size:18px; display:inline-block; width:100%;    border-bottom-width: 2px;}
label{color:#979797; margin-bottom:10px; padding-top:20px; display:inline-block;}



header{position:relative;z-index:10;}
.logo{margin-top:30px;}
header .menu_area{ width: 94%;    display: inline-block; margin-top:20px;}
header nav ul{margin:0px;  padding: 0;}
header nav ul li{ display:inline-block; list-style:none;}
header nav ul li a{  font-weight: 400;    color:white;    font-size: 13px;    letter-spacing: 0;    padding: 0 20px;    display: inline-block;line-height: 69px; font-weight: 500;text-transform:uppercase;}
header nav ul li a:hover{ color:var(--white);}  
header nav ul li.active a{position:relative; color:var(--white);}
header nav ul li.active a:after{content:''; position:absolute; bottom:0px; height:4px; border-radius:2px;left: 15px;    width: 55px;    z-index: 1000;    background: var(--brnad-red);}
header #pull { position: absolute;    top:10px;    right:20px;    display: none;}
header #pull .fa{    font-size: 35px;    margin-right: 5px;    padding:0px;   border-radius: 5px;    color: #fff;    cursor: pointer;}
header #pull .menu_txt{display:inline-block; font-size:20px;}

header nav ul li.logo{display:none;}
header nav ul li.has_submenu .submenu{position:absolute; left:-8%; width:82%; background:#fff; display:none; top:70px; }
header nav ul li.has_submenu .submenu .container{ border-top: 1px solid #e2e2e2;    padding-top: 25px;    padding-bottom: 25px;}
header nav ul li.has_submenu .submenu ul{display:inline-block; vertical-align:top; width:20%;}
header nav ul li.has_submenu .submenu ul li{width:100%;}
header nav ul li.has_submenu .submenu ul li a{line-height:32px; font-size:13px; color:var(--grey);}
header nav ul li.has_submenu .submenu ul li.heading a{ color:var(--grey);}
header nav ul li.has_submenu .submenu ul li a:hover{ color:var(--brnad-red); }
header nav ul li.has_submenu .submenu ul li a:hover:after{content: "\f178";font: normal normal normal 14px / 1 FontAwesome;    font-size: inherit; padding-left:10px;}
header nav ul li.has_submenu:hover .fa-caret-down:before {   content: "\f0d8";}
header nav ul li.has_submenu:hover .submenu{ display:block;}

header nav ul li.has_submenu.single{position:relative;}
header nav ul li.has_submenu.single .submenu{width: 250px;  position: absolute;  padding-bottom: 20px;padding-top: 20px;}
header nav ul li.has_submenu.single .submenu ul{width:100%;}
header nav ul li a.arrow_space{padding:0;}
header .button{width:5%; display:inline-block; vertical-align:top;    line-height: 69px;margin-top: 20px;}

.hero_bg{background-image:url('../images/hero-1-bg.jpg'); position: relative;    background-repeat: no-repeat;    background-position: center center;   -webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;   background-size: cover;   padding: 180px 0 0; margin-bottom:-120px;    }
.hero_bg::before{content: "";    position: absolute;    left: 0;    right: 0;    top: 0;    bottom: 0;    background: rgba(15, 78, 163, .9);    
    background: -moz-linear-gradient(left,rgba(15,78,163,.9) 0%,rgba(15,78,163,.9) 100%);
    background: -webkit-linear-gradient(left, rgba(15, 78, 163, .9) 0%, rgba(15, 78, 163, .9) 100%);
    background: linear-gradient(to right, rgba(15, 78, 163, .9) 0%, rgba(15, 78, 163, .9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f4ea3',endColorstr='#0f4ea3',GradientType=.9);
}

.hero_section_panel, .feature_widget_panel, .welcome_widget_panel, .info_widget_panel, .cta_widget_panel,.counter_widget_panel, .news_widget_panel, .gallery_widget_panel, .video_widget_panel, .testimonial_widget_panel{display:inline-block; width:100%;}
.hero_section_panel h1{margin-top:75px; color:#fff;}
.hero_section_panel p{color:#fff;}
.feature_widget_panel{margin-bottom:60px;}
.feature_widget_panel .feature-img{ height:215px; position: relative;  margin: 0 -15px;  background-repeat: no-repeat;    background-position: center center;   -webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;   background-size: cover;   padding: 10px ; }
.feature_widget_panel .feature-img a{content: ""; position: absolute;    left: 0;    right: 0;    top: 0;    bottom: 0;  display: block;color: #fff;    height: 215px;    font-size: 30px;    font-weight: 700;    text-transform: uppercase;    padding: 125px 30px 30px;    letter-spacing: 2px;}
.feature_widget_panel .feature-img a span{font-weight: 300;   display: block;}
.feature_widget_panel .feature-img.img-1{background-image:url('../images/1.jpg');}
.feature_widget_panel .feature-img.img-1 a{    background: rgba(235, 35, 88, 0.9);}
.feature_widget_panel .feature-img.img-1 a:hover{  background: rgba(235, 35, 88, 0.7);}
.feature_widget_panel .feature-img.img-2{background-image:url('../images/2.jpg');}
.feature_widget_panel .feature-img.img-2 a{    background: rgba(245, 140, 4, 0.9);}
.feature_widget_panel .feature-img.img-2 a:hover{  background: rgba(245, 140, 4, 0.7);}
.feature_widget_panel .feature-img.img-3{background-image:url('../images/3.jpg');}
.feature_widget_panel .feature-img.img-3 a{    background: rgba(74, 217, 217, 0.9);}
.feature_widget_panel .feature-img.img-3 a:hover{  background: rgba(74, 217, 217, 0.7);}
.feature_widget_panel .feature-img a:hover{opacity:0.7;}

.icon_div .fa{font-size:85px; color:var(--blue); margin:35px 0;}

.info_widget_panel{background:var(--light-bg); padding:65px 0; margin-top:35px; }
.cta_widget_panel{background:var(--blue);padding:15px 0;}
.cta_widget_panel h3{color:#fff; font-weight:600; margin-top:20px; margin-bottom:10px;}
.cta_widget_panel p{font-size:22px; color:#fff;font-weight: 300; letter-spacing: 1px;}



.news_box{border:1px solid #d1d1d1; border-radius:5px; margin-bottom:65px;}
.news_box .news_top_div{padding:15px; vertical-align:middle;}
.news_box .news_top_div *{vertical-align:middle;}
.news_box .news_top_div .right{margin-top:5px;}
.news_box .news_text_div{padding:20px 20px 0 20px;}
.news_box a.heading{color:var(--black);}

.counter_widget_panel{width:100%;background:var(--blue);padding:65px 0; display:inline-block; margin:0 0 65px 0; }
.counter_widget_panel h3{ color:white;font-weight:300}
.counter_widget_panel h4{font-size:22px; color:white; font-weight:300;}
.count{font-size:45px; font-weight:700; color:#fff;}

.video_widget_panel{margin:65px 0;}

.gallery_widget_panel{margin:0;}
.gallery_widget_panel .col-md-6 {padding:0px; margin:0px;}
.gallery_widget_panel .col-md-6 img{width:100%;  transition: 0.3s ease-in-out; }
.gallery_widget_panel .col-md-6 img:hover{outline: 10px solid #e19721;   outline-offset: -10px;}

.testimonial_widget_panel{background:#fafafa; padding:65px 0 0px 0; }
.tab-menu {	margin: 20px auto;height: 500px;}
.tabs {	width: 235px;	display: inline-block;	position: relative;	height: 45px;}
.tab-content {	display: none;}
.tabs input {	margin: 0;	position: absolute;	width: 100%;	height: 170px;	z-index: 1;	cursor: pointer;	opacity: 0;	bottom: -375px;}
.tabs label {	position: absolute;	left: 0;	right: 0;	bottom: 0;	top: 250px;	text-align: center;	line-height: 40px;	transition: all 0.3s ease;	background-color: #ffffff;	border-top-right-radius: 10px;	border-top-left-radius: 10px;	height: 205px;    width: 235px;    padding: 20px;}
.tabs label img{border-radius:50%;     width: 75px;}
.tabs label h3{font-size: 18px; color:#ccc;  margin:20px 0 10px 0;}
.tabs label p{color:#ccc;}
.tab-content p {	line-height: 29px;	font-size:20px;	font-weight:300;	color: #000;}
.tabs input:hover + label , .tabs input:checked + label {	background-color: var(--blue);	color: #ffffff;	font-weight: 600;	height: 240px;    width: 235px;    padding: 20px;top: 215px;}
.tabs input:hover + label img, .tabs input:checked + label img{border:2px solid #fff; width:100px;}
.tabs input:hover + label h3, .tabs input:checked + label h3{ color: #fff;}
.tabs input:hover + label p, .tabs input:checked + label p{margin-bottom:0px; color:#fff;}
.tabs input:checked ~ .tab-content {	display: block;	position: absolute;	top: 30px;	width: 1000px;	padding: 10px;	box-sizing: border-box;	margin: 0 auto;	left: 0px;	text-align:center;}
.tabs input:checked ~ .tab-content:after{content: "\f10d";    font-family: FontAwesome;    display: block;    font-size: 37px;    width: 37px;    height: 37px;    position: absolute;    top: -50px;    left: 0;    right: 0;    margin: auto;    color: #cbcbcb;}
.tabs.tab_first input:checked ~ .tab-content {    left: 95px;}
.tabs.tab_two input:checked ~ .tab-content {    left: -144px;}
.tabs.tab_three input:checked ~ .tab-content {    left: -383px;}
.tabs.tab_four input:checked ~ .tab-content {    left: -620px;}
.tabs.tab_five input:checked ~ .tab-content {    left: -860px;}

footer{background:#054499;    display: inline-block;width: 100%; margin-top:65px;}
.footer_logo_div{padding:55px 0; background:#003085; text-align:center;}
footer ul{display:inline-block; vertical-align:top; width:18%; margin:0px; padding:0px;padding-top: 35px;}
footer ul:first-child{ padding-left:3%;width: 20%;}
footer ul li{ list-style:none; padding:0px; margin:0px; line-height:35px;}
footer ul li a{font-size:14px;color:#a6b5d4; text-transform:uppercase; }
footer ul li:first-child a{color:#fff;}
footer .bg_dark{background:#003085;    display: inline-block;width: 100%; padding:20px 0; }
footer .bg_dark p{margin:0px; color:#a6b5d4; font-size:12px;}
footer ul.social_icons li{display:inline-block; vertical-align:top;    margin-right: 5px;}
footer ul.social_icons li a{background:#a6b5d4; width:30px; height:30px; border-radius:50%; color:#054499;display: inline-block;    line-height:30px;    text-align: center;}
footer ul.social_icons li a:hover{background:#fff;}

.pages .hero_bg{background-image:url('../images/about-us-bg.jpg'); padding-bottom:95px;}
.pages .hero_bg h1{font-size: 33px;font-weight: 300;  margin: 0 0 20px; color:#fff; text-transform: capitalize;}
.pages .hero_bg .subheading{color: #a6b5d4;    font-size: 22px;font-weight: 300; }
.white_shadow_box{width:100%; display:inline-block; background:#fff; border-radius:10px; box-shadow:0px 20px 27px 0px rgba(0,0,0,.2); padding:20px 0; position:relative;}
.white_shadow_box .count{font-weight: 600;color:#000;}
.counter_widget_panel.white_bg{background:#fff; margin-bottom:0px; padding-bottom:0px;}
.counter_widget_panel .white_shadow_box h4{margin-top: 10px;    font-size: 18px;color:#000;}

.innerpage.pages .feature_widget_panel { margin-bottom: 0px;}
.innerpage.pages .partner_widget_panel{ margin-top:65px;}

.detail_div.box_service{    padding: 15px; background: #f9f9f9; margin-bottom:30px;}
.left_right_text{padding-top:65px; padding-bottom:30px;}
.schedule-table-heading{
    width: 100%;
    padding: 15px 0 0 0;}
.schedule-table-heading ul li {
    text-align: center;
    width: 18%;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    border-right: 1px solid #d0d0d0;
    height: 70px;
    line-height: 70px;
    font-size: 16px;
    color: #909090;
    background: #eee;
    text-transform: uppercase;
    word-wrap: none;
    hyphens: none;
    list-style-type: none;
    list-style-position: inside;
    float: left;
}
.schedule-table-content {display: inline-block;
    width: 100%;
    padding: 0 0 30px 0;}
.schedule-table-content ul{background: #f7f7f7;
    margin: 0;
    list-style: none;
    clear: both;
    border-bottom: 1px solid #ddd;}

.schedule-table-content ul li{    text-align: center;
    width: 18%;
    display: inline-block;
    vertical-align: middle;
    background-color: #f7f7f7;
    margin: 0;
    border-right: 1px solid #d0d0d0;
    list-style-type: none;
    font-size: 16px;
    color: #909090;
    padding: 10px;
    height: 150px;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    line-height: 150px;
    border-bottom: 1px solid #f1f1f1;
    word-wrap: none;
    hyphens: none;
    float: left;}

.schedule-table-content ul li span {
    padding: 44px 20px;
    color: #fff;
    font-size: 13px;
    line-height: 13px;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    display: block;
    text-align: left;
}
.schedule-table-content ul li span strong{    margin: 15px 0 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
    color: #fff;
    font-weight: 400;}
.schedule-table-content ul li.math{background: #39b54a;}

.schedule-table-content ul li.type2{}
.schedule-table-content ul li.type2 span{padding:6px 20px;border-bottom: 2px solid #f7f7f7;}
.schedule-table-content ul li.type2 span:last-child{border-bottom:none;}
.schedule-table-content ul li.type2 span strong{margin: 5px 0 0;}

@media screen and (max-width:1199px){
    .container{width:98%; padding-left:1%; padding-right:1%;}
	.tabs input:checked ~ .tab-content {	max-width: 800px;}
}
@media screen and (max-width:1024px){
    header nav ul li a{padding:0 12px;}
    .hero_bg{padding: 145px 0 0;}
    .hero_section_panel h1, h1, .pages .hero_bg h1{    margin-top: 55px;font-size: 38px;}
    h2{    font-size: 30px;}
    h3{font-size: 24px;}
    .feature_widget_panel .feature-img a{font-size: 24px;}
    .icon_div .fa{    font-size: 65px;}
    .count{ font-size: 32px;}
    .counter_widget_panel h4{font-size: 16px;}
    .cta_widget_panel p{font-size: 18px;}
    a.btn{padding: 20px 40px;}
    .tab-content p{font-size: 17px;}
    .tabs, .tabs label, .tabs input:hover + label, .tabs input:checked + label{width: 185px;}
    .tabs label h3{font-size: 14px;}
    .tabs label p{font-size: 11px;}
    .tabs.tab_first input:checked ~ .tab-content {    left: 85px;}
    .tabs.tab_two input:checked ~ .tab-content {    left: -104px;}
    .tabs.tab_three input:checked ~ .tab-content {    left: -293px;}
    .tabs.tab_four input:checked ~ .tab-content {    left: -481px;}
    .tabs.tab_five input:checked ~ .tab-content {    left: -670px;}
    footer ul.social_icons{text-align: right;}
    footer ul.social_icons li{    margin-right: 15px;   margin-bottom: 5px;}
}
@media screen and (max-width: 991px){
    
    header .menu_area{position:relative;}
    header .nav_container{ display:none; position: fixed; overflow:auto;    top: 0px;    left: 0px;    width: 90%;    height: 100%;    background: #fff ;    z-index: 1000; }
    header .nav_container .fa-close{position: absolute;    top:30px;    right: 20px;    font-size: 20px;    color: #333;          padding: 5px 10px;        border: 1px solid #333; }
    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 #pull .menu_txt{display:none;}
    header nav ul li.logo{display:block; margin-bottom:25px;}
	header nav ul { height: auto; background:inherit; width:100%;padding: 0px;margin: 0;   box-sizing: border-box;         margin-top: 10px;}
	header nav{ position:static; width:100%; display:inline-block}
	header nav ul li{display: block !important;	float: none;width:100% !important;        line-height: 30px;        text-align: left;}
	header nav ul li a {width:98%; text-align:left; font-size:16px; color:#111;}
	header .nav_container nav ul li a{line-height:42px;}
	.has_submenu .fa-caret-down{  padding: 0px 10px;    border: 1px solid #949494;    border-radius: 9px;    line-height: 16px;    margin-top: 12px;}
	header nav ul li.has_submenu .submenu ul li a{    line-height: 32px;     font-size: 18px;}
	header nav ul li.has_submenu .submenu, header nav ul li.has_submenu.single .submenu{position:static;}
	header nav ul li.has_submenu .submenu .container{padding-top: 10px;padding-bottom: 10px;}
	header nav ul li.has_submenu .submenu ul{width:50%;}
	header nav ul li.has_submenu .submenu{display:none!important;}
    header nav ul li.has_submenu .submenu.open{display:block!important;}
    header nav ul li.has_submenu > a{width:80%;display:inline-block; vertical-align:middle;}
    header nav ul li.has_submenu > a.arrow_space{width:20%; text-align:center;}
    header nav ul li.has_submenu.single .submenu{width:100%;padding-top: 0;}
    
    header .button{font-size: 22px; line-height: 52px;}
    .hero_bg {  padding: 95px 0 0;margin-bottom: 15px; }
    .hero_section_panel h1{font-size: 24px;  margin-bottom: 10px;        margin-top: 25px;}
    .feature_widget_panel {    margin-bottom: 20px;}
    .feature_widget_panel .feature-img a{height: 165px;padding: 77px 30px 30px;      font-size: 18px;}
    .feature_widget_panel .feature-img{  height: 165px;    }
    a.btn {   padding: 10px 30px; }
    .news_box > img{width:100%;}
    .video_widget_panel img{margin-top:20px;}
    
    .tabs, .tabs label, .tabs input:hover + label, .tabs input:checked + label{width: 120px;}
    .tabs input:checked ~ .tab-content {	max-width: 550px;}
    .tabs label p{line-height: 16px;}
    .tabs.tab_first input:checked ~ .tab-content {    left: 35px;}
    .tabs.tab_two input:checked ~ .tab-content {    left: -90px;}
    .tabs.tab_three input:checked ~ .tab-content {    left: -214px;}
    .tabs.tab_four input:checked ~ .tab-content {    left: -337px;}
    .tabs.tab_five input:checked ~ .tab-content {    left: -460px;}
    
}

@media screen and (max-width: 650px){
    header .menu_area{width: 91%;}
    .hero_section_panel{padding-bottom:30px;}
    .hero_section_panel h1, h1, .pages .hero_bg h1{font-size:20px; margin-top:0px;}
    .hero_section_panel p{margin-bottom:10px;}
    .feature_widget_panel .feature-img a{  padding: 77px 5px 30px 10px;        font-size: 18px;}
    .feature_widget_panel .feature-img, .feature_widget_panel .feature-img a{height: 145px;}
    .info_widget_panel{    padding: 35px 0;}
    .video_widget_panel{    margin: 35px 0;}
    .cta_widget_panel .text-center{text-align:left;}
    .cta_widget_panel p{font-size: 15px;}
    .cta_widget_panel a.btn{margin-top: 0;}
    
    .tabs, .tabs label, .tabs input:hover + label, .tabs input:checked + label{width: 89px;        padding-left: 5px;      padding-right: 5px;height: 170px;}
     .tabs input:checked + label{height: 205px;}
    .tabs input:checked ~ .tab-content {	max-width: 460px;top: 0px;}
    .tabs input + label p{display:none;}
    .tab-content p {        font-size: 14px;    }
    .tabs label h3{font-size: 13px;}
    .tabs.tab_first input:checked ~ .tab-content {    left: 0px;}
    .tabs.tab_two input:checked ~ .tab-content {    left: -88px;}
    .tabs.tab_three input:checked ~ .tab-content {    left: -177px;}
    .tabs.tab_four input:checked ~ .tab-content {    left: -266px;}
    .tabs.tab_five input:checked ~ .tab-content {    left: -354px;}
    .footer_logo_div{  padding: 20px;text-align: left;}
    footer ul, footer ul:first-child{width:100%; padding:0px;}
    footer ul li{width:32%; display:inline-block;}
    footer ul.social_icons{text-align: left; padding: 10px 0px;}
    footer ul.social_icons li{width:auto;}
    .pages .hero_bg .subheading{font-size:16px;}
}

@media screen and (max-width:480px){
    .hero_section_panel img{    height: 245px;}
    .hero_section_panel h1{padding-top:20px;}
    .feature_widget_panel .feature-img a{        padding: 77px 0px 30px 5px;font-size: 13px;}
    h2{font-size: 22px; line-height: 32px;margin: 0 0 25px;}
	
	.tabs input:checked ~ .tab-content {max-width: 350px;}
	.tabs, .tabs label, .tabs input:hover + label, .tabs input:checked + label{width: 65px; height: 140px;   }
	.tabs input:checked + label{height: 175px; top: 265px;}
	.tabs label{top: 300px;}
	.tabs label h3{font-size: 9px;}
	.tabs.tab_two input:checked ~ .tab-content {    left: -71px;}
    .tabs.tab_three input:checked ~ .tab-content {    left: -141px;}
    .tabs.tab_four input:checked ~ .tab-content {    left: -210px;}
    .tabs.tab_five input:checked ~ .tab-content {    left: -279px;}
    .counter_widget_panel .white_shadow_box h4{font-size: 12px;}
    .pages .hero_bg{padding-bottom: 35px;}
    .counter_widget_panel.white_bg{padding: 35px 0;margin: 0 0 30px 0;}
}