/*------------------------------------------------------------------
[Master Stylesheet]
Theme Name: 	Finance Top
Version:        1.0.0
Author:         themexriver
URL:            http://themeforest.net/user/themexriver
-------------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
#0.1	Theme Reset Style
#0.2	Global Elements
#0.3	header
#0.4	hero-slider
#0.5	footer
#0.6	services-section
#0.7	cta
#0.8	services-section-s2
#0.9	about-section
#1.0	projects-section
#1.1	partners-section
#1.2	testimonials-section
#1.3	newsletter-section
#1.4	blog-section 
#1.5	contact-section 



--------------------------------------------------------------
	#home style 2
----------------------------------------------------------------
#2.0	services-section-s2
#2.1	fun-fact
#2.2	about-section-s2 


--------------------------------------------------------------
	#home style 3
----------------------------------------------------------------
#3.0	services-section-s3
#3.1	about-section-s3
#3.2	projects-section-s2
#3.3	team-section


--------------------------------------------------------------
	#home style 4
----------------------------------------------------------------
#4.0	projects-section-s2
#4.1	pricing-section


--------------------------------------------------------------
	#about page
----------------------------------------------------------------
#5.0	about-section-with-bg


--------------------------------------------------------------
	#team page
----------------------------------------------------------------
#6.0	team-pg-section


--------------------------------------------------------------
	#services page
----------------------------------------------------------------
#7.0	services-pg-section


--------------------------------------------------------------
	#service single page
----------------------------------------------------------------
#8.0	service-single-section


--------------------------------------------------------------
	#case studies page
----------------------------------------------------------------
#9.0	case-studies-section


--------------------------------------------------------------
	#case study single page
----------------------------------------------------------------
#10.0	case-study-single-content


--------------------------------------------------------------
	#testimonails page
----------------------------------------------------------------
#11.0	testimonials-pg-content


--------------------------------------------------------------
	#contact page
----------------------------------------------------------------
#12.0	contact-pg-content


--------------------------------------------------------------
	#blog page
----------------------------------------------------------------
#13.0	blog-pg-content
#13.1	blog-with-sidebar-section
#13.2	blog-list


--------------------------------------------------------------
	#blog single page
----------------------------------------------------------------
#14.1	blog-single-content	


----------------------------------------------------------------*/
/*---------------------------
	Fonts
----------------------------*/
@import url("https://fonts.googleapis.com/css?family=Hind|Poppins:500,600,700");
/*--------------------------------------------------------------
#0.1    Theme Reset Style
--------------------------------------------------------------*/
html {
  font-size: 15px;
}



body {
  font-family: "Hind", sans-serif;
  background-color: #fff;
  font-size: 14px;
  font-size: 0.93333rem;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

p {
  color: #999999;
  line-height: 1.8em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  color: #012f5c;
}

ul {
  list-style-position: inside;
  padding-left: 0;
  margin: 0;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #DB90FF;
}

img {
  max-width: 100%;
}

/*--------------------------------------------------------------
#0.2    Global Elements
--------------------------------------------------------------*/
.page-wrapper {
  position: relative;
  overflow: hidden;
}

.wow {
  visibility: hidden;
}

.fi:before {
  margin: 0;
}

.section-padding {
  padding: 30px 0;
}

@media (max-width: 767px) {
  .section-padding {
    padding: 70px 0;
  }
}

/*** contact form error handling ***/
.contact-validation-active .error-handling-messages {
  width: 100%;
  padding: 15px 15px 0;
  clear: both;
}

.contact-validation-active label.error {
  color: red !important;
  font-size: 0.93333rem;
  font-weight: normal;
  margin: 5px 0 0 0;
}

.contact-validation-active #loader,
.contact-validation-active #loader-2 {
  display: none;
  margin-top: 10px;
}

.contact-validation-active #success,
.contact-validation-active #success-2,
.contact-validation-active #error,
.contact-validation-active #error-2 {
  width: 100%;
  color: #fff;
  padding: 5px 10px;
  font-size: 16px;
  text-align: center;
  display: none;
}

@media (max-width: 767px) {
  .contact-validation-active #success,
  .contact-validation-active #success-2,
  .contact-validation-active #error,
  .contact-validation-active #error-2 {
    font-size: 15px;
  }
}

.contact-validation-active #success,
.contact-validation-active #success-2 {
  background-color: #009a00;
  border-left: 5px solid green;
  margin-bottom: 5px;
}

.contact-validation-active #error,
.contact-validation-active #error-2 {
  background-color: #ff1a1a;
  border-left: 5px solid red;
}

.contact-validation-active #loader {
  text-align: center;
  color: #fff;
  font-size: 8px;
  font-size: 0.53333rem;
}

#contact-form-s2 #loader i {
  color: #012f5c;
}

