/*-------------------------------------------------
General CSS 
---------------------------------------------------*/
body {
    font-family: 'Heebo', sans-serif;
    background: #ffffff;
    font-size:20px;
    font-weight: 400;
    line-height: 28px;
    color: #202C22;
    overflow-x: hidden !important;
    direction: rtl;
    text-align: right;
}

/* Custom Container */
/*@media (min-width: 1366px) {
    .container {
        max-width: 1280px;
    }
}*/

/* Common CSS */
 h1, h2, h3, h4, h5, h6 {
   font-family: 'Heebo', sans-serif;
   color: #222222;
   line-height: 1.2;
   font-weight: 700;
   margin-top: 0;
   margin-bottom: 10px;
   padding: 0;
   text-transform: capitalize;
}
p {
     margin: 0;
     padding: 0;
}
a {
     margin: 0;
     padding: 0;
     text-decoration: none;
     -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     -ms-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
 a:focus, a:hover {
     text-decoration: none;
     -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     -ms-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
 ul {
     margin: 0;
     padding: 0;
}
 ul li {
     list-style-type: none;
     margin: 0;
     padding: 0;
}
 img {
     max-width: 100%;
     height: auto;
}
/* Form CSS */
 .form-control {
     height: 45px;
     margin-bottom: 30px;
     box-shadow: none;
     border: 1px solid #e4e4e4;
     -webkit-box-shadow: none;
     -moz-box-shadow: none;
     border-radius: 0px;
     -moz-border-radius: 0px;
     -webkit-border-radius: 0px;
}
 .form-control:focus {
     border-color: #999999;
     box-shadow: none;
     -webkit-box-shadow: none;
     -moz-box-shadow: none;
}

 ::-webkit-input-placeholder {
     color: #999999 !important;
}
 ::-moz-placeholder {
     color: #999999 !important;
}
 ::-o-placeholder {
     color: #999999 !important;
}
 :-ms-input-placeholder {
     color: #999999 !important;
}
 input:-moz-placeholder {
     color: #999999 !important;
}

/* Background Over Layer CSS */
 .over-layer-black {
     position: relative;
}
 .over-layer-black:before {
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     z-index: 0;
     background-color: rgba(34, 34, 34, 0.8);
}
 .over-layer-white {
     position: relative;
}
 .over-layer-white:before {
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     z-index: 0;
     background-color: rgba(255, 255, 255, 0.8);
}




/* Theme btn CSS */
 .theme-btn {
     display: inline-block;
     position: relative;
     border: none;
     border-radius: 50px;
     padding: 8px 22px 12px 25px;
     background: transparent;
     font-size: 20px;
     color: #333333;
     font-weight: 600;
     text-transform: uppercase;
     height: 50px;
     z-index: 0;
     background-color: #1898D5;
}
 .theme-btn:hover {
    background: #1898D5;
    color: #ffffff;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
 }
 .theme-btn i {
    font-size: 24px;
    position: relative;
    bottom: -5px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
 }
.theme-btn:hover i {
  margin-right: 10px;
  color: #ffffff;
  -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
/* .theme-btn:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    width: 50px;
    height: 50px;
  background: #1898D5;    
  border-radius: 50px;
    opacity: 0.5;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
 }
  .theme-btn:hover:before {
    width: 100%;
    opacity: 1;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }*/
.btn-primary.focus, .btn-primary:focus {
  box-shadow: none;
}




/* back-to-top CSS */
 #back-to-top {
    position: fixed;
    bottom: 100%;
    right: 15px;
    z-index: 9999;
    width: 40px;
    height: 40px;
    padding-bottom: 15px;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    background: #1898D5;
}

 #back-to-top.show {
    opacity: 1;
    bottom: 15px;
    transition: 1s ease-out;
}


.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img {
  position: absolute;
  object-fit: cover;
  /* support for plugin https://github.com/bfred-it/object-fit-images */
  font-family: 'object-fit: cover;';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}







/*------------------------------------------------ 
 Header CSS 
--------------------------------------------------*/
.header-area {
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-top-bar {
  background-color: #1898D5;
  padding: 10px 0;
}
.header-top-bar .row {
  align-items: center;
}
.header-top-col {
  margin-bottom: 0;
}
.header-top-col ul {
  text-align: left;
}
.header-top-col ul li {
  display: inline-block;
  margin-right: 15px;
}
.header-top-col ul li a {
  color: #ffffff;
}
.header-top-col ul li i {
  margin-left: 10px;
  color: #ffffff;
}
.header-top-login a {
  background-color: #E7702A;
  color: #ffffff;
  padding: 12px 40px;
  text-transform: uppercase;
}



.header-menu {
  padding: 10px 0;
  background-color: #F2F7FF;
}
.header-menu .row {
  align-items: center;
}


/* Header Nav CSS Start */
.header-navbar {
   
}
.header-logo {
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.header-logo img {
   max-width: 140px;
   -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.stellarnav ul {
    text-align: left;
}
.stellarnav.light a, .stellarnav.light li a {
  font-size: 18px;
    color: #202C22;
    text-transform: capitalize;
    padding: 10px 25px;
    text-transform: uppercase;
}
.stellarnav.light a:hover, .stellarnav.light li a:hover {
  color: #E7702A;
}
.stellarnav.light li a:before,
.stellarnav.light li.menu-item-has-children>a:before {
    content: "/";
    opacity: .4;
    position: absolute;
    left: -6px;
}
.stellarnav>ul>li:last-child a {
  padding-left: 0;
}
.stellarnav>ul>li:last-child a:before {
  display: none;
}
.stellarnav.light {
  background: transparent;
}
.stellarnav>ul>li>a:hover {
    border-bottom-color: #0527d1;
}
.stellarnav>ul>li.active>a {
    border-bottom-color: #0527d1 !important;
}
.stellarnav ul ul {
    border-radius: 0;
    border-top: 3px solid #1898D5;
    background-color: #efefef !important;
    text-align: right;
}
.stellarnav ul li ul li a {
  color: #555555 !important;
    padding: 15px 15px !important;
    border-bottom: 1px solid rgba(0,0,0,.15);
    text-transform: capitalize;
}
.stellarnav ul li ul li a:hover {
  background-color: #1898D5;
  color: #ffffff !important;
}
.stellarnav ul li ul li a:before {
  display: none;
}
.stellarnav li.has-sub>a:after {
  display: none;
}
.current-menu-item a {
  color: #E7702A !important;
}





/* NavBar Fixed CSS */
.fixed-header {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 999999;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0,21,118,0.15);
  -moz-box-shadow: 0px 10px 20px 0px rgba(0,21,118,0.15);
  box-shadow: 0px 10px 20px 0px rgba(0,21,118,0.15);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fixed-header .header-logo img {
    max-width: 100px;
    -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}




/*------------------------------------------------ 
Main slider CSS
--------------------------------------------------*/
.main-slider-area {
  overflow: hidden;
  position: relative;
}
.pogoSlider {
    height: 80vh;
    position: relative;
}
.pogoSlider-dir-btn {
  z-index: 1;
  width: 30px;
  height: 30px;
}
.pogoSlider-slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.pogoSlider-slide:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    background: rgba(0,0,0,0.5);
}
.silder-elements {
  width: 100%;
  max-width: 960px;
    text-align: center;
    position: relative;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999;
    padding: 0;
}
.slider-para {
    color: #ffffff;
    text-transform: capitalize;
    font-size: 18px !important;
    letter-spacing: 1px;
    margin-bottom: 35px !important;
    display: inline-block;
}
.slider-main-title {
  display: block;
  width: 100%;
  font-size: 60px !important;
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 1.1;
  display: inline-block;
  padding: 5px 25px 12px;
}
.slider-main-title span {
  -webkit-text-stroke-color: #D6A354;
}
.silder-elements .theme-btn {
  margin: 0 5px;
  color: #ffffff;
  padding: 15px 40px 20px;
  font-size: 20px;
  height: 60px;
}
.silder-elements .theme-btn:before {
  height: 60px;
  width: 60px;
  border-radius: 100px;
}
.silder-elements .theme-btn:hover:before {
  width: 100%;
}
.pogoSlider-nav-btn {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #ffffff;
  margin-bottom: 50px;
}
.pogoSlider-nav-btn--selected {
  background: rgb(8,175,231);
  background: -moz-linear-gradient(170deg, rgba(8,175,231,1) 0%, rgba(0,21,118,1) 100%);
  background: -webkit-linear-gradient(170deg, rgba(8,175,231,1) 0%, rgba(0,21,118,1) 100%);
  background: linear-gradient(170deg, rgba(8,175,231,1) 0%, rgba(0,21,118,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#08afe7",endColorstr="#1898D5",GradientType=1);
}
.bottom-shape {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}



/*------------------------------------------------ 
 About CSS
--------------------------------------------------*/
.about-area {
  padding: 120px 0 90px;
  min-height: 900px;
}
.about-area .row {
  align-items: center;
}
.about-col {
  margin-bottom: 30px;
}
.about-img-col {
  position: relative;
}
.about-img-1 {
  position: relative;
  max-width: 430px;
}
.about-img-2 {
  max-width: 430px;
  position: absolute;
  left: 30px;
  top: 100px;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(24,152,213,0.3);
  -moz-box-shadow: 0px 0px 25px 0px rgba(24,152,213,0.3);
  box-shadow: 0px 0px 25px 0px rgba(24,152,213,0.3);
}
.about-img-1 img {
  border: 5px solid #F2F7FF;
}
.about-img-1 img,
.about-img-2 img {
  border-radius: 10px;
}
.about-info {
  padding: 12px 20px 8px;
  position: absolute;
  bottom: -70px;
  right: 50px;
  z-index: 2;
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(24,152,213,0.3);
  -moz-box-shadow: 0px 0px 25px 0px rgba(24,152,213,0.3);
  box-shadow: 0px 0px 25px 0px rgba(24,152,213,0.3);
}
.about-info h3 {
  margin-bottom: 0;
}
.about-info h3 span {
  color: #1898D5;
  font-size: 70px;
}
.about-col h2 {
  font-size: 50px;
  padding-right: 25px;
  border-right: 10px solid #1898D5;
  margin-bottom: 20px;
}
.about-col h5 {
  margin-bottom: 20px;
  opacity: 0.8;
}
.about-col p {
  margin-bottom: 15px;
}
.about-text-box {
  padding: 80px 30px 80px;
  background-color: #F2F7FF;
  clip-path: polygon(0 8%, 100% 0, 100% 92%, 0% 100%);
  border-top: 20px solid #1898D5;
  border-bottom: 20px solid #1898D5;
}



.login-box {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  margin-top: 50px;
  border-radius: 10px;
  padding: 30px 30px;
  box-shadow: 0px 0px 50px -3px rgba(0,0,0,0.1);
}
.login-box .form-control {
  text-align: right;
  border-radius: 5px;
  min-height: 55px;
  margin-bottom: 20px;
  font-size: 20px;
}
.login-box .btn {
  background-color: #1898D5;
  border: none;
  height: 55px;
  min-width: 180px;
}




/*------------------------------------------------ 
 Video CSS
--------------------------------------------------*/
.video-area {
  padding: 150px 0;
  position: relative;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.video-area:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(24,152,213,0.5);
}
.top-shape {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.video-col {
  text-align: center;
  position: relative;
  z-index: 1;
}
.video-col h2 {
  color: #ffffff;
  margin-bottom: 60px;
  text-transform: uppercase;
}
.play-btn {
  display: block;
  width: 128px;
  height: 128px;
  border-radius: 50%;
  margin: 0 auto;
  animation-name: ripple;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 #fff, 0 0 0 0 #fff;
    }

    80% {
        box-shadow: 0 0 0 20px #fff0, 0 0 0 40px #fff0;
    }

    100% {
        box-shadow: 0 0 0 0 #fff0, 0 0 0 0 #fff0;
    }
}



/*------------------------------------------------ 
 Testimonial CSS
--------------------------------------------------*/
.testimonial-area {
  padding: 120px 0;
}
.testimonial-item {
  position: relative;
}
.top-text {
  position: relative;
  background-color: #1898D5;
  border-bottom: 1px solid;
  padding: 30px 30px 65px;
  margin: 0 0 0;
  border-radius: 10px;
  border: none;
}
.top-text i {
  font-size: 100px;
  color: #FF3B17;
  position: absolute;
  top: 30px;
  left: 30px;
  font-weight: bold;
  opacity: 0.2;
}
.top-text p {
  position: relative;
  z-index: 1;
  color: #ffffff;
}
.testimonial-name {
  position: relative;
  z-index: 1;
  margin-top: -50px;
  padding-right: 30px;
}
.testimonial-name img {
  width: 100px !important;
  height: 100px !important;
  border-radius: 50%;
  border: 3px solid #ffffff;
  box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.15);
}
.testimonial-name h4 {
  text-transform: capitalize;
  margin-bottom: 0;
  margin-top: 15px;
}
.testimonial-area .owl-theme .owl-nav [class*=owl-] {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  line-height: 48px;
  padding: 0;
  font-size: 22px;
  margin: 0 20px;
  margin-top: 30px;
  background-color: #ffffff;
  color: #E7702A;
  box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.15);
}
.my-title {
  margin-bottom: 60px;
}
.my-title h2 {
  font-size: 42px;
  text-transform: uppercase;
}



/*------------------------------------------------ 
 Features CSS
--------------------------------------------------*/
.feature-area {
  background-color: #1898D5;
  padding: 50px 0 20px;
}
.feature-col {
  position: relative;
  padding-right: 70px;
  margin-bottom: 30px;
}
.feature-col i {
  font-size: 50px;
  position: absolute;
  right: 0;
  top: 5px;
  z-index: 0;
  color: #ffffff;
}
.feature-col h4 {
  color: #ffffff;
  margin-bottom: 0;
  text-transform: capitalize;
}
.feature-col p {
  color: #ffffff;
  opacity: 0.8;
}




/*------------------------------------------------ 
 Service CSS
--------------------------------------------------*/
.service-area {
  padding: 69px 0 90px;
}
.service-title {
  border: 1px solid #dddddd;
  border-radius: 10px;
  padding: 10px 20px;
  margin-bottom: 50px;
}
.service-title h2 {
  font-size: 45px;
  margin-bottom: 0;
}
.service-col {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
  padding: 10px;
  border: 1px solid #dddddd;
}
.service-img {
  border-radius: 10px;
  margin-bottom: 20px;
  overflow: hidden;
}
.service-img img {
  width: 100%;
  border-radius: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.service-col:hover .service-img img {
  transform: scale(1.2);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.service-content {
  padding: 0 20px 15px 20px;
}
.service-content h4 a {
  color: #222222;
}
.service-content p {
  margin-bottom: 5px;
}
.service-content .readmore-link {
  font-weight: 500;
  color: #E7702A;
  text-decoration: underline;
}

.service-two-area {
  background-color: #F2F7FF;
}
.service-two-area h2 {
  font-size: 45px;
  margin-bottom: 30px;
  margin-top: -12px;
}


.service-details-area {
  padding: 69px 0 90px;
}
.service-details-col {
  margin-bottom: 30px;
  padding-left: 20px;
}
.service-details-col h2 {
  font-size: 50px;
  margin-bottom: 20px;
}
.service-details-col p {
  margin-bottom: 15px;
}
.service-details-col img {
  width: 100%;
  border: 5px solid #F2F7FF;
  border-radius: 10px;
}


/*------------------------------------------------ 
 Message CSS
--------------------------------------------------*/
.message-area {
  padding: 69px 0 90px;
}
.message-col {
  margin-bottom: 30px;
}
.message-col h5 {
  background-color: #1898D5;
  padding: 7px 20px 5px;
  color: #ffffff;
  font-size: 22px;
  margin-bottom: 0;
  display: inline-block;
}
.message-box {
  background-color: #F2F7FF;
  padding: 30px 30px;
}
.message-box p {
  font-size: 20px;
}



/*------------------------------------------------ 
 Gift CSS
--------------------------------------------------*/
.gift-area {
  padding: 69px 0 90px;
}
.gift-col {
  margin-bottom: 60px;
}
.gift-col h2 {
  font-size: 45px;
  margin-bottom: 20px;
}
.gift-col p {
  font-size: 22px;
}


/*------------------------------------------------ 
 Gallery CSS
--------------------------------------------------*/
.gallery-area {
  padding: 69px 0 90px;
}
.gallery-title {
  text-align: center;
}
.gallery-title h2 {
  font-size: 45px;
  margin-bottom: 50px;
}
.gallery-col {
  margin-bottom: 30px;
  border: 1px solid #F2F7FF;
  padding: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.gallery-col h4 {
  font-weight: 500;
  font-size: 20px;
  position: relative;
  padding-left: 140px;
}
.gallery-col h4 a {
  font-weight: normal;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  color: #1898D5;
}
.gallery-img {
  overflow: hidden;
  border-radius: 10px;
}
.gallery-img img {
  width: 100%;
  border-radius: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.gallery-col:hover .gallery-img img {
  transform: scale(1.2);
}








.gallery-details-area {

}
.gallery-details-col h2 {
  font-size: 45px;
}
.gallery-details-col p {
  margin-bottom: 15px;
}
.gallery-details-col ul li {
  margin-bottom: 5px;
}
.gallery-details-col ul li a {
  color: #1898D5;
}
.gallery-details-col ul li a i {
  margin-right: 5px;
}

.gallery-img-2 {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.gallery-img-2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 0;
  background-color: rgba(24,152,213,0.7);
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  transition: all .5s ease-out;
}
.gallery-col-2:hover .gallery-img-2:before {
  height: 100%;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  transition: all .5s ease-out;
}
.gallery-img-2 img {
  width: 100%;
}
.gallery-col-2 {
  position: relative;
  margin-bottom: 25px;
}
.gallery-col-2 a i {
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 1;
  opacity: 0;
  font-size: 40px;
  color: #ffffff;
  transform: translate(-50%, -50%);
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  transition: all .5s ease-out;
}
.gallery-col-2:hover a i {
  top: 50%;
  opacity: 1;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  transition: all .5s ease-out;
}





.page-area {

}
.page-title {
  margin-bottom: 50px;
}
.page-title h2 {
  font-size: 45px;
}
.page-title p {
  font-size: 22px;
}
.page-cube-col {
  margin-bottom: 30px;
}
.page-cube-col a.readmore-link {
  background-color: #1898D5;
  color: #ffffff;
  display: block;
  border-radius: 5px;
  padding: 10px 10px;
  text-align: center;
  text-decoration: none;
  margin-top: 20px;
}
.page-cube-col a.readmore-link:hover {
  background-color: #E7702A;
}



/*------------------------------------------------ 
 Testimonial CSS
--------------------------------------------------*/
.testimonial-area {
  padding: 69px  0 90px;
}
.testimonial-title {
  margin-bottom: 60px;
}
.testimonial-title h2 {
    font-size: 45px;
    margin-bottom: 20px;
}
.testimonial-title p {
    font-size: 22px;
}
.testimonial-col {
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}
.testimonial-img {
  position: relative;
  padding: 30px 20px;
  background-color: #F2F7FF;
}
.testimonial-img:before {
  content: "";
  width: 0;
  height: 0;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-bottom: 20px solid #ffffff;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.testimonial-img img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  border: 3px solid #dddddd;
}
.testimonial-col h4 {
  margin-bottom: 0;
}
.testimonial-col span {
  display: block;
  margin-bottom: 10px;
}
.testimonial-content {
  padding: 20px 20px;
  border: 1px solid #F2F7FF;
  border-top: none;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.testimonial-content p {
  opacity: 0.8;
}


/*------------------------------------------------ 
 Image CSS
--------------------------------------------------*/
.image-area {
  padding: 120px 0;
}
.image-title {
  margin-bottom: 50px;
}
.image-title h2 {
  margin-top: -12px;
  font-size: 45px;
}
.image-title p {
  font-size: 20px;
  margin-bottom: 20px;
}
.image-title ul {
  display: flex;
  justify-content: space-between;
}
.image-title ul li {
  width: 49%;
}
.image-title ul li a {
  display: block;
  border: 1px solid #dddddd;
  padding: 15px 20px;
  text-align: center;
  font-weight: 600;
  font-size: 22px;
  background-color: #1898D5;
  color: #ffffff;
}
.image-title ul li a:hover {
  background-color: #E7702A;
}
.image-col img {
  width: 100%;
}



/*------------------------------------------------ 
 Contact CSS
--------------------------------------------------*/
.contact-area {
  padding: 120px 0 90px;
}
.contact-area .contact-info-col {
    margin-bottom: 30px;
}
.contact-area h4 {
  margin-bottom: 40px;
  text-align: center;
}
.contact-area .contact-info-col ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact-area .contact-info-col ul li {
  width: 30%;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
  padding: 40px 20px 40px;
  border: 1px solid #F2F7FF;
  border-radius: 10px;
}
.contact-area .contact-info-col ul li i {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #1898D5;
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    line-height: 50px;
    margin: 0 auto;
    margin-bottom: 10px;
}
.contact-area .contact-info-col ul li a {
  color: #555555;
}
.contact-area .contact-form-col {
    padding: 30px;
    border: 1px solid #F2F7FF;
    border-radius: 10px;
    margin-bottom: 30px;
}
.contact-area .contact-form-col .form-control {
    background: #F2F7FF;
    color: #444444;
    min-height: 50px;
    border-radius: 5px;
    margin-bottom: 20px;
    text-align: right;
    font-size: 20px;
}
.contact-area .contact-form-col textarea.form-control {
  min-height: 150px;
}
.contact-area .contact-form-col .theme-btn {
  padding: 10px 25px 12px;
  color: #ffffff;
  background-color: #1898D5;
}





/*------------------------------------------------ 
 Footer CSS
--------------------------------------------------*/
.footer-area {
     padding: 20px 0 10px;  
     position: relative;
     overflow: hidden;
     background-color: #1898D5;
     background-size: cover;
     background-position: top center;
     background-repeat: no-repeat; 
}
.footer-col {
  margin-bottom: 10px;
}
.footer-col ul li {
  display: inline-block;
  margin-left: 20px;
}
.footer-col ul li a {
  color: #ffffff;
}
.footer-col ul li i {
  margin-left: 10px;
  color: #ffffff;
}
.copyright {
  text-align: left;
}
.copyright p {
  color: #ffffff;
}






/*------------------------------------------------ 
            Responsive CSS
--------------------------------------------------*/

@media only screen and (max-width:1920px) {
  
}

@media only screen and (max-width:1680px) {

}

@media only screen and (max-width:1600px) {

}

@media only screen and (max-width:1440px) {
  
}

@media only screen and (max-width:1400px) {
  
}

@media only screen and (max-width:1366px) {
  
}

@media only screen and (max-width:1199px) {
  
}

@media only screen and (max-width:1024px) {
  
}

@media only screen and (max-width:991px) {
  .stellarnav {
    text-align: left;
  }
  .stellarnav.light a, .stellarnav.light li a {
    padding: 0;
  }
  .stellarnav .menu-toggle span.bars span {
    width: 32px;
    height: 5px;
  }
  .stellarnav.mobile.light ul {
    background-color: #f1f1f1;
  }
  .stellarnav>ul>li:last-child a {
    padding-left: 15px;
  }
  .stellarnav .icon-close {
    margin-right: 10px;
  }


  .header-top-col ul {
    text-align: center;
  }
  .header-logo img {
    max-width: 100px;
  }
  .service-details-col {
    padding-left: 0;
  }
  .service-details-area .row {
    flex-direction: column-reverse;
  }
  .contact-area .contact-info-col ul li {
    width: 32%;
  }
  .copyright,
  .footer-col {
    text-align: center;
  }
  .footer-col ul li {
    margin: 0;
    margin: 0 5px;
  }

}

@media only screen and (max-width:767px) {
  .contact-area .contact-info-col ul li {
    width: 100%;
  }
}

@media only screen and (max-width:600px) {
  
}

@media only screen and (max-width:575px) {
  .about-col h2,
  .service-details-col h2,
  .service-two-area h2,
  .service-title h2,
  .gift-col h2,
  .gallery-title h2,
  .gallery-details-col h2,
  .page-title h2,
  .image-title h2 {
    font-size: 36px;
  }
  .about-text-box {
    clip-path: polygon(0 0%, 100% 0, 100% 100%, 0% 100%);
    border: none;
    padding: 30px 30px;
  }
  .about-area {
    padding: 20px 0 50px;
  }
}

@media only screen and (max-width:480px) {
  .image-title ul {
    flex-wrap: wrap;
  }
  .image-title ul li {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width:420px) {
  
}

@media only screen and (max-width:375px) {
  .service-content {
    padding: 0 10px 15px 10px;
  }
  .message-box p,
  .gift-col p {
    font-size: 17px;
  }
}

@media only screen and (max-width:320px) {

}
