.no-js #loader {
    display: none;
}
.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1111111111;
    background: url(../../media/images/loader1.gif) center no-repeat #fff;
}

/*======== NAVBAR ========*/
.navbar-custom.sticky .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
.navbar-custom {
    /*padding-top: 1rem;*/
    /*padding-bottom: 1rem;*/
}
header .navbar .navbar-toggler {
    border: 1px solid var(--gray) !important;
}
.navbar-brand {
    font-size: 30px;
    font-weight: 700;
    color: var(--white);
}

.sticky .navbar-brand {
    color: var(--black);
}
.navbar-brand:hover {
    color: var(--white);
}
.sticky .navbar-brand:hover {
    color: var(--black);
}
.navbar-custom .navbar-nav .nav-item .nav-link {
    font-weight: 600;
    font-size: 15px;
    line-height: 27px;
    text-transform: capitalize;
    color: var(--white);
    padding: 10px 0px 10px 25px;
}
.navbar-custom .navbar-nav .nav-item .nav-link:hover,
.navbar-custom.sticky .navbar-nav .nav-item .nav-link:hover {
    color: #ff7200;;
    transition: var(--transition);
    font-family: "Rubik" , sans-serif;
}
.navbar-custom .navbar-nav .nav-item .nav-link.active,
.navbar-custom.sticky .navbar-nav .nav-item .nav-link.active {
    color: #ff7200;;
    transition: var(--transition);
    
}

.sticky {
    left: 0;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: var(--white);
    color: var(--gray);
    z-index: 99999;
    box-shadow: 0px 0px 12px 0px #2d2d2d;
    -webkit-animation: fadeInDown 0.7s ease-in-out 0s 1 normal none running;
    animation: fadeInDown 0.7s ease-in-out 0s 1 normal none running;
    -webkit-transition: var(--transition);
    -moz-transition: var(--transition);
    transition: var(--transition);
    opacity: 1;
}
.navbar-custom.sticky .navbar-nav .nav-item .nav-link {
    color: var(--black);
}

/* ======================
     fadeInDown Keyframes
     ====================== */

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

/*====================================================== HOME BACKGROUND =====================================================*/

#home {
    min-height: 100vh;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.home-content {
    width: 100%;
    position: absolute;
    height: 100%;
}
.home-slider {
    height: 100vh;
    min-height: 100%;
    width: 100%;
    /* background-image: url(../../media/images/images/IMG_20181014_182728652.jpg); */
    position: relative;
    background-size: cover;
    background-position: center center;
}

/* .home-slider-1 {
  height: 100vh;
  min-height: 100%;
  width: 100%;
  background-image: url(../../media/images/images/IMG_20181014_182728652.jpg);
  position: relative;
  background-size: cover;
  background-position: center center;
}
.home-slider-2 {
  height: 100vh;
  min-height: 100%;
  width: 100%;
  background-image: url(../../media/images/images/JRCNadaswaraBrundam2.jpg);
  position: relative;
  background-size: cover;
  background-position: center center;
}
.home-slider-3 {
  height: 100vh;
  min-height: 100%;
  width: 100%;
  background-image: url(../../media/images/images/world.jpg);
  position: relative;
  background-size: cover;
  background-position: center center;
} */
.banner-slider button.owl-dot {
    height: 14px;
    width: 14px;
    margin: 0 5px;
    display: inline-block;
    border-radius: 50%;
    background: transparent;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    text-align: center;
    border: 2px solid var(--white);
}
.banner-slider button.owl-dot.active {
    background-color: orangered;
    border: 2px solid orangered;
}
.banner-slider .owl-dots {
    position: absolute;
    bottom: 10%;
    left: 8%;
    z-index: 999 !important;
}
.home-content-main {
    width: 100%;
    height: 100%;
    display: table;
    position: absolute;
    z-index: 11;
}
.banner-slider:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    /* background-color: rgba(0, 0, 0, 0.68); */
    top: 0;
    left: 0;
}
.table-cell {
    display: table-cell;
    vertical-align: middle;
}

/* Home Content */
.underline1 {
    /*width: 200px;*/
    width: 221px;
    height: 2px;
    background-color: orangered;
    margin: 0px;
    transition: var(--transition);
    z-index: 11111;
}
.underline2 {
    width: 15px;
    height: 15px;
    background-color: orangered;
    margin-top: -10px;
    transform: rotate(45deg);
    transition: var(--transition);
}

.home-text h2.section-heading {
    color: var(--white);
    font-size: 50px;
    line-height: 56px;
    margin-top: 200px;
    font-family: 'Rubik';
}
.home-text p.article {
    color: var(--white);
    line-height: 30px;
}

.home-background {
    width: 100%;
    height: 100vh;
}
.image-home {
    width: 100%;
    height: 100vh;
}

/*=========== ABOUT ===============*/

#about {
    width: 100%;
    background-color: var(--white);
    margin-top: 0px;
    position: relative;
    margin-bottom: 10px;
}

.creativity-grid {
    padding: 0px;
    background-color: var(--white);
    transition: 0.8s;
    overflow: hidden;
    position: relative;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    margin-right: 0px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 5px 0px #e4e4e4;
    margin-top: 10px;
}

.creativity-details {
    padding: 16px 18px;
}
.creativity-details h3 {
    margin: 0px 8px;
    font-size: 15px;
    letter-spacing: 1px;
    color: orangered;
    position: relative;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    font-weight: 600;
    margin: 0px;
    margin-top: 10px;
    margin-bottom: 16px;
}
.creativity-grid:hover .underline2 {
    transform: rotate(135deg);
}

