@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;700&family=Roboto:wght@100;400;500;700&display=swap');
textarea.form-control {
    resize: none;
    height: auto !important;
}

body {
    background-color: #fff !important;
    font-family: 'Roboto', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Barlow', sans-serif;
}

p {
    font-family: 'Roboto', sans-serif;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}

.primery-text {}
.portfolio-mas-iso  .item-inner:hover {
text-decoration: none;
}

.portfolio-mas-iso  .item-inner {
display: flex;
flex-wrap: wrap;
align-items: flex-end;
height: 350px;
width: 100%;
background-size: cover;
background-position: center bottom;
border-radius: 15px;
color: #fff;
overflow: hidden;
position: relative;
}

.slider-dots-wrapper {
	 padding: 0 20px;
	 display: flex;
	 flex-wrap: wrap;
	 justify-content: center;
	 position: static;
	 left: 0;
	 right: 0;
	 bottom: 60px;
	 z-index: 999;
}
 .slider-dots-wrapper div {
	 width: 10px;
	 height: 10px;
	 background-color: #b6b2ad;
	 border-radius: 50%;
	 margin: 0 10px;
}
 .slider-dots-wrapper div:nth-child(2) {
	 background-color: #f58020;
	 position: relative;
}
 .slider-dots-wrapper div:nth-child(2)::after {
	 content: "";
	 border: 1px solid #ef4162;
	 width: 20px;
	 height: 20px;
	 top: -5px;
	 left: -5px;
	 display: block;
	 position: absolute;
	 border-radius: 50%;
}
 .slider-dots-wrapper.pos-stat {
	 position: static;
}
 .slider-dots-wrapper.mt {
	 margin-top: 15px;
}
 

.portfolio-mas-iso  .item-inner .details .port-title {
font-size: 17px;
}

.portfolio-mas-iso .soldout .item-inner:before {
    background-image: url(../images/sold-out-stamp-4.png);
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    background-position: center;
    background-size: 87%;
    background-repeat: no-repeat;
    background-color: #fff7;
}

.subscribe {
/*display: flex;*/
/*flex-direction: column;*/
/*align-items: center;*/
/*justify-content: center;*/
/*background: white;*/

/*border-radius: 10px;*/

}

.home-page-news-blog{
    overflow:hidden;
}

.home-page-news{
    overflow:hidden;
}

section.subscribe-wrapper {
padding: 80px 0;
text-align: center;
}


.subscribe__title {
font-weight: bold;
font-size: 26px;
margin-bottom: 18px;
}

.subscribe__copy {
 
text-align: center;
margin-bottom: 53px;
line-height: 1.5;
}

.form {
margin-bottom: 25px;
}

.form__email {
padding: 18px 25px;
border-radius: 5px;
 border: 1px solid #f58020;
width: 100%;
font-size: 18px;
color: #0F121F;
}

.form__email:focus {
outline: 1px solid #f58020;
}

.form__button {
background: #f58020;
padding: 10px;
border: none;
width: 244px;
height: 65px;
border-radius: 5px;
font-size: 18px;
color: white;
box-shadow: 0 4px 20px rgba(245, 159, 128, 0.7);
 font-family: 'Roboto', sans-serif;
}

.form__button:hover {
box-shadow: 0 10px 20px rgba(245, 159, 128, 0.7);
}

.notice {
/*width: 345px;*/
}

.portfolio-mas-iso  .item-inner .details .port-cat {
font-size: 12px;
font-family: 'Open Sans', sans-serif;
background-color: #ff970068;
padding: 5px 15px;
    text-transform: capitalize;
border-radius: 15px;
    display: inline-block;
}

.portfolio-mas-iso  .item-inner .details {
position: relative;
z-index: 999;
padding: 15px 25px;
}

.portfolio-mas-iso .grid {
margin-top: 65px;
}

.portfolio-mas-iso  .item-inner:after {
content: "";
height: 100%;
width: 100%;
position: absolute;
top: 0;
left: 0;
background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(48, 48, 48, 0.45) 69%, rgba(48, 48, 48, 1) 100%);
background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(48, 48, 48, 0.45) 69%, rgba(48, 48, 48, 1) 100%);
background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(48, 48, 48, 0.45) 69%, rgba(48, 48, 48, 1) 100%);
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#303030', GradientType=0);
}


.lds-roller {
display: inline-block;
position: relative;
width: 80px;
height: 80px;
}
.lds-roller div {
animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
transform-origin: 40px 40px;
}
.lds-roller div:after {
content: " ";
display: block;
position: absolute;
width: 7px;
height: 7px;
border-radius: 50%;
background: #f5821f;
margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(even):after {
background:#2d2f79;
}
.lds-roller div:nth-child(1) {
animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
top: 63px;
left: 63px;
}
.lds-roller div:nth-child(2) {
animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
top: 68px;
left: 56px;
}
.lds-roller div:nth-child(3) {
animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
top: 71px;
left: 48px;
}
.lds-roller div:nth-child(4) {
animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
top: 72px;
left: 40px;
}
.lds-roller div:nth-child(5) {
animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
top: 71px;
left: 32px;
}
.lds-roller div:nth-child(6) {
animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
top: 68px;
left: 24px;
}
.lds-roller div:nth-child(7) {
animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
top: 63px;
left: 17px;
}
.lds-roller div:nth-child(8) {
animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
top: 56px;
left: 12px;
}
@keyframes lds-roller {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}


.lds-circle {
display: inline-block;
transform: translateZ(1px);
}

.lds-circle>div {
display: inline-block;
width: 64px;
height: 64px;
margin: 8px;
border-radius: 50%;
background: #ff7116;
animation: lds-circle 2.4s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.preloader {
position: fixed;
background-color: #fff;
top: 0;
bottom: 0;
width: 100%;
z-index: 9999999999999999;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
}

.about-main-page{
padding:100px;   
}
.counter-value {
display: block;
width: 100%;
clear: both;
font-weight: 600;
font-family: 'Rubik', sans-serif;
font-size: 18px;
margin-bottom: 15px;
}


.about-vision-mission {
background-color: #f58020;
padding: 75px 0;
 

}

.animated-counter-inner {
display: flex;
flex-wrap: wrap;
background-color: #2d2f79;
color: #fff;
padding: 15px 35px;
height: 150px;
align-items: center;
}

.animated-counter-inner  .counter{
 font-weight: 600;
font-family: 'Rubik', sans-serif;
font-size: 26px;
}


.counter-value {
display: block;
width: 100%;
clear: both;
font-weight: 600;
font-family: 'Rubik', sans-serif;
font-size: 18px;
margin-bottom: 15px;
display: flex;
flex-wrap: wrap;
     
}

p.fs-2 {
font-size: 36px;
margin-bottom:0;
}

.counter-value i.las.la-certificate {
font-size: 29px;
/* line-height: 53px; */
display: flex;
flex-wrap: wrap;
align-items: center;
margin-right: 15px;
    color: #2d2f79;
}
.about-vision-mission .vm-title{
color:#fff;
font-weight:600;
font-family:"Rubik", sans-serif;
margin-bottom:20px;
}

.about-vision-mission p{
color:#fff;

}

.about-special-description {
padding: 60px 0;
text-align: center;
font-size: 30px;
}

.about-us-first-section {
background-color: #fff;
box-shadow: 0 0 10px rgb(0 0 0 / 12%);
padding: 60px 45px 45px;
position: relative;
 
}
.about-us-first-section .quote-mark {
background-color: #2d2f79;
padding: 20px 27.5px;
font-size: 30px;
font-weight: 700;
color: #fff;
top: -42px;
position: absolute;
border-radius: 50%;
left: 40px;
}

@keyframes lds-circle {
0%,
100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
}
0% {
    transform: rotateY(0deg);
}
50% {
    transform: rotateY(1800deg);
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
}
100% {
    transform: rotateY(3600deg);
}
}

.courses-3-block-wrapper:after {
    height: 40%;
    content: "";
    width: 100%;
    display: block;
    background-color: #0f2753;
    padding: 90px 0;
    position: absolute;
    top: 0;
    left: 0;
}

.feature-icon-section .container {
    /* width: 1140px; */
}

.home-about-img .default-para {
    margin-top: 30px;
    color: #070a57;
    font-size: 16px;
}

.top-header-cont-details .ico-detail-wrapper {}

.top-header-cont-details .ico-detail-wrapper p {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin-bottom: 0;
}

.top-header-cont-details .contact-info p {
    font-size: 14px;
    color: #003082;
    font-weight: 500;
    margin-bottom: 0;
}

.top-header-cont-details .ico-wrapper {}

.top-header-cont-details .ico-wrapper i {
    font-size: 30px;
    color: #003082;
    margin-right: 15px;
    margin-top: 10px;
}

.banner-hero .swiper-slide .slider-inner {
    height: 700px;
}

section.banner-hero {
    margin-top: -40px;
}

.banner-hero .btn.btn-ghost {
padding: 13px 40px;
background-color: transparent;
font-size: 15px;
color: #ffffff;
transition: ease all 0.2s;
margin-bottom: auto;
border: 2px solid #ffffff;
letter-spacing: 0.6px;
border-radius: 5px;
line-height: 15px;
}

.default-heading {
    color: #070a57;
    font-size: 40px;
    font-weight: 600;
}

.contact-info-box.d-flex.flex-wrap {
box-shadow: 0 0 15px #0004;
border-radius: 5px;
padding: 10px 15px 25px;
}

.contact-info-box i {
color: #aaa;
font-size: 30px;
margin-right: 10px;
}

.contact-info-box a {
color: #070a57;
text-decoration: none;
background-color: transparent;
font-weight: 600;
}
.contact-info-box a:hover {
color:#003082;
}

.contact-info-line{
border-bottom:1px solid #ccc;
padding-top:15px;
 padding-bottom: 15px;
}
.contact-info-line:last-child{
border-bottom:none;
padding-bottom:0px;
}

.default-heading-3 {
color: #070a57;
font-size: 28px;
font-weight: 600;
}

.cloudy {
    position: relative;
    padding: 130px 0 30px;
}

.tailormade-home {}

.populer-tour-wrapper {
    background-image: url(../images/fade-town.jpg);
    background-size: cover;
    padding: 130px 0 0px;
}

.cloudy:after {
    position: absolute;
    content: "";
    height: 120px;
    bottom: 0;
    left: 0;
    width: 100%;
    background-image: url("../images/cloud.png");
    background-size: contain;
    background-repeat-y: no-repeat;
    z-index: 999;
}

.header-top .main-logo {
    width: 100px;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.header-top {
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    padding-bottom: 50px;
}

.header-top .login-n-welcome {
    padding: 10px 0;
}

.header-top .login-n-welcome a {
    color: #003082;
}

.header-top .login-n-welcome a:hover {
    color: #003082cc;
}

.header-top .login-n-welcome a:hover {
    text-decoration: none;
}

.cloudy:before {
    position: absolute;
    content: "";
    height: 120px;
    top: 0;
    left: 0;
    width: 100%;
    transform: rotate(180deg);
    background-image: url("../images/cloud.png");
    background-size: contain;
    background-repeat-y: no-repeat;
    z-index: 999;
}

.default-heading span {
    color: #f5821f;
}

.home-tour-section .default-para {
    margin-bottom: 45px;
}

.home-tour-section .van {
    margin-bottom: -35px;
    position: relative;
    z-index: 9999;
}

.home-tour-section .btn {
    margin-bottom: 100px;
}

.fixed-top {
    z-index: 9999999999999;
}

@keyframes animatedBackground {
    from {
        background-position: 100% 0;
    }
    to {
        background-position: 0 0;
    }
}

.tour-tile {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15)
}

.tour-slider {
    margin-top: 60px;
    z-index: 99999;
    padding-top: 15px;
}

.slick-track {
    padding-bottom: 10px;
}

.tour-slider .slick-next.slick-arrow {
    top: -30px;
    right: 0;
    background-color: transparent !important;
    border-left: 2px solid #000 !important;
    padding: 5px 15px;
    height: 40px;
    width: 60px;
}

.destination-slider {
    margin-top: 60px;
    z-index: 99999;
    padding-top: 15px;
}

.destination-slider .slick-track {
    padding-bottom: 20px;
}

.home-testimonials-wrapper {
    padding: 60px 0;
}

.destination-slider .slick-next.slick-arrow {
    top: -30px;
    right: 0;
    background-color: transparent !important;
    border-left: 2px solid #000 !important;
    padding: 5px 15px;
    height: 40px;
    width: 60px;
}

.destination-slider .slick-prev.slick-arrow {
    padding: 5px 15px;
    background-color: transparent !important;
    top: -30px;
    right: 60px;
    height: 40px;
    width: 60px;
    left: auto;
    font-family: 'Line Awesome Free';
    font-weight: 900;
}

.slick-next:before {
    color: #111;
    font-family: 'Line Awesome Free';
    font-weight: 900;
    content: "\f061";
    font-size: 30px;
}

.slick-prev:before {
    color: #111;
    font-family: 'Line Awesome Free';
    font-weight: 900;
    content: "\f060";
    font-size: 30px;
}

.tour-slider .slick-prev.slick-arrow {
    padding: 5px 15px;
    background-color: transparent !important;
    top: -30px;
    right: 60px;
    height: 40px;
    width: 60px;
    left: auto;
    font-family: 'Line Awesome Free';
    font-weight: 900;
}

.home-video-wrapper {
    height: 600px;
    background-position: center;
    background-size: cover;
}

.home-video-wrapper .play-links {
    width: 75px;
    display: block;
    margin: -100px auto auto;
}

.home-talor-made-content {
    padding: 0 0 30px 0;
}

.fancybox__container {
    z-index: 9999;
}

.tailormade-home {
    background-image: url(../images/route-maps.png);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
}

.tailormade-home .container {
    width: 1140px;
}

.home-destination-wrapper {
    background-color: #f3f3f3;
}

.tailormade-home .img-outter {
    border: 10px solid #fff;
    box-shadow: 0 0 20px rgb(0 0 0 / 15%);
    width: 60%;
    margin-top: -160px;
    position: relative;
    z-index: 9999;
}

.destination-tile a.destination-labels {
    display: block;
    background-color: #f5821f;
    padding: 5px 25px;
    margin-bottom: -20px;
    color: #fff;
    font-size: 18px;
    width: 80%;
    text-align: center;
}

.destination-tile:hover a.destination-labels {
    text-decoration: none;
}

.testimonials-home-wrapper {
    padding: 60px 0;
}

.home-testimonials-wrapper .testimonials {
    margin-top: 60px;
}

.home-testimonials-wrapper .testimonials .testimonilas-inner {
    padding: 60px 30px;
}

.home-testimonials-wrapper .testimonials .testimonilas-inner:before {
    content: "";
    display: block;
}

.home-testimonials-wrapper {
    padding: 100px 0;
}

.home-testimonials-wrapper .slick-dots button:before {
    display: none;
}

.home-testimonials-wrapper .slick-dots button {
    background-color: #0f2753 !important;
}

.home-testimonials-wrapper .slick-dots .slick-active button {
    background-color: #f28b00 !important;
}

.destination-tile {
    border: 10px solid #fff;
    box-shadow: 0 0 20px rgb(0 0 0 / 15%);
    width: 100%;
    height: 400px;
    position: relative;
    z-index: 9999;
    background-position: center;
    background-size: cover;
}

.tour-tile .tour-image {
    height: 260px;
    background-position: center;
    background-size: cover;
}

.tour-tile.has-offer .offer-label {
    display: inline-block;
}

.offer-label {
    background-color: #f28b00;
    color: #fff;
    padding: 5px 20px;
    margin-top: 25px;
    display: none;
    margin-left: -15px;
    position: relative;
}

.slick-slide {
    margin: 0 15px;
}
.single-classified .slick-slide {
    margin: 0 30px;
}
/* the parent */

.slick-list {
    margin: 0 -30px;
}
.modal-dialog {
width: 100% !important;
height: 100%;
margin: 0;
padding: 0;
max-width: 100%;
}

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

.modal-content button.close {
position: absolute;
top: 0px;
right: 15px;
font-size: 45px;
color: #fff;
}

.modal-content .form-control {

color: #fff !important;
font-size: 18px;
}


.modal-content .form-control::-webkit-input-placeholder { /* Edge */
color: #fff;
}

.modal-content .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
color:#fff;
}

