/*
  Theme Name: Be-hero Creative HTML5-Template
  Author: wpfreecloud
  Support: wpfreecloud.com
  Description: Bemax is a clean HTML5/CSS3 template suitable for Business, Corporate, Taxes, Broker, Ad....
  Version: 1.0
*/

/* CSS Index
-----------------------------------
1. Theme default css
2. Header Area
3. Mobile Menu Area
4. Slider Area
5. Hire Us Area
6. Iconbox Area
7. Bemax Area
8. Latest Project Area
9. Choose Us Area
10. Working With Us Area
11. Carousel Area
12. Brand Area
13. Footer Area
14. Color NIpg
15. ScrollUp
*/


/* Theme Default CSS
==================================================*/
.single-project-2 {
  height: 440px;

  width: 90%;
  background-size: cover;
  background-position: center;
  background-color: #cccc;
  position: relative;
  z-index: 1;
  transition: all 1s;
}
@media only screen and (max-width: 640px){
  .mission-content {
      background-color: #ffffff;
      padding: 57px;
      border-radius: 5px;
      width: 93%;
      margin: 16px;
  }
}


.single-project-2:hover{
  box-shadow: 1px 6px 20px black;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 220px;
}
.project-inner-2{
  color: black;
  background-color:white;
  overflow: hidden;
  position: relative;
  height: 220px;
  border: 1px solid whitesmoke;
box-shadow: 5px -1px 1px -5px #c6cbd5;
}

.project-inner-2 h5{
  font-size: 16px;
    font-weight: 600;
    color: #132555 !important;
    font-family: -webkit-body;
    padding-top: 1em;

}
.themecolor {
  color: #132555!important;
}

.project-inner-2 p{
  margin: 0px 10px;

}


.admission-form-title {
  margin-bottom: 5px;
margin-top: 10px;
background-color: #132555;
padding-left: 10px;
color: white;
}

.form-control {
    max-width: 100% !important;
    border: 1px solid #1bccfc;
    border-radius: 5px;
}
.form-control {
    display: block;
      max-width: 100% !important;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #1bccfc;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900&display=swap');

   :root {
       --color-black: #000000;
       --color-white: #ffffff;
       --color-border: #dddddd;
       --font-lato: 'Lato', sans-serif;
   }
   /* global classes */
   .font-os {
       font: normal 400 15px var(--font-Os);
   }
   .font-pops {
       font: normal 900 18px var(--font-Pop);
   }

   html {
       scroll-behavior: smooth;
   }
   body {
      font-family: var(--font-lato);
      font-weight: 400;
      font-style: normal;
      font-size: 15px;
      color: #666666;
      line-height: 24px;
   }
   .img {
      max-width: 100%;
      -webkit-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s;
   }
   .fix {
      overflow: hidden
   }
   .aligncenter {
      display: block;
      margin: 0 auto 15px;
   }

   .uppercase {
      text-transform: uppercase;
   }
   .capitalize {
      text-transform: capitalize;
   }

   h1 a,
   h2 a,
   h3 a,
   h4 a,
   h5 a,
   h6 a {
      color: inherit;
   }
   h1 {
      font-size: 40px;
   }
   h2 {
      font-size: 35px;
   }
   h3 {
      font-size: 28px;
   }
   h4 {
      font-size: 22px;
   }
   h5 {
      font-size: 14px;
	  font-color:red;
   }
   h6 {
      font-size: 16px;
   }
   ul {
      margin: 0px;
      padding: 0px;
   }
   li {
      list-style: none
   }
   p {
      font-weight: normal;
      margin-bottom: 15px;
   }
   hr {
      border-bottom: 1px solid #eceff8;
      border-top: 0 none;
      margin: 30px 0;
      padding: 0;
   }
   label {
      color: #333333;
      cursor: pointer;
      font-size: 14px;
      font-weight: 400;
   }
   *::-moz-selection {
      background: #d6b161;
      color: #fff;
      text-shadow: none;
   }
   ::-moz-selection {
      background: #444;
      color: #fff;
      text-shadow: none;
   }
   ::selection {
      background: #444;
      color: #fff;
      text-shadow: none;
   }
   *::-moz-placeholder {
      color: #555555;
      font-size: 14px;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
   }
   *::-webkit-input-placeholder {
      color: #555555;
      font-size: 14px;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
   }
   *:-ms-input-placeholder {
      color: #555555;
      font-size: 14px;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
   }
   *::placeholder {
      color: #555555;
      font-size: 14px;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
   }
   .theme-overlay {
      position: relative
   }
   .theme-overlay:before {
      background: #4272d7 none repeat scroll 0 0;
      content: "";
      height: 100%;
      left: 0;
      opacity: 0.6;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
      position: absolute;
      top: 0;
      width: 100%;
   }
   .separator {
      border-top: 1px solid #f2f2f2
   }
   /* button style */

   .btn {
      -moz-user-select: none;
      background:white; none repeat scroll 0 0;
      border: 2px solid #132555;
      border-radius: 0;
      color:#132555;
      cursor: pointer;
      display: inline-block;
      font-size: 13px;
      font-weight: 600;
      letter-spacing: 1px;
      line-height: 1;
      margin-bottom: 0;
      padding: 13px 25px;
      text-align: center;
      text-transform: uppercase;
      -ms-touch-action: manipulation;
          touch-action: manipulation;
      -webkit-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      vertical-align: middle;
      white-space: nowrap;
   }
   .btn:hover {
      background: transparent;
      color: white;
      border:1px solid white;
   }
   .btn.btn-lg {
      padding: 10px 25px;
   }
   .btn-xl {
      font-weight: 700;
      padding: 13px 31px;
   }
   .btn.btn-inline {
      background: transparent none repeat scroll 0 0;
      border: 0 none;
      color: #ffffff;
      padding: 0;
      text-decoration: none;
   }
   .btn.btn-inline:hover {
      color: #ffffff;
      text-decoration: underline;
   }
   .theme-bg {
      background: #132555;
   }
   .gray-bg {
      background: #132555;
   }
   .black-bg {
      background: black;
   }
   .black-bg-2{
     background: white;
   }
   .bg-white {
      background-color: #ffffff;
   }
   .breadcrumb > .active {
      color: #888;
   }
   input:focus[type="url"], input:focus[type="text"], input:focus[type="email"], input:focus[type="tel"], input:focus[type="button"], input:focus[type="submit"], input:focus[type="search"], button:focus[type="button"], button:focus[role="button"], button:focus, input:focus {
      outline: none;
      text-decoration: none;
   }
   .btn:focus {
     box-shadow: 0 0 0 0;
   }

   /* start owl-carousel */
   .owl-carousel .owl-nav button {
      position: absolute;
      background: #999 !important;
      color: #ffffff !important;
      border-radius: 2px;
      height: 30px;
      width: 30px;
      left: 50px;
      top: 50%;
      text-align: center;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      -webkit-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      visibility: visible;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	  overlay: black;
   }
   .owl-carousel .owl-nav button.owl-next {
      left: auto;

   }
   .owl-carousel .owl-nav button:hover {
      background: #000 !important;
   }

   .owl-carousel .owl-dots button {
      width: 10px;
      height: 10px;
      background: #666666;
      display: inline-block;
      margin: 5px;
      border-radius: 50%;
   }

   .owl-carousel .owl-dots button.active {
      background: #4272d7;
   }

   .owl-carousel .owl-dots {
      position: absolute;
      bottom: 20px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
   }
    .slider-inner h5 {
      font-size: 19px;
	  color:white;
   }

   /* End Owl-Carousel */
/* End Default Css */

/* Start Header Area
==================================================*/
.main-menu li {
    display: inline-block;
    margin-left: 20px;
}

.main-menu li a {
    display: block;
    padding: 0px 10px;
}
.header-area {
    border-top: 5px solid #4272d7;
    padding: 30px 0;
}
.main-menu li.search-trigger a {
    border-left: 1px solid #666666;
    padding-left: 30px;
}

.main-menu {
    margin-top: 5px;
}
.header-area.sticky {
    position: fixed;
    width: 100%;
    z-index: 9;
    background: rgba(255, 255, 255);
    padding: 20px 0;
}
.main-menu li.active a {
    color: #4272d7;
}


.search-popup-wrapper input[type=search] {
    background: none;
    border: none;
    border-bottom: 2px solid rgba(221, 221, 221, 0.205);
    padding: 5px 0;
    padding-bottom: 10px;
    color: #fff;
    font-size: 40px;
    padding-right: 40px;
}

.search-popup-wrapper input::-webkit-input-placeholder {
    font-size: 40px;
}

.search-popup-wrapper input::-moz-placeholder {
    font-size: 40px;
}

.search-popup-wrapper input:-ms-input-placeholder {
    font-size: 40px;
}

.search-popup-wrapper input::placeholder {
    font-size: 40px;
}
.search-popup-wrapper {
    display: inline-block;
    position: relative;
}

.search-popup-wrapper i {
    position: absolute;
    right: 0;
    bottom: 15px;
    font-size: 30px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}
.search-popup-wrapper i:hover {
    color: #fff;
}

.fade.show {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    display: inherit;
}

#search-modal .modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

#search-modal .modal-content {
    background: none;
    border: none;
}