.about-details {
    margin-left: 20px;
}
.creativity-details p {
    margin-top: 15px;
    margin-bottom: 0;
}

.about-row {
    margin-top: 70px;
    margin-left: 0px;
}
/* counter */
#counter-bg {
    background: url(../../media/images/sld_images/IMG_20220811_082245.jpg) 50% 0 no-repeat fixed;
    margin: 0;
    height: 100%;
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    padding: 100px 0px;
}
#counter-bg:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.68);
}
.single-coutnerup .count-num {
    font-weight: 700;
    display: block;
    font-size: 35px;
    color: var(--white);
    margin: 20px 0;
}

.single-coutnerup {
    text-align: center;
    position: relative;
    z-index: 111;
}
.single-coutnerup .title {
    color: var(--white);
    font-size: 16px;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-weight: 500;
    background: orangered;
    padding: 9px 10px;
    display: inline;
    border-radius: 20px;
    font-family: 'Rubik';
}

/*==== Schedule ======*/

.details-details {
    padding: 18px;
    margin-bottom: 25px;
    border: 1px solid #f6f1f1;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    background-color: var(--white);
    box-shadow: 0px 0px 2px 0px #c6c6c6;
}
.details-container .nav-tabs {
    border-bottom: 0;
}
.details-container .nav-tabs > li > a {
    margin-right: 11px;
    border: 1px solid #868686;
    border-radius: 5px;
    color: var(--black);
    cursor: default;
    background-color: transparent;
    font-size: 14px;
    padding: 7px 20px;
    transition: var(--transition);
    -webkit-transition: var(--transition);
    -moz-transition: var(--transition);
    -ms-transition: var(--transition);
    -o-transition: var(--transition);
}
.details-container .nav-tabs > li > a:hover {
    color: var(--white);
    cursor: default;
    cursor: pointer;
    background-color: orangered;
    border: 1px solid orangered;
}
.details-container .nav-tabs > li > a.active {
    color: var(--white);
    cursor: default;
    border: 1px solid transparent;
    background-color: orangered;
}

.details-container .tab-content {
    margin-top: 50px;
}

.day1-image {
    width: 100%;
    /*height: 400px;*/
    padding: 0px;
    /* background-image: url(../../media/images/images/IMG_20180122_163918498_HDR.jpg); */
    background-size: cover;
    background-position: center center;
}
.day2-image {
    width: 100%;
    height: 400px;
    padding: 0px;
    background-image: url(../../media/images/images/IMG_20180830_092752857.jpg);
    background-size: cover;
    background-position: center center;
}
.day3-image {
    width: 100%;
    height: 400px;
    padding: 0px;
    background-image: url(../../media/images/images/Hari\BaBu\Nadaswaram\in\Hyd.jpg);
    background-size: cover;
    background-position: center center;
}
.day4-image {
    width: 100%;
    height: 400px;
    padding: 0px;
    background-image: url(../../media/images/images/NKNR\Garden.jpg);
    background-size: cover;
    background-position: center center;
}
.day-text {
    margin: 0 10%;
}

#video {
    position: relative;
    width: 100%;
    margin-top: 100px;
    /* background-image: url(../../media/images/video.jpg); */
    background-size: cover;
    background-position: center 78%;
}
#video:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.68);
    top: 0;
    left: 0;
    z-index: 1;
}
.video-content {
    padding: 100px 0px;
    position: relative;
    z-index: 111;
}
.video-grid {
    display: flex;
    flex-direction: column;
}
.video-grid h2.section-heading {
    color: var(--white);
}
.video-icon {
    position: relative;
    margin-top: 60px;
    margin-bottom: 30px;
}
.play-icon {
    position: absolute;
    width: 80px;
    height: 80px;
    background: orangered;
    border-radius: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 82px;
    text-align: center;
    z-index: 111;
}
.play-icon i {
    font-size: 25px;
    color: #d9d9d9;
}

.video-grid .popup-video::after {
    content: "";
    position: absolute;
    right: -8%;
    top: -8%;
    height: 116%;
    width: 116%;
    border-radius: 50%;
    border: 6px solid #f21222;
    z-index: -1;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    animation: bulb 1.2s infinite forwards;
}

@keyframes bulb {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        opacity: 0.7;
    }
    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

/*=========================================================================== WORK ===============================================================*/

.work-details {
    margin-top: 30px;
}
.overlay {
    height: 100%;
    width: 100%;
    background-color: orangered;
    opacity: 0.68;
    position: absolute;
    z-index: 1;
    transform: scale(0);
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}
.overlay-main {
    width: 100%;
    height: 100%;
    display: table;
}
.work-icon {
    font-size: 32px;
    color: white;
    text-align: center;
}
.portfolio-wrapper:hover .overlay {
    transform: scale(1);
}
#filters {
    padding: 0;
    list-style: none;
    margin-bottom: 30px;
    width: 100%;
    margin: auto;
    margin-bottom: 55px;
}

#filters li {
    float: left;
    margin-right: 8px;
}

#filters li span {
    display: block;
    padding: 5px 15px;
    text-decoration: none;
    color: black;
    cursor: pointer;
    border: 1px solid #f5f5f5;
    border-radius: 5px;
}

#filters li span.active {
    background: #f31515;
    color: white;
    border: 1px solid #f31515;
    border-radius: 5px;
}

