@charset "utf-8";
body { font-size: 15px; font-family: 'Poppins', sans-serif; line-height: 1.4; color: #778191; background-color: #fff; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
h1, h2, h3, h4, h5, h6 { margin: 0px 0px 10px 0px; color: #0e1775; font-weight: 500; }
h1 { font-size: 32px; line-height: 44px; letter-spacing: -1px; }
h2 { font-size: 24px; line-height: 32px; }
h3 { font-size: 20px; line-height: 28px; }
h4 { font-size: 16px; line-height: 1.6; }
h5 { font-size: 14px; }
h6 { font-size: 14px; }
p { margin: 0 0 26px; line-height: 1.6; font-weight: 400; }
ul li, ol li { line-height: 1.8 }
a { color:#333; text-decoration: none; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
a:focus, a:hover { text-decoration: none; color: #0e1775; }
strong { font-weight: 600; }
blockquote { padding: 10px 20px; margin: 0 0 0px; font-size: 21px; border-left: 5px solid #eff1f4; color: #414346; font-style: italic; line-height: 35px; font-family: 'Merriweather', serif; font-weight: 700; }
blockquote.alignright { max-width: 50%; }
blockquote.alignleft { max-width: 50%; }
p:last-child { margin-bottom: 0px; }
::selection { background: #ffecb3; color: #333; }
*, *::before, *::after { transition: all .3s ease-in-out; }
.text-highlight { color: #ffecb3; }
.highlight { color: #00ad3d; }
.listnone { list-style: none; margin: 0px 0px 20px 0px; padding: 0; }
.required { color: red }
.lead { color: #0e1775; line-height: 30px; font-size: 20px; }
.title-white { color: #fff; }
.title { color: #0e1775; }
.text-light { color: #a1a4a8 !important; }
.text-dark { color: #414855 !important; }
.text-light-blue { color: #cce4ff; }
.border-primary { border-color: #0e1775 !important; }
.text-primary { color: #0e1775 !important; }
.border-default{border-color: #00ad3d !important;}
.border-top-default{border-top:3px solid #00ad3d;}
.gradiant_color { background: -webkit-linear-gradient(#00ad3d, #0e1775);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;}
.flip-card i {font-size: 60px !important;}
/*-----------------------------------
Space css class
-----------------------------------*/

/*---------------
* Section space help to create top bottom space. 
*
-----------------*/
.section-space20 { padding-top: 20px; padding-bottom: 20px; }
.section-space40 { padding-top: 40px; padding-bottom: 40px; }
.section-space60 { padding-top: 60px; padding-bottom: 60px; }
.section-space80 { padding-top: 80px; padding-bottom: 80px; }
.section-space100 { padding-top: 100px; padding-bottom: 100px; }
.section-space120 { padding-top: 120px; padding-bottom: 120px; }
.section-space140 { padding-top: 140px; padding-bottom: 140px; }

/*-----------------------------------------
Background & Block color 
------------------------------------------*/
.bg-light { background-color: #fafcfd; }
.bg-primary { background-color: #eff1f4 !important; color: #778191; }
.bg-default { background-color: #0e1775; color: #87c0ff; }
.bg-white { background-color: #fff; }
.outline { border: 1px solid #dee4ee; }
.small-title { font-size: 14px; color: #778191; font-weight: 500; }
.big-title { font-size: 36px; font-weight: 600; color: #0e1775; }
.capital-title { text-transform: uppercase; font-size: 16px; font-weight: 600; }
.bg-boxshadow { -webkit-box-shadow: 0px 4px 16px 3px rgba(213, 221, 234, .5); -moz-box-shadow: 0px 4px 16px 3px rgba(213, 221, 234, .5); box-shadow: 0px 4px 16px 3px rgba(213, 221, 234, .5); }
.bg-gradient { position: relative;    background: -moz-linear-gradient(-45deg, rgba(31, 43, 112, 1) 0%, rgba(31, 43, 112, 1) 47%, rgba(148, 58, 158, 1) 100%);    /* FF3.6-15 */ background: -webkit-linear-gradient(-45deg, rgba(31, 43, 112, 0.9) 0%, rgba(31, 43, 112, 0.9) 47%, rgba(148, 58, 158, 0.9) 100%);    /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(135deg, rgba(31, 43, 112, 0.9) 0%, rgba(31, 43, 112, 0.9) 47%, rgba(148, 58, 158, 0.9) 100%);    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e61f2b70', endColorstr='#e6943a9e', GradientType=1);    /* IE6-9 fallback on horizontal gradient */ }
.well-box { background-color: #fff; padding: 30px; border-radius: 4px; }
.bg-dark { background-color: #4e5257 !important; }
.bg-dark-blue { background-color: #023975; }
.bg-light-blue { background-color: #0e1775; }
.text-pink { color: #00ad3d; }
.card{border-color: #d3dbea; background-color: #f7fafd; border-radius: 3px; margin-bottom: 30px;}
.card-body{padding: 30px;}
.card-header{background-color: #f7fafd;}

/*-----------------------------------------
Buttons
------------------------------------------*/

.btn { font-size: 14px; border-radius: 2px; line-height: 12px; letter-spacing: 1px; text-transform: uppercase; padding:15px 30px; border: none; font-weight: 600; }
.btn-default { background-color: #00ad3d; color: #fff; border-color: #00ad3d; border:2px solid #00ad3d; }
.btn-default:hover { color: #00ad3d; background-color: transparent; border-color: #00ad3d; border:2px solid #00ad3d; }
.btn-default.focus, .btn-default:focus { color: #fff; background-color: #d5504f; border-color: #c64241; }

.btn-link { color: #0e1775; font-weight: 500; padding-bottom: 4px; border-bottom: 2px solid #0e1775; display: inline-block; text-decoration: none; }
.btn-link:hover { color: #00ad3d; font-weight: 500; padding-bottom: 4px; border-bottom: 2px solid #00ad3d; text-decoration: none; }
.btn-link.focus, .btn-link:focus { text-decoration: none; border-color: #00ad3d; box-shadow: none; color: #00ad3d; }

.btn-default-link { color: #00ad3d; font-weight: 500; text-decoration: none; }
.btn-default-link:hover { color: #0e1775; }

/*-----------------------------------------
Input Form
------------------------------------------*/
.control-label { text-transform: uppercase; color: #0e1775; font-size: 13px; font-weight: 600; }
.form-control { width: 100%; height: 52px; padding: 6px 16px; font-size: 14px; line-height: 1.42857143; color: #555; background-image: none; background-color: #fff; border-radius: 4px; -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075); box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075); margin-bottom: 10px; border: 2px solid #e6ecef; }
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { background-color: #fff; }
.required { color: red }
textarea.form-control { border-radius: 2px; height: auto; }
select { -webkit-appearance: none; background-color: #fff; }
.input-group-text { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center;
 -ms-flex-align: center; align-items: center; padding: .375rem .75rem; margin-bottom: 0; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #555; text-align: center; white-space: nowrap; background-color: #ffffff; border: 2px solid #e6ecef; border-radius: .25rem; margin-right: -1px; }

/*-----------------------------------------
content
------------------------------------------*/
.content { padding-bottom: 100px; padding-top: 100px; }
.wrapper-content { margin-top: -40px; margin-bottom: 100px; position: relative; }

/*-----------------------------------------
icon
------------------------------------------*/
.icon-1x { font-size: 24px; }
.icon-2x { font-size: 48px; }
.icon-default { color: #00ad3d; }
.icon-primary { color: #0e1775; }
.icon-secondary { color: #bcbcbc; }
.dark-line { border-top: 2px solid #fff; }

/*-------- updated v 1.0.2 -------*/
.fa-default { color: #00ad3d; }
.fa-success { color: #6eb232; }

/*-----------------------------------------
top bar
------------------------------------------*/
.top-bar { padding-top: 10px; padding-bottom: 10px; background-color: #0e1775; font-size: 12px; color: #83bcfa; font-weight: 500; text-transform: uppercase; }
.top-text { padding-left: 20px; line-height: 1.6; }
.top-text a { color: #b4b8e2; }
.top-text a:hover { color: #fff; }
.header { background-color: #fff; padding-top: 5px; padding-bottom: 5px; position: relative; z-index: 99; -webkit-box-shadow: 0px 5px 9px 1px rgba(144, 161, 180, 0.2); box-shadow: 0px 5px 9px 1px rgba(144, 161, 180, 0.2); -moz-box-shadow: 0px 5px 9px 1px rgba(144, 161, 180, 0.2); }
.navbar-toggler { border:2px solid #333; }
.sticky-header {position: fixed; top: 0px; width:100%;transition: all 500ms ease 2s;}
.navbar-nav .nav-link { color:#333; }
.sticky-header .navbar-brand {transition: all 500ms ease 2s;
    width: 150px;}
/*-----------------------------------------
     Slider
------------------------------------------*/

.slider { position: relative; }
.slider-img img { position: relative; z-index: -1; width: 100%; }
.slider-img { background: -moz-linear-gradient(top, rgba(14, 23, 117, 0.8) 0%, rgba(14, 23, 117, 0.8) 100%); background: -webkit-linear-gradient(top, rgba(14, 23, 117, 0.8) 0%, rgba(14, 23, 117, 0.8) 100%); background: linear-gradient(to bottom, rgba(14, 23, 117, 0.8) 0%, rgba(14, 23, 117, 0.8) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc1b2429', endColorstr='#cc1b2429', GradientType=0); position: relative; }
.slider-captions { position: absolute; bottom: 290px; }
.slider-title { color: #fff; font-size: 52px; font-weight: 700; line-height: 62px; }
.slider-text { color: #fff; }
.slider .owl-prev { position: absolute; left: 0px; top: 40%; left: 20px; }
.slider .owl-next { position: absolute; right: 0px; top: 40%; right: 20px; }
#slider .owl-next, #slider .owl-prev { background-color: transparent !important; border: 2px solid #fff; color: #fff; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }
#slider .owl-next:hover, #slider .owl-prev:hover { background-color: #fff !important; border: 2px solid #fff; color: #0e1775; }
#slider .owl-pagination { margin: 0px; bottom: 40px; position: relative; }
#slider .owl-page span { border-radius: 2px; width: 98%; height: 1px; background-color: #fff; margin: 0px; }
#slider .owl-page { width: 5% }
.text-big a { color:#000 !important; }
.bg-white.bg-boxshadow.outline a { color: #00ad3d; }
/*--------------------------------
testimonial
---------------------------------*/
.testimonial-block { position: relative; }

.tg-testimonial{
  width:96%;
  float:left;
  margin:38px 2% 57px;
  padding:79px 30px;
  min-height:200px;
  position:relative;
  border-radius:0px;
  border:1px solid #ddd;
}
.tg-testimonial:before{
  top:-38px;
  left:20px;
  width:75px;
  height:75px;
  color:#ddd;
      content: "\f158";
  background:#fff;
  position:absolute;
  font-size:60px;
  line-height:70px;
  text-align:center;
font-family: "Flaticon";
}
.tg-testimonial blockquote{
  width:100%;
  float:left;
  margin:0;
  padding:0;
  border:0;
  font-size:14px;
  line-height:20px;
}
.tg-testimonial blockquote q{
  width:100%;
  float:left;
  font-style:normal;
}
.tg-clientinfo{
  bottom:-42px;
  right:20px;
  width:250px;
  padding:10px;
  background:#fff;
  border-radius:0px;
  position:absolute;
  border:1px solid #ddd;
}
.tg-clientinfo figure{
  float:left;
  overflow:hidden;
  border-radius:50%;
  margin:0 10px 0 0;
  border:1px solid #ddd;
}
.tg-clientinfo figure a,
.tg-clientinfo figure a img{ display:block;}
.tg-namecountery{
  overflow:hidden;
  padding:12px 0;
}
.tg-namecountery h4{
  font-size:16px;
  line-height:13px;
  margin:0 0 5px;
}
.tg-namecountery span{display:block;}
.tg-testimonial:hover,
.tg-testimonial:hover .tg-clientinfo{border-color:#515151;}
.tg-testimonialsslidertwo .owl-item,
.tg-testimonialsslider .owl-item{padding:0 15px;}

/*--------------------------------
footer
---------------------------------*/
.footer {  background: url(../images/footer_bg.jpg) #101331; }
.footer-logo { margin-bottom: 30px; }
.widget-footer ul li { line-height: 1.6; margin-bottom: 8px; }
.widget-footer ul li a { color: #778191; }
.widget-footer ul li a:hover { color: #00ad3d; }
.tiny-footer { background-color: #060f50; font-size: 13px; padding-top: 10px; padding-bottom: 10px; }
.widget-footer { position: relative; padding-left: 20px; line-height: 32px; }
.widget-footer ul li:before {     font-family: Flaticon; display: block; position: absolute; left: 0; margin-top:6px; font-size: 8px; color: #778191;     content: "\f150";}
.widget-social ul li { line-height: 1.6; margin-bottom: 8px; }
.widget-social ul li a { color: #778191; text-transform: uppercase; font-weight: 500; }
.widget-social ul li a i { width: 30px; }
.widget-social ul li a:hover { color: #00ad3d; text-decoration: underline; }
.call-text span { padding-right: 10px; vertical-align: -webkit-baseline-middle; }

/*--------------------------------
Extra Plugin CSS - Back to top  
---------------------------------*/
.cd-top { display: inline-block; height: 40px; width: 40px; position: fixed; bottom: 40px; right: 10px; overflow: hidden; text-indent: 100%; white-space: nowrap; visibility: hidden; border-radius: 5px; background: rgb(0 177 61) url(../images/cd-top-arrow.svg)  no-repeat center 50%; opacity: 0; -webkit-transition: opacity .3s 0s, visibility 0s .3s; -moz-transition: opacity .3s 0s, visibility 0s .3s; transition: opacity .3s 0s, visibility 0s .3s; }
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover { -webkit-transition: opacity .3s 0s, visibility 0s 0s; -moz-transition: opacity .3s 0s, visibility 0s 0s; transition: opacity .3s 0s, visibility 0s 0s; }
.cd-top.cd-is-visible {    /* the button becomes visible */
visibility: visible; opacity: 1; }
.cd-top.cd-fade-out {   opacity: .5; }
.no-touch .cd-top:hover { background-color: #cb2529; opacity: 1; }

/*---------- Thumbnail hover effect -------*/

/*----------------- Image Hover Effect ---------------*/

.imghover { display: block; position: relative; max-width: 100%; }
.imghover::before, .imghover::after { display: block; position: absolute; content: ""; text-align: center; opacity: 0; }
.imghover::before { top: 0; right: 0; bottom: 0; left: 0; }
.imghover::after { top: 50%; left: 50%; width: 50px; height: 50px; line-height: 50px; margin: -25px 0 0 -25px; content: "\f06e";    /* fa-eye */ font-family: "FontAwesome"; font-size: 36px; }
.imghover:hover::before, .imghover:hover::after { opacity: 1; }
.imghover:hover::before { background: rgba(34, 62, 92, .55); }
.imghover:hover::after { color: #FFFFFF; }

@media screen and (max-width:1366px) {
  .slider-captions { position: absolute; bottom: 70px; width: 100%; }
  .slider-title { color: #fff; font-size: 32px; font-weight: 700; line-height: 42px; }
  .slider .owl-prev { position: absolute; left: 0px; top: 40%; left: 0px; }
  .slider .owl-next { position: absolute; right: 0px; top: 40%; right: 0px; }
}
@media screen and (min-width:1300px) and (max-width:1440px) {
  .slider-captions { position: absolute; bottom: 100px; width: 100%; }
}

/*============= media query max-width: 768px; =============*/
@media only screen and (max-width:768px) {

  /* start query */
  .header { padding-top: 5px; padding-bottom: 5px; }

  /*--------------- slider for mobile view ( for mobile view  )---------- */
  .slider-captions { position: absolute; bottom: 28px; text-align: center; ;}
  .slider-title {  font-size: 22px;  line-height: 26px; }
  .slider .owl-prev {  top: 30%; }
  .slider .owl-next {top: 30%;  }

  /*--------------- Page Header ( for mobile view  )---------- */
  .page-header { padding: 40px 0px 80px; }
  .page-title { font-size: 28px; margin-bottom: 14px; }
  .btn-action { text-align: center; }
  .btn-action .btn { padding: 10px; float: left; margin-left: 5px; }
  .childern { padding-left: 0px; }
 
}
@media only screen and (max-width:460px) {

  /*--------------- slider for mobile view ( for mobile view  )---------- */
  .slider-captions { position: absolute; bottom: 10px; text-align: center;  }
  .slider-title {  font-size: 18px;  font-weight: 500; }
  .top-text { padding-left: 14px; }
  .header-action { text-align: center; }
.btn { padding:10px 30px;}
#slider .owl-pagination {
    bottom: 22px;}


}

.ch13-v2 .ch13-row-cards:after {
    background: linear-gradient(to bottom left, transparent 0%, transparent 50%, #faa51e 50%, #faa51e 100%);
}
.ch13-row-cards:after {
    bottom: 0;
    content: '';
    display: block;
    height: 499px;
    left: 0;
    mix-blend-mode: multiply;
    position: absolute;
    width: 499px;
    z-index: 0;
}

   .ch13-floating-card:after {
    background: none;
    width: 0;
    height: 0;
}
  .ch13-floating-card:after {
    width: 400px;
    height: 400px;
    background: linear-gradient(to bottom left, transparent 0%, transparent 50%, #faa51e 50%, #faa51e 100%);
    bottom: -20px;
    left: 0;
    mix-blend-mode: multiply;
}
.ch13-line {height: 4px;
    background-color:#00ad3d;
    width: 100px ;  }
    
.ch13-floating-card {
    border-top: 8px solid #48a843;
    transition: top 0.2s ease-in-out;
    top: 0;
}
.ch13-floating-card {
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 1px 1px 10px 0 rgba(58,58,58,0.1);
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: opacity 0.5s ease-in-out;
    width: 100%;
}
.ch13-floating-card p { width:100%; }
#maincontent{ /*background: linear-gradient(to bottom right, #fff 50%, #f4f6f8 50%);*/
background: conic-gradient(#fff 20%, #f4f6f8 0 70%, #fff 0);
   min-height: 380px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;}

.bg-grey { background: #f4f6f8; }

.about_bg:before {
    background: linear-gradient(to bottom right, transparent 0%, transparent 50%, #00ad3d 50%, #00ad3d 100%);
}
.about_bg:after {
    background: linear-gradient(to top left, transparent 0%, transparent 50%, #00ad3d 50%, #00ad3d 100%);
}
.about_bg { position: relative; }
.about_bg:after {
    top: 0;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    mix-blend-mode: multiply;
    position: absolute;
  width:10%;
    z-index: 0;
}.about_bg:before {
    bottom: 0;
    content: '';
    display: block;
    height: 50%;
    right: 0;
    mix-blend-mode: multiply;
    position: absolute;
    width:10%;
    z-index: 0;
}
/*------------progress-------*/
.progress1 {
    background: #fff; }


        .progress1 .post-item .post-item-inner {
        position: relative;
        margin: 15px 0;  
        text-align: center;
        border-radius:0px;
        min-height: 236px;
  width: 100%;   
   background: #fff
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}
   .progress1 .post-item .post-item-inner:hover:before {
          background: #00ad3d;
          animation: pulse3 1.5s infinite linear; }
  
        .progress1 .post-item .post-item-inner .post-thumb {
          width: 100%;
          position: relative;
          z-index: 1; }
          .progress1 .post-item .post-item-inner .post-thumb img {
            display: inline-block;
            max-width: 100%; }
        .progress1 .post-item .post-item-inner .post-content {
          width: 100%;
          padding-right: 0; }
          .progress1 .post-item .post-item-inner .post-content span {
            display: block;
            margin-top: 15px;
            color: #403663;
                        font-size: 18px; }
            .progress1 .post-item .post-item-inner:before {
    width: 18px;
    height: 18px; position: absolute;
    content: "";
    background: #0e1775;
    border-radius: 100%;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    border: 4px solid #fff;
    box-shadow: 0 3px 10px rgba(136, 136, 136, 0.36);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
          @media only screen and (min-width: 992px) {
      .progress1 { height: 696px;
        background: url(../images/bg.png) no-repeat center;
        /*background-position: top;*/
  } }
 
      @media only screen and (max-width: 575px) {
        .progress1 .post-item:last-child .post-item-inner {
          margin-bottom: 0; } }
      @media only screen and (min-width: 992px) {
        .progress1 .col-lg-3:nth-child(1) {
          transform: translateY(220px); } }
      @media only screen and (min-width: 1400px) {
        .progress1 .col-lg-3:nth-child(1) .post-item-inner:before {
          top: -52px; } }
      @media only screen and (min-width: 992px) {
        .progress1 .col-lg-3:nth-child(2) {
          transform: translateY(180px); }
          .progress1 .col-lg-3:nth-child(2) .post-item-inner:before {
            top: -85px; } }
      @media only screen and (min-width: 1400px) {
        .progress1 .col-lg-3:nth-child(2) .post-item-inner:before {
          top: -78px; } }
      @media only screen and (min-width: 992px) {
        .progress1 .col-lg-3:nth-child(3) {
          transform: translateY(115px); }
          .progress1 .col-lg-3:nth-child(3) .post-item-inner:before {
            top: -125px; } }
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .progress1 .col-lg-3:nth-child(3) {
    transform: translateY(150px); } }

      @media only screen and (min-width: 992px) {
        .progress1 .col-lg-3:nth-child(4) {
          transform: translateY(0px); }
          .progress1 .col-lg-3:nth-child(4) .post-item-inner:before {
            top: -55px; } }
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .progress1 .col-lg-3:nth-child(4) {
    transform: translateY(40px); } }
      @media only screen and (min-width: 1400px) {
        .progress1 .col-lg-3:nth-child(4) .post-item-inner:before {
          top: -46px; } }       
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .progress1 .post-item .post-item-inner {
    margin: 30px 15px; } }

          @media only screen and (min-width: 992px) {
            .progress1 .post-item .post-item-inner:before {
              top: -65px; } }
          @media only screen and (max-width: 575px) {
            .progress1 .post-item .post-item-inner:before {
              display: none; } } 
          @media only screen and (max-width: 575px) {
            .progress1 .post-item .post-item-inner::after {
              display: none; }

              .flip-card {
 width:100%;max-width:100% !important; height:auto !important;} }
/*.em-bar-main {
  margin: 18px 0 30px;
}*/
.em-bar {
  background: #00ad3d96 none repeat scroll 0 0;
  height: 2px;
  margin: 0 auto 5px;
  width: 62px;
}

.em-bar.em-bar-big {
  height: 5px;
  width: 90px;
  background: #00ad3d96;
  margin: 20px auto;
  position: relative;
  border-radius: 30px;
}

.em-bar.em-bar-big:before {
  content: '';
  position: absolute;
  left: 0;
  top: -2.7px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #00ad3d;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: MOVE-BG;
  animation-name: MOVE-BG;
}

@-webkit-keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(88px);
    transform: translateX(88px);
  }
}

@keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(88px);
    transform: translateX(88px);
  }
}

.progress1.style-2 .section-wrapper .post-item:hover .post-item-inner:after {
    background: #0e1775}
.progress1.style-2 .section-wrapper .post-item .post-item-inner:after {
    width: 60px;    position: absolute; z-index: -1;
    content: "";
    height: 60px;
    background: #fff;
    border-radius: 0px;
    transform: translateX(-50%) rotate(45deg);
    top: 0;
    left: 50%;
}


.flip-card {
  background-color: transparent;
  max-width: 300px; width:100%;
  height: 300px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%; background: #fff;

  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
.post-item:hover .post-item-inner:after {
    background: #121b77;  }
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; border-radius: 0px;
}
.flip-card-front {
  background-color: #fff;
  color: black; padding:50px 30px;
}
.flip-card-back {
  background-color: #121b77;
  color: white;padding:20px 30px;
  transform: rotateY(180deg);
}

.Eligibility-section ul li { list-style:square; color:#000; }

.Eligibility-section{
    position:relative;
    padding:75px 0px 40px;
    background-color:#f4f6f8;
}
.Eligibility-section .faq-column{
    margin-bottom:40px;
}
.Eligibility-section .side-image{
    position:absolute;
    right:0px;
    top:0px;
    width:45%;
    height:100%;
    background-size:cover;
    background-repeat:no-repeat;
}
.Eligibility-section .side-image:before{
    position:absolute;
    content:'';
    right:0px;
    top:0px;
    width:100%;
    height:100%;
    display:block;
    opacity:0.9;
    background-image: -ms-linear-gradient(left, #0e1775 0%, #00ad3d 100%);
    background-image: -moz-linear-gradient(left, #0e1775 0%, #00ad3d 100%);
    background-image: -o-linear-gradient(left, #0e1775 0%, #00ad3d 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0,  #00ad3d), color-stop(100, #2f3ff5));
    background-image: -webkit-linear-gradient(left, #0e1775 0%, #00ad3d 100%);
    background-image: linear-gradient(to right, #0e1775 0%, #00ad3d 100%);
}
.Eligibility-section .counter-column{
    position:relative;
}
.Eligibility-section .counter-column .inner-column{
    position:relative;
    z-index:1;
    margin-bottom:40px;
}
.Eligibility-section .counter-column .inner-column .image{
    position:relative;
    box-shadow:0px 0px 20px rgba(0,0,0,0.25);
}
.Eligibility-section .counter-column .inner-column .image img{
    position:relative;
    width:100%;
    display:block;
}
.check_mark ul li:before {
    border-radius: 50%;
    color:#00ad3d;
    content: "\f14f";
    font-family: Flaticon;
    height: 28px;
    left: 0px; margin-right:0px;
    line-height: 24px;
    position: absolute;
    text-align: center; margin-left: 0px;
    top: 3px;
    width: 28px;
}
.check_mark ul li { position: relative; list-style: none; padding-left: 30px; }
.appointment-area {
    position: relative;
    background: #f4f6f8;
}
.appointment-img-holder{
    position: relative;
}
.appointment-img-holder img{
    float: right;
    max-width: none;    
}
.appointment-img-holder .subscribe-form-box {
     position: absolute;
    background: #172272;
    display: block;
    padding: 43px 30px 50px;
    top: 80px;
    bottom: 40px;
    right: -30px;
    max-width: 370px;
    width: 100%;
}
.appointment-img-holder .subscribe-form-box p {
    color: #ffffff;
    font-size: 16px;
    line-height: 28px;
    margin: 0px 0 31px;
}
.appointment-img-holder .subscribe-form-box .newsletter-form {
    position: relative;
    overflow: hidden;
    display: block;
    margin-bottom: 10px;
}
.appointment-img-holder .subscribe-form-box .newsletter-form .form-control {
    background: transparent;
    border: 1px solid #3c4587;
    color: #ffffff;
    display: block;
    font-size: 15px;
    font-weight: 500;
    height: 55px;
    letter-spacing: 1px;
    padding-left: 15px;
    padding-right: 100px;
    position: relative;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    width: 100%;
}
.appointment-img-holder .subscribe-form-box .newsletter-form button {
    background: #4eab27;
    color: #ffffff;
    display: block;
    height: 55px;
    padding: 9px 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: all 500ms ease 0s;
    width: 90px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}
.appointment-img-holder .subscribe-form-box .newsletter-form button i {
    font-size: 16px
}
.appointment-img-holder .subscribe-form-box .newsletter-form .form-control:focus {
    border: 1px solid #424141;
    background: #fff;
    color: #000;
}
.appointment-img-holder .subscribe-form-box .newsletter-form .form-control:focus + button, 
.appointment-img-holder .subscribe-form-box .newsletter-form button:hover {
    background: #424141 none repeat scroll 0 0;
    color: #fff;
}
.appointment-img-holder .subscribe-form-box span {
    color: #8695ff;
    font-size: 16px;
}
.appointment-img-holder .subscribe-form-box .sociallinks-style-two {
    margin-top: 22px;
}

.appointment-area .text-holder {
    padding-left: 70px;
    padding-top: 79px;
}
 
.appointment-form-box  .form-control{
    border: 1px solid #eeeeee;
    background: #fbfbfb;
    color: #a0a0a0;
    display: block;
    font-size: 14px;
    height: 50px;
    margin-bottom: 10px;
    padding: 0 20px;
    width: 100%;
    font-weight: 400;
    transition: all 500ms ease;
}
.appointment-form-box  .form-control:focus{
    border-color: #172272;        
}
.appointment-form-box  .form-control:focus{
    border-color: #172272;           
}
.appointment-form-box button {
    background: #172272;
    width: 100%;
}
.appointment-form-box .form-control:-ms-input-placeholder,
.appointment-form-box .form-control::-moz-placeholder,
.appointment-form-box .form-control:-moz-placeholder,
.appointment-form-box .form-control::-webkit-input-placeholder {
    color: #a0a0a0;
}
.sociallinks-style-two li {
    display: inline-block;
    margin-right: 10px;
}.sociallinks-style-two {
    overflow: hidden;
}.sociallinks-style-two li a:hover i {
    background: #4eab27;
    border-color: #4eab27;
    color: #fff;
}
.sociallinks-style-two li a i {
    border: 2px solid #e5e5e5;
    background: #e5e5e5;
    border-radius: 50%;
    color:#172272;
    font-size: 14px;
    height: 45px;
    line-height: 42px;
    padding: 2px 5px;
    text-align: center;
    transition: all 500ms ease 0s;
    width: 45px;
}
@media only screen and (max-width: 575px) {
    .appointment-img-holder .subscribe-form-box {
    right: 0px;
}
.appointment-area .text-holder {
    padding-left: 0px;
}
}
 @media only screen and (max-width:360px) {
.tg-testimonial {
    margin: 38px 0% 57px;}
  }
 @media only screen and (max-width:900px) {
.flip-card {
     height:auto !important
}

.counter-column,
.image,
.side-image,
.Eligibility-section .side-image:before,
.progress1 .post-item .post-item-inner:before { display: none; }
.appointment-area .text-holder {
    padding-left: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
}
}     