#search-modal {
    background: transparent;
    height: 150px;
    width: 500px;
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 11;
}
.search-overlay.show {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.search-overlay {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(23,26,33,.95);
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
/* End Header Area */
/* Start Mobile Menu Area
==================================================*/
.show-mobile-menu .slicknav_menu .slicknav_menutxt {
    display: none;
}

.show-mobile-menu .slicknav_btn {
    background: none;
    margin: 0;
    text-shadow: 0 0 0;
    padding: 0;
}

.show-mobile-menu .slicknav_menu .slicknav_icon {
    font-size: 20px;
}
.show-mobile-menu .slicknav_menu {
    background: none;
}

.show-mobile-menu .slicknav_menu .slicknav_icon-bar {
    background: #222;
    border-radius: 0;
    box-shadow: 0 0 0;
}

.show-mobile-menu .slicknav_nav a {
    color: #333;
    text-align: left;
    padding: 5px;
    margin: 2px 0;
}

.show-mobile-menu .slicknav_nav {
    font-size: inherit;
    color: #333;
    position: absolute;
    left: 0;
    top: 50px;
    background: #fff;
    width: 100%;
    z-index: 99;
}

.show-mobile-menu .slicknav_nav li {
    border-bottom: 1px solid #ddd;
    padding: 5px;
}

.show-mobile-menu .slicknav_nav li:last-child {
    border: none;
}
.header-area .static {
    position: static;
}
.header-area .header-wrapper {
    position: relative;
    width: 100%;
}
/* End Mobile Menu Area */
/* Start Slider Area
==================================================*/
.slider-bg-1 {background: url(../img/egal-avaition-banner-2.jpg);}
.slider-bg-2 {background: url(../img/study.jpg);}
.slider-bg-3 {background: url(../img/egal-avation-banner-1.jpg);}

.single-slider {
    height: 600px;
    background-size: cover;
    background-position: center;
    background-color: #cccccc;
    display: table;
    width: 100%;
}

.slider-inner {
    display: table-cell;
    vertical-align: middle;
}

.slider-inner h3 {
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 3px;
    font-weight: 400;
}

.slider-inner h1 {
    font-size: 50px;
    text-transform: uppercase;
    color: #132555;
    letter-spacing: 3px;
    line-height: 1;
}
.get-started-btn:hover{
  color: #132555!important;
  background: white!important;
  border:none;
}

.get-started-btn {
  border:none;
    margin-top: 40px;
    padding: 15px 35px;
    text-transform: capitalize;
    font-weight: 700;
    letter-spacing: 2px;
    color: white!important;
    background: red!important;
}
/* End Slider Area */
/* Start Hire Us Area
==================================================*/
.hire-us-content h6 {
    font-size: 18px;
    margin: 0;
    font-weight: 700;
    color: #fff;
}
.blackis{
  color: black!important;
}
.hire-us-button {
    border-color: #fff !important;
    padding: 15px 40px;
    background: transparent !important;
    color: white;
}

.hire-us-button:hover {
    background: #333 !important;
    color: #fff !important;
}
.hire-us-area {
    padding: 30px 0;
}
.hire-us-content h6 span {
    font-size: 30px;
}
/* End HIre Us Area */
/* Start Iconbox Area
==================================================*/
.icon-box-img-1 {background-image: url(../img/iconbox_01.jpg);}
.icon-box-img-2 {background-image: url(../img/iconbox_02.jpg);}
.icon-box-img-3 {background-image: url(../img/iconbox_03.jpg);}

.single-icon-box {
    height: 280px;
    background-size: cover;
    background-position: center;
    background-color: #cccc;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.icon-box-content {
    position: absolute;
    left: 0;
    top: 234px;
    width: 100%;
    height: 100%;
    background: #132555;
    opacity: .9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    color: #fff;
    z-index: -1;
    padding: 20px 30px 30px 30px;
    -webkit-transition: .6s;
    transition: .6s;
    cursor: pointer;
}
.icon-box-content:hover {
    top: 0;
}
.iconbox-content-heading {
    font-size: 15px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.iconbox-content-heading i {
    font-size: 30px;
    margin-right: 15px;
}

.iconbox-content-body p {
    color: #fff;
    font-size: 9px;
    text-align: justify;
    margin-bottom: 25px;
}
.read-more-btn {
    text-transform: capitalize;
    font-weight: 600;
}

.read-more-btn i {
    margin-right: 5px;
}
/* End Iconbox Area */
/* Start Bemax Area
==================================================*/
.section-title h4 {
    font-size: 20px;

    font-weight: 900;
    letter-spacing: 2px;
    position: relative;
    padding-bottom: 15px;
}



.middle-sec-agile {

    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    position: relative;
}

.services, .news, .testimonials, .middle-sec-agile, .aitsresumethree, .about-sec, .team, .blog-cource, .register-form-main, .gallery, .w3_wthree_agileits_icons, .typo {
    padding: 5em 0;
}

.middle-sec-agile h4 {
    color: #fff;
    font-size: 40px;
    letter-spacing: 1px;
    margin-bottom: 1em;
}
a.button-style {
    color: #fff;
    background: #37BF91;
    border: none;
    padding: 10px 31px;
    letter-spacing: 1px;
    margin-top: 2em;
    display: inline-block;
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
}
.midle-left-w3l {
    float: left;
    width: 4%;
}

.midle-left-w3l span {
    color: #ef5861;
    font-size: 17px;
}
.middle-right {
    float: left;
}

.section-title h4:after {
    content: "";
    background: #fff;
    width: 20%;
    height: 4px;
    position: absolute;
    top: 38px;
    left: 40%;
    border-radius: 6px;
}
.item-icon i {
    width: 50px;
    height: 50px;
    background: #4272d7;
    color: #fff;
    font-size: 25px;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    border: 1px solid #4272d7;
    -webkit-transition: .3s;
    transition: .3s;
}

.item-icon i:hover {
    background: transparent;
    color: #4272d7;
}
.item-content {
    padding-left: 20px;
    margin-top: -4px;
}

.item-content h6 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}
.single-bemax-item {
    margin-bottom: 40px;
}
/* End Bemax Area */
/* Start Latest Project Area
==================================================*/
.project-bg-1 {background-image: url(../img/air-hotess-mini.jpeg);}
.project-bg-2 {background-image: url(../img/hotel-2.jpg);}
.project-bg-3 {background-image: url(../img/air-hostyes-.jpg);}
.project-bg-4 {background-image: url(../img/air-hotess.jfif);}
.project-bg-5 {background-image: url(../img/air-hostess-2.jpg);}

.section-title span {
    color: black;
}
h4.spanning {
color:#132555!important;
font-size: 2em;
text-align: center;
margin-bottom: 16px;
font-weight: 600;
}

.section-title span {
    color: #132555;
}
h4.spanning {
color: #ffff!important;
font-size: 2em;
text-align: center;
margin-bottom: 16px;
font-weight: 600;
}
h4.spannings {
color: #000000!important;
font-size: 2em;
text-align: center;
margin-bottom: 16px;
font-weight: 600;
}

.latest-project-area .section-title h4 {
    color: #fff;
}


.single-project {
    height: 225px;
    display: table;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-color: #cccc;
    position: relative;
    z-index: 1;
}

.project-inner {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: .3s;
    transition: .3s;
}
.project-inner:after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    background: #132555;
    color: #fff;
    z-index: -1;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s;
}
.project-inner h5 {
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 5px;
    -webkit-transition: .3s;
    transition: .3s;
}
.project-inner h5 a:hover {
    color: #fff;
}

.project-inner p {
    color: #cccccc;
    font-size: 13px;
    margin: 0;
    font-weight: 400;
}
.project-inner p a {
    color: #ccc;
    -webkit-transition: .3s;
    transition: .3s;
}
.project-inner p a:hover {
    color: #fff;
}
.project-carousel.owl-carousel .owl-nav button {
    left: -15px;
}
.project-carousel.owl-carousel .owl-nav button.owl-next {
    right: -15px;
    left: auto;
}
.single-project:hover .project-inner:after {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    visibility: visible;
    opacity: .9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

.single-project:hover .project-inner {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
/* End Latest Project Area */
/* Start Choose Us Area
==================================================*/
.video-img-thumbnail {background-image: url(../img/video_01.jpg);}

.video-img-thumbnail {
    height: 320px;
    background-size: cover;
    background-position: center;
    background-color: #cccc;
}

.video-img-thumbnail a {
    position: absolute;
    left: 0;
    right: 0;
    font-size: 60px;
    color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: .5s;
    transition: .5s;
}
.video-img-thumbnail a:hover {
    color: #4272d7;
}
.single-choose-item h6 {
    font-size: 16px;
    font-weight: 600;
    color: #555555;
}

.single-choose-item h6 i {
    margin-right: 10px;
}

.single-choose-item p {
    margin: 0;
    font-size: 15px;
    color: #666666;
}

.single-choose-item {
    margin-bottom: 30px;
}
/* End Choose Us Area */
/* Start Working With Us Area
==================================================*/
.hire-us-content span {
    font-size: 20px;
}
/* End Working With Us Area */
/* Start Carousel Area
==================================================*/
.blog-carousel.owl-carousel .owl-item img {
    width: 200px;
    display: inline-block;
    height: auto;
}

.single-blog-img {
    position: relative;
    float: left;
}

.single-blog-img span {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #222;
    width: 100%;
    text-transform: uppercase;
    color: #fff;
    font-size: 11px;
    padding: 0 10px;
}
.blog-content {
    padding-left: 220px;
}

.blog-btn {margin-top: 10px;}

.post-heading {
    font-size: 18px;
    font-weight: 600;
    color: #555555;
}

.post-content-text {
    margin: 0;
    color: #666666;
    font-size: 15px;
    text-align: justify;
}

.blog-tags {
    display: inline-block;
    font-size: 13px;
}

.blog-tags i {
    font-size: 12px;
}

.blog-tags a {
    color: #555555;
    font-weight: 600;
    -webkit-transition: .3s;
    transition: .3s;
}

.blog-btn .read-more-btn {
    color: #555555;
    display: inline-block;
    margin-left: 20px;
}

.blog-btn .read-more-btn:hover {
    color: #4272d7;
}

.blog-tags a:hover {
    color: #4272d7;
}
.carousel-area .section-title h4 {
    margin-bottom: 30px;
}

.carousel-area .section-title h4:after {
    left: 446px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
.carousel-area .owl-carousel .owl-nav button {
    border: 1px solid #999999;
    border-radius: 50%;
    background: transparent !important;
    color: #999999 !important;
    position: relative;
    left: -290px;
    height: 23px;
    top: 1em;
    width: 25px;
    margin-right: 7px;
    display: inline-block;
    line-height: 23px;
}
.carousel-area .owl-carousel .owl-nav {
    position: absolute;
    left: 240px;
    top: -51px;
}

.carousel-area .owl-carousel .owl-nav button:hover {
    background: #222222 !important;
    color: #fff !important;
}

.testimonial-content i {
    font-size: 20px;
    color: #666666;
    margin-right: 15px;
}

.testimonial-content p {
    font-size: 15px;
    color: #666666;
    text-align: justify;
    margin: 0;
}

.testimonial-content p {

    padding-bottom: 15px;
    margin-bottom: 20px;
}
.achivement-area {
    background: rgba(0, 0, 0, 0) url("https://themes.envytheme.com/edali/wp-content/uploads/2020/01/mission-bg.jpg") no-repeat fixed center center / cover;
    padding: 43px 0 68px;
}

.bg-with-black {
    position: relative;
    z-index: 2;
}
.achivement-area::before {
    opacity: 0.8;
}

.bg-with-black::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.3;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.testimonial-carousel.owl-carousel .owl-item img {
    display: block;
    width: 55px;
    height: auto;
}
.author-img {
    padding-left: 30px;
}
.mission-content {
    background-color: #ffffff;
    padding: 60px;
    border-radius: 5px;
    max-width: 630px;
}

.author-content a {
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    color: #555555;
    -webkit-transition: .3s;
    transition: .3s;
}

.author-content span {
    display: block;
    line-height: 15px;
}

.author-content {
    padding-left: 15px;
}

.author-content a:hover {
    color: #4272d7;
}
/* End Carousel Area */
/* Start Brand Area
==================================================*/
.brand-carousel.owl-carousel .owl-item img {
    width: auto;
    display: inline-block;
}

.brand-carousel.owl-carousel.owl-drag .owl-item {
    text-align: center;
}
.brand-item {
    display: table;
    width: 100%;
    position: relative;
    height: 50px;
}

.brand-item-inner {
    display: table-cell;
    vertical-align: middle;
}
/* End Brand Area */
/* Start Footer Area
==================================================*/
.footer-logo a {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 900;
    color: #fff;
    position: relative;
}

.footer-logo a img {
    position: absolute;
    top: 0;
    right: -21px;
}

.footer-logo {
    margin-bottom: 35px;
}

.footer-dec p {
    font-size: 13px;
    font-weight: 400;
    color: #999999;
    text-align: justify;
    margin-bottom: 25px;
}

.social-links li {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: rgba(66,114,215,.1);
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    -webkit-transition: .5s;
    transition: .5s;
    margin-right: 10px;
}

.social-links li a {
    color: #fff;
    display: block;
}

.social-links li:hover {
    background: #4272d7;
}
.widget-title h6 {
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 600;
}

.widget-title {
    margin-bottom: 35px;
}

.footer-menu li {
    display: block;
    margin-bottom: 15px;
    position: relative;
    padding-left: 15px;
}

.footer-menu li a {
    color: #cccccc;
    font-size: 13px;
}

.footer-menu li:before {position: absolute;left: 0;top: 50%;-webkit-transform: translateY(-50%);transform: translateY(-50%);width: 5px;height: 5px;content:"";background: rgba(255,255,255,.2);}
.widget-title h6 {
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 600;
}

.widget-title {
    margin-bottom: 35px;
}

.footer-menu li {
    display: block;
    margin-bottom: 15px;
    position: relative;
    padding-left: 15px;
}

.footer-menu li a {
    color: #cccccc;
    font-size: 13px;
}

.footer-menu li:before {position: absolute;left: 0;top: 50%;-webkit-transform: translateY(-50%);transform: translateY(-50%);width: 5px;height: 5px;content:"";background: rgba(255,255,255,.2);}

.address-line p {
    margin-bottom: 15px;
    color: #cccccc;
    font-size: 13px;
}

.address-line p a {
    color: #cccccc;
    -webkit-transition: .3s;
    transition: .3s;
}
.address-line p a:hover {color: #4272d7;}
.newsletter-text p {
    font-size: 13px;
    color: #cccccc;
    margin: 0;
}

.newsletter-form {
    display: inline-block;
    margin-top: 25px;
}

.newsletter-form input[type=email] {
    width: 60%;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    padding: 8px;
    float: left;
    color: #ffffff;
}

.newsletter-form input[type=submit] {
    width: 39%;
    float: right;
}

.newsletter-form .newsletter-btn {
    font-size: 11px;
    padding: 13px;
}
.footer-area {
    border-bottom: 1px solid #9999;
}

.copyright-area p {
    margin: 0;
}

.copyright-area {
    padding: 10px 0;
    display: block;
    color: #cccccc;
}
/* End Footer Area */

/* Start Color Nip */
.Switcher #colors li {
    border-radius: 5px;
}

.Switcher h5 {
    font-size: 15px;
    color: #666;
}
button#Switcher__control {
    width: 40px;
    height: 40px;
    margin-left: -40px;
}

#Switcher__control i:hover {
    color: #222;
}
.Switcher {
    top: 20% !important;
}
/* End Color NIp */
/* Start ScrollUp */
#scrollUp {
    background: #4272d7;
    height: 40px;
    width: 40px;
    position: absolute;
    right: 30px;
    bottom: 30px;
    text-align: center;
/* End ScrollUp */
    line-height: 40px;
    border-radius: 50%;
    font-size: 25px;
    color: #fff;
}

.top-header, .top-header-style-four {
    background-color: #132555;
}

.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}