/*** back to top **/
.back-to-top {
  background-color: rgba(253, 212, 21, 0.9);
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: none;
  position: fixed;
  z-index: 999;
  right: 15px;
  bottom: 15px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

@media (max-width: 991px) {
  .back-to-top {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}

.back-to-top:hover {
  background-color: #fdd415;
}

.back-to-top i {
  font-size: 18px;
  font-size: 1.2rem;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/** for popup image ***/
.mfp-wrap {
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 99999;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/*** for fancybox video ***/
.fancybox-overlay {
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999 !important;
}

.fancybox-wrap {
  z-index: 99999 !important;
}

/**** style for box layout ***/
.box-layout {
  /*** style for box layout ***/
}

@media screen and (min-width: 1200px) {
  .box-layout {
    width: 100%;
    height: 100%;
    background: url("../images/body-bg.jpg") center center/auto repeat fixed;
  }
}

@media screen and (min-width: 1200px) {
  .box-layout .page-wrapper {
    background-color: #fff;
    width: 1250px;
    margin: 50px auto 0;
  }
}

.section-title, .section-title-s2, .section-title-s3, .section-title-s4, .section-title-s5 {
  text-align: center;
  margin: 0 0 25px;
}

.section-title h2, .section-title-s2 h2, .section-title-s3 h2, .section-title-s4 h2, .section-title-s5 h2 {
  font-size: 23px;
  /*font-size: 2.4rem;*/
  line-height: 1em;
  margin: 0;
  /*padding-bottom: 0.47em;*/
  padding-bottom:15px;
  position: relative;
}



.section-title-s4 h3 {
  font-size: 20px;
  /*font-size: 2.4rem;*/
  line-height: 1em;
  margin: 0;
  /*padding-bottom: 0.47em;*/
  padding-bottom:15px;
  position: relative;
}


 .section-title-s4 h3:after  {
  content: "";
  background-color: #fdd415;
  width: 30px;
  height: 5px;
  border-radius: 5px;
  position: absolute;
  left: 2%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
}






@media (max-width: 991px) {
  .section-title h2, .section-title-s2 h2, .section-title-s3 h2, .section-title-s4 h2, .section-title-s5 h2 {
    font-size: 30px;
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .section-title h2, .section-title-s2 h2, .section-title-s3 h2, .section-title-s4 h2, .section-title-s5 h2 {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

.section-title h2:after, .section-title-s2 h2:after, .section-title-s3 h2:after, .section-title-s4 h2:after, .section-title-s5 h2:after {
  content: "";
  background-color: #fdd415;
  width: 30px;
  height: 5px;
  border-radius: 5px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
}

.section-title-s2 {
  text-align: left;
}

.section-title-s2 h2 {
  line-height: 1.2em;
}

.section-title-s2 h2:after {
  left: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}

.section-title-s3 h2, .section-title-s4 h2, .section-title-s5 h2 {
  margin-bottom: 0.33em;
}

.section-title-s4, .section-title-s5 {
  text-align: left;
}

@media (max-width: 991px) {
  .section-title-s4, .section-title-s5 {
    margin-bottom: 35px;
  }
}

.section-title-s4 h2:after, .section-title-s5 h2:after {
  left: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}

.section-title-s4 h2, .section-title-s5 h2,
.section-title-s4 p, .section-title-s5 p {
  color: #012f5c;
}

.section-title-s5 h2 {
  color: #012f5c;
}

.section-title-s5 p {
  color: #999999;
}

.theme-btn, .theme-btn-s2 {
  font-family: "Poppins", sans-serif;
  background-color: #012f5c;
  font-size: 16px;
  font-size: 1.06667rem;
  color: #fff;
  padding: 12px 48px 12px 35px;
  border: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  position: relative;
}

.theme-btn:after, .theme-btn-s2:after {
  font-family: "FontAwesome";
  content: "\f0da";
  color: #fdd415;
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 991px) {
  .theme-btn:after, .theme-btn-s2:after {
    right: 15px;
  }
}

@media (max-width: 1199px) {
  .theme-btn, .theme-btn-s2 {
    font-size: 14px;
    font-size: 0.93333rem;
    padding: 10px 40px 10px 25px;
  }
}

@media (max-width: 991px) {
  .theme-btn, .theme-btn-s2 {
    font-size: 13px;
    font-size: 0.86667rem;
    padding: 9px 30px 9px 15px;
  }
}

@media (max-width: 767px) {
  .theme-btn, .theme-btn-s2 {
    font-size: 12px;
    font-size: 0.8rem;
    padding: 8px 30px 8px 15px;
  }
}

.theme-btn:hover, .theme-btn-s2:hover, .theme-btn:focus, .theme-btn-s2:focus, .theme-btn:active, .theme-btn-s2:active {
  background-color: #fdd415;
  color: #012f5c;
}

.theme-btn:hover:after, .theme-btn-s2:hover:after {
  color: #012f5c;
}

.theme-btn-s2 {
  background-color: #fdd415;
  color: #012f5c;
}

.theme-btn-s2:after {
  color: #012f5c;
}

.form input,
.form textarea,
.form select {
  border-color: #bfbfbf;
  border-radius: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #595959;
}

.form input:focus,
.form textarea:focus,
.form select:focus {
  border-color: #012f5c;
  -webkit-box-shadow: 0 0 5px 0 #02498e;
  -moz-box-shadow: 0 0 5px 0 #02498e;
  -o-box-shadow: 0 0 5px 0 #02498e;
  -ms-box-shadow: 0 0 5px 0 #02498e;
  box-shadow: 0 0 5px 0 #02498e;
}

.form ::-webkit-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form :-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form ::-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form :-ms-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form select {
  font-style: italic;
  background: url(../images/select-icon.png) no-repeat calc(100% - 15px) center;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: pointer;
}

.form select::-ms-expand {
  /* for IE 11 */
  display: none;
}

.social-links {
  overflow: hidden;
}

/******************************
	#page title
******************************/
.page-title {
  background: url("../images/pg-title/img-1.jpg") center center/cover no-repeat local;
  width: 100%;
  height: 300px;
  text-align: center;
  position: relative;
}

@media (max-width: 767px) {
  .page-title {
    height: 134px;
  }
  
  
}

.page-title:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.page-title .container {
  height: 100%;
  display: table;
}

.page-title .container > .row {
  vertical-align: middle;
  display: table-cell;
}

.page-title h2,
.page-title ol {
  color: #fff;
}

.page-title h2 {
  font-size: 48px;
  font-size: 3.2rem;
  font-weight: 800;
  margin: 1em 0 0.23em;
}

@media (max-width: 1199px) {
  .page-title h2 {
    font-size: 42px;
    font-size: 2.8rem;
  }
}

@media (max-width: 991px) {
  .page-title h2 {
    font-size: 35px;
    font-size: 2.33333rem;
  }
}

@media (max-width: 767px) {
  .page-title h2 {
    font-size: 28px;
    font-size: 1.86667rem;
    font-weight: bold;
  }
}

.page-title .breadcrumb {
  background-color: transparent;
  padding: 0;
}

@media (max-width: 767px) {
  .page-title .breadcrumb {
    text-align: center;
  }
}

.page-title .breadcrumb li {
  font-size: 18px;
  font-size: 1.2rem;
  color: #fdd415;
  margin-right: 5px;
}

@media (max-width: 991px) {
  .page-title .breadcrumb li {
    font-size: 15px;
    font-size: 1rem;
  }
}

.page-title .breadcrumb li a {
  color: #fff;
}

.page-title .breadcrumb li a:hover {
  color: #fdd415;
}

.page-title .breadcrumb > li + li:before {
  font-family: "FontAwesome";
  content: "\f105";
  color: #fff;
  margin-right: 5px;
}















.page-title2 {
  background: url("../images/pg-title/gst-r.jpg") center center/cover no-repeat local;
  width: 100%;
  height: 300px;
  text-align: center;
  position: relative;
}

@media (max-width: 767px) {
  .page-title2 {
     height: 134px;
  }
}

.page-title2:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.page-title2 .container {
  height: 100%;
  display: table;
}

.page-title2 .container > .row {
  vertical-align: middle;
  display: table-cell;
}

.page-title2 h2,
.page-title2 ol {
  color: #fff;
}

.page-title2 h2 {
  font-size: 48px;
  font-size: 3.2rem;
  font-weight: 800;
  margin: 1em 0 0.23em;
}

@media (max-width: 1199px) {
  .page-title2 h2 {
    font-size: 42px;
    font-size: 2.8rem;
  }
}

@media (max-width: 991px) {
  .page-title2 h2 {
    font-size: 35px;
    font-size: 2.33333rem;
  }
}

@media (max-width: 767px) {
  .page-title2 h2 {
    font-size: 28px;
    font-size: 1.86667rem;
    font-weight: bold;
  }
}

.page-title2 .breadcrumb {
  background-color: transparent;
  padding: 0;
}

@media (max-width: 767px) {
  .page-title2 .breadcrumb {
    text-align: center;
  }
}

.page-title2 .breadcrumb li {
  font-size: 18px;
  font-size: 1.2rem;
  color: #fdd415;
  margin-right: 5px;
}

@media (max-width: 991px) {
  .page-title2 .breadcrumb li {
    font-size: 15px;
    font-size: 1rem;
  }
}

.page-title2 .breadcrumb li a {
  color: #fff;
}

.page-title2 .breadcrumb li a:hover {
  color: #fdd415;
}

.page-title2 .breadcrumb > li + li:before {
  font-family: "FontAwesome";
  content: "\f105";
  color: #fff;
  margin-right: 5px;
}












.page-title3 {
  background: url("../images/pg-title/about.jpg") center center/cover no-repeat local;
  width: 100%;
  height: 300px;
  text-align: center;
  position: relative;
}

@media (max-width: 767px) {
  .page-title3 {
    height: 134px;
  }
}

.page-title3:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.page-title3 .container {
  height: 100%;
  display: table;
}

.page-title3 .container > .row {
  vertical-align: middle;
  display: table-cell;
}

.page-title3 h2,
.page-title3 ol {
  color: #fff;
}

.page-title3 h2 {
  font-size: 48px;
  font-size: 3.2rem;
  font-weight: 800;
  margin: 1em 0 0.23em;
}

@media (max-width: 1199px) {
  .page-title3 h2 {
    font-size: 42px;
    font-size: 2.8rem;
  }
}

@media (max-width: 991px) {
  .page-title3 h2 {
    font-size: 35px;
    font-size: 2.33333rem;
  }
}

@media (max-width: 767px) {
  .page-title3 h2 {
    font-size: 28px;
    font-size: 1.86667rem;
    font-weight: bold;
  }
}

.page-title3 .breadcrumb {
  background-color: transparent;
  padding: 0;
}

@media (max-width: 767px) {
  .page-title3 .breadcrumb {
    text-align: center;
  }
}

.page-title3 .breadcrumb li {
  font-size: 18px;
  font-size: 1.2rem;
  color: #fdd415;
  margin-right: 5px;
}

@media (max-width: 991px) {
  .page-title3 .breadcrumb li {
    font-size: 15px;
    font-size: 1rem;
  }
}

.page-title3 .breadcrumb li a {
  color: #fff;
}

.page-title3 .breadcrumb li a:hover {
  color: #fdd415;
}

.page-title3 .breadcrumb > li + li:before {
  font-family: "FontAwesome";
  content: "\f105";
  color: #fff;
  margin-right: 5px;
}





.page-title4 {
  background: url("../images/pg-title/GST-C.jpg") center center/cover no-repeat local;
  width: 100%;
  height: 300px;
  text-align: center;
  position: relative;
}

@media (max-width: 767px) {
  .page-title4 {
     height: 134px;
  }
}

.page-title4:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.page-title4 .container {
  height: 100%;
  display: table;
}

.page-title4 .container > .row {
  vertical-align: middle;
  display: table-cell;
}

.page-title4 h2,
.page-title4 ol {
  color: #fff;
}

.page-title4 h2 {
  font-size: 48px;
  font-size: 3.2rem;
  font-weight: 800;
  margin: 1em 0 0.23em;
}

@media (max-width: 1199px) {
  .page-title4 h2 {
    font-size: 42px;
    font-size: 2.8rem;
  }
}

@media (max-width: 991px) {
  .page-title4 h2 {
    font-size: 35px;
    font-size: 2.33333rem;
  }
}

@media (max-width: 767px) {
  .page-title4 h2 {
    font-size: 28px;
    font-size: 1.86667rem;
    font-weight: bold;
  }
}

.page-title4 .breadcrumb {
  background-color: transparent;
  padding: 0;
}

@media (max-width: 767px) {
  .page-title4 .breadcrumb {
    text-align: center;
  }
}

.page-title4 .breadcrumb li {
  font-size: 18px;
  font-size: 1.2rem;
  color: #fdd415;
  margin-right: 5px;
}

@media (max-width: 991px) {
  .page-title4 .breadcrumb li {
    font-size: 15px;
    font-size: 1rem;
  }
}

.page-title4 .breadcrumb li a {
  color: #fff;
}

.page-title4 .breadcrumb li a:hover {
  color: #fdd415;
}

.page-title4 .breadcrumb > li + li:before {
  font-family: "FontAwesome";
  content: "\f105";
  color: #fff;
  margin-right: 5px;
}






.page-title5 {
  background: url("../images/pg-title/inc-r.jpg") center center/cover no-repeat local;
  width: 100%;
  height: 300px;
  text-align: center;
  position: relative;
}

@media (max-width: 767px) {
  .page-title5 {
     height: 134px;
  }
}

.page-title5:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.page-title5 .container {
  height: 100%;
  display: table;
}

.page-title5 .container > .row {
  vertical-align: middle;
  display: table-cell;
}

.page-title5 h2,
.page-title5 ol {
  color: #fff;
}

.page-title5 h2 {
  font-size: 48px;
  font-size: 3.2rem;
  font-weight: 800;
  margin: 1em 0 0.23em;
}

@media (max-width: 1199px) {
  .page-title5 h2 {
    font-size: 42px;
    font-size: 2.8rem;
  }
}

@media (max-width: 991px) {
  .page-title5 h2 {
    font-size: 35px;
    font-size: 2.33333rem;
  }
}

@media (max-width: 767px) {
  .page-title5 h2 {
    font-size: 28px;
    font-size: 1.86667rem;
    font-weight: bold;
  }
}

.page-title5 .breadcrumb {
  background-color: transparent;
  padding: 0;
}

@media (max-width: 767px) {
  .page-title5 .breadcrumb {
    text-align: center;
  }
}

.page-title5 .breadcrumb li {
  font-size: 18px;
  font-size: 1.2rem;
  color: #fdd415;
  margin-right: 5px;
}

@media (max-width: 991px) {
  .page-title5 .breadcrumb li {
    font-size: 15px;
    font-size: 1rem;
  }
}

.page-title5 .breadcrumb li a {
  color: #fff;
}

.page-title5 .breadcrumb li a:hover {
  color: #fdd415;
}

.page-title5 .breadcrumb > li + li:before {
  font-family: "FontAwesome";
  content: "\f105";
  color: #fff;
  margin-right: 5px;
}





.page-title6 {
  background: url("../images/pg-title/pan-tan-r.jpg") center center/cover no-repeat local;
  width: 100%;
  height: 300px;
  text-align: center;
  position: relative;
}

@media (max-width: 767px) {
  .page-title6 {
    height: 134px;
  }
}

.page-title6:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.page-title6 .container {
  height: 100%;
  display: table;
}

.page-title6 .container > .row {
  vertical-align: middle;
  display: table-cell;
}

.page-title6 h2,
.page-title6 ol {
  color: #fff;
}

.page-title6 h2 {
  font-size: 48px;
  font-size: 3.2rem;
  font-weight: 800;
  margin: 1em 0 0.23em;
}

@media (max-width: 1199px) {
  .page-title6 h2 {
    font-size: 42px;
    font-size: 2.8rem;
  }
}

@media (max-width: 991px) {
  .page-title6 h2 {
    font-size: 35px;
    font-size: 2.33333rem;
  }
}

@media (max-width: 767px) {
  .page-title6 h2 {
    font-size: 28px;
    font-size: 1.86667rem;
    font-weight: bold;
  }
}

.page-title6 .breadcrumb {
  background-color: transparent;
  padding: 0;
}

@media (max-width: 767px) {
  .page-title5 .breadcrumb {
    text-align: center;
  }
}

.page-title6 .breadcrumb li {
  font-size: 18px;
  font-size: 1.2rem;
  color: #fdd415;
  margin-right: 5px;
}

@media (max-width: 991px) {
  .page-title6 .breadcrumb li {
    font-size: 15px;
    font-size: 1rem;
  }
}

.page-title6 .breadcrumb li a {
  color: #fff;
}

.page-title6 .breadcrumb li a:hover {
  color: #fdd415;
}

.page-title6 .breadcrumb > li + li:before {
  font-family: "FontAwesome";
  content: "\f105";
  color: #fff;
  margin-right: 5px;
}





.page-title7 {
  background: url("../images/pg-title/TDS-R.jpg") center center/cover no-repeat local;
  width: 100%;
  height: 300px;
  text-align: center;
  position: relative;
}

@media (max-width: 767px) {
  .page-title7 {
     height: 134px;
  }
}

.page-title7:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.page-title7 .container {
  height: 100%;
  display: table;
}

.page-title7 .container > .row {
  vertical-align: middle;
  display: table-cell;
}

.page-title7 h2,
.page-title7 ol {
  color: #fff;
}

.page-title7 h2 {
  font-size: 48px;
  font-size: 3.2rem;
  font-weight: 800;
  margin: 1em 0 0.23em;
}

@media (max-width: 1199px) {
  .page-title7 h2 {
    font-size: 42px;
    font-size: 2.8rem;
  }
}

@media (max-width: 991px) {
  .page-title7 h2 {
    font-size: 35px;
    font-size: 2.33333rem;
  }
}

@media (max-width: 767px) {
  .page-title7 h2 {
    font-size: 28px;
    font-size: 1.86667rem;
    font-weight: bold;
  }
}

.page-title7 .breadcrumb {
  background-color: transparent;
  padding: 0;
}

@media (max-width: 767px) {
  .page-title7 .breadcrumb {
    text-align: center;
  }
}

.page-title7 .breadcrumb li {
  font-size: 18px;
  font-size: 1.2rem;
  color: #fdd415;
  margin-right: 5px;
}

@media (max-width: 991px) {
  .page-title7 .breadcrumb li {
    font-size: 15px;
    font-size: 1rem;
  }
}

.page-title7 .breadcrumb li a {
  color: #fff;
}

.page-title7 .breadcrumb li a:hover {
  color: #fdd415;
}

.page-title7 .breadcrumb > li + li:before {
  font-family: "FontAwesome";
  content: "\f105";
  color: #fff;
  margin-right: 5px;
}






.page-title8 {
  background: url("../images/pg-title/co-r.jpg") center center/cover no-repeat local;
  width: 100%;
  height: 300px;
  text-align: center;
  position: relative;
}

@media (max-width: 767px) {
  .page-title8 {
     height: 134px;
  }
}

.page-title8:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.page-title8 .container {
  height: 100%;
  display: table;
}

.page-title8 .container > .row {
  vertical-align: middle;
  display: table-cell;
}

.page-title8 h2,
.page-title8 ol {
  color: #fff;
}

.page-title8 h2 {
  font-size: 48px;
  font-size: 3.2rem;
  font-weight: 800;
  margin: 1em 0 0.23em;
}

@media (max-width: 1199px) {
  .page-title8 h2 {
    font-size: 42px;
    font-size: 2.8rem;
  }
}

@media (max-width: 991px) {
  .page-title8 h2 {
    font-size: 35px;
    font-size: 2.33333rem;
  }
}

@media (max-width: 767px) {
  .page-title8 h2 {
    font-size: 28px;
    font-size: 1.86667rem;
    font-weight: bold;
  }
}

.page-title8 .breadcrumb {
  background-color: transparent;
  padding: 0;
}

@media (max-width: 767px) {
  .page-title8 .breadcrumb {
    text-align: center;
  }
}

.page-title8 .breadcrumb li {
  font-size: 18px;
  font-size: 1.2rem;
  color: #fdd415;
  margin-right: 5px;
}

@media (max-width: 991px) {
  .page-title8 .breadcrumb li {
    font-size: 15px;
    font-size: 1rem;
  }
}

.page-title8 .breadcrumb li a {
  color: #fff;
}

.page-title8 .breadcrumb li a:hover {
  color: #fdd415;
}

.page-title8 .breadcrumb > li + li:before {
  font-family: "FontAwesome";
  content: "\f105";
  color: #fff;
  margin-right: 5px;
}









.page-title9 {
  background: url("../images/pg-title/tradmark-r.jpg") center center/cover no-repeat local;
  width: 100%;
  height: 300px;
  text-align: center;
  position: relative;
}

@media (max-width: 767px) {
  .page-title9 {
     height: 134px;
  }
}

.page-title9:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.page-title9 .container {
  height: 100%;
  display: table;
}

.page-title9 .container > .row {
  vertical-align: middle;
  display: table-cell;
}

.page-title9 h2,
.page-title9 ol {
  color: #fff;
}

.page-title9 h2 {
  font-size: 48px;
  font-size: 3.2rem;
  font-weight: 800;
  margin: 1em 0 0.23em;
}

@media (max-width: 1199px) {
  .page-title9 h2 {
    font-size: 42px;
    font-size: 2.8rem;
  }
}

@media (max-width: 991px) {
  .page-title9 h2 {
    font-size: 35px;
    font-size: 2.33333rem;
  }
}

@media (max-width: 767px) {
  .page-title9 h2 {
    font-size: 28px;
    font-size: 1.86667rem;
    font-weight: bold;
  }
}

.page-title9 .breadcrumb {
  background-color: transparent;
  padding: 0;
}

@media (max-width: 767px) {
  .page-title9 .breadcrumb {
    text-align: center;
  }
}

.page-title9 .breadcrumb li {
  font-size: 18px;
  font-size: 1.2rem;
  color: #fdd415;
  margin-right: 5px;
}

@media (max-width: 991px) {
  .page-title9 .breadcrumb li {
    font-size: 15px;
    font-size: 1rem;
  }
}

.page-title9 .breadcrumb li a {
  color: #fff;
}

.page-title9 .breadcrumb li a:hover {
  color: #fdd415;
}

.page-title9 .breadcrumb > li + li:before {
  font-family: "FontAwesome";
  content: "\f105";
  color: #fff;
  margin-right: 5px;
}






.page-title10 {
  background: url("../images/pg-title/import-code.jpg") center center/cover no-repeat local;
  width: 100%;
  height: 300px;
  text-align: center;
  position: relative;
}

@media (max-width: 767px) {
  .page-title10 {
     height: 134px;
  }
}

.page-title10:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.page-title10 .container {
  height: 100%;
  display: table;
}

.page-title10 .container > .row {
  vertical-align: middle;
  display: table-cell;
}

.page-title10 h2,
.page-title10 ol {
  color: #fff;
}

.page-title10 h2 {
  font-size: 48px;
  font-size: 3.2rem;
  font-weight: 800;
  margin: 1em 0 0.23em;
}

@media (max-width: 1199px) {
  .page-title10 h2 {
    font-size: 42px;
    font-size: 2.8rem;
  }
}

@media (max-width: 991px) {
  .page-title10 h2 {
    font-size: 35px;
    font-size: 2.33333rem;
  }
}

@media (max-width: 767px) {
  .page-title10 h2 {
    font-size: 28px;
    font-size: 1.86667rem;
    font-weight: bold;
  }
}

.page-title10 .breadcrumb {
  background-color: transparent;
  padding: 0;
}

@media (max-width: 767px) {
  .page-title10 .breadcrumb {
    text-align: center;
  }
}

.page-title10 .breadcrumb li {
  font-size: 18px;
  font-size: 1.2rem;
  color: #fdd415;
  margin-right: 5px;
}

@media (max-width: 991px) {
  .page-title10 .breadcrumb li {
    font-size: 15px;
    font-size: 1rem;
  }
}

.page-title10 .breadcrumb li a {
  color: #fff;
}

.page-title10 .breadcrumb li a:hover {
  color: #fdd415;
}

.page-title10 .breadcrumb > li + li:before {
  font-family: "FontAwesome";
  content: "\f105";
  color: #fff;
  margin-right: 5px;
}





.page-title11 {
  background: url("../images/pg-title/b-s.jpg") center center/cover no-repeat local;
  width: 100%;
  height: 300px;
  text-align: center;
  position: relative;
}

@media (max-width: 767px) {
  .page-title11 {
    height: 134px;
  }
}

.page-title11:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.page-title11 .container {
  height: 100%;
  display: table;
}

.page-title11 .container > .row {
  vertical-align: middle;
  display: table-cell;
}

.page-title11 h2,
.page-title11 ol {
  color: #fff;
}

.page-title11 h2 {
  font-size: 48px;
  font-size: 3.2rem;
  font-weight: 800;
  margin: 1em 0 0.23em;
}

@media (max-width: 1199px) {
  .page-title11 h2 {
    font-size: 42px;
    font-size: 2.8rem;
  }
}

@media (max-width: 991px) {
  .page-title11 h2 {
    font-size: 35px;
    font-size: 2.33333rem;
  }
}

@media (max-width: 767px) {
  .page-title11 h2 {
    font-size: 28px;
    font-size: 1.86667rem;
    font-weight: bold;
  }
}

.page-title11 .breadcrumb {
  background-color: transparent;
  padding: 0;
}

@media (max-width: 767px) {
  .page-title11 .breadcrumb {
    text-align: center;
  }
}

.page-title11 .breadcrumb li {
  font-size: 18px;
  font-size: 1.2rem;
  color: #fdd415;
  margin-right: 5px;
}

@media (max-width: 991px) {
  .page-title11 .breadcrumb li {
    font-size: 15px;
    font-size: 1rem;
  }
}

.page-title11 .breadcrumb li a {
  color: #fff;
}

.page-title11 .breadcrumb li a:hover {
  color: #fdd415;
}

.page-title11 .breadcrumb > li + li:before {
  font-family: "FontAwesome";
  content: "\f105";
  color: #fff;
  margin-right: 5px;
}








.page-title12 {
  background: url("../images/pg-title/book.jpg") center center/cover no-repeat local;
  width: 100%;
  height: 300px;
  text-align: center;
  position: relative;
}

@media (max-width: 767px) {
  .page-title12 {
     height: 134px;
  }
}

.page-title12:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.page-title12 .container {
  height: 100%;
  display: table;
}

.page-title12 .container > .row {
  vertical-align: middle;
  display: table-cell;
}

.page-title12 h2,
.page-title12 ol {
  color: #fff;
}

.page-title12 h2 {
  font-size: 48px;
  font-size: 3.2rem;
  font-weight: 800;
  margin: 1em 0 0.23em;
}

@media (max-width: 1199px) {
  .page-title12 h2 {
    font-size: 42px;
    font-size: 2.8rem;
  }
}

@media (max-width: 991px) {
  .page-title12 h2 {
    font-size: 35px;
    font-size: 2.33333rem;
  }
}

@media (max-width: 767px) {
  .page-title12 h2 {
    font-size: 28px;
    font-size: 1.86667rem;
    font-weight: bold;
  }
}

.page-title12 .breadcrumb {
  background-color: transparent;
  padding: 0;
}

@media (max-width: 767px) {
  .page-title12 .breadcrumb {
    text-align: center;
  }
}

.page-title12 .breadcrumb li {
  font-size: 18px;
  font-size: 1.2rem;
  color: #fdd415;
  margin-right: 5px;
}

@media (max-width: 991px) {
  .page-title12 .breadcrumb li {
    font-size: 15px;
    font-size: 1rem;
  }
}

.page-title12 .breadcrumb li a {
  color: #fff;
}

.page-title12 .breadcrumb li a:hover {
  color: #fdd415;
}

.page-title12 .breadcrumb > li + li:before {
  font-family: "FontAwesome";
  content: "\f105";
  color: #fff;
  margin-right: 5px;
}







.page-title13 {
  background: url("../images/pg-title/micro.jpg") center center/cover no-repeat local;
  width: 100%;
  height: 300px;
  text-align: center;
  position: relative;
}

@media (max-width: 767px) {
  .page-title13 {
     height: 134px;
  }
}

.page-title13:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.page-title13 .container {
  height: 100%;
  display: table;
}

.page-title13 .container > .row {
  vertical-align: middle;
  display: table-cell;
}

.page-title13 h2,
.page-title13 ol {
  color: #fff;
}

.page-title13 h2 {
  font-size: 48px;
  font-size: 3.2rem;
  font-weight: 800;
  margin: 1em 0 0.23em;
}

@media (max-width: 1199px) {
  .page-title13 h2 {
    font-size: 42px;
    font-size: 2.8rem;
  }
}

@media (max-width: 991px) {
  .page-title13 h2 {
    font-size: 35px;
    font-size: 2.33333rem;
  }
}

@media (max-width: 767px) {
  .page-title13 h2 {
    font-size: 28px;
    font-size: 1.86667rem;
    font-weight: bold;
  }
}

.page-title13 .breadcrumb {
  background-color: transparent;
  padding: 0;
}

@media (max-width: 767px) {
  .page-title13 .breadcrumb {
    text-align: center;
  }
}

.page-title13 .breadcrumb li {
  font-size: 18px;
  font-size: 1.2rem;
  color: #fdd415;
  margin-right: 5px;
}

@media (max-width: 991px) {
  .page-title13 .breadcrumb li {
    font-size: 15px;
    font-size: 1rem;
  }
}

.page-title13 .breadcrumb li a {
  color: #fff;
}

.page-title13 .breadcrumb li a:hover {
  color: #fdd415;
}

.page-title13 .breadcrumb > li + li:before {
  font-family: "FontAwesome";
  content: "\f105";
  color: #fff;
  margin-right: 5px;
}



.page-title14 {
  background: url("../images/pg-title/resources.jpg") center center/cover no-repeat local;
  width: 100%;
  height: 300px;
  text-align: center;
  position: relative;
}

@media (max-width: 767px) {
  .page-title14 {
     height: 134px;
  }
}

.page-title14:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.page-title14 .container {
  height: 100%;
  display: table;
}

.page-title14 .container > .row {
  vertical-align: middle;
  display: table-cell;
}

.page-title14 h2,
.page-title14 ol {
  color: #fff;
}

.page-title14 h2 {
  font-size: 48px;
  font-size: 3.2rem;
  font-weight: 800;
  margin: 1em 0 0.23em;
}

@media (max-width: 1199px) {
  .page-title14 h2 {
    font-size: 42px;
    font-size: 2.8rem;
  }
}

@media (max-width: 991px) {
  .page-title14 h2 {
    font-size: 35px;
    font-size: 2.33333rem;
  }
}

@media (max-width: 767px) {
  .page-title14 h2 {
    font-size: 28px;
    font-size: 1.86667rem;
    font-weight: bold;
  }
}

.page-title14 .breadcrumb {
  background-color: transparent;
  padding: 0;
}

@media (max-width: 767px) {
  .page-title14 .breadcrumb {
    text-align: center;
  }
}

.page-title14 .breadcrumb li {
  font-size: 18px;
  font-size: 1.2rem;
  color: #fdd415;
  margin-right: 5px;
}

@media (max-width: 991px) {
  .page-title14 .breadcrumb li {
    font-size: 15px;
    font-size: 1rem;
  }
}

.page-title14 .breadcrumb li a {
  color: #fff;
}

.page-title14 .breadcrumb li a:hover {
  color: #fdd415;
}

.page-title14 .breadcrumb > li + li:before {
  font-family: "FontAwesome";
  content: "\f105";
  color: #fff;
  margin-right: 5px;
}













.page-title15 {
  background: url("../images/pg-title/contact-main.jpg") center center/cover no-repeat local;
  width: 100%;
  height: 300px;
  text-align: center;
  position: relative;
}

@media (max-width: 767px) {
  .page-title15 {
     height: 134px;
  }
}

.page-title15:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.page-title15 .container {
  height: 100%;
  display: table;
}

.page-title15 .container > .row {
  vertical-align: middle;
  display: table-cell;
}

.page-title15 h2,
.page-title15 ol {
  color: #fff;
}

.page-title15 h2 {
  font-size: 48px;
  font-size: 3.2rem;
  font-weight: 800;
  margin: 1em 0 0.23em;
}

@media (max-width: 1199px) {
  .page-title15 h2 {
    font-size: 42px;
    font-size: 2.8rem;
  }
}

@media (max-width: 991px) {
  .page-title15 h2 {
    font-size: 35px;
    font-size: 2.33333rem;
  }
}

@media (max-width: 767px) {
  .page-title15 h2 {
    font-size: 28px;
    font-size: 1.86667rem;
    font-weight: bold;
  }
}

.page-title15 .breadcrumb {
  background-color: transparent;
  padding: 0;
}

@media (max-width: 767px) {
  .page-title15 .breadcrumb {
    text-align: center;
  }
}

.page-title15 .breadcrumb li {
  font-size: 18px;
  font-size: 1.2rem;
  color: #fdd415;
  margin-right: 5px;
}

@media (max-width: 991px) {
  .page-title15 .breadcrumb li {
    font-size: 15px;
    font-size: 1rem;
  }
}

.page-title15 .breadcrumb li a {
  color: #fff;
}

.page-title15 .breadcrumb li a:hover {
  color: #fdd415;
}

.page-title15 .breadcrumb > li + li:before {
  font-family: "FontAwesome";
  content: "\f105";
  color: #fff;
  margin-right: 5px;
}





.page-title16 {
  background: url("../images/pg-title/blog.jpg") center center/cover no-repeat local;
  width: 100%;
  height: 300px;
  text-align: center;
  position: relative;
}

@media (max-width: 767px) {
  .page-title16 {
     height: 134px;
  }
}

.page-title16:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.page-title16 .container {
  height: 100%;
  display: table;
}

.page-title16 .container > .row {
  vertical-align: middle;
  display: table-cell;
}

.page-title16 h2,
.page-title16 ol {
  color: #fff;
}

.page-title16 h2 {
  font-size: 48px;
  font-size: 3.2rem;
  font-weight: 800;
  margin: 1em 0 0.23em;
}

@media (max-width: 1199px) {
  .page-title16 h2 {
    font-size: 42px;
    font-size: 2.8rem;
  }
}

@media (max-width: 991px) {
  .page-title16 h2 {
    font-size: 35px;
    font-size: 2.33333rem;
  }
}

@media (max-width: 767px) {
  .page-title16 h2 {
    font-size: 28px;
    font-size: 1.86667rem;
    font-weight: bold;
  }
}

.page-title16.breadcrumb {
  background-color: transparent;
  padding: 0;
}

@media (max-width: 767px) {
  .page-title16 .breadcrumb {
    text-align: center;
  }
}

.page-title16 .breadcrumb li {
  font-size: 18px;
  font-size: 1.2rem;
  color: #fdd415;
  margin-right: 5px;
}

@media (max-width: 991px) {
  .page-title16 .breadcrumb li {
    font-size: 15px;
    font-size: 1rem;
  }
}

.page-title16 .breadcrumb li a {
  color: #fff;
}

.page-title16 .breadcrumb li a:hover {
  color: #fdd415;
}

.page-title16 .breadcrumb > li + li:before {
  font-family: "FontAwesome";
  content: "\f105";
  color: #fff;
  margin-right: 5px;
}











.preloader {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100000;
}

.preloader .inner {
  width: 55px;
  height: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.preloader span {
  background-color: #0263c1;
  width: 9px;
  height: 5px;
  position: absolute;
  top: 0;
  display: block;
  -webkit-animation: preloader-animation 1.5s infinite ease-in-out;
  animation: preloader-animation 1.5s infinite ease-in-out;
}

.preloader .inner > span:nth-child(2) {
  left: 11px;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.preloader .inner > span:nth-child(3) {
  left: 22px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.preloader .inner > span:nth-child(4) {
  left: 33px;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.preloader .inner > span:nth-child(5) {
  left: 44px;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

@keyframes preloader-animation {
  0%, 100%, 50% {
    height: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: #0263c1;
  }
  25% {
    height: 30px;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    background: #012f5c;
  }
}

@-webkit-keyframes preloader-animation {
  0%, 100%, 50% {
    height: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: #0263c1;
  }
  25% {
    height: 30px;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    background: #012f5c;
  }
}

/************************************
	service grid
**********************************/
.service-grids .img-details-link {
  margin-bottom: 30px;
  position: relative;
}

@media (max-width: 991px) {
  .service-grids .img-details-link {
    margin-bottom: 20px;
  }
}

.service-grids .img-details-link:hover .details-link {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.service-grids .img-details-link:hover .details-link a {
  top: 50%;
}

.service-grids .details-link {
  background-color: rgba(1, 47, 92, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
  opacity: 0;
}

.service-grids .details-link a {
  background-color: #fdd415;
  font-size: 20px;
  font-size: 1.33333rem;
  color: #012f5c;
  padding: 5px 10px;
  border-radius: 5px;
  position: absolute;
  left: 50%;
  top: 0%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 1199px) {
  .service-grids .details-link a {
    font-size: 16px;
    font-size: 1.06667rem;
    padding: 5px 8px;
  }
}

.service-grids .service-details h3 {
  font-size: 19px;
  /*font-size: 1.6rem;*/
  font-weight: 600;
  margin: 0 0 0.9em;
  padding-bottom: 0.4em;
  position: relative;
}

@media (max-width: 1199px) {
  .service-grids .service-details h3 {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

@media (max-width: 991px) {
  .service-grids .service-details h3 {
    font-size: 18px;
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  .service-grids .service-details h3 {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

.service-grids .service-details h3:after {
  background-color: #fdd415;
  content: "";
  width: 27px;
  height: 4px;
  border-radius: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.service-grids .service-details p {
  margin-bottom: 0;
}

/*** services-s2-grids ***/
.services-s2-grids .grid {
  position: relative;
}

.services-s2-grids .grid .inner {
  padding-left: 85px;
}

@media (max-width: 767px) {
  .services-s2-grids .grid .inner {
    padding-left: 65px;
  }
}

.services-s2-grids .icon {
  width: 85px;
  height: 85px;
  line-height: 85px;
  text-align: center;
  border: 2px solid #fdd415;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 1199px) {
  .services-s2-grids .icon {
    width: 75px;
    height: 75px;
    line-height: 75px;
  }
}

@media (max-width: 991px) {
  .services-s2-grids .icon {
    left: 15px;
  }
}

@media (max-width: 767px) {
  .services-s2-grids .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}

.services-s2-grids .icon .fi:before {
  font-size: 45px;
  font-size: 3rem;
  color: #012f5c;
}

@media (max-width: 767px) {
  .services-s2-grids .icon .fi:before {
    font-size: 27px;
    font-size: 1.8rem;
  }
}

.services-s2-grids .grid h3 {
  font-size: 16px;
 /* font-size: 1.6rem;*/
  margin: 2.0em 0 0.5em;
}

@media (max-width: 1199px) {
  .services-s2-grids .grid h3 {
    font-size: 18px;
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  .services-s2-grids .grid h3 {
    font-size: 16px;
    font-size: 1.06667rem;
    margin: 0.2em 0 0.5em;
  }
}

.services-s2-grids .grid h3 a {
  color: #012f5c;
}

.services-s2-grids .grid h3 a:hover {
  color: #fdd415;
}

.services-s2-grids .grid p {
  margin: 0;
}

/***********************
	service s2 grids
*************************/
.services-grid-s2 {
  /** hover **/
}

.services-grid-s2 .grid {
  text-align: center;
  padding: 50px 35px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  position: relative;
}

@media (max-width: 991px) {
  .services-grid-s2 .grid {
    padding: 35px 20px;
  }
}

.services-grid-s2 .grid .icon,
.services-grid-s2 .grid .details {
  position: relative;
  z-index: 2;
}

.services-grid-s2 .grid .icon {
  background-color: #012f5c;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
  margin: 0 auto 35px;
}

@media (max-width: 991px) {
  .services-grid-s2 .grid .icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
}

.services-grid-s2 .grid .fi:before {
  font-size: 45px;
  font-size: 3rem;
  color: #fdd415;
}

@media (max-width: 991px) {
  .services-grid-s2 .grid .fi:before {
    font-size: 35px;
    font-size: 2.33333rem;
  }
}

.services-grid-s2 .grid h3 {
  font-size: 24px;
  font-size: 1.6rem;
  margin: 0 0 0.83em;
  padding-bottom: 0.42em;
  position: relative;
}

@media (max-width: 991px) {
  .services-grid-s2 .grid h3 {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

@media (max-width: 767px) {
  .services-grid-s2 .grid h3 {
    font-size: 18px;
    font-size: 1.2rem;
  }
}

.services-grid-s2 .grid h3:after {
  content: "";
  background-color: #fdd415;
  width: 28px;
  height: 4px;
  border-radius: 5px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.services-grid-s2 .read-more {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #012f5c;
  display: inline-block;
  margin-top: 1.2em;
}

.services-grid-s2 .read-more:hover {
  color: #fdd415;
}

.services-grid-s2 .hover-grid {
  background: url("../images/services-s2-grid-bg.jpg") center center/cover no-repeat local;
}

.services-grid-s2 .grid:hover .hover-grid {
  opacity: 1;
}

.services-grid-s2 .grid:hover .hover-grid span {
  height: 100%;
  opacity: 1;
}

.services-grid-s2 .grid:hover h3,
.services-grid-s2 .grid:hover p {
  color: #fff;
}

.services-grid-s2 .grid:hover .read-more {
  color: #fdd415;
}

.hover-grid {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.hover-grid span {
  background-color: rgba(1, 47, 92, 0.9);
  width: 33.33%;
  height: 10%;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hover-grid span:nth-child(2) {
  left: 33.33%;
  height: 20%;
  -webkit-transition: all 0.3s 0.1s ease-in-out;
  -o-transition: all 0.3s 0.1s ease-in-out;
  transition: all 0.3s 0.1s ease-in-out;
}

.hover-grid span:nth-child(3) {
  left: 66.66%;
  height: 30%;
  -webkit-transition: all 0.3s 0.2s ease-in-out;
  -o-transition: all 0.3s 0.2s ease-in-out;
  transition: all 0.3s 0.2s ease-in-out;
}

/************************************
	projects grid
**********************************/
.projects-grid .inner {
  position: relative;
  overflow: hidden;
}

.projects-grid .details {
  background-color: #012f5c;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 80%;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.projects-grid .grid:hover .details {
  top: 0;
  opacity: 1;
}

.projects-grid .details-inner {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.projects-grid .details ul li {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 2px solid #fdd415;
  border-radius: 50%;
  position: relative;
  opacity: 0;
  -webkit-transition: all 0.3s 0.5s;
  -webkit-transition: all 0.5s 0.3s;
  -o-transition: all 0.5s 0.3s;
  transition: all 0.5s 0.3s;
}

.projects-grid .details ul li:first-child {
  margin-right: 10px;
  top: -30px;
}

.projects-grid .details ul li:last-child {
  margin-right: 10px;
  top: -50px;
}

.projects-grid .grid:hover .details ul li:first-child,
.projects-grid .grid:hover .details ul li:last-child {
  top: 0;
  opacity: 1;
}

.projects-grid .details ul li a {
  color: #fdd415;
  display: block;
}

.projects-grid .details h3 {
  font-size: 18px;
  font-size: 1.2rem;
  color: #fff;
  text-transform: uppercase;
  margin: 1em 0 0.5em;
}

@media (max-width: 991px) {
  .projects-grid .details h3 {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

.projects-grid .details p {
  font-size: 12px;
  font-size: 0.8rem;
  color: #fff;
  margin: 0;
}

/************************************
	news grids
**********************************/
.news-grids .grid {
  border: 1px solid #e5e5e5;
  box-shadow: 0 0 8px rgba(0,0,0,.19);
}

.news-grids .entry-media img {
  border-radius: 5px;
}

.news-grids .entry-body {
  padding: 30px 30px;
}

@media (max-width: 767px) {
  .news-grids .entry-body {
    padding: 20px 15px;
  }
}

.news-grids .date {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .news-grids .date {
    font-size: 12px;
    font-size: 0.8rem;
  }
}

.news-grids .entry-header h4 {
  font-size: 20px;
  font-size: 1.33333rem;
  font-weight: 600;
  margin: 0.2em 0 0.8em;
}

@media (max-width: 1199px) {
  .news-grids .entry-header h4 {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

.news-grids .entry-header h4 a {
  color: #333;
}

.news-grids .entry-header h4 a:hover {
  color: #fdd415;
}

.news-grids .entry-meta {
  padding-top: 40px;
  overflow: hidden;
}

.news-grids .entry-meta .read-more
{
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-size: 12;
  font-weight: 600;
  color: #d0d0d0;
}


.news-grids .entry-meta .comments {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: 600;
  color: #012f5c;
}


@media (max-width: 1199px) {
  .news-grids .entry-meta .read-more,
  .news-grids .entry-meta .comments {
    font-size: 13px;
    font-size: 0.86667rem;
  }
}

.news-grids .entry-meta .read-more:hover,
.news-grids .entry-meta .comments:hover {
  color: #fdd415;
}

.news-grids .entry-meta .read-more {
  float: left;
}

.news-grids .entry-meta .comments {
  float: right;
  color: #dc0005;
}

/************************************
	progress bar
**********************************/
.skills > .skill + .skill {
  margin-top: 40px;
}

@media (max-width: 991px) {
  .skills > .skill + .skill {
    margin-top: 25px;
  }
}

.skill h6 {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0 0 0.56em;
}

@media (max-width: 991px) {
  .skill h6 {
    font-size: 15px;
    font-size: 1rem;
  }
}

.progress {
  background-color: transparent;
  height: 5px;
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: visible;
}

.progress-bar {
  background-color: #012f5c;
  position: relative;
}

.progress-bar span {
  font-family: "Poppins", sans-serif;
  background-color: #fdd415;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #012f5c;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

@media (max-width: 991px) {
  .progress-bar span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

/************************************
	team grid
**********************************/
.team-grids .grid:hover .member-info {
  background-color: #fdd415;
}

.team-grids .grid:hover .member-info h4,
.team-grids .grid:hover .member-info > span {
  color: #012f5c;
}

.team-grids .member-info {
  background-color: #012f5c;
  text-align: center;
  padding: 13px 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.team-grids .member-info h4 {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
  margin: 0 0 8px;
}

@media (max-width: 767px) {
  .team-grids .member-info h4 {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

.team-grids .member-info > span {
  color: #fdd415;
}

/************************************
	pricing grids
**********************************/
.pricing-grids .grid {
  border: 1px solid #cbcbcb;
  border-radius: 5px;
  padding: 12px 38px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 767px) {
  .pricing-grids .grid {
    padding: 35px 25px;
  }
}

.pricing-grids .pricing-header p {
  margin: 0;
}

.pricing-grids .type {
  color: #333;
  text-transform: uppercase;
  letter-spacing: 5px;
}

.pricing-grids h3 {
  font-size: 20px;
  /*font-size: 2.4rem;*/
  margin: 0.55em 0 0.35em;
  padding: 0 0 0.35em;
  position: relative;
}

@media (max-width: 767px) {
  .pricing-grids h3 {
    font-size: 30px;
    font-size: 2rem;
  }
}

.pricing-grids h3:after {
  content: "";
  background-color: #fdd415;
  width: 43px;
  height: 5px;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.pricing-grids .pricing-body {
  margin-top: 25px;
}

.pricing-grids .pricing-body p {
  margin-bottom: 2em;
  color: #666666;
  line-height: 2.57em;
}

.pricing-grids .center {
  background-color: #012f5c;
  border-radius: 5px;
  -webkit-transform: scaleY(1.1);
  -ms-transform: scaleY(1.1);
  transform: scaleY(1.1);
}

.pricing-grids .center .type,
.pricing-grids .center h3 {
  color: #fff;
}

.pricing-grids .center p {
  color: #999;
}

.pricing-grids .center .theme-btn, .pricing-grids .center .theme-btn-s2 {
  background-color: #fdd415;
  color: #012f5c;
}

.pricing-grids .center .theme-btn:after, .pricing-grids .center .theme-btn-s2:after {
  color: #012f5c;
}

.pricing-grids .grid:hover {
  background-color: #012f5c;
}

.pricing-grids .grid:hover .type,
.pricing-grids .grid:hover h3 {
  color: #fff;
}

.pricing-grids .grid:hover p {
  color: #999;
}

.pricing-grids .grid:hover .theme-btn, .pricing-grids .grid:hover .theme-btn-s2 {
  background-color: #fdd415;
  color: #012f5c;
}

.pricing-grids .grid:hover .theme-btn:after, .pricing-grids .grid:hover .theme-btn-s2:after {
  color: #012f5c;
}

/************************************
	Service sidebar
**********************************/
.service-sidebar,
.case-study-sidebar {
  /*** link wiget ***/
  /*** contact widget ***/
  /*** brochures-widget ***/
  /*** case-link-widget ***/
  /*** newsletter widget ***/
}

@media screen and (min-width: 992px) {
  .service-sidebar,
  .case-study-sidebar {
    padding-right: 50px;
  }
}

@media (max-width: 991px) {
  .service-sidebar,
  .case-study-sidebar {
    margin-top: 60px;
  }
}

.service-sidebar ul,
.case-study-sidebar ul {
  list-style: none;
}

.service-sidebar h3,
.case-study-sidebar h3 {
  font-size: 24px;
  /*font-size: 1.6rem;*/
  margin: 0 0 1em;
}




@media (max-width: 991px) {
  .service-sidebar h3,
  .case-study-sidebar h3 {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

.service-sidebar > .widget + .widget,
.case-study-sidebar > .widget + .widget {
  margin-top: 55px;
}

.service-sidebar .link-widget li,
.case-study-sidebar .link-widget li {
  font-family: "Poppins", sans-serif;
  background-color: #f0f0f1;
  border-radius: 5px;
  position: relative;
}

.service-sidebar .link-widget li:after,
.case-study-sidebar .link-widget li:after {
  font-family: "FontAwesome";
  content: "\f105";
  font-size: 16px;
  font-size: 1.06667rem;
  color: #666;
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.service-sidebar .link-widget ul > li + li,
.case-study-sidebar .link-widget ul > li + li {
  margin-top: 10px;
}

.service-sidebar .link-widget a,
.case-study-sidebar .link-widget a {
  font-size: 16px;
  font-size: 1.06667rem;
  color: #666;
  padding: 14px 25px;
  display: block;
}

@media (max-width: 1199px) {
  .service-sidebar .link-widget a,
  .case-study-sidebar .link-widget a {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

@media (max-width: 767px) {
  .service-sidebar .link-widget a,
  .case-study-sidebar .link-widget a {
    padding: 10px 20px;
  }
}

.service-sidebar .link-widget li:hover,
.service-sidebar .link-widget li.active,
.case-study-sidebar .link-widget li:hover,

.case-study-sidebar .link-widget li.active {
  background-color: #131d33;
}

.service-sidebar .link-widget li:hover a,
.service-sidebar .link-widget li.active a,
.case-study-sidebar .link-widget li:hover a,
.case-study-sidebar .link-widget li.active a {
  color: #fdd415;
}

.service-sidebar .link-widget li:hover:after,
.service-sidebar .link-widget li.active:after,
.case-study-sidebar .link-widget li:hover:after,
.case-study-sidebar .link-widget li.active:after {
  color: #fdd415;
}

.service-sidebar .contact-widget ul li,
.case-study-sidebar .contact-widget ul li {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-size: 1.06667rem;
  color: #666;
  line-height: 1.6em;
  padding-left: 45px;
  position: relative;
}

@media (max-width: 1199px) {
  .service-sidebar .contact-widget ul li,
  .case-study-sidebar .contact-widget ul li {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.service-sidebar .contact-widget ul > li + li,
.case-study-sidebar .contact-widget ul > li + li {
  margin-top: 30px;
}

.service-sidebar .contact-widget ul li i,
.case-study-sidebar .contact-widget ul li i {
  font-size: 16px;
  font-size: 1.06667rem;
  color: #012f5c;
  position: absolute;
  left: 0;
  top: 4px;
}

.service-sidebar .brochures-widget p,
.case-study-sidebar .brochures-widget p {
  font-size: 15px;
  font-size: 1rem;
  color: #666;
  margin-bottom: 2em;
}

@media screen and (min-width: 1200px) {
  .service-sidebar .brochures-widget p,
  .case-study-sidebar .brochures-widget p {
    padding-right: 45px;
  }
}

.service-sidebar .brochures-widget .btns a,
.case-study-sidebar .brochures-widget .btns a {
  font-family: "Poppins", sans-serif;
  background-color: #f0f0f1;
  font-size: 16px;
  font-size: 1.06667rem;
  color: #012f5c;
  padding: 17px 32px;
  margin-bottom: 15px;
  display: block;
  border-radius: 5px;
}

@media (max-width: 1199px) {
  .service-sidebar .brochures-widget .btns a,
  .case-study-sidebar .brochures-widget .btns a {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

@media (max-width: 767px) {
  .service-sidebar .brochures-widget .btns a,
  .case-study-sidebar .brochures-widget .btns a {
    padding: 10px 20px;
  }
}

.service-sidebar .brochures-widget .btns i,
.case-study-sidebar .brochures-widget .btns i {
  display: inline-block;
  padding-right: 5px;
}

.service-sidebar .brochures-widget .btns a:last-child,
.case-study-sidebar .brochures-widget .btns a:last-child {
  margin-bottom: 0;
}

.service-sidebar .brochures-widget .btns a:hover,
.case-study-sidebar .brochures-widget .btns a:hover {
  background-color: #012f5c;
  color: #fff;
}

.service-sidebar .brochures-widget .btns a:hover i,
.case-study-sidebar .brochures-widget .btns a:hover i {
  color: #fdd415;
}

.service-sidebar .case-link-widget ul > li + li,
.case-study-sidebar .case-link-widget ul > li + li {
  margin-top: 5px;
}

.service-sidebar .case-link-widget li a,
.case-study-sidebar .case-link-widget li a {
  background-color: #f2f2f2;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-size: 1.2rem;
  color: #012f5c;
  border-radius: 5px;
  padding: 15px 20px;
  display: block;
}

@media (max-width: 1199px) {
  .service-sidebar .case-link-widget li a,
  .case-study-sidebar .case-link-widget li a {
    font-size: 15px;
    font-size: 1rem;
  }
}

@media (max-width: 991px) {
  .service-sidebar .case-link-widget li a,
  .case-study-sidebar .case-link-widget li a {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.service-sidebar .case-link-widget li.current a,
.service-sidebar .case-link-widget a:hover,
.case-study-sidebar .case-link-widget li.current a,
.case-study-sidebar .case-link-widget a:hover {
  background-color: #fff;
  color: #fdd415;
}

.service-sidebar .newsletter-widget,
.case-study-sidebar .newsletter-widget {
  background-color: #f2f2f2;
  padding: 35px 25px;
  position: relative;
}

.service-sidebar .newsletter-widget:before,
.case-study-sidebar .newsletter-widget:before {
  content: "";
  background: url("../images/newsletter-env.png") center center/100% no-repeat local;
  width: 113px;
  height: 106px;
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 991px) {
  .service-sidebar .newsletter-widget:before,
  .case-study-sidebar .newsletter-widget:before {
    width: 80px;
    height: 75px;
  }
}

.service-sidebar .newsletter-widget form ::-webkit-input-placeholder,
.case-study-sidebar .newsletter-widget form ::-webkit-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #a6a6a6;
}

.service-sidebar .newsletter-widget form :-moz-placeholder,
.case-study-sidebar .newsletter-widget form :-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #a6a6a6;
}

.service-sidebar .newsletter-widget form ::-moz-placeholder,
.case-study-sidebar .newsletter-widget form ::-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #a6a6a6;
}

.service-sidebar .newsletter-widget form :-ms-input-placeholder,
.case-study-sidebar .newsletter-widget form :-ms-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #a6a6a6;
}

.service-sidebar .newsletter-widget h3,
.case-study-sidebar .newsletter-widget h3 {
  line-height: 1.2em;
  margin: 0 0 2.7em;
}

@media (max-width: 767px) {
  .service-sidebar .newsletter-widget h3,
  .case-study-sidebar .newsletter-widget h3 {
    margin: 0 0 2em;
  }
}

.service-sidebar .newsletter-widget input,
.case-study-sidebar .newsletter-widget input {
  height: 45px;
  font-size: 1.06667rem;
  border: 0;
  padding: 0 15px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #fdd415;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .service-sidebar .newsletter-widget input,
  .case-study-sidebar .newsletter-widget input {
    height: 40px;
  }
}

.service-sidebar .newsletter-widget button,
.case-study-sidebar .newsletter-widget button {
  background-color: #012f5c;
  width: 100%;
  height: 45px;
  line-height: 45px;
  font-size: 1.06667rem;
  color: #fff;
  border: 0;
  padding: 0;
  margin-top: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 991px) {
  .service-sidebar .newsletter-widget button,
  .case-study-sidebar .newsletter-widget button {
    height: 40px;
    line-height: 40px;
  }
}

.service-sidebar .newsletter-widget button:hover,
.case-study-sidebar .newsletter-widget button:hover {
  background-color: #f6cb02;
}

/**** pagination ****/
.pagination-wrapper {
  text-align: center;
  clear: both;
  overflow: hidden;
}

.pagination-wrapper .pg-pagination {
  display: inline-block;
  overflow: hidden;
  list-style-type: none;
}

.pagination-wrapper .pg-pagination li {
  float: left;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .pagination-wrapper .pg-pagination li {
    margin-right: 5px;
  }
}

.pagination-wrapper .pg-pagination li:last-child {
  margin-right: 0;
}

.pagination-wrapper .pg-pagination li a {
  font-family: "Poppins", sans-serif;
  background-color: #012f5c;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: #fff;
  font-weight: 500;
}

@media (max-width: 767px) {
  .pagination-wrapper .pg-pagination li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}

.pagination-wrapper .pg-pagination .active a,
.pagination-wrapper .pg-pagination li a:hover {
  background-color: #fdd415;
  color: #012f5c;
}

/*** blog-sidebar ***/
@media (max-width: 991px) {
  .blog-sidebar {
    margin-top: 60px;
  }
}

.blog-sidebar ul {
  list-style-type: none;
}

.blog-sidebar .widget {
  margin-bottom: 75px;
}

@media (max-width: 991px) {
  .blog-sidebar .widget {
    margin-bottom: 60px;
  }
}

.blog-sidebar .widget:last-child {
  margin-bottom: 0;
}

.blog-sidebar h3 {
  font-size: 20px;
  font-size: 1.33333rem;
  margin: 0 0 1.25em;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .blog-sidebar h3 {
    font-size: 17px;
  }
}

.blog-sidebar .category-widget ul li,
.blog-sidebar .archive-widget ul li {
  border-bottom: 1px solid #fff;
}

.blog-sidebar .category-widget ul li > a,
.blog-sidebar .archive-widget ul li > a {
  padding: 13px 0;
}

.blog-sidebar ul li {
  font-size: 15px;
  font-weight: bold;
}

.blog-sidebar ul li > a {
  display: block;
  color: #404040;
  position: relative;
}

.blog-sidebar ul li:first-child a {
  padding-top: 0;
}

.blog-sidebar ul li:last-child a {
  padding-bottom: 0;
}

.blog-sidebar ul li:last-child {
  border: 0;
}

.blog-sidebar ul li > a:hover {
  color: #fdd415;
}

.blog-sidebar ul li > a .badge {
  background-color: transparent;
  font-size: 15px;
  color: #404040;
  position: absolute;
  right: 5px;
}

.blog-sidebar ul li > a .badge:before,
.blog-sidebar ul li > a .badge:after {
  font-size: 14px;
  position: absolute;
  top: 3px;
}

.blog-sidebar ul li > a .badge:before {
  content: "(";
  left: 0;
}

.blog-sidebar ul li > a .badge:after {
  content: ")";
  right: 0;
}

.blog-sidebar .search-widget input {
  background-color: transparent;
  padding: 8px 12px;
  height: auto;
}

.blog-sidebar .search-widget input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #012f5c;
}

@media (max-width: 767px) {
  .blog-sidebar .recent-post-widget ul {
    margin-left: -15px;
  }
}

.blog-sidebar .recent-post-widget ul li {
  border: 0;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
}

@media (max-width: 767px) {
  .blog-sidebar .recent-post-widget ul li {
    padding: 0 0 40px 100px;
    overflow: visible;
  }
}

.blog-sidebar .recent-post-widget ul li:last-child {
  margin-bottom: 0;
}

.blog-sidebar .recent-post-widget .post-pic {
  width: 30%;
  float: left;
}

@media (max-width: 767px) {
  .blog-sidebar .recent-post-widget .post-pic {
    width: 70px;
    float: none;
    position: absolute;
    left: 15px;
  }
}

.blog-sidebar .recent-post-widget .details {
  width: 68%;
  float: right;
}

@media (max-width: 767px) {
  .blog-sidebar .recent-post-widget .details {
    width: 100%;
    float: none;
  }
}

.blog-sidebar .recent-post-widget .details > span {
  font-size: 12px;
  color: #666666;
  text-transform: uppercase;
}

.blog-sidebar .recent-post-widget .details h4 {
  font-size: 16px;
  margin: 0.5em 0;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .blog-sidebar .recent-post-widget .details h4 {
    font-size: 14px;
    padding-top: 10px;
  }
}

.blog-sidebar .recent-post-widget .details h4 a {
  color: #000;
}

.blog-sidebar .recent-post-widget .details h4 a:hover {
  color: #fdd415;
}

.blog-sidebar .tag-widget .all-tags {
  margin-left: -12px;
}

.blog-sidebar .tag-widget .all-tags a {
  font-size: 15px;
  font-weight: bold;
  color: gray;
  border: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.blog-sidebar .tag-widget .all-tags a:hover {
  color: #fdd415;
}

.blog-sidebar .instagram-widget ul {
  overflow: hidden;
  margin-right: -8px;
}

.blog-sidebar .instagram-widget ul li {
  width: 33.33%;
  float: left;
  padding: 0 8px 8px 0;
}

.blog-sidebar .instagram-widget ul li img {
  max-width: 100%;
}

@media (max-width: 767px) {
  .blog-sidebar .instagram-widget ul li img {
    width: 100%;
  }
}

.style-switcher-box {
  background-color: #fff;
  width: 252px;
  padding: 50px 25px;
  position: fixed;
  left: -252px;
  top: 15%;
  z-index: 999;
  border: 1px solid #d9d9d9;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.style-switcher-box ul {
  list-style: none;
}

.style-switcher-box button {
  background-color: #e6be05;
  width: 45px;
  height: 45px;
  line-height: 40px;
  text-align: center;
  color: #000;
  font-size: 20px;
  border: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: absolute;
  right: -45px;
  top: 50px;
}

.style-switcher-box button i {
  color: #fff;
  -webkit-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}

.style-switcher-box h5 {
  font-size: 18px;
  color: #000;
  text-align: center;
  margin: 0 0 2em;
  text-transform: uppercase;
}

.style-switcher-box .main-list > .list {
  margin-bottom: 30px;
}

.style-switcher-box .main-list > .list:last-child {
  margin-bottom: 0;
}

.style-switcher-box .list-title {
  display: block;
  font-size: 12px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 10px;
  padding-bottom: 5px;
  text-transform: uppercase;
}

.style-switcher-box .list > .sublist {
  margin-bottom: 10px;
}

.style-switcher-box .list > .sublist:last-child {
  margin-bottom: 0;
}

.style-switcher-box .sublist span {
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
}

.style-switcher-box .sublist ul {
  overflow: hidden;
}

.style-switcher-box .sublist ul li {
  float: left;
  min-width: 36px;
  min-height: 36px;
  margin: 0 5px 5px 0;
  cursor: pointer;
}

.style-switcher-box .sublist ul li:nth-child(5n+5) {
  margin-right: 0;
}

.style-switcher-box .layout ul li {
  background-color: #e6be05;
  min-height: 20px;
  color: #fff;
  padding: 5px 10px;
  font-size: 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.style-switcher-box p {
  font-size: 11px;
  margin: 15px 0 0;
}

.style-switcher-box p span {
  color: #ff6666;
}

.toggle-switcherbox {
  left: 0;
}

/*** rotating ***/
@-webkit-keyframes rotating {
  form {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  form {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
#0.3	header
--------------------------------------------------------------*/
.site-header {
  /* navigation open and close btn hide for width screen */
  /* style for navigation less than 992px */
  /*navbar collaps less then 992px*/
}

.site-header .navigation {
 /* background-color: #012f5c;*/
  margin-bottom: 0;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.site-header .navigation > .container {
  position: relative;
}

.site-header .navigation ul {
  list-style: none;
}

.site-header #navbar {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  /*** mega-menu style ***/
}

.site-header #navbar > ul li a:hover,
.site-header #navbar > ul li a:focus {
  text-decoration: none;
  color: #fdd415;
}

@media screen and (min-width: 992px) {
  .site-header #navbar {
    /*** hover effect ***/
  }
  .site-header #navbar li {
    position: relative;
  }
  .site-header #navbar > ul > li > a {
    font-size: 16px;
    font-size: 1.06667rem;
  }
  .site-header #navbar > ul .sub-menu {
    background-color: #012a52;
    width: 220px;
    border-top: 2px solid #fdd415;
    position: absolute;
    left: 0;
    top: 130%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
  .site-header #navbar > ul > li .sub-menu li {
    border-bottom: 1px solid #013466;
  }
  .site-header #navbar > ul > li .sub-menu a {
    font-size: 14px;
    font-size: 15px;
    color: #fff;
    display: block;
    padding: 12px 15px;
	font-weight: 500;
  }
  
  .site-header #navbar > ul > li .sub-menu a:hover {
	  color:#fdd415;
	  
	  
  }
  
  
  .site-header #navbar > ul > li > .sub-menu .sub-menu {
    left: 110%;
    top: 0;
  }
  .site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a {
    position: relative;
  }
  .site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a:before {
    font-family: "FontAwesome";
    content: "\f105";
    font-size: 15px;
    font-size: 1rem;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .site-header #navbar > ul > li:hover > .sub-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
  .site-header #navbar .sub-menu > li:hover > .sub-menu {
    left: 100%;
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 991px) {
  .site-header #navbar > ul > li a {
    display: block;
    font-size: 14px;
    font-size: 0.93333rem;
  }
  .site-header #navbar > ul > li .sub-menu li {
    border-bottom: 1px solid #e6e6e6;
  }
  .site-header #navbar > ul .sub-menu > li:last-child {
    border-bottom: 0;
  }
  .site-header #navbar > ul > li > .sub-menu a {
    padding: 8px 15px 8px 45px;
  }
  .site-header #navbar > ul > li > .sub-menu .sub-menu a {
    padding: 8px 15px 8px 65px;
  }
  .site-header #navbar > ul .menu-item-has-children > a {
    position: relative;
  }
  .site-header #navbar > ul .menu-item-has-children > a:before {
    font-family: "FontAwesome";
    content: "\f107";
    font-size: 15px;
    font-size: 1rem;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media screen and (min-width: 992px) {
  .site-header #navbar {
    /*** hover effect ***/
  }
  .site-header #navbar .has-mega-menu {
    position: static;
  }
  .site-header #navbar .mega-menu,
  .site-header #navbar .half-mega-menu {
    background-color: #fff;
    padding: 20px;
    border-top: 2px solid #012f5c;
    position: absolute;
    right: 0;
    top: 120%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
  .site-header #navbar .mega-menu {
    width: 1140px;
    right: 15px;
  }
  .site-header #navbar .half-mega-menu {
    width: 585px;
  }
  .site-header #navbar .mega-menu-box-title {
    font-size: 14px;
    font-size: 0.93333rem;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    padding-bottom: 7px;
    margin-bottom: 7px;
    border-bottom: 1px solid #e6e6e6;
  }
  .site-header #navbar .mega-menu-list-holder li a {
    font-size: 14px;
    font-size: 0.93333rem;
    display: block;
    padding: 7px 8px;
    margin-left: -8px;
  }
  .site-header #navbar .has-mega-menu:hover > ul {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 1199px) {
  .site-header #navbar > ul .mega-menu {
    width: 950px;
    right: 15px;
  }
  .site-header #navbar > ul .half-mega-menu {
    width: 485px;
  }
}

@media (max-width: 991px) {
  .site-header #navbar > ul .mega-menu,
  .site-header #navbar > ul .half-mega-menu {
    width: auto;
  }
  .site-header #navbar > ul .mega-menu .row,
  .site-header #navbar > ul .half-mega-menu .row {
    margin: 0;
  }
  .site-header #navbar .mega-menu-content > .row > .col {
    margin-bottom: 25px;
  }
}

@media (max-width: 991px) {
  .site-header #navbar .mega-menu .mega-menu-list-holder a {
    padding: 5px 15px 5px 40px;
  }
  .site-header #navbar .mega-menu .mega-menu-box-title {
    font-size: 14px;
    font-size: 0.93333rem;
    text-transform: uppercase;
    display: block;
    border-bottom: 1px dotted #b3b3b3;
    padding: 0 0 4px 5px;
    margin: 0 25px 8px 25px;
  }
}

@media screen and (min-width: 992px) {
  .site-header .navbar-header .open-btn {
    display: none;
  }
  .site-header #navbar .close-navbar {
    display: none;
  }
}

@media (max-width: 991px) {
  .site-header {
    /* class for show hide navigation */
  }
  .site-header .container {
    width: 100%;
  }
  .site-header .navbar-header button {
    background-color: #fdd415;
    width: 40px;
    height: 35px;
    border: 0;
    padding: 5px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    outline: 0;
    position: absolute;
    right: -304px;
    top: 22px;
    z-index: 20;
  }
  .site-header .navbar-header button span {
    background-color: #fff;
    display: block;
    height: 2px;
    margin-bottom: 5px;
  }
  .site-header .navbar-header button span:last-child {
    margin: 0;
  }
  .site-header #navbar {
    background: #fff;
    display: block !important;
    width: 280px;
    height: 100% !important;
    margin: 0;
    padding: 0;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    position: fixed;
    right: -300px;
    top: 0;
    z-index: 100;
  }
  .site-header #navbar ul a {
    color: #000;
  }
  .site-header #navbar ul a:hover,
  .site-header #navbar ul li.current a {
    color: #012f5c;
  }
  .site-header #navbar .navbar-nav {
    height: 100%;
    overflow: auto;
  }
  .site-header #navbar .close-navbar {
    background-color: #012f5c;
    width: 35px;
    height: 35px;
    color: #fff;
    border: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    outline: none;
    position: absolute;
    left: -18px;
    top: 10px;
    z-index: 20;
  }
  .site-header #navbar > ul > li {
    border-bottom: 1px solid #cccccc;
  }
  .site-header #navbar > ul > li > a {
    padding: 10px 15px 10px 35px;
  }
  .site-header .slideInn {
    right: 0 !important;
  }
}










@media (max-width: 767px) {
  .site-header .navbar-header .navbar-brand {
    font-size: 24px;
  }
  .site-header #navbar .navbar-nav {
    margin: 0;
  }
  
  
  .site-header {
    /* class for show hide navigation */
  }
  .site-header .container {
    width: 100%;
  }
  .site-header .navbar-header button {
    background-color: #fdd415;
    width: 40px;
    height: 35px;
    border: 0;
    padding: 5px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    outline: 0;
    position: absolute;
    right: 26px;
    top: 22px;
    z-index: 20;
  }
  
  
  
  
}

@media (max-width: 991px) {
  .site-header .navbar-collapse.collapse {
    display: none;
  }
  .site-header .navbar-collapse.collapse.in {
    display: block;
  }
  .site-header .navbar-header .collapse,
  .site-header .navbar-toggle {
    display: block;
  }
  .site-header .navbar-header {
    float: none;
  }
  .site-header .navbar-right {
    float: none;
  }
  .site-header .navbar-nav {
    float: none;
  }
  .site-header .navbar-nav > li {
    float: none;
  }
}

/******************************
	header style 1
******************************/
.header-style-1, .header-style-2, .header-style-3, .header-style-4, .header-style-5, .header-style-6 {
  /*** search-social ***/
}

.header-style-1 .topbar, .header-style-2 .topbar, .header-style-3 .topbar, .header-style-4 .topbar, .header-style-5 .topbar, .header-style-6 .topbar {
  background-color: #012c57;
  color: #fff;
  padding: 15px 0;
  border-top: 1px solid #012548;
  border-bottom: 1px solid #012548;
  /*** language ***/
}

.header-style-1 .topbar .contact-info, .header-style-2 .topbar .contact-info, .header-style-3 .topbar .contact-info, .header-style-4 .topbar .contact-info, .header-style-5 .topbar .contact-info, .header-style-6 .topbar .contact-info {
  list-style: none;
  margin-top: 5px;
}

.header-style-1 .topbar .contact-info li, .header-style-2 .topbar .contact-info li, .header-style-3 .topbar .contact-info li, .header-style-4 .topbar .contact-info li, .header-style-5 .topbar .contact-info li, .header-style-6 .topbar .contact-info li {
  display: inline-block;
}

@media (max-width: 767px) {
  .header-style-1 .topbar .contact-info li, .header-style-2 .topbar .contact-info li, .header-style-3 .topbar .contact-info li, .header-style-4 .topbar .contact-info li, .header-style-5 .topbar .contact-info li, .header-style-6 .topbar .contact-info li {
    display: block;
    text-align: center;
  }
}

.header-style-1 .topbar .contact-info > li + li, .header-style-2 .topbar .contact-info > li + li, .header-style-3 .topbar .contact-info > li + li, .header-style-4 .topbar .contact-info > li + li, .header-style-5 .topbar .contact-info > li + li, .header-style-6 .topbar .contact-info > li + li {
  margin-left: 30px;
}

@media (max-width: 767px) {
  .header-style-1 .topbar .contact-info > li + li, .header-style-2 .topbar .contact-info > li + li, .header-style-3 .topbar .contact-info > li + li, .header-style-4 .topbar .contact-info > li + li, .header-style-5 .topbar .contact-info > li + li, .header-style-6 .topbar .contact-info > li + li {
    margin-left: 0;
    margin-top: 5px;
  }
}

.header-style-1 .topbar .contact-info i, .header-style-2 .topbar .contact-info i, .header-style-3 .topbar .contact-info i, .header-style-4 .topbar .contact-info i, .header-style-5 .topbar .contact-info i, .header-style-6 .topbar .contact-info i {
  display: inline-block;
  padding-right: 3px;
  color: #fdd415;
}

.header-style-1 .topbar .language, .header-style-2 .topbar .language, .header-style-3 .topbar .language, .header-style-4 .topbar .language, .header-style-5 .topbar .language, .header-style-6 .topbar .language {
  float: right;
}

@media (max-width: 767px) {
  .header-style-1 .topbar .language, .header-style-2 .topbar .language, .header-style-3 .topbar .language, .header-style-4 .topbar .language, .header-style-5 .topbar .language, .header-style-6 .topbar .language {
    float: none;
    text-align: center;
  }
}

.header-style-1 .topbar .language i, .header-style-2 .topbar .language i, .header-style-3 .topbar .language i, .header-style-4 .topbar .language i, .header-style-5 .topbar .language i, .header-style-6 .topbar .language i {
  color: #fdd415;
}

.header-style-1 .topbar .select-box, .header-style-2 .topbar .select-box, .header-style-3 .topbar .select-box, .header-style-4 .topbar .select-box, .header-style-5 .topbar .select-box, .header-style-6 .topbar .select-box {
  display: inline;
}

.header-style-1 .topbar .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn), .header-style-2 .topbar .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn), .header-style-3 .topbar .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn), .header-style-4 .topbar .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn), .header-style-5 .topbar .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn), .header-style-6 .topbar .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 65px;
}

.header-style-1 .topbar .bootstrap-select > .btn, .header-style-2 .topbar .bootstrap-select > .btn, .header-style-3 .topbar .bootstrap-select > .btn, .header-style-4 .topbar .bootstrap-select > .btn, .header-style-5 .topbar .bootstrap-select > .btn, .header-style-6 .topbar .bootstrap-select > .btn {
  background-color: transparent;
  color: #fff;
  border: 0;
}

.header-style-1 .navbar-brand, .header-style-2 .navbar-brand, .header-style-3 .navbar-brand, .header-style-4 .navbar-brand, .header-style-5 .navbar-brand, .header-style-6 .navbar-brand {
  margin-top: 12px;
  display: inline-block;
  padding: 0 15px;
}

@media screen and (min-width: 992px) {
  .header-style-1 #navbar > ul > li > a, .header-style-2 #navbar > ul > li > a, .header-style-3 #navbar > ul > li > a, .header-style-4 #navbar > ul > li > a, .header-style-5 #navbar > ul > li > a, .header-style-6 #navbar > ul > li > a {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    padding: 30px 12px;
  }
  .header-style-1 #navbar, .header-style-2 #navbar, .header-style-3 #navbar, .header-style-4 #navbar, .header-style-5 #navbar, .header-style-6 #navbar {
   /* margin-right: 115px;*/
  }
}

@media screen and (min-width: 1199px) {
  .header-style-1 #navbar > ul > li > a, .header-style-2 #navbar > ul > li > a, .header-style-3 #navbar > ul > li > a, .header-style-4 #navbar > ul > li > a, .header-style-5 #navbar > ul > li > a, .header-style-6 #navbar > ul > li > a {
    padding: 30px 16px;
  }
  .header-style-1 #navbar, .header-style-2 #navbar, .header-style-3 #navbar, .header-style-4 #navbar, .header-style-5 #navbar, .header-style-6 #navbar {
   /* margin-right: 130px;*/
  }
}

@media (max-width: 991px) {
  .header-style-1 .navbar-header, .header-style-2 .navbar-header, .header-style-3 .navbar-header, .header-style-4 .navbar-header, .header-style-5 .navbar-header, .header-style-6 .navbar-header {
    padding-bottom: 0px;
  }
}

.header-style-1 .search-social, .header-style-2 .search-social, .header-style-3 .search-social, .header-style-4 .search-social, .header-style-5 .search-social, .header-style-6 .search-social {
  position: absolute;
  right: 15px;
  top: 32px;
}

@media (max-width: 991px) {
  .header-style-1 .search-social, .header-style-2 .search-social, .header-style-3 .search-social, .header-style-4 .search-social, .header-style-5 .search-social, .header-style-6 .search-social {
    right: 75px;
  }
}

@media (max-width: 767px) {
  .header-style-1 .search-social, .header-style-2 .search-social, .header-style-3 .search-social, .header-style-4 .search-social, .header-style-5 .search-social, .header-style-6 .search-social {
    display: none;
  }
}

.header-style-1 .search-social > div, .header-style-2 .search-social > div, .header-style-3 .search-social > div, .header-style-4 .search-social > div, .header-style-5 .search-social > div, .header-style-6 .search-social > div {
  display: inline-block;
}

.header-style-1 .search-social .social ul li, .header-style-2 .search-social .social ul li, .header-style-3 .search-social .social ul li, .header-style-4 .search-social .social ul li, .header-style-5 .search-social .social ul li, .header-style-6 .search-social .social ul li {
  float: left;
}

.header-style-1 .search-social .social ul > li + li, .header-style-2 .search-social .social ul > li + li, .header-style-3 .search-social .social ul > li + li, .header-style-4 .search-social .social ul > li + li, .header-style-5 .search-social .social ul > li + li, .header-style-6 .search-social .social ul > li + li {
  margin-left: 10px;
}

.header-style-1 .search-social .social ul a, .header-style-2 .search-social .social ul a, .header-style-3 .search-social .social ul a, .header-style-4 .search-social .social ul a, .header-style-5 .search-social .social ul a, .header-style-6 .search-social .social ul a {
  color: #fff;
}

.header-style-1 .search-social .open-btn, .header-style-2 .search-social .open-btn, .header-style-3 .search-social .open-btn, .header-style-4 .search-social .open-btn, .header-style-5 .search-social .open-btn, .header-style-6 .search-social .open-btn {
  background-color: transparent;
  color: #fff;
  padding: 0;
  border: 0;
  margin-right: 40px;
  position: relative;
  top: -8px;
}

@media (max-width: 1199px) {
  .header-style-1 .search-social .open-btn, .header-style-2 .search-social .open-btn, .header-style-3 .search-social .open-btn, .header-style-4 .search-social .open-btn, .header-style-5 .search-social .open-btn, .header-style-6 .search-social .open-btn {
    margin-right: 30px;
  }
}

/******************************
	header style 2
******************************/
.header-style-2, .header-style-3, .header-style-4, .header-style-5, .header-style-6 {
  position: relative;
}

.header-style-2 .topbar, .header-style-3 .topbar, .header-style-4 .topbar, .header-style-5 .topbar, .header-style-6 .topbar {
 /* background-color: #dedede;*/
 background:#fff;
  padding: 0;
  border: 0;
}

.header-style-2 .upper-topbar, .header-style-3 .upper-topbar, .header-style-4 .upper-topbar, .header-style-5 .upper-topbar, .header-style-6 .upper-topbar {
  background-color: #012f5c;
  padding: 4px 0;
}

@media (max-width: 767px) {
  .header-style-2 .upper-topbar, .header-style-3 .upper-topbar, .header-style-4 .upper-topbar, .header-style-5 .upper-topbar, .header-style-6 .upper-topbar {
    text-align: center;
    padding: 8px 0;
  }
}

.header-style-2 .upper-topbar p, .header-style-3 .upper-topbar p, .header-style-4 .upper-topbar p, .header-style-5 .upper-topbar p, .header-style-6 .upper-topbar p {
  color: #fff;
  margin: 3px 0 0;
}

@media (max-width: 767px) {
  .header-style-2 .upper-topbar p, .header-style-3 .upper-topbar p, .header-style-4 .upper-topbar p, .header-style-5 .upper-topbar p, .header-style-6 .upper-topbar p {
    margin: 3px 0 10px;
    line-height: 1.4em;
  }
}

@media (max-width: 767px) {
  .header-style-2 .site-logo, .header-style-3 .site-logo, .header-style-4 .site-logo, .header-style-5 .site-logo, .header-style-6 .site-logo {
    text-align: center;
  }
}

.header-style-2 .lower-topbar, .header-style-3 .lower-topbar, .header-style-4 .lower-topbar, .header-style-5 .lower-topbar, .header-style-6 .lower-topbar {
  padding: 12px 0;
}

@media screen and (min-width: 992px) {
  .header-style-2 .lower-topbar, .header-style-3 .lower-topbar, .header-style-4 .lower-topbar, .header-style-5 .lower-topbar, .header-style-6 .lower-topbar {
    padding-bottom: 50px;
  }
}

.header-style-2 .lower-topbar .contact-info, .header-style-3 .lower-topbar .contact-info, .header-style-4 .lower-topbar .contact-info, .header-style-5 .lower-topbar .contact-info, .header-style-6 .lower-topbar .contact-info {
  float: right;
  overflow: hidden;
}

@media (max-width: 767px) {
  .header-style-2 .lower-topbar .contact-info, .header-style-3 .lower-topbar .contact-info, .header-style-4 .lower-topbar .contact-info, .header-style-5 .lower-topbar .contact-info, .header-style-6 .lower-topbar .contact-info {
    border-top: 1px solid #dedede;
    padding-top: 15px;
    margin-top: 10px;
    float: none;
    text-align: center;
  }
}

.header-style-2 .lower-topbar .contact-info > div, .header-style-3 .lower-topbar .contact-info > div, .header-style-4 .lower-topbar .contact-info > div, .header-style-5 .lower-topbar .contact-info > div, .header-style-6 .lower-topbar .contact-info > div {
  float: left;
  padding-left: 45px;
  position: relative;
}

@media (max-width: 767px) {
  .header-style-2 .lower-topbar .contact-info > div, .header-style-3 .lower-topbar .contact-info > div, .header-style-4 .lower-topbar .contact-info > div, .header-style-5 .lower-topbar .contact-info > div, .header-style-6 .lower-topbar .contact-info > div {
    float: none;
    display: inline-block;
    text-align: left;
    padding-left: 40px;
    margin-right: 15px;
    margin-bottom: 15px;
  }
}

.header-style-2 .lower-topbar .contact-info > div + div, .header-style-3 .lower-topbar .contact-info > div + div, .header-style-4 .lower-topbar .contact-info > div + div, .header-style-5 .lower-topbar .contact-info > div + div, .header-style-6 .lower-topbar .contact-info > div + div {
  margin-left: 45px;
}

@media (max-width: 767px) {
  .header-style-2 .lower-topbar .contact-info > div + div, .header-style-3 .lower-topbar .contact-info > div + div, .header-style-4 .lower-topbar .contact-info > div + div, .header-style-5 .lower-topbar .contact-info > div + div, .header-style-6 .lower-topbar .contact-info > div + div {
    margin-left: 0;
  }
}

.header-style-2 .lower-topbar .contact-info i, .header-style-3 .lower-topbar .contact-info i, .header-style-4 .lower-topbar .contact-info i, .header-style-5 .lower-topbar .contact-info i, .header-style-6 .lower-topbar .contact-info i {
  font-size: 36px;
  font-size: 2.4rem;
  color: #fdd415;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 767px) {
  .header-style-2 .lower-topbar .contact-info i, .header-style-3 .lower-topbar .contact-info i, .header-style-4 .lower-topbar .contact-info i, .header-style-5 .lower-topbar .contact-info i, .header-style-6 .lower-topbar .contact-info i {
    font-size: 32px;
    font-size: 2.13333rem;
    top: 5px;
  }
}

.header-style-2 .lower-topbar .contact-info span, .header-style-3 .lower-topbar .contact-info span, .header-style-4 .lower-topbar .contact-info span, .header-style-5 .lower-topbar .contact-info span, .header-style-6 .lower-topbar .contact-info span {
  color: #012f5c;
}

.header-style-2 .lower-topbar .contact-info p, .header-style-3 .lower-topbar .contact-info p, .header-style-4 .lower-topbar .contact-info p, .header-style-5 .lower-topbar .contact-info p, .header-style-6 .lower-topbar .contact-info p {
  margin: 0;
  color: #666;
}

@media screen and (min-width: 992px) {
  .header-style-2 .navigation, .header-style-3 .navigation, .header-style-4 .navigation, .header-style-5 .navigation, .header-style-6 .navigation {
    /*background-color: transparent;*/
    width: 100%;
    position: absolute;
    bottom: -25px;
    z-index: 10000;
  }
  .header-style-2 .navigation .container, .header-style-3 .navigation .container, .header-style-4 .navigation .container, .header-style-5 .navigation .container, .header-style-6 .navigation .container {
    background-color: #012f5c;
    border-radius: 10px;
  }
}

@media (max-width: 991px) {
  .header-style-2 .navigation, .header-style-3 .navigation, .header-style-4 .navigation, .header-style-5 .navigation, .header-style-6 .navigation {
    height: 0px;
	margin-top: -12px;
	
  }
  .header-style-2 .navigation .navbar-header button, .header-style-3 .navigation .navbar-header button, .header-style-4 .navigation .navbar-header button, .header-style-5 .navigation .navbar-header button, .header-style-6 .navigation .navbar-header button {
    top: 17px;
  }
}

@media screen and (min-width: 992px) {

  .header-style-2 #navbar > ul > li > a, .header-style-3 #navbar > ul > li > a, .header-style-4 #navbar > ul > li > a, .header-style-5 #navbar > ul > li > a, .header-style-6 #navbar > ul > li > a {
   padding: 16px 22px;
   border-right: 1px solid #7b7b7b;
  }
  .header-style-2 .search-social, .header-style-3 .search-social, .header-style-4 .search-social, .header-style-5 .search-social, .header-style-6 .search-social {
    top: 28px;
    right: 0;
  }
}





.navbar {
    position: relative;
    min-height: 30px !important; 
    margin-bottom: 20px;
    border: 1px solid transparent;
}

@media (max-width: 991px) {
  .header-style-2 .search-social, .header-style-3 .search-social, .header-style-4 .search-social, .header-style-5 .search-social, .header-style-6 .search-social {
    top: 35px;
    right: 60px;
  }
}

/******************************
	header style 3
******************************/
.header-style-3 {
  /*** social and serach ***/
}

.header-style-3 .topbar {
  /*background-color: #00152a;*/
/*  background-color: rgba(1, 47, 92, 0.9);*/
  padding: 9px 0 0px 0px;
}

.header-style-3 .topbar1 {
 /* background-color: #f5f5f5;*/
/* background:#00648b;*/
 background: rgba(186, 212, 239, 1.0) ;
/*  background-color: rgba(1, 47, 92, 0.9);*/
  padding: 2px 10px;
  /* border-left: 1px solid #7b7b7b;
  border-right: 1px solid #7b7b7b;*/
  
  /*border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;*/
}



.header-style-3 .topbar1 ul {
    list-style: none;
    overflow: hidden;
	float:right;
}


.header-style-3 .topbar1 ul li {
    float: left;
	    margin-left: 10px;
}

.header-style-3 .topbar1 p {
	margin-top: 13px;
   /* color: #777;*/
   color:#fff;
    font-size: 14px;
    line-height: 0em;
	    margin-left: 14px;
}

.header-style-3 .topbar1 ul li a {
    color: #777;
}









.header-style-3 .topbar2 ul {
    list-style: none;
    overflow: hidden;
	float:right;
}


.header-style-3 .topbar2 ul li {
    float: left;
	    margin-left: 13px;
}

.header-style-3 .topbar2 p {
	margin-top: 13px;
    color: #777;
    font-size: 14px;
    line-height: 0em;
	    margin-left: 14px;
}

.header-style-3 .topbar2 ul li a {
    color: #777;
}




.site-logo {
	z-index:9999;
	margin-top: -47px;
	margin-bottom:9px;
}



@media (max-width: 767px) {
  .header-style-3 .topbar {
    padding: 28px 0 0px;
  }
  
  .header-style-3 .topbar1 {
    padding:0px 0px 10px 0px;
  }
  
  
  .lts-update p {
   color: #fff;
    margin-top: 15px;
    font-size: 21px;
    font-weight: 600;
	text-align:center;

}



.btn-sm1 {
   
    margin: 10px 127px 10px 0px !important;
   
}

.site-footer .support-widget {
    overflow: hidden;
	margin-left:100px;
}
.site-footer .widget .footer-logo {
    margin-bottom: 15px;
	margin-left:100px;
}


}

.nav2bg {
	 background-color: #012f5c;
}

@media (max-width: 467px) {
  

.custom-services {
    position: relative !important;
    padding: 0;
    margin: 0px 0;
    display: block;
    overflow: visible;
}

.lts-update p {
   color: #fff;
    margin-top: 15px;
    font-size: 21px;
    font-weight: 600;
	text-align:center;

}



.btn-sm1 {
   
    margin: 10px 127px 10px 0px !important;
   
}

}



@media (max-width: 767px) {
  .header-style-3 .site-logo {
   /*border-bottom: 1px solid #012243;*/
   padding-bottom: 3px;
   margin-top: -48px;
   z-index: 1;
   float: left;
  /* width: 100%;*/
  }
  
  .nav2bg {
	 background-color: #fff;
}


.custom-services {
    position: relative !important;
    padding: 0;
    margin: 0px 0;
    display: block;
    overflow: visible;
}
  
 


.rs-search-courses {
    padding: 20px 0;
    position: relative;
    margin-top: -8px;
    z-index: 10;
}
  
  
  
 
}

.header-style-3 .contact-info-s2 {
  float: right;
  overflow: hidden;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .header-style-3 .contact-info-s2 {
    float: none;
    margin-top: 8px;
  }
}

.header-style-3 .contact-info-s2 > div {
  float: left;
  padding-left: 32px;
  position: relative;
  /*width: 40%;*/
}

@media (max-width: 991px) {
  .header-style-3 .contact-info-s2 > div {
    padding-left: 35px;
  }
  
 

}

@media (max-width: 767px) {
  .header-style-3 .contact-info-s2 > div {
   /* float: none;
    width: 200px;*/
    margin: 0 auto 15px;
  }
}

.header-style-3 .contact-info-s2 > div + div {
  margin-left: 34px;
}

@media (max-width: 991px) {
  .header-style-3 .contact-info-s2 > div + div {
    margin-left: 25px;
  }
}

@media (max-width: 767px) {
  .header-style-3 .contact-info-s2 > div + div {
    margin-left: auto;
  }
}

.header-style-3 .contact-info-s2 .icon {
  position: absolute;
  left: 17px;
  top: 0;
}

.header-style-3 .contact-info-s2 .icon .fi:before {
  font-size: 20px;
 /* color: #fdd415;*/
 color:#ff0000;
}

@media (max-width: 991px) {
  .header-style-3 .contact-info-s2 .icon .fi:before {
    font-size: 25px;
  }
  
  
}


@media (max-width: 1024px) {
 
  
   .twitter-feed-widget {
    margin-left: 342px;
}
}

.header-style-3 .contact-info-s2 p,
.header-style-3 .contact-info-s2 span {
  color: #777;
  margin: 0;
}


header h2 {
	font-size:48px;
	font-weight:800;
	color:#fff;
	margin-top:1px;
}

header h2 a {
	font-size:48px;
	font-weight:800;
	color:#fff;
}

@media (max-width: 991px) {
  .header-style-3 .contact-info-s2 p,
  .header-style-3 .contact-info-s2 span {
    font-size: 12px;
    font-size: 0.8rem;
  }
}

@media (max-width: 991px) {
  .header-style-3 .contact-info-s2 p {
    line-height: 1.3em;
  }
}

.header-style-3 .navigation {
  /*background-color: rgba(1, 47, 92, 0.9);*/
 /* background: #00152a;*/
/* background:#131d33;*/

/* background:#012f5c;*/
}

@media screen and (min-width: 992px) {
  .header-style-3 .navigation {
    position: absolute;
    width: 100%;
    z-index: 10;
  }
}

.header-style-3 .navigation .container {
  background-color: transparent;
}

@media screen and (min-width: 992px) {
  .header-style-3 #navbar > ul > li > a {
    position: relative;
  }
  .header-style-3 #navbar > ul > li > a:after {
    content: "";
    border: 5px solid transparent;
    border-bottom: 5px solid #fdd415;
    position: absolute;
    left: 50%;
    bottom: 8px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
  }
  .header-style-3 #navbar > ul > li > a:hover:after {
    opacity: 1;
  }
}