.modal-content .form-control::placeholder {
color: #fff;
}


.modal-content .btn.btn-ghost{
padding: 13px 40px;
background-color: transparent;
font-size: 15px;
color: #ffffff;
transition: ease all 0.2s;
margin-bottom: auto;
border: 2px solid #ffffff;
letter-spacing: 0.6px;
border-radius: 5px;
line-height: 15px;
}
.modal-content {
height: auto;
min-height: 100%;
border-radius: 0;
}

.offer-label::after {
    position: absolute;
    border-bottom: 15px solid #F55F4F;
    border-left: 15px solid transparent;
    content: "";
    width: 0;
    height: 0;
    top: -15px;
    left: 0px;
}

.tour-tile .tour-tile-details {
    height: 190px;
    background-color: #fff;
    padding: 15px 20px;
}

.tour-tile .tour-tile-details .days-night {
    color: #ff6851;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
}

.tour-tile-details .prices {
    font-family: 'Roboto', sans-serif;
    color: #070a57;
}

.tour-tile-details .prices .offer-price {
    display: none !important;
}

.tour-tile.has-offer .tour-tile-details .prices .offer-price {
    display: block !important;
}

.tour-tile.has-offer .tour-tile-details .prices .fix-price {
    color: #777;
    text-decoration: line-through;
}

.tour-tile-details .tour-title {
    color: #064769;
    font-size: 25px;
    font-weight: 600;
}

.home-tour-section {
    width: 100%;
    /* margin-top: 60px; */
    padding: 30px 0 0!important;
    background-image: url(../images/move-townt.jpg);
    background-position: 0px 0px;
    background-repeat: repeat-x;
    background-size: contain;
    animation: animatedBackground 40s linear infinite;
}

.fearture-servies span.feature-icon {
    position: absolute;
    font-size: 65px;
    color: #ddda;
    top: -22px;
    left: 0;
    z-index: -1;
}

.fearture-servies:hover span.feature-icon {
    color: #f5821f44;
}

.fearture-servies {
    cursor: pointer;
    color: #777777;
    text-align: left;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    position: relative;
    padding-left: 30px;
}

.courses-3-block-wrapper {
    position: relative;
    background-color: #fff;
    padding: 100px 0;
}

.courses-3-block-wrapper .content {
    color: #fff;
    position: relative;
    font-size: 14px;
    margin-bottom: 55px;
    z-index: 99;
    text-align: center;
    margin-top: 10px;
}

.courses-3-block-wrapper svg {
    position: absolute;
    top: 40%;
    left: 0;
}

.courses-tiled-wrapper {
    margin-top: 60px;
}

.courses-tiled-wrapper .course-singled-tile {
    border-radius: 15px;
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.course-singled-back-img {
    height: 400px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.tile-wave {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
}

.tile-wave img {
    width: 100%;
}

.archive-description p {
    font-size: 18px;
}

.courses-tiled-wrapper .course-singled-tile .course-singled-back-content {
    padding: 25px 30px 40px;
    background-color: #0f2753;
}

.courses-tiled-wrapper .course-singled-tile .course-title {
    color: #fff;
    font-family: 'Barlow', sans-serif;
    font-size: 22px;
    margin-bottom: 30px;
}

.popular-course-outter .popular-course {
    position: relative;
    z-index: 99;
    border-radius: 10px;
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
    transition: ease all 0.6s;
    padding: 15px;
}

.popular-course-outter .popular-course:hover {
    box-shadow: 0 10px 10px rgba(0, 0, 10px, 0.13);
    transform: translateY(-5px);
}

.popular-course-outter .popular-course {}

.popular-course-outter .popular-course-cont {
    padding: 30px 40px;
}

.popular-course-outter .popular-course .pop-course-label {
    color: #fff;
    font-size: 14px;
}

.popular-course-outter .popular-course .pop-course-title {
    color: #fff;
    font-size: 27px;
    font-family: 'Barlow', sans-serif;
    margin-bottom: 20px;
}

.popular-course-outter:nth-child(1) .popular-course {
    background-color: #41c1e8;
}

.popular-course-outter:nth-child(2) .popular-course {
    background-color: #ff6851;
}

.popular-course-outter:nth-child(3) .popular-course {
    background-color: #7669df;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
}

select::after {
    position: absolute;
    font-family: 'Line Awesome';
    content: "\f107";
    color: #000000;
    top: 5px;
    left: 5px;
}

.about-page-main {
    width: 100%;
    height: 100vh;
    background-color: #ffffff;
}

.about-page-main .description {
    color: #000000;
    margin-top: 20px;
    margin-bottom: 30px;
}

.contact-inner {
    margin-top: 160px;
    padding-top: 80px;
    padding-bottom: 80px;
}

.contact-inner .contact-line {
    font-size: 16px;
}

.contact-inner .contact-line i {
    color: #ffa500;
    font-size: 20px;
    margin-right: 15px;
}

.contact-inner .form-control {
    margin-top: 0;
    margin-bottom: 30px;
}

.service-inner {
    margin-top: 160px;
    padding-top: 80px;
    padding-bottom: 80px;
}

.service-inner .services-title {
    font-weight: 700;
}

.service-inner .services-inner-content {
    margin-top: 60px;
    padding-top: 60px;
    border-top: 1px solid #aeaeae55;
}

.service-inner .all-services {
    margin-bottom: 30px;
    color: #000000;
    font-size: 18px;
}

.service-inner .all-services i {
    transition: ease all 1s;
}

.service-inner .all-services:hover {
    color: #f1a80a;
    text-decoration: none;
}

.service-inner .all-services:hover i {
    transform: rotateX(360deg) translateX(-5px);
}

.service-section-2 {
    padding: 100px 0;
}

.service-section-2 .services-page-service-item {
    width: 400px;
    height: 400px;
    margin: 0 15px 30px;
    background-position: center;
    background-size: cover;
    transition: ease all 0.8s;
    overflow: hidden;
}

.service-section-2 .services-page-service-item .services-page-service-link {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
}

.service-section-2 .services-page-service-item .services-page-service-link .hover-wrapper {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.01);
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: ease all 0.8s;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #000000;
}

.service-section-2 .services-page-service-item .services-page-service-link .hover-wrapper .hover-wrap-title {
    text-align: center;
    display: block;
    margin: auto;
}

.service-section-2 .services-page-service-item:hover {
    border-bottom-left-radius: 100px;
}

.service-section-2 .services-page-service-item:hover .services-page-service-link {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
}

.service-section-2 .services-page-service-item:hover .services-page-service-link .hover-wrapper {
    position: absolute;
    background-color: #000000 !important;
    background-image: url(../images/pngegg-invert.png);
    background-position: center;
    background-size: cover;
    color: #fff;
}

.service-section-2 .services-page-service-item:hover .services-page-service-link .hover-wrapper .hover-wrap-title {
    color: #f1a80a;
}

.service-section-2:hover .services-page-service-item .services-page-service-link .hover-wrapper {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.45);
    opacity: 1;
    transition: ease all 0.8s;
}