.top-header-style-three .top-header-contact-info {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
}

@media  (min-width: 340px) and (max-width: 640px) {
  .top-header-social {
      display: inline-block;


      padding-top: 10px;
      padding-bottom: 10px;
      padding-left: 20px;
  }
  .social-link-1{
    text-align: center;
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
  }

}
@media  (min-width: 650px)  {

.top-header-social {
    display: inline-block;
    margin-left: 20px;
    border-left: 1px solid #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
}


.social-link-1 {
    text-align: right;
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

}




.padding0px {
  padding: 0px;
}
.top-header-style-three .top-header-social span {
    color: #ffffff;
}

.top-header-social span {
    display: inline-block;
    color: #cccccc;
    margin-right: 5px;
    font-family: serif;
white-space: 3px;
word-spacing: 7px;
}


.top-header-social .social-link li {
    display: inline-block;
    margin-right: 5px;
}
.top-header-social .social-link li a {
    display: inline-block;
    color: #ffffff;
    position: relative;
    top: 2px;
    font-size: 16px;
}

.d-block {
    display: block!important;
}
.top-header-contact-info li a {
    display: inline-block;
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 700;
}
.top-header-style-three .top-header-contact-info {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
}

.top-header-contact-info {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}
.social-link {
    text-align: left;
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.social-link-1 li {
  display: inline-block;
  color: #ffffff;

}
.social-link-1 li a {
    display: inline-block;
    color: #132555;
    position: relative;
    padding-left: 7px;
    background-color: white;
    padding-right: 7px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 22px;
        transition-duration: 1800ms;
}
.social-link-1 li a:hover {
    display: inline-block;
    color: #132555;
    position: relative;
    padding-left: 7px;
    background-color: white;
    padding-right: 7px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 22px;

  transform: rotate(-360deg);
}
.social-link-1 li a:focus{
    display: inline-block;
    color: #132555;
    position: relative;
    padding-left: 7px;
    background-color: white;
    padding-right: 7px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 22px;


}

  .inner {
    min-height: 300px;
    position: relative;
}


.top-header-style-three .top-header-contact-info li {
    padding-left: 0;
    font-size: 14px;
    color: #ffffff;
}

.top-header-contact-info li:last-child {
    margin-right: 0;
}
.top-header-contact-info li {
    display: inline-block;
    color: #ffffff;
    margin-right: 20px;
    position: relative;
    padding-left: 38px;
    font-size: 13px;
}


* Slider */
.carousel-item {
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
html,
body {
    height: 100%;
}

@media (min-width: 1200px){
.carousel-inner {


}

}

.carousel-caption{padding-bottom:80px;}

h2{font-size: 60px;}


/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    opacity:0.6;
}

.padding-top {
  padding-top: 3em;
}

.header {
    padding: 10px 0;
}

.navbar-nav{
  padding: 10px 0px;
}
.navbar-nav>li {

    margin-left:40px;
 font-size: 14px;

}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    font-size: 14px;
}

.dropdown-item:hover{
  background-color:#ff192e!important;
color:white!important;
border-top: 2px solid red!important;
}

@media (min-width: 768px){
.navbar-nav > li {
    float: left;
}
.nav > li {
    position: relative;
    display: block;
}
}
@media (min-width: 1200px){


.margin-left {
  margin-left: 25em;
}
}

.themecolor{
  color: red
}
.carousel-ban-text-adj{
        position: absolute;
        width: 100%;
        display: flex;
        margin-left: 18px;
        bottom: 580px;

color: #c4413e;
    border-radius: 12px;
    padding: 8px;
}
.carousel-header-adj{
        margin: 0;
        vertical-align: top;
        padding-left: 0px;
        text-align: left;
        left: -3px;
}
.carousel-paragraph{
    margin-left: 0;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 0;
}

.img-responsive{


  width: 100%;
  max-width: 400px;
  height: auto;

}


/*footer*/
.footer-area {
    background-color: #12141b;
}

.footer-area {
    background-color: #12141b;
    padding-top: 100px;
    padding-bottom: 70px;
}
.footer-area {
    background-color: #12141b;
    padding-top: 35px;
    padding-bottom: 10px;

}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

.footer-area .single-footer-widget {
    margin-bottom: 30px;
}

.footer-area .single-footer-widget h3 {
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;

    color: #fff;
    font-size: 20px;
}
.footer-area .single-footer-widget p {

    position: relative;


    color: #ffffff;
    font-size: 15px;
}
.footer-area .single-footer-widget ul {
    padding-left: 0px;
    list-style-type: none;
    margin: 0;
}
.footer-area .single-footer-widget ul li {
    position: relative;
    margin-bottom: 8px;
    line-height: 1.8;
    font-weight: 300;
    color: #e4e4e4 !important;
}
.single-footer-widget .social-link {
    padding-left: 0 !important;
    list-style-type: none !important;
    margin-top: 25px !important;
    margin-bottom: 0 !important;
}
.single-footer-widget .newsletter-box form .input-newsletter {
    width: 100%;
    background-color: transparent;
    border: 1px solid #848282;
    border-radius: 5px;
    height: 43px;
    padding-left: 10px;
    color: #ffffff;
    font-size: 14px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.footer-bottom-area {
    background-color: #090a0e;
}

.footer-bottom-area {
    text-align: center;
    background-color: #090a0e;
    padding-top: 20px;
    padding-bottom: 10px;
}

.single-footer-widget .social-link li a, #learn-press-profile-nav .tabs > li ul li.active a, .top-header-btn .default-btn .icon-arrow, .top-header-btn .default-btn, span.bbp-admin-links a, .page-title-content .bbpress-breadcrumbs a:hover {
    color: #ff1949 !important;
}
.footer-area .single-footer-widget ul li {
    position: relative;
    margin-bottom: 8px;
    line-height: 1.8;
    font-weight: 300;
    color: #e4e4e4 !important;
}


.single-footer-widget .social-link li {
    display: inline-block !important;
    margin-right: 2px !important;
    margin-bottom: 0 !important;
}
.single-footer-widget .social-link li a {
    width: 30px !important;
    height: 30px !important;
    text-align: center !important;
    background-color: #ffffff !important;
    font-size: 18px !important;
    position: relative !important;
    border-radius: 2px !important;
}

.d-block {
    display: block!important;
}
.single-footer-widget .social-link li a i {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-49%);
    transform: translateY(-49%);
}
.footer-area .single-footer-widget ul li a:hover {
    padding-left: 7px;
}