.header-style-3 .search-social {
  display: block;
}

@media screen and (min-width: 992px) {
  .header-style-3 .search-social {
    right: -25px;
  }
}

.header-style-3 .social-links {
  width: 150px;
  position: absolute;
  right: 235px;
  top: -8px;
}

@media (max-width: 1199px) {
  .header-style-3 .social-links {
    right: 135px;
  }
}

.header-style-3 .social-links ul {
  overflow: hidden;
}

@media (max-width: 991px) {
  .header-style-3 .social-links ul {
    display: none;
  }
}

.header-style-3 .social-links ul li {
  float: left;
}

.header-style-3 .social-links ul > li + li {
  margin-left: 15px;
}

.header-style-3 .social-links ul li a {
  font-size: 16px;
  color: #fff;
}

.header-style-3 .social-links ul li a:hover {
  color: #fdd415;
}

@media screen and (min-width: 992px) {
  .header-style-3 .navigation {
    bottom: -27px;
  }
}

/******************************
	header style 4
******************************/
.header-style-4 .upper-topbar, .header-style-5 .upper-topbar, .header-style-6 .upper-topbar {
  background-color: #dfdfdf;
  padding: 12px 0;
}

.header-style-4 .upper-topbar ul, .header-style-5 .upper-topbar ul, .header-style-6 .upper-topbar ul {
  list-style: none;
  overflow: hidden;
}

