/* ------------------------------------------------ */
/* ------------------- Reset CSS --------------- */
/* ------------------------------------------------ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0; 
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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

body {
  line-height: 20px; font-family: 'Roboto', sans-serif; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }
  

.padding-none{ padding:0 !important;}
.color-white{ color:#fff;}
.color-yellow{color:#fbd201 !important;}
.color-purple{ color:#736dfa;}
.no-lt-padding{ padding-left:0;}
.no-rt-padding{ padding-right:0;}

.bg-none{ background:transparent !important; box-shadow:none; border:none;}
hr.style-one {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.75), rgba(0, 0, 0, 0));
    width: 100%;
    margin: 5px 0;
}
hr.style-two {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(254, 38, 75, 0.75), rgba(0, 0, 0, 0));
    width: 100%;
    margin: 5px 0;
}

.top-head{ background:#f26b01; width:100%; height:100px;}
.navbar .navbar-nav .nav-link {
    color: #fff;
    font-size: 1.1em;
    padding: 2rem 2rem; font-weight:600;
}
.navbar .navbar-nav .nav-link:hover{
    color: #808080;
}
.navbar-logo-centered .navbar-nav .nav-link{
    padding: .5em 1em;
}
.z-index1{ position:relative; z-index:9}
.top-number{ background:#e12454; color:#fff; padding:10px; font-size:16px; }
.font-mini{ font-size:20px; font-family: 'Oswald', sans-serif;}
.footer-banner{ position:absolute; z-index:1; bottom:-150px;}
.wave {
  position:absolute;
  width: 100%;
  padding-top: 12%;
  top: -5px;
  left: 0;
  background-image:url(../images/wave.png);
  background-repeat: repeat-x;
  background-size: 100%;
  animation: wave 8s linear infinite;
}
.wave::before {
  content: '';
  position: absolute;
  width: 100%;
  padding-top: 12%;
  top: -5px;
  left: 0;
  background-image: url(wave.png);
  background-repeat: repeat-x;
  background-size: 100%;
  opacity: .2;
  animation: wave-reverse 8s linear infinite;
}
.wave::after {
  content: '';
  position: absolute;
  width: 100%;
  padding-top: 12%;
  top: -5px;
  left: 0;
  background-image: url(wave.png);
  background-repeat: repeat-x;
  background-size: 100%;
  opacity: .8;
  animation-delay: -4s;
  animation: wave 16s linear infinite;
}
@keyframes wave {
  0% {
    background-position: 0;
  }
  100% {
    background-position: 100vw;
  }
}
@keyframes wave-reverse {
  0% {
    background-position: 100vw;
  }
  100% {
    background-position: 0;
  }
}
.secd-area{ position:relative; margin-bottom: -50px; background: #faf3e6; top:130px; z-index:1;}
.mid-area{ background: url(../images/IMAGE%20PNG-04.png) no-repeat center center #faf3e6; height: 1080px; position:relative;}
.home-pro-img{ width:240px !important; margin:auto; /*position: absolute;
    left: 140px;
    top: 0;*/}
.about3-left-area{ /*background:url(../images/IMAGE-PNG-03.png) no-repeat;*/ text-align:center; background-size:90% 90%; position:relative; }
.st-circle-image{ position: absolute; top: 150px;} 
.st-circle-image img{ width:600px;}
.about3-right-area{ /*background:url(../images/IMAGE-PNG-03.png) no-repeat;*/ text-align:center; background-size:90% 90%; position:relative; margin-top:160px;}
.st-circle-image2{ position: absolute; top: -60px;}
.left-box{margin-top: 320px;}

.carousel-control-next11 {
    position: absolute;
    top: 410px !important;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 11%!important;
    padding: 20px!important;
    background: #000!important;
    height: 20px;
    color: #fff!important;
    text-align: center;
    right: 100px !important;
    border: 0;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}
.carousel-control-prev11{
    position: absolute;
    top: 410px !important;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 11%!important;
    padding: 20px!important;
    background: #000!important;
    height: 20px;
    color: #fff!important;
    text-align: center;
    left: 106px !important;
    border: 0;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}
.carousel-control-next12 {
    position: absolute;
    top: 230px !important;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 11%!important;
    padding: 20px!important;
    background: #000!important;
    height: 20px;
    color: #fff!important;
    text-align: center;
    right: 100px !important;
    border: 0;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}