#portfolio-list .portfolio {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    margin: 0%;
    display: none;
    float: left;
    overflow: hidden;
    margin-right: 0%;
    margin-bottom: 0%;
}

.portfolio-wrapper {
    overflow: hidden;
    position: relative !important;
    background: #0f569c;
}

.portfolio img {
    max-width: 100%;
    position: relative;
    top: 0;
    -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
    width: 300px;
    height: 200px;
    left: 10px;
}
.portfolio-wrapper img {
    transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
}

.portfolio .text-category {
    display: block;
    font-size: 9px;
}

/* #Tablet (Portrait) */

/*  #Mobile (Portrait) - Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
    #ads {
        display: none;
    }
    .portfolio img {
        max-width: 100%;
        position: relative;
        top: 0;
        -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
        width: 300px;
        height: 70px !important;
    }
}

/* #Mobile (Landscape) - Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    #ads {
        display: none;
    }
}

/* #Clearing */

/* Self Clearing Goodness */
.container:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
    content: "\0020";
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.row:after,
.clearfix:after {
    clear: both;
}
.row,
.clearfix {
    zoom: 1;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

/*================================================================ FANCYBOX ===============================================================*/

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
    width: 500px;
    height: 200px;
    top: 150px !important;
    /* height: auto; */
    position: absolute;
    /* top: 123px; */
    left: 20px;
    opacity: 1;
    overflow: visible;
}

.fancybox-skin {
    position: relative;
    background: #f31515;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer,
.fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
    background-image: url("../../media/images/fancybox_sprite.png");
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    /* background: url("../media/images/fancybox_loading.gif") center center no-repeat; */
    background: url("../../media/images/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
    background: url("../../media/images/close.png") center center no-repeat;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url("../img/blank.html");
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

.fancybox-lock {
    overflow: visible !important;
    width: auto;
}

.fancybox-lock body {
    overflow: visible !important;
}

.fancybox-lock-test {
    overflow-y: visible !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: var(--black);
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.83);
}

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #fff;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    #fancybox-loading,
    .fancybox-close,
    .fancybox-prev span,
    .fancybox-next span {
        background-image: url("../../media/images/fancybox_sprite%402x.png");
        background-size: 44px 152px;
    }

    #fancybox-loading div {
        background-image: url("../../media/images/fancybox_loading%402x.gif");
        background-size: 24px 24px;
    }
}
#fancybox-buttons {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 8050;
}

#fancybox-buttons.top {
    top: 10px;
}

#fancybox-buttons.bottom {
    bottom: 10px;
}

#fancybox-buttons ul {
    display: block;
    width: 166px;
    height: 30px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    border: 1px solid #111;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
    -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
    background: rgb(50, 50, 50);
    background: -moz-linear-gradient(top, rgb(68, 68, 68) 0%, rgb(52, 52, 52) 50%, rgb(41, 41, 41) 50%, rgb(51, 51, 51) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(68, 68, 68)), color-stop(50%, rgb(52, 52, 52)), color-stop(50%, rgb(41, 41, 41)), color-stop(100%, rgb(51, 51, 51)));
    background: -webkit-linear-gradient(top, rgb(68, 68, 68) 0%, rgb(52, 52, 52) 50%, rgb(41, 41, 41) 50%, rgb(51, 51, 51) 100%);
    background: -o-linear-gradient(top, rgb(68, 68, 68) 0%, rgb(52, 52, 52) 50%, rgb(41, 41, 41) 50%, rgb(51, 51, 51) 100%);
    background: -ms-linear-gradient(top, rgb(68, 68, 68) 0%, rgb(52, 52, 52) 50%, rgb(41, 41, 41) 50%, rgb(51, 51, 51) 100%);
    background: linear-gradient(top, rgb(68, 68, 68) 0%, rgb(52, 52, 52) 50%, rgb(41, 41, 41) 50%, rgb(51, 51, 51) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 );
}

#fancybox-buttons ul li {
    float: left;
    margin: 0;
    padding: 0;
}

#fancybox-buttons a {
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-color: transparent;
    background-image: url("fancybox_buttons.html");
    background-repeat: no-repeat;
    outline: none;
    opacity: 0.8;
}

#fancybox-buttons a:hover {
    opacity: 1;
}

#fancybox-buttons a.btnPrev {
    background-position: 5px 0;
}

#fancybox-buttons a.btnNext {
    background-position: -33px 0;
    border-right: 1px solid #3e3e3e;
}

#fancybox-buttons a.btnPlay {
    background-position: 0 -30px;
}

#fancybox-buttons a.btnPlayOn {
    background-position: -30px -30px;
}

#fancybox-buttons a.btnToggle {
    background-position: 3px -60px;
    border-left: 1px solid #111;
    border-right: 1px solid #3e3e3e;
    width: 35px;
}

#fancybox-buttons a.btnToggleOn {
    background-position: -27px -60px;
}

#fancybox-buttons a.btnClose {
    border-left: 1px solid #111;
    width: 35px;
    background-position: -56px 0px;
}

#fancybox-buttons a.btnDisabled {
    opacity: 0.4;
    cursor: default;
}
#fancybox-thumbs {
    position: fixed;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 8050;
}

#fancybox-thumbs.bottom {
    bottom: 2px;
}

#fancybox-thumbs.top {
    top: 2px;
}

#fancybox-thumbs ul {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

#fancybox-thumbs ul li {
    float: left;
    padding: 1px;
    opacity: 0.5;
}