.header-style-4 .upper-topbar ul li, .header-style-5 .upper-topbar ul li, .header-style-6 .upper-topbar ul li {
  float: left;
}

.header-style-4 .upper-topbar li, .header-style-5 .upper-topbar li, .header-style-6 .upper-topbar li,
.header-style-4 .upper-topbar a, .header-style-5 .upper-topbar a, .header-style-6 .upper-topbar a {
  color: #777;
}

.header-style-4 .upper-topbar-contact i, .header-style-5 .upper-topbar-contact i, .header-style-6 .upper-topbar-contact i {
  display: inline-block;
  padding-right: 5px;
}

@media (max-width: 767px) {
  .header-style-4 .upper-topbar-contact ul li, .header-style-5 .upper-topbar-contact ul li, .header-style-6 .upper-topbar-contact ul li {
    float: none;
  }
}

.header-style-4 .upper-topbar-contact ul > li + li, .header-style-5 .upper-topbar-contact ul > li + li, .header-style-6 .upper-topbar-contact ul > li + li {
  margin-left: 40px;
}

@media (max-width: 767px) {
  .header-style-4 .upper-topbar-contact ul > li + li, .header-style-5 .upper-topbar-contact ul > li + li, .header-style-6 .upper-topbar-contact ul > li + li {
    margin-left: 0;
    margin-top: 8px;
  }
}

.header-style-4 .upper-topbar-social, .header-style-5 .upper-topbar-social, .header-style-6 .upper-topbar-social {
  float: right;
}

@media (max-width: 767px) {
  .header-style-4 .upper-topbar-social, .header-style-5 .upper-topbar-social, .header-style-6 .upper-topbar-social {
    float: none;
    display: inline-block;
    margin-top: 15px;
  }
}

.header-style-4 .upper-topbar-social ul > li + li, .header-style-5 .upper-topbar-social ul > li + li, .header-style-6 .upper-topbar-social ul > li + li {
  margin-left: 10px;
}

.header-style-4 .navigation, .header-style-5 .navigation, .header-style-6 .navigation {
  background-color: #012f5c;
}

/******************************
	header style 5
******************************/
.header-style-5 .upper-topbar, .header-style-6 .upper-topbar {
  background-color: #012f5c;
}

.header-style-5 .upper-topbar p, .header-style-6 .upper-topbar p,
.header-style-5 .upper-topbar li, .header-style-6 .upper-topbar li,
.header-style-5 .upper-topbar a, .header-style-6 .upper-topbar a {
  color: #c1c5c8;
}

.header-style-5 .upper-topbar-contact i, .header-style-6 .upper-topbar-contact i {
  color: #fdd415;
}

.header-style-5 .navigation, .header-style-6 .navigation {
  background-color: #fff;
}

.header-style-5 .navigation .container, .header-style-6 .navigation .container {
  background-color: #fff;
}

@media screen and (min-width: 992px) {
  .header-style-5 .navigation, .header-style-6 .navigation {
    bottom: -90px;
  }
  .header-style-5 #navbar, .header-style-6 #navbar {
    margin-right: 50px;
  }
  .header-style-5 #navbar > ul > li > a, .header-style-6 #navbar > ul > li > a {
    color: #a5acb4;
    padding: 35px 16px;
  }
  .header-style-5 #navbar > ul > li > a:hover, .header-style-6 #navbar > ul > li > a:hover {
    color: #012f5c;
  }
}

@media screen and (min-width: 992px) {
  .header-style-5 .search-social, .header-style-6 .search-social {
    top: 45px;
    right: -25px;
  }
}

.header-style-5 .search-social .open-btn, .header-style-6 .search-social .open-btn {
  color: #012f5c;
}

@media (max-width: 991px) {
  .header-style-5 .navbar-brand, .header-style-6 .navbar-brand {
    margin-top: 6px;
  }
}

/******************************
	header style 6
******************************/
.header-style-6 {
  position: relative;
}

@media screen and (min-width: 992px) {
  .header-style-6 .upper-topbar {
    padding-top: 20px;
    padding-bottom: 60px;
  }
  .header-style-6 .navigation {
    background-color: transparent;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -33px;
    z-index: 1;
  }
  .header-style-6 .navigation .container {
    background-color: #fff;
  }
  .header-style-6 #navbar > ul > li > a {
    color: #a5acb4;
    padding: 25px 16px;
  }
  .header-style-6 .search-social {
    top: 35px;
    right: -15px;
  }
}

.header-style-6 .upper-topbar a {
  color: #fdd415;
}

.header-style-6 .navbar-brand {
  margin-top: 7px;
}

.header-search-form {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.95);
}

.header-search-form form {
  width: 500px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .header-search-form form {
    width: 300px;
  }
}

.header-search-form form input {
  height: 60px;
  font-size: 20px;
  padding: 15px 25px;
}

@media (max-width: 767px) {
  .header-search-form form input {
    height: 45px;
    font-size: 17px;
  }
}

