@font-face {
    font-family: "bodoni svtytwo sc itc tt book";
    src: url(../fonts/bodoni-svtytwo-sc-itc-tt-book.ttf);
}

body {
    font-family: "Poppins", sans-serif;
    color: #0c0c0c;
    background-color: #dbdbdb;
    overflow-x: hidden;
    /* background-image: url(../images/body-bg.jpg); */
    /* background-size: cover; */
    /* overflow: hidden; */
    /* height: 100%; */
}
.text-sm {
    font-size: 13px;
}
.slick-next {
    right: 0px !important;
    z-index: 99;
}
.slick-prev {
    left: 0px !important;
    z-index: 99;
}
.slick-next:before, .slick-prev:before {
    color: #ff6f00 !important;
font-size: 30px;
}
.layout_padding {
    padding: 90px 0;
}

.layout_padding2 {
    padding: 75px 0;
}

.layout_padding2-top {
    padding-top: 75px;
}

.layout_padding2-bottom {
    padding-bottom: 75px;
}

.layout_padding-top {
    padding-top: 90px;
}

.layout_padding-bottom {
    padding-bottom: 90px;
}

.card {
    border-radius: 30px;
    background: #ff6f00c9 !important;
}

.form-control {
    border: 1px solid #dedede !important; 
    padding: 12px 12px !important;
    height: 48px;
}

.form-group select {
    padding: 9px 12px;
    height: 50px;
}

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

.bg-primary {
    background-color: #ff6f00 !important;
}

.bg-gray {
    background-color: #f2f2f2 !important;
}

.btn-default {
    background-color: #ff6f00 !important;
    border-radius: 6px;
    padding: 10px 30px;
    max-width: 200px;
    min-width: 120px;
}

.border-primary {
    border-color: #ff6f00 !important;
}

.text-primary {
    color: #ff6f00 !important;
}

.rounded-xl {
    border-radius: 22px;
}

.form-section-title {
    margin-bottom: 17px;
    padding: 6px 0px;
    border-bottom: 3px solid #ff6f00;
    font-weight: 600;
    color: #ff6f00;
    font-size: 20px;
}

.btn-primary {
    text-align: center;
    display: inline-block;
    padding: 8px 25px;
    background-color: #ff6f00;
    color: #fff;
    border-radius: 45px !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #ff6f00;
    outline: none;
}

.btn-primary:hover {
    background-color: #000;
    color: #ff6f00;
}

.btn-outline-primary {
    text-align: center;
    display: inline-block;
    padding: 10px 25px;
    background-color: #fff;
    color: #ff6f00;
    border-radius: 45px !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #ff6f00;
    outline: none;
}

.btn-outline-primary:hover {
    background-color: transparent;
    background: #ff6f00;
    color: #fff;
}

.btn-secondary {
    text-align: center;
    display: inline-block;
    padding: 10px 25px;
    background-color: #ffe537;
    color: #fff;
    border-radius: 45px !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #ffe537;
    outline: none;
}

.btn-secondary:hover {
    background-color: transparent;
    color: #ffe537;
}

.heading_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.heading_container h2 {
    font-size: 2.5rem;
    position: relative;
    font-weight: bold;
    margin-bottom: 0;
    font-family: "bodoni svtytwo sc itc tt book", sans-serif;
    font-weight: 400;
    padding-bottom: 7px;
}

.heading_container h2::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 75px;
    height: 5px;
    background-color: #ff5a00;
}