.slider_area .metis .tp-bullet.selected, .slider_area .metis .tp-bullet:hover, .slider_area .default-btn, .billing-details .form-group .nice-select .list .option:hover, .wp-block-file .wp-block-file__button, .single-footer-widget .social-link li a:hover, .slider_area .default-btn, .wp-block-search button, .wp-block-tag-cloud a:hover, .guest-and-class a:hover {
    background-color: #ff1949 !important;
}
.single-footer-widget .social-link li a:hover {
    color: #ffffff !important;
}
.single-footer-widget .newsletter-box form button, .lp-profile-content button, #course-item-content-header .form-button.lp-button-back button, .login-content .login-form form button, .sidebar .tagcloud a:hover, .footer-area .widget_search form button, body.single-lp_course.course-item-popup .course-item-nav a:hover, .learnpress .become-teacher-form button, .learnpress #learn-press-checkout-login button, .learnpress #learn-press-user-profile button, .no-results form button, button#bbp_reply_submit, button#bbp_topic_submit, .services-box:hover, .experience-content .features-list li span:hover i, .courses-box .courses-image .course-price .price, .courses-box .courses-content::before, .events-box .content .date, .faq-video .video-btn, .single-feedback-slides-item::after, .feedback-slides-two.owl-theme .owl-dots .owl-dot:hover span::before, .feedback-slides-two.owl-theme .owl-dots .owl-dot.active span::before {
    background-color: #ff1949;
}