.header-search-form form input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.header-search-form form .btn {
  background-color: #012f5c;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.header-search-form form .btn:focus,
.header-search-form form .btn:active {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*--------------------------------------------------------------
#0.4	hero slider
--------------------------------------------------------------*/
.hero {
  position: relative;
  height: 100vh;
  overflow: hidden;
  /** slider controls **/
  /*** hero slider animation ***/
}

@media (max-width: 991px) {
  .hero {
    min-height: 500px;
  }
}

@media (max-width: 767px) {
  .hero {
    min-height: 420px;
  }
}

.hero .slide {
  height: 100vh;
  position: relative;
  background-repeat: no-repeat;
  position: relative;
}

@media (max-width: 991px) {
  .hero .slide {
    min-height: 500px;
  }
}

@media (max-width: 767px) {
  .hero .slide {
    min-height: 420px;
  }
}

.hero .slide .slider-bg {
  display: none;
}

.hero .slide:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero .slide:focus {
  outline: none;
}

.hero .slide .container {
  height: 100%;
  display: table;
}

.hero .slide .row {
  display: table-cell;
  vertical-align: middle;
}

.hero .slick-prev,
.hero .slick-next {
  background-color: #fff;
  width: 50px;
  height: 50px;
  z-index: 9;
  border-radius: 50%;
  @inlcude transition-time(0.3s);
}

@media (max-width: 991px) {
  .hero .slick-prev,
  .hero .slick-next {
    display: none !important;
  }
}

.hero .slick-prev:before,
.hero .slick-next:before {
  color: #012f5c;
}

.hero .slick-prev:hover,
.hero .slick-next:hover {
  background-color: #012f5c;
}

.hero .slick-prev:hover:before,
.hero .slick-next:hover:before {
  color: #fff;
}

.hero .slick-prev {
  left: 15px;
}

.hero .slick-prev:before {
  font-family: "FontAwesome";
  content: "\f104";
  opacity: 1;
}

.hero .slick-next {
  right: 15px;
}

.hero .slick-next:before {
  font-family: "FontAwesome";
  content: "\f105";
  opacity: 1;
}

.hero .slick-dots {
  bottom: 20px;
}

@media screen and (min-width: 992px) {
  .hero .slick-dots {
    display: none !important;
  }
}

.hero .slick-dots li {
  margin: 0;
}

.hero .slick-dots button {
  background-color: #fdd415;
  width: 15px;
  height: 15px;
  border: 2px solid #fff;
  border-radius: 50%;
}

.hero .slick-dots button:before,
.hero .slick-dots button:before {
  display: none;
}

.hero .hero-slider .slide-caption > h2,
.hero .hero-slider .slide-caption > p,
.hero .hero-slider .slide-caption > .btns {
  color: #fff;
  opacity: 0;
}

.hero .hero-slider .slick-list .slick-current .slide-caption > h2 {
  -webkit-animation: fadeInLeftSlow 1.5s 0.8s forwards;
  -moz-animation: fadeInLeftSlow 1.5s 0.8s forwards;
  -o-animation: fadeInLeftSlow 1.5s 0.8s forwards;
  -ms-animation: fadeInLeftSlow 1.5s 0.8s forwards;
  animation: fadeInLeftSlow 1.5s 0.8s forwards;
}

.hero .hero-slider .slick-list .slick-current .slide-caption > p {
  -webkit-animation: fadeInLeftSlow 1.5s 1.4s forwards;
  -moz-animation: fadeInLeftSlow 1.5s 1.4s forwards;
  -o-animation: fadeInLeftSlow 1.5s 1.4s forwards;
  -ms-animation: fadeInLeftSlow 1.5s 1.4s forwards;
  animation: fadeInLeftSlow 1.5s 1.4s forwards;
}

.hero .hero-slider .slick-list .slick-current .slide-caption > .btns {
  -webkit-animation: fadeInLeftSlow 1.5s 1.8s forwards;
  -moz-animation: fadeInLeftSlow 1.5s 1.8s forwards;
  -o-animation: fadeInLeftSlow 1.5s 1.8s forwards;
  -ms-animation: fadeInLeftSlow 1.5s 1.8s forwards;
  animation: fadeInLeftSlow 1.5s 1.8s forwards;
}

.hero-center {
  text-align: center;
}

/************************************
	hero style 1
*************************************/
.hero-style-1 .slide-caption h2, .hero-style-2 .slide-caption h2, .hero-style-3 .slide-caption h2 {
  font-size: 60px;
  font-size: 4rem;
  margin: 0 0 0.3em;
}

@media (max-width: 1199px) {
  .hero-style-1 .slide-caption h2, .hero-style-2 .slide-caption h2, .hero-style-3 .slide-caption h2 {
    font-size: 50px;
    font-size: 3.33333rem;
  }
}

@media (max-width: 991px) {
  .hero-style-1 .slide-caption h2, .hero-style-2 .slide-caption h2, .hero-style-3 .slide-caption h2 {
    font-size: 40px;
    font-size: 2.66667rem;
  }
}

@media (max-width: 767px) {
  .hero-style-1 .slide-caption h2, .hero-style-2 .slide-caption h2, .hero-style-3 .slide-caption h2 {
    font-size: 30px;
    font-size: 2rem;
  }
}

.hero-style-1 .slide-caption p, .hero-style-2 .slide-caption p, .hero-style-3 .slide-caption p {
  font-size: 18px;
  font-size: 1.2rem;
  margin: 0 0 2em;
}

@media (max-width: 767px) {
  .hero-style-1 .slide-caption p, .hero-style-2 .slide-caption p, .hero-style-3 .slide-caption p {
    font-size: 15px;
    font-size: 1rem;
  }
}

/************************************
	hero style 2
*************************************/
.hero-style-2, .hero-style-3 {
  height: 500px;
}

@media (max-width: 991px) {
  .hero-style-2, .hero-style-3 {
    height: 500px;
  }
}

@media (max-width: 767px) {
  .hero-style-2, .hero-style-3 {
    height: 420px;
  }
}

.hero-style-2 .slide, .hero-style-3 .slide {
  height: 670px;
  position: relative;
}

@media (max-width: 991px) {
  .hero-style-2 .slide, .hero-style-3 .slide {
    height: 500px;
  }
}

@media (max-width: 767px) {
  .hero-style-2 .slide, .hero-style-3 .slide {
    height: 420px;
  }
}

/************************************
	hero style 3
*************************************/
.hero-style-3 {
  text-align: center;
}

.hero-style-3 .slide-caption h2 {
  margin-bottom: 0.7em;
}

/*--------------------------------------------------------------
#0.5	footer
--------------------------------------------------------------*/
.site-footer {
  /*** about widget ***/
  /*** links-widget ***/
  /*** support-widget ***/
  /*** twitter-feed-widget ***/
  /*** copyright-info ***/
}

.site-footer .upper-footer {
 /* background-color: #012243;*/
  padding: 40px 0;
}

@media (max-width: 991px) {
  .site-footer .upper-footer {
    padding: 80px 0 35px;
  }
}

@media (max-width: 767px) {
  .site-footer .upper-footer {
    padding: 70px 0 30px;
  }
}

.site-footer .upper-footer ul {
  list-style: none;
}

.site-footer .upper-footer ul,
.site-footer .upper-footer li,
.site-footer .upper-footer p,
.site-footer .upper-footer a {
  color: #fff;
}

.site-footer .upper-footer a:hover {
  color: #fdd415;
}

@media (max-width: 991px) {
  .site-footer .upper-footer .row > .col {
    margin-bottom: 55px;
  }
}

@media (max-width: 767px) {
  .site-footer .upper-footer .row > .col {
    margin-bottom: 40px;
  }
}

.site-footer .widget > h3,
.site-footer .widget .footer-logo {
  font-size: 19px;
  font-size: cacl-rem-value(24);
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 2em;
  padding-bottom: 0.5em;
  position: relative;
}

@media (max-width: 991px) {
  .site-footer .widget > h3,
  .site-footer .widget .footer-logo {
    font-size: 20px;
    font-size: cacl-rem-value(20);
  }
}

@media (max-width: 767px) {
  .site-footer .widget > h3,
  .site-footer .widget .footer-logo {
    font-size: 16px;
    font-size: cacl-rem-value(16);
	/*text-align: center;*/
  }
  
  .site-footer .widget > h3:before, .site-footer .widget .footer-logo:before {
    content: "";
    background-color: #fdd415 ;
    width: 28px;
    height: 3px;
    position:relative !important;    
    left: 119px !important;
    bottom: 0;
    border-radius: 5px;
}
}

.site-footer .widget > h3:before,
.site-footer .widget .footer-logo:before {
  content: "";
  background-color: #fdd415;
  width: 28px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 5px;
}

.site-footer .widget .footer-logo {
  margin-bottom: 15px;
}

@media screen and (min-width: 1200px) {
  .site-footer .about-widget {
    padding-right: 25px;
  }
}

.site-footer .about-widget .contact-info {
  margin-top: 30px;
}

@media screen and (min-width: 1200px) {
  .site-footer .about-widget .contact-info {
    padding-right: 105px;
  }
}

@media (max-width: 767px) {
	
	
	.help-banner {
    /* background: #2980b9; */
    background: #7a7d7f;
    width: 100%;
    float: left;
    padding: 1px 11px 8px 15px;
    margin-top: 19px;
    color: #fff;
    text-align: center;
    margin-bottom: 50px;
}
  .site-footer .about-widget .contact-info {
    margin-top: 10px;
  }
}

.site-footer .about-widget .footer-logo:before {
  display: none;
}

.site-footer .about-widget ul li {
  position: relative;
  padding-left: 38px;
  line-height: 1.78em;
}

.site-footer .about-widget ul > li + li {
  margin-top: 5px;
}

.site-footer .about-widget ul li i {
  color: #fdd415;
  position: absolute;
  left: 0;
  top: 3px;
}

@media (max-width: 767px) {
  .site-footer .about-widget img {
    max-width: 160px;
	margin-left:100px;
  }
  .twitter-feed-widget {
	  margin-left:100px;
  }
}

.site-footer .links-widget {
  overflow: hidden;
}

.site-footer .links-widget ul li {
  position: relative;
  padding-left: 20px;
}

.site-footer .links-widget ul li:before {
  font-family: "FontAwesome";
  content: "\f105";
  color: #fdd415;
  position: absolute;
  left: 0;
  top: -1px;
}

.site-footer .links-widget ul li + li {
  margin-top: 25px;
}

@media (max-width: 767px) {
  .site-footer .links-widget ul li + li {
    margin-top: 10px;
  }
}

.site-footer .support-widget {
  overflow: hidden;
}

@media screen and (min-width: 1200px) {
  .site-footer .support-widget {
    padding-right: 15px;
  }
}

.site-footer .support-widget ul li + li {
  margin-top: 15px;
}

@media (max-width: 767px) {
  .site-footer .support-widget ul li + li {
    margin-top: 10px;
  }
  .site-footer .copyright-info {
    text-align: center !important;
  }
}

.site-footer .twitter-feed-widget ul li + li {
  padding-top: 14px;
  margin-top: 14px;
  border-top: 1px solid #013466;
}

.site-footer .twitter-feed-widget i {
  color: #fdd415;
  display: inline-block;
  padding-right: 5px;
}

.site-footer .twitter-feed-widget a {
  color: #fdd415;
}

.site-footer .copyright-info {
  background-color: #00152a;
  padding: 7px 0;
}

@media (max-width: 600px) {
  .site-footer .copyright-info {
    text-align: center !important;
  }
 
}

.site-footer .copyright-info p {
  margin: 0;
      text-align: right;
	      font-size: 12px;
}


@media (max-width: 600px) {
  .site-footer .copyright-info .col {
    width: 100%;
  }
}

.site-footer .copyright-info .footer-social {
  float: left;
}

@media (max-width: 600px) {
  .site-footer .copyright-info .footer-social {
    float: none;
    margin-top: 5px;
  }
}

.site-footer .copyright-info .footer-social span {
  color: #7f97ad;
  display: inline-block;
  padding-right: 5px;
}

@media (max-width: 600px) {
  .site-footer .copyright-info .footer-social span {
    display: none;
  }
}

.site-footer .copyright-info .social-links {
  list-style: none;
  float: right;
  overflow: hidden;
}

@media (max-width: 600px) {
  .site-footer .copyright-info .social-links {
    float: none;
    display: inline-block;
  }
}

.site-footer .copyright-info .social-links li {
  float: left;
}

.site-footer .copyright-info .social-links > li + li {
  margin-left: 8px;
}

.site-footer .copyright-info .social-links a {
  font-size: 11px;
  font-size: cacl-rem-value(18);
  color: #fff;
}

.site-footer .copyright-info .social-links a:hover {
  color: #fdd415;
}

.sticky-header {
  width: 100%;
  position: fixed !important;
  left: 0;
  top: -200px;
  z-index: 9999 !important;
  opacity: 0;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  transition: all 0.7s;
}

.sticky-on {
  opacity: 1;
  top: 0;
  z-index: 9999;
}

.header-style-2 .sticky-header, .header-style-3 .sticky-header, .header-style-4 .sticky-header, .header-style-5 .sticky-header, .header-style-6 .sticky-header {
  background-color: #012f5c;
}

@media screen and (min-width: 992px) {
  .header-style-2 .sticky-header, .header-style-3 .sticky-header, .header-style-4 .sticky-header, .header-style-5 .sticky-header, .header-style-6 .sticky-header {
    bottom: auto;
    top: 0;
  }
}
.header {
    margin: 0 auto;
    top: 0;
    width: 100%;
    z-index: 999;
	    margin-bottom: -22px;p9e
}

.header-style-5 .sticky-header, .header-style-6 .sticky-header {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
}

.header-style-6 .sticky-header {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
}

@media screen and (min-width: 992px) {
  .header-style-6 .sticky-header {
    bottom: auto;
    top: 0;
  }
}


/**** style for box layout ***/
@media screen and (min-width: 1200px) {
  .box-layout .sticky-header {
    width: 1250px !important;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}





@media screen and (min-width: 992px) {
  .rs-search-courses .sticky-header2 {
    bottom: auto;
    top: 0;
  }
}




.sticky-header2 {
  width: 100%;
  position: fixed !important;
  left: 0;
  top: -200px;
  z-index: 9999 !important;
  opacity: 0;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  transition: all 0.7s;
}

.sticky-on2 {
  opacity: 1;
  top: 0;
  z-index: 9999;
}

/**** style for box layout ***/
@media screen and (min-width: 1200px) {
  .box-layout .sticky-header2 {
    width: 1250px !important;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}





.rs-search-courses .sticky-header {
  background-color: #131d33;
}

@media screen and (min-width: 992px) {
 .rs-search-courses .sticky-header {
    bottom: auto;
    top: 0;
  }
}

.rs-search-courses .sticky-header { 
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
}

.rs-search-courses .sticky-header {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
}


/*--------------------------------------------------------------
#0.6	services-section
--------------------------------------------------------------*/
.services-section {
  padding-bottom: 2px;
}

.services-section .service-grids {
  overflow: hidden;
  margin: 0 -15px;
}

.services-section .service-grids .grid {
  width: 100%;
  float: left;
 padding: 10px 15px 13px;
    border: 1px solid #e8e8e8;
}

@media (max-width: 991px) {
  .services-section .service-grids .grid {
    width: 100%;
  }
}

@media (max-width: 550px) {
  .services-section .service-grids .grid {
    width: 100%;
  }
}

/*--------------------------------------------------------------
#0.7	cta
--------------------------------------------------------------*/
.cta {
  background: url("../images/cta-bg.jpg") center center/cover no-repeat fixed;
  text-align: center;
  padding: 60px 0;
  position: relative;
}

@media (max-width: 767px) {
  .cta {
    padding: 50px 0;
  }
}

.cta:before {
  content: "";
  background-color: rgba(1, 47, 92, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.cta .container {
  position: relative;
}

.cta h2 {
  font-size: 30px;
  font-size: 2rem;
  color: #fff;
  margin: 0;
}

@media (max-width: 991px) {
  .cta h2 {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

@media (max-width: 767px) {
  .cta h2 {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

.cta h2 span {
  color: #fdd415;
}

/*--------------------------------------------------------------
#0.8	services-section-s2
--------------------------------------------------------------*/
.services-section-s2 img, .services-section-s3 img {
  position: relative;
}

.services-section-s2 .services-phone, .services-section-s3 .services-phone {
  max-width: 250px;
  position: relative;
}

@media (max-width: 991px) {
  .services-section-s2 .services-phone, .services-section-s3 .services-phone {
    display: none;
  }
}

.services-section-s2 .phone-bg, .services-section-s3 .phone-bg {
  background: url("../images/services-phone-bg.jpg") center center/cover no-repeat local;
  width: 96%;
  height: 96%;
  position: absolute;
  left: 5px;
  top: 10px;
  border-radius: 25px;
}

.services-section-s2 .phone-bg:before, .services-section-s3 .phone-bg:before {
  content: "";
  background-color: rgba(1, 47, 92, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0%;
  top: 0%;
  border-radius: 25px;
}

.services-section-s2 .phone-inner, .services-section-s3 .phone-inner {
  width: 165px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.services-section-s2 .phone-inner h3, .services-section-s3 .phone-inner h3 {
  font-size: 24px;
  font-size: 1.6rem;
  color: #fff;
  margin: 0 0 0.33em;
}

.services-section-s2 .phone-inner h3 span, .services-section-s3 .phone-inner h3 span {
  color: #fdd415;
}

.services-section-s2 .phone-inner p, .services-section-s3 .phone-inner p {
  color: #fff;
  font-style: italic;
  line-height: 1.29em;
  margin-bottom: 2em;
}

.services-section-s2 .phone-inner .theme-btn-s2, .services-section-s3 .phone-inner .theme-btn-s2 {
  font-size: 14px;
  font-size: 0.93333rem;
  padding: 7px 10px;
}

.services-section-s2 .phone-inner .theme-btn-s2:after, .services-section-s3 .phone-inner .theme-btn-s2:after {
  display: none;
}

.services-section-s2 .phone-inner .theme-btn-s2:hover, .services-section-s3 .phone-inner .theme-btn-s2:hover {
  background-color: #ddb602;
}

.services-section-s2 .services-s2-grids, .services-section-s3 .services-s2-grids {
  overflow: hidden;
  margin: 30px -25px 0;
}

@media (max-width: 1199px) {
  .services-section-s2 .services-s2-grids, .services-section-s3 .services-s2-grids {
    margin: 15px -25px 0;
  }
}

@media (max-width: 1199px) and (max-width: 767px) {
  .services-section-s2 .services-s2-grids, .services-section-s3 .services-s2-grids {
    margin: 0 -15px;
  }
}

.services-section-s2 .services-s2-grids .grid, .services-section-s3 .services-s2-grids .grid {
  width: 50%;
  float: left;
  padding: 0 25px 80px;
}

@media (max-width: 767px) {
  .services-section-s2 .services-s2-grids .grid, .services-section-s3 .services-s2-grids .grid {
    width: 100%;
    float: none;
    padding: 0 15px 50px;
  }
}

.services-section-s2 .services-s2-grids > .grid:nth-child(5), .services-section-s3 .services-s2-grids > .grid:nth-child(5),
.services-section-s2 .services-s2-grids > .grid:nth-child(6), .services-section-s3 .services-s2-grids > .grid:nth-child(6) {
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .services-section-s2 .services-s2-grids > .grid:nth-child(5), .services-section-s3 .services-s2-grids > .grid:nth-child(5) {
    padding-bottom: 50px;
  }
}

/*--------------------------------------------------------------
#0.9	about-section
--------------------------------------------------------------*/
.about-section, .about-section-s3, .about-section-s4, .about-section-s5, .about-section-with-bg {
  background-color: #f5f5f5;
}

.about-section .about-details, .about-section-s3 .about-details, .about-section-s4 .about-details, .about-section-s5 .about-details, .about-section-with-bg .about-details {
  padding-right: 30px;
}

.about-section .about-details p, .about-section-s3 .about-details p, .about-section-s4 .about-details p, .about-section-s5 .about-details p, .about-section-with-bg .about-details p {
  color: #4a4a4a;
  margin-bottom: 2em;
}

.about-section .skills > .skill + .skill, .about-section-s3 .skills > .skill + .skill, .about-section-s4 .skills > .skill + .skill, .about-section-s5 .skills > .skill + .skill, .about-section-with-bg .skills > .skill + .skill {
  margin-top: 40px;
}

@media (max-width: 991px) {
  .about-section .skills > .skill + .skill, .about-section-s3 .skills > .skill + .skill, .about-section-s4 .skills > .skill + .skill, .about-section-s5 .skills > .skill + .skill, .about-section-with-bg .skills > .skill + .skill {
    margin-top: 25px;
  }
}

.about-section .skill h6, .about-section-s3 .skill h6, .about-section-s4 .skill h6, .about-section-s5 .skill h6, .about-section-with-bg .skill h6 {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0 0 0.56em;
}

@media (max-width: 991px) {
  .about-section .skill h6, .about-section-s3 .skill h6, .about-section-s4 .skill h6, .about-section-s5 .skill h6, .about-section-with-bg .skill h6 {
    font-size: 15px;
    font-size: 1rem;
  }
}

.about-section .progress, .about-section-s3 .progress, .about-section-s4 .progress, .about-section-s5 .progress, .about-section-with-bg .progress {
  background-color: transparent;
  height: 5px;
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: visible;
}

.about-section .progress-bar, .about-section-s3 .progress-bar, .about-section-s4 .progress-bar, .about-section-s5 .progress-bar, .about-section-with-bg .progress-bar {
  background-color: #012f5c;
  position: relative;
}

.about-section .progress-bar span, .about-section-s3 .progress-bar span, .about-section-s4 .progress-bar span, .about-section-s5 .progress-bar span, .about-section-with-bg .progress-bar span {
  font-family: "Poppins", sans-serif;
  background-color: #fdd415;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #012f5c;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

@media (max-width: 991px) {
  .about-section .progress-bar span, .about-section-s3 .progress-bar span, .about-section-s4 .progress-bar span, .about-section-s5 .progress-bar span, .about-section-with-bg .progress-bar span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.about-section .about-chart, .about-section-s3 .about-chart, .about-section-s4 .about-chart, .about-section-s5 .about-chart, .about-section-with-bg .about-chart {
  -webkit-box-shadow: 0 0 10px #e6e6e6;
  box-shadow: 0 0 10px #e6e6e6;
}

@media (max-width: 991px) {
  .about-section .about-chart, .about-section-s3 .about-chart, .about-section-s4 .about-chart, .about-section-s5 .about-chart, .about-section-with-bg .about-chart {
    display: none;
  }
}

/*--------------------------------------------------------------
#1.0	projects-section
--------------------------------------------------------------*/
.projects-section ul, .projects-section-s2 ul, .project-section-s3-3grid ul {
  list-style: none;
}

.projects-section .projects-list, .projects-section-s2 .projects-list, .project-section-s3-3grid .projects-list {
  text-align: center;
  margin-bottom: 40px;
}

.projects-section .projects-list li, .projects-section-s2 .projects-list li, .project-section-s3-3grid .projects-list li {
  display: inline-block;
}

@media (max-width: 767px) {
  .projects-section .projects-list li, .projects-section-s2 .projects-list li, .project-section-s3-3grid .projects-list li {
    display: block;
  }
}

.projects-section .projects-list li a, .projects-section-s2 .projects-list li a, .project-section-s3-3grid .projects-list li a {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-size: 1.06667rem;
  color: #012f5c;
  padding: 8px 12px;
  border-radius: 5px;
  display: block;
  position: relative;
}

@media (max-width: 991px) {
  .projects-section .projects-list li a, .projects-section-s2 .projects-list li a, .project-section-s3-3grid .projects-list li a {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

@media (max-width: 767px) {
  .projects-section .projects-list li a, .projects-section-s2 .projects-list li a, .project-section-s3-3grid .projects-list li a {
    display: block;
  }
}

.projects-section .projects-list li a:after, .projects-section-s2 .projects-list li a:after, .project-section-s3-3grid .projects-list li a:after {
  content: "";
  border: 5px solid transparent;
  border-top: 5px solid #fdd415;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
}

.projects-section .projects-list li a.current, .projects-section-s2 .projects-list li a.current, .project-section-s3-3grid .projects-list li a.current {
  background-color: #fdd415;
}

.projects-section .projects-list li a.current:after, .projects-section-s2 .projects-list li a.current:after, .project-section-s3-3grid .projects-list li a.current:after {
  display: block;
}

.projects-section .projects-grid, .projects-section-s2 .projects-grid, .project-section-s3-3grid .projects-grid {
  overflow: hidden;
  margin: 0 -5px;
}

.projects-section .projects-grid .grid, .projects-section-s2 .projects-grid .grid, .project-section-s3-3grid .projects-grid .grid {
  width: 25%;
  float: left;
  padding: 0 5px 10px;
}

@media (max-width: 1199px) {
  .projects-section .projects-grid .grid, .projects-section-s2 .projects-grid .grid, .project-section-s3-3grid .projects-grid .grid {
    width: 33.33%;
  }
}

@media (max-width: 991px) {
  .projects-section .projects-grid .grid, .projects-section-s2 .projects-grid .grid, .project-section-s3-3grid .projects-grid .grid {
    width: 50%;
  }
}

@media (max-width: 550px) {
  .projects-section .projects-grid .grid, .projects-section-s2 .projects-grid .grid, .project-section-s3-3grid .projects-grid .grid {
    width: 100%;
    float: none;
  }
}

.projects-section .all-projects, .projects-section-s2 .all-projects, .project-section-s3-3grid .all-projects {
  text-align: center;
  margin-top: 50px;
}

/*--------------------------------------------------------------
#1.1	partners-section
--------------------------------------------------------------*/
.partners-section {
  /*background-color: #f5f5f5;*/
  background-color: #fff;
  padding: 40px 0;
  text-align: center;
}

.partners-section img {
  max-width: 100%;
  display: inline-block;
}

/*--------------------------------------------------------------
#1.2	testimonials-section
--------------------------------------------------------------*/
.testimonials-section .grid, .testimonials-pg-content .grid {
  overflow: hidden;
}

.testimonials-section .client-pic, .testimonials-pg-content .client-pic {
  width: 36%;
  float: left;
}

@media (max-width: 991px) {
  .testimonials-section .client-pic, .testimonials-pg-content .client-pic {
    width: 100%;
    float: none;
  }
}

.testimonials-section .grid .details, .testimonials-pg-content .grid .details {
  width: 64%;
  float: left;
  padding: 0 30px 10px;
  position: relative;
}

@media (max-width: 991px) {
  .testimonials-section .grid .details, .testimonials-pg-content .grid .details {
    width: 100%;
    float: none;
    padding: 20px 10px 20px 0;
  }
}

.testimonials-section .grid .details:after, .testimonials-pg-content .grid .details:after {
  content: "";
  background-color: #fdd415;
  width: 30px;
  height: 4px;
  border-radius: 5px;
  position: absolute;
  left: 30px;
  bottom: 0;
}

@media (max-width: 991px) {
  .testimonials-section .grid .details:after, .testimonials-pg-content .grid .details:after {
    left: 0;
  }
}

.testimonials-section .client-pic img, .testimonials-pg-content .client-pic img {
  width: auto;
}

.testimonials-section .details h4, .testimonials-pg-content .details h4 {
  font-size: 22px;
  font-size: 1.46667rem;
  margin: 0 0 0.12em;
}

@media (max-width: 991px) {
  .testimonials-section .details h4, .testimonials-pg-content .details h4 {
    font-size: 18px;
    font-size: 1.2rem;
  }
}

.testimonials-section .client-post, .testimonials-pg-content .client-post {
  color: #999999;
  display: block;
  margin-bottom: 10px;
}

.testimonials-section .details p, .testimonials-pg-content .details p {
  color: #666;
}

.testimonials-section .owl-controls, .testimonials-pg-content .owl-controls {
  margin-top: 30px;
}

@media screen and (min-width: 1200px) {
  .testimonials-section .owl-controls, .testimonials-pg-content .owl-controls {
    width: 100%;
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.testimonials-section .owl-controls .owl-nav .owl-prev, .testimonials-pg-content .owl-controls .owl-nav .owl-prev,
.testimonials-section .owl-controls .owl-nav .owl-next, .testimonials-pg-content .owl-controls .owl-nav .owl-next {
  background-color: transparent;
  color: #dc0005;
  font-size: 24px;
  font-size: 1.6rem;
}

@media screen and (min-width: 1200px) {
  .testimonials-section .owl-controls .owl-nav .owl-prev, .testimonials-pg-content .owl-controls .owl-nav .owl-prev,
  .testimonials-section .owl-controls .owl-nav .owl-next, .testimonials-pg-content .owl-controls .owl-nav .owl-next {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media (max-width: 991px) {
  .testimonials-section .owl-controls .owl-nav .owl-prev, .testimonials-pg-content .owl-controls .owl-nav .owl-prev,
  .testimonials-section .owl-controls .owl-nav .owl-next, .testimonials-pg-content .owl-controls .owl-nav .owl-next {
    font-size: 18px;
    font-size: 1.2rem;
  }
}

.testimonials-section .owl-controls .owl-nav .owl-prev:hover, .testimonials-pg-content .owl-controls .owl-nav .owl-prev:hover,
.testimonials-section .owl-controls .owl-nav .owl-next:hover, .testimonials-pg-content .owl-controls .owl-nav .owl-next:hover {
  background-color: transparent;
  color: #fdd415;
}

.testimonials-section .owl-controls .owl-nav .owl-prev, .testimonials-pg-content .owl-controls .owl-nav .owl-prev {
  left: -25px;
}

.testimonials-section .owl-controls .owl-nav .owl-next, .testimonials-pg-content .owl-controls .owl-nav .owl-next {
  right: -31px;
}

/*--------------------------------------------------------------
#1.3	newsletter-section
--------------------------------------------------------------*/
.newsletter-section {
  background: url("../images/newsletter-bg.jpg") center center/cover no-repeat fixed;
  padding: 110px 0;
  position: relative;
}

@media (max-width: 991px) {
  .newsletter-section {
    padding: 70px 0;
  }
}

@media (max-width: 767px) {
  .newsletter-section {
    padding: 60px 0;
  }
}

.newsletter-section:before {
  content: "";
  background-color: rgba(1, 47, 92, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.newsletter-section .container {
  position: relative;
}

.newsletter-section h2 {
  font-size: 42px;
  font-size: 2.8rem;
  line-height: 1.2em;
  color: #fff;
  margin: 0 0 0.88em;
}

@media (max-width: 1199px) {
  .newsletter-section h2 {
    font-size: 36px;
    font-size: 2.4rem;
  }
}

@media (max-width: 991px) {
  .newsletter-section h2 {
    font-size: 30px;
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .newsletter-section h2 {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

.newsletter-section h2 span {
  color: #fdd415;
}

.newsletter-section form div {
  position: relative;
}

.newsletter-section form div input {
  background-color: transparent;
  font-size: 16px;
  font-size: 1.06667rem;
  height: 46px;
  border: 2px solid #fff;
  color: #fff;
  padding: 6px 15px;
  border-radius: 40px;
}

@media (max-width: 991px) {
  .newsletter-section form div input {
    height: 40px;
  }
}

@media (max-width: 767px) {
  .newsletter-section form div input {
    height: 37px;
    border: 1px solid #fff;
  }
}

.newsletter-section form div button {
  font-family: "Poppins", sans-serif;
  background-color: #fdd415;
  width: 205px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #012f5c;
  border: 0;
  border-radius: 40px;
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 1199px) {
  .newsletter-section form div button {
    width: 185px;
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

@media (max-width: 991px) {
  .newsletter-section form div button {
    width: 145px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

@media (max-width: 767px) {
  .newsletter-section form div button {
    width: 115px;
    height: 37px;
    line-height: 37px;
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.newsletter-section .newsletter-man {
  position: absolute;
  right: 0;
  bottom: -110px;
}

@media (max-width: 991px) {
  .newsletter-section .newsletter-man {
    display: none;
  }
}

/*--------------------------------------------------------------
#1.4	blog-section 
--------------------------------------------------------------*/
@media (max-width: 991px) {
  .blog-section {
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .blog-section {
    padding-bottom: 40px;
  }
}

@media (max-width: 991px) {
  .blog-section .news-grids > .col {
    margin-bottom: 30px;
  }
}

@media (max-width: 600px) {
  .blog-section .news-grids > .col {
    width: 100%;
  }
}

/*--------------------------------------------------------------
#1.5	contact-section 
--------------------------------------------------------------*/
.contact-section, .contact-pg-content {
  background: url("../images/newsletter-bg.jpg") center center/cover no-repeat fixed;
  position: relative;
}

.contact-section:before, .contact-pg-content:before {
  content: "";
  background-color: rgba(1, 47, 92, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.contact-section .container, .contact-pg-content .container {
  position: relative;
}

.contact-section form .col, .contact-pg-content form .col {
  margin-bottom: 15px;
}

.contact-section form label, .contact-pg-content form label {
  color: #fff;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .contact-section form label, .contact-pg-content form label {
    font-size: 12px;
    font-size: 0.8rem;
  }
}

.contact-section form input, .contact-pg-content form input,
.contact-section form select, .contact-pg-content form select {
  background-color: #fff;
  height: 38px;
  border-radius: 5px;
  border: 0;
}

.contact-section form button, .contact-pg-content form button {
  font-family: "Poppins", sans-serif;
  background-color: #fdd415;
  width: 100%;
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: 600;
  color: #012f5c;
  border: 0;
  border-radius: 5px;
  outline: 0;
}

@media (max-width: 991px) {
  .contact-section form button, .contact-pg-content form button {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.contact-section form button:hover, .contact-pg-content form button:hover {
  background-color: #ddb602;
}

.contact-section form .submit-btn, .contact-pg-content form .submit-btn {
  margin: 30px 0 0;
}

@media (max-width: 767px) {
  .contact-section form .submit-btn, .contact-pg-content form .submit-btn {
    margin: 15px 0 0;
  }
}

.contact-section .contact-location-map, .contact-pg-content .contact-location-map {
  height: 380px;
  border-radius: 5px;
}

@media (max-width: 991px) {
  .contact-section .contact-location-map, .contact-pg-content .contact-location-map {
    margin-bottom: 60px;
  }
}

/*--------------------------------------------------------------
	#home style 2
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#2.0	services-section-s2
--------------------------------------------------------------*/
.services-section-s2 .owl-controls, .services-section-s3 .owl-controls {
  margin-top: 50px;
}

.services-section-s2 .owl-dots .owl-dot.active span, .services-section-s3 .owl-dots .owl-dot.active span,
.services-section-s2 .owl-dots .owl-dot:hover span, .services-section-s3 .owl-dots .owl-dot:hover span {
  background-color: #012f5c;
}

/*--------------------------------------------------------------
#2.1	fun-fact
--------------------------------------------------------------*/
.fun-fact {
  background: url("../images/fun-fact-bg.jpg") center center/cover no-repeat fixed;
  padding: 38px 0 20px;
  position: relative;
}

@media (max-width: 991px) {
  .fun-fact {
    padding: 85px 0 25px;
  }
}

@media (max-width: 767px) {
  .fun-fact {
    padding: 70px 0 5px;
  }
}

@media (max-width: 500px) {
  .fun-fact {
    padding: 50px 0 10px;
  }
}

.fun-fact:before {
  content: "";
 /* background-color: rgba(1, 47, 92, 0.9);*/
 background-color: rgba(19, 29, 51, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 991px) {
  .fun-fact .row > .col {
    margin-bottom: 60px;
  }
}

@media (max-width: 500px) {
  .fun-fact .row > .col {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
}

.fun-fact .grid {
  position: relative;
  padding-left: 16px;
  text-align: left;
      background: #fff;
}

@media (max-width: 1199px) {
  .fun-fact .grid {
    padding-left: 100px;
  }
}

@media (max-width: 767px) {
  .fun-fact .grid {
    padding-left: 80px;
  }
}

@media (max-width: 500px) {
  .fun-fact .grid {
    display: inline-block;
  }
}

.fun-fact .icon {
  background-color: #fdd415;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: -12px;
}

@media (max-width: 1199px) {
  .fun-fact .icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
}

@media (max-width: 767px) {
  .fun-fact .icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    top: 0;
  }
}

.fun-fact .icon .fi:before {
  font-size: 52px;
  font-size: 3.46667rem;
  color: #012f5c;
}

@media (max-width: 1199px) {
  .fun-fact .icon .fi:before {
    font-size: 35px;
    font-size: 2.33333rem;
  }
}

.fun-fact h3 {
  /*font-size: 48px;*/
  font-size: 20px;
  color: #fff;
  margin: 0;
  /*position: absolute;*/
  padding-bottom: 1.0em;
}



.fun-fact .section-title-s5 h3:after {
    content: "";
    background-color: #fdd415;
    width: 30px;
    height: 5px;
    border-radius: 5px;
    position: absolute;
    left: 14%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
	margin-bottom:10px;
}



@media (max-width: 1199px) {
  .fun-fact h3 {
    font-size: 35px;
    font-size: 2.33333rem;
  }
}

@media (max-width: 767px) {
  .fun-fact h3 {
    font-size: 30px;
    font-size: 2rem;
  }
}

.fun-fact span {
  font-size: 18px;
  font-size: 1.2rem;
  color: #fff;
}

@media (max-width: 1199px) {
  .fun-fact span {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

@media (max-width: 767px) {
  .fun-fact span {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}










.h-blue {
	color:#012f5c;
}





.fun-fact3 {
  /*background: url("../images/fun-fact-bg.jpg") center center/cover no-repeat fixed;*/
  padding: 38px 0 20px;
  position: relative;
}

@media (max-width: 991px) {
  .fun-fact3 {
    padding: 85px 0 25px;
  }
}

@media (max-width: 767px) {
  .fun-fact3 {
    padding: 70px 0 5px;
  }
}

@media (max-width: 500px) {
  .fun-fact3 {
    padding: 50px 0 10px;
  }
}

.fun-fact3:before {
  content: "";
 /* background-color: rgba(1, 47, 92, 0.9);*/
 /*background-color: rgba(19, 29, 51, 0.9);*/
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 991px) {
  .fun-fact3 .row > .col {
    margin-bottom: 60px;
  }
}

@media (max-width: 500px) {
  .fun-fact .row > .col {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
}

.fun-fact3 .grid {
  position: relative;
  padding-left: 16px;
  text-align: left;
      background: #fff;
}

@media (max-width: 1199px) {
  .fun-fact .grid {
    padding-left: 100px;
  }
}

@media (max-width: 767px) {
  .fun-fact3 .grid {
    padding-left: 0px;
  }
}

@media (max-width: 500px) {
  .fun-fact3 .grid {
    display: inline-block;
  }
}

.fun-fact3 .icon {
  background-color: #fdd415;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: -12px;
}

@media (max-width: 1199px) {
  .fun-fact3 .icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
}

@media (max-width: 767px) {
  .fun-fact3 .icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    top: 0;
  }
}

.fun-fact3 .icon .fi:before {
  font-size: 52px;
  font-size: 3.46667rem;
  color: #012f5c;
}

@media (max-width: 1199px) {
  .fun-fact3 .icon .fi:before {
    font-size: 35px;
    font-size: 2.33333rem;
  }
}

.fun-fact3 h3 {
 /* font-size: 48px;*/
  font-size: 20px;
  color: #012f5c;
  margin: 0;
  position: relative;
padding-bottom: 1.0em;
}



.fun-fact3 .section-title-s5 h3:after {
    content: "";
    background-color: #fdd415;
    width: 30px;
    height: 5px;
    border-radius: 5px;
    position: absolute;
    left: 5%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
	margin-bottom:10px;
}



@media (max-width: 1199px) {
  .fun-fact3 h3 {
    font-size: 35px;
    font-size: 2.33333rem;
  }
}

@media (max-width: 767px) {
  .fun-fact3 h3 {
    font-size: 25px;
    /*font-size: 2rem;*/
  }
}

.fun-fact3 span {
  font-size: 18px;
  font-size: 1.2rem;
  color: #fff;
}

@media (max-width: 1199px) {
  .fun-fact3 span {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

@media (max-width: 767px) {
  .fun-fact3 span {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}










































.fun-fact2 {
 /* background: url("../images/fun-fact-bg.jpg") center center/cover no-repeat fixed;
  padding: 38px 0 20px;
  position: relative;*/
}

@media (max-width: 991px) {
  .fun-fact2 {
    padding: 85px 0 25px;
  }
}

@media (max-width: 767px) {
  .fun-fact2 {
    padding: 70px 0 5px;
  }
}

@media (max-width: 500px) {
  .fun-fact2 {
    padding: 50px 0 10px;
  }
}

/*.fun-fact:before {
  content: "";
 
 background-color: rgba(19, 29, 51, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}*/

@media (max-width: 991px) {
  .fun-fact2 .row > .col {
    margin-bottom: 60px;
  }
}

@media (max-width: 500px) {
  .fun-fact2 .row > .col {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
}

.fun-fact2 .grid {
  position: relative;
  padding-left: 16px;
  text-align: left;
      background: #fff;
}

@media (max-width: 1199px) {
  .fun-fact2 .grid {
    padding-left: 100px;
  }
}

@media (max-width: 767px) {
  .fun-fact2 .grid {
    padding-left: 80px;
  }
}

@media (max-width: 500px) {
  .fun-fact2 .grid {
    display: inline-block;
  }
}

.fun-fact2 .icon {
  background-color: #fdd415;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: -12px;
}

@media (max-width: 1199px) {
  .fun-fact2 .icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
}

@media (max-width: 767px) {
  .fun-fact2 .icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    top: 0;
  }
}

.fun-fact2 .icon .fi:before {
  font-size: 52px;
  font-size: 3.46667rem;
  color: #012f5c;
}

@media (max-width: 1199px) {
  .fun-fact2 .icon .fi:before {
    font-size: 35px;
    font-size: 2.33333rem;
  }
}

.fun-fact2 h3 {
 /* font-size: 48px;*/
  font-size: 20px;
  color:#012f5c;
  margin: 0;
  position: absolute;
padding-bottom: 1.0em;
}



.fun-fact2 .section-title-s5 h3:after {
    content: "";
    background-color: #fdd415;
    width: 30px;
    height: 5px;
    border-radius: 5px;
    position: absolute;
    left: 14%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
	margin-bottom:10px;
}



@media (max-width: 1199px) {
  .fun-fact2 h3 {
    font-size: 35px;
    font-size: 2.33333rem;
  }
}

@media (max-width: 767px) {
  .fun-fact2 h3 {
    font-size: 25px;
    /*font-size: 2rem;*/
  }
}

.fun-fact2 span {
  font-size: 18px;
  font-size: 1.2rem;
  color: #fff;
}

@media (max-width: 1199px) {
  .fun-fact2 span {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

@media (max-width: 767px) {
  .fun-fact2 span {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

/*--------------------------------------------------------------
#2.2	about-section-s2 
--------------------------------------------------------------*/
.about-section-s2 .video {
  position: relative;
}

.about-section-s2 .video:before {
  content: "";
  background-color: rgba(1, 47, 92, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.about-section-s2 .video-btn {
  background-color: #fff;
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 18px;
  font-size: 1.2rem;
  color: #fdd415;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 1199px) {
  .about-section-s2 .video-btn {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
}

@media (max-width: 767px) {
  .about-section-s2 .video-btn {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
}

.about-section-s2 .about-text h3 {
  font-size: 30px;
  font-size: 2rem;
  margin: 1.6em 0 0.8em;
  padding-bottom: 0.4em;
  position: relative;
}

@media (max-width: 1199px) {
  .about-section-s2 .about-text h3 {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

@media (max-width: 991px) {
  .about-section-s2 .about-text h3 {
    font-size: 22px;
    font-size: 1.46667rem;
    margin: 0 0 0.8em;
  }
}

@media (max-width: 767px) {
  .about-section-s2 .about-text h3 {
    font-size: 20px;
    font-size: 1.33333rem;
    margin: 1.6em 0 0.8em;
  }
}

.about-section-s2 .about-text h3:after {
  content: "";
  background-color: #fdd415;
  width: 40px;
  height: 5px;
  border-radius: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media (max-width: 767px) {
  .about-section-s2 .about-text h3:after {
    width: 30px;
    height: 3px;
  }
}

.about-section-s2 .about-text p {
  color: #666;
  margin-bottom: 2em;
}

.about-section-s2 .container > .row:first-child {
  margin-bottom: 70px;
}

@media (max-width: 767px) {
  .about-section-s2 .container > .row:first-child {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .about-section-s2 .container > .row:first-child .about-text {
    padding-right: 150px;
  }
}

@media screen and (min-width: 1200px) {
  .about-section-s2 .container > .row:last-child .about-text {
    padding-right: 100px;
  }
}

@media (max-width: 767px) {
  .about-section-s2 .container > .row:last-child .about-text {
    margin-bottom: 45px;
  }
}

/*--------------------------------------------------------------
	#home style 3
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#3.0	services-section-s3
--------------------------------------------------------------*/
.services-section-s3 {
  padding-bottom: 10px;
}

@media (max-width: 991px) {
  .services-section-s3 {
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .services-section-s3 {
    padding-bottom: 20px;
  }
}

@media (max-width: 600px) {
  .services-section-s3 {
    padding-bottom: 30px;
  }
}

.services-section-s3 .services-s2-grids {
  margin: 0 -15px;
}

.services-section-s3 .services-s2-grids .grid {
  width: 33.33%;
  float: left;
  padding: 0 15px 70px;
}

@media (max-width: 991px) {
  .services-section-s3 .services-s2-grids .grid {
    width: 50%;
    padding: 0 15px 50px;
  }
}

@media (max-width: 600px) {
  .services-section-s3 .services-s2-grids .grid {
    width: 100%;
    float: none;
    padding: 0 15px 40px;
  }
}

/*--------------------------------------------------------------
#3.1	about-section-s3
--------------------------------------------------------------*/
.about-section-s3 .about-chart, .about-section-s4 .about-chart, .about-section-s5 .about-chart {
  margin-top: -100px;
}

.about-section-s3 .about-details p:last-child, .about-section-s4 .about-details p:last-child, .about-section-s5 .about-details p:last-child {
  margin-bottom: 0;
}

.about-section-s4 .about-img, .about-section-s5 .about-img {
  margin-top: -66px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px #b3b3b3;
  box-shadow: 0 0 10px #b3b3b3;
}

@media (max-width: 1199px) {
  .about-section-s4 .about-img, .about-section-s5 .about-img {
    margin-top: 0;
  }
}

@media (max-width: 991px) {
  .about-section-s4 .about-img, .about-section-s5 .about-img {
    margin-top: 40px;
  }
}

.about-section-s4 .about-img img, .about-section-s5 .about-img img {
  width: 100%;
}

/*--------------------------------------------------------------
#3.2	projects-section-s2
--------------------------------------------------------------*/
.projects-section-s2 .section-title-s5 {
  margin-top: 50px;
}

@media (max-width: 1199px) {
  .projects-section-s2 .section-title-s5 {
    margin-top: 0;
  }
}

@media (max-width: 991px) {
  .projects-section-s2 .section-title-s5 {
    margin-top: 50px;
  }
}

.projects-section-s2 .projects-grid .grid {
  width: 50%;
}

@media (max-width: 550px) {
  .projects-section-s2 .projects-grid .grid {
    width: 100%;
  }
}

.projects-section-s2 .skill-progress-bar {
  margin: 40px 0 75px;
}

@media (max-width: 991px) {
  .projects-section-s2 .skill-progress-bar {
    margin: 40px 0 55px;
  }
}

.projects-section-s2 .more-work {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #012f5c;
  padding-bottom: 3px;
  display: inline-block;
  position: relative;
}

@media (max-width: 767px) {
  .projects-section-s2 .more-work {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

.projects-section-s2 .more-work i {
  color: #fdd415;
}

.projects-section-s2 .more-work:after {
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #012f5c;
  position: absolute;
  left: 0;
  bottom: 0;
}

/*--------------------------------------------------------------
#3.3	team-section
--------------------------------------------------------------*/
.team-section, .team-pg-section {
  padding-bottom: 50px;
}

.team-section .section-title-s5, .team-pg-section .section-title-s5 {
  border: 2px solid #012f5c;
  padding: 50px 30px;
}

@media screen and (min-width: 1200px) {
  .team-section .section-title-s5, .team-pg-section .section-title-s5 {
    margin-top: 110px;
  }
}

@media (max-width: 991px) {
  .team-section .section-title-s5, .team-pg-section .section-title-s5 {
    padding: 30px 25px;
  }
}

.team-section .section-title-s5 h2, .team-pg-section .section-title-s5 h2 {
  margin-bottom: 0.7em;
}

.team-section .section-title-s5 p, .team-pg-section .section-title-s5 p {
  margin-bottom: 2em;
}

.team-section .team-grids, .team-pg-section .team-grids {
  margin: 0 -15px;
}

.team-section .team-grids .grid, .team-pg-section .team-grids .grid {
  width: 33.33%;
  float: left;
  padding: 0 15px 30px;
}

@media (max-width: 991px) {
  .team-section .team-grids .grid, .team-pg-section .team-grids .grid {
    width: 50%;
  }
}

@media (max-width: 500px) {
  .team-section .team-grids .grid, .team-pg-section .team-grids .grid {
    width: 100%;
    float: none;
  }
}

.team-section .all-member, .team-pg-section .all-member {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #012f5c;
  padding-bottom: 3px;
  display: inline-block;
  position: relative;
}

@media (max-width: 767px) {
  .team-section .all-member, .team-pg-section .all-member {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

.team-section .all-member i, .team-pg-section .all-member i {
  color: #fdd415;
}

.team-section .all-member:after, .team-pg-section .all-member:after {
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #012f5c;
  position: absolute;
  left: 0;
  bottom: 0;
}

/*--------------------------------------------------------------
	#home style 4
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#4.0	projects-section-s2
--------------------------------------------------------------*/
.project-section-s3-3grid .projects-grid .grid {
  width: 33.33%;
}

@media (max-width: 991px) {
  .project-section-s3-3grid .projects-grid .grid {
    width: 50%;
  }
}

@media (max-width: 550px) {
  .project-section-s3-3grid .projects-grid .grid {
    width: 100%;
  }
}

.project-section-s3-3grid .projects-grid .grid .details {
  border: 4px solid #fdd415;
}

/*--------------------------------------------------------------
#4.1	pricing-section
--------------------------------------------------------------*/
.pricing-section .section-title, .pricing-section .section-title-s2, .pricing-section .section-title-s3, .pricing-section .section-title-s4, .pricing-section .section-title-s5 {
  margin-bottom: 75px;
}

@media (max-width: 767px) {
  .pricing-section .section-title, .pricing-section .section-title-s2, .pricing-section .section-title-s3, .pricing-section .section-title-s4, .pricing-section .section-title-s5 {
    margin-bottom: 45px;
  }
}

.pricing-section .container {
  overflow: hidden;
}

.pricing-section .owl-carousel .owl-stage-outer {
  overflow: visible;
}

.pricing-section .owl-controls {
  margin-top: 50px;
}

.pricing-section .owl-controls .owl-dots .owl-dot span {
  background-color: #012f5c;
}

.pricing-section .owl-controls .owl-dots .active span {
  background-color: #fdd415;
}

.pricing-pg-section .pricing-grids {
  padding-top: 25px;
}

/*--------------------------------------------------------------
	#about page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#5.0	about-section-with-bg
--------------------------------------------------------------*/
.about-section-s5 {
  background-color: #fff;
}

.about-section-with-bg {
  background-color: #f5f5f5;
}

/*--------------------------------------------------------------
	#team page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#6.0	team-pg-section
--------------------------------------------------------------*/
.team-pg .page-title {
  background: url("../images/pg-title/img-2.jpg") center center/cover no-repeat local;
}

.team-pg-section .team-grids .grid {
  width: 25%;
}

@media (max-width: 1199px) {
  .team-pg-section .team-grids .grid {
    width: 33.33%;
  }
}

@media (max-width: 991px) {
  .team-pg-section .team-grids .grid {
    width: 50%;
  }
}

@media (max-width: 500px) {
  .team-pg-section .team-grids .grid {
    width: 100%;
  }
}

/*--------------------------------------------------------------
	#services
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#7.0	services-pg-section
--------------------------------------------------------------*/
.services-pg .page-title {
  background: url("../images/pg-title/img-3.jpg") center center/cover no-repeat local;
}

.services-pg-section {
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  .services-pg-section {
    padding-bottom: 40px;
  }
}

.services-pg-section .services-grid-s2 {
  overflow: hidden;
  margin: 0 -15px;
}

.services-pg-section .services-grid-s2 .grid {
  width: calc(33.33% - 30px);
  float: left;
  margin: 0 15px 30px;
}

@media (max-width: 1199px) {
  .services-pg-section .services-grid-s2 .grid {
    width: calc(50% - 30px);
  }
}

@media (max-width: 600px) {
  .services-pg-section .services-grid-s2 .grid {
    width: calc(100% - 30px);
    float: none;
  }
}

/*--------------------------------------------------------------
	#service single page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#8.0	service-single-section
--------------------------------------------------------------*/
.service-single-pg .page-title {
  background: url("../images/pg-title/img-3.jpg") center center/cover no-repeat local;
}

.service-single-section ul {
  list-style: none;
}

.service-single-section p,
.service-single-section li {
  color: #333;
 /* font-style: italic;*/
}



#rs-about p {
	color:#fff;
	font-size: 15px;
}

.service-single-section .service-single-content h3 {
  font-size: 24px;
  /*font-size: 2.4rem;*/
  margin: 0 0 0.69em;
}

@media (max-width: 1199px) {
  .service-single-section .service-single-content h3 {
    font-size: 30px;
    font-size: 2rem;
  }
}

@media (max-width: 991px) {
  .service-single-section .service-single-content h3 {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

@media (max-width: 767px) {
  .service-single-section .service-single-content h3 {
    font-size: 22px;
    font-size: 1.46667rem;
  }
}

.service-single-section .service-single-content .img-holder {
  margin: 35px 0 0;
}

.service-single-section .service-single-content h4 {
  font-size: 24px;
  font-size: 1.6rem;
  margin: 0 0 0.54em;
}

@media (max-width: 991px) {
  .service-single-section .service-single-content h4 {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

@media (max-width: 767px) {
  .service-single-section .service-single-content h4 {
    font-size: 18px;
    font-size: 1.2rem;
  }
}

.service-single-section .discussion-faq {
  margin: 50px -15px 0;
  overflow: hidden;
}

.service-single-section .discussion-faq .discussion,
.service-single-section .discussion-faq .faq {
  width: 50%;
  float: left;
  padding: 0 15px;
}

@media (max-width: 991px) {
  .service-single-section .discussion-faq .discussion,
  .service-single-section .discussion-faq .faq {
    width: 100%;
    float: none;
  }
}

.service-single-section .discussion ul {
  margin-top: 25px;
}

.service-single-section .discussion ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}

.service-single-section .discussion ul li i {
  position: absolute;
  left: 0;
  top: 3px;
}

@media (max-width: 991px) {
  .service-single-section .faq {
    margin-top: 50px;
  }
}

.service-single-section .faq .panel {
  border: 1px solid #d8d8d8;
}

.service-single-section .faq .panel-heading {
  padding: 0;
}

.service-single-section .faq .panel-heading a {
  font-family: "Poppins", sans-serif;
  background-color: #f5f5f5;
  font-size: 16px;
  font-size: 1.06667rem;
  color: #333;
  padding: 15px 30px;
  display: block;
  position: relative;
}

@media (max-width: 1199px) {
  .service-single-section .faq .panel-heading a {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

@media (max-width: 767px) {
  .service-single-section .faq .panel-heading a {
    padding: 10px 20px;
  }
}

.service-single-section .faq .panel-heading a:after {
  font-family: "FontAwesome";
  content: "\f068";
  font-size: 16px;
  font-size: 1.06667rem;
  color: #333;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 1199px) {
  .service-single-section .faq .panel-heading a:after {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

@media (max-width: 767px) {
  .service-single-section .faq .panel-heading a:after {
    right: 20px;
  }
}

.service-single-section .faq .panel-heading .collapsed:after {
  content: "\f067";
}












.service-single-section2 .service-single-content h3 {
  font-size: 24px;
  /*font-size: 2.4rem;*/
  margin: 0 0 0.69em;
}

@media (max-width: 1199px) {
  .service-single-section2 .service-single-content h3 {
    font-size: 30px;
    font-size: 2rem;
  }
}

@media (max-width: 991px) {
  .service-single-section2 .service-single-content h3 {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

@media (max-width: 767px) {
  .service-single-section2 .service-single-content h3 {
    font-size: 22px;
    font-size: 1.46667rem;
  }
}

.service-single-section2 .service-single-content .img-holder {
  margin: 35px 0 0;
}

.service-single-section2 .service-single-content h4 {
  font-size: 24px;
  font-size: 1.6rem;
  margin: 0 0 0.54em;
}

@media (max-width: 991px) {
  .service-single-section2 .service-single-content h4 {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

@media (max-width: 767px) {
  .service-single-section2 .service-single-content h4 {
    font-size: 18px;
    font-size: 1.2rem;
  }
}

.service-single-section2 .discussion-faq {
  margin: 50px -15px 0;
  overflow: hidden;
}

.service-single-section2 .discussion-faq .discussion,
.service-single-section2 .discussion-faq .faq {
  width: 50%;
  float: left;
  padding: 0 15px;
}

@media (max-width: 991px) {
  .service-single-section2 .discussion-faq .discussion,
  .service-single-section2 .discussion-faq .faq {
    width: 100%;
    float: none;
  }
}

.service-single-section2 .discussion ul {
  margin-top: 25px;
}

.service-single-section2 .discussion ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}

.service-single-section2 .discussion ul li i {
  position: absolute;
  left: 0;
  top: 3px;
}

@media (max-width: 991px) {
  .service-single-section2 .faq {
    margin-top: 50px;
  }
}

.service-single-section2 .faq .panel {
  border: 1px solid #d8d8d8;
}

.service-single-section2 .faq .panel-heading {
  padding: 0;
}

.service-single-section2 .faq .panel-heading a {
  font-family: "Poppins", sans-serif;
  background-color: #131d33;
  font-size: 16px;
  font-size: 1.06667rem;
  color: #fff;
  padding: 15px 30px;
  display: block;
  position: relative;
}

@media (max-width: 1199px) {
  .service-single-section2 .faq .panel-heading a {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

@media (max-width: 767px) {
  .service-single-section2 .faq .panel-heading a {
    padding: 10px 20px;
  }
}

.service-single-section2 .faq .panel-heading a:after {
  font-family: "FontAwesome";
  content: "\f068";
  font-size: 16px;
  font-size: 1.06667rem;
  color: #fff;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 1199px) {
  .service-single-section2 .faq .panel-heading a:after {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

@media (max-width: 767px) {
  .service-single-section2 .faq .panel-heading a:after {
    right: 20px;
  }
}

.service-single-section2 .faq .panel-heading .collapsed:after {
  content: "\f067";
}








/*--------------------------------------------------------------
	#case studies page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#9.0	case-studies-section
--------------------------------------------------------------*/
.case-studies-pg .page-title {
  background: url("../images/pg-title/img-4.jpg") center center/cover no-repeat local;
}

.case-studies-section .case-studies-grids > .col {
  margin-bottom: 60px;
}

@media (max-width: 650px) {
  .case-studies-section .case-studies-grids > .col {
    width: 100%;
    margin-bottom: 50px;
  }
}

.case-studies-section .grid .img-holder {
  margin-bottom: 20px;
}

.case-studies-section .grid h3 {
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5em;
  padding: 0 0 0.62em;
  margin: 0 0 1.25em;
  position: relative;
}

@media (max-width: 1199px) {
  .case-studies-section .grid h3 {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

@media (max-width: 991px) {
  .case-studies-section .grid h3 {
    font-size: 18px;
    font-size: 1.2rem;
  }
}

.case-studies-section .grid h3:after {
  content: "";
  background-color: #fdd415;
  width: 57px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media (max-width: 991px) {
  .case-studies-section .grid h3:after {
    width: 40px;
  }
}

.case-studies-section .grid a {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: 600;
  color: #012f5c;
}

@media (max-width: 1199px) {
  .case-studies-section .grid a {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.case-studies-section .grid a:hover {
  color: #fdd415;
}

/*--------------------------------------------------------------
	#case studies single page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#10.0	case-study-single-content
--------------------------------------------------------------*/
.case-studies-single-pg .page-title {
  background: url("../images/pg-title/img-4.jpg") center center/cover no-repeat local;
}

.case-study-single-content .case-details {
  /*** service single tab ***/
}

@media screen and (min-width: 1200px) {
  .case-study-single-content .case-details {
    padding-right: 45px;
  }
}

.case-study-single-content .case-details ul {
  list-style: none;
}

@media (max-width: 991px) {
  .case-study-single-content .case-details {
    margin-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .case-study-single-content .case-details {
    margin-bottom: 80px;
  }
}

.case-study-single-content .case-details h3 {
  font-size: 2.13333rem;
  font-weight: normal;
  margin: 0 0 0.31em;
}

@media (max-width: 991px) {
  .case-study-single-content .case-details h3 {
    font-size: 1.86667rem;
  }
}

@media (max-width: 767px) {
  .case-study-single-content .case-details h3 {
    font-size: 1.6rem;
  }
}

.case-study-single-content .case-details .case-title {
  margin: 50px 0 30px;
}

@media (max-width: 767px) {
  .case-study-single-content .case-details .case-title {
    margin: 35px 0 20px;
  }
}

.case-study-single-content .case-details .case-title > span {
  font-size: 1.2rem;
  display: block;
  color: #999999;
}

@media (max-width: 767px) {
  .case-study-single-content .case-details .case-title > span {
    font-size: 1.06667rem;
  }
}

.case-study-single-content .case-details .chart {
  height: 400px;
  margin: 35px 0 45px;
}

@media (max-width: 767px) {
  .case-study-single-content .case-details .chart {
    height: 300px;
  }
}

.case-study-single-content .case-details .case-single-tab {
  margin-top: 45px;
}

.case-study-single-content .case-details .case-single-tab .nav {
  overflow: hidden;
}

.case-study-single-content .case-details .case-single-tab .nav li {
  float: left;
}

.case-study-single-content .case-details .case-single-tab .nav a {
  font-size: 1.2rem;
  font-weight: bold;
  color: #fdd415;
  padding: 10px 45px;
}

@media (max-width: 767px) {
  .case-study-single-content .case-details .case-single-tab .nav a {
    font-size: 0.93333rem;
    padding: 10px 17px;
  }
}

.case-study-single-content .case-details .case-single-tab .nav a:hover {
  background: none;
}

.case-study-single-content .case-details .case-single-tab .nav .active a {
  background: #012f5c;
  color: #fff;
}

.case-study-single-content .case-details .tab-content {
  padding-top: 35px;
}

@media (max-width: 767px) {
  .case-study-single-content .case-details .tab-content {
    padding-top: 25px;
  }
}

.case-study-single-content .case-details .tab-content .tab-pane p {
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .case-study-single-content .case-details .tab-content .tab-pane p {
    margin-bottom: 15px;
  }
}

.case-study-single-content .case-details .tab-content .tab-pane p:last-child {
  margin-bottom: 0;
}

.case-study-single-content .case-details .tab-details {
  margin-top: 60px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .case-study-single-content .case-details .tab-details {
    margin-top: 30px;
  }
}

.case-study-single-content .case-details .tab-details .img-holder {
  width: 43%;
  float: left;
}

@media (max-width: 767px) {
  .case-study-single-content .case-details .tab-details .img-holder {
    width: 100%;
    float: none;
  }
}

.case-study-single-content .case-details .tab-details .info {
  width: 57%;
  float: right;
  padding-left: 40px;
}

@media (max-width: 767px) {
  .case-study-single-content .case-details .tab-details .info {
    width: 100%;
    float: none;
    padding-left: 0;
    margin-top: 25px;
  }
}

.case-study-single-content .case-details .tab-details ul li {
  line-height: 1.6em;
  color: #999999;
  margin-bottom: 25px;
  padding-left: 25px;
  position: relative;
}

@media (max-width: 767px) {
  .case-study-single-content .case-details .tab-details ul li {
    margin-bottom: 15px;
  }
}

.case-study-single-content .case-details .tab-details ul li:last-child {
  margin-bottom: 0;
}

.case-study-single-content .case-details .tab-details ul li i {
  color: #fdd415;
  position: absolute;
  left: 0;
  top: 6px;
}

/*--------------------------------------------------------------
	#testimonails page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#11.0	testimonials-pg-content
--------------------------------------------------------------*/
.testimonials-pg .page-title {
  background: url("../images/pg-title/img-5.jpg") center center/cover no-repeat local;
}

.testimonials-pg-content {
  padding-bottom: 25px;
}

@media (max-width: 767px) {
  .testimonials-pg-content {
    padding-bottom: 15px;
  }
}

.testimonials-pg-content .testimonials-grids {
  margin: 0 -30px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .testimonials-pg-content .testimonials-grids {
    margin: 0 -15px;
  }
}

.testimonials-pg-content .testimonials-grids .grid {
  width: 50%;
  float: left;
  padding: 0 15px 55px;
}

@media (max-width: 600px) {
  .testimonials-pg-content .testimonials-grids .grid {
    width: 100%;
    float: none;
  }
}

/*--------------------------------------------------------------
	#contact page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#12.0	contact-pg-content
--------------------------------------------------------------*/
.contact-pg .page-title {
  background: url("../images/pg-title/img-5.jpg") center center/cover no-repeat local;
}

.contact-pg-content {
  background: none;
}

.contact-pg-content:before {
  display: none;
}

.contact-pg-content form ::-webkit-input-placeholder {
  font-style: 16px;
  font-style: normal;
  color: #899199;
}

.contact-pg-content form :-moz-placeholder {
  font-style: 16px;
  font-style: normal;
  color: #899199;
}

.contact-pg-content form ::-moz-placeholder {
  font-style: 16px;
  font-style: normal;
  color: #899199;
}

.contact-pg-content form :-ms-input-placeholder {
  font-style: 16px;
  font-style: normal;
  color: #899199;
}

.contact-pg-content form input,
.contact-pg-content form textarea {
  height: 45px;
  font-size: 15px;
  font-size: 1rem;
  border: 1px solid #7f7f7f;
  border-radius: 10px;
  padding: 6px 15px;
}

@media (max-width: 991px) {
  .contact-pg-content form input,
  .contact-pg-content form textarea {
    font-size: 14px;
    font-size: 0.93333rem;
    height: 40px;
  }
}

.contact-pg-content form textarea {
  height: 140px;
}

.contact-pg-content form .submit-btn {
  margin-top: 0;
}

.contact-pg-content form button {
  height: 45px;
  line-height: 45px;
  background-color: #012f5c;
  color: #fff;
  border-radius: 10px;
}

@media (max-width: 991px) {
  .contact-pg-content form button {
    height: 40px;
    line-height: 40px;
  }
}

/*--------------------------------------------------------------
	#blog page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#13.0	blog-pg-content
--------------------------------------------------------------*/
.blog-pg-content .news-grids > .col {
  margin-bottom: 50px;
}

@media (max-width: 600px) {
  .blog-pg-content .news-grids > .col {
    width: 100%;
  }
}

/*--------------------------------------------------------------
#13.1	blog-with-sidebar-section
--------------------------------------------------------------*/
.blog-with-sidebar-section .news-grids .grid {
  width: calc(50% - 30px);
  float: left;
  margin: 0 15px 30px;
}

@media (max-width: 600px) {
  .blog-with-sidebar-section .news-grids .grid {
    width: calc(100% - 15px);
    float: none;
  }
}

.blog-with-sidebar-section .pagination-wrapper {
  padding-top: 40px;
}

@media (max-width: 991px) {
  .blog-with-sidebar-section .pagination-wrapper {
    padding-top: 20px;
  }
}

/*--------------------------------------------------------------
#13.2	blog-list
--------------------------------------------------------------*/
.blog-list .news-grids .grid {
  width: 100%;
  margin-bottom: 50px;
}

.blog-list .news-grids .pagination-wrapper {
  padding-top: 0;
}

/*--------------------------------------------------------------
#	blog single page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#20.1	blog-single-content	
--------------------------------------------------------------*/
.blog-single-content {
  /*** tags ***/
  /*** comments ***/
}

.blog-single-content ul {
  list-style: none;
}

.blog-single-content .post .post-title-meta {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 25px;
  margin-bottom: 20px;
}

.blog-single-content .post .post-title-meta h2 {
  font-size: 36px;
  font-size: 2.4rem;
  margin: 0 0 0.6em;
}

@media (max-width: 991px) {
  .blog-single-content .post .post-title-meta h2 {
    font-size: 30px;
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .blog-single-content .post .post-title-meta h2 {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

.blog-single-content .post .meta-info {
  overflow: hidden;
}

.blog-single-content .post .meta-info li {
  float: left;
  margin-right: 50px;
}

.blog-single-content .post .meta-info li:last-child {
  margin-right: 0;
}

.blog-single-content .post .meta-info li a {
  color: #999999;
}

.blog-single-content .post .post-body h3 {
  font-family: "Hind", sans-serif;
  font-size: 24px;
  font-size: 1.6rem;
  margin: 0 0 0.63em;
}

@media (max-width: 991px) {
  .blog-single-content .post .post-body h3 {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

.blog-single-content .post .post-body p {
  font-size: 18px;
  font-size: 1.2rem;
  margin-bottom: 1.2em;
}

@media (max-width: 991px) {
  .blog-single-content .post .post-body p {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

.blog-single-content .post .post-body p:first-child:first-letter {
  font-size: 35px;
  font-size: 2.33333rem;
  position: absolute;
  left: 0;
  top: 0;
  color: #000;
}

.blog-single-content .post .gallery-post {
  padding-top: 40px;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .blog-single-content .post .gallery-post {
    padding-top: 20px;
  }
}

.blog-single-content .post .gallery-post .gallery {
  overflow: hidden;
}

.blog-single-content .post .gallery-post .gallery img {
  width: 100%;
}

.blog-single-content .post .gallery-post .gallery > div:first-child {
  width: 60%;
  float: left;
}

.blog-single-content .post .gallery-post .gallery > div:last-child {
  width: 39%;
  float: right;
}

.blog-single-content .tag-share {
  overflow: hidden;
  padding: 20px 0 0;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 40px;
}

.blog-single-content .tag-share > div {
  display: inline-block;
}

@media (max-width: 1199px) {
  .blog-single-content .tag-share > div {
    display: block;
  }
}

.blog-single-content .tag-share > div > span {
  color: #000;
  display: inline-block;
  padding-right: 10px;
  position: relative;
  top: -13px;
}

.blog-single-content .tag-share > div:first-child {
  float: left;
}

@media (max-width: 1199px) {
  .blog-single-content .tag-share > div:first-child {
    float: none;
  }
}

.blog-single-content .tag-share > div:last-child {
  float: right;
}

@media (max-width: 1199px) {
  .blog-single-content .tag-share > div:last-child {
    float: none;
  }
}

.blog-single-content .tag-share .tag,
.blog-single-content .tag-share .share {
  overflow: hidden;
  display: inline-block;
}

.blog-single-content .tag-share .tag li,
.blog-single-content .tag-share .share li {
  float: left;
}

.blog-single-content .tag-share .tag li:last-child,
.blog-single-content .tag-share .share li:last-child {
  margin-right: 0;
}

.blog-single-content .tag-share .tag a {
  color: #012f5c;
  display: inline-block;
  padding: 6px 20px;
  text-align: center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}

.blog-single-content .tag-share .tag a:hover,
.blog-single-content .tag-share .tag .active a {
  background: #fdd415;
  color: #fff;
}

.blog-single-content .tag-share .share li {
  margin-right: 15px;
}

.blog-single-content .tag-share .share li a {
  font-size: 20px;
  font-size: 1.33333rem;
  color: #012f5c;
}

.blog-single-content .tag-share .share li a:hover {
  color: #fdd415;
}

.blog-single-content .comments {
  padding: 55px 0 0;
  /*** .article ***/
}

@media (max-width: 767px) {
  .blog-single-content .comments {
    padding: 40px 25px 0;
  }
}

.blog-single-content .comments > ol {
  padding-left: 0;
}

.blog-single-content .comments ol {
  list-style: none;
}

.blog-single-content .comments ol > li {
  margin-bottom: 35px;
}

.blog-single-content .comments ol > li:last-child {
  margin-bottom: 0;
}

.blog-single-content .comments ol > li > ol {
  margin-left: 28px;
  margin-top: 35px;
  padding: 0;
}

@media (max-width: 767px) {
  .blog-single-content .comments ol > li > ol {
    margin: 30px 0 0 0;
  }
}

.blog-single-content .comments ol > li > ol > li {
  background-color: #fafafa;
  padding: 30px;
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .blog-single-content .comments ol > li > ol > li {
    padding: 20px;
  }
}

.blog-single-content .comments ol > li > ol > li:last-child {
  margin-bottom: 0;
}

.blog-single-content .comments .article {
  overflow: hidden;
}

.blog-single-content .comments .article h4 {
  font-size: 16px;
  font-size: 1.06667rem;
  margin: 0;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .blog-single-content .comments .article h4 {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.blog-single-content .comments .article p {
  font-size: 15px;
  font-size: 1rem;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .blog-single-content .comments .article p {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.blog-single-content .comments .article .replay {
  width: 95px;
  height: 32px;
  margin-top: 10px;
  position: relative;
}

.blog-single-content .comments .article .replay button {
  background-color: #fff;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: bold;
  color: #012f5c;
  padding: 0;
  border: 1px solid #012f5c;
  outline: 0;
  z-index: 10;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .blog-single-content .comments .article .replay button {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.blog-single-content .comments .article .replay button:hover {
  color: #fdd415;
}

.blog-single-content .comments .article .author-meta {
  overflow: hidden;
  margin-bottom: 5px;
}

.blog-single-content .comments .article .author-meta > div {
  display: inline-block;
}

.blog-single-content .comments .article .author-meta > div:last-child {
  font-size: 13px;
  font-size: 0.86667rem;
  color: gray;
  padding-left: 5px;
}

.blog-single-content .comments .article .author-pic {
  width: 10%;
  float: left;
}

.blog-single-content .comments .article .author-pic img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .blog-single-content .comments .article .author-pic {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
}

.blog-single-content .comments .article .details {
  width: 90%;
  float: left;
}

@media (max-width: 767px) {
  .blog-single-content .comments .article .details {
    width: 100%;
    float: none;
  }
}

.blog-single-content .comment-respond {
  margin-top: 75px;
}

.blog-single-content .comment-respond h3 {
  margin: 0 0 2em;
}

.blog-single-content .comment-respond form {
  margin: 0 -15px;
  position: relative;
}

.blog-single-content .comment-respond form input,
.blog-single-content .comment-respond form textarea {
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #cccccc;
}

.blog-single-content .comment-respond form textarea {
  height: 110px;
}

.blog-single-content .comment-respond form > div {
  margin-bottom: 50px;
}

.blog-single-content .comment-respond form .theme-btn, .blog-single-content .comment-respond form .theme-btn-s2 {
  background: #012f5c;
  font-size: 16px;
  font-size: 1.06667rem;
  text-transform: none;
  padding: 10px 45px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .blog-single-content .comment-respond form .theme-btn, .blog-single-content .comment-respond form .theme-btn-s2 {
    font-size: 14px;
    font-size: 0.93333rem;
    padding: 10px 35px;
  }
}

.blog-single-content .comment-respond form .theme-btn:hover, .blog-single-content .comment-respond form .theme-btn-s2:hover {
  color: #fdd415;
}

.blog-single-content .comment-respond form .theme-btn:hover:after, .blog-single-content .comment-respond form .theme-btn-s2:hover:after {
  color: #fdd415;
}

.blog-single-content .comment-respond form .comment-respond-submit {
  margin: 0;
  text-align: center;
}


.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 5px !important;
} 




.toggle { margin-bottom:12px;}
.toggle .toggle-heading a{ display:block; padding:12px 17px 13px 55px; background:#fff; border-radius:30px; color:#121212;-webkit-box-shadow: 0px 1px 2px 0px rgba(199,201,205,.6);-moz-box-shadow: 0px 1px 2px 0px rgba(199,201,205,.6);box-shadow: 0px 1px 2px 0px rgba(199,201,205,.6); position:relative;}
.toggle .toggle-heading a i{ width:23px; height:23px; border:2px solid transparent; border-radius:100%;font-size: 14px;line-height: 21px;margin-right: 10px; text-align:center; position:absolute; left:17px; top:50%; margin-top:-11.5px;;}
.toggle .toggle-body {padding: 20px 0 4px;}
.toggle.two .toggle-heading a{ background:#f3f5fa;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;}


.toggle .toggle-heading a i {
    color: #012f5c;
    border-color: #012f5c;
}


.other-members ul {
	background: #18254a;
	padding: 7px 30px 10px;
	margin: 0px;
	list-style: none;
}
.other-members ul li {
	border-bottom: 1px dashed #fff;
	line-height: 48px;
}
.other-members ul li:last-child {
	border-bottom: 0px;
}
.other-members a {
	color: #fff;
	font-size: 16px;
}
.other-members a:before {
	content: "\f101";
	font-family: FontAwesome-free;
	color: #fa394a;
	margin-right: 10px;
}
.other-members a:hover {
	color: #fa394a;
}







.other-members1 ul {
	/*background: #18254a;*/
	padding: 7px 12px 10px;
	margin: 0px;
	list-style: none;
}
.other-members1 ul li {
	border-bottom: 1px dashed #fff;
	line-height: 27px;
	text-indent: -2em;
    padding-left: 1em;
	color:#FFF;
}
.other-members1 ul li:last-child {
	border-bottom: 0px;
}


.other-members1 a {
	color: #333;
	font-size: 16px;
}
.other-members1 a:before {
	content: "\f101";
	font-family:FontAwesome;
	color: #fa394a;
	margin-right: 10px;
}
.other-members1 li:before {
	content: "\f101";
	font-family: FontAwesome;
	color: #fa394a;
	margin-right: 10px;
}







.other-members3 ul {
	/*background: #18254a;*/
	padding: 7px 12px 10px;
	margin: 0px;
	list-style: none;
}
.other-members3 ul li {
	border-bottom: 1px dashed #fff;
	line-height: 27px;
	text-indent: -2em;
    padding-left: 1em;
	color:#333;
	    font-size: 19px;
}
.other-members3 ul li:last-child {
	border-bottom: 0px;
}


.other-members3 a {
	color: #333;
	font-size: 16px;
}
/*.other-members3 a:before {
	content: "\f101";
	font-family:FontAwesome;
	color: #fa394a;
	margin-right: 10px;
}
.other-members3 li:before {
	content: "\f101";
	font-family: FontAwesome;
	color: #fa394a;
	margin-right: 10px;
}*/

/*.other-members1 a:hover {
	color: #fa394a;
}*/

.text-white {
	color:#FFF;
}





.mt-10 {
	margin-top:10px;
	
}
.mt-15 {
	margin-top:15px;
	
}

.mt-20 {
	margin-top:20px;
	
}

.mt-30 {
	margin-top:30px;
	
}
.mt-40 {
	margin-top:40px;
	
}

.mt-50 {
	margin-top:50px;
	
}

.mt-60 {
	margin-top:60px;
	
}

.mt-70 {
	margin-top:70px;
	
}

.mt-80 {
	margin-top:80px;
	
}

.mt-90 {
	margin-top:90px;
	
}

.mt-100 {
	margin-top:100px;
	
}


.mb-10 {
	margin-bottom:10px;
	
}
.mb-20 {
	margin-bottom:20px;
	
}
.mb-30 {
	margin-bottom:30px;
	
}
.mb-40 {
	margin-bottom:40px;
	
}
.mb-50 {
	margin-bottom:50px;
	
}
.mb-60 {
	margin-bottom:60px;
	
}
.mb-70 {
	margin-bottom:70px;
	
}
.mb-80 {
	margin-bottom:80px;
	
}
.mb-90 {
	margin-bottom:90px;
	
}
.mb-100 {
	margin-bottom:100px;
	
}
.mb-120 {
	margin-bottom:120px;
	
}

.mb-130 {
	margin-bottom:130px;
	
}

.mb-140 {
	margin-bottom:140px;
	
}

.mb-150 {
	margin-bottom:150px;
	
}


.hero-box{

	background:  rgba(255,255,255, 0.70);

    padding: 10px 40px;

    z-index: 1;

    width: 90%;

    border-radius: 5px;
	box-shadow: #dadada 8px 8px 8px;

}



.hero-headers h1{

	font-size: 22px;

	line-height: 32px;

	font-weight: 700;

	margin-bottom: 15px;

	margin-top: 0!important;

}



.hero-headers p{

	color: #003059;
    font-size: 27px;
    font-style: italic;
	/*font-family: 'McLaren';*/

}




ul.hero-list-checked li{

	display: inline;

}



ul.hero-list-checked li i{

	display: inline;

	float: left;

	font-size: 20px;

	color: #007adf;

	margin-right: 5px;

}



ul.hero-list-checked li p{

	/*font-family: 'Lato', sans-serif;*/

	color: #003059;

	font-size: 16px;

	line-height: 18px!important;

}



ul.hero-list-checked li p span{

	display: inline-block;

	color: #003059;

	font-weight: 700;

/*	font-family: 'Lato', sans-serif;*/

}



ul.hero-list-checked.second-list li p{

	/*font-family: 'Lato', sans-serif;*/

	font-size: 16px;

	line-height: 20px!important;

	color: #7c8595;

}



ul.hero-list-checked.second-list li i{

	display: inline;

	float: left;

	font-size: 17px;

	color: #007adf;

	margin-right: 5px;

}


.home-section2 {
    background: url(../images/slider.jpg) top center no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
    padding-top: 49px;
    padding-bottom: 25px;
}



.btn-blue, .btn-blue:focus, .btn-blue:active, .btn-blue-full, .btn-blue-full:focus, .btn-blue-full:active {
    color: #fff;
    background: #012f5c;
    border: 2px solid #012f5c;
}
.btn-sm {
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    border-radius: 5px 5px;
    display: inline-block;
    padding: 4px 11px;
    margin: 10px 10px 10px 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


.btn-blue:hover {
    color: #012f5c !important;
	background-color: #fdd415;
	border:  #fdd415;
    
}







.btn-blue1, .btn-blue1:focus, .btn-blue1:active, .btn-blue-full, .btn-blue-full:focus, .btn-blue-full:active {
    color: #333;
    background: #fff;
    border: 2px solid #fff;
}
.btn-sm1 {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    border-radius: 5px 5px;
    display: inline-block;
    padding: 10px 20px;
    margin: 10px 10px 10px 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
	float:right;
}











.fa-trademark:before {
    content: "\f25c";
}


.circlebutton.circle {
    border: none;
    border-radius: 900px;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
    display: block;
    font-size: 15px;
    padding-top: 27px;
    width: 120px;
    height: 120px;
    position: relative;
    margin: auto;
    margin-top: 25px;
    transition: 0.5s;
}
.circleBox1 a {
    background-color: #F44336!important;
}
.circlebutton {
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    font-weight: 100;
    letter-spacing: 1px;
}


.circleBox1 .circlebutton:before {
    border: 2px solid #F44336!important;
}
.circlebutton:before {
    border-radius: 100px;
    border: 2px solid #fff;
    content: "";
    display: block;
    position: absolute;
    left: 43%;
    top: 42%;
    height: 130px;
    width: 130px;
    margin-left: -56px!important;
    margin-top: -56px!important;
    opacity: 1;
    transform: scale(1);
    transition: all 300ms;
}
.homeback i {
    color: #fff!important;
}

.center {
    text-align: center!important;
}
.fusion-animated {
    visibility: hidden;
}


.lts-update {
    background: #131d33;
    margin-top: 0px;
    margin-bottom: 0px;
}

.lts-update p {
   color: #fff;
    margin-top: 15px;
    font-size: 21px;
    font-weight: 600;

}



ul.upcoming-events {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul.upcoming-events li {
	border: 1px solid #e6e6e6;
	position: relative;
	margin-bottom: 10px;
	cursor: pointer;
	background: #fff;
}
ul.upcoming-events li span {
	display: block;
	border-top: 1px solid #e6e6e6;
	text-align: center;
	padding: 10px 0;
}
ul.upcoming-events li span i {
	color: #d12828;
	margin-right: 5px;
}
.upedate {
	position: absolute;
	left: 16px;
	right: 0;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	width: 40px;
	color: #999999;
	border-right: 1px solid #e6e6e6;
}
.upedate strong {
	display: block;
	font-family: 'Poppins', sans-serif;
	font-size: 22px;
	line-height: 20px;
}
ul.upcoming-events li .up-top {
	padding: 4px 10px 8px 70px;
}
ul.upcoming-events h5 {
	font-weight: 600;
	font-size: 16px;
	line-height:22px;
	
}
ul.upcoming-events h5 a {
	color: #333333;
}
ul.upcoming-events li:hover {
	background: #fa394a;
	color: #fff;
}
ul.upcoming-events li:hover span i, ul.upcoming-events li:hover h5 a, ul.upcoming-events li:hover .upedate {
	color: #fff;
}
.tagcloud {
	width: 100%;
	float: left;
}
.tagcloud a {
	border: 1px solid #e6e6e6;
	display: inline-block;
	line-height: 38px;
	padding: 0 20px;
	margin-bottom: 3px;
	color: #666666;
}


.calendar {
    background: url(../images/calendar.jpg) no-repeat;
   /* width: 100%;*/
    height: 172px ;
}

.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-right: 0;
    margin-left: -30px !important;
}



.table>tbody>tr.info>td, .table>tbody>tr.info>th, .table>tbody>tr>td.info, .table>tbody>tr>th.info, .table>tfoot>tr.info>td, .table>tfoot>tr.info>th, .table>tfoot>tr>td.info, .table>tfoot>tr>th.info, .table>thead>tr.info>td, .table>thead>tr.info>th, .table>thead>tr>td.info, .table>thead>tr>th.info {
    background-color: #f2f8ff !important;
}
















.rs-accordion-style1 .card {
  border: 0;
}
.rs-accordion-style1 .card .card-header {
  padding: 0;
  border: 0;
  margin-bottom: 10px;
  background: transparent;
}
.rs-accordion-style1 .card .card-header .acdn-title {
  background-color:#fff /*rgba(240, 240, 240, 0.8)*/;
  position: relative;
  margin-bottom: 0;
  font-size: 16px;
  height: 34px;
  line-height: 34px;
  padding: 0 20px;
  cursor: pointer;
  font-weight: 500;
  letter-spacing: 0.2px;
  -webkit-transition: 0.2s background-color ease-in-out;
  transition: 0.2s background-color ease-in-out;
}

.rs-accordion-style1 h3 {
	color:#012f5c;
	
}


.rs-accordion-style1 .card .card-header .acdn-title:after {
  position: absolute;
  font-family: FontAwesome;
  content: "\f0da";
  right: 20px;
  transition: all 0.3s ease 0s;
}
.rs-accordion-style1 .card .card-header .acdn-title:not(.collapsed) {
  /*background-color: #ff3115;*/
  background-color:#fff;
  color: #012f5c;
}
.rs-accordion-style1 .card .card-header .acdn-title:not(.collapsed):after {
  transform: rotate(90deg);
  color: #012f5c;
}
.rs-accordion-style1 .card .card-body {
  padding: 5px 15px 18px;
}








	
	
	
	
	

	
	
	
	  .ch-info .ch-info-back, .service-with-image:hover  {
    background-color: #1a91c0;
}





.check li:before {
		content: "\f00c";
		font-family: "FontAwesome";
		font-size: 16px;
		left: 0;
		padding-right:5px;
		position: relative;
		top: 2px;
	}
	.check li {
		font-size:13px;
		list-style:none;
		margin-bottom:4px;
	}
	.check {
		margin-left:0; 
		padding-left:0
	}
	.check li a {
		color:#656565;
	}
	#services .item {
		padding:15px;
	}
	.item h3 {
		padding-top:15px;
		padding-bottom:0;
	}
	.item .icon-container {
		font-size:24px;
		float:left;
		margin:0 20px 0 0;
	}
	 .servicesbox_content p {
		display:inline-block;
		margin-top:10px;	
	}
	 .servicesbox_content {
		display:block !important;
		width:100% !important;
		padding:2px
	}
	.services_lists_boxes .service-icon-circle {
		text-align:center;
	}
	.services_lists_boxes {
		margin: 20px 0 20px 0;
		display:block;
		color:#fff;
		position:relative;
		overflow:hidden;
	}
	.services_lists_boxes h4 {
		color:#fff;
		font-size: 21px;
		padding-bottom: 0;
		font-weight:500;
		text-transform:uppercase;
	}
	.custom-services {
		position:relative !important;
		padding:0;
		margin:0px 0;
		display:block;
		overflow:visible;
	}
	.ch-item {
		position:relative !important;
		padding:0;
		margin:20px 0;
		height:135px;
		display:block;
		overflow:visible;
	}
	
	
	
	
	
	@media (max-width: 767px) {
  .ch-info-wrap{
		position: absolute;
		width: 80%;
		height: 148px;
		border-radius: 10px;	
	}
	
	
  
}


@media (max-width: 467px) {
  

.calendar {
    background: url(../images/calendar.jpg) no-repeat;
    width: 100%;
    height: 172px;
    margin: auto;
        margin-left: auto;
    margin-left: 0px;
}

.ch-info-wrap{
		position: absolute;
		width: 80%;
		height: 148px;
		border-radius: 10px;
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
		-webkit-perspective: 800px;
		-moz-perspective: 800px;
		-o-perspective: 800px;
		-ms-perspective: 800px;
		perspective: 800px;
		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		-ms-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
		/*background: #ffffff;*/
		background:rgb(255,255,255, 0.40);
	}


}

	
	
	
	.ch-info-wrap{
		position: absolute;
		width: 100%;
		height: 148px;
		border-radius: 10px;
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
		-webkit-perspective: 800px;
		-moz-perspective: 800px;
		-o-perspective: 800px;
		-ms-perspective: 800px;
		perspective: 800px;
		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		-ms-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
		/*background: #ffffff;*/
		background:rgb(255,255,255, 0.40);
	}
	.ch-info-back  {
		padding:15px;
		text-align:center;
	}
	.ch-info-front {
		padding-top:25px;
		text-align:center;
	}
	.ch-info-back h3 {
		font-size:20px;
		margin-bottom:0;
		padding-bottom:0;
		color:#ffffff;
		font-weight:bold;
	}
	
	
	.ch-info-back h3 a {
		font-size:16px;
		margin-bottom:0;
		padding-bottom:0;
		color:#ffffff;
		font-weight:500;
	}
	
	
	
	
	
	
	.ch-info-back p {
		color:#ffffff;
	}
	.ch-info-front h3 {
		font-size:16px;
		color:#012f5c;
		font-weight:500;
	}
	
	
	
	.ch-info-front h3 a   {
		font-size:16px;
		color:#012f5c;
		font-weight:500;
	}
	
	
	.ch-info{
		position: absolute;
		width: 100%;
		height: 200px;
		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		-ms-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
		-webkit-transform-style: preserve-3d;
		-moz-transform-style: preserve-3d;
		-o-transform-style: preserve-3d;
		-ms-transform-style: preserve-3d;
		transform-style: preserve-3d;
	}
	.ch-info > div {
		display: block;
		position: absolute;
		width: 100%;
		height: 135px;
		background-position: center center;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-o-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		backface-visibility: hidden;
		border-radius: 10px;
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
	}
	.ch-info .ch-info-back {
		-webkit-transform: rotate3d(0,1,0,180deg);
		-moz-transform: rotate3d(0,1,0,180deg);
		-o-transform: rotate3d(0,1,0,180deg);
		-ms-transform: rotate3d(0,1,0,180deg);
		transform: rotate3d(0,1,0,180deg);
	}
	.ch-item:hover .ch-info {
		-webkit-transform: rotate3d(0,1,0,-180deg);
		-moz-transform: rotate3d(0,1,0,-180deg);
		-o-transform: rotate3d(0,1,0,-180deg);
		-ms-transform: rotate3d(0,1,0,-180deg);
		transform: rotate3d(0,1,0,-180deg);
	}
	.service-with-image .entry {
		position:relative;
	}
	.service-with-image {
		overflow:hidden;
		margin:20px 0;
		border:1px solid #dddddd;
	}
	.service-desc {
		padding:20px 0;
		min-height:147px;
	}
	.service-title a i {
		padding-right:5px;
	}
	.service-title a {

		font-weight:bold;
		text-transform:uppercase;
	}
	.service-title {
		background:#FFFFFF;
		bottom: 0;
		left: 0;
		position: absolute;
		right: 0;
		/*max-width: 120px;*/
		margin: auto;
		text-align: center;
		padding: 4px;
	}
	.service_vertical_box {
		overflow: hidden;
		display: block;
		margin-bottom: 20px;
	}
	.services_vertical .general-title h2 {
		padding:0 !important;
		color:#fff !important;
		text-align:left;
		font-size:30px !important;
	}
	.services_vertical p {
		padding:0 !important;
		text-align:left;
	}
	.services_vertical 
	 {
		overflow:hidden;
		padding:30px 0;
	}
	.services_vertical h3 {
		padding: 0 !important;
		font-size:18px;
	}
	.service_vertical_box .service-icon {
		float:left;
		clear: both;
		display: block;
		height: 60px;
		line-height: 60px;
		margin: 35px 20px;
		width: 60px;
	}
	.service_vertical_box a.readmore {
		padding-left:98px;
	}
	.services_vertical .icon-container {
		float:left;
	}
	.icon-container {
		border: 1px solid #FFFFFF;
		border-radius: 100px;
		-webkit-border-radius:100px;
		-moz-border-radius:100px;
		clear: both;
		color: #FFFFFF;
		display: block;
		font-size: 21px;
		height: 55px;
		line-height: 55px;
		margin: 38px 20px;
		text-align: center;
		width: 55px;
	}
	.servicebox {
		margin:20px 0;
	}
	.servicebox h3 {
		padding:0
	}
	.border-none {
		-webkit-border-radius:0 !important;
		-moz-border-radius: 0 !important;
		border-radius:0 !important;
	}
	.border-radius {
		-webkit-border-radius:500px !important;
		-moz-border-radius: 500px !important;
		border-radius:500px !important;
	}
	.service-icon i {
		color:#666666;
	}
	.little-padding {
		padding:5px 0 0 !important;
		overflow:hidden;
	}
	.make-bg {
		line-height:113px !important;
	}
	.make-bg i{
		font-size:2.6em !important;
		color:#fff !important;
	}
	.servicebox:hover .make-bg {
		background:#222222 !important;
		border-color:#232323 !important;
	}
	.servicebox:hover .border-none {
		border-bottom-color:#fff;
	}
	.service-icon-circle {
		overflow:hidden;
		margin:20px auto;
		display:block;
		position:relative;
		border:1px solid #222;
		height:100px;
		width:100px;
		line-height:107px;
		-webkit-border-radius: 0 100px 100px;
		-moz-border-radius: 0 100px 100px;
		border-radius: 0 100px 100px;
		-webkit-transition: background-color .2s linear, color .2s linear;
		-moz-transition: background-color .2s linear, color .2s linear;
		-o-transition: background-color .2s linear, color .2s linear;
		-ms-transition: background-color .2s linear, color .2s linear;
		transition: background-color .2s linear, color .2s linear;
	}
	.sr-only {
		display:block !important;
		overflow:visible;
		visibility:visible
	}
	.service-icon-circle i {
		font-size:24px;
	}
	.btn {
		font-family: 'PT Sans',sans-serif;
	}
	.btn-dark {
		background-color:#222222;
		color:#ffffff;
		border:none;
	}
	
	
	
	
	
	
	
	
	  .ch-info .ch-info-back, .service-with-image:hover  {
  /*  background-color: #dc0005;*/
  /*background:#012f5c;*/
  background:#012f5c;
	color:rgb(255,255,255);
	 height: 150px;
}
































.general-title, .messagebox {
    text-align: center;
}


.overlay {
    padding: 24px 0;
   /* background-color: rgba(19, 29, 51, 0.9);*/
   background-color: rgba(218, 218, 218, 0.6);
}



.overlay1 {
    padding: 0px 0;
   /* background-color: rgba(19, 29, 51, 0.9);*/
   background-color: rgba(1, 34, 67, 0.90);
}



.other-members4 ul {
	/*background: #18254a;*/
	padding: 7px 12px 10px;
	margin: 0px;
	list-style: none;
}
.other-members4 ul li {
	border-bottom: 1px dashed #fff;
	line-height: 40px;
	text-indent: -1.5em;
    padding-left: 1em;
}
.other-members4 ul li:last-child {
	border-bottom: 0px;
}


.other-members4 a {
	color: #333;
	font-size: 16px;
	/*cursor:none;*/
}
.other-members4 a:before {
	/*content: "\f101";*/
	font-family:FontAwesome;
	color: #fa394a;
	margin-right: 10px;
}


.other-members4 li:before {
	content: "\f101";
	font-family:FontAwesome;
	color: #fa394a;
	margin-right: 10px;
}

.gst-r {
    margin-left: 16px;
    background: rgba(255,255,255,.84);
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 0 15px 1px rgba(0,0,0,.4);
    box-sizing: border-box;
    width: 100%;
    position: relative;
	padding:20px 10px 10px 10px; 
}




.tab-nav {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.tab-nav li {
	margin-bottom: 6px;
	width: 100%;
}
.tab-nav a {
	background: #012f5c;
	border-left: 6px solid #fff;
	height: 63px;
	line-height: 63px;
	padding: 0 0 0 16px;
	display: block;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
}
.tab-nav li.active a, .tab-nav a:hover {
	border-color: #fdd415;
	color: #fdd415;
}
.history-tabs .tab-content h4 {
	color: #012f5c;
	margin-bottom: 0px;
	
}
.history-tabs .tab-content p {
	color: #666;
	line-height: 26px;
	margin-bottom: 20px;
	
}

.gray-bg {
    background: #f6f6f6;
}

.help-banner {
	/*background: #2980b9;*/
	background:#7a7d7f;
	width: 100%;
	float: left;
	padding: 1px 11px 8px 15px;
	margin-top: 30px;
	color: #fff;
	text-align: center;
}
.help-banner h4 {
	margin-bottom: 15px;
	color:#fff;
	text-align: center;
}
.help-banner strong {
	font-size: 20px;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
	
}
.help-banner i {
	margin-right: 5px;
}



.home_1_top {
    float: left;
    background-image: url(../images/curve_top.png);
    background-repeat: no-repeat;
    width: 300px;
    height: 77px;
}






.rs-search-courses{position:-webkit-sticky; position:sticky; top:0;}


.rs-search-courses {
  padding: 20px 0;
position: relative;
margin-top: -35px;
z-index: 10;


}
.rs-search-courses:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 90%;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  background-color: #131d33;
  z-index: -1;
  display: block;
}
.rs-search-courses select,
.rs-search-courses button,
.rs-search-courses input {
  width: 100%;
  height: 45px;
  padding: 0 15px;
  color: #777;
  /*border: none;*/
  font-size: 16px;
  border: 1px solid #e6e6e6;
}
.rs-search-courses ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
  opacity: 1 !important;
}
.rs-search-courses ::-moz-placeholder {
  /* Firefox 19+ */
  color: #777;
  opacity: 1 !important;
}
.rs-search-courses :-ms-input-placeholder {
  /* IE 10+ */
  color: #777;
  opacity: 1 !important;
}
.rs-search-courses :-moz-placeholder {
  /* Firefox 18- */
  color: #777;
  opacity: 1 !important;
}
.rs-search-courses select {
 /* -webkit-appearance: none;
  -moz-appearance: none;*/
  appearance: none;
  outline: none;
}
.rs-search-courses .categories,
.rs-search-courses .level {
  position: relative;
}
.rs-search-courses .categories:before,
.rs-search-courses .level:before {
  position: absolute;
  font-family: FontAwesome;
  content: "\f0d7";
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.rs-search-courses .search-btn button {
  background-color: #fdd415;
  border-color: #fdd415;
  color: #012f5c;
  font-weight: 600;
  cursor: pointer;
  font-size: 13px;
}
.rs-search-courses .search-btn button:hover,
.rs-search-courses .search-btn button:focus {
  background-color: #012f5c;
  color:#fff;
}
/* ------------------------------------
    10. Courses Details
---------------------------------------*/
.rs-courses-details .detail-img {
  position: relative;
  margin-bottom: 40px;
}
.rs-courses-details .detail-img img {
  transition: all 0.3s ease 0s;
}
.rs-courses-details .detail-img:hover img {
  opacity: 0.9;
}
.rs-courses-details .detail-img .course-seats {
  position: absolute;
  bottom: 25px;
  right: 25px;
  font-size: 15px;
  width: 78px;
  height: 78px;
  line-height: 21px;
  border-radius: 50%;
  text-align: center;
  background-color: #00648b;
  color: #fff;
  font-weight: 600;
  padding-top: 18px;
}
.rs-courses-details .detail-img .course-seats span {
  display: block;
}
.rs-courses-details .detail-img .course-seats.price {
  right: auto;
  left: 25px;
  padding-top: 0;
  line-height: 78px;
}
.rs-courses-details .course-title {
  font-size: 24px;
  margin-bottom: 30px;
}
.rs-courses-details .course-instructor {
  padding: 20px 25px 16px;
  background-color: #f9f9f9;
  position: relative;
}
.rs-courses-details .course-instructor p {
  margin-bottom: 0;
}
.rs-courses-details .course-instructor .instructor-title {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  margin-bottom: 20px;
}
.rs-courses-details .instructor-inner {
  display: -webkit-flex;
  display: flex;
}
.rs-courses-details .instructor-inner .instructor-img img {
  height: 100px;
  width: 100px;
  transition: all 0.3s ease 0s;
}
.rs-courses-details .instructor-inner .instructor-img:hover img {
  opacity: 0.8;
}
.rs-courses-details .instructor-inner .instructor-body {
  padding-left: 18px;
}
.rs-courses-details .instructor-inner .instructor-body .name {
  font-size: 16px;
  font-family: 'Roboto Condensed', sans-serif;
  margin-bottom: 0;
}
.rs-courses-details .instructor-inner .instructor-body .designation {
  font-size: 14px;
  font-weight: 600;
}
.rs-courses-details .instructor-inner .instructor-body .social-icon {
  margin-top: 15px;
}
.rs-courses-details .instructor-inner .instructor-body .social-icon a i {
  font-size: 17px;
  margin-right: 6px;
}
.rs-courses-details .short-desc {
  margin-top: 15px;
}
.rs-courses-details .info-list {
  font-weight: 600;
  font-size: 15px;
}
.rs-courses-details .info-list ul li {
  color: #777777;
  margin-bottom: 6px;
}
.rs-courses-details .info-list ul li span {
  color: #212121;
}
.rs-courses-details .apply-btn {
  position: absolute;
  right: 16px;
  bottom: 10px;
}
.rs-courses-details .apply-btn a {
  display: inline-block;
  height: 42px;
  line-height: 42px;
  text-align: center;
  min-width: 147px;
  padding: 0 20px;
  background-color: #ff3115;
  color: #fff;
  transition: all 0.3s ease 0s;
  font-weight: 600;
}
.rs-courses-details .apply-btn a:hover {
  background-color: #e41f05;
}
.rs-courses-details .course-desc {
  margin-top: 30px;
}
.rs-courses-details .course-desc .desc-title {
  font-size: 19px;
  margin-bottom: 12px;
}
.rs-courses-details .course-desc .desc-text p {
  margin-bottom: 18px;
}
.rs-courses-details .course-desc .share-area {
  padding: 15px;
  border: 1px solid #ccc;
}
.rs-courses-details .course-desc .share-area h3 {
  margin-bottom: 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
}
.rs-courses-details .course-desc .share-area .share-inner {
  text-align: right;
}
.rs-courses-details .course-desc .share-area .share-inner a {
  display: inline-block;
  min-width: 88px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 13px;
  color: #505050;
  padding: 0 12px;
  font-weight: 600;
}
.rs-courses-details .course-desc .share-area .share-inner a + a {
  margin-left: 8px;
}
.rs-courses-details .course-desc .share-area .share-inner a:hover {
  border-color: #ff3115;
  color: #ff3115;
}
.rs-courses-details .course-desc .course-syllabus {
  padding: 15px 0 35px;
}
.rs-courses-details .course-desc .course-syllabus h3.desc-title {
  padding-bottom: 10px;
}
.rs-courses-details .course-desc .course-syllabus ul.syllabus {
  padding-left: 15px;
}
.rs-courses-details .course-desc .course-syllabus ul.syllabus li {
  display: block;
  padding-top: 6px;
}
.rs-courses-details .course-desc .course-syllabus ul.syllabus li strong {
  padding-right: 5px;
  display: block;
}
.rs-courses-details .course-desc .course-syllabus ul.syllabus li span {
  padding-left: 20px;
  position: relative;
}
.rs-courses-details .course-desc .course-syllabus ul.syllabus li span:before {
  content: "\f054";
  font-family: "FontAwesome";
  font-size: 10px;
  left: 0;
  position: absolute;
  color: #505050;
  top: 0;
}
.rs-courses-details .rs-testimonial .testimonial-item {
  text-align: center;
}
.rs-courses-details .rs-testimonial .testimonial-item .testi-desc:after,
.rs-courses-details .rs-testimonial .testimonial-item .testi-desc:before {
  display: none;
}
.rs-courses-details .rs-testimonial .testimonial-item .cl-client-rating i {
  color: #ffaa30;
}
.rs-courses-details ul.course-meta-style li {
  float: left;
  padding-right: 30px;
  position: relative;
}
.rs-courses-details ul.course-meta-style li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 15px;
  width: 1px;
  height: 40px;
  background: #e1e1e1;
}
.rs-courses-details ul.course-meta-style li:last-child {
  padding-right: 0;
}
.rs-courses-details ul.course-meta-style li:last-child:before {
  display: none;
}
.rs-courses-details ul.course-meta-style li.author {
  overflow: hidden;
}
.rs-courses-details ul.course-meta-style li.author .author-name,
.rs-courses-details ul.course-meta-style li.author .image {
  float: left;
}
.rs-courses-details ul.course-meta-style li.author .author-name {
  padding-left: 15px;
}
.rs-courses-details ul.course-meta-style li a {
  color: #212121;
  font-weight: 600;
}
.rs-courses-details ul.course-meta-style li i {
  color: #ffaa30;
}
.rs-courses-details .btn-area {
  text-align: right;
}
.rs-courses-details .btn-area a {
  background: #ff3115;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  padding: 10px 20px;
}
.rs-courses-details .btn-area a:hover {
  background: #e41f05;
}
.rs-courses-details .course-des-tabs {
  margin-top: 15px;
}
.rs-courses-details .course-des-tabs .tab-btm .tabs-cyan {
  margin: 0;
  border: 0;
}
.rs-courses-details .course-des-tabs .tab-btm .tabs-cyan .nav-item {
  width: 25%;
}
.rs-courses-details .course-des-tabs .tab-btm .tabs-cyan .nav-item a {
  border: 1px solid #eee;
  background: #f9f9f9;
  border-right: 0;
  color: #212121;
  font-weight: 600;
  text-align:center;
}


@charset "UTF-8";
/*!
 * animate.css -http://daneden.me/animate
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.animation-delay1 {
  -webkit-animation-delay: 0.3s;
       -moz-animation-delay: 0.3s;
      animation-delay: 0.3s; 
}
  
.animation-delay2 {
  -webkit-animation-delay: .6s;
     -moz-animation-delay: .6s; 
      animation-delay: .6s; 
}
  
.animation-delay3 {  
  -webkit-animation-delay: .9s;
     -moz-animation-delay: .9s;  
      animation-delay: .9s;
}

.animation-delay4 {  
  -webkit-animation-delay: 1.2s;
     -moz-animation-delay: 1.2s;  
      animation-delay: 1.2s;
}
  
.animation-delay5 { 
  -webkit-animation-delay: 1.6s;
     -moz-animation-delay: 1.6s; 
      animation-delay: 1.6s; 
}

.animation-delay6 {
  -webkit-animation-delay: 3s;
     -moz-animation-delay: 3s; 
      animation-delay: 3s; 
} 

.animation-delay7 {
  -webkit-animation-delay: 2.5s;
     -moz-animation-delay: 2.5s; 
      animation-delay: 2.5s; 
}

.animation-delay8 {
  -webkit-animation-delay: 3s;
     -moz-animation-delay: 3s; 
      animation-delay: 3s; 
}

.animated {
  -webkit-animation-duration: 1s;
     -moz-animation-duration: 1s;
       -o-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
       -o-animation-fill-mode: both;
          animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
     -moz-animation-duration: 2s;
       -o-animation-duration: 2s;
          animation-duration: 2s;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
     -moz-animation-iteration-count: infinite;
       -o-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {opacity: 1;} 
  25%, 75% {opacity: 0;}
}

@-moz-keyframes flash {
  0%, 50%, 100% {opacity: 1;} 
  25%, 75% {opacity: 0;}
}

@-o-keyframes flash {
  0%, 50%, 100% {opacity: 1;} 
  25%, 75% {opacity: 0;}
}

@keyframes flash {
  0%, 50%, 100% {opacity: 1;} 
  25%, 75% {opacity: 0;}
}

.animated.flash {
  -webkit-animation-name: flash;
  -moz-animation-name: flash;
  -o-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes shake {
  0%, 100% {-webkit-transform: translateX(0);}
  10%, 30%, 50%, 70%, 90% {-webkit-transform: translateX(-10px);}
  20%, 40%, 60%, 80% {-webkit-transform: translateX(10px);}
}

@-moz-keyframes shake {
  0%, 100% {-moz-transform: translateX(0);}
  10%, 30%, 50%, 70%, 90% {-moz-transform: translateX(-10px);}
  20%, 40%, 60%, 80% {-moz-transform: translateX(10px);}
}

@-o-keyframes shake {
  0%, 100% {-o-transform: translateX(0);}
  10%, 30%, 50%, 70%, 90% {-o-transform: translateX(-10px);}
  20%, 40%, 60%, 80% {-o-transform: translateX(10px);}
}

@keyframes shake {
  0%, 100% {transform: translateX(0);}
  10%, 30%, 50%, 70%, 90% {transform: translateX(-10px);}
  20%, 40%, 60%, 80% {transform: translateX(10px);}
}

.animated.shake {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  -o-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}
  40% {-webkit-transform: translateY(-30px);}
  60% {-webkit-transform: translateY(-15px);}
}

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
  40% {-moz-transform: translateY(-30px);}
  60% {-moz-transform: translateY(-15px);}
}

@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
  40% {-o-transform: translateY(-30px);}
  60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
  40% {transform: translateY(-30px);}
  60% {transform: translateY(-15px);}
}

.animated.bounce {
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  animation-name: bounce;
}
@-webkit-keyframes tada {
  0% {-webkit-transform: scale(1);} 
  10%, 20% {-webkit-transform: scale(0.9) rotate(-3deg);}
  30%, 50%, 70%, 90% {-webkit-transform: scale(1.1) rotate(3deg);}
  40%, 60%, 80% {-webkit-transform: scale(1.1) rotate(-3deg);}
  100% {-webkit-transform: scale(1) rotate(0);}
}

@-moz-keyframes tada {
  0% {-moz-transform: scale(1);}  
  10%, 20% {-moz-transform: scale(0.9) rotate(-3deg);}
  30%, 50%, 70%, 90% {-moz-transform: scale(1.1) rotate(3deg);}
  40%, 60%, 80% {-moz-transform: scale(1.1) rotate(-3deg);}
  100% {-moz-transform: scale(1) rotate(0);}
}

@-o-keyframes tada {
  0% {-o-transform: scale(1);}  
  10%, 20% {-o-transform: scale(0.9) rotate(-3deg);}
  30%, 50%, 70%, 90% {-o-transform: scale(1.1) rotate(3deg);}
  40%, 60%, 80% {-o-transform: scale(1.1) rotate(-3deg);}
  100% {-o-transform: scale(1) rotate(0);}
}

@keyframes tada {
  0% {transform: scale(1);} 
  10%, 20% {transform: scale(0.9) rotate(-3deg);}
  30%, 50%, 70%, 90% {transform: scale(1.1) rotate(3deg);}
  40%, 60%, 80% {transform: scale(1.1) rotate(-3deg);}
  100% {transform: scale(1) rotate(0);}
}

.animated.tada {
  -webkit-animation-name: tada;
  -moz-animation-name: tada;
  -o-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes swing {
  20%, 40%, 60%, 80%, 100% { -webkit-transform-origin: top center; }
  20% { -webkit-transform: rotate(15deg); } 
  40% { -webkit-transform: rotate(-10deg); }
  60% { -webkit-transform: rotate(5deg); }  
  80% { -webkit-transform: rotate(-5deg); } 
  100% { -webkit-transform: rotate(0deg); }
}

@-moz-keyframes swing {
  20% { -moz-transform: rotate(15deg); }  
  40% { -moz-transform: rotate(-10deg); }
  60% { -moz-transform: rotate(5deg); } 
  80% { -moz-transform: rotate(-5deg); }  
  100% { -moz-transform: rotate(0deg); }
}

@-o-keyframes swing {
  20% { -o-transform: rotate(15deg); }  
  40% { -o-transform: rotate(-10deg); }
  60% { -o-transform: rotate(5deg); } 
  80% { -o-transform: rotate(-5deg); }  
  100% { -o-transform: rotate(0deg); }
}

@keyframes swing {
  20% { transform: rotate(15deg); } 
  40% { transform: rotate(-10deg); }
  60% { transform: rotate(5deg); }  
  80% { transform: rotate(-5deg); } 
  100% { transform: rotate(0deg); }
}

.animated.swing {
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  -moz-animation-name: swing;
  -o-animation-name: swing;
  animation-name: swing;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% { -webkit-transform: translateX(0%); }
  15% { -webkit-transform: translateX(-25%) rotate(-5deg); }
  30% { -webkit-transform: translateX(20%) rotate(3deg); }
  45% { -webkit-transform: translateX(-15%) rotate(-3deg); }
  60% { -webkit-transform: translateX(10%) rotate(2deg); }
  75% { -webkit-transform: translateX(-5%) rotate(-1deg); }
  100% { -webkit-transform: translateX(0%); }
}

@-moz-keyframes wobble {
  0% { -moz-transform: translateX(0%); }
  15% { -moz-transform: translateX(-25%) rotate(-5deg); }
  30% { -moz-transform: translateX(20%) rotate(3deg); }
  45% { -moz-transform: translateX(-15%) rotate(-3deg); }
  60% { -moz-transform: translateX(10%) rotate(2deg); }
  75% { -moz-transform: translateX(-5%) rotate(-1deg); }
  100% { -moz-transform: translateX(0%); }
}

@-o-keyframes wobble {
  0% { -o-transform: translateX(0%); }
  15% { -o-transform: translateX(-25%) rotate(-5deg); }
  30% { -o-transform: translateX(20%) rotate(3deg); }
  45% { -o-transform: translateX(-15%) rotate(-3deg); }
  60% { -o-transform: translateX(10%) rotate(2deg); }
  75% { -o-transform: translateX(-5%) rotate(-1deg); }
  100% { -o-transform: translateX(0%); }
}

@keyframes wobble {
  0% { transform: translateX(0%); }
  15% { transform: translateX(-25%) rotate(-5deg); }
  30% { transform: translateX(20%) rotate(3deg); }
  45% { transform: translateX(-15%) rotate(-3deg); }
  60% { transform: translateX(10%) rotate(2deg); }
  75% { transform: translateX(-5%) rotate(-1deg); }
  100% { transform: translateX(0%); }
}

.animated.wobble {
  -webkit-animation-name: wobble;
  -moz-animation-name: wobble;
  -o-animation-name: wobble;
  animation-name: wobble;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
    0% { -webkit-transform: scale(1); } 
  50% { -webkit-transform: scale(1.1); }
    100% { -webkit-transform: scale(1); }
}
@-moz-keyframes pulse {
    0% { -moz-transform: scale(1); }  
  50% { -moz-transform: scale(1.1); }
    100% { -moz-transform: scale(1); }
}
@-o-keyframes pulse {
    0% { -o-transform: scale(1); }  
  50% { -o-transform: scale(1.1); }
    100% { -o-transform: scale(1); }
}
@keyframes pulse {
    0% { transform: scale(1); } 
  50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

.animated.pulse {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -o-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
}
@-moz-keyframes flip {
  0% {
    -moz-transform: perspective(400px) rotateY(0);
    -moz-animation-timing-function: ease-out;
  }
  40% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -moz-animation-timing-function: ease-out;
  }
  50% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-animation-timing-function: ease-in;
  }
  80% {
    -moz-transform: perspective(400px) rotateY(360deg) scale(.95);
    -moz-animation-timing-function: ease-in;
  }
  100% {
    -moz-transform: perspective(400px) scale(1);
    -moz-animation-timing-function: ease-in;
  }
}
@-o-keyframes flip {
  0% {
    -o-transform: perspective(400px) rotateY(0);
    -o-animation-timing-function: ease-out;
  }
  40% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -o-animation-timing-function: ease-out;
  }
  50% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -o-animation-timing-function: ease-in;
  }
  80% {
    -o-transform: perspective(400px) rotateY(360deg) scale(.95);
    -o-animation-timing-function: ease-in;
  }
  100% {
    -o-transform: perspective(400px) scale(1);
    -o-animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) rotateY(360deg) scale(.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flip;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flip;
  -o-backface-visibility: visible !important;
  -o-animation-name: flip;
  backface-visibility: visible !important;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
    }
    
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
    }
    
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@-moz-keyframes flipInX {
    0% {
        -moz-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    
    40% {
        -moz-transform: perspective(400px) rotateX(-10deg);
    }
    
    70% {
        -moz-transform: perspective(400px) rotateX(10deg);
    }
    
    100% {
        -moz-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@-o-keyframes flipInX {
    0% {
        -o-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    
    40% {
        -o-transform: perspective(400px) rotateX(-10deg);
    }
    
    70% {
        -o-transform: perspective(400px) rotateX(10deg);
    }
    
    100% {
        -o-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    
    40% {
        transform: perspective(400px) rotateX(-10deg);
    }
    
    70% {
        transform: perspective(400px) rotateX(10deg);
    }
    
    100% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

.animated.flipInX {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInX;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInX;
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
  100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@-moz-keyframes flipOutX {
    0% {
        -moz-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
  100% {
        -moz-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@-o-keyframes flipOutX {
    0% {
        -o-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
  100% {
        -o-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    0% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
  100% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

.animated.flipOutX {
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -moz-animation-name: flipOutX;
  -moz-backface-visibility: visible !important;
  -o-animation-name: flipOutX;
  -o-backface-visibility: visible !important;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
    }
    
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
    }
    
    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}
@-moz-keyframes flipInY {
    0% {
        -moz-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    
    40% {
        -moz-transform: perspective(400px) rotateY(-10deg);
    }
    
    70% {
        -moz-transform: perspective(400px) rotateY(10deg);
    }
    
    100% {
        -moz-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}
@-o-keyframes flipInY {
    0% {
        -o-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    
    40% {
        -o-transform: perspective(400px) rotateY(-10deg);
    }
    
    70% {
        -o-transform: perspective(400px) rotateY(10deg);
    }
    
    100% {
        -o-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}
@keyframes flipInY {
    0% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    
    40% {
        transform: perspective(400px) rotateY(-10deg);
    }
    
    70% {
        transform: perspective(400px) rotateY(10deg);
    }
    
    100% {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}

.animated.flipInY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInY;
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
  100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}
@-moz-keyframes flipOutY {
    0% {
        -moz-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
  100% {
        -moz-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}
@-o-keyframes flipOutY {
    0% {
        -o-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
  100% {
        -o-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}
@keyframes flipOutY {
    0% {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
  100% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}

.animated.flipOutY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipOutY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipOutY;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@-webkit-keyframes fadeIn {
  0% {opacity: 0;}  
  100% {opacity: 1;}
}

@-moz-keyframes fadeIn {
  0% {opacity: 0;}  
  100% {opacity: 1;}
}

@-o-keyframes fadeIn {
  0% {opacity: 0;}  
  100% {opacity: 1;}
}

@keyframes fadeIn {
  0% {opacity: 0;}  
  100% {opacity: 1;}
}

.animated.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
  
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.animated.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
  
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
  
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.animated.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
  
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}

@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
  
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.animated.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
  }
  
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
  
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}

@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
  
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.animated.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@-o-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
  
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.animated.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  -moz-animation-name: fadeInUpBig;
  -o-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@-o-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.animated.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  -moz-animation-name: fadeInDownBig;
  -o-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  

  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.animated.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  -moz-animation-name: fadeInLeftBig;
  -o-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}

@-o-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.animated.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  -moz-animation-name: fadeInRightBig;
  -o-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeOut {
  0% {opacity: 1;}
  100% {opacity: 0;}
}

@-moz-keyframes fadeOut {
  0% {opacity: 1;}
  100% {opacity: 0;}
}

@-o-keyframes fadeOut {
  0% {opacity: 1;}
  100% {opacity: 0;}
}

@keyframes fadeOut {
  0% {opacity: 1;}
  100% {opacity: 0;}
}

.animated.fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
}
@-moz-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  
  100% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
}
@-o-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  
  100% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}

.animated.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  -moz-animation-name: fadeOutUp;
  -o-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
}

@-moz-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  
  100% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
}

@-o-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  
  100% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}

.animated.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  -moz-animation-name: fadeOutDown;
  -o-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
}

@-moz-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  
  100% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
}

@-o-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  
  100% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}

.animated.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  -moz-animation-name: fadeOutLeft;
  -o-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
}

@-moz-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  
  100% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
}

@-o-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  
  100% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}

.animated.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  -moz-animation-name: fadeOutRight;
  -o-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}

@-moz-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}

@-o-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}

.animated.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  -moz-animation-name: fadeOutUpBig;
  -o-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}

@-moz-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}

@-o-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  
  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}

.animated.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  -moz-animation-name: fadeOutDownBig;
  -o-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}

@-moz-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}

@-o-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}

.animated.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  -moz-animation-name: fadeOutLeftBig;
  -o-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-o-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}

.animated.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  -moz-animation-name: fadeOutRightBig;
  -o-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
  }
  
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  
  70% {
    -webkit-transform: scale(.9);
  }
  
  100% {
    -webkit-transform: scale(1);
  }
}

@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(.3);
  }
  
  50% {
    opacity: 1;
    -moz-transform: scale(1.05);
  }
  
  70% {
    -moz-transform: scale(.9);
  }
  
  100% {
    -moz-transform: scale(1);
  }
}

@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(.3);
  }
  
  50% {
    opacity: 1;
    -o-transform: scale(1.05);
  }
  
  70% {
    -o-transform: scale(.9);
  }
  
  100% {
    -o-transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(.3);
  }
  
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  
  70% {
    transform: scale(.9);
  }
  
  100% {
    transform: scale(1);
  }
}

.animated.bounceIn {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }
  
  80% {
    -webkit-transform: translateY(10px);
  }
  
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes bounceInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  
  60% {
    opacity: 1;
    -moz-transform: translateY(-30px);
  }
  
  80% {
    -moz-transform: translateY(10px);
  }
  
  100% {
    -moz-transform: translateY(0);
  }
}

@-o-keyframes bounceInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
  
  60% {
    opacity: 1;
    -o-transform: translateY(-30px);
  }
  
  80% {
    -o-transform: translateY(10px);
  }
  
  100% {
    -o-transform: translateY(0);
  }
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  
  80% {
    transform: translateY(10px);
  }
  
  100% {
    transform: translateY(0);
  }
}

.animated.bounceInUp {
  -webkit-animation-name: bounceInUp;
  -moz-animation-name: bounceInUp;
  -o-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
  }
  
  80% {
    -webkit-transform: translateY(-10px);
  }
  
  100% {
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes bounceInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  
  60% {
    opacity: 1;
    -moz-transform: translateY(30px);
  }
  
  80% {
    -moz-transform: translateY(-10px);
  }
  
  100% {
    -moz-transform: translateY(0);
  }
}

@-o-keyframes bounceInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  
  60% {
    opacity: 1;
    -o-transform: translateY(30px);
  }
  
  80% {
    -o-transform: translateY(-10px);
  }
  
  100% {
    -o-transform: translateY(0);
  }
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  
  80% {
    transform: translateY(-10px);
  }
  
  100% {
    transform: translateY(0);
  }
}

.animated.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -moz-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
  }
  
  80% {
    -webkit-transform: translateX(-10px);
  }
  
  100% {
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  
  60% {
    opacity: 1;
    -moz-transform: translateX(30px);
  }
  
  80% {
    -moz-transform: translateX(-10px);
  }
  
  100% {
    -moz-transform: translateX(0);
  }
}

@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  
  60% {
    opacity: 1;
    -o-transform: translateX(30px);
  }
  
  80% {
    -o-transform: translateX(-10px);
  }
  
  100% {
    -o-transform: translateX(0);
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  
  80% {
    transform: translateX(-10px);
  }
  
  100% {
    transform: translateX(0);
  }
}

.animated.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -moz-animation-name: bounceInLeft;
  -o-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
  }
  
  80% {
    -webkit-transform: translateX(10px);
  }
  
  100% {
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  
  60% {
    opacity: 1;
    -moz-transform: translateX(-30px);
  }
  
  80% {
    -moz-transform: translateX(10px);
  }
  
  100% {
    -moz-transform: translateX(0);
  }
}

@-o-keyframes bounceInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  
  60% {
    opacity: 1;
    -o-transform: translateX(-30px);
  }
  
  80% {
    -o-transform: translateX(10px);
  }
  
  100% {
    -o-transform: translateX(0);
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  
  80% {
    transform: translateX(10px);
  }
  
  100% {
    transform: translateX(0);
  }
}

.animated.bounceInRight {
  -webkit-animation-name: bounceInRight;
  -moz-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
  }
  
  25% {
    -webkit-transform: scale(.95);
  }
  
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  
  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
  } 
}

@-moz-keyframes bounceOut {
  0% {
    -moz-transform: scale(1);
  }
  
  25% {
    -moz-transform: scale(.95);
  }
  
  50% {
    opacity: 1;
    -moz-transform: scale(1.1);
  }
  
  100% {
    opacity: 0;
    -moz-transform: scale(.3);
  } 
}

@-o-keyframes bounceOut {
  0% {
    -o-transform: scale(1);
  }
  
  25% {
    -o-transform: scale(.95);
  }
  
  50% {
    opacity: 1;
    -o-transform: scale(1.1);
  }
  
  100% {
    opacity: 0;
    -o-transform: scale(.3);
  } 
}

@keyframes bounceOut {
  0% {

    transform: scale(1);
  }
  
  25% {
    transform: scale(.95);
  }
  
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  
  100% {
    opacity: 0;
    transform: scale(.3);
  } 
}

.animated.bounceOut {
  -webkit-animation-name: bounceOut;
  -moz-animation-name: bounceOut;
  -o-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
  }
  
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
  }
  
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}

@-moz-keyframes bounceOutUp {
  0% {
    -moz-transform: translateY(0);
  }
  
  20% {
    opacity: 1;
    -moz-transform: translateY(20px);
  }
  
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}

@-o-keyframes bounceOutUp {
  0% {
    -o-transform: translateY(0);
  }
  
  20% {
    opacity: 1;
    -o-transform: translateY(20px);
  }
  
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}

@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}

.animated.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  -moz-animation-name: bounceOutUp;
  -o-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
  }
  
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }
  
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}

@-moz-keyframes bounceOutDown {
  0% {
    -moz-transform: translateY(0);
  }
  
  20% {
    opacity: 1;
    -moz-transform: translateY(-20px);
  }
  
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}

@-o-keyframes bounceOutDown {
  0% {
    -o-transform: translateY(0);
  }
  

  20% {
    opacity: 1;
    -o-transform: translateY(-20px);
  }
  
  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}

@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}

.animated.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  -moz-animation-name: bounceOutDown;
  -o-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}

@-moz-keyframes bounceOutLeft {
  0% {
    -moz-transform: translateX(0);
  }
  
  20% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }
  
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}

@-o-keyframes bounceOutLeft {
  0% {
    -o-transform: translateX(0);
  }
  
  20% {
    opacity: 1;
    -o-transform: translateX(20px);
  }
  
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}

@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}

.animated.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  -moz-animation-name: bounceOutLeft;
  -o-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
  }
  
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}

@-moz-keyframes bounceOutRight {
  0% {
    -moz-transform: translateX(0);
  }
  
  20% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }
  
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}

@-o-keyframes bounceOutRight {
  0% {
    -o-transform: translateX(0);
  }
  
  20% {
    opacity: 1;
    -o-transform: translateX(-20px);
  }
  
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}

@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}

.animated.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  -moz-animation-name: bounceOutRight;
  -o-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0;
  }
  
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateIn {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(-200deg);
    opacity: 0;
  }
  
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateIn {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(-200deg);
    opacity: 0;
  }
  
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}

.animated.rotateIn {
  -webkit-animation-name: rotateIn;
  -moz-animation-name: rotateIn;
  -o-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}

@-moz-keyframes rotateInUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
  
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}

@-o-keyframes rotateInUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
  
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

.animated.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  -moz-animation-name: rotateInUpLeft;
  -o-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}

@-moz-keyframes rotateInDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
  
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}

@-o-keyframes rotateInDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
  
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;

  }
}

.animated.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  -moz-animation-name: rotateInDownLeft;
  -o-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}

@-moz-keyframes rotateInUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
  
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}

@-o-keyframes rotateInUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
  
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

.animated.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  -moz-animation-name: rotateInUpRight;
  -o-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}

@-moz-keyframes rotateInDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
  
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}

@-o-keyframes rotateInDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
  
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

.animated.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  -moz-animation-name: rotateInDownRight;
  -o-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0;
  }
}

@-moz-keyframes rotateOut {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(200deg);
    opacity: 0;
  }
}

@-o-keyframes rotateOut {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1;
  }
  
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
  
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}

.animated.rotateOut {
  -webkit-animation-name: rotateOut;
  -moz-animation-name: rotateOut;
  -o-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}

@-moz-keyframes rotateOutUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
}

@-o-keyframes rotateOutUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  
  100% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.animated.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  -moz-animation-name: rotateOutUpLeft;
  -o-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}

@-moz-keyframes rotateOutDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
}

@-o-keyframes rotateOutDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}

.animated.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  -moz-animation-name: rotateOutDownLeft;
  -o-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}

@-moz-keyframes rotateOutUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
}

@-o-keyframes rotateOutUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}

.animated.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  -moz-animation-name: rotateOutUpRight;
  -o-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}

@-moz-keyframes rotateOutDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
}

@-o-keyframes rotateOutDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.animated.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  -moz-animation-name: rotateOutDownRight;
  -o-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes hinge {
  0% { -webkit-transform: rotate(0); -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; }  
  20%, 60% { -webkit-transform: rotate(80deg); -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; }  
  40% { -webkit-transform: rotate(60deg); -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; } 
  80% { -webkit-transform: rotate(60deg) translateY(0); opacity: 1; -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; } 
  100% { -webkit-transform: translateY(700px); opacity: 0; }
}

@-moz-keyframes hinge {
  0% { -moz-transform: rotate(0); -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; } 
  20%, 60% { -moz-transform: rotate(80deg); -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; } 
  40% { -moz-transform: rotate(60deg); -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; }  
  80% { -moz-transform: rotate(60deg) translateY(0); opacity: 1; -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; }  
  100% { -moz-transform: translateY(700px); opacity: 0; }
}

@-o-keyframes hinge {
  0% { -o-transform: rotate(0); -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; } 
  20%, 60% { -o-transform: rotate(80deg); -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; } 
  40% { -o-transform: rotate(60deg); -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; }  
  80% { -o-transform: rotate(60deg) translateY(0); opacity: 1; -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; }  
  100% { -o-transform: translateY(700px); opacity: 0; }
}

@keyframes hinge {
  0% { transform: rotate(0); transform-origin: top left; animation-timing-function: ease-in-out; }  
  20%, 60% { transform: rotate(80deg); transform-origin: top left; animation-timing-function: ease-in-out; }  
  40% { transform: rotate(60deg); transform-origin: top left; animation-timing-function: ease-in-out; } 
  80% { transform: rotate(60deg) translateY(0); opacity: 1; transform-origin: top left; animation-timing-function: ease-in-out; } 
  100% { transform: translateY(700px); opacity: 0; }
}

.animated.hinge {
  -webkit-animation-name: hinge;
  -moz-animation-name: hinge;
  -o-animation-name: hinge;
  animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% { opacity: 0; -webkit-transform: translateX(-100%) rotate(-120deg); }
  100% { opacity: 1; -webkit-transform: translateX(0px) rotate(0deg); }
}

@-moz-keyframes rollIn {
  0% { opacity: 0; -moz-transform: translateX(-100%) rotate(-120deg); }
  100% { opacity: 1; -moz-transform: translateX(0px) rotate(0deg); }
}

@-o-keyframes rollIn {
  0% { opacity: 0; -o-transform: translateX(-100%) rotate(-120deg); }
  100% { opacity: 1; -o-transform: translateX(0px) rotate(0deg); }
}

@keyframes rollIn {
  0% { opacity: 0; transform: translateX(-100%) rotate(-120deg); }
  100% { opacity: 1; transform: translateX(0px) rotate(0deg); }
}

.animated.rollIn {
  -webkit-animation-name: rollIn;
  -moz-animation-name: rollIn;
  -o-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
    0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }

    100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
  }
}

@-moz-keyframes rollOut {
    0% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg);
  }

    100% {
    opacity: 0;
    -moz-transform: translateX(100%) rotate(120deg);
  }
}

@-o-keyframes rollOut {
    0% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg);
  }

    100% {
    opacity: 0;
    -o-transform: translateX(100%) rotate(120deg);
  }
}

@keyframes rollOut {
    0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }

    100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}

.animated.rollOut {
  -webkit-animation-name: rollOut;
  -moz-animation-name: rollOut;
  -o-animation-name: rollOut;
  animation-name: rollOut;
}

/* originally authored by Angelo Rohit - https://github.com/angelorohit */

@-webkit-keyframes lightSpeedIn {
  0% { -webkit-transform: translateX(100%) skewX(-30deg); opacity: 0; }
  60% { -webkit-transform: translateX(-20%) skewX(30deg); opacity: 1; }
  80% { -webkit-transform: translateX(0%) skewX(-15deg); opacity: 1; }
  100% { -webkit-transform: translateX(0%) skewX(0deg); opacity: 1; }
}

@-moz-keyframes lightSpeedIn {
  0% { -moz-transform: translateX(100%) skewX(-30deg); opacity: 0; }
  60% { -moz-transform: translateX(-20%) skewX(30deg); opacity: 1; }
  80% { -moz-transform: translateX(0%) skewX(-15deg); opacity: 1; }
  100% { -moz-transform: translateX(0%) skewX(0deg); opacity: 1; }
}

@-o-keyframes lightSpeedIn {
  0% { -o-transform: translateX(100%) skewX(-30deg); opacity: 0; }
  60% { -o-transform: translateX(-20%) skewX(30deg); opacity: 1; }
  80% { -o-transform: translateX(0%) skewX(-15deg); opacity: 1; }
  100% { -o-transform: translateX(0%) skewX(0deg); opacity: 1; }
}

@keyframes lightSpeedIn {
  0% { transform: translateX(100%) skewX(-30deg); opacity: 0; }
  60% { transform: translateX(-20%) skewX(30deg); opacity: 1; }
  80% { transform: translateX(0%) skewX(-15deg); opacity: 1; }
  100% { transform: translateX(0%) skewX(0deg); opacity: 1; }
}

.animated.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    -moz-animation-name: lightSpeedIn;
    -o-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;

    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

.animated.lightSpeedIn {
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

/* originally authored by Angelo Rohit - https://github.com/angelorohit */

@-webkit-keyframes lightSpeedOut {
    0% { -webkit-transform: translateX(0%) skewX(0deg); opacity: 1; }
  100% { -webkit-transform: translateX(100%) skewX(-30deg); opacity: 0; }
}

@-moz-keyframes lightSpeedOut {
  0% { -moz-transform: translateX(0%) skewX(0deg); opacity: 1; }
  100% { -moz-transform: translateX(100%) skewX(-30deg); opacity: 0; }
}

@-o-keyframes lightSpeedOut {
  0% { -o-transform: translateX(0%) skewX(0deg); opacity: 1; }
  100% { -o-transform: translateX(100%) skewX(-30deg); opacity: 0; }
}

@keyframes lightSpeedOut {
  0% { transform: translateX(0%) skewX(0deg); opacity: 1; }
  100% { transform: translateX(100%) skewX(-30deg); opacity: 0; }
}

.animated.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    -moz-animation-name: lightSpeedOut;
    -o-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;

    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

.animated.lightSpeedOut {
    -webkit-animation-duration: 0.25s;
    -moz-animation-duration: 0.25s;
    -o-animation-duration: 0.25s;
    animation-duration: 0.25s;
}

/* originally authored by Angelo Rohit - https://github.com/angelorohit */

@-webkit-keyframes wiggle {
    0% { -webkit-transform: skewX(9deg); }
    10% { -webkit-transform: skewX(-8deg); }
    20% { -webkit-transform: skewX(7deg); }
    30% { -webkit-transform: skewX(-6deg); }
    40% { -webkit-transform: skewX(5deg); }
    50% { -webkit-transform: skewX(-4deg); }
    60% { -webkit-transform: skewX(3deg); }
    70% { -webkit-transform: skewX(-2deg); }
    80% { -webkit-transform: skewX(1deg); }
    90% { -webkit-transform: skewX(0deg); }
  100% { -webkit-transform: skewX(0deg); }
}

@-moz-keyframes wiggle {
    0% { -moz-transform: skewX(9deg); }
    10% { -moz-transform: skewX(-8deg); }
    20% { -moz-transform: skewX(7deg); }
    30% { -moz-transform: skewX(-6deg); }
    40% { -moz-transform: skewX(5deg); }
    50% { -moz-transform: skewX(-4deg); }
    60% { -moz-transform: skewX(3deg); }
    70% { -moz-transform: skewX(-2deg); }
    80% { -moz-transform: skewX(1deg); }
    90% { -moz-transform: skewX(0deg); }
  100% { -moz-transform: skewX(0deg); }
}

@-o-keyframes wiggle {
    0% { -o-transform: skewX(9deg); }
    10% { -o-transform: skewX(-8deg); }
    20% { -o-transform: skewX(7deg); }
    30% { -o-transform: skewX(-6deg); }
    40% { -o-transform: skewX(5deg); }
    50% { -o-transform: skewX(-4deg); }
    60% { -o-transform: skewX(3deg); }
    70% { -o-transform: skewX(-2deg); }
    80% { -o-transform: skewX(1deg); }
    90% { -o-transform: skewX(0deg); }
  100% { -o-transform: skewX(0deg); }
}

@keyframes wiggle {
    0% { transform: skewX(9deg); }
    10% { transform: skewX(-8deg); }
    20% { transform: skewX(7deg); }
    30% { transform: skewX(-6deg); }
    40% { transform: skewX(5deg); }
    50% { transform: skewX(-4deg); }
    60% { transform: skewX(3deg); }
    70% { transform: skewX(-2deg); }
    80% { transform: skewX(1deg); }
    90% { transform: skewX(0deg); }
  100% { transform: skewX(0deg); }
}

.animated.wiggle {
    -webkit-animation-name: wiggle;
    -moz-animation-name: wiggle;
    -o-animation-name: wiggle;
    animation-name: wiggle;

    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

.animated.wiggle {
    -webkit-animation-duration: 0.75s;
    -moz-animation-duration: 0.75s;
    -o-animation-duration: 0.75s;
    animation-duration: 0.75s;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}



.section-title-s7 h2::after {
    content: "";
    background-color: #fdd415;
    width: 30px;
    height: 5px;
    border-radius: 5px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
	text-align:center;
}


.section-title-s7 h2 {
    font-size: 20px;
    /*font-size: 2.4rem;*/
    line-height: 1em;
    margin: 0;
        margin-bottom: 37px;
    padding-bottom: 0.47em;
    position: relative;
}








.section-title-s7 h1::after {
    content: "";
    background-color: #fdd415;
    width: 30px;
    height: 5px;
    border-radius: 5px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
	text-align:center;
}


.section-title-s7 h1 {
    font-size: 25px;
    /*font-size: 2.4rem;*/
    line-height: 1em;
    margin: 0;
        margin-bottom: 37px;
    padding-bottom: 0.47em;
    position: relative;
}




 .contact-address-section {
  text-align: center;
  margin: 50px 0;
}

 .contact-address-section {
  text-align: center;
  margin: 50px 0;
}
 .contact-address-section .contact-info {
  background: #f0f0f0;
  border: 1px solid #e1e1e1;
  padding: 25px 0 23px;
}
 .contact-address-section .contact-info .contact-pd {
  padding: 0 10px;
}
 .contact-address-section .contact-info i {
  color: #012f5c;
  font-size: 36px;
  margin: 0;
  padding: 0;
}
 .contact-address-section .contact-info h4 {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #212121;
  margin: 0;
  padding: 15px 0;
}
 .contact-address-section .contact-info a {
  color: #505050;
  display: block;
}
 .contact-address-section .contact-info a:hover {
  color: #ff3115;
}
 .contact-address-section .contact-info p {
  color: #505050;
  margin: 0;
  padding: 0;
}
 .contact-comment-section h3 {
  font-size: 20px;
  margin: 0;
  padding-bottom: 30px;
  text-transform: uppercase;
  font-weight: 600;
}



.table-bordered {
    border: 1px solid #ddd !important;
       
    border-bottom: solid 3px #084187 !important;
}
.tablebgtr {
	background:#012f5c;
	color: #fff;
}




.btn1 {
    display: inline-block;
    padding: 3px 5px;
    margin-bottom: 0;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-radius: 4px;
}

.btn1:hover  {
	color:#fff; 

}


.btn-danger1 {
    color: #fff;
    background-color: #f00;
    border-color: #f00;
}

.incomelist {
		list-style:inherit !important;
		margin-left:12px;
		
	}
	
	 #calendar {
    max-width: 1100px;
    margin: 0 auto;
  }
  
  
  .event-bg {
	  background:#012f5c;
	  padding:20px;
	  border-radius:20px;
	  box-shadow:1px 2px 5px #000000;
	  color:#fff;
  }
  label {
    display: inline-block !important;
    max-width: 100% !important;
    margin-bottom: 10px !important;
    font-weight: 700 !important;
    margin-left: 6px !important;
}


.app-box {
    border: .5px solid #e0e0e0;
    border-radius: 10px;
    box-shadow: 4px 4px 8px 10px rgb(0 0 0 / 5%), 5px 5px 12px 0 rgb(0 0 0 / 5%), -12px 0px 10px 0 rgb(0 0 0 / 2%);
    background: #fff;
    padding: 15px 5px;
}
.text-primary {
    color: #ff0000!important;
}



ul.upcoming-events {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width:100%;
}
ul.upcoming-events li {
	border: 1px solid #e6e6e6;
	position: relative;
	margin-bottom: 10px;
	cursor: pointer;
	background: #fff;
}
ul.upcoming-events li span {
	display: block;
	border-top: 1px solid #e6e6e6;
	text-align: center;
	padding: 10px 0;
}
ul.upcoming-events li span i {
	color: #d12828;
	margin-right: 5px;
}
.upedate {
	position: absolute;
	left: 0px;
	right: 0;
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
	width: 40px;
	color: #ff0000;
	border-right: 1px solid #e6e6e6;
	    margin-top: 5px;
}
.upedate strong {
	display: block;
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	line-height: 20px;
}
ul.upcoming-events li .up-top {
	padding: 4px ​20px 5px 70px;
}
ul.upcoming-events h5 {
	font-weight: 600;
	font-size: 12px;
	line-height:15px;
	margin-left: 0px;
	
}
ul.upcoming-events h5 a {
	color: #333333;
}
ul.upcoming-events li:hover {
	background:#012f5c ;
	/*background: #012f5c rgb(1,47,92);*/
	color: #fff;
}
ul.upcoming-events li:hover span i, ul.upcoming-events li:hover h5 a, ul.upcoming-events li:hover .upedate {
	color: #fff;
}
.tagcloud {
	width: 100%;
	float: left;
}
.tagcloud a {
	border: 1px solid #e6e6e6;
	display: inline-block;
	line-height: 38px;
	padding: 0 20px;
	margin-bottom: 3px;
	color: #666666;
}
.tagcloud a:hover {
	background: #fa394a;
	color: #fff;
	border-color: #fa394a;
}
ul.insta {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul.insta li {
	float: left;
	width: 87px;
	height: 87px;
	position: relative;
	text-align: center;
	overflow: hidden;
	padding: 1px;
}
ul.insta li:after {
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(24,37,74,.5);
	width: 100%;
	height: 100%;
	content: "";
	opacity: 0;
}
ul.insta li a {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	z-index: 99;
	font-size: 20px;
	opacity: 0;
}
ul.insta li:hover a, ul.insta li:hover:after {
	opacity: 1;
}
.latest-posts ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.latest-posts li {
	position: relative;
	overflow: hidden;
	width: 100%;
	float: left;
	margin-bottom: 20px;
	padding-left: 82px;
}
.latest-posts li img {
	position: absolute;
	left: 0;
	top: 0;
	width: 67px;
}
.latest-posts h6 {
	font-weight: 600;
	margin-bottom: 10px;
	line-height:24px;
}
.latest-posts h6 a {
	color: #333;
}

.contact-us-bg {
	background: rgba(186, 212, 239, 1.0);
	padding:20px; 
	border-radius:10px;
	margin-bottom: 20px;
    margin-top: 20px;
}

.contact-us-bg2 {
	background: rgba(186, 212, 239, 1.0);
    padding: 20px 22px 0px 23px;
    border-radius: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
}


.contact-pg-content  .button2 {
   
    line-height: 60px;
    background-color: #012f5c;
    color: #fff;
    border-radius: 10px;
    width: 50%;
    padding: 7px 14px 7px 11px;
    font-size: 18px;
}

.contact-pg-content  .button2 a {
    
    line-height: 60px;
    background-color: #012f5c;
    color: #fff;
    border-radius: 10px;
	width:50%;
}

.icon2 {
     padding: 10px 7px;
    margin-top: 5px;
    z-index: 9999999999999999;
    position: absolute;
}
.conform {
	font-size:18px;
	font-weight:500;
}




/*.other-members1 a:hover {
	color: #fa394a;
}*/

/*# sourceMappingURL=style.css.map */