.heading_container.heading_center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.box-img {
    width: 100%;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

a:hover,
a:focus {
    color: initial;
}

.btn,
.btn:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* home slide */
/* .home-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background: #ff5a00;
  height: 100vh;
} */
.slider-content {
    position: relative;
    padding: 50px 0px;
    color: #fff;
    position: absolute;
    top: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    background: #0000007a;
}

.slider-content .content {
    background: #ff6f00d1;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0px;
    padding: 25px 0px;
}

.slider-content h3 {
    font-weight: 600;
    font-size: 40px;
}

.carousel-inner img {
    height: 600px;
}

/*header section*/
.hero_area_plane {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #dbdbdb;
    min-height: 100vh;
}

.hero_area {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: url(../images/students.jpg);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    min-height: 100vh;
}

.hero_area_overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* background: #ff6f00cf; */
    /* background: rgba(72, 85, 254, 0.95); */
    background: rgb(10 10 10 / 68%);
    z-index: 0;
}

.sub_page .hero_area {
    background-size: cover;
    background-position: top;
}

.header_section {
    padding: 7px 0;
    background: #fff;
    z-index: 99;
}

.custom_nav-container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
}

.navbar-brand {
    margin: 0;
}

.navbar-brand span {
    font-size: 18px;
    font-weight: 400;
    color: #3e78c3;
}
.navbar-brand .logo-main{
width:45px;
margin-right:10px
}

.User_option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: 75px;
}

.User_option a {
    color: #ffffff;
    margin-left: 15px;
}

.User_option .form-inline {
    position: relative;
    margin-left: 25px;
}

.User_option .form-inline input {
    display: none;
}

.User_option .form-inline button {
    color: #ffffff;
}

.custom_menu-btn button {
    outline: none;
    border: none;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.custom_menu-btn button img {
    width: 60px;
}

.menu_btn-style {
    position: fixed;
    right: 15px;
    top: 29px;
    padding: 5px;
    height: 70px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    background-color: #ffffff;
    overflow-x: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.overlay .closebtn {
    position: absolute;
    top: 0;
    right: 30px;
    font-size: 60px;
}

.overlay a {
    padding: 0px;
    text-decoration: none;
    font-size: 18px;
    color: #404040;
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: 17px;
    font-weight: 600;
    opacity: 0;
}

.overlay a:hover {
    margin-left: 5px;
}

.overlay-content {
    position: relative;
    top: 30%;
    width: 100%;
    text-align: left;
    margin-top: 60px;
}

.menu_width {
    width: 20%;
}

.menu_width.overlay a {
    opacity: 1;
}

.closeButton {
    background: transparent;
    border: none;
    margin-top: 15px;
    margin-right: 10px;
}

.closeButton:focus {
    outline: none;
}

.closeButton svg {
    color: #000;
    height: 40px;
    width: 40px;
}

.openButton {
    background: transparent;
    border: none;
    margin-right: 20px;
}

.openButton svg {
    color: #000;
    height: 45px;
    width: 45px;
}


/*end header section*/
/* slider section */
.slider_section {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 75px;
    padding-bottom: 50px;
    position: relative;
}

.slider_section .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.slider_section #customCarousel1 {
    width: 100%;
    position: unset;
}

.slider_section .detail-box {
    color: #ffffff;
    text-align: center;
}

.slider_section .detail-box h1 {
    font-size: 4rem;
    font-weight: bold;
    margin-bottom: 15px;
    font-family: "bodoni svtytwo sc itc tt book", sans-serif;
    font-weight: 400;
}

.slider_section .detail-box h1 span {
    color: #ff6f00;
}

.slider_section .find_container .form-row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.slider_section .find_container form .form-group {
    margin: 15px 0;
}

.slider_section .find_container form .form-control {
    width: 100%;
    background-color: transparent;
    border: none;
    height: 45px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 5px;
    padding: 0 15px;
    background-color: #ffffff;
    border-radius: 45px;
    position: relative;
}

.slider_section .find_container form .location_icon {
    position: absolute;
    right: 25px;
    top: 10px;
    color: #eaeae8;
}

.slider_section .find_container form .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.btn-box button.btn {
    text-align: center;
    display: inline-block;
    padding: 10px 25px;
    background-color: #ffe537;
    color: #000000;
    border-radius: 45px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #ffe537;
    outline: none;
}

.btn-box button.btn:hover {
    background-color: transparent;
    color: #ffe537;
}

.slider_section .slider_container {
    margin-top: 150px;
    position: absolute;
    z-index: 2;
    bottom: 0;
    width: 100%;
}

.slider_section .slider_container .slick-list {
    width: 80%;
    margin: auto;
}

.slider_section .slider_container .img-box {
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-left: 10px;
    margin-right: 10px;
}

.slider_section .slider_container .img-box img {
    width: 100%;
    border: 10px solid #1a1a19;
    border-radius: 100%;
}

.slider_section .slider_container .slick-active .img-box {
    margin-top: 45px;
}

.slider_section .slider_container .slick-active+.slick-active .img-box {
    margin-top: 0;
}

.slider_section .slider_container .slick-active+.slick-active+.slick-active .img-box {
    margin-top: 0;
}

.slider_section .slider_container .slick-active+.slick-active+.slick-active+.slick-active .img-box {
    margin-top: 45px;
}

.slider_section .slider_container .slick-prev,
.slider_section .slider_container .slick-next {
    width: 45px;
    height: 45px;
    line-height: 45px;
    background-color: #ffe537;
    border-radius: 100%;
    font-size: 12px;
    color: #000000;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: none;
    outline: none;
    position: absolute;
    top: 72%;
    margin: 0;
}

.slider_section .slider_container .slick-prev:hover,
.slider_section .slider_container .slick-next:hover {
    background-color: #ff6f00;
    color: #ffffff;
}

.slider_section .slider_container .slick-prev {
    left: 45px;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
}

.slider_section .slider_container .slick-prev:after {
    content: "\f060";
    font-family: 'FontAwesome';
}

.slider_section .slider_container .slick-next {
    right: 45px;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}

.slider_section .slider_container .slick-next:after {
    content: "\f061";
    font-family: 'FontAwesome';
}

.recipe_section .box {
    text-align: center;
    margin-top: 45px;
}

.recipe_section .box .img-box img {
    border-radius: 0 45px 0 45px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.recipe_section .box .detail-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
}

.recipe_section .box .detail-box h4 {
    font-family: "bodoni svtytwo sc itc tt book", sans-serif;
    font-weight: 400;
}

.recipe_section .box .detail-box a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    background-color: #ff6f00;
    border-radius: 100%;
    font-size: 12px;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.recipe_section .box .detail-box a:hover {
    background-color: #ffe537;
    color: #000000;
}

.recipe_section .box:hover .img-box img {
    -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.3));
}