#fancybox-thumbs ul li.active {
    opacity: 0.75;
    padding: 0;
    border: 1px solid #fff;
}

#fancybox-thumbs ul li:hover {
    opacity: 1;
}

#fancybox-thumbs ul li a {
    display: block;
    position: relative;
    overflow: hidden;
    border: 1px solid #222;
    background: #111;
    outline: none;
}

#fancybox-thumbs ul li img {
    display: block;
    position: relative;
    border: 0;
    padding: 0;
    max-width: none;
}

/*=================================================== SERVICE ==========================================*/

#service {
    width: 100%;
    background-color: white;
    margin-top: 0px;
    position: relative;
}
#service-content {
    background: url(../../media/images/service.jpg) 50% 0 no-repeat fixed;
    margin: 0;
    height: 100%;
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 70px;
}
#service-content:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.94);
    top: 0;
    left: 0;
    z-index: 1;
}
.service-grid {
    width: 100%;
    margin-top: 0px;
    position: relative;
    z-index: 11111;
}

.service-title p.article {
    margin-bottom: 0;
}
.service-row {
    margin-top: 50px;
}
.service-details {
    padding: 0px;
    margin-bottom: 30px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    background-color: white;
    overflow: hidden;
    position: relative;
}

.service-details:hover .underline2 {
    transform: rotate(135deg);
}
.media {
    position: relative;
    z-index: 111;
    margin: 0px;
    padding: 30px 20px;
}
.media-body h3 {
    margin: 16px 0px;
    font-size: 19px;
    letter-spacing: 1px;
    color: #3b3b3b;
    position: relative;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    margin-bottom: 0px;
    margin: 0px;
    margin-bottom: 18px;
}
.media-body p {
    color: #1a1a1a;
    font-size: 16px;
    line-height: 23px;
    margin-top: 10px;
    letter-spacing: 1px;
    margin-bottom: 0px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}
.media-left,
.media > .pull-left {
    padding-right: 20px;
}
.service-icon {
    font-size: 22px;
    color: white;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    text-align: center;
    background-color: #f31515;
    height: 40px;
    width: 40px;
    line-height: 41px;
    border-radius: 5px;
}

.white {
    background-color: white;
}
.service-hover {
    position: absolute;
    background-color: orangered;
    height: 0%;
    width: 100%;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}
.service-details:hover .service-hover {
    height: 100%;
}
.service-details:hover .service-icon {
    color: #f31515;
    background-color: white;
}
.service-details:hover h3 {
    color: white;
}
.service-details:hover p {
    color: white;
}
.service-details:hover .underline1 {
    background-color: white;
}
.service-details:hover .underline2 {
    background-color: white;
}
.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top;
    overflow: visible;
}

/*-------------------- PRICIING ------------------*/

#pricing {
    height: auto;
    width: 100%;
    background-color: white;
}
.pricing-content {
    padding-bottom: 70px;
}

.price-title p.article {
    margin-bottom: 0;
}
.white {
    background-color: white;
}
.price-grid {
    margin-top: 0px;
}
.price-pack {
    position: relative;
    margin: 0px 0px;
    padding: 45px 0px;
    background-color: white;
    transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    margin-right: 0px;
    box-shadow: 0px 0px 6px 0px #d4d4d4;
    margin-bottom: 30px;
    padding-top: 0px;
}

.price-pack-head {
    padding: 100px 0px;
    padding-bottom: 0px;
    position: relative;
}
.price-pack-head:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.41);
    top: 0;
    left: 0;
    z-index: 1;
}
.price-pack-head1 {
    background-image: url(../../media/images/price1.jpg);
    background-position: center center;
    background-size: cover;
}
.price-pack-head2 {
    background-image: url(../../media/images/price2.jpg);
    background-position: center center;
    background-size: cover;
}
.price-pack-head3 {
    background-image: url(../../media/images/price3.jpg);
    background-position: center center;
    background-size: cover;
}
.price-pack-head h3 {
    margin: 0px;
    color: white;
    padding-top: 0px;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 2px;
    transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    margin-top: 0px;
    padding: 11px 30px;
    background-color: #f31515;
    position: relative;
    z-index: 111;
}
.price-pack-head p {
    margin: 0px;
    font-size: 18px;
    margin-top: 0px;
    color: #f31515;
    padding: 0px 30px;
    position: relative;
    z-index: 111;
}
.price-pack-head p span {
    font-size: 54px;
    color: white;
    font-weight: 900;
    font-family: "Roboto", serif;
}
.price-pack-body {
    margin-top: 16px;
    padding-bottom: 10px;
    padding: 0px 30px;
}
.price-pack-body ul {
    padding: 0px;
    display: inherit;
    list-style: none;
    position: relative;
    margin-bottom: 41px;
}
.price-pack-body ul li {
    border-bottom: 1px solid #efefef;
    padding: 13px 0px;
    font-size: 16px;
    color: #4d4d4d;
}
.price-pack-body ul li:first-child {
    border-top: 1px solid #efefef;
}

/*================================================================ TEAM ===============================================================*/

#team {
    width: 100%;
    background-color: #f6f6f6;
    margin-top: 0px;
    position: relative;
}

.team-row {
    margin-top: 50px;
}

.team-title p.article {
    margin-bottom: 0;
}
.corporate-team {
    position: relative;
    margin-bottom: 30px;
}
.corporate-team:hover .overlay {
    transform: scale(1);
}
.corporate-team:hover h2 {
    transform: translateY(0px);
}
.corporate-team:hover p {
    transform: translateY(0px);
}
.corporate-team:hover .team-details {
    background-color: black;
}
.corporate-team:hover .team-icon-grid {
    transform: translateY(0px);
}