.carousel-control-prev12{
    position: absolute;
    top: 230px !important;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 11%!important;
    padding: 20px!important;
    background: #000!important;
    height: 20px;
    color: #fff!important;
    text-align: center;
    left: 106px !important;
    border: 0;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}



@-webkit-keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}
.slider {
  
  height: auto;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.slider::before, .slider::after {
  
  content: "";
  height: auto;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  -webkit-animation: scroll 40s linear infinite;
          animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
}
.slider .slide {
  height: auto;
  width: 250px;
}
.third-area{ background:#fff6d1; width:100%; border-top: 4px solid #5e5e5e; border-bottom: 4px solid #5e5e5e;}
.gg-img{ position:absolute; top:-80px;}
.orange-area{ width:100%; background:#f5911e; padding:30px 0;}
.content_box_100_60{ padding-top: 60px; padding-bottom: 60px;}

.loading {
		-webkit-animation: rotation 15s infinite linear;
}
.loading img{ width:100%;}

@-webkit-keyframes rotation {
		from {
				-webkit-transform: rotate(0deg);
		}
		to {
				-webkit-transform: rotate(359deg);
		}
}

.loading2 {
		-webkit-animation: rotation 15s infinite linear;
}
.loading2 img{ width:100%;}

@-webkit-keyframes rotation {
		from {
				-webkit-transform: rotate(359deg);
		}
		to {
				-webkit-transform: rotate(0deg);
		}
}
.outer1 {
  top:0px !important;
}
.outer {
  display: block;
  position:absolute;
  width: 300px;
  height: 300px; margin:60px auto 0; top:150px; right:130px;
}
.ripple {
  position: absolute;
  border: 4px dotted #000;
  opacity: 1;
  border-radius: 100%;
  animation: ripple 5s cubic-bezier(0, 0.1, 0.7, 1) infinite;
}

.ripple:hover {  border: 4px solid orange;}
.seven {
  animation-delay: -3s;
}
.six{
  animation-delay: -2.5s;
}
.five {
  animation-delay: -2s;
}
.four {
  animation-delay: -1.5s;
}
.three {
  animation-delay: -1s;
}

.two {
  animation-delay: -0.5s;
}

@keyframes ripple {
  0% {
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -2px;
    left: -2px;
    width: 300px;
    height: 300px;
    opacity: 0;
  }
}



.waves {
  position:relative;
  width: 100%;
  height:30vh;
  margin-bottom:-7px; /*Fix for safari gap*/
  min-height:200px;
  max-height:200px; transform: rotate(180deg);
}

.content {
  position:relative;
  height:20vh;
  text-align:center;
  background-color: white;
}

/* Animation */

.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}



.popular_courses {
    padding-bottom: 100px;
}
@media (max-width: 991px) {
    .popular_courses {
        padding-bottom: 40px;
    }
}
.popular_courses .owl-item {
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    padding: 0px 10px;
    padding-bottom: 30px;
}
.popular_courses .owl-item.active {
    opacity: 1;
}
.popular_courses .owl-nav {
    display: flex !important;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    width: 120%;
    transform: translateY(-50%);
    left: -11%;
}
@media (max-width: 991px) {
    .popular_courses .owl-nav {
        display: none !important;
    }
}
.popular_courses .owl-nav .owl-prev img,
.popular_courses .owl-nav .owl-next img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.popular_courses .owl-nav .owl-prev img:hover,
.popular_courses .owl-nav .owl-next img:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}

/*.single_course {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.single_course .course_head {
    position: relative;
    overflow: hidden;
}
.single_course .course_head img {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.single_course .price {
    position: absolute;
    top: -34px;
    right: 15px;
    z-index: 2;
    color: #002347;
    display: inline-block;
    height: 65px;
    line-height: 65px;
    width: 65px;
    text-align: center;
    border-radius: 50px;
    background: #fdc632;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-size: 20px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.single_course .price img {
    margin-top: -8px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.single_course .course_content {
    padding: 30px 26px;
    /*background: #f9f9ff;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.single_course .course_content .tag {
    padding: 2px 21px;
    font-size: 13px;
    color: #fff;
    background: #002347;
    text-transform: uppercase;
}
.single_course .course_content h4 {
    font-size: 20px;
    font-weight: 500;
}
.single_course .course_content h4 a {
    color: #002347;
}
.single_course .course_content p {
    margin: 0;
}
.single_course .course_content .course_meta {
    margin-top: 25px;
}
.single_course .course_content .course_meta .meta_info a {
    color: #002347;
}
.single_course .authr_meta img {
    width: 45px !important;
    height:auto;
    display: inline-block !important;
}
.single_course .authr_meta span {
    color: #002347;
    font-weight: 500;
}
/*.single_course:hover {
    box-shadow: 0px 10px 30px rgba(0, 35, 71, 0.1);
}*/
/*.single_course:hover .course_head img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}*/
/*.single_course:hover .course_content {
    background: #fff;
}
.single_course:hover .price {
    background: #002347;
    color: #fdc632;
}
.single_course:hover h4 a {
    color: #fdc632;
}*/





/*
.slider-spin-wrapper {
    position: relative;
    overflow: hidden;
}

.slider-spin-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    position: relative;
}
.slider-spin-container .right-wrapper {
    width: 70%;
}

.services {
    width: 100%;
    height: 650px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    position: relative;
    padding-top: 30px;
}

.services:before {
    position: absolute;
    content: "";
    width: 1200px;
    height: 800px;
    top: -60%;
    border-radius: 50%;
    z-index: 10;
    left: 0;
    right: -15%;
    margin: 0 auto;
    box-shadow: 0 0px 0px 25em #fff;
    pointer-events: none;
}

.circle--slider {
    position: relative;
}

.circle--slider .rotate--circle {
    margin: 0 auto;
    position: relative;
    left: 15%;
}

.circle--rotate {
    border-radius: 50%;
    border: 1px #c7bb96 dashed;
    width: 62%;
    height: 62%;
    margin: 0 auto 0;
    position: relative;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    z-index: 0;
    padding: 0;
}

.circle--rotate>li {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
    z-index: 10;
    visibility: hidden;
}
.circle--slider .count7 li:nth-child(2) {
    transform: rotate(51.5deg);
}

.circle--slider .count7 li:nth-child(3) {
    transform: rotate(103deg);
}

.circle--slider .count7 li:nth-child(4) {
    transform: rotate(154.5deg);
}

.circle--slider .count7 li:nth-child(5) {
    transform: rotate(206deg);
}

.circle--slider .count7 li:nth-child(6) {
    transform: rotate(-103deg);
}

.circle--slider .count7 li:nth-child(7) {
    transform: rotate(-51.5deg);
}

.circle--slider .animate-wrapper {
    width: 38%;
    height: 38%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
}

.circle--slider .animate-img {
    width: 25%;
    height: 25%;
    border-radius: 50%;
    overflow: hidden;
}

.circle--slider .animate-img:before {
    background-image: url(../images/bloom-big.png);
    content: "";
    position: absolute;
    top: 35%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-size: 90% auto;
    background-position: center center;
    z-index: 10;
    -webkit-animation: continousRotate 150s linear infinite;
    animation: continousRotate 150s linear infinite;
}

.circle--slider .animate.active .animate-img .animate-img__in {
    opacity: 1;
    transform: scale(1);
}
.circle--slider .animate-img .animate-img__in {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    background-repeat: no-repeat;
    z-index: 11;
    -webkit-transform: rotate3d(0, 0, 0, 0deg) scale(0.85);
    transform: rotate3d(0, 0, 0, 0deg) scale(0.85);
    -webkit-transition: .55s ease-in-out;
    transition: .55s ease-in-out;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-size: 70%;
    background-position: center center;
    /* box-shadow: -20px 20px 50px rgb(0 0 0 / 30%); 
}
.animate-img__in:after {
    content: "";
    display: block;
    width: 46px;
    position: absolute;
    top: calc(100% + 60px);
    left: 0;
    height: 1px;
    background-color: white;
    border-radius: 50%;
    z-index: 2;
    transform: rotateX(80deg);
    -webkit-box-shadow: 0px 60px 25px 30px #d5d5d5;
    box-shadow: 0px 60px 25px 30px #d5d5d5;
    right: 0;
    margin: 0 auto;
}*/

/*.circle--slider .prev {
    right: 16%;
}

.circle--slider .next {
    left: 16%;
}

.circle--slider .next {
    background-image: url(../images/arrowLft.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 10px;
}

.circle--slider .prev, .circle--slider .next {
    position: absolute;
    top: 0;
    bottom: -40%;
    margin: auto;
    display: block;
    height: 52px;
    width: 52px;
    text-align: center;
    cursor: pointer;
    background-color: #d2d2d2;
    border-radius: 50%;
    z-index: 12;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
*/



.carousel-fade .carousel-item {
 opacity: 0;
 transition-duration: .6s;
 transition-property: opacity;
}

.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
 opacity: 0;
}