.recipe_section .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 45px;
}

.recipe_section .btn-box a {
    display: inline-block;
    padding: 10px 45px;
    background-color: #ffe537;
    color: #000000;
    border-radius: 45px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #ffe537;
    outline: none;
}

.recipe_section .btn-box a:hover {
    background-color: transparent;
    color: #ffe537;
}

.app_section {
    background-image: url(../images/app-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 225px 0 175px 0;
    color: #ffffff;
}

.app_section .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.detail-box h1 {
    border-top-left-radius: 90px !important;
    border-bottom-right-radius: 90px !important;
}

.app_section .detail-box h2 {
    margin-bottom: 25px;
}

.app_section .detail-box h2 span {
    color: #ffe537;
}

.app_section .detail-box p {
    margin-bottom: 0;
}

.app_section .detail-box .app_btn_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 35px 0;
}

.app_section .detail-box .app_btn_box a {
    width: 145px;
}

.app_section .detail-box .download_btn {
    display: inline-block;
    padding: 12px 45px;
    background-color: #ffe537;
    color: #000000;
    border-radius: 45px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #ffe537;
    outline: none;
}

.app_section .detail-box .download_btn:hover {
    background-color: transparent;
    color: #ffe537;
}

.about_section .box {
    text-align: center;
}

.about_section img {
    margin-top: 45px;
    max-width: 100%;
}

.about_section .detail-box p {
    margin-top: 15px;
}