.single-footer-widget .newsletter-box form button {
    display: block;
    margin-top: .9rem;
    width: 100%;
    border-radius: .25rem;
    color: #ffffff;
    border: none;
    padding: 10px 25px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-weight: 500;
    font-size: 15px;
}
.preloader::before, .preloader::after, .search-overlay .search-overlay-close:hover .search-overlay-close-line, .col-lg-4:nth-child(2) .single-offer-box::before, .col-lg-4:nth-child(5) .single-offer-box::before, .students-feedback-form form .form-group .label-title::before, .pricing-table table thead tr, .single-events-box .events-box .events-content .content .join-now-btn::before, .billing-details .title::before, .order-details .title::before, .order-details .payment-box .payment-method p [type="radio"]:checked + label::after, .order-details .payment-box .payment-method p [type="radio"]:not(:checked) + label::after, .order-details .payment-box .payment-method p [type="radio"]:checked + label::after, .order-details .payment-box .payment-method p [type="radio"]:not(:checked) + label::after, .pagination-area .page-numbers:hover, .pagination-area .page-numbers:focus, .pagination-area .page-numbers.current, .coming-soon-content form .form-group .label-title::before, .sidebar .widget .widget-title::before, .comments-area .comment-respond .form-submit input, .footer-area .single-footer-widget h3::before, .footer-area .single-footer-widget ul li::before, .learn-press-pagination .page-numbers > li a:hover, .learn-press-pagination .page-numbers > li a.current, .learn-press-pagination .page-numbers > li a:hover, .learn-press [type=button], .learn-press [type=reset], .learn-press [type=submit], .learn-press button, body.single-lp_course.course-item-popup .curriculum-sections .section .section-content .course-item.current, .learnpress .become-teacher-form .learn-press-message:before, .learnpress #learn-press-checkout-login .learn-press-message:before, #user-submit, #bbp_search_submit, .tutor-button.tutor-success, .tutor-login-form-wrap input[type="submit"], .tutor-form-group.tutor-reg-form-btn-wrap .tutor-button {
    background: #ff1949;
}