.team-member {
    position: relative;
    overflow: hidden;
    margin: 0px;
}
.team-img {
    width: 100%;
    height: 325px;
    padding: 0px;
    transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    border: 0px solid white;
    box-shadow: 0px 0px 4px 0px #d7d7d7;
}
.team-details {
    padding: 23px 20px;
    background-color: orangered;
    margin-top: 10px;
    position: relative;
    z-index: 11111;
    transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
}
.team-details h3 {
    margin: 0px;
    font-size: 20px;
    color: white;
    font-weight: 700;
    margin-top: 0px;
    font-family: "Roboto", serif;
}
.team-member h2 {
    margin: 0px;
    font-size: 26px;
    color: white;
    margin-top: 0px;
    transform: translateY(-550px);
    transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition-delay: 0.2s;
    margin-left: 20px;
}
.team-member p {
    margin: 0px;
    font-size: 17px;
    color: black;
    line-height: 24px;
    margin: 0px 20px;
    margin-top: 10px;
    margin-bottom: 15px;
    transform: translateY(-550px);
    transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition-delay: 0.2s;
}
.team-icon {
    margin-top: 3px;
    transition: 0.3s;
    position: relative;
    z-index: 1;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    margin-left: 20px;
}
.team-social {
    padding-left: 0px;
    display: inline-flex;
    list-style: none;
    margin: 0px;
}
.team-social li {
    margin: 0px;
}
.team-social li a {
    font-size: 17px;
    color: #f31515;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    text-align: center;
    margin-right: 11px;
    float: left;
    height: 30px;
    width: 30px;
    background-color: white;
    border-radius: 5px;
    line-height: 30px;
}
.team-social li a:hover {
    color: black;
    background-color: white;
}

.team-icon-grid {
    width: 100%;
    background-color: transparent;
    position: relative;
    margin-top: 20px;
    transform: translateY(250px);
    transition: 0.8s;
    -o-transition: 0.8s;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -ms-transition: 0.8s;
    transition-delay: 0.6s;
}

.message1 {
    margin-top: 70px;
}
#message-content1 {
    background: url(../../media/images/images/SLD.jpg) 50% 0 no-repeat fixed;
    margin: 0;
    height: 100%;
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    padding: 100px 0px;
}
#message-content1:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.68);
}
.message1-client {
    position: relative;
    z-index: 1111;
    text-align: center;
}
.message1-client .underline1 {
    margin: auto;
}
.message1-client .underline2 {
    margin: 0 auto;
    margin-top: -10px;
}
.message1-client .about-contact1 {
    margin-right: 0;
}
.message1-client h2.section-heading {
    color: var(--white);
}
.message1-client p.article {
    font-size: 27px;
    color: var(--white);
    letter-spacing: 2px;
}

/*============================================================= TESTIMONIAL ================================================================*/

.testimonial-details {
    background: url(../../media/images/test.jpg) 50% 0 no-repeat;
    margin: 0;
    height: 100%;
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    padding: 100px 0;
    background-size: cover;
}
.testimonial-details:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.64);
}

.quote {
    color: rgba(0, 0, 0, 0.1);
    text-align: center;
    margin-bottom: 20px;
}

.testimonial-slider {
    z-index: 999;
}
.testimonial-slider blockquote {
    text-align: center;
    border: none;
}
.item blockquote p {
    font-size: 17px;
    color: #2d2d2d;
    margin-bottom: 0px;
    line-height: 25px;
    position: relative;
    text-align: left;
}
.item blockquote p span {
    font-size: 23px;
    color: orangered;
    position: relative;
    line-height: 44px;
}
.item {
    height: auto;
}

.circle-img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.profile-circle {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    margin-bottom: 9px;
    margin-top: 10px;
}
.testimonial-slider .owl-dots {
    position: absolute;
}
.testimonial-slider button.owl-dot {
    height: 12px;
    width: 12px;
    margin: 0 5px;
    display: inline-block;
    border-radius: 50%;
    background: orangered;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    text-align: center;
}
.testimonial-slider button.owl-dot.active {
    height: 15px;
    width: 15px;
}

/*============================================================== BLOG =====================================================================*/

#blog {
    height: auto;
    width: 100%;
    background-color: white;
}

.blog-title {
}

.blog-title p.article {
    margin-bottom: 0;
}

.blog-main {
    box-shadow: 0px 0px 5px 0px #d2d2d2;
    padding-bottom: 49px;
    margin-bottom: 30px;
}
.blog-img {
    width: 100%;
    height: auto;
}
.blog-head {
    padding-left: 20px;
    margin-top: 20px;
}
.blog-head h2 {
    margin: 0px;
    margin-bottom: 30px;
    font-size: 17px;
    background-color: #f31515;
    color: white;
    padding: 14px 30px;
    line-height: 22px;
    margin-top: -46px;
    position: relative;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.blog-head a {
    color: #f31515;
    font-size: 24px;
    text-decoration: none;
}
.blog-head a:hover {
    color: black;
    text-decoration: none;
}
.blog-middle {
    display: inline-flex;
    padding-left: 20px;
    margin-top: 12px;
}
.blog-middle h4 {
    margin: 0px;
    font-size: 15px;
    margin-left: 7px;
    margin-right: 15px;
}
.blog-icon {
    color: black;
    margin-top: 1px;
}
.blog-bottom {
    margin-top: 25px;
    padding-left: 20px;
    padding-right: 20px;
}
.blog-bottom p {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 40px;
}
.blog-top {
    margin-top: 12px;
}

/*============================================================== CONTACT =====================================================================*/

#contact {
    width: 100%;
    background-color: white;
    margin-top: 0px;
    position: relative;
}