.about_section .detail-box a {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background-color: #ff6f00;
    border-radius: 100%;
    font-size: 12px;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.about_section .detail-box a:hover {
    background-color: #ffe537;
    color: #000000;
}

.news_section .box {
    text-align: center;
    margin-top: 45px;
}

.news_section .box .img-box img {
    -webkit-filter: drop-shadow(0 2px 7px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(0 2px 7px rgba(0, 0, 0, 0.3));
    border-radius: 45px;
}

.news_section .box .detail-box {
    margin-top: 25px;
}

.news_section .box .detail-box h4 {
    font-weight: bold;
}

.news_section .box .detail-box a {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background-color: #ff6f00;
    border-radius: 100%;
    font-size: 12px;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.news_section .box .detail-box a:hover {
    background-color: #ffe537;
    color: #000000;
}

.client_section {
    text-align: center;
}

.client_section .detail-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 45px;
}

.client_section .detail-box h4 {
    font-weight: bold;
    margin-bottom: 0;
}

.client_section .detail-box p {
    margin: 20px 0;
}

.client_section .detail-box i.fa-quote-left {
    font-size: 24px;
    color: #ff6f00;
}

.client_section .carousel-control-next {
    position: unset;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background-color: #ffe537;
    border-radius: 100%;
    font-size: 12px;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
    margin: auto;
    margin-top: 25px;
}

.client_section .carousel-control-next:hover {
    background-color: #ff6f00;
    color: #ffffff;
}

.footer_container {
    background-image: url(../images/footer-bg.png);
    background-size: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top;
    padding-top: 245px;
    margin-top: -175px;
}

.info_section {
    color: #ffffff;
    padding: 45px 0;
    background-color: #070e6a;
}

.info_section .contact_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 350px;
    margin: auto;
}

.info_section .contact_box a {
    margin: 0 10px;
    font-size: 24px;
    color: #ffffff;
}

.info_section .contact_box a:hover {
    color: #ffe537;
}

.info_section .social_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.info_section .social_box a {
    margin: 0 20px;
    font-size: 18px;
    color: #ffffff;
}

.info_section .social_box a:hover {
    color: #ffe537;
}

.info_section .info_links {
    margin: 25px 0;
}

.info_section .info_links ul {
    padding-left: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.info_section .info_links ul li {
    list-style-type: none;
    position: relative;
    margin: 0 15px;
}

.info_section .info_links ul li a {
    color: #ffffff;
}

.info_section .info_links ul li a:hover {
    color: #ffe537;
}

/* footer section*/
.footer_section {
    position: relative;
    text-align: center;
    background-color: #070e6a;
}

.footer_section p {
    color: #ffffff;
    padding-bottom: 25px;
    margin: 0;
}

.footer_section p a {
    color: inherit;
}

/*# sourceMappingURL=style.css.map */

/* profile  */
/* Profile container */
.profile {
    margin: 20px 0;
}
input.form-control.form-control-sm {
    border: 1px solid #dedede;
}
.dt-buttons.btn-group {
    margin-bottom: 20px;
}
.btn-group .btn {
    margin-right: 8px;
}
/* Profile sidebar */
.profile-userpic {
    height: 100px;
    width: 100px;
    margin: auto;
    background: #ecddd2;
    border-radius: 50%;
    border: 2px solid #ff6f00;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.profile-sidebar {
    padding: 20px 0 10px 0;
    background: #fff;
}

.profile-userpic img {
    width: 100%;
    height: 100%;
    border-radius: 50% !important;
}

.profile-usertitle {
    text-align: center;
    margin-top: 20px;
}

.profile-usertitle-name {
    color: #5a7391;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 7px;
}

.profile-usertitle-job {
    text-transform: uppercase;
    color: #ff6f00;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 15px;
}

.profile-userbuttons {
    text-align: center;
    margin-top: 10px;
}

.profile-userbuttons .btn {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    padding: 6px 15px;
    margin-right: 5px;
}

.profile-userbuttons .btn:last-child {
    margin-right: 0px;
}

.profile-usermenu {
    margin-top: 30px;
}

.profile-usermenu ul li {
    border-bottom: 1px solid #f0f4f7;
}

.profile-usermenu ul li:last-child {
    border-bottom: none;
}

.profile-usermenu ul li a {
    color: #93a3b5;
    font-size: 15px;
    font-weight: 400;
}

.profile-usermenu ul li a i {
    margin-right: 8px;
    font-size: 14px;
}

.profile-usermenu ul li a:hover {
    background-color: #fafcfd;
    color: #ff6f00;
}

.profile-usermenu ul li.active {
    border-bottom: none;
}

.profile-usermenu ul li.active a {
    color: #ff6f00;
    background-color: #f6f9fb;
    font-weight: 600;
    font-size: 16px;
}

.profile-usermenu ul li a svg {
    width: 30px;
}

/* Profile Content */
.profile-content {
    padding: 20px;
    background: #fff;
    min-height: 460px;
}

.white-card {
    background-color: #fff;
    padding: 25px;
    border-radius: 22px;
}

ul.myaccount-menus {
    padding-left: 20px;
    list-style: none;
}

ul.myaccount-menus li {
    font-size: 25px;
    padding: 8px 0px;
}

.heading.heading-icon {
    display: block;
}

.padding-lg {
    display: block;
    padding-top: 60px;
    padding-bottom: 60px;
}

.practice-area.padding-lg {
    padding-bottom: 55px;
    padding-top: 55px;
}

.practice-area .inner {
    border: 1px solid #999999;
    text-align: center;
    margin-bottom: 28px;
    padding: 40px 25px;
}

.practice-area .inner h3 {
    color: #3c3c3c;
    font-size: 24px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    padding: 10px 0;
}

.practice-area .inner p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}

.practice-area .inner img {
    display: inline-block;
}

section.our-webcoderskull.padding-lg ul {
    list-style: none;
    padding: 0;
}

.our-webcoderskull .cnt-block figure {
        width: 150px;
    height: 150px;
    border-radius: 100%;
    display: inline-block;
    margin-bottom: 10px;
    background: #dedede;
    padding: 10px;
}

.our-webcoderskull .cnt-block img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.our-webcoderskull .cnt-block h6 a {
    color: #000
}

.our-webcoderskull .cnt-block:hover h6 a {
    color: #fff
}

.our-webcoderskull .cnt-block h3 {
    color: #2a2a2a;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 20px;
}

.our-webcoderskull .cnt-block h3 a {
    text-decoration: none;
    color: #2a2a2a;
}

.our-webcoderskull .cnt-block p {
    color: #2a2a2a;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
}

.our-webcoderskull .cnt-block .follow-us {
    margin: 20px 0 0;
}

.our-webcoderskull .cnt-block .follow-us li {
    display: inline-block;
    width: auto;
    margin: 0 5px;
}

.our-webcoderskull .cnt-block .follow-us li .fa {
    font-size: 24px;
    color: #767676;
}

.our-webcoderskull .cnt-block .follow-us li .fa:hover {
    color: #025a8e;
}
.team-box {
    padding-top: 30px;
    background: #fff;
    border-radius: 25px;
    text-align: center;
    cursor:pointer
}
.team-details {
    margin-top: 40px;
    background: #ff6f00;
    color: #fff;
    text-align: center;
    padding: 20px 0px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
.team-details a {
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.team-details p {
    font-size: 16px;
}
.team-image{
    width: 200px;
    height: 200px;
    border-radius: 100%;
    margin-bottom: 10px;
    background: #dedede;
    padding: 5px;
    margin:auto;
}
.team-image img{
    width: 100%;
    height: 100%;
    border-radius: 100%;
}
.team-box:hover .team-image{
    background: #ff6f00;
}


/* counter css */

.counter-box {
    display: block;
    cursor: pointer;
    background: #f6f6f6;
    padding: 40px 20px 37px;
    text-align: center
}

.counter-box:hover {
    background: #ff6f00;
    color: #fff;
}

.counter-box.colored button {
    background: #fff;
    color: #ff6f00;
    border: 1px solid #fff;
}

.counter-box:hover button {
    background: #fff;
    color: #ff6f00;
    border: 1px solid #fff;
}

.counter-icon-round {
    background: #ff6f00;
    width: 100px;
    height: 100px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.counter-box:hover .counter-icon-round {
    background: #fff;
}

.counter-box:hover .counter-icon-round i {
    color: #ff6f00 !important;
}

.counter-icon-round i {
    font-size: 45px !important;
    margin: 0px !important;
    color: #fff !important;
}

.counter-box:hover * {
    color: #fff;
}

.counter-box p {
    margin: 5px 0 0;
    padding: 0;
    color: #909090;
    font-size: 18px;
    font-weight: 500
}

.counter-box i {
    font-size: 60px;
    margin: 0 0 15px;
    color: #d2d2d2
}

.counter {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: #666;
    line-height: 28px
}

.counter-box.colored {
    background: #ff6f00;
}


.counter-box.colored p,
.counter-box.colored i,
.counter-box.colored .counter {
    color: #fff
}

/* testimonial css */
.feedback-card {
    height: 350px;
    background: #fff;
    margin: 0px 11px;
    text-align: center;
    padding: 22px;
    border-radius: 20px;
}

.feedback-image img {
    width: 130px;
    margin: auto;
    border-radius: 50%;
    border: 5px solid #ff6f00;
}

.feedback-content img {
    width: 50%;
    margin: auto;
}

.feedback-content p {
    font-size: 14px;
    margin-top: 20px;
}

/* footer style */
/*END FOOTER SOCIAL DESIGN*/
.single_footer {}

@media only screen and (max-width:768px) {
    .single_footer {
        margin-bottom: 30px;
    }
}

.single_footer h4 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 25px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
}

.single_footer h4::after {
    content: "";
    display: block;
    height: 2px;
    width: 40px;
    background: #fff;
    margin-top: 20px;
}

.single_footer p {
    color: #fff;
}

.single_footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single_footer ul li {}

.single_footer ul li a {
    color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    line-height: 36px;
    font-size: 15px;
    text-transform: capitalize;
}

.single_footer ul li a:hover {
    color: #ff6f00;
}

.single_footer_address {}

.single_footer_address ul {}

.single_footer_address ul li {
    color: #fff;
}

.single_footer_address ul li span {
    font-weight: 400;
    color: #fff;
    line-height: 28px;
}

.contact-box {
    padding: 30px !important;
}

.contact_social ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

/*START NEWSLETTER CSS*/
.subscribe {
    display: block;
    position: relative;
    margin-top: 15px;
    width: 100%;
}

.subscribe__input {
    background-color: #ff6f00;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 500;
    height: 60px;
    letter-spacing: 0.4px;
    margin: 0;
    padding: 0 150px 0 20px;
    text-align: left;
    text-transform: capitalize;
    width: 100%;
}
.subscribe__input::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}
.subscribe__input:focus {
	outline: 1px solid white !important;
  }
@media only screen and (max-width:768px) {
    .subscribe__input {
        padding: 0 50px 0 20px;
    }
}

.subscribe__btn {
    background-color: transparent;
    border-radius: 0 25px 25px 0;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 20px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
}

.subscribe__btn i {
    transition: all 0.3s ease 0s;
}

@media only screen and (max-width:768px) {
    .subscribe__btn {
        right: 0px;
    }
}

.subscribe__btn:hover i {
    color: #ff6f00;
}

button {
    padding: 0;
    border: none;
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
}

/*END NEWSLETTER CSS*/

/*START SOCIAL PROFILE CSS*/
.social_profile {
    margin-top: 40px;
}

.social_profile ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.social_profile ul li {
    float: left;
}

.social_profile ul li a {
    text-align: center;
    border: 0px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    margin: 0px 5px;
    font-size: 18px;
    color: #fff;
    border-radius: 30px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

@media only screen and (max-width:768px) {
    .social_profile ul li a {
        margin-right: 10px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width:480px) {
    .social_profile ul li a {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}

.social_profile ul li a:hover {
    background: #ff6f00;
    border: 1px solid #ff6f00;
    color: #fff;
    border: 0px;
}

/*END SOCIAL PROFILE CSS*/
.copyright {
    padding: 20px;
    color: #ff6f00;
    font-size: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    text-align: center;
    background: #fff;
    margin: 0;
}

.copyright a {
    color: #ff6f00;
    transition: all 0.2s ease 0s;
}

.copyright a:hover {
    color: #ff6f00;
}

/* about page style */
.section_all {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    min-height: 100vh;
}

.section-title {
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.section-subtitle {
    letter-spacing: 0.4px;
    line-height: 28px;
    max-width: 550px;
}

.section-title-border {
    background-color: #000;
    height: 1 3px;
    width: 44px;
}

.section-title-border-white {
    background-color: #fff;
    height: 2px;
    width: 100px;
}

.text_custom {
    color: #00bd2a;
}

.about_icon {
    font-size: 22px;
    height: 65px;
    width: 65px;
    line-height: 65px;
    display: inline-block;
    background: #fff;
    border-radius: 35px;
    color: #00bd2a;
    box-shadow: 0 8px 20px -2px rgba(158, 152, 153, 0.5);
}

.about_header_main .about_heading {
    font-size: 24px;
}

.about_icon span {
    position: relative;
    top: -10px;
}

.about_content_box_all {
    padding: 28px;
}



/* Add color to all input borders */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="date"],
input[type="time"],
input[type="url"],
input[type="search"],
input[type="file"],
textarea,
select.form-control,
.dataTables_wrapper select {
    padding: .4375rem .75rem;
    border: 0;
    outline: 1px solid #f3f3f3;
    color: #999;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
    border-color: #7fb4ff !important;
    /* Change to your desired color */
    outline: none;
}

.error {
    color: red;
}

.blog-meta {
    font-size: 0.875rem; /* Smaller font size for meta information */
    color: #6c757d; /* Muted text color */
    text-align: right;
}

.blog-meta p {
    margin-bottom: 0; /* Remove bottom margin for a tighter layout */
}

.blog-meta small {
    display: block; /* Ensure each piece of meta information is on a new line */
}

.blog-meta .text-muted {
    color: #6c757d; /* Ensure muted text color is consistent */
}

.ad-banner {
    position: relative;
    background-size: cover;
    color: white;
    height: 350px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    animation: zoomIn 10s ease-in-out infinite alternate;
}

.ad-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(128, 125, 125, 0.6); /* Darker overlay for better contrast */
    z-index: 1;
}

.ad-banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(255, 105, 135, 0.3), rgba(0, 0, 0, 0.6));
    z-index: 2;
}

.ad-banner-content {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0 20px;
    text-align: center;
    animation: fadeInContent 1s ease-in-out;
}

.ad-banner h1 {
    font-size: 2.5rem;
    margin-bottom: 10px;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    animation: fadeInDown 1s ease-in-out;
}

.ad-banner p {
    font-size: 1.5rem;
    margin-bottom: 20px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    animation: fadeInUp 1s ease-in-out;
}

.btn-animated {
    font-size: 1.2rem;
    padding: 12px 30px;
    border-radius: 30px;
    background: linear-gradient(45deg, #f17f21, #fd762b);
    border: none;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
}

.btn-animated:hover {
    background: linear-gradient(45deg, #f17f21, #fd762b);
    transform: translateY(-3px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}