.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
 transform: translateX(0);
 transform: translate3d(0, 0, 0);
}








/*.carousel {
    position: relative;
    margin-bottom: 120px !important;
}
.appointment4__item {
    background: #f9f9f9;
    padding: 30px 0px;
    -webkit-box-shadow: 0px 12px 24.3px 2.7px rgb(228 226 226 / 78%);
    box-shadow: 0px 12px 24.3px 2.7px rgb(228 226 226 / 78%);
}

.appointment4__thumb {
    width: 60px;
    height: 60px;
    border: 1px solid #bababa;
    border-radius: 100%;
    text-align: center;
    line-height: 72px;
    background: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.appointment4__thumb i {
    color: #E12454;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; font-size: 40px;
}

.appointment4__item h5 {
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    color: #292929;
    margin-top: 20px; font-family: 'Oswald', sans-serif;
}

.appointment4__thumb-wrapper {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    text-align: center;
    line-height: 100px;
    -webkit-box-shadow: 0px 12px 24.3px 2.7px rgb(228 226 226 / 78%);
    box-shadow: 0px 12px 24.3px 2.7px rgb(228 226 226 / 78%);
    padding: 20px;
    margin: 0px auto;
}


.appointment4__content h3 {
    font-size: 36px;
    line-height: 48px;
    font-weight: bold; color: #223645; font-family: 'Oswald', sans-serif;
}

.title1 h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #E12454;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.title1 h4 span {
    color: #223645;
}
.about3__right-area .title1 h2 {
    font-size: 38px;
}
.title1 h2 {
    font-size: 40px;
    line-height: 50px;
    color: #223645;
    font-weight: bold;
}


.title2 h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #E12454;
    text-transform: capitalize;
    margin-bottom: 27px;
    letter-spacing: 0.25px;
}*/
.title2 h2 {
    font-size: 40px;
    line-height: 50px;
    color: #223645;
    font-weight: bold;
    margin-bottom: 24px; font-family: 'Oswald', sans-serif;
}