.services-page-main {
    width: 100%;
    height: 80vh;
    background-color: #000000;
}

.services-page-main .description {
    color: #ffffff;
    margin-top: 20px;
    margin-bottom: 30px;
}

.counting-wrap {
    border-top: 0.75px solid rgba(0, 0, 0, 0.15);
    border-bottom: 0.75px solid rgba(0, 0, 0, 0.15);
    margin-top: 80px;
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

.counting-wrap .counter {
    color: #ffa500;
    font-size: 50px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0;
}

.counting-wrap p {
    font-weight: 600;
}

.counting-wrap i.las {
    font-size: 70px;
    margin-bottom: 30px;
    color: #aeaeae;
}

.navbar-brand {
    letter-spacing: 3px;
    color: #c24244;
}

.navbar-brand:hover {
    color: #c24244;
}

.navbar {
    background-color: transparent !important;
}

.navbar .btn.btn-ghost {
padding: 13px 40px;
background-color: transparent;
font-size: 15px;
color: #000000;
transition: ease all 0.2s;
margin-bottom: auto;
border: 2px solid #000000;
letter-spacing: 0.6px;
border-radius: 5px;
line-height: 15px;
}
 

.form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    background-color: #fff !important;
    border: 3px solid #fff !important;
    border-radius: 20px;
    outline: none !important;
    box-shadow: none;
    background-clip: unset;
    padding: 10px 25px;
}

.form-inline .form-control:focus {
    border: 3px solid #9cdbf8 !important;
}

.form-inline {
    position: relative;
}

.form-inline button {
    position: absolute;
    right: 5px;
    border-radius: 20px;
    background-color: transparent !important;
    color: #003082 !important;
    border: none;
    font-size: 20px;
    padding: 0 15px;
    font-weight: 600;
}

.form-inline .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.form-inline .btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: none;
}

.nav-bar-wrapper {
    margin-top: 0px;
    position: absolute;
    z-index: 99;
    top:0;
    left:0;
    width: 100%;
    background-color: #cccb;
}

.navbar .container {
   
     
    
}

.navbar-scroll .nav-link,
.navbar-scroll .fa-bars {
    color: #7f4722;
}

.navbar-scrolled .nav-link,
.navbar-scrolled .fa-bars {
    color: #7f4722;
}

a.navbar-brand img {
    width: 95%;
}

.navbar.navbar-expand-lg {
    background-color: #ffffff;
}

.navbar-nav {}

.navbar-brand {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 25%;
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 16px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    padding: 20px 15px;
    margin-right: 20px;
    font-weight:600;
}

.navbar-expand-lg .navbar-nav .active .nav-link , .navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #2d2f79 !important;
    font-weight:600;
}

a.btn-saerch.my-2.my-sm-0 {
font-size: 28px;
color: #fff;
line-height: 35px;
margin-right: 30px;

}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #fff !important;
}

.navbar-expand-lg .navbar-nav .nav-link.featured {
    color: #fff;
    background-color: #f5821f;
    margin-left: 20px;
    padding: 8px 30px;
    position: relative;
}

.navbar-expand-lg .navbar-nav .nav-link.featured:after {
    background-color: #f5933d;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
    transition: ease all 0.6s;
    content: "";
    opacity: 0;
    z-index: 0;
}

.navbar-expand-lg .navbar-nav .nav-link.featured:hover:after {
    width: 100%;
    height: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    opacity: 1;
}

.banner-section {
    position: relative;
}

.section-padding {
    padding: 60px 0;
}

.banner-hero .swiper-slide .slider-inner {
    height: 800px;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-position: center bottom;
}

.heading-1 {
    font-size: 48px;
    font-weight: 600;
}

.heading-1 span {
    font-weight: 600;
}

.heading-2 {
    font-size: 28px;
    font-weight: 500;
}

.default-para {
    font-size: 16px;
    margin-bottom: 0;
}

.event-card {
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    display: block;
    border-radius: 8px;
    color: #666;
}

.event-card:hover {
    color: #666;
}

.event-card:hover {
    text-decoration: none;
}

.events .slick-list {
     
}

.event-card .event-card-img {
height: 240px;
background-color: #8f8c8c;
width: 100%;
background-size: cover;
padding:15px;
}

.event-card .event-card-img span{
     color: #fff;
background-color: #f58020;
display: inline;
height: fit-content;
padding: 5px 15px;
font-size: 14px;

}

.event-card .event-card-details {
    padding: 25px 15px 0;
}

.event-card .heading-2 {
    color: #222222 !important;
    font-size: 22px;
}

.event-card .event-date {
    margin-top: 30px;
    margin-bottom: 0;
}

.event-card p span {
    color: #f58020;
    font-weight: 500;
}

.home-page-news .heading-1 {
    color: #fff;
}

.home-page-news .heading-2 {
    color: #fff;
}

.home-page-news .slick-arrow i {
    font-size: 30px;
    color: #fff;
}

.home-page-news .slick-arrow.pp2 {
    border: 2px solid #fff !important;
    border-radius: 8px !important;
    background-color: transparent !important;
    padding: 10px 30px;
}

.home-page-news .slick-arrow.nn2 {
    border: 2px solid #fff !important;
    border-radius: 8px !important;
    background-color: transparent !important;
    padding: 10px 30px;
}

.home-page-news .default-para {
    color: #fff;
}

.banner-hero .swiper-slide .slider-inner .heading-1 {
    color: #fff;
    opacity: 0;
    transform: translateX(-5px);
}

.banner-hero .swiper-slide .slider-inner .heading-2 {
    color: #003082;
    opacity: 0;
    transform: translateX(-5px);
}

.banner-hero .swiper-slide .slider-inner .default-para {
    color: #003082;
    opacity: 0;
    transform: translateX(-5px);
    width:50%;
}

.banner-hero .swiper-slide.swiper-slide-active .slider-inner .heading-1 {
    color: #fff;
    opacity: 1;
    transform: translateX(0px);
    transition: ease all 2s 0.6s;
}

.heading-1 span {
    color: #f58020;
    
}

.main-heading-1 {
color: #f58020;
font-size: 24px;
}
.all-classified {
margin-top: 80px;
}
.main-heading-2 {
color: #222;
font-size: 50px;
font-weight: 600;
}

.main-heading-3 {
color: #222;
font-size: 38px;
font-weight: 600;
}
.banner-hero .swiper-slide.swiper-slide-active .slider-inner .heading-2 {
    color: #003082;
    opacity: 1;
    transform: translateX(0px);
    transition: ease all 3s 0.6s;
}

.banner-hero .swiper-slide.swiper-slide-active .slider-inner .default-para {
    color: #ffffff;
    opacity: 1;
    margin-top: 30px;
    transform: translateX(0px);
    transition: ease all 3s 0.6s;
}

.swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 50px);
    right: auto;
}

.swiper-button-next:hover:after,
.swiper-button-prev:hover:after {
    color: #9cdbf8;
}

.swiper-button-next,
.swiper-button-prev {
    opacity: 0;
    transition: ease all 0.6s;
}



.link-to-contact {
    background-color: #bb0b35;
    padding: 40px 0;
    color: #fff;
}

.link-to-contact .heading-2 {
    margin-bottom: 0;
}

.banner-hero:hover .swiper-button-prev,
.banner-hero:hover .swiper-button-next {
    opacity: 1;
}

.home-page-news-blog {
    padding: 120px 0 0;
    background-image: url(../images/home-news-bg.jpg);
}

.home-page-news-blog .heading-1 {
    color: #003082;
}