/**
 * Button
 */
.btn-transparent {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}
.btn-transparent:hover {
  background-color: #fff;
}

.btn-rounded {
  border-radius: 70px;
}

.btn-large {
  padding: 11px 45px;
  font-size: 18px;
}

/**
 * Change animation duration
 */
.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;

}


.sub-title {
    display: inline;
    background-color: #fff;
    font-size: 1em;
    font-weight: 400;
    margin: 0;
    color: #062956;
}
.padddingtopbottom3em {
padding-top: 3em;
padding-bottom: 3em;


}

.contact-info-box {
    text-align: center;
    border-radius: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0 2px 48px 0 rgb(0 0 0 / 8%);
    box-shadow: 0 2px 48px 0 rgb(0 0 0 / 8%);
    background: #ffffff;
    padding: 30px;
    height: 280px;
}
.contact-info-box:hover {
    -webkit-transform: translateY(-10px);
    /* transform: translateY(-10px); */
}
.contact-info-box .icon {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: #f5f5f5;
    border-radius: 50%;
    font-size: 35px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-bottom: 15px;
    position: relative;
}




.contact-info-box .icon{
  color: #ff1949;
}
.contact-info-box .icon i {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
}
.contact-info-box .icon:hover {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: #ff1949;
    border-radius: 50%;
    font-size: 35px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-bottom: 15px;
    position: relative;
}

.contact-info-box .icon:hover{
  color: #fff;
}
.contact-info-box .icon i {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
}

.themecolor {
  color:#132555;
}

.contact-form {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 8px 16px 0px rgb(146 184 255 / 20%);
    box-shadow: 0px 8px 16px 0px rgb(146 184 255 / 20%);
    border-radius: 5px;
    padding: 50px;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}

.contact-form-1 {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 8px 16px 0px rgb(146 184 255 / 20%);
    box-shadow: 0px 8px 16px 0px rgb(146 184 255 / 20%);
    border-radius: 5px;
    padding: 50px;

    margin-left: auto;
    margin-right: auto;
}