#contact-content {
    /* background: url(../../media/images/contact.jpg) 50% 0 no-repeat fixed; */
    margin: 0;
    height: 100%;
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    padding: 100px 0px;
    padding-bottom: 0px;
    background-color: #272727;
}
#contact-content:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    /*background-color: rgba(0, 0, 0, 0.68);*/
}
.contact-grid {
    position: relative;
    z-index: 111;
}

.contact-title {
    padding-top: 0px;
}
.contact-title h3 {
    font-size: 32px;
    font-family: "Roboto", serif;
    letter-spacing: 2px;
    color: #333;
    font-weight: 700;
    margin-top: 50px;
    padding: 0px;
    margin-bottom: 18px;
}

.contact-title p {
    font-size: 17px;
    letter-spacing: 1px;
    color: #1a1a1a;
    padding: 0px;
    line-height: 27px;
    margin-top: 12px;
}
.contact-row {
    margin-top: 50px;
}
.contact-form-details {
    margin-top: 0px;
    padding-bottom: 0px;
}
.contact-form {
    width: 100%;
    margin: auto;
}
.form-group {
    margin-bottom: 20px;
}

.form-control:enabled {
    box-shadow: none;
    border: 1px solid #c8c8c8;
    font-size: 12px;
    font-family: rubik;
}
.has-error .form-control {
    border-color: #000;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.contact-container {
    background-color: var(--white);
    border: 1px solid var(--white);
    padding: 50px;
}
.contact-form-details {
    margin-top: 0px;
    padding-bottom: 0px;
}
.contact-form {
    /*width: 100%;*/
    /*margin: auto;*/
    /*margin-top: 50px;*/
    width: 120%;
    margin: auto;
    margin-top: 36px;
}
.has-error .help-block {
    color: #ff0000;
    text-align: left;
}
.has-error .form-control:enabled {
    border: 1px solid #d4d4d4;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 18px;
    font-style: bold;
    color: white;
    font-weight: 600;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    width: 150px;
    height: 50px;
}
.btn-success.disabled {
    background-color: orangered;
    border-color: orangered;
    color: white;
    cursor: not-allowed;
}
.btn.disabled:hover {
    background-color: white;
    border-color: orangered;
    color: orangered;
    cursor: not-allowed;
}
.btn-success:hover {
    cursor: pointer;
    background-color: #f31515;
    border-color: #f31515;
    color: white;
}
.btn-success {
    background-color: #f31515;
    border-color: #f31515;
    color: white;
}
.text-danger {
    color: black;
    position: relative;
    width: 100%;
    text-align: left;
}
.text-success {
    color: black;
    position: absolute;
    width: 100%;
    text-align: left;
}
.hidden {
    display: none !important;
    color: #2a99cc;
}
.contact-colamn {
    padding-top: 0px;
}
.contact-col-grid {
    background-color: rgba(0, 0, 0, 0.27);
    padding: 27px 26px;
    margin: 0px;
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
    border: 1px solid #3c3c3c;
}
.contact-icon {
    font-size: 19px;
    color: white;
    position: relative;
    margin-left: 0px;
    margin-top: 0px;
    background-color: orangered;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 48px;
    border-radius: 5px;
    border: 2px solid white;
}
.contact-row {
    margin-top: 100px;
    margin-bottom: 80px;
}
.contact-col-grid h3 {
    font-size: 29px;
    color: #ff7200;
    position: relative;
    margin-top: 15px;
    font-family: "Roboto", serif;
    margin-bottom: 19px;
}

.contact-col-grid p {
    font-size: 17px;
    color: white;
    line-height: 23px;
    position: relative;
    margin-top: 15px;
}
.contact-col-grid a {
    color: white;
}
.contact-col-grid a:hover {
    color: #ff6f00;
}
.map {
    width: 100%;
    height: 600px;
}

.map-wrap {
    position: relative;
}

.overlay-map {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 11;
}
.copyright-details {
    background-color: #f31515;
}