a.event-link {
    color: #bb0b35;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}

.news-slider {
    margin-top: 40px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 35px;
    text-transform: none!important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    padding: 10px 20px;
    border: #003082 3px solid;
    color: #003082;
    border-radius: 8px;
}

.swiper-button-next {
    left: auto;
    right: var(--swiper-navigation-sides-offset, 50px);
}

.banner-hero .swiper-slide.swiper-slide-active .slider-inner .btn.btn-default {
    background-color: #f58020;
    border-color: #f58020;
    opacity: 1;
    transition: ease all 3s 0.6s;
}

.banner-hero .slider-inner .container {
    position: relative;
    z-index: 9;
}

.banner-hero .slider-inner .btn.btn-default {
    background-color: #f58020;
    border-color: #f58020;
    opacity: 0;
    border-radius: 5px;
}

.slick-dots li {

width: 50px;
height: 5px;
margin: 0 5px;
padding: 0;
cursor: pointer;
border-radius:5px;
}

.slick-dots li button {
width:100%;height:100%;
background-color:#ccc;
   border-radius: 5px;

}

.slick-dots li.slick-active button {

background-color:#f58020;
   border-radius: 5px;

}
.slick-dots li button:before {
content:unset;
}
.banner-hero .slider-inner::after {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
   /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+59 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 59%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 59%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 59%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */

}

.banner-section:after {
    position: absolute;
    content: "";
    height: 120px;
    bottom: 0;
    left: 0;
    width: 100%;
    background-image: url("../images/cloud.png");
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 999;
}

.navbar-scroll .nav-link,
.navbar-scroll .fa-bars {
    color: #fff;
}

button.navbar-toggler.ps-0 {
    background-color: #f5821f !important;
    border-radius: 0;
    height: 50px;
    width: 50px;
    text-align: center;
}

.navbar-scroll .nav-link,
.navbar-scroll .fa-bars {
    color: #fff;
}

.banner-section .desktop-image {
    display: block;
}

.banner-section .mobile-image {
    display: none;
}

.contact-main-wrap .container{
width: 85%;
background: #fff;
border-radius: 6px;
padding: 20px 60px 30px 40px;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}
.contact-main-wrap .container .content{
display: flex;
align-items: center;
justify-content: space-between;
}
.contact-main-wrap .container .content .left-side{
width: 25%;
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
margin-top: 15px;
position: relative;
}

.contact-main-wrap.place-ad .container{
    padding: 40px 20px;

}

input[type="file"] {
height: auto !important;
}
.content .left-side::before{

position: absolute;
height: 70%;
width: 2px;
right: -15px;
top: 50%;
transform: translateY(-50%);
background: #afafb6;
}
.content .left-side .details{
margin: 14px;
text-align: center;
}
.content .left-side .details svg{
font-size: 30px;
color: #f5821f;
margin-bottom: 10px;
}
.content .left-side .details .topic{
font-size: 18px;
font-weight: 500;
  font-family: 'Barlow', sans-serif;
}
.content .left-side .details .text-one,
.content .left-side .details .text-two{
font-size: 14px;
color: #afafb6;
font-family: 'Roboto', sans-serif;
}

.contact-main-wrap  i {
font-size: 30px;
color: #f58020;
}

.container .content .right-side{
width: 75%;
margin-left: 75px;
}
.content .right-side .topic-text{
font-size: 23px;
font-weight: 600;
color: #f5821f;
font-family: 'Barlow', sans-serif;
}
.right-side .input-box{
height: 50px;
width: 100%;
margin: 12px 0;
}
.right-side .input-box input,
.right-side .input-box textarea{
height: 100%;
width: 100%;
border: none;
outline: none;
font-size: 16px;
background: #F0F1F8;
border-radius: 0px;
padding: 0 15px;
resize: none;
font-family: 'Roboto', sans-serif;
}
.right-side .message-box{
min-height: 110px;
}
.right-side .input-box textarea{
padding-top: 15px;
}
.right-side .button{
display: inline-block;
margin-top: 12px;
}

.Small-details i{
color:#f58020;
}

.inner-page-content-wrap {
padding:80px 0 0;
}

.inner-page-content-wrap.contact-main-wrap {
padding:80px 0 80px ;
}

section.inner-page-content-wrap.no-banner {
padding: 160px 0 0;
}

section.inner-page-content-wrap.contact-main-wrap.place-ad {
padding: 50px 0 80px;
}

.inner-page-content-wrap.contact-main-wrap.place-ad  .contact-main-wrap .container{
padding: 35px 15px;
}



.inner-page-content-wrap.contact-main-wrap.place-ad .container .content .right-side {
width: 100%;
margin-left: 0px;
}

.inner-page-content-wrap.all-ads{
padding:80px 0 80px ;
}

.inner-page-content-wrap.single-classified{
padding:140px 0 80px ;
}

.single-classified .pricing {
margin-top: 80px;

}

.single-classified .pricing .default-heading{
color: #f58020;

}


.slider-nav .slider-inner{
width:100%;
height:100px;
background-size:cover;
background-position:center;
border-radius:8px;
}

.slider-for .slider-inner {
width:100%;

height:350px;
background-size:cover;
background-position:center;
 border-radius:8px;
}



@media (max-width: 950px) {
.contact-main-wrap .container{
width: 90%;
padding: 30px 40px 40px 35px ;
}
.contact-main-wrap  .container .content .right-side{
width: 75%;
margin-left: 55px;
}
}
@media (max-width: 820px) {
.contact-main-wrap .container{
margin: 40px 0;
height: auto;
}
.contact-main-wrap .container .content{
flex-direction: column-reverse;
}
.contact-main-wrap .container .content .left-side{
width: 100%;
flex-direction: row;
margin-top: 40px;
justify-content: center;
flex-wrap: wrap;
}
.contact-main-wrap .container .content .left-side::before{
display: none;
}
.contact-main-wrap .container .content .right-side{
width: 100%;
margin-left: 0;
}
}



.inner-banner{
    height:50vh;
    display:flex;
    flex-wrap:wrap;
}
.inner-banner {
height: 70vh;
display: flex;
flex-wrap: wrap;
align-items: center;
text-align: center;
justify-content: center;

    background-size: cover;
background-position: center;
}
.inner-banner-content {
    margin-top:30px;
padding: 20px 0;
background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,19,52,0) 20%,rgb(173 173 173 / 65%) 50%,rgba(0,19,52,0) 80%,rgba(0,0,0,0) 100%);
background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,19,52,0) 20%,rgb(56 56 56 / 65%) 50%,rgba(0,19,52,0) 80%,rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=1 );
color: #fff;
}
.inner-banner-content a {
color: #f58020;
text-decoration: none;
background-color: transparent;
font-weight: 600;
}
.inner-banner-content a:hover {
color:#ddd;
}
.dropdown:hover>.dropdown-menu {
display: block;
}

.dropdown-menu {
padding:  0;
    border: none;
    background-color: #7e7e7e;
box-shadow: 0 0 15px rgba(0,0,0,0.05);
border-bottom: 8px solid #003082;
top: 95%;
}

.dropdown-item {
 padding: 10px 15px;
font-family: 'Roboto', sans-serif;
color:#fff;
}
.swiper-wrapper {
    position: relative;
}

.banner-slider-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.banner-slider-content h1 {
    font-size: 60px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    position: relative;
    padding: 12px 30px;
    margin-top: -60px;
}

.banner-slider-content h1:before {
    background-color: #0082c56f;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.banner-slider-content h1 span {
    color: #f5821f;
    font-style: italic;
    font-weight: 600;
}

.banner-slider-content p {
    margin-top: 25px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
}

.navbar-expand-lg .navbar-nav .nav-link.featured:hover {
    color: #fff !important;
}

.navbar-expand-lg .navbar-nav .nav-link span {
    position: relative;
    z-index: 8;
}

.typewriter h1 {
    overflow: hidden;
    /* Ensures the content is not revealed until the animation */
    border-right: .15em solid orange;
    /* The typwriter cursor */
    white-space: nowrap;
    /* Keeps the content on a single line */
    margin: 0 auto;
    /* Gives that scrolling effect as the typing happens */
    letter-spacing: .15em;
    /* Adjust as needed */
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 45px;
    text-transform: uppercase;
    width: 0;
    border-color: transparent;
}
/* The typing effect */

@keyframes typing {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}
/* The typewriter cursor effect */

@keyframes blink-caret {
    from,
    to {
        border-color: transparent;
    }
    50% {
        border-color: #ffa500;
    }
}

.hero-section {
    position: relative;
    height: 100vh;
    width: 100%;
}

.hero-section::after {
    position: absolute;
    content: "";
    width: 100%;
    z-index: -1;
    background-color: #000000;
    transition: ease all 1s;
    top: 0;
    right: 0;
    display: block;
    height: 0;
}

.hero-section .logo-white {
    display: none;
    width: 80%;
    transition: ease all 0.5s;
}

.hero-section .logo-black {
    width: 80%;
}

.hero-section svg {
    height: 100vh;
    width: 100vw;
    opacity: 0.5;
    position: absolute;
    left: 0;
    top: 0;
}

.hero-section path {
    fill: none;
    stroke: #ddd;
    stroke-width: 0.3px;
    opacity: 0.8;
    vector-effect: non-scaling-stroke;
}

.hero-section .nav-button {
    color: #fff;
    font-size: 60px;
    cursor: pointer;
    transition: ease all 1s;
    transform: rotate(0deg);
    transform-origin: center;
    height: fit-content;
}

.hero-section .go-to-bottom {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translate(-50%, 0);
    border: 2px solid #fff;
    height: 50px;
    width: 30px;
    border-radius: 5px;
}

.hero-section .go-to-bottom::after {
    content: "";
    width: 2px;
    background-color: orange;
    height: 30%;
    position: absolute;
    left: 50%;
    top: 5px;
    transform: translate(-50%, 0px);
    animation: scroll 1s linear infinite alternate;
}

@keyframes scroll {
    from {
        top: 5px;
        height: 30%;
    }
    to {
        height: 0%;
    }
}

.hero-section.active-section::after {
    height: 100vh;
}

.hero-section.active-section .logo-white {
    display: block;
    width: 80%;
}

.hero-section.active-section .logo-black {
    display: none;
    width: 80%;
}

.hero-section .hero-animate-wrapper {
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 99;
}

.hero-section .hero-animate-wrapper .btn {
    opacity: 0;
    transition: ease all 0.8s;
    margin-top: 40px;
}

.hero-section .hero-animate-wrapper.anim-start .typewriter h1 {
    width: unset;
    border-color: unset;
    animation: typing 3.5s steps(40, end), blink-caret 0.75s step-end infinite;
}

.hero-section .hero-animate-wrapper.anim-start .btn {
    opacity: 1;
}

.why-choose {
    padding: 100px 0;
}

.why-choose .why-item-wrapper {
    transition: ease all 1s;
    background-position: center;
    padding: 0;
    height: 500px;
}

.why-choose .why-item {
    transition: ease all 0.5s;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    padding: 30px;
}

.why-choose .why-item h3 {
    margin-bottom: 20px;
    margin-top: 20px;
}

.why-choose .why-item:nth-child(2) {
    text-align: center;
}

.why-choose .why-item:nth-child(3) {
    text-align: right;
}

.why-choose .why-item:hover {
    background-color: #ffffff;
}

.btn.btn-ghost {
    position: relative;
    color: #fff;
    padding: 10px 40px;
    font-size: 18px;
    border: 1.5px solid #fff;
    border-radius: 5px;
}

.btn.btn-ghost-blue {
    color: #070a57;
    padding: 10px 40px;
    font-size: 18px;
    border: 1.5px solid #070a57;
    border-radius: 0;
}

.btn.btn-ghost-blue:hover {
    background-color: #070a57;
    color: #ffffff;
}

.btn.btn-default {
    background-color: #f58020;
    color: #fff;
    padding: 10px 40px;
    border-radius:5px;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    border: 2px solid #f58020;
}
.main-filter{
    border:5px solid #cfcfcf78;
    padding:25px 15px;
}

.btn.btn-ghost-white {
    background-color: transparent;
    color: #fff;
    padding: 10px 40px;
    border-radius: 5px;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    border: 2px solid #fff;
}

.home-principle-wrapper {
    background-image: url(../images/principle-bg.jpg);
    padding-bottom: 80px;
}

.home-principle-wrapper .white-shadow-box {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    transition: ease all 0.9s;
    background-color: #fff;
    padding: 26px 25px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 5px;
    margin-top: -30px;
    position: relative;
    z-index: 999;
    margin-bottom: 50px;
}

.home-principle-ms-div .tab-inner-wrapper {
    padding: 50px 50px 0 0;
}

.target-label-des{

color:#222;
display:flex;
flex-wrap:wrap;
align-items:center;
justify-content:center;
margin-left:30px;
}
.target-label-icon {
font-family: 'Oswald', sans-serif;
background-color: #f58020;
font-size: 18px;
font-weight: 600;
color: #fff;
width: 40px;
height: 40px;
border-radius: 50%;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
}
.home-page-news {
    background-color: #ffffff;
    padding: 65px 0 0;
    /*background-image:url('../images/ico.png');*/
    /*    background-repeat-x: repeat;*/
    /*background-repeat-y: no-repeat;*/
}

.home-principle-ms-div .nav-tabs {
    border-bottom: none;
}

.home-principle-ms-div .nav-tabs .nav-link {
    background-color: #f7f7f7 !important;
    border-radius: 8px 0 0 0;
    border: none;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    color: #666666 !important;
    font-size: 18px;
    padding: 10px 30px;
}

.home-principle-ms-div .president-image-det {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    position: absolute;
    bottom: 30px;
    background: #fff;
    width: 70%;
    padding: 10px 20px;
    border-left: 8px solid #003082;
    border-radius: 8px;
    left: -10px;
}

.home-principle-ms-div .nav-tabs .nav-link.active {
    background-color: #fff !important;
    color: #003082 !important;
}

.home-principle-ms-div .nav-item+.nav-item .nav-link {
    border-radius: 0 8px 0 0;
}

.home-principle-wrapper .white-shadow-box:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}

.home-principle-wrapper .heading-1 {
    color: #003082;
}

.home-principle-wrapper .heading-2 {
    color: #003082;
}

.home-principle-ms-div {
    margin-top: 30px;
}