body{
	 background: url(http://www.timurtek.com/wp-content/uploads/2014/10/form-bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family:'HelveticaNeue','Arial', sans-serif;

}

.pull-right{float: right;}
.pull-left{float: left;}
.clear-fix{clear:both;}
div.logo{text-align: center; margin: 20px 20px 30px 20px; fill: #566375;}
div.logo svg{
	width:180px;
	height:100px;
}
.logo-active{fill: #44aacc !important;}
#formWrapper{
	background: rgba(0,0,0,.2);
	width:100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
	transition:all .3s ease;}
.darken-bg{background: rgba(0,0,0,.5) !important; transition:all .3s ease;}

div#form{


	height:auto;
	background-color: #fff;
	margin:auto;
	border-radius: 5px;
	padding:20px;

	margin-left:-180px;
	margin-top:-200px;
}
div.form-item{position: relative; display: block; margin-bottom: 20px;}
 input{transition: all .2s ease;}
 input.form-style{
	color:#8a8a8a;
	display: block;
	width: 100%;
	height: 44px;
	padding: 5px 5%;
	border:1px solid #ccc;
	-moz-border-radius: 27px;
	-webkit-border-radius: 27px;
	border-radius: 27px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #fff;
	font-family:'HelveticaNeue','Arial', sans-serif;
	font-size: 105%;
	letter-spacing: .8px;
}
div.form-item .form-style:focus{outline: none; border:1px solid #58bff6; color:#58bff6; }
div.form-item p.formLabel {

	left:26px;
	top:14px;
	transition:all .4s ease;
	color:#bbb;}
.formTop{top:-12px !important; left:26px; background-color: #fff; padding:0 5px; font-size: 14px; color:#58bff6 !important;}
.formStatus{color:#8a8a8a !important;}
input[type="submit"].login{
	float:right;
	width: 112px;
	height: 37px;
	-moz-border-radius: 19px;
	-webkit-border-radius: 19px;
	border-radius: 19px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #55b1df;
	border:1px solid #55b1df;
	border:none;
	color: #fff;
	font-weight: bold;
}
input[type="submit"].login:hover{background-color: #fff; border:1px solid #55b1df; color:#55b1df; cursor:pointer;}
input[type="submit"].login:focus{outline: none;}
textarea {
  color: #8a8a8a;
display: block;
width: 100%;

padding: 5px 5%;
border: 1px solid #ccc;

-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
background-color: #fff;
font-family: 'HelveticaNeue','Arial', sans-serif;
font-size: 105%;
letter-spacing: .8px;
}
.default-btn {
    border-radius: 30px;
    margin-top: 10px;
    -webkit-box-shadow: 0 5px 28.5px 1.5px rgb(255 25 73 / 20%);
    box-shadow: 0 5px 28.5px 1.5px rgb(255 25 73 / 20%);
        background-color: #ff1949;
        -webkit-transition: 0.5s;
    transition: 0.5s;
    display: inline-block;
    line-height: 1.5;
    padding: 13px 49px 12px 55px;
    position: relative;
    color: #ffffff;
    border-width: 2px;
    border-style: solid;
    border-radius: 60px;
    font-size: 14.5px;
    font-weight: 700;
    border: #ff1949;
}




.default-btn .label {
    display: inline-block;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.default-btn .label, .default-btn .icon-arrow {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-perspective: 1000;
    perspective: 1000;
}
#contactForm .default-btn:hover, #contactForm .default-btn:focus {
    -webkit-box-shadow: 0 5px 28.5px 1.5px rgb(14 181 130 / 20%);
    box-shadow: 0 5px 28.5px 1.5px rgb(14 181 130 / 20%);
}
.slider_area .default-btn:hover, .slider_area .default-btn:focus, .default-btn:hover {
    border-color: #0eb582 !important;
}

.default-btn:hover, .default-btn:focus {
    background-color: #0eb582;
    color: #ffffff;
    border-color: #0eb582;
}















.elementor-section {
    position: relative;
}
.elementor-section .elementor-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
.elementor-row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (min-width: 768px){
.elementor-column.elementor-col-100, .elementor-column[data-col="100"] {
    width: 100%;
}
}
.elementor-column, .elementor-column-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.elementor-column {
    min-height: 1px;
}
.elementor-column-wrap {
    width: 100%;
}
.elementor-column, .elementor-column-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.elementor-widget-wrap {
    position: relative;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}
.elementor-widget-wrap>.elementor-element {
    width: 100%;
}
.elementor-section {
    position: relative;
}
.elementor *, .elementor :after, .elementor :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}
.elementor-section .elementor-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
.elementor-row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (min-width: 768px){
  .elementor-column.elementor-col-25, .elementor-column[data-col="25"] {
    width: 25%;
}
}
.elementor-inner-section .elementor-column-gap-no .elementor-element-populated {
    padding: 0;
}

.elementor-column-wrap {
    width: 100%;
}
.elementor-column, .elementor-column-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.elementor-widget-wrap {
    position: relative;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}
.elementor-widget-wrap>.elementor-element {
    width: 100%;
}

.elementor-widget {
    position: relative;
}
.elementor *, .elementor :after, .elementor :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.elementor-element .elementor-widget-container {
    -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
    transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
    -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}
elementor *, .elementor :after, .elementor :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.single-boxes-item {
    padding: 40px;
    position: relative;
    background-color: #f8f8f8;
    z-index: 1;
    min-height: 236px;
}
.single-boxes-item.bg-image {
    background-image: url(../../assets/img/mission-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.single-boxes-item.bg-image h1, .single-boxes-item.bg-image h2, .single-boxes-item.bg-image h3, .single-boxes-item.bg-image h4, .single-boxes-item.bg-image h5, .single-boxes-item.bg-image h6 {
    color: #ffffff;
}
.single-boxes-item h1, .single-boxes-item h2, .single-boxes-item h3, .single-boxes-item h4, .single-boxes-item h5, .single-boxes-item h6 {
    margin-bottom: 10px;
    font-size: 25px;
    font-weight: 700;
}
.single-boxes-item.bg-image p {
    color: #ffffff;
    opacity: 0.95;
}
.single-boxes-item.bg-image .boxes-btn {
    color: #ffffff;
}
.single-boxes-item .boxes-btn {
    display: inline-block;
    position: relative;
    color: #252525;
    z-index: 1;
    padding-right: 22px;
    -webkit-transition: .4s;
    transition: .4s;
    font-size: 15px;
    font-weight: 600;
}
.elementor a {
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
}
@media (max-width: 767px){

.elementor-column {
    width: 100%;
}
}
.elementor-inner-section .elementor-column-gap-no .elementor-element-populated {
    padding: 0;
}

.elementor-column-wrap {
    width: 100%;
}
.elementor-column, .elementor-column-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.elementor-column, .elementor-column-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 767px){
.single-boxes-item {
    padding: 30px;
    min-height: auto;
}
}

.single-boxes-item.bg-color{
  background-color: #ff1949;
}
.single-boxes-item.bg-color::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 50px;
    height: 35px;
    background: #ffffff;
    opacity: .3;
    border-radius: 50% 50% 0 0;
}
.single-boxes-item.bg-color h1, .single-boxes-item.bg-color h2, .single-boxes-item.bg-color h3, .single-boxes-item.bg-color h4, .single-boxes-item.bg-color h5, .single-boxes-item.bg-color h6 {
    color: #ffffff;
}

.single-boxes-item h1, .single-boxes-item h2, .single-boxes-item h3, .single-boxes-item h4, .single-boxes-item h5, .single-boxes-item h6 {
    margin-bottom: 10px;
    font-size: 25px;
    font-weight: 700;
}
.single-boxes-item.bg-color p {
    color: #ffffff;
    opacity: 0.95;
}
.single-boxes-item.bg-color .boxes-btn {
    color: #ffffff;
}

.single-boxes-item .boxes-btn {
    display: inline-block;
    position: relative;
    color: #252525;
    z-index: 1;
    padding-right: 22px;
    -webkit-transition: .4s;
    transition: .4s;
    font-size: 15px;
    font-weight: 600;
}
.elementor a {
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
}
.single-boxes-item.bg-color .boxes-btn::before {
    background-color: #ffffff;
}
.single-boxes-item .boxes-btn::before {
    content: '';
    position: absolute;
    background-color: #252525;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.elementor *, .elementor :after, .elementor :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}





#hero1{
 background:url(https://4.bp.blogspot.com/_AQ0vcRxFu0A/S9shDGGyMTI/AAAAAAAAAYk/kn3WTkY2LoQ/s1600/IMG_0714.JPG);
  background-size:cover;
  background-position:center center;
  background-attachment:fixed;
}

.hero, .content{
  text-align:center;
  position:relative;
  width: 100%;
}


.hero .inner{
  background: rgba(0,0,0,0.7) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAACCAYAAACddGYaAAAAD0lEQVQIW2NkQABjRmQOAAM+AGkQsDBSAAAAAElFTkSuQmCC) repeat;}


.copy{
  position:absolute;
  top:50%;
  height:10em;
  margin-top:-5em;
  width:100%;
}

.hero h1, .hero p{
  color:#fff;
}




.content h1, .content p{
  color:#333;
}





/* about us*/
h4.tittle {
    color: #132555;
    font-size: 2em;
    text-align: center;
    margin-bottom: 16px;
}
h4.tittle span {
    color: black;
}
.tittle-style {
    position: relative;
}

.tittle-style:after {
    content: "";
    background: #ef5861;
    width: 20%;
    height: 4px;
    position: absolute;
    top: -2px;
    left: 40%;
    border-radius: 6px;
}
.tittle-style1 {
    position: relative;
}

.tittle-style1:after {
  content: "";
    background: #ef5861;
    width: 84%;
    height: 2px;
    position: absolute;
    top: -2px;
    left: -1%;
    border-radius: 6px;
}

.paddingtop2em {
  padding-top: 2em;
}

h3.tittle span {
  color: #132555;
  font-size: 33px;
  text-align: center;
  margin-bottom: 16px;
  font-family: fangsong;

}
a.themecolor:hover {
  color: #132555;
}
.paddingbottom2em{
  padding-bottom: : 2em;
}
.img-responsive-1 {
    width: 100%;
    max-width: 400px;
    height: 125px;
}
owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.owl-nav button.owl-prev {
  left: 0;
}
.owl-nav button.owl-next {
  right: 0;
}

.owl-dots {
  text-align: center;
  padding-top: 15px;
}
.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.owl-dots button.owl-dot.active {
  background-color: #000;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}
.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

.owl-nav button:focus {
    outline: none;
}
.carousel-inner .pagebanner .carousel-caption {
    position: absolute;
    left: 12%;
    right: 11%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgb(0 0 0 / 60%);
}

.paddingtop4em {
  padding-top: 4em;
}
.paddingtop6em {
  padding-top: 11em;
}

a.button-style {
    color: #fff;
    background: #132555;
    border: none;
    padding: 10px 31px;
    letter-spacing: 1px;
    margin-top: 2em;
    display: inline-block;
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
        border-radius: 31px;
}
a.button-style:hover {
    color: #fff;
    background: #37BF91;
    border: none;
    padding: 10px 31px;
    letter-spacing: 1px;
    margin-top: 2em;
    display: inline-block;
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
        border-radius: 31px;
}

.about-image {
    position: relative;
    padding-right: 100px;
    padding-bottom: 50px;
}
.elementor img {
    height: auto;
    max-width: 100%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.about-image img:nth-child(2) {
    position: absolute;
    right: 10px;
    bottom: 0;
    z-index: 1;
}
.elementor img {
    height: auto;
    max-width: 100%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.about-image img {
    border-radius: 5px;
}
.paddingtop1em {
  padding-top: 1em;
}

.carousel-ban-text-airpot {
    position: absolute;
    width: 100%;
    display: flex;
    margin-left: 18px;
    bottom: 300px;
    color: #c4413e;
    border-radius: 12px;
    padding: 8px;
}


.card-egale {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: auto;
    word-wrap: break-word;
    background: #FFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #DFDFDF;
  border-left: 1px solid #ECECEC;
  border-radius: 8px;
  border-right: 1px solid #ECECEC;
  -webkit-box-shadow: 0 2px 4px 0px rgb(0 0 0 / 5%);
  box-shadow: 0 2px 4px 0px rgb(0 0 0 / 5%);
  margin-bottom: 1px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 45px;
  min-height: 230px;
  position: relative;
  text-align: center;
  z-index: 1;
}

.icon-box-area  {
  background-color: #ececec;


}