.form-control::-webkit-input-placeholder {
    color: black;
}
.form-control:-moz-placeholder {
    color: black;
}
.form-control::-moz-placeholder {
    color: black;
}
.form-control:-ms-input-placeholder {
    color: black;
}
/*---------- Footer Wrapper css start -------*/
.ast_footer_wrapper {
    float: left;
    width: 100%;
    background-color: #222222;
    position: ;
    bottom: 0;
    z-index: -1;
}
.ast_footer_info {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}
.ast_footer_info img {
    display: inline-block;
    margin-bottom: 15px;
}
.ast_footer_info p {
    float: left;
    width: 100%;
    color: #ffffff;
    margin-bottom: 20px;
}
.ast_footer_info ul {
    float: left;
    width: 100%;
    margin: 11px 0px 0px 0px;
    padding: 0px;
}
.ast_footer_info ul li {
    display: inline-block;
    width: auto;
    list-style: none;
}
.ast_footer_info ul li a {
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
    text-align: center;
    background-color: #777777;
    margin: 5px;
    color: #ffffff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_footer_info ul li a:hover {
    background-color: #ff6f00;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.widget.text-widget {
    float: left;
    width: 100%;
    margin-bottom: 70px;
}
.widget-title {
    float: left;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 25px;
    font-size: 20px;
    color: #ffffff;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 15px;
    z-index: 9999;
}
.ast_newsletter {
    float: left;
    width: 100%;
}
.ast_newsletter p {
    float: left;
    width: 100%;
    color: #ffffff;
    margin-bottom: 25px;
}
.ast_newsletter_box {
    float: left;
    width: 100%;
}
.ast_newsletter_box input {
    float: left;
    width: calc(100% - 65px);
    height: 45px;
    padding: 0px 15px;
    border: 1px solid #ffffff;
    border-right: 0px;
    color: #ffffff;
    border-radius: 3px 0px 0px 3px;
    background-color: transparent;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_newsletter_box input:hover,
.ast_newsletter_box input:focus {
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_newsletter_box input::-webkit-input-placeholder {
    color: #ffffff;
}
.ast_newsletter_box input::-moz-placeholder {
    color: #ffffff;
}
.ast_newsletter_box input:-ms-input-placeholder {
    color: #ffffff;
}
.ast_newsletter_box input:-moz-placeholder {
    color: #ffffff;
}
.ast_newsletter_box button {
    float: right;
    width: 65px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #ff6f00;
    border: 1px solid #ffffff;
    border-radius: 0px 3px 3px 0px;
    padding: 0px;
    background-color: transparent;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_newsletter_box button:hover,
.ast_newsletter_box button:focus {
    background-color: #ff6f00;
    color: #ffffff;
    border: 1px solid #ff6f00;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_servicelink {
    float: left;
    width: 100%;
}
.ast_servicelink ul {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
}
.ast_servicelink ul li {
    float: left;
    width: 100%;
    list-style: none;
}
.ast_servicelink ul li a {
    float: left;
    width: 100%;
    color: #ffffff;
    text-transform: capitalize;
    padding: 5px 0px 7px 0px;
    border-bottom: 1px solid #444444;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_servicelink ul li:first-child a {
    padding-top: 0px;
}
.ast_servicelink ul li:last-child a {
    padding-bottom: 0px;
    border-bottom: 0px;
}
.ast_servicelink ul li a:hover {
    color: #ff6f00;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_sociallink {
    float: left;
    width: 100%;
}
.ast_sociallink ul {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
}
.ast_sociallink ul li {
    float: left;
    width: 100%;
    list-style: none;
}
.ast_sociallink ul li a {
    float: left;
    width: 100%;
    color: #ffffff;
    text-transform: capitalize;
    padding: 5px 0px 7px 0px;
    border-bottom: 1px solid #444444;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_sociallink ul li:first-child a {
    padding-top: 0px;
}
.ast_sociallink ul li:last-child a {
    padding-bottom: 0px;
    border-bottom: 0px;
}
.ast_sociallink ul li a:hover {
    color: #ff6f00;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_gettouch {
    float: left;
    width: 100%;
}
.ast_gettouch ul {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
}
.ast_gettouch ul li {
    float: left;
    width: 100%;
    list-style: none;
    margin-bottom: 15px;
    font-size: 22px;
}
.ast_gettouch ul li:last-child {
    margin-bottom: 0px;
}
.ast_gettouch ul li i {
    float: left;
    width: 30px;
    color: #ff6f00;
    font-size: 24px;
    padding-top: 11px;
}
.ast_gettouch ul li p {
    float: right;
    width: calc(100% - 30px);
    color: #ffffff;
    margin-bottom: 0px;
    font-size: 15px;
}
.ast_gettouch ul li a {
    float: left;
    /* width: calc(60% - 30px); */
    color: #ffffff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 15px;
}
.ast_gettouch ul li a:hover {
    color: #ff6f00;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_copyright_wrapper {
    float: left;
    width: 100%;
    text-align: center;
    border-top: 1px dotted #ffffff;
    padding-top: 20px;
}
.ast_copyright_wrapper p {
    float: left;
    width: 100%;
    margin-bottom: 0px;
    text-transform: capitalize;
    color: #ffffff;
}
.ast_copyright_wrapper p a {
    font-weight: 700;
    color: #ff6f00;
}
.custom_form {
    /* width: 28%; */
    /* background-color: #ffffff; */
    padding: 0px 50px 0px 50px;
    margin: 0 0 0 auto;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 3px;
    /* -webkit-box-shadow: 0px 0px 30px -10px #000000;
  -moz-box-shadow: 0px 0px 30px -10px #000000;
  -o-box-shadow: 0px 0px 30px -10px #000000;
  -ms-box-shadow: 0px 0px 30px -10px #000000;
  box-shadow: 0px 0px 30px -10px #000000; */
    opacity: 0.9;
}
.custom_form label {
    text-align: left;
    width: 100%;
    text-transform: capitalize;
    color: #333333;
    font-weight: 600;
    border-radius: 3px;
}

.custom_form input,
select,
.custom_form textarea {
    float: left;
    width: 100%;
    height: 45px;
    padding: 0px 15px;
    border: 1px solid #e1e1e1;
    margin-bottom: 15px;
}
.ast_btn {
    display: inline-block;
    height: 45px;
    line-height: 43px;
    padding: 0px 20px;
    min-width: 130px;
    background-color: black;
    color: #ffffff;
    text-transform: capitalize;
    border: 1px solid #ff6f00;
    border-radius: 3px;
    text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin-top: 10px;
}
.ast_btn:hover,
.ast_btn:focus {
    background-color: transparent;
    color: #ff6f00;
    border: 1px solid #ff6f00;
    outline: none;
    box-shadow: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.widget.text-widget {
    float: left;
    width: 100%;
    margin-bottom: 70px;
}
.widget-title {
    float: left;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 25px;
    font-size: 20px;
    color: #ffffff;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 15px;
}
/*---------- Footer Wrapper css end -------*/
/*------- sidebar start ---------*/
.sidebar_wrapper {
    float: left;
    width: 100%;
    background-color: #ffffff;
    margin-bottom: 30px;
}
.sidebar_wrapper ul {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
}
.sidebar_wrapper ul li {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
    list-style: none;
    padding-left: 10px;
}
.sidebar_wrapper ul li:last-child {
    margin-bottom: 10px;
}
.sidebar_wrapper ul li a {
    text-decoration: none;
    text-transform: capitalize;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.sidebar_wrapper ul li a:hover {
    color: #ff6f00;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.sidebar_wrapper .widget-title {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 0px;
    position: relative;
    padding-bottom: 10px;
    text-transform: capitalize;
    color: #222222;
}
.widget-title:after {
    content: "";
    position: absolute;
    bottom: 0%;
    left: 0%;
    width: 70px;
    background-color: #ff6f00;
    height: 2px;
}
.widget.widget_search {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.widget_search input {
    border: 1px solid #e1e1e1;
    box-shadow: none;
    border-right: none;
    color: #222222;
    padding: 0px 15px;
    height: 50px;
    float: left;
    width: calc(100% - 50px);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.widget_search input:focus {
    outline: 0px;
    box-shadow: none;
    border: 1px solid #e1e1e1;
    border-right: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.widget_search button {
    border: 1px solid #e1e1e1;
    background-color: #e1e1e1;
    border-left: none;
    border-radius: 0px;
    font-size: 15px;
    height: 50px;
    float: left;
    width: 50px;
    text-align: center;
    color: #222222;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.widget_search button:hover,
.widget_search button:focus {
    border: 1px solid #ff6f00;
    background-color: #ff6f00;
    color: #ffffff;
    border-left: none;
    outline: none;
    box-shadow: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.widget.widget_categories {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.widget.widget_archive {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.widget.widget_recent_entries {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.widget.widget_tag_cloud {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.widget_tag_cloud a {
    float: left;
    padding: 10px 15px;
    margin: 0px 6px 6px 0px;
    text-decoration: none;
    text-transform: capitalize;
    border: 1px solid #e1e1e1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.widget_tag_cloud a:hover {
    color: #ff6f00;
    border: 1px solid #ff6f00;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.widget.widget_button {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.widget_button a {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 16px;
    z-index: 1;
    padding: 12px 0px;
    text-transform: capitalize;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.widget_button a:hover {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    box-shadow: none;
}
/*------- sidebar end ---------*/
.custom-contact h4 {
    /* background-color: #4f5a5e;
  opacity: 0.7;
  z-index: 11; 
  */
    color: white;
}
.custom-contact {
    width: 70%;
}

/*----Breadcrumb Start-----------*/
.ast_pagetitle {
    /* float: left; */
    width: 100%;
    /*background-color: #272727;*/
    position: relative;
    /*background-attachment:fixed;*/
    background-size: cover;
    color: #ffffff;
    padding: 110px 0px 260px 0px;
    /*background-image: url(media/images/images/background.jpg);*/
    /*background-image:url(media/images/images/background.jpg);*/
    background-position: center top;
    background-repeat: no-repeat;
    text-align: center;
}
.page_title h2 {
    float: left;
    width: 100%;
    color: #ffffff;
    margin: 0px;
    font-size: 36px;
    text-transform: capitalize;
}
.ast_pagetitle .breadcrumb {
    display: inline-block;
    padding: 0px;
    width: auto;
}
.ast_pagetitle ul.breadcrumb {
    margin: 0px;
    padding: 0px;
    background-color: transparent;
}
.ast_pagetitle ul.breadcrumb li {
    display: inline-block;
    width: auto;
    list-style: none;
    padding-top: 5px;
}
.ast_pagetitle ul.breadcrumb li a {
    color: #ffffff;
    font-size: 18px;
    padding: 0px 10px;
    text-decoration: none;
    text-transform: capitalize;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_pagetitle ul.breadcrumb li:first-child a {
    padding-left: 0px;
}
.ast_pagetitle ul.breadcrumb li:last-child a {
    padding-right: 0px;
}
.ast_pagetitle ul.breadcrumb li:hover a {
    color: #ff6f00;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_pagetitle ul.breadcrumb li:last-child a {
    color: #ff6f00;
    /*cursor: text;*/
    cursor:pointer;
}
.ast_pagetitle ul.breadcrumb li i {
    font-size: 10px;
    border: 1px solid #ffffff;
    border-radius: 3px;
    padding: 3px 5px 3px 4px;
}
.ast_pagetitle ul.breadcrumb > li + li:before {
    display: none;
}
.events {
    width: 400px;
    height: 200px;
}
.creativity-img img {
    width: 100%;
    /*width: 215px;*/
    height: 175px;
}
.about_back {
    background-image: url(media/images/images/background.jpg);
}
/*--------Breadcrumb End-----------*/

/*Scrollbar width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ff7200;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #b30000;
}
.custom_img{
    max-width: 100%;
    height: auto;
    /*height: 439px;*/
    
}