.home-principle-wrapper .white-shadow-box .btn-default {
    background-color: #bb0b35;
    border-color: #bb0b35 !important;
}

.home-principle-wrapper .white-shadow-box .heading-2 {
    color: #003082;
    margin-bottom: 20px;
}

.btn.btn-ghost-white:hover {
    background-color: #fff;
    color: #bb0b35;
}

.banner-hero .slider-inner .hero-button-wrapper {
    margin-top: 30px;
}

.btn.btn-default:hover {
    color: #fff;
}

.btn.btn-default:hover::before {
    height: 0;
}

.btn.btn-default:hover::after {
    width: 0;
}

.btn.btn-solid {
    padding: 10px 25px;
    background-color: #f28b00 !important;
    font-size: 15px;
    color: #fff !important;
    transition: ease all 0.6s;
    margin-bottom: auto;
    border: 2px solid #f28b00;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.07);
    font-weight: 600;
    letter-spacing: 0.6px;
}

.btn.btn-ghost {
    padding: 13px 40px; 
    background-color:transparent;
    font-size: 15px;
    color: #f58020;
    transition: ease all 0.2s;
    margin-bottom: auto;
    border: 2px solid #f58020;
    letter-spacing: 0.6px;
    border-radius: 5px;
    line-height: 15px;
}
.swiper-pagination{
    z-index:999;
    position:relative;
}

.swiper-pagination-bullets{
 left: 0 !important;
transform: translateX(0%) !important;
bottom: 45px !important;
text-align: left;
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
transition: .2s transform,.2s left;
background-color: #f58020;
width: 20px;
height: 20px;
color: #fff !important;
opacity: 1;
font-size: 14px;
display: inline-flex;
flex-wrap: wrap;
justify-content: center;
}

.nav-pills .nav-link {
border-radius: 0;
padding: 10px 40px;
color: #222;
}

.nav-pills {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 45px;
margin-top: 30px;
list-style: none;
justify-content: center;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
color: #fff;
background-color: #f58020;
border-radius: 5px;
position:relative;
}

.nav-pills .nav-link.active:after, .nav-pills .show>.nav-link:after {

border-top:10px solid #f58020;
 border-left:10px solid transparent;
 border-right:10px solid transparent;
position:absolute;
content:"";
bottom:-10px;
left:50%;
transform:translateX(-50%);
}


.portfolio-mas-iso {
     
}

.second-text-wrapper {
    overflow: hidden;
    transition: ease all 0.8s;
}

.second-text-wrapper p {
    font-size: 45px;
    text-align: center;
    padding-top: 65px;
    line-height: 60px;
    position: relative;
    padding-bottom: 25px;
}

.second-text-wrapper p::after {
    content: "";
    height: 3px;
    width: 30%;
    position: absolute;
    bottom: 0;
    left: 35%;
    background-color: #ff9700;
}

.first-text-wrapper {
    overflow: hidden;
    transition: ease all 0.8s;
    height: 0;
    margin-bottom: 60px;
}

.first-text-wrapper p {
    font-size: 45px;
    text-align: center;
    padding-top: 0px;
    line-height: 60px;
    position: relative;
    padding-bottom: 25px;
}

.portfolio-mas-iso .element-item {
    width: calc(25% - 15px);
    padding: 15px;
}

#container {
    display: none;
}

.portfolio-mas-iso .element-item .item-inner:hover {
    text-decoration: none;
}

.portfolio-mas-iso .element-item .item-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    height: 350px;
    width: 100%;
    background-size: cover;
    background-position: center bottom;
    border-radius: 15px;
    color: #fff;
    overflow: hidden;
    position: relative;
}

.portfolio-mas-iso .element-item .item-inner .details .port-title {
    font-size: 20px;
}

.portfolio-mas-iso .element-item .item-inner .details .port-cat {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

.portfolio-mas-iso .element-item .item-inner .details {
    position: relative;
    z-index: 999;
    padding: 15px 25px;
}

.portfolio-mas-iso .grid {
    margin-top: 65px;
}

.portfolio-mas-iso .element-item .item-inner:after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(48, 48, 48, 0.69) 69%, rgba(48, 48, 48, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(48, 48, 48, 0.69) 69%, rgba(48, 48, 48, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(48, 48, 48, 0.69) 69%, rgba(48, 48, 48, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#303030', GradientType=0);
}

.first-text-wrapper p::after {
    content: "";
    height: 3px;
    width: 30%;
    position: absolute;
    bottom: 0;
    left: 35%;
    background-color: #ff9700;
}

button.button {
    background-color: #fff !important;
    color: #303030 !important;
    text-transform: capitalize;
    font-size: 16px;
    -webkit-box-shadow: 0px 4px 20px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 20px 0px rgb(0 0 0 / 20%);
    box-shadow: 0px 4px 20px 0px rgb(0 0 0 / 20%);
    border-radius: 35px;
    border: none;
}

button.button:hover {
    background-color: #ff9700 !important;
    color: #fff !important;
    text-transform: capitalize;
    font-size: 16px;
    -webkit-box-shadow: -2px 0px 15px 0px rgb(0 0 0 / 30%);
    -moz-box-shadow: -2px 0px 15px 0px rgba(0, 0, 0, 0.3);
    box-shadow: -2px 0px 15px 0px rgb(0 0 0 / 30%);
    border-radius: 35px;
    border: none;
}

button.button+button.button {
    margin-left: 20px;
}

.btn.btn-ghost:hover {}

.btn.btn-solid:hover {
    padding: 10px 25px;
    background-color: #f28b00;
    font-size: 15px;
    color: #fff;
    transition: ease all 0.2s;
    transform: translateY(-2px);
}

.btn:hover,
.btn:focus {
    outline: none;
    box-shadow: none;
}

.btn.btn-solid i {
    margin-left: 15px;
    font-size: 17px;
}

.btn.btn-ghost i {
    margin-left: 15px;
    font-size: 17px;
}

.btn.btn-default-black {
    position: relative;
    color: #000000;
    padding: 10px 40px;
    font-size: 18px;
}

.btn.btn-default-black::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
    transition: ease all 0.5s;
}

.btn.btn-default-black::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-left: 2px solid #000000;
    border-right: 2px solid #000000;
    transition: ease all 0.5s;
}

.btn.btn-default-black:hover {
    color: #ffa500;
}

.btn.btn-default-black:hover::before {
    height: 0;
}

.btn.btn-default-black:hover::after {
    width: 0;
}

.loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    border-top: 4px solid #ffa500;
    border-right: 4px solid transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

.loader::after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border-left: 4px solid #ff7416;
    border-bottom: 4px solid transparent;
    animation: rotation 0.5s linear infinite reverse;
}

.preloader {
    position: fixed;
    background-color: #f8f9fa!important;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 99999999999;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.nav-tray {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 0;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    z-index: 998;
    background-color: #000000;
    transition: ease all 1s;
    overflow: hidden;
}

.nav-tray svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: scaleX(-1);
}

.nav-tray .nav-item-tray {
    width: 100vw;
    height: 100vh;
    opacity: 0;
}

.nav-tray .nav-item-tray .nav-item-list {
    list-style: none;
    position: relative;
    z-index: 999;
    margin-bottom: -50px;
}

.nav-tray .nav-item-tray .nav-item-list .nav-item .nav-item-link {
    color: #fff;
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 50px;
    display: block;
    text-align: center;
    position: relative;
}

.nav-tray .nav-item-tray .nav-item-list .nav-item .nav-item-link:hover {
    text-decoration: none;
}

.nav-tray .nav-item-tray .nav-item-list .nav-item .nav-item-link:hover:before {
    width: 100px;
}

.nav-tray .nav-item-tray .nav-item-list .nav-item .nav-item-link:hover:after {
    width: 100px;
}