.service3__item {
    background: #fff;
    border-radius: 5px 5px 0px 0px;
    overflow: hidden;
}
.service3__thumb {
    position: relative;
}
.service3__thumb:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(225, 36, 84, 0.8);
    z-index: 100;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.service3__content {
    padding: 27px 20px 18px;
    border-bottom: 2px solid #E12454;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.service3__content h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #0E3340;
    margin-bottom: 13px;
}
.service3__content p {
    color: #768495;
    font-size: 16px;
    line-height: 24px;
    padding: 0px 10px;
}
.service3__content h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #0E3340;
    margin-bottom: 13px;
}
a:hover {
    text-decoration: none;
    outline: none;
    color: #E12454;
    border: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.why_choose_us1 {
    background: #fff; 
}

.content_box_100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.title2 h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #E12454;
    text-transform: capitalize;
    margin-bottom: 27px;
    letter-spacing: 0.25px;
}
.why_choose_us1 .title2 h2 {
    color:#f17b21; font-size: 70px;
    line-height: 120px; text-transform:uppercase;
}
.why_choose_us1__item {
    border: 1px solid #E12454;
    border-radius: 5px;
    padding: 23px 10px 28px;
}
.why_choose_us1__thumb {
    text-align: center;
    margin-bottom: 6px;
}
.why_choose_us1__content h4 {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}

.title2 h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #E12454;
    text-transform: capitalize;
    margin-bottom: 27px;
    letter-spacing: 0.25px;
}
.title2 h2 {
    font-size: 40px;
    line-height: 50px;
    color: #223645;
    font-weight: bold;
    margin-bottom: 24px;
}
.gallery2__content {
    padding-right: 50px;
}
.gallery2__content h3 {
    font-size: 36px;
    line-height: 46px;
    font-weight: bold;
    margin-bottom: 30px; font-family: 'Oswald', sans-serif;
}
.gallery2__content>span {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #223645;
    margin-bottom: 7px;
    display: block;
}
.gallery2__content h3 span {
    color: #E12454;
    font-size: 36px;
    font-weight: bold;
    line-height: 46px;
}