.nav-tray .nav-item-tray .nav-item-list .nav-item .nav-item-link:before {
    content: "";
    position: absolute;
    left: -70%;
    height: 2px;
    top: 50%;
    width: 0px;
    transition: ease all 0.5s;
    transform: translate(0, -50%);
    background: #ff7116;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #ff7116 0%, #f1a80a 50%, #fdd130 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #ff7116 0%, #f1a80a 50%, #fdd130 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #ff7116 0%, #f1a80a 50%, #fdd130 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff7116', endColorstr='#fdd130', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

.nav-tray .nav-item-tray .nav-item-list .nav-item .nav-item-link:after {
    content: "";
    position: absolute;
    right: -70%;
    height: 2px;
    top: 50%;
    width: 0px;
    transition: ease all 0.5s;
    transform: translate(0, -50%);
    background: #ff7116;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #ff7116 0%, #f1a80a 50%, #fdd130 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #ff7116 0%, #f1a80a 50%, #fdd130 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #ff7116 0%, #f1a80a 50%, #fdd130 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff7116', endColorstr='#fdd130', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

.active-nav .nav-button {
    transform: rotate(-360deg);
}

.active-nav .nav-tray {
    width: 100vw;
    height: 100vh;
    border-radius: 0%;
}

.active-nav .nav-tray svg {
    opacity: 0.5;
    transition: ease all 1s 0.5s;
}

.active-nav .nav-tray svg path {
    fill: none;
    stroke: #ddd;
    stroke-width: 0.2px;
    opacity: 0.9;
    vector-effect: non-scaling-stroke;
}

.breadcrumb {
    background-color: transparent;
    padding: 0;
}

.breadcrumb .breadcrumb-item a {
    color: #fbb03b;
}

.breadcrumb .breadcrumb-item a:hover {
    color: #fbb03b;
    text-decoration: none;
}

.active-nav .nav-tray .nav-item-tray {
    opacity: 1;
    transition: ease all 1s 0.5s;
}

.inner-page-header {
    background-color: #0f2753;
    height: 30vh;
}

.inner-page-header .hero-title {
    font-size: 48px;
}

.inner-heading {
    font-size: 40px;
    font-family: 'Barlow', sans-serif;
    color: #fff;
}

.course-cate-wrapper {
    margin-top: 90px;
}

.course-cate-wrapper .popular-course-outter {
    margin-top: 60px;
}

section.inner-page-cont {
    position: relative;
    padding: 180px 0px;
}

section.inner-page-cont .content p {
    font-size: 17px;
    text-align: center;
    margin-bottom: 80px;
}

.faq_area {
    position: relative;
    z-index: 1;
    background-color: #f5f5ff;
    background-image: url(../images/kids-2.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 24%;
}

.about.feature-tile-wrapper .feature-tile {
    color: #fff;
    padding: 36px;
    border-radius: 20px;
    box-shadow: 0 20px 20px rgb(0 0 0 / 10%);
    height: 500px;
}

.vision-mission-wrapper .hero-title {
    font-size: 42px !important;
}

.vision-mission-wrapper p {
    font-size: 16px !important;
    text-align: center;
    margin-top: 20px;
}

.academic-wrapper {
    background-color: #F55F4F;
    margin-top: 90px;
    padding: 80px 0;
}

.lds-circle {
    display: inline-block;
    transform: translateZ(1px);
}

.lds-circle>div {
    display: inline-block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    background: #ff7116;
    animation: lds-circle 2.4s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.preloader {
    position: fixed;
    background-color: #070a57;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 999999999;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

@keyframes lds-circle {
    0%,
    100% {
        animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
    }
    0% {
        transform: rotateY(0deg);
    }
    50% {
        transform: rotateY(1800deg);
        animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
    }
    100% {
        transform: rotateY(3600deg);
    }
}

.acedamic-staff {
    margin-top: 60px;
}

.staff-profile-image {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    margin: 0 auto 30px;
}

.staff-profile-position {
    font-size: 19px;
    text-align: center;
    color: #f5f5f5;
}

.staff-profile-qualification {
    font-size: 16px;
    text-align: center;
    color: #ffffff;
}

.staff-profile-name {
    font-size: 25px;
    color: #0f2753;
    font-family: 'Barlow', sans-serif;
    text-align: center;
}

.faq-accordian {
    position: relative;
    z-index: 1;
}

.faq-accordian .card {
    position: relative;
    z-index: 1;
    margin-bottom: 1.5rem;
    border-radius: 10px !important;
}

.faq-accordian .card:last-child {
    margin-bottom: 0;
}

.faq-accordian .card .card-header {
    background-color: #f28b00;
    padding: 0;
    border-bottom-color: #ebebeb;
    border-radius: 10px;
}

.feature-tile-wrapper .feature-tile {
    color: #fff;
    padding: 36px;
    border-radius: 20px;
    box-shadow: 0 20px 20px rgb(0 0 0 / 10%);
    height: 500px;
}

.about-page-wrapper .hero-title {
    font-size: 36px !important;
}

.about-page-wrapper .hero-title::after {
    bottom: -15px !important;
}

.about-imgs img {
    width: 70%;
    border-radius: 5%;
    box-shadow: 0 0 15px rgb(0 0 0 / 18%);
}

.single-course-image {
    border-radius: 10px !important;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.07) 0 0 15px;
}

.single-course-content {
    margin-top: 25px;
}

.single-course-heading {
    background-color: #f28b00;
    border-radius: 10px;
    padding: 20px 30px;
    color: #fff;
    font-family: 'Barlow', sans-serif;
    font-size: 20px;
    margin-top: 60px;
    margin-bottom: 35px;
}

.contact1 {
    width: 100%;
    min-height: 100%;
    padding: 100px 0;
    background: #f5f5f5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-image: url(../images/icon-back.png);
}

.courses-single p {
    font-size: 17px;
}

.container-contact1 {
    width: 1163px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 90px 130px 88px 148px;
}
/*------------------------------------------------------------------
[  ]*/

.contact1-pic {
    width: 296px;
}

.contact1-pic img {
    max-width: 100%;
}
/*------------------------------------------------------------------
[  ]*/

.contact1-form {
    width: 390px;
}

.contact1-form-title {
    display: block;
    font-family: 'Barlow', sans-serif;
    font-size: 36px;
    color: #070a57;
    line-height: 1.2;
    text-align: center;
    padding-bottom: 30px;
}

input.input1 {
    height: 50px;
    border-radius: 10px;
    padding: 0 30px;
    border: none;
    margin: 0;
}

input.input1+.shadow-input1 {
    border-radius: 15px;
}

textarea.input1 {
    min-height: 150px;
    border-radius: 10px;
    padding: 12px 30px;
    border: none;
}

textarea.input1+.shadow-input1 {
    border-radius: 10px;
}
/*---------------------------------------------*/

.wrap-input1 {
    position: relative;
    width: 100%;
    z-index: 1;
    margin-bottom: 20px;
}

.input1 {
    display: block;
    width: 100%;
    background: #e6e6e6;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    line-height: 1.5;
    color: #666666;
}

.shadow-input1 {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 0px 0px;
    color: #070a5755;
}

.input1:focus {
    border: none;
    outline: none !important;
}

.input1:focus+.shadow-input1 {
    -webkit-animation: anim-shadow 0.5s ease-in-out forwards;
    animation: anim-shadow 0.5s ease-in-out forwards;
}

@-webkit-keyframes anim-shadow {
    to {
        box-shadow: 0px 0px 80px 30px;
        opacity: 0;
    }
}

@keyframes anim-shadow {
    to {
        box-shadow: 0px 0px 80px 30px;
        opacity: 0;
    }
}
/*---------------------------------------------*/

.container-contact1-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.contact1-form-btn {
    min-width: 193px;
    height: 50px;
    border-radius: 25px;
    background: #57b846;
    font-family: Montserrat-Bold;
    font-size: 15px;
    line-height: 1.5;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.contact1-form-btn i {
    margin-left: 7px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.contact1-form-btn:hover {
    background: #333333;
}

.contact1-form-btn:hover i {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
}
/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 1200px) {
    .contact1-pic {
        width: 33.5%;
    }
    .contact1-form {
        width: 44%;
    }
}

@media (max-width: 992px) {
    .container-contact1 {
        padding: 90px 80px 88px 90px;
    }
    .contact1-pic {
        width: 35%;
    }
    .contact1-form {
        width: 55%;
    }
}

@media (max-width: 768px) {
    .container-contact1 {
        padding: 90px 80px 88px 80px;
    }
    .contact1-pic {
        display: none;
    }
    .contact1-form {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .container-contact1 {
        padding: 90px 15px 88px 15px;
    }
}
/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
    position: relative;
}

.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    max-width: 70%;
    background-color: white;
    border: 1px solid #c80000;
    border-radius: 13px;
    padding: 4px 25px 4px 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 8px;
    pointer-events: none;
    font-family: Montserrat-Medium;
    color: #c80000;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.alert-validate::after {
    content: "\f06a";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    color: #c80000;
    font-size: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 13px;
}

.alert-validate:hover:before {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 992px) {
    .alert-validate::before {
        visibility: visible;
        opacity: 1;
    }
}

.faq-accordian .card .card-header h6 {
    cursor: pointer;
    padding: 1.75rem 2rem;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.faq-accordian .card .card-header h6 span {
    font-size: 1.5rem;
}

.faq-accordian .card .card-header h6.collapsed {
    color: #070a57;
}

.faq-accordian .card .card-header h6.collapsed span {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.section_padding_130 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.faq-accordian .card .card-body {
    padding: 1.75rem 2rem;
    border-radius: 10px;
}

.faq-accordian .collapse {
    border-radius: 10px;
}

.faq-accordian .card .card-body p {}

.faq-accordian .card .card-body p:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 575px) {
    .support-button p {
        font-size: 14px;
    }
}

.support-button i {
    color: #3f43fd;
    font-size: 1.25rem;
}

@media only screen and (max-width: 575px) {
    .support-button i {
        font-size: 1rem;
    }
}

.support-button a {
    text-transform: capitalize;
    color: #f28b00;
}

.support-button a:hover {
    text-decoration: none;
    color: #f28b00;
}

@media only screen and (max-width: 575px) {
    .support-button a {
        font-size: 13px;
    }
}

section.inner-page-cont svg {
    position: absolute;
    top: 0;
    left: 0;
}

.inner-page-cont .hero-title {
    font-size: 50px;
}

.hero-title {
    color: #fff;
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    font-size: 50px;
}

.header-section {
    background-image: url(../images/banner-image.jpg);
    height: 800px;
    background-position: center bottom;
}

.header-section p {
    margin-top: 30px;
    text-align: center;
}

.header-section h1 {
    color: #303030;
    font-family: "Montserrat", Sans-serif;
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 30px;
}



.section-hero {
    background-image: url(../images/hero-bg.jpg);
    height: 80vh;
}

.section-hero .hero-para {
    color: #fff;
    margin-top: 20px;
    font-size: 17px;
}

.hero-title {
    color: #fff;
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    font-size: 60px;
}

.hero-title.underlined {
    position: relative;
    display: table;
    z-index: 99;
}

.hero-button-section {
    margin-top: 50px;
}

.hero-title.underlined::after {
    position: absolute;
    content: "";
    height: 20px;
    width: 0;
    bottom: -5px;
    left: calc(100% - 85px);
    background-image: url(../images/header-underline.png);
    background-size: inherit;
    background-position: center;
    background-repeat: no-repeat;
}

.about-home-section {
    padding: 40px 0 0;
    position: relative;
}

.about-home-section .sv1 {
    position: absolute;
    bottom: 0;
    left: 0;
}

.counter-wrapper {
    padding: 100px 0 60px;
    background-color: #633994;
    position: relative;
    overflow: hidden;
    background-image: url(../images/icon-back.png);
}

.counter-wrapper .number-label {
    font-size: 20px;
    color: #fff;
}

.counter-wrapper .numbers {
    font-weight: 600;
    font-size: 34px;
    color: #fff;
    text-align: right;
    font-family: 'Barlow', sans-serif;
}

.testimonials-wrapper {
    padding: 160px 0 170px;
    background: rgb(255, 102, 71);
    background: -moz-linear-gradient(top, rgba(255, 102, 71, 1) 0%, rgba(229, 83, 93, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 102, 71, 1) 0%, rgba(229, 83, 93, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 102, 71, 1) 0%, rgba(229, 83, 93, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff6647', endColorstr='#e5535d', GradientType=0);
    position: relative;
}

.footer-to-contact {
    background-image: url(../images/two-color.png);
    padding: 45px;
    margin-top: -250px;
    border-radius: 15px;
    background-size: cover;
}

.footer-to-contact .text {
    color: #fff;
    font-family: 'Barlow', sans-serif;
    font-size: 40px;
}

.testi-slider .slider-inner {
    background-color: #fff;
    box-shadow: 0 0 15px rgb(0 0 0 / 7%);
    padding: 30px 30px 30px;
    border-radius: 12px;
}

.testi-slider .slider-inner {
    font-size: 17px;
}

.testi-slider .slick-arrow.slick-next {
    background-color: transparent !important;
    background-image: url("../images/slider-arrow-2.png");
    right: -70px;
    width: 30px;
    height: 30px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.testi-slider .slick-arrow.slick-prev {
    background-color: transparent !important;
    background-image: url("../images/slider-arrow.png");
    left: -70px;
    width: 30px;
    height: 30px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.testi-slider .slick-dots button {
    background-color: transparent !important;
}

.testi-slider .slick-dots button:before {
    color: rgba(255, 255, 255, 0.7);
    opacity: 1;
    font-size: 20px !important;
}

.testi-slider .slick-dots li.slick-active button:before {
    color: #ff7116;
}

.testi-slider .slick-dots button:before {
    color: rgba(255, 255, 255, 0.8);
}

.testi-slider .slick-arrow:before {
    content: "" !important;
}

.testi-slider .feed-back {
    font-size: 16px;
    min-height: 50px;
}

.testi-slider .feed-back-own {
    margin-top: 30px;
}

.testi-slider .feed-back-own .client-name {
    margin-bottom: 0;
    margin-left: 25px;
    color: #0f2753;
    font-weight: 800;
    font-family: 'Barlow', sans-serif;
    font-size: 20px;
    line-height: 10px;
}

.testi-slider .feed-back-own .courses-name {
    margin-left: 25px;
    color: #0f2753;
}

.testi-slider .pro-img-wrapper {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-size: cover;
}

.testi-slider .slick-slide {
    margin: 0 15px;
}
/* the parent */

.testi-slider .slick-list {
    margin: 0 -27px;
}

.testimonials-wrapper .content {
    color: #fff;
    position: relative;
    font-size: 14px;
    margin-bottom: 55px;
    z-index: 99;
    text-align: center;
    margin-top: 10px;
}

.testimonials-wrapper svg {
    position: absolute;
    top: 0;
    left: 0;
}

#parallax {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-position: 50% 50%;
    top: 100px;
    left: 0;
}

.feature-tile-wrapper {
    padding: 100px 0;
}

.feature-img img {
    height: 91px;
    width: auto;
}

.feature-tile-wrapper {
    padding: 100px 0;
}

.feature-tile-wrapper .feature-tile {
    color: #fff;
    padding: 36px;
    border-radius: 20px;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
    height: 290px;
}

.feature-tile-wrapper .feature-tile:hover img {
    animation: shake linear 0.3s 3 alternate;
}

.feature-tile-wrapper .feature-tile-outter:nth-child(1) .feature-tile {
    background-color: #41c1e8;
}

.feature-tile-wrapper .feature-tile-outter:nth-child(2n) .feature-tile {
    background-color: #F55F4F;
}

.feature-tile-wrapper .feature-tile-outter:nth-child(3n) .feature-tile {
    background-color: #7669DF;
}

.feature-tile-wrapper .feature-tile-outter:nth-child(4n) .feature-tile {
    background-color: #65B338;
}

.feature-tile-wrapper .feature-tile-outter .feature-tile .feature-title {
    font-family: 'Barlow', sans-serif;
    font-size: 24px;
    margin-top: 25px;
    margin-bottom: 10px;
    width: 64%;
    line-height: 28px;
}

.feature-tile-wrapper .feature-tile-outter .feature-tile .feature-content p {
    line-height: 20px;
}

.about-home-section .about-home-content {
    margin-top: 15px;
}

.hero-title.dark {
    color: #0f2753;
}

.hero-title.underlined.aos-animate::after {
    height: 20px;
    width: 85px;
    transition: ease all 0.5s 1s;
}


.bottom-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 35px;
}


footer {
padding: 65px 0 50px; }

.footer-07 {
    background-size: auto;
    background: #121212;
    background-image: url(../images/ico-2.png);
    background-repeat-x: repeat;
    background-size: contain;
    background-position-y: bottom;
    background-repeat-y: no-repeat;
}
.footer-07 a {
color: #f58020; }
.footer-07 p {
color: rgba(255, 255, 255, 0.3); }
.footer-07 .footer-heading {
font-size: 30px;
color: #fff;
font-weight: 700;
margin-bottom: 30px; }


.footer-07 .footer-heading .logo {
  color: #fff; }
  .footer-07 .footer-heading .logo:hover{
color:#f58020;       
text-decoration:none;
  }
  
.footer-07 .menu {
margin-bottom: 30px; }
.footer-07 .menu a {
  color: rgba(255, 255, 255, 0.6);
  margin: 0 10px;
  text-transform: uppercase;
  letter-spacing: 1px; }
.footer-07 .ftco-footer-social li a {
background: transparent;
border: 1px solid #f58020; }

.ftco-footer-social li {
list-style: none;
margin: 0 10px 0 0;
display: inline-block; }
.ftco-footer-social li a {
height: 40px;
width: 40px;
display: block;
background: rgba(0, 0, 0, 0.05);
border-radius: 50%;
position: relative; }
.ftco-footer-social li a i {
  position: absolute;
  font-size: 20px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
.ftco-footer-social li a:hover {
  color: #fff; }
.home-section-2 {
    padding: 120px 0;
}

.home-section-2 p {
    font-size: 18px;
    line-height: 40px;
    letter-spacing: 0.12px;
}

.home-section-2 p span {
    background: -webkit-linear-gradient(#fdd130, #ffa500);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 30px;
}

.social-media-wrapper {
    position: fixed;
    bottom: 100px;
    left: 0;
    width: 50px;
    padding-bottom: 30px;
}

.social-media-wrapper .social-links {
    width: 100%;
    color: #e7e7e7;
    text-decoration: none;
    display: block;
    text-align: center;
    font-size: 25px;
    margin-top: 20px;
}

.social-media-wrapper .social-links.black-edition {
    color: #a7a7a7;
}

.social-media-wrapper .social-links.black-edition:hover {
    color: #ffa500;
}

.social-media-wrapper .social-links:hover {
    color: #ffa500;
}

.social-media-wrapper:after {
    content: "";
    bottom: -80px;
    height: 80px;
    width: 2px;
    background-color: #ffa500;
    left: 50%;
    position: absolute;
    transform: translate(-50%);
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 13px !important;
}

.slick-dots {
    bottom: -50px !important;
}

.hero-section {
    position: relative;
    overflow: hidden;
}

.home-about-section {
    background-image: url(../images/pngegg.png);
    background-size: contain;
    background-position: center;
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
}

.home-about-section .content-main {
padding-right: 90px;
}

.home-about-section .image-main-content {
background-color: #f58020;
width: 45%;
border-radius: 7px;
overflow:hidden;
margin-left:-60px;
}
.home-about-section .image-main-content .numbers {
font-weight: 600;
font-size: 35px;
color: #fff;
text-align: left;
font-family: 'Barlow', sans-serif;
}
.home-about-section .image-main-content  .number-label {
font-size: 18px;
color: #fff;
}
.image-main-content .image-main-content-inner {
padding: 25px 15px;
border-bottom: 1px solid #fff;
}

.image-main-content .image-main-content-inner:last-child{
  border-bottom: none;
}

 .home-about-section .image-main{height:100%;
     display:flex;
     flex-wrap:wrap;
     align-items:center;
     justify-content:flex-start;
     border-radius:15px;
     
 }

.video-wrapper{
 height:350px;
 background-size:cover;
 background-position:center;
}
a.youtube-link {
color: #ffffff;
text-decoration: none;
background-color: transparent;
font-size: 74px;
}


.home-about-section .about-bulb-outer {
    position: relative;
    width: 100%;
    display: block;
    transition: ease all 1s;
}

.home-about-section .about-bulb-outer::before {
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    background-repeat: no-repeat;
    height: 160px;
    content: "";
    background-image: url(../images/bulb-light.png);
    opacity: 0;
    background-position: center;
}

.home-about-section .about-bulb-outer:hover {
    cursor: pointer;
    transform: rotate(-40deg);
}

.home-about-section .about-bulb-outer:hover::before {
    transition: ease all 1s 0.2s;
    opacity: 1;
}

.home-about-section img {
    width: 80%;
    position: relative;
    margin: auto;
    display: block;
}

.home-about-section p {
    margin-top: 30px;
    margin-bottom: 50px;
}

.main-title {
    text-transform: uppercase;
    font-size: 40px;
}

.main-title .color-animated {
    animation: color-change 3s linear infinite;
}

.main-title.white {
    color: #ffffff;
}

.home-testimonils {
    background: rgb(255, 102, 71);
    background: -moz-linear-gradient(top, rgba(255, 102, 71, 1) 0%, rgba(229, 83, 93, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 102, 71, 1) 0%, rgba(229, 83, 93, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 102, 71, 1) 0%, rgba(229, 83, 93, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff6647', endColorstr='#e5535d', GradientType=0);
}

@keyframes color-change {
    from {
        background: -webkit-linear-gradient(#fdd130, #ffa500);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    to {
        background: -webkit-linear-gradient(#ffa500, #fdd130);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}

@keyframes shake {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(10deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.home-services-section {
    background-color: #000000;
    padding: 100px 0;
    background-attachment: fixed;
    background-image: url(../images/pngegg-invert.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.home-services-section .description {
    color: #fff;
}

.home-services-section .services-wrapper {
    margin-top: 45px;
}

.home-services-section .service-item {
    margin-top: 15px;
    padding: 15px;
}

.home-services-section .service-item .service-title {
    color: #fff;
}

.home-services-section .service-item .service-short {
    color: #fff;
    margin-top: 25px;
}

.home-services-section .service-item .service-short .read-more {
    color: #fdd130;
    opacity: 0;
    transition: ease all 1s;
    margin-left: 5px;
}

.home-services-section .service-item .icon-wrapper {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #000000;
    position: relative;
    padding: 25px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.home-services-section .service-item .icon-wrapper:before {
    content: "";
    width: 96%;
    height: 96%;
    background-color: #000000;
    padding: 25px;
    position: absolute;
    top: 2%;
    left: 2%;
    border-radius: 50%;
    z-index: 1;
}

.home-services-section .service-item .icon-wrapper:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #777;
    padding: 25px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    z-index: 0;
}

.home-services-section .service-item .icon-wrapper img {
    position: relative;
    z-index: 55;
    filter: invert(1);
    transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.8s;
}

.home-services-section .service-item:hover .icon-wrapper:after {
    background: -webkit-linear-gradient(#fdd130, #ffa500);
}

.home-services-section .service-item:hover .icon-wrapper img {
    transform: scaleX(-1);
}

.home-services-section .service-item:hover .service-short .read-more {
    opacity: 1;
    text-decoration: none;
}

.home-services-section .service-item-outter {
    margin-top: 15px;
}

.home-services-section .service-item-outter:nth-child(1) .service-item {
    box-shadow: 5px 5px 10px rgba(255, 255, 255, 0.03);
}

.home-services-section .service-item-outter:nth-child(2) .service-item {
    box-shadow: -5px 5px 10px rgba(255, 255, 255, 0.03);
}

.home-services-section .service-item-outter:nth-child(3) .service-item {
    box-shadow: 5px 0px 10px rgba(255, 255, 255, 0.03);
}

.home-services-section .service-item-outter:nth-child(4) .service-item {
    box-shadow: -5px 5px 10px rgba(255, 255, 255, 0.03);
}

.home-services-section .service-item-outter:nth-child(5) .service-item {
    box-shadow: 5px -5px 10px rgba(255, 255, 255, 0.03);
}

.home-services-section .service-item-outter:nth-child(6) .service-item {
    box-shadow: -5px -5px 10px rgba(255, 255, 255, 0.03);
}

.home-form {
    background-color: #000;
    padding: 100px 0;
}

.home-form .contact-line {
    padding-left: 30px;
    margin-top: 30px;
}

.home-form .contact-line.address {
    position: relative;
    color: #fff;
    font-size: 16px;
}

.home-form .contact-line.address i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 22px;
}

.home-form .contact-line:nth-child(1) {
    margin-top: 45px;
}

.form-control {
    background-color: transparent;
    border-radius: 0;
    border-right: none;
    border-left: none;
    border-top: none;
    border-bottom: 1px solid #ddd;
    margin-top: 0px;
}

.form-control:focus {
    border-bottom: 1px solid #ffa500;
    background: transparent;
    outline: none;
    box-shadow: none;
}

.container {
    width: 1400px;
    max-width: 1400px;
}

.container-fluid {
    padding: 0 !important;
}

.fs-8 {
    font-size: 8px;
}

.fs-14 {
    font-size: 14px;
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

.fs-22 {
    font-size: 22px;
}

.fs-20 {
    font-size: 20px;
}

.fs-24 {
    font-size: 24px;
}

.fs-26 {
    font-size: 26px;
}

.fs-28 {
    font-size: 28px;
}

.fs-28 {
    font-size: 28px;
}

.fs-36 {
    font-size: 36px !important;
}

.fs-56 {
    font-size: 56px !important;
}

.fs-35 {
    font-size: 35px;
}

.lh-20 {
    line-height: 20px;
}

.lh-24 {
    line-height: 24px;
}

.lh-30 {
    line-height: 30px;
}

.lh-40 {
    line-height: 40px;
}

.lh-50 {
    line-height: 50px;
}

.fw-400 {
    font-weight: 400;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.ls-150 {
    letter-spacing: 1.5px;
}

.ls-0 {
    letter-spacing: 0;
}

.fancybox-container {
    z-index: 999999999;
}

.full-height {
    height: 100%;
}

.full-width {
    width: 100%;
}

.display-table {
    display: table;
}

.table-cell {
    display: table-cell;
}

.v-align-m {
    vertical-align: middle;
}

.full-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.no-float {
    float: none !important;
}

.pad-0 {
    padding: 0;
}

.pad-5 {
    padding: 5px;
}

.pad-10 {
    padding: 10px;
}

.pad-15 {
    padding: 15px;
}

.pad-20 {
    padding: 20px;
}

.pad-25 {
    padding: 25px;
}

.pad-30 {
    padding: 30px;
}

.pad-35 {
    padding: 35px;
}

.pad-36 {
    padding: 36px;
}

.pad-40 {
    padding: 40px;
}

.pad-45 {
    padding: 45px;
}

.pad-60 {
    padding: 60px;
}

.pad-l-0 {
    padding-left: 0;
}

.pad-l-5 {
    padding-left: 5px;
}

.pad-l-10 {
    padding-left: 10px;
}

.pad-l-15 {
    padding-left: 15px;
}

.pad-l-20 {
    padding-left: 20px;
}

.pad-l-25 {
    padding-left: 25px;
}

.pad-l-30 {
    padding-left: 30px;
}

.pad-l-35 {
    padding-left: 35px;
}

.pad-l-40 {
    padding-left: 40px;
}

.pad-l-45 {
    padding-left: 45px;
}

.pad-l-60 {
    padding-left: 60px;
}

.pad-r-0 {
    padding-right: 0;
}

.pad-r-5 {
    padding-right: 5px;
}

.pad-r-10 {
    padding-right: 10px;
}

.pad-r-15 {
    padding-right: 15px;
}

.pad-r-20 {
    padding-right: 20px;
}

.pad-r-25 {
    padding-right: 25px;
}

.pad-r-30 {
    padding-right: 30px;
}

.pad-r-35 {
    padding-right: 35px;
}

.pad-r-40 {
    padding-right: 40px;
}

.pad-r-45 {
    padding-right: 45px;
}

.pad-r-60 {
    padding-right: 60px;
}

.pad-top-0 {
    padding-top: 0;
}

.pad-top-5 {
    padding-top: 5px;
}

.pad-top-10 {
    padding-top: 10px;
}

.pad-top-15 {
    padding-top: 15px;
}

.pad-top-20 {
    padding-top: 20px;
}

.pad-top-25 {
    padding-top: 25px;
}

.pad-top-30 {
    padding-top: 30px;
}

.pad-top-35 {
    padding-top: 35px;
}

.pad-top-40 {
    padding-top: 40px;
}

.pad-top-45 {
    padding-top: 45px;
}

.pad-top-60 {
    padding-top: 60px;
}

.pad-top-100 {
    padding-top: 100px;
}

.pad-top-130 {
    padding-top: 130px;
}

.pad-top-150 {
    padding-top: 150px;
}

.pad-bot-0 {
    padding-bottom: 0;
}

.pad-bot-10 {
    padding-bottom: 10px;
}

.pad-bot-15 {
    padding-bottom: 15px;
}

.pad-bot-20 {
    padding-bottom: 20px;
}

.pad-bot-25 {
    padding-bottom: 25px;
}

.pad-bot-30 {
    padding-bottom: 30px;
}

.pad-bot-60 {
    padding-bottom: 60px;
}

.pad-bot-100 {
    padding-bottom: 100px;
}

.pad-bot-150 {
    padding-bottom: 150px;
}

.margin-auto {
    margin: auto;
}

.push-top-0 {
    margin-top: 0;
}

.push-top-5 {
    margin-top: 5px;
}

.push-top-10 {
    margin-top: 10px;
}

.push-top-15 {
    margin-top: 15px;
}

.push-top-20 {
    margin-top: 20px;
}

.push-top-25 {
    margin-top: 25px;
}

.push-top-30 {
    margin-top: 30px;
}

.push-top-35 {
    margin-top: 35px;
}

.push-top-40 {
    margin-top: 40px;
}

.push-top-45 {
    margin-top: 45px;
}

.push-top-60 {
    margin-top: 60px;
}

.push-top-80 {
    margin-top: 80px;
}

.push-top-100 {
    margin-top: 100px;
}

.push-top-150 {
    margin-top: 150px;
}

.push-top-300 {
    margin-top: 300px;
}

.push-bot-0 {
    margin-bottom: 0;
}

.push-bot-5 {
    margin-bottom: 5px;
}

.push-bot-10 {
    margin-bottom: 10px;
}

.push-bot-15 {
    margin-bottom: 15px;
}

.push-bot-20 {
    margin-bottom: 20px;
}

.push-bot-25 {
    margin-bottom: 25px;
}

.push-bot-30 {
    margin-bottom: 30px;
}

.push-bot-35 {
    margin-bottom: 35px;
}

.push-bot-40 {
    margin-bottom: 40px;
}

.push-bot-45 {
    margin-bottom: 45px;
}

.push-bot-60 {
    margin-bottom: 60px;
}

.push-bot-100 {
    margin-bottom: 100px;
}

.push-l-0 {
    margin-left: 0;
}

.push-l-5 {
    margin-left: 5px;
}

.push-l-10 {
    margin-left: 10px;
}

.push-l-15 {
    margin-left: 15px;
}

.push-l-20 {
    margin-left: 20px;
}

.push-l-25 {
    margin-left: 25px;
}

.push-l-30 {
    margin-left: 30px;
}

.push-l-35 {
    margin-left: 35px;
}

.push-l-40 {
    margin-left: 40px;
}

.push-l-45 {
    margin-left: 45px;
}

.push-l-60 {
    margin-left: 60px;
}

.push-r-0 {
    margin-right: 0;
}

.push-r-5 {
    margin-right: 5px;
}

.push-r-10 {
    margin-right: 10px;
}

.push-r-15 {
    margin-right: 15px;
}

.push-r-20 {
    margin-right: 20px;
}

.push-r-25 {
    margin-right: 25px;
}

.push-r-30 {
    margin-right: 30px;
}

.push-r-35 {
    margin-right: 35px;
}

.push-r-40 {
    margin-right: 40px;
}

.push-r-45 {
    margin-right: 45px;
}

.push-r-60 {
    margin-right: 60px;
}

.pull-top-0 {
    margin-top: 0;
}

.pull-top-5 {
    margin-top: -5px;
}

.pull-top-10 {
    margin-top: -10px;
}

.pull-top-15 {
    margin-top: -15px;
}

.pull-top-20 {
    margin-top: -20px;
}

.pull-top-25 {
    margin-top: -25px;
}

.pull-top-30 {
    margin-top: -30px;
}

.pull-top-35 {
    margin-top: -35px;
}

.pull-top-40 {
    margin-top: -40px;
}

.pull-top-45 {
    margin-top: -45px;
}

.pull-top-60 {
    margin-top: -60px;
}

.pull-top-200 {
    margin-top: -200px;
}

.pull-top-220 {
    margin-top: -220px;
}

.pull-bot-0 {
    margin-bottom: 0;
}

.pull-bot-5 {
    margin-bottom: -5px;
}

.pull-bot-10 {
    margin-bottom: -10px;
}

.pull-bot-15 {
    margin-bottom: -15px;
}

.pull-bot-20 {
    margin-bottom: -20px;
}

.pull-bot-25 {
    margin-bottom: -25px;
}

.pull-bot-30 {
    margin-bottom: -30px;
}

.pull-bot-35 {
    margin-bottom: -35px;
}

.pull-bot-40 {
    margin-bottom: -40px;
}

.pull-bot-45 {
    margin-bottom: -45px;
}

.pull-bot-60 {
    margin-bottom: -60px;
}

.pull-l-0 {
    margin-left: 0;
}

.pull-l-5 {
    margin-left: -5px;
}

.pull-l-10 {
    margin-left: -10px;
}

.pull-l-15 {
    margin-left: -15px;
}

.pull-l-20 {
    margin-left: -20px;
}

.pull-l-25 {
    margin-left: -25px;
}

.pull-l-30 {
    margin-left: -30px;
}

.pull-l-35 {
    margin-left: -35px;
}

.pull-l-40 {
    margin-left: -40px;
}

.pull-l-45 {
    margin-left: -45px;
}

.pull-l-60 {
    margin-left: -60px;
}

.pull-r-0 {
    margin-right: 0;
}

.pull-r-5 {
    margin-right: -5px;
}

.pull-r-10 {
    margin-right: -10px;
}

.pull-r-15 {
    margin-right: -15px;
}

.pull-r-20 {
    margin-right: -20px;
}

.pull-r-25 {
    margin-right: -25px;
}

.pull-r-30 {
    margin-right: -30px;
}

.pull-r-35 {
    margin-right: -35px;
}

.pull-r-40 {
    margin-right: -40px;
}

.pull-r-45 {
    margin-right: -45px;
}

.pull-r-60 {
    margin-right: -60px;
}

.top-0 {
    top: 0;
}

.top-5 {
    top: 5px;
}

.top-10 {
    top: 10px;
}

.top-15 {
    top: 15px;
}

.top-20 {
    top: 20px;
}

.top-25 {
    top: 25px;
}

.top-30 {
    top: 30px;
}

.top-35 {
    top: 35px;
}

.top-40 {
    top: 40px;
}

.top-45 {
    top: 45px;
}

.top-60 {
    top: 60px;
}

.top-200 {
    top: 200px;
}

.top-35p {
    top: 35%;
}

.bot-0 {
    bottom: 0;
}

.bot-5 {
    bottom: 5px;
}

.bot-10 {
    bottom: 10px;
}

.bot-15 {
    bottom: 15px;
}

.bot-20 {
    bottom: 20px;
}

.bot-25 {
    bottom: 25px;
}

.bot-30 {
    bottom: 30px;
}

.bot-35 {
    bottom: 35px;
}

.bot-40 {
    bottom: 40px;
}

.bot-45 {
    bottom: 45px;
}

.bot-60 {
    bottom: 60px;
}

.bot-200 {
    bottom: 200px;
}

.left-0 {
    left: 0;
}

.left-5 {
    left: 5px;
}

.left-10 {
    left: 10px;
}

.left-15 {
    left: 15px;
}

.left-20 {
    left: 20px;
}

.left-25 {
    left: 25px;
}

.left-30 {
    left: 30px;
}

.left-35 {
    left: 35px;
}

.left-40 {
    left: 40px;
}

.left-45 {
    left: 45px;
}

.left-60 {
    left: 60px;
}

.left-200 {
    left: 200px;
}

.right-0 {
    right: 0;
}

.right-5 {
    right: 5px;
}

.right-10 {
    right: 10px;
}

.right-15 {
    right: 15px;
}

.right-20 {
    right: 20px;
}

.right-25 {
    right: 25px;
}

.right-30 {
    right: 30px;
}

.right-35 {
    right: 35px;
}

.right-40 {
    right: 40px;
}

.right-45 {
    right: 45px;
}

.right-60 {
    right: 60px;
}

.right-200 {
    right: 200px;
}