.blue-bg{ background:#ee5a2b; padding:50px 0;}
.blue-bg h3{ font-family: 'Oswald', sans-serif; color:#fff; font-size: 65px;line-height: 80px; padding:100px 0;}
.footer-area{ background:url(../images/footer-bg.png) no-repeat; background-size:100% 100%; width:100%;}

.read-more{ background:#fff; padding:15px; text-align:center; font-size:15px;}

.faq2__item {
    position: relative;
}
.faq2__thumb {
    width: 30px;
    height: 30px;
    border-radius: 10px;
    background: #E12454;
    text-align: center;
    line-height: 32px;
    position: absolute;
    left: 0px;
    top: 0px;
}
.faq2__content {
    padding-left: 40px;
    padding-right: 50px;
}
.faq2__content h5 {
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 13px;
}
.faq2__content p {
    font-size: 14px;
    line-height: 24px;
    color: #768495;
}
.btn3 {
    display: inline-block;
    text-transform: capitalize;
    padding: 20px 85px 20px 35px;
    font-size: 16px;
    line-height: 18px;
    border-radius: 100px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #fff;
    background: #E12454;
    border: none;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    letter-spacing: 0.25px;
    position: relative;
}
.btn3 i {
    height: 54px;
    width: 54px;
    display: inline-block;
    font-size: 20px;
    text-align: center;
    line-height: 54px;
    border-radius: 100px;
    background-color: #FFD9DB;
    color: #E12454;
    position: absolute;
    right: 2px;
    top: 2px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn3:hover, .btn3:focus {
    background: #0E3340;
    color: #fff;
}



.counter2 {
    background: url(../images/png-img-15.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.counter2__item {
    padding: 0px 50px 34px;
    position: relative;
}
.counter2__item:before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0px;
    width: 115px;
    height: 3px;
    background: #E12454;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.counter2__item h3 {
    color: #E12454;
    font-size: 72px;
    line-height: 72px;
    font-weight: 800;
    margin-bottom: 20px;
}
.counter2__item p {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}

.cta4 {
    background: url(../images/png-img-28.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.footer1 {
    background: #29a7df;
}
.footer1__top {
    /*border-top: 1px solid #4B575B;*/
    border-bottom: 1px solid #fff;
}
/*.footer1__item--logo {
    margin-bottom: 45px;
}*/
.footer1__item ul li:not(:last-child) {
    margin-bottom: 12px;
}
.footer1__item ul li span {
    font-size: 17px;
    color: #fff; font-weight: 600;
    line-height: 1;
}
.footer1__item--email {
    position: relative;
    margin-top: 40px;
}
.footer1__item--email input {
    background: #1e4d70;
    width: 100%;
    border: none;
    padding: 15px 50px 16px 20px;
}
.footer1__item--02 {
    padding-left: 35px;
}
.footer1__item h3 {
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
    color: #fff;
    margin-bottom: 53px;
}
.footer1__item ul li a {
    font-size: 17px;
    color: #fff;
    line-height: 1; font-weight: 600;
    display: inline-block; text-decoration: none;
}
.footer1__item ul li a:hover {
    color: #E12454;
}
.content_box_100_50 {
    padding-top: 100px;
    padding-bottom: 50px;
}
.footer1__social a:not(:last-child) {
    margin-right: 20px;
}
.footer1__social a {
    display: inline-block;
    font-size: 21px;
    color: #fff;
}
.text-lg-left {
    text-align: left !important;
}
.text-lg-right {
    text-align: right !important;
}

.page_title__img-01 {
    background: url(../images/bg-17.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.page_title__img-02 {
    background: url(../images/gallery.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.page_title__img-03 {
    background: url(../images/about-head.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.page_title__padding {
    padding: 100px 0px;
}
.page_title__content h1 {
    font-size: 36px;
    line-height: 46px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 17px;
}
.page_title__bread-crumb ul li {
    display: inline-block;
    margin-right: 20px;
    position: relative;
}
.about4__content h6 {
    font-size: 32px;
    color: #E12454;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}
.about4__content h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 35px;
    margin-bottom: 38px;
}

.about1 {
    padding-bottom: 130px;
}
.about1__left {
    position: relative;
}
.about1__left--thumb1 {
    width: 450px;
    height: 450px;
    line-height: 420px;
    border: 1px dashed #ffb2b6;
    border-radius: 100%;
    text-align: center;
    padding: 15px;
}

.service1 {
    background: url(../images/png-img-01.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.service3.other_page .service3__item {
    -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 24%);
    box-shadow: 0 1px 3px rgb(0 0 0 / 24%);
}

.service3__content {
    padding: 27px 20px 18px;
    border-bottom: 2px solid #E12454;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.service3__content h3 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    color: #0E3340;
    margin-bottom: 13px; text-transform:uppercase;
}


/* IMAGE GRID STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.image-grid figure {
  margin-bottom: 0;
}

.image-grid img {
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.2s;
}

.image-grid a:hover img {
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.35);
}


/* LIGHTBOX STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.lightbox-modal .modal-content {
  background: var(--lightbox);
}

.lightbox-modal .btn-close {
  position: absolute;
  top: 20px;
  right: 18px;
  font-size: 1.2rem;
  z-index: 10;
}

.lightbox-modal .modal-body {
  display: flex;
  align-items: center;
  padding: 0;
  text-align: center;
}

.lightbox-modal img {
  width: auto;
  max-height: 100vh;
  max-width: 100%;
}

.lightbox-modal .carousel-caption {
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(36, 36, 36, 0.75);
}

.lightbox-modal .carousel-control-prev,
.lightbox-modal .carousel-control-next {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  width: auto;
}

.lightbox-modal .carousel-control-prev {
  left: 10px;
}

.lightbox-modal .carousel-control-next {
  right: 10px;
}
.contact_page1__title h2 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 600;
    color: #223645;
}

.contact_page1__left {
    -webkit-box-shadow: 0px 10px 35px 0px rgb(244 244 244 / 80%);
    box-shadow: 0px 10px 35px 0px rgb(244 244 244 / 80%);
    background: #fff;
}
.contact_page1__left--heading {
    background: #E12454;
    padding: 26px 30px 20px;
}
.contact_page1__left--heading h4 {
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
}
.contact_page1__left p {
    padding: 15px 10px 0;
}
.contact_page1__form .form-control {
    background: #F1F1F1;
    border: none;
    font-size: 16px;
    line-height: 26px;
    color: #223645;
}
.contact_page1__form button.btn9 {
    border-radius: 0px;
}
.btn9:hover, .btn9:focus {
    background: #0E3340;
    color: #fff;
    border: none;
}
.btn9 {
    display: block;
    text-transform: capitalize;
    padding: 15px 0px;
    font-size: 16px;
    border-radius: 5px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #fff;
    background: #E12454;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    letter-spacing: 0.25px;
    border: none;
    width: 100%;
}

.box{
    background: #0a212f;
    font-family: 'Source Sans Pro', sans-serif;
    text-align: center;
    overflow: hidden;
    position: relative;
} 
.box img{
    width: 100%;
    height: auto;
    transition: all .5s ease 0.1s;
}
.box:hover img{
    opacity: 0.25;
    filter: blur(3px);
    transform: scale(1.1);
}
.box .box-content{
    width: 100%;
    transform: translateX(-50%) translateY(-50%);  
    position: absolute;
    top: 50%;
    left: 50%;
}
/*.box .box-content:before{
    content: "";
    height: 5px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid#fff;
    border-radius: 10px;
    opacity: 0;
    transform:translateY(-50%);
    position: absolute;
    top: 55%;
    left: 50%;
    right: 50%;
    transition: all 0.4s;
}
.box:hover .box-content:before{
    opacity: 0.6;
    left: 50px;
    right: 50px;
}*/
.box .title{
    color: #fff;
    font-size: 20px;
	line-height: 32px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0 0 20px;
    opacity: 0;
    transition: all 0.5s linear 0.2s;
}
.box .post{
    color: #5dff00;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: block;
    opacity: 0;
    transition: all 0.5s linear 0.2s;
}
.box:hover .title,
.box:hover .post{
    text-shadow: 0 0 0 rgba(255, 255, 255, 0);
    opacity: 1; 
}
.box .icon{
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    transform: translateX(-50%);
    position: absolute;
    bottom: 10px;
    left:50%;
    transition: all .5s ease-in-out;
}
.box:hover .icon{ opacity: 1; }
.box .icon li{
    margin: 0 3px;
    display: inline-block;
}
.box .icon li a{
    color: #fff;
    font-size: 15px;
    line-height: 33px;
    width: 35px;
    height: 35px;
    border-radius: 0 0 50% 50%;
    border: 1px solid #5dff00;
    display: block;
    position: relative;
    transition: all .5s ease 0s;
}
.box .icon li a:hover{
    background: #5dff00;
    text-shadow: 0 0 7px rgba(0,0,0,0.9);
}
@media only screen and (max-width:990px){
    .box{ margin: 0 0 30px; }
}





.footer1__item--logo img{ width:50%;}